@charset "utf-8";

/* CSS Document */



/**top_box**/

.top_box{ width:100%; height:36px; background:#ececec;overflow:hidden;}

.top{ width:1180px; height:36px; margin:0 auto;}

.top_left{ float:left; width:372px; height:36px; line-height:36px; font-size:12px; color:#666666;}

.top_right{ float:right; height:36px; line-height:36px; }

.top_right ul li{ float:left; padding-left:5px;}

.top_right ul li span{ padding-left:3px;}

.top_right ul li img{ float:left;width:22px; height:22px; padding-top:8px;}

.top_right ul li a{ font-size:12px; color:#666666; line-height:36px;}

.clearboth{ clear:both;}





/**top_bgk**/

.top_bgk{ width:100%; height:150px;overflow:hidden;}

.topnr{ width:1180PX; height:150px;margin:0 auto;}

.logo{ float:left; width:550px; height:110px; margin:20px 0px 20px 0px;}

.biaoyu{ float:left; margin:30px 0px;font-size:18px; font-weight:bold; color:#0056b7;line-height:30px;border-left: 1px dashed #ccc;padding-left:10px;}

.biaoyu span{ font-size:18px; color:#020202;}

.iphone{ float:right; height:85px;margin:32px 0px; background:url(../images/iphone1.jpg) no-repeat left center; padding-left:60px;}

.iphone span{ font-size:14px; font-weight:bold; color:#333; line-height:24px; display:block;}

.iphone strong{ font-family:'impact';font-size:26px; font-weight:normal; line-height:30px;color:#0056b7; display:block;}






.main{
    width: 1200px;
    margin: 0 auto;
}

.myclearfix:after{
    content:"";
    display:block;
    clear:both;
}
.leftl{
    float: left;
}
.rightr{
    float: right;
}

/**nav**/

.nav_all{ width:100%; height:60px; background:#0056b7; overflow:hidden;}

.nav{ width:1180px; height:60px; margin:0 auto;}

.nav ul li{ float:left; text-align:center; }

.nav ul li a{ font-size:14px; color:#fff; font-weight:bold;padding:0px 44px; text-align:center; line-height:60px; display:block;}

.nav ul li a:hover{ background:#333333;color:#fff; display:block; }

.nav ul li.another a{ background:#333333;color:#fff;  display:block;}

.fixedNav{position:fixed !important; top:0px; left:0px; width:100%; z-index:100000 !important; _position:absolute; _top:expression(eval(document.documentElement.scrollTop));}



/**bottom_box**/

.bottom_box{ width:100%; height:300px;  background:#333;position:relative;}

.bottom{ width:100%; height:300px; margin:0 auto;}

.bottom_nav{ width:100%; height:49px; background:#333; border-top:1px solid #5e5e5e;}

.bottom_nav ul{ width:1180px; margin:0 auto;}

.bottom_nav ul li{ float:left; text-align:center;}

.bottom_nav ul li a{ font-size:14px; color:#ffffff; font-weight:bold;padding:0px 36px; line-height:49px; display:block;}

.bottomnr{ width:1180px; height:290px; margin:0 auto;}

.bottomnrlet{ float:left; width:332px; height:312px; background:#0056b7; position:absolute;top:-60px;}

.bottomnrlet1{ padding:50px 40px; height:120px;}

.logo3{ float:left; width:120px; height:120px; padding-top:10px;}

.logo3 img{ width:120px; height:120px;}

.ewm2{ float:right; width:120px; height:120px;}

.ewm2 img{ width:120px; height:120px;}

.bottomnrlet2{ margin-left:20px; width:420px; height:50px; text-align:center; background:#3784db; line-height:50px; font-size:18px; color:#fff;font-weight:bold;}

.bottomnrcenter1{ float:left; margin-left:460px; width:410px; height:210px;padding:40px 10px;text-align:left; font-size:14px; color:#ffffff; line-height:30px;}

.bottomnrcenter1 a{color:#ffffff; padding:0px 3px;}

.bottomnrcenter2{float:right; width:270px; height:210px;padding:40px 10px;text-align:left; font-size:14px; color:#ffffff; line-height:30px;}

.bottomnrcenter2 span{ font-weight:bold;}

.bottomnrcenter2 a{color:#ffffff; padding:0px 3px;}

.logo2{ font-size:14px; font-weight:normal; color:#ffffff; display:inline;font-weight:bold;}

.bottomnrright{ float:right; height:130px; padding:61px 15px 61px 16px; background:url(../images/wxbg.jpg) no-repeat left center;text-align:center; color:#fff; margin-right:30px;}

.bottomnrright img{ width:110px; height:110px; display:block;}




/* nav S */
.navi {
    width: 100%;
	height: 60px;
    line-height: 60px;
	background-color: #0056b7;
    position: relative;
    z-index: 2;
    box-sizing: border-box;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi_r{
    width: 100%;
    height: 60px;
  }
  .navi .navi_main {
    width: 1200px;
    box-sizing: border-box;
    margin: 0 auto;
    height: 60px;
  }

  .nav_comon{
    position: absolute;
    width: 133px;
    top: 60px;
    display: none;
  }
  .nav_comon ul li{
    line-height: 40px;
    background: #fff;
    border-bottom: 1px solid rgba(0, 0, 0, .1);
    box-sizing: border-box;
  }
  .nav_comon ul li>a{
    display: block;
    width: 100%;
    line-height: 40px;
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 15px;
    color: #333;
    height: 100%;
  } 
  .navi .navi_main .navi_list {
    width: 100%;
    height: 100%;
  }
  .navi .navi_main .navi_list > li {
    float: left;
    width: 11.1%;
    height: 100%;
    font-size: 16px;
    color: #9d9d9d;
  }
  .navi .navi_main .navi_list > li:nth-last-child(1){
    background: none;
  }
  .navi .navi_main .navi_list > li > a {
    display: block;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-size: 16px;
    line-height: 60px;
    position: relative;
    z-index: 1;
    text-align: center;
    box-sizing: border-box;
    overflow: hidden;
    font-weight: bold;
  }

  .navi .navi_main .navi_list > li > a::after {
    content: "";
    position: absolute;
	width: 0;
	height: 100%;
    background: #fff;
    left: 50%;
    transform: translate(-50%);
    top: 0;
    transition: all 0.5s ease-in-out;
    -webkit-transition: all 0.5s ease-in-out;
    z-index: -1;
    bottom: 0;
  }

  .navi .navi_main .navi_list > li.another > a{
    color: #0056b7;
    font-weight: bold;
  }
  .navi .navi_main .navi_list > li.another > a::after {
      width: 100%;
  }
  .xiala{
    top: 60px;
    width: 1260px !important;
  }
  .xiala .main{
    width: 1200px;
  }
  .navi .navi_main .navi_list > li .navi_pro {
    position: absolute;
    width: 1260px;
    height: 475px;
    background-color: #f8f8f8;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    padding-top: 33px;
    box-sizing: border-box;
    display: none;
    border-radius: 0 0 10px 10px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt {
    width: 100%;
    margin: 0 auto;
    transform: translateY(10px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li {
    float: left;
    width: 16.1%;
    margin-right: 0.6%;
    height: 80px;
    background-color: #ffffff;
    border-radius: 10px 0px 0px 0px;
    padding: 12px 0 0 12px;
    box-sizing: border-box;
    overflow: hidden;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li:hover > a {
    color: #0056b7;
    transform: translate(5px);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li:hover > a::after {
    right: 15px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li > span {
    display: block;
    font-size: 14px;
    line-height: 14px;
    font-family: Arial;
    color: #666666;
    background: url(../images/navi1.png) left center no-repeat;
    padding-left: 26px;
    box-sizing: border-box;
    text-align: left;
    margin-left: 13px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li > a {
    display: block;
    width: 100%;
    height: 48px;
    border-bottom: 1px solid #0056b7;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 16px;
    line-height: 48px;
    color: #0056b7;
    padding: 0 30px 0 13px;
    box-sizing: border-box;
    position: relative;
    text-align: left;
    background: #f5fafe;
    border-radius: 10px 0 0 0;
    margin-top: 5px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li > a::after {
    content: "";
    position: absolute;
    width: 14px;
    height: 5px;
    background: url(../images/navi2.png) center no-repeat;
    animation: 2s infinite myfirst2;
    right: 10px;
    top: 50%;
    margin-top: -3px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pt ul li:nth-child(6n) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v {
    width: 100%;
    margin-top: 30px;
    transform: translateY(10px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl {
    width: 380px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 10px;
    position: relative;
    box-sizing: border-box;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl:hover > a > img {
    transform: scale(1.05);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl > a {
    display: block;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 10px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl > a > img {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    object-fit: cover;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl .navi_pro_txt {
    position: absolute;
    width: 250px;
    height: 35px;
    color: #000000;
    border-radius: 0px 10px 10px 0px;
    background: rgba(255, 255, 255, 0.7);
    left: 10px;
    bottom: 30px;
    line-height: 35px;
    text-align: left;
    font-size: 14px;
    padding: 0 28px;
    box-sizing: border-box;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .nav_pro_vl .navi_pro_txt::after {
    content: "";
    position: absolute;
    width: 2px;
    height: 14px;
    background-color: #0056b7;
    top: 11px;
    left: 13px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr {
    width: 800px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding: 20px 20px 0;
    box-sizing: border-box;
    box-shadow: 0 0 25px rgba(0, 0, 0, 0.07);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li {
    float: left;
    width: 242px;
    height: 263px;
    margin-right: 16px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_box {
    border: solid 1px #0056b7;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_box > a > img {
    transform: scale(1.05);
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t > a {
    color: #0056b7;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t > span {
    background: #0056b7;
    border: solid 1px #0056b7;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:hover .navi_pro_t > span > a {
    color: #ffffff;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box {
    width: 100%;
    height: 190px;
    border-radius: 10px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box > a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    border-radius: 10px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_box > a > img {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    max-width: 100%;
    max-height: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    border-radius: 10px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t {
    margin-top: 17px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > a {
    display: block;
    width: 100%;
    font-size: 14px;
    line-height: 14px;
    color: #454545;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    margin-bottom: 12px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    position: relative;
    padding: 0 30px 0 10px;
    box-sizing: border-box;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > a::after {
    content: "";
    position: absolute;
    width: 15px;
    height: 2px;
    background: #e0e0e2;
    right: 10px;
    top: 50%;
    margin-top: -1px;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > span {
    display: block;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    text-align: center;
    line-height: 28px;
    font-size: 14px;
    color: #999999;
    margin: 0 auto;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li .navi_pro_t > span > a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_pro .navi_pro_v .navi_pro_vr ul li:nth-child(3n) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_ab {
    position: absolute;
    width: 70%;
    overflow: hidden;
    background-color: #f8f8f8;
    height: 430px;
    padding-top: 35px;
    box-sizing: border-box;
    left: 50%;
    transform: translate(-50%);
    display: none;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_abt {
    line-height: 18px;
    text-align: left;
    padding-left: 28px;
    font-size: 16px;
    color: #333333;
    background: url(../images/navi3.png) left center no-repeat;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con {
    width: 100%;
    margin-top: 26px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt {
    width: 750px;
    height: 300px;
    background: url(../images/navi_abbg.png) right center no-repeat;
    padding: 35px 0 0 30px;
    box-sizing: border-box;
    transition: all 0.8s ease;
    transform: translate(-20px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt > h5 {
    width: 400px;
    font-size: 14px;
    color: #666666;
    line-height: 30px;
    height: 240px;
    overflow: hidden;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt > h5 a {
    color: #999999;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_txt > h5 a:hover {
    color: #0056b7;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico {
    width: 420px;
    transition: all 0.8s ease;
    transform: translate(20px);
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item {
    width: 200px;
    height: 300px;
    background-color: #ffffff;
    border-radius: 10px;
    padding-top: 47px;
    box-sizing: border-box;
    margin-right: 20px;
    position: relative;
    z-index: 1;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover {
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover > i {
    background: #0056b7;
    border: solid 1px #0056b7;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:hover > i > a {
    color: #ffffff;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item::after {
    content: "";
    position: absolute;
    width: 58px;
    height: 58px;
    background-color: #f8f8f8;
    border-radius: 50%;
    z-index: -1;
    top: 82px;
    left: 50%;
    transform: translate(-50%);
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > a {
    display: block;
    width: 100%;
    height: 74px;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > span {
    display: block;
    font-size: 18px;
    line-height: 18px;
    color: #333333;
    margin: 50px 0 20px;
    text-align: center;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > em {
    display: block;
    width: 37px;
    height: 1px;
    background-color: #0056b7;
    margin: 0 auto 20px;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > i {
    display: block;
    width: 150px;
    height: 30px;
    border-radius: 15px;
    border: solid 1px #eeeeee;
    box-sizing: border-box;
    margin: 0 auto;
    text-align: center;
    font-size: 14px;
    color: #999999;
    line-height: 28px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item > i > a {
    display: block;
    width: 100%;
    height: 100%;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    color: #999999;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(1) > a {
    background: url(../images/navi4.png) center no-repeat;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(2) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_ab .main .navi_ab_con .navi_ab_ico .navi_ab_item:nth-child(2) > a {
    background: url(../images/navi5.png) center no-repeat;
  }
  .navi .navi_main .navi_list > li .navi_news {
    position: absolute;
    width: 70%;
    height: 490px;
    background-color: #f8f8f8;
    overflow: hidden;
    left: 50%;
    transform: translate(-50%);
    padding-top: 32px;
    box-sizing: border-box;
    display: none;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top {
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    opacity: 0;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top > .navi_newst {
    font-size: 16px;
    line-height: 18px;
    padding-left: 23px;
    background: url(../images/navi6.png) left center no-repeat;
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top > .navi_newst a {
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist {
    width: 100%;
    margin-top: 15px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li {
    float: left;
    width: 23.5%;
    height: 220px;
    margin-right: 2%;
    background-color: #ffffff;
    padding: 40px 20px 0;
    box-sizing: border-box;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li:hover > a {
    color: #0056b7;
    transform: translate(5px);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > a {
    display: block;
    font-size: 16px;
    line-height: 16px;
    color: #333333;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > span {
    display: block;
    width: 31px;
    height: 1px;
    background-color: #0056b7;
    margin: 26px 0 20px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > p {
    width: 100%;
    font-size: 14px;
    line-height: 24px;
    height: 48px;
    overflow: hidden;
    color: #666666;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 {
    line-height: 14px;
    margin-top: 30px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 > span {
    font-size: 14px;
    color: #666666;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 > a {
    font-size: 14px;
    font-family: Arial;
    color: #0056b7;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li > h5 > a:hover {
    transform: translate(-5px);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_top .navi_news_tlist li:nth-child(4n) {
    margin-right: 0;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm {
    margin-top: 27px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
    opacity: 0;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm > .navi_newst {
    font-size: 16px;
    line-height: 18px;
    padding-left: 23px;
    background: url(../images/navi7.png) left center no-repeat;
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm > .navi_newst a {
    color: #333333;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon {
    width: 100%;
    height: 120px;
    background-color: #ffffff;
    padding: 10px 20px 0;
    box-sizing: border-box;
    margin-top: 16px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li {
    float: left;
    width: 366px;
    height: 44px;
    box-sizing: border-box;
    border-bottom: solid 1px #eeeeee;
    line-height: 43px;
    margin-right: 30px;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li:hover > a {
    color: #0056b7;
    transform: translate(5px);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li:hover > a::after {
    transform: rotateY(360deg);
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li > a {
    float: left;
    width: 75%;
    height: 100%;
    font-size: 14px;
    color: #666666;
    padding-left: 20px;
    position: relative;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li > a::after {
    content: "";
    position: absolute;
    width: 7px;
    height: 13px;
    background: url(../images/navi8.png) center no-repeat;
    left: 0;
    top: 50%;
    margin-top: -7px;
    transition: all 0.7s ease-in-out;
    -webkit-transition: all 0.7s ease-in-out;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li > span {
    font-size: 14px;
    font-family: Arial;
    color: #999999;
  }
  .navi .navi_main .navi_list > li .navi_news .main .navi_news_botm .navi_news_bcon ul li:nth-child(3n) {
    margin-right: 0;
  }

  /* nav E */
