<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}
@charset "UTF-8";
.container,.head_main,.wrap,.index-container,.foot-main{padding-right: 0px;padding-left: 0px;margin:0 auto;}

@media (min-width: 768px) {
  .wrap,.container{ width: 750px;}
}
@media (min-width: 992px) {
    .wrap,.container,.head_main,.index-container,.foot-main{width: 970px;}
}
@media (min-width: 1260px) {
  .wrap,.container,.head_main,.index-container,.foot-main{ width: 1200px;}
}
@media (min-width: 1460px) {
  .container,.head_main,.index-container{ width: 1200px;}
  .head_main{width: 1400px;}
}
@media (min-width: 1680px) {
  .container,.index-container,.foot-main{ width: 1600px;}
  .head_main{width: 1600px;}
}
/* .header {z-index: 1000;border-bottom: solid 1px rgba(255,255,255,0.15);position: relative;width: 100%;background: #fff;} */
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 50px;
  z-index: 500;
  background: #fff;
  overflow: hidden;
  transition: transform .3s, -webkit-transform .3s, height .56s;
  -webkit-box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
          box-shadow: 0 2px 5px 0 rgba(0,0,0,0.06);
}
.header_in.c_000{background: #fff;}
.header.affix {
    position: fixed;
    width: 100%;
    z-index: 100;
    top: 0;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    -o-transition: transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s;
    -webkit-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    -webkit-box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
    box-shadow: 0 0 15px 0 rgba(0,0,0,0.08);
}

.scroll-down .header.affix {
    -webkit-transform: translateY(-132px);
    -ms-transform: translateY(-132px);
    transform: translateY(-132px);
}
/*===============����==============*/
/*header*/
.header.open-menu {
  height: 100%;
  background: #fff;
  -webkit-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  -o-transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
  transition: background .36s cubic-bezier(0.32, 0.08, 0.24, 1),height .56s cubic-bezier(0.52, 0.16, 0.24, 1);
}
.navbar{
  position: relative;
  background: #fff;
  height: 50px;
}
.header .logo{
  float: left;
  display: block;
  padding: 20px 0;
}
.header .logo img{
  height: 90px;
}
.navbar-togger {
  float: right;
  background: transparent;
  border: none;
  padding: 17px 15px;
  display: inline-block;
  margin-right: -15px;
  visibility: visible;
  transition: transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96),opacity 0.28s 0.36s cubic-bezier(0.52, 0.16, 0.24, 1),-webkit-transform 0.44s 0.2s cubic-bezier(0.04, 0.04, 0.12, 0.96);
}
.navbar-togger .icon_bar {
  width: 20px;
  height: 2px;
  background-color:#136091;
  opacity: 1;
  -webkit-transition: all .4s ease-out;
  -o-transition: all .4s ease-out;
  transition: all .4s ease-out;
}
.navbar-togger .icon_bar:nth-of-type(2) {
  margin: 5px 0;
}
.open-menu .navbar-togger .icon_bar:nth-of-type(1){
    -webkit-transform: translate(0,7px) rotate(45deg);
    -ms-transform: translate(0,7px) rotate(45deg);
        transform: translate(0,7px) rotate(45deg);
}
.open-menu .navbar-togger .icon_bar:nth-of-type(2) {
  opacity: 0;
  -webkit-transform: translateX(5px);
      -ms-transform: translateX(5px);
          transform: translateX(5px);
}
.open-menu .navbar-togger .icon_bar:nth-of-type(3) {
    -webkit-transform: translate(0,-7px) rotate(-45deg);
    -ms-transform: translate(0,-7px) rotate(-45deg);
        transform: translate(0,-7px) rotate(-45deg);
}
.nav-list&gt;li {
  border-bottom: 1px solid #e5e5e5;
  opacity: 0;
  pointer-events: none;
}
.header.open-menu .nav-list&gt;li,
.header.open-menu .nav-pane{
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: none;
  -ms-transform: none;
      transform: none;
}
.category-item {
    position: relative;
}
.category-item a {
  position: relative;
  font-size: 20px;
  display: block;
  line-height: 48px;
  margin-right: 60px;
  color: #1c1c1c;
  padding: 0 10px;
}
.category-tig {
  font-size: 14px;
  color: #888;
  text-align: right;
  line-height: 48px;
  width: 50px;
  height: 48px;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.category-rotate {
    width: 20px;
    height: 20px;
    font-size: 20px;
    display: inline-block;
    text-align: center;
    line-height: 1;
    vertical-align: middle;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.nav-list&gt;li.open .category-rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
        transform: rotate(90deg);
}
.category-cont {
    display: none;
}
.P_parent.open .category-cont {
    display: block;
}
.category-cont a {
    line-height: 36px;
    color: #888;
    font-size: 12px;
    display: block;
    padding: 0 20px;
    border-bottom: 1px solid #e5e5e5;
}
.category-cont a:last-child {
    border: none;
}
.nav-list&gt;li.active .category-item a{
  color: #136091;
}
.nav-list&gt;li.active .category-item a:before{
  position: absolute;
  content: "";
  left:0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: #136091;
  z-index: 2;
}
.category-cont a.active{
  color: #136091;
}
.search-wrap{
  margin-top: 20px;
}
.search-btn {
  display: none;
}
.search-close{
  display: none;
}
.search-input{
  height: 46px;
  border:1px solid #e5e5e5;
  position: relative;
  padding-right: 44px;
}
.search-input input{
  width: 100%;
  font-size: 14px;
  line-height: 44px;
  padding: 0 15px;
}
.searchtext-btn{
  position: absolute;
  right: 0;
  top: 0;
  width: 44px;
  height: 44px;
  z-index: 2;
  cursor: pointer;
  text-align: center;
  line-height: 44px;
  font-size: 16px;
  color: #666;
}
.dropdown-full{
  display: none;
}

.nav-language{-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;float: right;position: relative;margin-top: 35px;}
.nav-language span{display: block;}
.nav-language .lan-list{display: none;position: relative;background: #fff;width: 100%;}
.nav-language a{font-size: 14px;color: #777;display: block;line-height: 30px;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;position: relative;}
.nav-language&gt;a:after{content: '';width: 12px;height: 7px;background: url(../images/down.png) no-repeat center;position: absolute;right: 0;top: 50%;margin-top: -3.5px;}
.nav-language&gt;a{padding-right: 30px;}
.nav-language span a:hover{color: #136091;}
.search-btn{margin:0 52px 0 46px;}
.top-tel{position: absolute;right:0;top: 15px;padding-left: 40px;background: url(../images/t-tel.png) no-repeat left center;}
.top-tel span{font-size: 24px;color: #136091;font-family: DINM;line-height: 32px;}

/* banner */

.banner{overflow: hidden;position: relative;margin-top: 132px;}
.banner-slide img{display: block;width: 100%;}
.banner-slide .banner-pc{display: block;}
.banner-slide .banner-app{display: none;}

.swiper-pagination{bottom: 40px;}
.swiper-slide-active .banner-font h3,.swiper-slide-active .banner-font li,.swiper-slide-active .banner-font a{opacity: 1;transform:translateY(0);}
.swiper-pagination{width: 100%;}
.swiper-pagination-bullet{opacity: 0.5; width: 15px;height: 15px;border: 2px solid rgba(255,255,255,0.5);margin: 0px 12px !important;background: transparent;border-radius: 50%;}
.swiper-pagination-bullet{border: 2px solid rgba(255,255,255,0.5);}
.swiper-pagination-bullet-active{border-color: #0599d9;opacity: 1;}
/* .banner .swiper-slide-active img {
    visibility: visible !important;
    -webkit-animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
    animation: scaleUpDown 6s forwards cubic-bezier(0.250, 0.460, 0.450, 0.940) infinite;
} */

.ban-info{position: absolute;left: 50%;top: 65%;transform: translate(-50%,-50%);z-index: 1;}
.ban-info-desc{background: rgba(36, 79, 146,0.6);display: inline-block;padding: 35px;border-left: 5px solid #2b7c8a;margin-left: 30px;}
.ban-info:before{content: '';width: 164px;height: 340px;background: url(../images/img1.png) no-repeat center;background-size: contain;position: absolute;left: 0;top: 50%;transform: translateY(-50%);z-index: -1;}
.ban-info-desc h3,.ban-info-desc h3 span{font-size: 50px;color: #fff;margin-bottom: 20px;}
.ban-info-desc h3 span{font-weight: lighter;display: inline-block;margin-left: 18px;margin-bottom: 0;}
.ban-info-desc h4{font-size: 22px;color: rgba(255,255,255,0.8);font-weight: lighter;}
.ban-info .more-btn{display: inline-block;font-size: 16px;color: rgba(255,255,255,0.6);}
.ban-info .more-btn i{display: inline-block;width: 36px;height: 36px;background: url(../images/right.png) no-repeat center;vertical-align: middle;margin-right: 10px;transition: all 0.4s;}
.ban-info .more-btn{margin-top: 28px;}
.ban-info .more-btn:hover i{transform: translateX(-10px);}



@-webkit-keyframes scaleUpDown {
    from { -webkit-transform: scale(1); transform: scale(1); }
    to { opacity: 1; -webkit-transform: scale(1.3); transform: scale(1.3); }
}

@keyframes scaleUpDown {
    from { -webkit-transform: scale(1); transform: scale(1); }
    to { opacity: 1; -webkit-transform: scale(1.3); transform: scale(1.3); }
}

/**/
.foot{background: #111 url(../images/img36.jpg) no-repeat center top;background-size: 100% 100%;padding-top: 80px;}
.foot a{transition: all 0.3s;}
.foot-top{position: relative;padding: 0 0 55px;}
.foot-top dl{display: inline-block;vertical-align: top;margin-right: 105px;}
.foot-top dl:last-child{margin-right: 0;}
.foot-top dl dt a{display: inline-block;font-size: 20px;color: #fff;padding-left: 14px;position: relative;margin-bottom: 25px;}
.foot-top dl dt a:before{content: '';width: 2px;height: 20px;background: url(../images/img37.png) no-repeat center;background-size: contain;position: absolute;left: 0;top: 50%;margin-top: -10px;}
.foot-top dl dd a{display: inline-block;font-size: 14px;color: rgba(255,255,255,0.5);padding-left: 14px;line-height: 30px;}
.foot-top dl.dl-info dd{font-size: 14px;color: rgba(255,255,255,0.5);font-family: "Microsoft YaHei","arial";line-height: 24px;padding-left: 44px;margin-bottom: 16px;}
.foot-top dl.dl-info{width: 330px;}
.foot-top dl.dl-info dd.dd-tel{background: url(../images/img38.png) no-repeat top left;}
.foot-top dl.dl-info dd.dd-fax{background: url(../images/img39.png) no-repeat top left;}
.foot-top dl.dl-info dd.dd-email{background: url(../images/img40.png) no-repeat top left;}
.foot-top dl.dl-info dd.dd-add{background: url(../images/img41.png) no-repeat top left;}
.ewm-code{width: 150px;}
.ewm-code img{display: block;width: 100%;max-width: 130px}
.foot-bot{padding: 32px 0;border-top: 1px solid rgba(255,255,255,0.15);}
.foot-bot p,.foot-bot p span,.foot-bot p a{font-size: 14px;color:rgba(255,255,255,0.5);line-height: 40px;display: inline-block;vertical-align: middle;}
.foot-bot p span{margin-right: 30px;}
.foot-bot p{float: left;}
.foot a:hover{color: #fff!important;}
.foot-bot .share{display: inline-block;vertical-align: middle;margin-left: 107px;float: right;}
.share.bdshare-button-style0-32 a{width: 40px;height: 40px;background-size: cover;background-repeat: no-repeat;background-position: center;margin:0 12px 0 0;}
.share.bdshare-button-style0-32 a:last-child{margin-right: 0;}
.share a.s1 {background-image: url(../images/s1.png);}
.share a.s2 {background-image: url(../images/s2.png);}
.share a.s3 {background-image: url(../images/s3.png);}
.share a.s4 {background-image: url(../images/s4.png);}
.share a.s5 {background-image: url(../images/s5.png);}
.share a.s1:hover {background-image: url(../images/s1h.png);}
.share a.s2:hover {background-image: url(../images/s2h.png);}
.share a.s3:hover {background-image: url(../images/s3h.png);}
.share a.s4:hover {background-image: url(../images/s4h.png);}
.share a.s5:hover {background-image: url(../images/s5h.png);}



/*app-�ײ�*/
.foot-app{width:100%;display: none;background: #080808;padding: 20px 0 40px;}
.footer-menu{padding: 0 15px;}
.footer-link{padding:15px 0;color: #777;font-size: 14px}
.footer-link a{font-size: 14px;color: #777;line-height: 24px;}
.footer-tit{position: relative;border-bottom:1px solid  #333;}
.footer-tit.on&gt;a{color: #136091;}
.footer-tit a{ font-size:16px;color: #777;line-height:48px;margin-right: 48px;display: block;transition:all 0.4s;}
.footer-tig {font-size: 14px; color: #777; text-align: right; line-height: 48px; width: 20px;height: 48px;position: absolute;right: 0px;top: 0;z-index: 2;}
.footer-tig::before,.footer-tig::after {content: '';background:  rgba(255,255,255,0.6);position: absolute;top:50%;transition: all .3s;left: 50%;}
.footer-tig::before {width: 16px;height: 2px;margin-left: -7px;}
.footer-tig::after {width: 2px;height: 16px;margin-top: -7px;}
.footer-tit.on .footer-tig::after{opacity:0;}
.footer-tit.on .footer-tig::before{background: #136091;}
.footer-cont{display: none;padding: 0 15px 15px;}
.footer-cont a{font-size: 14px;line-height: 24px;}
.footer-tit.on .footer-cont a.on{color: #136091;}
.footer-bot{padding:20px 15px; }
.footer-bot p a{margin-right: 20px;}
.footer-bot p.p2{margin-top: 10px;}
.footer-bot p,.footer-bot p a{color: #777;font-size: 14px;}
.footer-bot dd{color: #777;font-size: 14px;line-height: 24px;padding-left: 22px;}
.footer-bot dd.dd-add{background: url(../images/add.png) no-repeat left 3px;}
.footer-bot .bdshare-button-style0-32{margin-top: 15px;}
/*kefu-start*/
.kf {
    transition: .8s;
    -o-transition: .8s;
    -moz-transition: .8s;
    -webkit-transition: .8s;
    z-index: 999999;
    background-color: #fff;
    position: fixed;
    bottom: 100px;
    right: 20px;
    width: 62px;
    border-radius: 5px;
    display: none;
}
.kf span {
    z-index: 1000001;
    -webkit-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
    position: relative;
    display: block;
    width: 62px;
    height: 62px;
    border-bottom: 1px solid #e3e3e3;
    background:url(../images/kefu_j.png) no-repeat center #fff;
}
    .kf span:hover {
        background-color: #136091;
    }
.kf .zx {border-radius: 5px 5px 0 0;background-position: 0 -62px;}
.kf .zx:hover {background-position: 0 -124px;}
.kf .freetel {background-position:-62px -62px;}
.kf .freetel:hover {background-position:-62px -124px;}
.kf .act {background-position:-186px -62px;}
.kf .act:hover{background-position:-186px -124px;}
.kf .zxlya {background-position:-124px -62px;}
.kf .zxlya:hover{background-position:-124px -124px;}
.kf .back_top {
    border-radius: 0 0 5px 5px;
    border: none;
    background-position:-248px -62px;
}
.kf .back_top:hover {background-position:-248px -124px;}
.kf span div {
    display: none;
    background-color: #fff;
    border-radius: 5px;
    position: absolute;
    right: 75px;
    padding: 20px;
    font-size: 14px;
    color: #f4474c;
    bottom:2px;
}
.kf span div input {
    text-indent: .5em;
    display: block;
    margin: 15px 0;
    line-height: 28px;
    color: #696969;
    font-size: 12px;
    width: 140px;
    border: 1px solid #d1d1d1;
    border-radius: 2px;
    height: 28px;
}
.kf span div a {
    -o-transition: .5s;
    transition: .5s;
    -webkit-transition: .5s;
    display: block;
    background: #f4474c;
    border-radius: 2px;
    color: #fff;
    line-height: 26px;
    font-size: 12px;
    text-align: center;
    width: 79px;
    height: 26px;
}
.kf span div a:hover {
    background: #f4474c;
}
.kfimgr{
    position: absolute;
    bottom:23px;
    right: -9px;
}
.kf span div i {
    display: block;
    position: absolute;
    width: 15px;
    height: 200px;
    right: -15px;
    top: 0;
}
.kf .zx div, .kf .freetel div,
.kf .zxlya div, .kf span:nth-child(4) div {
    text-align: center;
    min-width: 148px;
    font-size: 14px;
    color: #666;
}
.kf span:nth-child(4) div {
    white-space: nowrap;
}
.kf a{display:block;height: 68px;position:absolute;top:0;right:0;width: 100%}

.kf span div, .kf {
    -webkit-box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 13px rgba(0, 0, 0, 0.25);
}


.nav_center div, .index_nav_center div, .shou, .zhan {
    -webkit-box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
    box-shadow: 0 2px 18px rgba(0, 0, 0, 0.25);
}

.shou {
    z-index: 1000000;
    cursor: pointer;
    width: 30px;
    height: 40px;
    top: 50%;
    margin-top: -15px;
    border-radius: 5px 0 0 5px;
    right: 62px;
    background: url("../images/kefu_j.png") no-repeat -310px -62px #fff;
    position: absolute;
}

.shou.on {background-position: -310px -102px;}

/*�ͷ��Ҽ��ֻ�*/
.kf-mobile{
    position: fixed;
    bottom: 5px;
    right: 5px;
    z-index: 200;
    width: 55px;
    height: 55px;
    display: none;
}
@-webkit-keyframes rotateanm {
    0% {
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg); transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg); transform: rotate(360deg);
    }
}
@keyframes rotateanm {
    0% {
        -webkit-transform: rotate(0deg); transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(180deg); transform: rotate(180deg);
    }
    100% {
        -webkit-transform: rotate(360deg); transform: rotate(360deg);
    }
}

.kf-mobile-tig{
    position: relative;
    z-index: 10;
    width: 100%;
    height: 100%;
    overflow: hidden;
    cursor: pointer;
    border-radius: 50%;
    background:url(../images/kfm_menu.svg) no-repeat center #04287E;
    background-size: 24px 24px;
    -webkit-box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    box-shadow: 0 5px 15px 0 rgba(0,0,0,.2);
    -webkit-animation: rotateanm 5s linear infinite;
    animation: rotateanm 5s linear infinite;
}
.kf-mobile-list a{
    width: 44px;
    height: 44px;
    background-color:#04287E;
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 20px 20px;
    border: 2px solid #fff;
    border-radius: 50%;
    overflow: hidden;
    z-index: 2;
    position: absolute;
    bottom: 5px;
    right: 5px;
    cursor: pointer;
    -webkit-transition: all .2s;
    -o-transition: all .2s;
    transition: all .2s;
}
.kf-mobile-list a.kfm_01{
    background-image:url(../images/kfm_01.svg);
}
.kf-mobile-list a.kfm_02{
    background-image:url(../images/kfm_02.svg);
}
.kf-mobile-list a.kfm_03{
    background-image:url(../images/kfm_03.svg);
}
.kf-mobile-list a.kfm_04{
    background-image:url(../images/kfm_04.svg);
}
.kf-mobile.open .kf-mobile-tig{
    -webkit-animation: none;
    animation: none;
}
.kf-mobile.open .kfm_01 {
    bottom: 147px;
    right: 0;
}
.kf-mobile.open .kfm_02 {
    bottom: 117px;
    right: 55px;
}
.kf-mobile.open .kfm_03 {
    bottom: 75px;
    right: 100px;
}
.kf-mobile.open .kfm_04 {
    bottom: 16px;
    right: 119px;
}
@media (max-width: 768px) {
    .kefu{
        display: none;
    }
}
/*kefu-end*/

/* banner */
.search-wrap{
    left: 71.3%;
    margin-left: -25%;
}

@media (min-width: 992px){
  .header{
    height: 132px;
    overflow: visible;
  }
  .navbar{
    float: left;
    height: 132px;
  }
  .header .logo{
    display: block;
  }
  .tel-box{position: relative;}
  .navbar-togger{
    display: none;
  }
  .nav-menu {
    float: right;
    /* position: relative; */
    margin-top: 32px;
  }
  .nav-list{
    float: left;
  }
  .nav-list&gt;li{
    float: left;
    border:none;
    opacity: 1;
    pointer-events:auto;
    margin:0;
    margin-right: 15px;

    position: relative;
  }
  .nav-list&gt;li:last-child{margin-right: 0;}
  .category-tig{
    display: none;
  }
  .category-item a{
    margin: 0;
    line-height: 100px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }

  .category-cont {
    display: block;
    position: absolute;
    top: 100%;
    left: 50%;
    -webkit-transform: translate(-50%,0);
    -ms-transform: translate(-50%,0);
        transform: translate(-50%,0);
    z-index: 500;
    background: #fff;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    width: auto;
    min-width: 150px;
    text-align: center;
    -webkit-box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
            box-shadow:0 5px 10px 0 rgba(0,0,0,0.1);
    -webkit-transition: max-height .8s;
    -o-transition: max-height .8s;
    transition: max-height .8s;
  }
  .category-cont a {
    display: block;
    line-height: 36px;
    color: #888;
    white-space: nowrap;
    font-size: 14px;
    padding: 8px 32px;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .category-cont a:hover{
    color: #136091;
  }
  .nav-list&gt;li:hover .category-item a{
    color: #136091;
  }
  .nav-list&gt;li:not(.nav-full):hover .category-cont {
    opacity: 1;
    max-height: 600px;
  }
  .search-btn{
    display: block;
    float: left;
    width: 34px;
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 24px;
    color: #136091;
    cursor: pointer;
    cursor: pointer;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
  }
  .search-wrap {
    margin-top: 0;
    position: absolute;

    top: 0;
    height: 110px;
    background: transparent;
    z-index: -2;
    opacity: 0;
    width: 36%;
  }
  .search-frame {
    position: relative;
    height: 46px;
    margin-top:53px;
  }
  .search-close {
    display: block;
    width: 34px;
    height: 46px;
    font-size: 24px;
    color: #136091;
    line-height: 46px;
    text-align: center;
    cursor: pointer;
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
    cursor: pointer;
  }
  .search-input {
    margin-right: 60px;
    height: 46px;
    padding-right: 60px;
  }
  .search-input input {
    width: 100%;
    padding: 0 15px;
    font-size: 16px;
    line-height: 46px;
  }
  .searchtext-btn {
    position: absolute;
    right: 0;
    top: 0;
    width: 44px;
    height: 44px;
    z-index: 2;
    cursor: pointer;
    text-align: center;
    line-height: 44px;
  }
  @-webkit-keyframes searchform-fade {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
      animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
      }
    100% {opacity: 1}
  }
  @keyframes searchform-fade {
    0% {
      opacity: 0;
      -webkit-animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1);
      animation-timing-function: cubic-bezier(0.67, 0, 0.33, 1)
      }
    100% {opacity: 1}
  }
  @-webkit-keyframes searchform-slide {
    0% {
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
      animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }
  @keyframes searchform-slide {
    0% {
      -webkit-transform: translate3d(100px, 0, 0);
      transform: translate3d(100px, 0, 0);
      -webkit-animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1);
      animation-timing-function: cubic-bezier(0.11393, 0.8644, 0.14684, 1)
    }
    100% {
      -webkit-transform: translateZ(0);
      transform: translateZ(0)
    }
  }
  @-webkit-keyframes item-searchshow {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
      animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
      opacity: 1
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3)
    }
  }
  @keyframes item-searchshow {
    0% {
      opacity: 1;
      -webkit-transform: none;
      transform: none;
      -webkit-animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1);
      animation-timing-function: cubic-bezier(0.2727, 0.0986, 0.8333, 1)
    }
    40% {
      opacity: 1
    }
    100% {
      opacity: 0;
      -webkit-transform: scale(0.3);
      transform: scale(0.3)
    }
  }
  .searchshow .nav-list&gt;li{
    -webkit-animation: item-searchshow .4s both;
            animation: item-searchshow .4s both;
  }
  .searchopen .search-wrap {
    z-index: 10;
    opacity: 1;
  }
  .searchopen .search-frame {
    -webkit-animation:searchform-fade 400ms both;
    animation: searchform-fade 400ms both;
  }
  .searchopen .search-frame form {
      -webkit-animation:searchform-slide 1s both;
      animation:searchform-slide 1s both;
  }
  .searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
  }
  .searchopen .search-close {
    opacity: 1;
    -webkit-transition: all .2s ease-out 0s;
    -o-transition: all .2s ease-out 0s;
    transition: all .2s ease-out 0s;
    background: #fff;
  }
  .searchopen .nav-list&gt;li{
      visibility: hidden;
  }
  .language{
    display: none;
  }
  .nav-list&gt;li.nav-full{
    position: inherit;
  }
  .nav-list&gt;li.nav-full .category-cont{
    display: none;
  }
  .dropdown-full {
    margin-top: 0px;
    position: absolute;
    z-index: 200;
    background: url(../images/bg.jpg) no-repeat center center;background-size: 100% 100%;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    height: auto;
    display: none;
    overflow: hidden;
    width: 100%;
    left: 0;
    -ms-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -o-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    -webkit-box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.05);
  }

  .nav-full:hover + .dropdown-full {
      display: block;
      visibility: visible;
  }

  .dropdown-solu {
      width: 825px;
      margin: 0 auto;
      padding: 30px 0 65px;
  }

  .dropdown-solu li {
      float: left;
      width: 245px;
      margin: 10px 15px;
  }

  .dropdown-solu li a {
      display: block;
      width: 100%;
      height: 165px;
      position: relative;
  }

  .dropdown-solu .pic {
      width: 100%;
      height: 165px;
      overflow: hidden;
  }

  .dropdown-solu .pic img {
      width: 100%;
      height: 100%;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu .cont {
      width: 100%;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      padding: 8px 45px 8px 15px;
      -webkit-transform: translateX(-10px);
      -ms-transform: translateX(-10px);
      transform: translateX(-10px);
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu .tit {
      font-size: 16px;
      line-height: 24px;
      color: #444;
      -o-text-overflow: ellipsis;
      text-overflow: ellipsis;
      white-space: nowrap;
      overflow: hidden;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu .m-more {
      position: absolute;
      right: 0;
      top: 0;
      width: 45px;
      height: 100%;
      font-size: 20px;
      color: #777;
      line-height: 40px;
      -webkit-transition: all .5s;
      -o-transition: all .5s;
      transition: all .5s;
  }

  .dropdown-solu li:hover .pic img {
      -webkit-transform: scale(1.08);
      -ms-transform: scale(1.08);
      transform: scale(1.08);
  }

  .dropdown-solu li:hover .cont {
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0);
  }

  .dropdown-solu li:hover .tit {
      color: #00a7d2;
  }

  .dropdown-solu li:hover .m-more {
      color: #00a7d2;
  }
  .dropdown-box {
  background: linear-gradient(to right, rgb(244, 245, 248) 30%, rgb(255, 255, 255) 30%);
  height: 100%;
}

.drop-columns {
    width: 100%;
    height: 100%;
    margin: 0 auto;
}

.drop-col-3 {
    float: left;
    width: 26%;
    height: 100%;
    background: #efefef;
    padding: 80px 0;
}

.drop-col-7 {
    float: left;
    width: 74%;
    height:100%;
    background: #f9f9f9;
}

.drop-nav li a {
    display: block;
    font-size: 20px;
    color: #444;
    padding: 10px 70px 10px 35px;
    transition: background-color .4s,color .4s;
}

.drop-nav li {
    margin-bottom: 10px;
    width:100%;
}

    .drop-nav li:hover a {
        color: red;
    }

    .drop-nav li.on a {
        background: url(../images/right6.png) no-repeat right 32px center #2E67B1;
        color: #fff;
    }

.drop-megapanel {
    display: none;
}

    .drop-megapanel.on {
        display: block;
    }

.drop-col-6 {
    float: left;
    width: 35%;
    padding: 80px 40px;
}
.drop-list{max-height: 150px;overflow-y: auto;display: block!important;}
.drop-list li {
    width:100%;
    height:30px;
}
.drop-list li a {
    display: inline-block;
    font-size: 16px;
    width:100%;
    color: #969696;
    padding: 5px 0;
    transition: all .4s;
}

    .drop-list li.on a {
        font-weight: bold;
        color: #2E67B1;
        font-size: 18px;
    }

.dropdown-scro li a:hover {
    color: red;
}

.drop-col-4 {
    float: left;
    width: 64%;
    padding: 80px 20px 60px;
}
.drop-each-list{width: 45%;float: left;max-height: 150px;overflow-y: auto;}

.drop-col-2{width: 30%;float: left;padding: 80px 0;}
.drop-pic-text {
    font-size: 18px;
    line-height: 24px;
    color: #666;
    margin: 16px 0 20px;
}

    .drop-small-title {
        font-size: 18px;
        color: #2E67B1;
        line-height: 30px;
        margin-top: 9px;
        margin-bottom: 20px;
        text-align: left;
    }

.drop-small-des {
    height:30px;
    font-size: 14px;
    color: #989898; /* margin-bottom: 30px; */
    text-align: left;
}

.drop-small-des:hover {
    color:#2E67B1;
}

.drop-pic {
  width: 45%;
  float: right;
    overflow: hidden;
}
.drop-pid {
    float: right;
    overflow: hidden;
}
.drop-pic img {
    max-width: 100%;
    display: block;
}

.drop-each {
    height:100%;
    display: none;

}

  .drop-each.on {
      display: block;
  }


}
@media (min-width: 1260px){

}
@media (max-width: 1680px) {
    .ban-info{top: 56%;}
    .head_bot .nav{width: 66%;}
    .foot-top dl{margin-right: 48px;}
    .foot-bot .share{margin-left: 30px;}
    .header .logo img {height: 60px;}
    .header .logo {padding: 35px 0;}
    .search-wrap{ left: 64.3%;}
    .ewm-code{width: 130px;}

}
@media (max-width: 1580px) {.search-wrap{ left: 66.3%;}}
@media (max-width: 1520px) {.search-wrap{ left: 67.3%;}}

@media (max-width: 1459px) {

  .ban-info-desc h4{font-size: 20px;}
  .ban-info-desc h3, .ban-info-desc h3 span{font-size: 40px;}
  .category-item a{font-size: 18px;}
  .top-tel span{font-size: 22px;}
  .search-wrap{ left: 68.3%;}


}
@media (max-width: 1259px) {

    .foot-top dl{margin-right: 14px;}
    .share.bdshare-button-style0-32 a{width: 30px;height: 30px;margin:0 2px 0 0;}
    .foot-bot p, .foot-bot p span, .foot-bot p a{line-height: 30px;}
    .foot-bot .share{margin-left: 0px;}
    .foot-bot p span{margin-right: 0;}
    .foot{padding-top: 50px;}
    .foot-top{padding: 0 20px 30px;}
    .foot-bot{padding: 20px 0;}
    .header .logo{padding: 38px 0;}
    .header .logo img{height: 54px;}
    .search-btn{margin:0 20px 0 15px;}
    .category-item a{padding:0 6px;}
    .ewm-code{width: 110px;}



}
@media  (max-width: 991px) {

  /*header*/
  .header.affix{transform:none!important;}
  .nav-list&gt;li:nth-child(1) {
    -webkit-transform: translateY(-44px);
    -ms-transform: translateY(-44px);
        transform: translateY(-44px);
    transition: opacity .33s cubic-bezier(0.52, 0.16, 0.52, 0.84) .15s,transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s,-webkit-transform .46s cubic-bezier(0.52, 0.16, 0.52, 0.84) .1s;
  }
  .nav-list&gt;li:nth-child(2) {
      -webkit-transform: translateY(-40px);
      -ms-transform: translateY(-40px);
          transform: translateY(-40px);
      transition: opacity .29s cubic-bezier(0.52, 0.16, 0.52, 0.84) .13s,transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s,-webkit-transform .45s cubic-bezier(0.52, 0.16, 0.52, 0.84) .095s;
  }
  .nav-list&gt;li:nth-child(3) {
      -webkit-transform: translateY(-36px);
      -ms-transform: translateY(-36px);
          transform: translateY(-36px);
      transition: opacity .26s cubic-bezier(0.52, 0.16, 0.52, 0.84) .11s,transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s,-webkit-transform .43s cubic-bezier(0.52, 0.16, 0.52, 0.84) .082s;
  }
  .nav-list&gt;li:nth-child(4) {
      -webkit-transform: translateY(-32px);
      -ms-transform: translateY(-32px);
          transform: translateY(-32px);
      transition: opacity .23s cubic-bezier(0.52, 0.16, 0.52, 0.84) .09s,transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s,-webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .069s;
  }
  .nav-list&gt;li:nth-child(5) {
      -webkit-transform: translateY(-28px);
      -ms-transform: translateY(-28px);
          transform: translateY(-28px);
      transition: opacity .22s cubic-bezier(0.52, 0.16, 0.52, 0.84) .07s,transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s,-webkit-transform .42s cubic-bezier(0.52, 0.16, 0.52, 0.84) .056s;
  }
  .nav-list&gt;li:nth-child(6),
  .nav-pane{
      -webkit-transform: translateY(-24px);
      -ms-transform: translateY(-24px);
          transform: translateY(-24px);
      transition: opacity .20s cubic-bezier(0.52, 0.16, 0.52, 0.84) .05s,transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s,-webkit-transform .41s cubic-bezier(0.52, 0.16, 0.52, 0.84) .043s;
  }
  .navbar-box{position: relative;}
  .nav-menu {
    position: relative;
    top: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 620;
    padding: 20px;
    border-top: 1px solid #e5e5e5;
    overflow-x: hidden;
    overflow-y: auto;
    visibility: hidden;
    -webkit-transition: visibility 0s linear 1s;
    -o-transition: visibility 0s linear 1s;
    transition: visibility 0s linear 1s;
  }
  .header.open-menu .nav-menu {
    visibility: visible;
    -webkit-transition-delay: 0s;
         -o-transition-delay: 0s;
            transition-delay: 0s;
  }
  .header .logo img{
    height: 34px;
  }
  .language{
    margin-top: 20px;
  }
  .language a{
    display: inline-block;
    background: #136091;
    font-size:0;
    color: #fff;
    padding:6px 15px;
  }
  .language span{
    vertical-align: middle;
    font-size: 14px;
    color: #fff;
  }
  .language img{
    height: 16px;
    margin-right: 6px;
    vertical-align: middle;
  }
  .nav-language{display: none;}
  .foot,.kf{display: none !important;}
  .header-app,.foot-app,.kefu{display: block;}
  .banner{margin-top: 50px;}
  .banner-slide .banner-app{display: block;}
  .banner-slide .banner-pc{display: none;}
  .swiper-pagination-bullet{width: 10px;height: 10px;}
  .swiper-pagination-bullet{margin:0px 5px !important;}
  .swiper-pagination{bottom: 20px;width:100%;text-align: center;}
  .ban-info{width: 100%;}
  .ban-info-desc h3{width: 100%;padding-bottom: 20px;margin-bottom: 15px;}
  .ban-info-desc h4{font-size: 20px;line-height: 26px;letter-spacing: 8px;}

  .more-btn{font-size: 14px;width: 140px;height: 40px;}
  .ban-info .more-btn{margin-top: 20px;}
  .ban-info{top: 50%;}
  .header .logo{padding: 7px 0;}
  .category-item a{font-size: 16px;}
  .top-tel{display: none;}
  .dropdown-full{display: none!important;}





}
@media  (max-width: 767px) {


}


/* contain */
/* ��ҳ */


/* ��ҳ */
.page{text-align: center;margin-top: 100px;font-size:0;}
.page a{display: inline-block;width: 46px;height: 46px;line-height: 50px;text-align: center;font-size: 18px;vertical-align: middle;margin: 0 2.5px;font-family: AK;color: #fff;background: #CECECE;}
.page a.page-prev,.page a.page-next{font-size: 14px;color: #fff;}
.page a.page-prev{margin-right: 5px;}
.page a.page-next{margin-left: 5px;}
.page a:hover,.page a.on{color: #fff;background: #c42a2e;border-color: transparent;}
.page a:hover i,.page a.on i{color: #fff;}


/*ͼƬ�Ŵ�*/
#darkbox {position: fixed;z-index: 9999;background: rgba(0,0,0,0.8) no-repeat none 50%;background-size: contain;-webkit-box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);box-shadow: 0 0 0 3000px rgba(0,0,0,0.8);opacity: 0;visibility: hidden;}
#darkbox.on {opacity: 1;visibility: visible;height: 90% !important;width: 90% !important;left: 5% !important;top: 5% !important;}
.dark-close i{color:#fff;}
#darkbox_prev, #darkbox_next {cursor: pointer;-moz-user-select: none; -ms-user-select: none;user-select: none;-webkit-user-select: none;position: absolute;top: 50%;margin-top: -15px;height: 30px;width: 30px;-webkit-transition: 0.3s;-o-transition: 0.3s;transition: 0.3s;border-top: 2px solid #fff;border-right: 2px solid #fff;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#darkbox_prev {left: -2px;-ms-transform: rotate(-135deg);-webkit-transform: rotate(-135deg);transform: rotate(-135deg);}
#darkbox_next {-ms-transform: rotate(45deg);-webkit-transform: rotate(45deg);transform: rotate(45deg);right: -2px;}
#darkbox_prev:hover,#darkbox_next:hover{border-color: #c42a2e;}
#darkbox-description {position: absolute;width: 100%;color: #fff;font-size: 18px;bottom: 5px;text-align: right;text-shadow: 0 1px 1px #000;}
#darkbox .dark-close{position: absolute;right: 0;top: 0;font-size: 2em;color: #fff;cursor: pointer;-webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
#darkbox .dark-close:hover{color:#c42a2e;}

/* �������� */
.nei_anchor {text-align: center;display: none;position: fixed;left: 0;top: 0;width: 100%;z-index: 1001;background: #111;border-top: 1px solid rgba(255,255,255,0.2);}
.nei_anchor.fixed{top: 0;}
.nei_anchor .wrap{font-size: 0;}
.nei_anchor span {display: inline-block;*display: inline;*zoom: 1;}
.nei_anchor span a {font-size: 16px;color: #fff;line-height: 50px;padding: 0 40px;display: inline-block;-webkit-transition: .5s;-moz-transition: .5s;-ms-transition: .5s;-o-transition: .5s;transition: .5s;position: relative;}
.nei_anchor span a:after{content: '';width: 1px;height: 17px;background: #dadada;position: absolute;right: 0;top: 50%;transform: translateY(-50%);}
.nei_anchor span.on a:after,.nei_anchor span a:hover:after{display: none;}
.nei_anchor span:hover a,
.nei_anchor span.on a {color: #fff;background: #c93e42;}
.ab_poti {position: relative;}
.abposi_ab {position: absolute;height: 1px;top: -100px;}
.inner-banner&gt;img{display: block;width: 100%;}
.inner-banner .banner-pc{display: block;}
.inner-banner .banner-app{display: none;}



/*����ҳ*/
.sec-search{padding: 150px 0 110px;background: #f0f4f7;width: 100%;overflow: hidden;}
.psearch-left{float: left; width: 72.5%;}
.psearch-left .pagination {margin-top: 100px;}
.psearch-box{padding-right: 78px;margin-bottom: 35px;border: 1px solid #dcdcdc;background: #fff;position: relative;}
.psearch-box input{width: 100%;padding:0 34px;font-size: 18px;line-height: 68px;border: none;color: #333;}
.psearch-box button{ color:#c42a2e;background-size: 38% auto;position: absolute;right: 0;top: 0;z-index: 2;width: 68px;height: 68px;font-size: 30px;right: 10px;outline: medium;border: none;}
.psearch-tip{font-size: 24px;padding-left: 35px;margin-bottom: 27px;}
.psearch-right{float: right;width: 25%; margin-top: 0;}
.psearch-right .m-tit{font-size: 20px;padding: 20px 34px;border-bottom: 5px solid #f0f4f7;}
.psearch-ru a{font-size: 18px;padding: 20px 34px;border-bottom: 4px solid #f0f4f7;}
.news-item {display: block;background: #fff;padding: 25px 52px 25px 32px;margin-bottom: 30px;}
.news-item .m-cont {padding: 15px 4%;float: left;width: 80%;}
.news-item .m-tit {font-size: 18px;color: #444;-o-text-overflow: ellipsis; text-overflow: ellipsis; white-space: nowrap; overflow: hidden; -webkit-transition: all .3s;-o-transition: all .3s;transition: all .3s;}
.news-item .m-time {font-size: 16px;margin: 4px 0 10px;color: #777;}
.news-item .m-img {float: left;width: 20%;overflow: hidden;}
.news-item .m-img img {width: 100%;-webkit-transition: all .8s;-o-transition: all .8s;transition: all .8s;}
.psearch-right .m-tit {font-size: 20px;padding: 20px 34px;border-bottom: 5px solid #f0f4f7;background: #c42a2e;text-align: center;color: #fff;}
.psearch-ru a {font-size: 18px;padding: 20px 34px;border-bottom: 4px solid #f0f4f7;display: block;background: #fff;color: #444;}




/* ��Ƶ���� */
.msg-box-bg {width: 100%;height: 100%;position: fixed;left: 0;top: 0;display: none;z-index: 1001;}
.msg-box {width: 100%;height: 100%;padding: 50px;background-color: #F3F3F3;position: absolute;left: 50%;top: 47%;transform: translate(-50%,-50%);box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);}
.msg-box .close-box {width: 30px;height: 30px;background: url("../images/btn-close-modal.png") no-repeat center;cursor: pointer;position: absolute;right: 10px;top: 10px;-webkit-transition: .5s;-ms-transition: .5s;-moz-transition: .5s;-o-transition: .5s;transition: .5s;}
.msg-box .close-box:hover {-webkit-transform: rotate(90deg);-ms-transform: rotate(90deg);-moz-transform: rotate(90deg);-o-transform: rotate(90deg);transform: rotate(90deg);}
.abo_video {width: 100%;height: 100%;cursor: pointer;overflow: hidden;position: relative;}
.abo_video:after{content: '';width: 74px;height: 74px;background: url(../images/play.png) no-repeat center;position:absolute;left: 50%;top: 55%;transform: translate(-50%,-50%);transition: all 0.4s;background-size: contain;z-index: 10;}
.abo_video:hover:after{top: 48%;}
/*index*/

.in-one{padding: 70px 0 50px;background:#fff;background-size: 100% 100%;}
.tit{text-align: center;margin-bottom: 30px;}
.tit h3{font-size: 66px;color: #e9edf0;text-transform: uppercase;font-family: AK;font-weight: bold;letter-spacing: 5px;}
.tit h4{font-size: 46px;color: #333;margin-top: -30px;}
.tit span{display: block;}
.tit span img{display: block;margin:18px auto 0;}
.in1-lf{width: 59%;float: left;}
.in1-item img{display: block;width: 100%;transition: all .6s;height: 100%;}
.in1-lftop .in1-item{height: 418px;overflow: hidden;margin-bottom: 1.4%;}
.in1-list .in1-item{position: relative;}
.in1-desc p{font-size: 22px;color: #fff;text-align:center;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in1-desc{position: absolute;bottom: 55px;left: 0;width: 100%;padding: 0 20px;}
.in1-item:hover img{transform: scale(1.05);}
.in1-hide{display: none;}
.in1-item:hover .in1-hide{display: block;}
.in1-item:hover .in1-show{display: none;}
.in1-lfbot .in1-item{width: 49.3%;float: left;height: 410px;overflow: hidden;margin-right: 1.4%;}
.in1-lfbot .in1-item:last-child{margin-right: 0;}
.in1-rttop .in1-desc{bottom: auto;top: 55px;}
.in1-rt{width: 40.25%;float: right;}
.in1-rt .in1-item{overflow: hidden;}
.in1-rttop .in1-item{height: 500px;margin-bottom: 2.1%;}
.in1-rtbot .in1-item{height: 328px;}

.in-two{padding: 50px 0;background: #ebf1f5;}
.in-two .tit h3{color: #d9e0e5;}
.in2-itembox .in2-item{display: none;}
.in2-itembox .in2-item.on1{display: block;}
.in2-nav{text-align: center;margin-bottom: 42px;}
.in2-nav li{width: 160px;height: 42px;background: transparent;border-radius: 21px;text-align: center;display: inline-block;transition: all 0.4s;}
.in2-nav li a{font-size: 20px;color: #444;line-height: 40px;}
.in2-nav li.on{background: url(../images/img8.png) no-repeat center;background-size: cover;}
.in2-nav li.on a{color: #fff;}
.in2-lf{width: 39.5%;float: left;}
.in2-item01{width: 49%;float: left;margin-right: 2%;margin-bottom: 2%;position: relative;overflow: hidden;}
.in2-item02{position: relative;overflow: hidden;}
.in2-lf .in2-item01:nth-child(2n){margin-right: 0;}
.in2-item01 img{display: block;width: 100%;}
.in2-rt{width: 59.6%;float: right;}
.in2-rtlf{width: 66.3%;float: left;}
.in2-rtrt{width: 32.3%;float: right;}
.in2-item02 img{display: block;width: 100%;}
.in2-rtrt .in2-item02{margin-bottom: 5%;}
.in2-back{position: absolute;width: 100%;height: 100%;background: url(../images/img17.png) no-repeat center; background-size: cover;left: 0;bottom: -100%;transition: all 0.5s;}
.in2-back img{display: block;margin:0 auto;width: auto;}
.in2-back .in2-btn {width: 180px;height: 50px;border-radius: 25px;border:1px solid rgba(255,255,255,0.6);text-align: center;margin:100px auto 0;}
.in2-back .in2-btn span{font-size: 18px;color: #fff;display: inline-block;line-height: 46px;}
.in2-back .in2-btn i{display: inline-block;width: 26px;height: 26px;background: url(../images/right2.png) no-repeat center;background-size: contain;vertical-align: text-top;margin-left: 10px;}
.in2-back-desc{position: absolute;top: 50%;transform:translateY(-50%);left: 0;width: 100%;}
.in2-item01:hover .in2-back{bottom: 0;}
.in2-item02:hover .in2-back{bottom: 0;}

.in-three{padding: 70px 0 90px;background: #fff;}
.in3-video img{display: block;width: 100%;}
.in3-list{background: #fff;padding: 96px 96px 0;margin-top: -45px;position: relative;z-index: 10;}
.in3-list li{width: 18.5%;height: 260px;border: 1px solid #ccc;display: inline-block;margin: 0 4.3%;vertical-align: top;position: relative;transition: all 0.4s;background: transparent;}
.in3-list li:first-child{margin-left: 0;}
.in3-list li:last-child{margin-right: 0;}
.in3-list ul {text-align: center;font-size: 0;}
.in3-list li span{display: inline-block;position: absolute;left: -26px;top: -26px;}
.in3-list .in3-desc{text-align: left;padding: 35px 22px 0;}
.in3-list .in3-desc h3{color: #2857a2;font-size: 22px;text-align: center;margin-bottom: 65px;transition: all 0.4s;}
.in3-list .in3-desc h4{margin-bottom: 12px;}
.in3-list .in3-desc p{color: #666;font-size: 16px;line-height: 26px;height: 78px;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;transition: all 0.4s;}
.in3-list li:hover{background: url(../images/img24.jpg) no-repeat center;background-size: cover;border-color:transparent;}
.in3-list li:hover .in3-desc h3,.in3-list li:hover .in3-desc p{color: #fff;}

.in-four{padding: 70px 0 90px;background: #ebf1f5;}
.in-four .tit h3{color: #d9e0e5;}
.in4-swiper{position: relative;overflow: hidden;}
.in4-swiper .swiper-prev,.in4-swiper .swiper-next{width: 63px;height: 120px;position: absolute;
    top: 50%;transform: translateY(-50%);transition: .5s;font-size: 0;background: transparent;z-index: 10;cursor: pointer;}
.in4-swiper .swiper-prev{left:0;background:url(../images/right4.png) no-repeat center;transform: rotate(180deg)translateY(50%);background-size: contain;}
.in4-swiper .swiper-next{right: 0;background:url(../images/right4.png) no-repeat center;background-size: contain;}
.in4-swiper .swiper-prev:hover,.in4-swiper .swiper-next:hover{background: url(../images/right4h.png) no-repeat center;background-size: contain;}
.in4-swiper .swiper-slide{width: 54%;}
.in4-swiper .swiper-slide .in4-pic{position: relative;overflow: hidden;}
.in4-swiper .swiper-slide .in4-pic img{width:100%;height:100%;display: block;transition: all 0.4s;}
.in4-swiper .swiper-slide .in4-pic:before{content: '';width: 100%;height: 100%;background: url(../images/img26.png) no-repeat center;background-size: cover;position: absolute;left: 0;bottom: 0;}
.in4-swiper .swiper-slide .in4-desc h3{color: #fff;font-size: 20px;width: 70%;display: inline-block;vertical-align: middle;text-align: left;padding-left: 12px;position: relative;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in4-swiper .swiper-slide .in4-desc h3:before{content: '';width: 3px;height: 24px;background: rgba(14,123,194,0.8);position: absolute;left: 0;top: 50%;margin-top: -12px;}
.in4-swiper .swiper-slide .in4-desc{position: absolute;bottom: -100%;left: 0;width: 100%;padding: 25px 30px;transition: all 0.4s;}
.in4-swiper .swiper-slide .in4-desc span{display: inline-block;position: absolute;right: 0;bottom: 0;}
.in4-swiper .swiper-slide .in4-desc span img{display: block;width: 100%;}
.in4-swiper .swiper-slide-active .in4-desc{bottom: 0;}
.in4-swiper .swiper-slide:hover .in4-pic img{transform:scale(1.1);}

.in-five{padding: 70px 0 90px;background: #fff;}
.in5-item-tit{margin-bottom: 32px;}
.in5-item-tit h3{font-size: 24px;width: 80%;display: inline-block;vertical-align: middle;padding-left: 10px;position: relative;}
.in5-item-tit h3:before{content: '';width: 2px;height: 22px;background: #777;position: absolute;left: 0;top: 50%;margin-top: -11px;}
.in5-item-tit a{display: inline-block;font-size: 16px;color: #777;vertical-align: middle;float: right;}
.in5-item-tit a:hover{color: #2857a2;}
.in5-item{width: 31.25%;float: left;margin-right: 3.125%;}
.in5-item:last-child{margin-right: 0;}
.in5-pic{overflow: hidden;margin-bottom: 35px;}
.in5-pic img{display: block;width: 100%;transition: all 0.4s;}
.in5-news .in5-item-tit h3{color: #329b84;}
.in5-news .in5-item-tit h3:before{background: #329b84;}
.in5-item .in5-desc li h3{font-size: 16px;color: #666;margin-bottom: 10px;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in5-item .in5-desc li h4{font-size: 14px;color: #999;font-family: AK;text-overflow: ellipsis;white-space: nowrap;overflow: hidden;}
.in5-item .in5-desc li{margin-bottom: 16px;}
.in5-item .in5-btn{color: #777;font-size: 14px;margin-top: 8px;display: inline-block;}
.in5-item .in5-btn i{display: inline-block;font-size: 14px;color: #777;margin-left: 5px;}
.in5-item .in5-btn:hover,.in5-item .in5-btn:hover i{color: #2857a2;}
.in5-item .in5-desc li:hover h3{color: #2857a2;}
.in5-item .in5-desc li:hover .in5-pic img{transform:scale(1.1);}
.in5-brand .in5-item-tit h3{color: #0958a8;}
.in5-brand .in5-item-tit h3:before{background: #0958a8;}
.in5-download .in5-item-tit h3{color: #006092;}
.in5-download .in5-item-tit h3:before{background: #006092;}

.in-six{padding: 50px 0 60px;background: #ebf1f5;}
.in-six .tit{text-align: left;}
.in-six .tit h4{margin-top: 0;}
.in-six .tit span{display: inline-block;}
.in6-swiper{position: relative;padding-bottom: 0;}
.in6-swiper .swiper-container{overflow: hidden;}
.in6-swiper .swiper-slide{overflow: hidden;}
.in6-swiper .swiper-slide img{display: block;width: 100%;transition: all 0.4s;}
.in6-swiper .swiper-slide:hover img{transform: scale(1.1);}
.in6-swiper .swiper-pagination{bottom: 0;}
.in6-swiper .swiper-pagination-bullet{border-color: #777;}
.in6-swiper .swiper-pagination-bullet-active{border-color: #0599d9;}
.in6-swiper .swiper-button-prev, .in6-swiper .swiper-button-next{width: 46px;height: 46px;box-shadow: 5px 1px 30px rgba(34,34,34,0.1);border-radius: 50%;opacity: 1;pointer-events:auto;transition: all 0.4s;cursor: pointer;}
.in6-swiper .swiper-pagination{display: none;}
.in6-swiper .swiper-button-prev{left:-67px;background:url(../images/right5.png) no-repeat center;transform: rotate(180deg);background-size: contain;}
.in6-swiper .swiper-button-next{right: -67px;background:url(../images/right5.png) no-repeat center;background-size: contain;}
.in6-swiper .swiper-button-prev:hover,.in6-swiper .swiper-button-next:hover{background: url(../images/right5h.png) no-repeat center;background-size: contain;}
#publicity-video{position: absolute;width: 100%;height: 100%;top: 0;left:0;overflow: hidden;}
.in3-video{position: relative;height: 60vh;}
#publicity-video video{display: block;width: 100%;}


/*��Ƶ����*/
.video_list {
    padding: 70px 0;
}

    .video_list li {
        width: 48%;
        float: left;
        margin-right: 2%;
        margin-bottom: 2%;
    }

        .video_list li:nth-child(3n) {
/*            margin-right: 0;*/
        }
        .video_list li:nth-child(2) {
            margin-left: 0;
        }

.video_pic {
    overflow: hidden;
    position: relative;
}

    .video_pic:after {
        content: '';
        width: 40px;
        height: 40px;
        background: url(../images/play2.png)no-repeat center;
        position: absolute;
        left: 50%;
        top: 50%;
        transform: translate(-50%,-50%);
        cursor: pointer;
        border-radius: 50%;
    }

    .video_pic img {
        display: block;
        width: 100%;
        transition: all 0.3s;
    }

.video_desc {
    background: #fff;
    padding: 20px 0;
    box-sizing: border-box;
    text-align: left;
}

    .video_desc p {
        color: #333;
        font-size: 18px;
        line-height: 22px;
    }
/* ��ҳ */
.page {
    text-align: center;
    margin-top: 60px;
}

    .page a {
        display: inline-block;
        width: 32px;
        height: 32px;
        line-height: 32px;
        text-align: center;
        color: #fff;
        font-size: 16px;
        background: #CECECE;
        vertical-align: middle;
        font-family: "DINM";
        margin: 0 7.5px;
        border-radius: 50%;
        border: 1px solid transparent;
        transition: all 0.4s;
    }

        .page a.page-prev, .page a.page-next {
            border-color: #CECECE;
            color: #fff;
        }

        .page a:hover, .page a.on {
            background: linear-gradient(263deg,rgba(9,145,199,1),rgba(20,216,176,1));
        }

        .page a.page-prev:hover, .page a.page-next:hover {
            color: #fff;
            border-color: transparent;
        }

@media (max-width: 1680px) {
    .in1-lftop .in1-item{height: 313.5px;}
    .in1-lfbot .in1-item{height: 307px;}
    .in1-rttop .in1-item{height: 375px;}
    .in1-rtbot .in1-item{height: 246px;}
    .in2-back img{width: 58%;}
    .in2-rtlf .in2-back img{width: auto;}
    .in2-back .in2-btn{width: 160px;height: 40px;margin:60px auto 0;}
    .in2-back .in2-btn span{line-height: 36px;font-size: 14px;}
    .in2-back .in2-btn i{width: 22px;height: 22px;}
    .in3-list li{width: 20.8%;height: 220px;margin: 0 2.8%;}
    .in3-list{padding: 96px 70px 0;}
    .in3-list .in3-desc h3{margin-bottom: 35px;}
    .in3-list .in3-desc{padding: 35px 15px 0;}
    .in6-swiper .swiper-button-prev{left:0;}
    .in6-swiper .swiper-button-next{right: 0;}
}

@media (max-width: 1459px) {
    .tit h3{font-size: 50px;}
    .tit h4{font-size: 40px;}
    .in1-desc p{font-size: 20px;}
    .in2-nav li a{font-size: 18px;}
    .in3-list .in3-desc h3{font-size: 20px;}
    .in4-swiper .swiper-slide .in4-desc h3{font-size: 18px;}
    .in5-download .in5-item-tit h3{font-size: 22px;}

}
@media (max-width: 1259px) {
    .in1-desc{bottom: 20px;}
    .in1-lftop .in1-item{height: 253px;}
    .in1-lfbot .in1-item{height: 248px;}
    .in1-rttop .in1-item{height: 303px;}
    .in1-rtbot .in1-item{height: 199px;}
    .in1-rttop .in1-desc{top: auto;bottom: 20px;}
    .in2-rtlf .in2-back img{width: 40%;}
    .in3-list li{height: 194px;}
    .in3-list li span{width: 50px;height: 50px;}
    .in3-list li span img{display: block;width: 100%;}
    .in3-list .in3-desc h3{margin-bottom: 15px;}





}
@media (max-width: 991px) {
    /* search */
    .psearch-left{width: 100%;float: none;}
    .psearch-right{width: 100%;float: none;margin-top: 20px;}
    .psearch-right .m-tit{font-size: 16px;padding: 15px 20px;}
    .psearch-ru a{font-size: 16px;padding: 15px 20px;}
    .psearch-box input{font-size: 16px;}
    .psearch-box button{font-size: 24px;}
    .psearch-tip{font-size: 18px;}
    .sec-search{padding: 40px 0;}
    .news-item .m-tit{font-size: 16px;}
    .news-item .m-time{font-size: 14px;}


    .container,.head_main,.wrap,.index-container,.foot-main{padding-right: 15px;padding-left: 15px;margin:0 auto;}
    .header-app .logo{padding: 10px 15px;}
    .inner-banner .banner-app{display: block;}
    .inner-banner .banner-pc{display: none;}
    .ban-info{display: none;}

    .nyban-info h3{font-size: 22px;line-height: 32px;}
    .tit{margin-bottom: 24px;}
    .tit h3{font-size: 26px;letter-spacing:2px;}
    .tit h4{font-size: 26px;margin-top: -20px;}
    .tit span img{margin: 10px auto 0;}
    .in-one{padding: 40px 0;}
    .in1-lf{width: 100%;}
    .in1-rt{width: 100%;margin-top: 1.4%;}
    .in1-desc p{font-size: 16px;}
    .in1-list .in1-item{height: auto;}
    .in1-hide{display: none!important;}
    .in1-rttop .in1-item{margin-bottom: 1.4%;}
    .in1-item:hover .in1-show{transform:none;display: block!important;}

    .in-two{padding: 40px 0;}
    .in2-nav li a{font-size: 16px;}
    .in2-lf{width: 100%;float: none;}
    .in2-rt{width: 100%;float: none;}
    .in2-rtlf{width: 100%;float: none;}
    .in2-rtrt{width: 100%;float: none;margin-top: 2%;}
    .in2-rtrt .in2-item02{width: 49%;margin-right: 2%;float: left;}
    .in2-rtrt .in2-item02:nth-child(2n){margin-right: 0;}
    .in2-nav{margin-bottom: 20px;}
    .msg-box {width: 95%;height: 400px;padding: 30px;}
    .msg-box .close-box {width: 15px;height: 15px;}
    .abo_video:after{width: 55px;height: 55px;background-size: contain;}
    .in-three{padding: 30px 0 10px;}
    .in3-list .in3-desc p{font-size: 12px;line-height: 24px;height: 72px;}
    .in3-list li{width: 31.8%;margin-bottom: 6%;height: auto;}
    .in3-list .in3-desc{padding: 35px 15px;}
    .in3-list li:last-child{margin: 0 2.8%;}
    .in3-list li:first-child{margin: 0 2.8%;}
    .in3-list{padding: 60px 0 0;}


    .in-four{padding: 40px 0;}
    .in4-swiper .swiper-slide{width: 100%;}
    .in4-swiper .swiper-prev, .in4-swiper .swiper-next{width: 30px;height: 60px;}
    .in4-swiper .swiper-slide .in4-desc{padding: 15px;}
    .in4-swiper .swiper-slide .in4-desc h3{font-size: 14px;}
    .in4-swiper .swiper-slide .in4-desc span{width: 30px;height: 30px;}

    .in-five{padding: 40px 0;}
    .in5-item{width: 100%;margin-right: 0;float: none;margin-bottom: 30px;}
    .in5-item .in5-item-tit h3{font-size: 18px;}
    .in5-item-tit{margin-bottom: 16px;}
    .in5-pic{margin-bottom: 20px;}
    .in5-item .in5-desc li h3{margin-bottom: 5px;}
    .in5-item .in5-desc li{margin-bottom: 10px;}

    .in-six{padding: 40px 0;}
    .in6-swiper{padding-bottom: 30px;}
    .in6-swiper .swiper-button-prev, .in6-swiper .swiper-button-next{display: none;}
    .in6-swiper .swiper-pagination{display: block;}
    .in3-video{height:31vh;}
    .in3-list li span {width: 40px;height: 40px;left: -16px;top: -20px;}

}

@media (max-width: 767px) {
    .in2-nav li{width: 40%;margin:0 2%;}
    .msg-box {height: auto;}
    .abo_video:after{width: 35px;height: 35px;background-size: contain;}

    .in3-list li{float: left;width: 48%;margin-right: 4%;margin-left: 0;height: 180px;}
    .in3-list li:nth-child(2n){margin-right: 0;margin-left: 0;}
    .in3-list li:first-child{margin-left: 0;margin-right: 4%;}
    .in3-list li:last-child{margin-right: 0;}
    .in3-list ul{padding: 0 20px;}
    .in3-list .in3-desc{padding: 20px 10px 0;}
    .in3-list .in3-desc h3{font-size: 16px;}
    .in3-list .in3-desc h3{margin-bottom: 20px;}


}
@media (max-width: 700px) {


}


@media (max-width: 580px) {



}
@media (max-width: 414px) {

}
.kf img {
    max-width: initial;
}
.foot-link  {
    color: #777;
    padding-bottom: 20px;
}</pre></body></html>