@font-face {
    font-family: 'gothic';
    src: url('../font/gothic.eot');
    src:
    url('../font/gothic.eot?#font-spider') format('embedded-opentype'),
    url('../font/gothic.woff') format('woff'),
    url('../font/gothic.ttf') format('truetype'),
    url('../font/gothic.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}


.clearfix:after{ display:block; visibility:hidden; clear:both; height:0; content:"";}
.clearfix{zoom:1;}
.fl{ float:left;}
.fr{ float:right;}
.auto{ margin-left:auto; margin-right:auto;}

/*html5*/
article,aside,footer,header,section,footer,nav,figure,main{display:block}
a,*{-webkit-tap-highlight-color: transparent;tap-highlight-color: transparent;}

/*小号文字  scale以12号字体为基准 需写实际字号大小*/
.font_adjust{-webkit-text-size-adjust:none;}
.font_scale8{ -webkit-transform: scale(0.66);}
.font_scale10{ -webkit-transform: scale(0.83);}
.font_lc{-webkit-transform-origin:left center;}
.font_rc{-webkit-transform-origin:right center;}
.font_up{text-transform:uppercase;}

/*文字截断*/
.TXTovehid{display: block; white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran700{-webkit-transition:all 0.7s linear; -moz-transition:all 0.7s linear; -ms-transition:all 0.7s linear; transition:all 0.7s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

.w1280{width: 1500px;margin: 0 auto;}
.w1200{width: 1200px;margin: 0 auto;}


.xx_page { line-height: 30px; margin-bottom: 20px;}
.xx_page p{   font-size: 16px;
    line-height: 2.6;
    color: #232323; } 

*:before,*:after{-webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(../img/list/bg/grayBg.png) repeat;visibility: hidden; -webkit-transition: opacity 0.3s 0s, visibility 0s 0.3s; transition: opacity 0.3s 0s, visibility 0s 0.3s; z-index: 9999;  opacity: 0;}
.cd-popup.is-visible { opacity: 1; visibility: visible; -webkit-transition: opacity 0.3s 0s, visibility 0s 0s; transition: opacity 0.3s 0s, visibility 0s 0s; }
.cd-popup-container { position: relative; height: 36px; padding: 40px; background: #fff; width: 60%; margin: 0 auto; top: 50%; margin-top: -58px; background: #FFF; border-radius: .4rem .4rem .4rem .4rem; text-align: center; box-shadow: 0 0 20px rgba(0, 0, 0, 0.2); -webkit-transform: scale(1.2); -ms-transform: scale(1.2); transform: scale(1.2); -webkit-backface-visibility: hidden; -webkit-transition-property: -webkit-transform; transition-property: transform; -webkit-transition-duration: 0.3s; transition-duration: 0.3s; }
.is-visible .cd-popup-container { -webkit-transform: scale(1); -ms-transform: scale(1); transform: scale(1); }

.hidden_search .text { width: 100%; height: 20px; padding: 8px 0; font-size: 14px; color: #444;background: none;border:none;font-family: "Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../img/list/icon/search_icon.jpg) no-repeat center center; position: absolute; right: 0; top: 0; height: 36px; width: 36px; text-indent: -999em;border:none;cursor: pointer;}
.hidden_search .search_wrap { border: 1px solid #e4eaec; border-radius: 20px; position: relative; padding-right: 56px; padding-left: 20px; height: 36px; }
.hidden_search .close_btn { position: absolute; right: 0; top: 0; padding: 10px; width: 22px; height: 22px; -webkit-transition: 0.5s; transition: 0.5s; }
.hidden_search .close_btn:after, .hidden_search .close_btn:before { background: #cccccc; width: 20px; height: 3px; display: block; -webkit-transition: all 0.3s ease 0s; transition: all 0.3s ease 0s; content: ""; position: absolute; left: 10px; top: 11px; }
.hidden_search .close_btn:before { -webkit-transform-origin: left bottom; -ms-transform-origin: left bottom; transform-origin: left bottom; -webkit-transform: rotate(45deg); -ms-transform: rotate(45deg); transform: rotate(45deg); }
.hidden_search .close_btn:after { -webkit-transform-origin: left top; -ms-transform-origin: left top; transform-origin: left top; -webkit-transform: rotate(-45deg); -ms-transform: rotate(-45deg); transform: rotate(-45deg); top: 26px; }
.hidden_search .close_btn:hover:after, .hidden_search .close_btn:hover:before { background: #19408c;}

.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.cpagination .swiper-pagination{bottom: 45px;height: 26px;line-height: 26px;}
.cpagination .swiper-pagination .swiper-pagination-bullet{width: 26px;height: 26px;margin: 0 6px;background: none;position: relative;opacity: 1;}
.cpagination .swiper-pagination .swiper-pagination-bullet:before{content: "";width: 4px;height: 4px;background: #ffffff;border-radius: 50%;position: absolute;left: 50%;top:50%;margin: -2px 0 0 -2px;
-webkit-transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;transition: all 0.8s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;}
.cpagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background: #c30d23;}
.cpagination .swiper-pagination .swiper-pagination-bullet .wrapper{width: 26px;height: 26px;position: absolute;clip: rect(0px, 26px, 26px, 13px);opacity: 0;}
.cpagination .swiper-pagination .swiper-pagination-bullet .circle {width: 26px;height: 26px;box-sizing: border-box;border: 2px solid #c30d23;border-radius: 50%;position: absolute;clip: rect(0px, 13px, 26px, 0px);}
.cpagination .swiper-pagination .swiper-pagination-bullet .ani {-webkit-animation-iteration-count: 1; -webkit-animation-fill-mode: forwards;-webkit-animation-timing-function:linear;}
.cpagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .wrapper {-webkit-animation-duration: 0.01s; -webkit-animation-delay: 0.3s; -webkit-animation-name: close-wrapper;}
.cpagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle.left {-webkit-animation-duration: 0.6s;-webkit-animation-name: left-spin;}
.cpagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active .circle.right {-webkit-animation-duration: 0.3s;-webkit-animation-name: right-spin;}

@-webkit-keyframes right-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(180deg);
  }
}
@-webkit-keyframes left-spin {
  from {
    -webkit-transform: rotate(0deg);
  }
  to {
    -webkit-transform: rotate(360deg);
  }
}
@-webkit-keyframes close-wrapper {
  to {
    opacity: 1;
    clip: rect(auto, auto, auto, auto);
  }
}

.ititle{text-align: center;font-size: 0;color: #222222;font-weight: normal;line-height: 54px;margin-bottom: 24px;}

.float{position: fixed;right: 3%;bottom: 30%;z-index: 888;}
.float ul li{position: relative;margin-top: 10px;cursor: pointer;}
.float ul li em{display: block;width: 50px;height: 50px;border-radius: 50%;background: #eeeeee url(../img/list/icon/floatIcon.png) no-repeat left top;}
.float ul li .codePic{position: absolute;right: 65px;top:50%;margin-top: -75px;display: none;}
.float ul li .codePic .pic{padding: 10px;background: #eeeeee;}
.float ul li .codePic .pic img{width: 130px;height: 130px;}
.float ul li .codePic i{ width:0;height:0;border-width:8px 0 8px 8px;border-style:solid;position: absolute;right: -8px;top:50%;margin-top: -8px;
border-color:transparent transparent transparent #eeeeee;}
.float ul li.li2 em{background-position: -50px top;}
.float ul li:hover em{background-color: #c30d23;background-position-y:bottom;}

.padTop{}
.nyBanner{height: 400px;position: relative;text-align: center;background-repeat: no-repeat;background-position: center;background-size: cover;}
/*.nyBanner:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 2;background: rgba(12,35,135,0.45);}*/
.nyBanner .w1280{position: relative;z-index: 3;padding-top: 202px;}
.nyBanner .w1280 h3{font-size: 46px;line-height: 68px;color: #ffffff;
-webkit-text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.4);text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.4);}



.nyBanner .w1280 i{display: block;width: 21px;height: 22px;margin: 20px auto 29px;background: url(../img/list/icon/airplane2.png) no-repeat center;
-webkit-animation: planeAni2 2s infinite;animation: planeAni2 2s infinite;}
@-webkit-keyframes planeAni2 {
    0% {
        -webkit-transform: translate(0,0);
        opacity: 1;
    }
    100% {
        -webkit-transform: translate(0,20px);
        opacity: 0;
    }
}

@keyframes planeAni2 {
    0% {
        transform: translate(0,0);
        opacity: 1;
    }
    100% {
        transform: translate(0,20px);
        opacity: 0;
    }
}
.nyBanner .w1280 p{font-size: 30px;line-height: 48px;color: #ffffff;}



.nyNav{background: #f5f5f5;padding: 15px 0;box-sizing: border-box;}
.nyNav span{margin: 0 2px;}
.nyNav .z-item-r{display: flex;justify-content: flex-end;align-items: center;}
.nyNav .z-item-r .item{padding: 10px 20px;box-sizing: border-box;margin-left: 10px;font-size: 14px;
    color: #000;background:#e1e8ef;}
.nyNav .z-item-r .item.on{color: #fff!important;background:#1c96d5;}
.nyNav .z-item-r .item.on a{color: #fff!important;}
/*.nyNav li{margin-right: 50px;}*/
/*.nyNav li a{display: block;height: 76px;line-height: 76px;font-size: 18px;color: #1a1a1a;position: relative;}*/
/*.nyNav li a:before{content: "";width: 100%;height: 4px;background: #c30d23;position: absolute;left: 0;bottom: -1px;*/
/*transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}*/
/*.nyNav li.on a:before,.nyNav li a:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}*/
/*.nyNav li.on a,.nyNav li a:hover{color: #c30d23;}*/
/*.nyNav li.on a{font-weight: bold;}*/



.nyWrap{min-height: 450px;}

.nyTit{padding: 56px 0 40px;text-align: center;}
.nyTit h3{font-size: 42px;color: #222222;line-height: 82px;height: 82px; font-weight:bold;}
.nyTit i{display: block;width: 20px;height: 20px;margin: 0 auto;background: url(../img/list/icon/airplane3.png) no-repeat center;
-webkit-animation: planeAni1 1.5s infinite;animation: planeAni1 1.5s infinite;opacity: 0.5;}

.nyTit.nyTit1 h3{ }
.nyTit.nyTit1 i{background-image: url(../img/list/icon/airplane.png);background-size: 100% 100%;}

.nyTit2{padding: 1px 0 40px;text-align: center;}
.nyTit2 h3{font-size: 42px;color: #222222;line-height: 82px;height: 82px; font-weight:bold;}
.nyTit2 i{display: block;width: 20px;height: 20px;margin: 0 auto;background: url(../img/list/icon/airplane3.png) no-repeat center;
-webkit-animation: planeAni1 1.5s infinite;animation: planeAni1 1.5s infinite;opacity: 0.5;}


.aboutChannel .item1 .cont .left{width:46%;font-size: 16px;line-height: 32px;color: #555555;}
.aboutChannel .item1 .cont .left img{max-width: 100% !important;}
.aboutChannel .item1 .cont .left .tit{font-size: 32px;line-height: 38px;color: #333333;font-weight: bold;margin: -7px 0 33px;}
.aboutChannel .item1 .cont .left .txt{margin-bottom: 62px;}
.aboutChannel .item1 .cont .left .ul li{width: 33.3%;position: relative;text-align: center;}
.aboutChannel .item1 .cont .left .ul li:before,.aboutChannel .item1 .cont .left .ul li:first-child:after{content: "";width: 1px;height: 86px;background: #d2d2d2;position: absolute;top:11px;right: 0;}
.aboutChannel .item1 .cont .left .ul li:first-child:after{right: auto;left: 0;}
.aboutChannel .item1 .cont .left .ul li h5{height: 60px;line-height: 60px;font-size: 18px;color: #333333;font-family: "Microsoft JhengHei";margin-bottom: 11px;}
.aboutChannel .item1 .cont .left .ul li h5 span{font-size: 50px;margin-right: 5px;}
.aboutChannel .item1 .cont .left .ul li p{font-size: 15px;line-height: 32px;color: #666666;}
.aboutChannel .item1 .cont .right{width: 46.875%;}
.aboutChannel .item1 .cont .right li{width: 37.5%;position: relative;overflow: hidden;}
.aboutChannel .item1 .cont .right li.li1{width: 100%;}
.aboutChannel .item1 .cont .right li em{display: block;width: 100%;height: 0;padding-bottom:  460px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutChannel .item1 .cont .right li b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(23,43,130,0.75);}
.aboutChannel .item1 .cont .right li .txt{position: absolute;left: 0;top:0;z-index: 3;width: 100%;box-sizing: border-box;padding: 32px 17% 0;}
.aboutChannel .item1 .cont .right li .txt p{font-size: 24px;color: #ffffff;line-height: 40px;}
.aboutChannel .item1 .cont .right li .txt h5{font-size: 24px;line-height: 36px;color: #ffffff;}
.aboutChannel .item1 .cont .right li.li2{margin-bottom: 10px;}
.aboutChannel .item1 .cont .right li.li1 .txt{padding: 32px 13.7% 0; }
.aboutChannel .item1 .cont .right li.li1 .txt h5{line-height: 46px;font-size: 32px;}
.aboutChannel .item1 .cont .right li.li2 em,.aboutChannel .item1 .cont .right li.li3 em{padding-bottom: 225px;}
.aboutChannel .item1 .cont .right li.li3 b{background: rgba(24,120,183,0.75);}

.aboutChannel .item2{/*background: url(../images/aboutBg1.jpg) no-repeat center top;background-size: cover;*/padding-bottom: 100px;}
.aboutChannel .item2 .nyTit{margin-top: 20px;}

.aboutChannel .exhibition_hall{position: relative;  z-index: 1;}
.aboutChannel .roundabout_box { height: 620px; width: 100%;box-sizing: border-box;padding: 0 80px;position: relative;overflow: hidden;}
.aboutChannel .roundabout-holder {list-style: none; width: 100%; height: 620px; margin: 0px auto; }
.aboutChannel .roundabout-moveable-item {width: 100%; height: 620px;position: relative;overflow: hidden;}
.aboutChannel .roundabout-moveable-item em{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;
 -webkit-filter: blur(5px);-moz-filter: blur(5px);-ms-filter: blur(5px);filter: blur(5px); }
.aboutChannel .roundabout-moveable-item .btm{position: absolute;left: 0;bottom: 0;width: 100%;height: 100px;box-sizing: border-box;z-index: 2;background: #484848;
padding: 0 140px;line-height: 100px;bottom: -100%;}
.aboutChannel .roundabout-moveable-item .btm .pageState{position: absolute;left: 40px;top:0;font-size: 16px;color: #b3b3b3;font-family: "Microsoft JhengHei";}
.aboutChannel .roundabout-moveable-item .btm .pageState span{font-size: 40px;color: #fff;font-style: italic;}
.aboutChannel .roundabout-moveable-item .btm .btn{width: 100px;height: 100px;position: absolute;right: 0;top:0;background: #c30d23;cursor: pointer;box-sizing: border-box;padding: 30px;}
.aboutChannel .roundabout-moveable-item .btm .btn i{display: block;width: 100%;height: 100%;background: url(../img/list/icon/arrow1.png) no-repeat center;}
.aboutChannel .roundabout-moveable-item .btm h5{width: 100%;text-align: center;font-size: 20px;color: #ffffff;font-weight: normal;}
.aboutChannel .roundabout-moveable-item.roundabout-in-focus .btm{bottom: 0;}
.aboutChannel .roundabout-moveable-item.roundabout-in-focus em{ -webkit-filter: blur(0);-moz-filter: blur(0);-ms-filter: blur(0);filter: blur(0);}

.aboutChannel .item2 .wapScroll{width: 100%;position: relative;padding-bottom: 40px;overflow: hidden;display: none;}
.aboutChannel .item2 .wapScroll .swiper-slide em{display: block;width: 100%;height: 0;padding-bottom: 46.42%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutChannel .item2 .wapScroll .swiper-slide h5{height: 48px;line-height: 48px;padding: 0 10px;background: #484848;font-size: 14px;color: #fff;text-align: center;font-weight: normal;}
.aboutChannel .item2 .wapScroll .swiper-pagination-bullet{background: #fff;opacity: 1;}
.aboutChannel .item2 .wapScroll .swiper-pagination-bullet-active{background: #c30d23;}

.aboutChannel .item3{padding-bottom: 100px;}
.aboutChannel .item3 .tabs{margin-bottom: 58px;text-align: center;font-size: 0;position: relative;}
.aboutChannel .item3 .tabs:before{content: "";width: 35px;height: 9px;position: absolute;left: 50%;margin-left: -17px;top:66px;background: url(../img/list/icon/dot.png) no-repeat center;}
.aboutChannel .item3 .tabs ul li{display: inline-block;*display: inline;*zoom: 1;margin: 0 17px;cursor: pointer;width: 316px;}
.aboutChannel .item3 .tabs ul li .pic{width: 130px;padding: 7px;border:1px solid #f3f3f3;border-radius: 50%;margin: 0 auto;}
.aboutChannel .item3 .tabs ul li .pic img{width: 100%;
-webkit-filter: grayscale(100%);-moz-filter: grayscale(100%);-ms-filter: grayscale(100%);
-o-filter: grayscale(100%);filter: grayscale(100%);filter: gray;}
.aboutChannel .item3 .tabs ul li h5{height: 55px;line-height: 55px;font-size: 24px;color: #333333;font-weight: normal;}
.aboutChannel .item3 .tabs ul li.active .pic{border-color: #b4bbda;-webkit-animation: swing 0.5s linear; animation: swing 0.5s linear;}
.aboutChannel .item3 .tabs ul li.active .pic img{-webkit-filter: grayscale(0);-moz-filter: grayscale(0);-ms-filter: grayscale(0);
-o-filter: grayscale(0);filter: grayscale(0);filter: gray;}
.aboutChannel .item3 .tabs ul li.active h5{color: #c30d23;}
.aboutChannel .item3 .cont{padding: 0 108px;text-align: center;font-size: 16px;color: #555555;line-height: 30px;}
.aboutChannel .item3 .cont *{max-width: 100% !important;}
.aboutChannel .item3 .cont .item{display: none;}
.aboutChannel .item3 .cont .item:first-child{display: block;}

.aboutChannel .item4{width: 100%;background: url(../images/aboutBg2.jpg) no-repeat center;background-size: cover;padding-bottom: 137px;}
.aboutChannel .item4 .nyTit{margin-top: -3px;}
.aboutChannel .item4 .cont{width: 100%;position: relative;overflow: hidden;}

.aboutChannel .item4 .kwicks {width: 110%;height: 300px;}
.aboutChannel .item4 .kwicks .kwick {float: left;width: 212px;overflow: hidden;cursor: pointer;background: #ffffff;margin-right: 2px;}
.aboutChannel .item4 .kwicks .kwick dl{width: 638px;height: 300px;background-repeat: no-repeat;background-position: left center;background-size: cover;position: relative;}
.aboutChannel .item4 .kwicks .first {width: 638px;}
.aboutChannel .item4 .kwicks .kwick dl:before,
.aboutChannel .item4 .kwicks .kwick dl:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../img/list/bg/mask.png) no-repeat center;background-size: cover;}
.aboutChannel .item4 .kwicks .kwick dl:before{filter: alpha(opacity=0);opacity: 0;}
.aboutChannel .item4 .kwicks .kwick dl:after{background: rgba(12,35,135,0.7);}
.aboutChannel .item4 .kwicks .kwick dl dt{width: 212px;height: 300px;text-align: center;box-sizing: border-box;padding-top: 84px;position: relative;z-index: 2;}
.aboutChannel .item4 .kwicks .kwick dl dt .icon{display: block;height: 66px;line-height: 66px;margin-bottom: 25px;}
.aboutChannel .item4 .kwicks .kwick dl dt h4{font-size: 24px;line-height: 42px;color: #ffffff;font-weight: normal;}

.aboutChannel .item4 .kwicks .kwick dl dd{width: 426px;height: 300px;box-sizing: border-box;padding: 70px 0 0 70px;position: relative;z-index: 2;}
.aboutChannel .item4 .kwicks .kwick dl dd:before{content: "";width: 1px;height: 133px;background: rgba(255,255,255,0.1);position: absolute;left: 20px;top:84px;}
.aboutChannel .item4 .kwicks .kwick dl dd ul{width: 50%;}
.aboutChannel .item4 .kwicks .kwick dl dd ul li{font-size: 16px;color: #ffffff;line-height: 40px;padding-left: 16px;position: relative;}
.aboutChannel .item4 .kwicks .kwick dl dd ul li:before{content: "";width: 4px;height: 4px;background: #ffffff;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}

.aboutChannel .item4 .kwicks .kwick.on dl:before{filter: alpha(opacity=100);opacity: 1;}
.aboutChannel .item4 .kwicks .kwick.on dl:after{filter: alpha(opacity=0);opacity: 0;}

.aboutChannel .item5{padding-bottom: 100px;}
.aboutChannel .item5 .cont{text-align: center;font-size: 24px;line-height: 42px;color: #555555;margin-top: -10px;}
.aboutChannel .item5 .cont .point{color: #333333;margin-top: 32px;margin-top: 20px;}
.aboutChannel .item5 .cont .point em{font-family: "Impact","Arial";font-size: 30px;margin: 0 20px;}
.aboutChannel .item5 .cont .pic{margin-top: 50px;}
.aboutChannel .item5 .cont .pic img{width: 100%;}

.aboutChannel .item6{width: 100%;background: url(../img/list/bg/bj3.png) no-repeat bottom;background-size: cover;padding-bottom: 116px;padding-top: 100px;}

.aboutChannel .item6 .title {
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
	color:#fff;
}

.aboutChannel .item6 .culScroll{width: 1500px;position: relative;margin:50px auto 0;}
.aboutChannel .item6 .culScroll .swiper-button-prev,
.aboutChannel .item6 .culScroll .swiper-button-next{width: 65px;height: 65px;position: absolute;top:67px;cursor: pointer;margin-top: 0;}
.aboutChannel .item6 .culScroll .swiper-button-prev{background: url(../img/list/icon/leftArr.png) no-repeat center;background-size: 100% 100%;}
.aboutChannel .item6 .culScroll .swiper-button-next{background: url(../img/list/icon/rightArr.png) no-repeat center;background-size: 100% 100%;}
.aboutChannel .item6 .culScroll .container{width: 100%;padding: 0 10px 6px;position: relative;overflow: hidden;}
.aboutChannel .item6 .culScroll .container .line{display: block;margin: 0 65px;height: 1px;background: #c30d23;}
.aboutChannel .item6 .culScroll .container .swiper-slide{width:100%;position: relative;padding-bottom: 22px;}
/*.aboutChannel .item6 .culScroll .container .swiper-slide:before{content: "";width: 13px;height: 13px;position: absolute;left: 50%;margin-left: -6px;bottom: -6px;background: url(../images/dot1.png) no-repeat center;}*/
.aboutChannel .item6 .culScroll .container .swiper-slide a{display: block;}
.aboutChannel .item6 .culScroll .container .swiper-slide .pic{height:335px;overflow: hidden;
-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1);}
.aboutChannel .item6 .culScroll .container .swiper-slide .pic img{width: 100%;height: 100%;}
.aboutChannel .item6 .culScroll .container .swiper-slide h5{text-align: center;font-size: 22px; font-weight:normal;line-height: 66px;color: #ffffff;}


.culScroll .swiper-pagination-bullets{height: 15px;line-height: 15px;bottom: -40px; width:100%;}
.culScroll .swiper-pagination-bullets .swiper-pagination-bullet{width: 15px;height: 15px;box-sizing: border-box;border:1px solid #ffffff;border-radius: 50%;margin: 0 5px;cursor: pointer;opacity: 1;background: none;}
.culScroll .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}



.nyBanner.nyBanner1{height: 500px;}
.nyBanner.nyBanner1 .w1280{padding-top: 113px;}
.nyBanner.nyBanner1 ul{text-align: center;font-size: 0;}
.nyBanner.nyBanner1 ul li{display: inline-block;*display: inline;*zoom: 1;margin: 0 1px;
width: 248px;border:1px solid rgba(255,255,255,0.6);position: relative;background: rgba(0,0,0,0.3);}
.nyBanner.nyBanner1 ul li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #c30d23;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nyBanner.nyBanner1 ul li.on:before,
.nyBanner.nyBanner1 ul li:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nyBanner.nyBanner1 ul li a{display: block;height: 74px;position: relative;z-index: 2;font-size: 20px;color: #ffffff;line-height: 74px;}
.nyBanner.nyBanner1 ul li.on,.nyBanner.nyBanner1 ul li:hover{border-color: #c30d23;}

.contSolution{padding-bottom: 100px;}
.contSolution .item1{padding-bottom: 80px;}
.contSolution .item1 .cont .text{width: 49%;font-size: 16px;line-height: 32px;color: #555555;margin-top: -9px;}
.contSolution .item1 .cont .text *{max-width: 100% !important;}
.contSolution .item1 .cont .text .ul{padding-top: 34px;}
.contSolution .item1 .cont .text .ul li{width: 50%;line-height: 36px;color: #333333;font-weight: bold;padding-left: 15px;box-sizing: border-box;position: relative;}
.contSolution .item1 .cont .text .ul li:before{content: "";width: 4px;height: 4px;background: #333333;border-radius: 50%;position: absolute;left: 0;top:15px;}
.contSolution .item1 .cont .pic{width: 46%;}
.contSolution .item1 .cont .pic img{width: 100%;}

.contSolution .item2{background: url(../img/list/bg/cSolutionBg1.jpg) no-repeat center top;background-size: cover;padding-bottom: 80px;}
.contSolution .item2 .soluScroll{padding-bottom: 70px;position: relative;overflow: hidden;}
.contSolution .item2 .soluScroll .swiper-slide .pic{height: 0;padding-bottom: 78.69%;position: relative;overflow: hidden;}
.contSolution .item2 .soluScroll .swiper-slide .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.contSolution .item2 .soluScroll .swiper-slide .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(12,35,135,0.4);opacity: 0;}
.contSolution .item2 .soluScroll .swiper-slide h5{height: 92px;line-height: 92px;background: #ffffff;padding: 0 12px;font-size: 18px;color: #555555;font-weight: normal;text-align: center;}
.contSolution .item2 .soluScroll .swiper-slide:hover .pic b{opacity: 1;}
.contSolution .item2 .soluScroll .swiper-slide:hover h5{color: #c30d23;}

.soluScroll.cpagination .swiper-pagination{bottom: 0;}
.soluScroll.cpagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:before{background: #fff;}
.soluScroll.cpagination .swiper-pagination .swiper-pagination-bullet .circle{border-color: #fff;}

.contSolution .item5{padding-top: 80px;}
.contSolution .item5 .soluScroll1{width: 100%;position: relative;overflow: hidden;}
.contSolution .item5 .soluScroll1 .swiper-slide .text{height: 202px;background: #eeeeee;box-sizing: border-box;padding: 42px 50px 0;}
.contSolution .item5 .soluScroll1 .swiper-slide .text span{display: block;height: 26px;line-height: 26px;font-size: 14px;color: #3e519e;font-weight: bold;text-decoration: underline;font-family: "gothic";}
.contSolution .item5 .soluScroll1 .swiper-slide .text h5{font-size: 26px;line-height: 40px;color: #222222;margin-bottom: 48px;}
.contSolution .item5 .soluScroll1 .swiper-slide .text i{display: block;width: 9px;height: 11px;background: url(../img/index/icon/arrow4.png) no-repeat center bottom;}
.contSolution .item5 .soluScroll1 .swiper-slide .pic{height: 0;padding-bottom: 96.72%;position: relative;overflow: hidden;}
.contSolution .item5 .soluScroll1 .swiper-slide .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.contSolution .item5 .soluScroll1 .swiper-slide .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background:rgba(12,35,135,0.4);opacity: 0; }
/*.contSolution .item5 .soluScroll1 .swiper-slide:hover .pic b{opacity: 1;}*/
.contSolution .item5 .soluScroll1 .swiper-slide:hover .text{background: #3e519e;}
.contSolution .item5 .soluScroll1 .swiper-slide:hover .text h5,
.contSolution .item5 .soluScroll1 .swiper-slide:hover .text span{color: #fff;}
.contSolution .item5 .soluScroll1 .swiper-slide:hover i{background-position: center top;}
.contSolution .item5 .soluScroll1.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}

.honorWrap{margin: 70px auto 100px;}
.honorWrap .top{margin-bottom: 70px;}
.honorWrap .top dl dd{width: 50%;box-sizing: border-box;padding-right: 1%;}
.honorWrap .top dl dd .tit{font-size: 24px;line-height: 46px;color: #333333;font-weight: normal;margin-bottom: 20px;}
.honorWrap .top dl dd ul li{font-size: 16px;line-height: 32px;color: #555555;padding-left: 18px;position: relative;}
.honorWrap .top dl dd ul li:before{content: "";width: 4px;height: 4px;background: #555555;border-radius: 50%;position: absolute;left: 0;top:14px;}

.honorList{width: 100%;overflow: hidden;}
.honorList ul{ }
.honorList ul li{width:32%;margin: 0 2% 50px 0;cursor: pointer;}
.honorList ul li:nth-child(3n) { margin-right:0;}
.honorList ul li .pic{background: #f1f1f1;background-size: 100% 100%;position: relative;height: 375px}
.honorList ul li .pic em{display: block;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.honorList ul li .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(145,0,18,0.7);opacity: 0;}
.honorList ul li .pic .text{width: 100%;height: 112px;position: absolute;left: 0;top:50%;margin-top: -56px;z-index: 3;text-align: center;}
.honorList ul li .pic .text i{display: block;width: 61px;height: 61px;margin: 0 auto 19px;background: url(../img/list/icon/fdj1.png) no-repeat center;
-webkit-transform:translateY(-30px); -moz-transform: translateY(-30px); -ms-transform:translateY(-30px); transform:translateY(-30px);filter: alpha(opacity=0);opacity: 0;}
.honorList ul li .pic .text span{display: block;font-size: 18px;line-height: 32px;color: #ffffff;
-webkit-transform:translateY(30px); -moz-transform: translateY(30px); -ms-transform:translateY(30px); transform:translateY(30px);filter: alpha(opacity=0);opacity: 0;}
.honorList ul li h5{font-size: 20px;line-height: 78px;color: #333333;font-weight: normal;text-align: center;}
.honorList ul li:hover .pic b{opacity: 1;}
.honorList ul li:hover .pic .text i,
.honorList ul li:hover .pic .text span{-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);filter: alpha(opacity=100);opacity: 1;}
.honorList ul li:hover h5{color: #3e519e;}
.honorList .readMore{position: relative;top:-10px;}

.sChannel{padding: 134px 0 126px;background: url(../img/list/bg/sChannelBg.jpg) no-repeat center top;background-size: cover;min-height: 350px;}
.sChannel .nyTit h3{font-size: 46px;font-weight: bold;-webkit-text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.4);text-shadow: 0px 0px 43px rgba(0, 0, 0, 0.4);}
.sChannel .nyTit i{width: 21px;height: 21px;opacity: 1;
-webkit-animation: planeAni2 2s infinite;animation: planeAni2 2s infinite;}

.sChannel .w1280{overflow: hidden;}
.sChannel ul{}
.sChannel ul li{margin: 0 1.5% 20px 0;width: 23.8%;background: #ffffff;}
.sChannel ul li.li3,.sChannel ul li.li5{margin-right: 0;}
.sChannel ul li dl dt{height: 202px;box-sizing: border-box;padding: 42px 50px 0;position: relative;}
.sChannel ul li dl dt em{display: block;height: 26px;line-height: 26px;font-size: 14px;color: #3e519e;font-weight: bold;font-family: "gothic";text-decoration: underline;}
.sChannel ul li dl dt .text{position: relative;min-height: 40px;position: relative;margin-bottom: 48px;color: #222222;line-height: 40px;}
.sChannel ul li dl dt .text p{width: 100%;padding-top: 10px;font-size: 14px;line-height: 30px;}
.sChannel ul li dl dt h5{font-size: 26px;font-weight: bold;}
.sChannel ul li dl dt i{display: block;width: 9px;height: 11px;position: absolute;left: 50px;bottom: 35px;background: url(../img/index/icon/arrow4.png) no-repeat left bottom;}
.sChannel ul li dl dd{overflow: hidden;}
.sChannel ul li dl dd em{display: block;height: 296px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.sChannel ul li:hover{background: #3e519e;}
.sChannel ul li dl:hover dt em,
.sChannel ul li dl:hover dt .text{color: #fff;}
.sChannel ul li dl:hover dt i{background-position: left top;}
.sChannel ul li dl:hover dd em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.sChannel ul li.li1 dl dt .text{padding-left: 170px;}
.sChannel ul li.li1 dl dt .text h5{position: absolute;left: 0;top:0;}
.sChannel ul li.li1,.sChannel ul li.li4,.sChannel ul li.li5{width: 49.2%;}
.sChannel ul li.li4 dd,.sChannel ul li.li4 dt,.sChannel ul li.li5 dd,.sChannel ul li.li5 dt{width: 50%;float: left;height: 296px;}
.sChannel ul li.li4 dt,.sChannel ul li.li5 dt{padding-top: 52px;}
.sChannel ul li.li4 dt i,.sChannel ul li.li5 dt i{width: 11px;height: 9px;background: url(../img/list/icon/arrow5.png) no-repeat right top;}
.sChannel ul li.li4:hover dt i,.sChannel ul li.li5:hover dt i{background-position: left top;}

.partner{overflow: hidden;padding: 80px 0 60px;}
.partner .partnerList{width: 1300px;}
.partner .partnerList li{width: 305px;box-sizing: border-box;border:1px solid #e5e5e5;margin: 0 20px 40px 0;}
.partner .partnerList li a{display: block;height: 200px;text-align: center;line-height: 200px;font-size: 0;}
.partner .partnerList li a img{max-width: 90%;max-height: 90%;}
.partner .partnerList li:hover{border-color: #bbb;}
.partner .partnerList li:hover a img{opacity: 0.7;}

.newsWrap{padding: 80px 0 100px;}

.newsScroll{width: 100%;position: relative;overflow: hidden;margin-bottom: 40px;}
.newsScroll .swiper-slide a{display: block;background: #c30d23;}
.newsScroll .swiper-slide a .pic{width: 50%;overflow: hidden;}
.newsScroll .swiper-slide a .pic em{display: block;width: 100%;height: 0;padding-bottom: 60%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsScroll .swiper-slide a .text{width: 50%;box-sizing: border-box;padding: 50px 5.78% 0 4.68%;}
.newsScroll .swiper-slide a .text span{display: block;height: 32px;line-height: 32px;margin-bottom: 1px;font-size: 16px;color: #ffffff;font-family: "gothic";}
.newsScroll .swiper-slide a .text h5{font-size: 22px;line-height: 42px;color: #ffffff;margin-bottom:20px;}
.newsScroll .swiper-slide a .text p{font-size: 17px;line-height: 32px;color: #ffffff;max-height: 192px;overflow: hidden;}
.newsScroll.swiper-container-horizontal > .swiper-pagination-bullets{width: 50%;left: auto;right: 0;text-align: left;box-sizing: border-box;padding-left: 4.68%;height: 12px;line-height: 12px;bottom: 60px;}
.newsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 12px;height: 12px;margin: 0 10px 0 0;box-sizing: border-box;border:1px solid #fff;opacity: 1;background: none;}
.newsScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}

.newsList{width: 100%;overflow: hidden;}
.newsList .ul{width:100%;}
.newsList .ul .nLi{width:32%;margin: 0 2% 50px 0;}
.newsList .ul .nLi:nth-child(3n) { margin-right:0;}
.newsList .ul .nLi .pic{overflow: hidden;padding-bottom: 260px;height: 0;position: relative;}
.newsList .ul .nLi .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList .ul .nLi .text{background: #eeeeee;padding: 32px 60px 30px 50px;}
.newsList .ul .nLi .text span{display: block;font-size: 16px;line-height: 28px;color: #333333;font-family: "gothic";margin-bottom: 22px;}
.newsList .ul .nLi .text h5{font-size: 20px;line-height: 36px;color: #333333;height: 72px;overflow: hidden;margin-bottom: 35px;}
.newsList .ul .nLi .text i{display: block;width: 40px;height: 40px;text-align: center;/*line-height: 40px;text-align: center;font-size: 18px;color: #999999;font-family: "SimSun";*/
background: url(../img/list/icon/arrow8.png) no-repeat center;background-size: 100% 100%;}
.newsList .ul .nLi:hover .text{background: #c30d23;}
.newsList .ul .nLi:hover .text span,.newsList .ul .nLi:hover .text h5{color: #fff;}

.newsForm{box-sizing: border-box;padding: 30px 50px 120px;background: #eeeeee;}
.newsForm .tit{height: 84px;line-height: 84px;font-size: 24px;color: #333333;font-weight: normal;}
.newsForm .select1{margin-bottom: 10px;background: #ffffff;position: relative;}
.newsForm .select1 dt{width: 100%;height: 64px;box-sizing: border-box;padding: 0 25px 0 30px;font-size: 16px;line-height: 64px;color: #888888;cursor: pointer;}
.newsForm .select1 dt img{margin-top: 27px;}
.newsForm .select1 dd{position: absolute;left: 0;top:64px;background: #fff;z-index: 99;width: 100%;display: none;}
.newsForm .select1 dd ul{max-height: 222px;overflow: auto;}

.newsForm .select1 dd ul::-webkit-scrollbar{width:3px;height:3px}
.newsForm .select1 dd ul::-webkit-scrollbar-button:vertical{display:none}
.newsForm .select1 dd ul::-webkit-scrollbar-corner,
.newsForm .select1 dd ul::-webkit-scrollbar-track{background-color:#ccc}
.newsForm .select1 dd ul::-webkit-scrollbar-thumb{border-radius:0;background-color:#c30d23; }
.newsForm .select1 dd ul::-webkit-scrollbar-thumb:vertical:hover{ }
.newsForm .select1 dd ul::-webkit-scrollbar-thumb:vertical:active{ }

.newsForm .select1 dd ul li{display: block;padding: 0 30px;font-size: 15px;line-height: 35px;cursor: pointer;}
.newsForm .txt{width: 100%;box-sizing: border-box;background: #fff;padding: 0 30px;height: 64px;margin-bottom: 10px;border:none;
line-height: 64px;font-size: 16px;color: #888888;}
.newsForm .subm{width: 100%;height: 64px;border:none;background: #c30d23;text-align: center;line-height: 64px;font-size: 16px;color: #ffffff;cursor: pointer;}

.newsList .readMore{position: relative;top: -5px;}

.passageWrap{padding: 72px 0 90px;}
.passageWrap .passage{width: 66%;}
.passageWrap .passage .psgTit{margin-bottom: 30px;}
.passageWrap .passage .psgTit h5{font-size: 36px;line-height: 56px;color: #222222;font-weight: normal;}
.passageWrap .passage .psgTit .info{font-size: 14px;line-height: 36px;color: #888888;}
.passageWrap .passage .psgTit .info span{margin-right: 32px;}
.passageWrap .passage .psgTit .info span span{margin-right:0px;}
.passageWrap .passage .psgCont{font-size: 16px;line-height: 32px;color: #555555;padding-bottom: 42px;}
.passageWrap .passage .psgCont *{max-width: 100% !important;}
.passageWrap .passage .psgCont img{height: auto !important;}
.bdsharebuttonbox span{font-size: 16px;color: #333333;line-height: 60px;}
.bdsharebuttonbox  .shareItem{width: 60px;height: 60px;margin: 0 15px 0 0;padding: 0;background: url(../img/list/icon/shareIcon3.png) no-repeat left center;}
.bdsharebuttonbox  .shareItem.bds_tsina{background-position: -60px top;}
.bdsharebuttonbox  .shareItem.bds_sqq{background-position: -120px top;}
.bdsharebuttonbox  .shareItem.bds_more{background-position: -180px top;}

.passageWrap .newsForm{width: 32%;padding: 10px 50px 50px;}


.recomNews{width: 100%;position: relative;overflow: hidden;padding-bottom: 100px;}

.recomNews .swiper-slide .pic{overflow: hidden;padding-bottom: 63.41%;height: 0;position: relative;}
.recomNews .swiper-slide .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.recomNews .swiper-slide .text{background: #eeeeee;padding: 32px 60px 30px 50px;}
.recomNews .swiper-slide .text span{display: block;font-size: 16px;line-height: 28px;color: #333333;font-family: "gothic";margin-bottom: 22px;}
.recomNews .swiper-slide .text h5{font-size: 20px;line-height: 36px;color: #333333;height: 72px;overflow: hidden;margin-bottom: 35px;}
.recomNews .swiper-slide .text i{display: block;width: 40px;height: 40px;background: #ffffff;border-radius: 50%;text-align: center;line-height: 40px;text-align: center;font-size: 18px;color: #999999;font-family: "SimSun";}
.recomNews .swiper-slide:hover .text{background: #c30d23;}
.recomNews .swiper-slide:hover .text span,.recomNews .swiper-slide:hover .text h5{color: #fff;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}

.jobWrap{padding-bottom: 90px;}
.jobWrap .item1 .cont{font-size: 16px;line-height: 32px;color: #555555;margin-top: -8px;}
.jobWrap .item1 .cont .left,.jobWrap .item1 .cont .right{width: 46%;}
.jobWrap .item1 .cont .right .ul li{width: 50%;box-sizing: border-box;padding-left: 15px;position: relative;}
.jobWrap .item1 .cont .right .ul li:before{content: "";width: 4px;height: 4px;background: #555555;border-radius: 50%;position: absolute;left: 0;top:15px;}

.jobWrap .item2{margin-top: -8px;}

.jobList .hd{background: #c30d23;font-size: 18px;color: #ffffff;}
.jobList .hd .jobItem{height: 75px;line-height: 75px;box-sizing: border-box;padding-left: 40px;border-left: 1px solid #2f4296;}
.jobList .hd .jobItem:first-child{border-left: none;}
.jobList .jobItem1{width: 22%;}
.jobList .jobItem2{width: 32%;}
.jobList .jobItem3{width: 19.5%;}
.jobList .jobItem4{width: 13.5%;}
.jobList .jobItem5{width: 12%;padding: 0 50px 0 0;text-align: right;}
.jobList .hd .jobItem5{padding-left: 0;}
.jobList .bd .jobItem{font-size: 16px;line-height: 28px;color: #555555;padding: 0 0 0 40px;border:none;box-sizing: border-box;position: relative;}
.jobList .bd .dl{border:1px solid #e5e5e5;margin-top: -1px;}
.jobList .bd .dl .dt{display: block;cursor: pointer;padding: 22px 0 20px 0;}
.jobList .bd .dl .dt .jobItem{height: 56px;overflow: hidden;}
.jobList .bd .dl .dt .jobItem div{height: 56px;display: table;overflow: hidden;}
.jobList .bd .dl .dt .jobItem span{display: table-cell;vertical-align: middle;}
.jobList .bd .dl .dt .jobItem i{display: block;width: 47px;height: 47px;position: absolute;left: 50%;top:50%;margin: -23px 0 0 -23px;background: #f0f0f0 url(../img/list/icon/arrow6.png) no-repeat center;border-radius: 50%;}
.jobList .bd .dl .dd{display: none;}
.jobList .bd .dl .wrap{padding: 0 50px 32px 40px;font-size: 16px;line-height: 30px;color: #777777;}
.jobList .bd .dl .wrap *{max-width: 100% !important;}
.jobList .bd .dl .line{height: 1px;background: #e5e5e5;margin-bottom: 14px;}
.jobList .bd .dl .tit{line-height: 42px;font-weight: bold;color: #333333;}
.jobList .bd .dl .txt{margin-bottom: 26px;}
.jobList .bd .dl .btn{display: block;width: 200px;height: 58px;border:1px solid #c30d23;border-radius: 30px;text-align: center;line-height: 58px;font-size: 16px;color: #c30d23;}
.jobList .bd .dl .btn:hover{background: #c30d23;color: #fff;}
.jobList .bd .dl.even .dt{background: #f6f6f6;}
.jobList .bd .dl.even .dt .jobItem i{background-color: #ffffff;}
/*.jobList .bd .dl:first-child .dd{display: block;}*/
.jobList .bd .dl.on .dt .jobItem i{ -webkit-transform: rotateZ(180deg); -moz-transform: rotateZ(180deg); -ms-transform: rotateZ(180deg); transform: rotateZ(180deg);}

.wapJobList{padding-bottom: 40px;}
.wapJobList{display: none;font-size: 14px;line-height: 28px;color: #444;}
.wapJobList .dl{margin-bottom: 12px;padding-bottom: 12px;border-bottom: 1px solid #e5e5e5;}
.wapJobList .dl:last-child{border-bottom: none;}
.wapJobList .dl dt{cursor: pointer;}
.wapJobList .dl dt p em{font-weight: bold;}
.wapJobList .dl .dd{display: none;}
.wapJobList .dl .dd .wrap{padding: 6px 0 0;}
.wapJobList .dl .dd .txt{margin-bottom: 10px;}
.wapJobList .dl:first-child .dd{display: none;}
.wapJobList .dl .dd .btn{display: block;width: 160px;height: 40px;border:1px solid #c30d23;border-radius: 30px;text-align: center;line-height: 40px;font-size: 14px;color: #c30d23;margin: 12px auto;}
.wapJobList .dl .dd .btn:hover{background: #c30d23;color: #fff;}
.wapJobList .dl:first-child .dd{display: block;}


.contactWrap{padding-bottom: 80px; padding-top:80px;}
.contactWrap .item1{height: 730px;position: relative;margin-bottom: 80px;}
.contactWrap .item1 .mapWrap{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.contactWrap .item1 .w1280{position: relative;z-index: 3;top: 70px;height: 0;}
.contactWrap .item1 .w1280 .tabWrap{width: 405px;background: url(../img/list/bg/contactBg.png) no-repeat center;background-size: cover;}
.contactWrap .item1 .w1280 .tabWrap .tabs li{width: 50%;height: 80px;text-align: center;font-size: 18px;color: #ffffff;line-height: 80px;background: #7d7d7d;position: relative;cursor: pointer;}
.contactWrap .item1 .w1280 .tabWrap .tabs li:before{content: "";  width:0;height:0;position: absolute;left: 50%;bottom: -9px;
border-right:9px solid transparent;border-left:9px solid transparent;border-top:9px solid #222222;filter: alpha(opacity=0);opacity: 0;}
.contactWrap .item1 .w1280 .tabWrap .tabs li.on{background: #222222;}
.contactWrap .item1 .w1280 .tabWrap .tabs li.on:before{filter: alpha(opacity=100);opacity: 1;}
.contactWrap .item1 .w1280 .tabWrap .cont{height: 560px;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem{padding: 66px 20px 0 55px;display: none;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem:first-child{display: block;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .tit{font-size: 24px;line-height: 47px;color: #c30d23;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .line{display: block;width: 36px;height: 1px;background: #c30d23;margin: 16px 0 26px;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .txt{font-size: 16px;line-height: 48px;color: #555555;}

.contactWrap .item2{overflow: hidden;}
.contactWrap .item2 ul{width: 1314px;}
.contactWrap .item2 ul li{width: 405px;margin: 0 33px 20px 0;height: 300px;box-sizing: border-box;border-top: 4px solid #3e519e;background: #f3f3f3;padding: 30px 20px 0 46px;}
.contactWrap .item2 ul li .tit{font-size: 24px;line-height: 42px;color: #c30d23;font-weight: normal;margin-bottom: 14px;}
.contactWrap .item2 ul li .name{font-size: 18px;line-height: 54px;color: #222222;}
.contactWrap .item2 ul li .txt{font-size: 16px;line-height: 36px;color: #555555;}


.sitemap{padding: 50px 20px;border:1px solid #ccc;background: #fff;margin: 50px auto;}
.sitemap .nLi{ border-bottom: 1px dashed #dbdbdb; padding: 15px 0; }
.sitemap .nLi h3{height: 30px; line-height: 28px; font-family: "Microsoft Yahei"; font-size: 16px; color: #333; font-weight: bold; position: relative;padding-left: 16px;}
.sitemap .nLi h3:before{ content: ""; display: inline-block; width: 4px; height: 16px; background: #c30d23;position: absolute;left: 0;top: 50%;margin-top: -8px; }
.sitemap .nLi h3 a:hover{ color: #c30d23; }
.sitemap .nLi .sub{ padding: 0 0 0 16px;}
.sitemap .nLi .sub li{ float: left; margin-right: 20px; line-height: 30px; font-family: "Microsoft Yahei"; font-size: 14px; color: #4c4c4c; }
.sitemap .nLi .sub li a:hover{ color: #c30d23; text-decoration: underline; }

.jobContact{background: url(../img/list/bg/jobContact.jpg) no-repeat center top;background-size: cover;padding: 178px 0 214px;
font-size: 18px;color: #ffffff;line-height: 48px;}
.jobContact p{margin-bottom: 6px;}
.jobContact .left{width: 48%;box-sizing: border-box;padding-left: 122px;min-height: 109px;
background: url(../img/list/icon/jobIcon1.png) no-repeat left 9px;}
.jobContact .left p span{margin-right: 16px;}
.jobContact .right{width: 50%;}
.jobContact .right p{padding-left: 60px;}
.jobContact .right .website{background: url(../img/list/icon/jobIcon2.png) no-repeat left 3px;}
.jobContact .right .mail{background: url(../img/list/icon/jobIcon3.png) no-repeat left 13px;}
.jobContact .right p span{font-size: 14px;}
.jobContact .right p a{text-decoration: underline;}


.ab { margin-top:50px;}
.ab .mid {
    position: relative;
    /*height: 190px;*/
}
.ab .cro_left_top, .ab .cro_right_top, .ab .cro_left_bottom, .ab .cro_right_bottom {
    position: absolute;
    width: 40px;
    height: 40px;
    z-index: 1;
    background: #faf9f7;
}
.ab .cro_left_top {
    top: -1px;
    left: -1px;
    border-radius: 0 0 40px 0;
}
.ab .cro_right_top {
    top: -1px;
    right: -1px;
    border-radius: 0 0 0 40px;
}
.ab .cro_left_bottom {
    left: -1px;
    bottom: -1px;
    border-radius: 0 40px 0 0;
}
.ab .cro_right_bottom {
    right: -1px;
    bottom: -1px;
    border-radius: 40px 0 0 0;
}
.ab .mid .scale {
    width: 100%;
    /*padding-top: 60px;*/
    color: #999;
}

.ab .mid .scale>div img {
    width: 30px;
}
.ab .mid .scale>div h4 {
    font-size: 20px;
    margin-bottom: 10px;
    font-weight: bolder;
}
.ab .mid .scale>div i {
    font-size: 42px;
    vertical-align: bottom;
    color: #c20605;
}

.ab .mid .scale>div p {
    font-size: 16px;
}


/* 企业文化
------------------------------ */
.ab-culture{
	background: url(../img/list/bg/ab-culture-bg.jpg);
	color: #fff;
	padding: 5% 0;
	overflow:hidden;
}

.ab-culture .title{
    text-align: center;
    font-size: 42px;
    text-transform: uppercase;
    font-weight: bold;
    letter-spacing: 2px;
}
.ab-culture .title span{
    display: block;
    font-weight: normal;
}
.ab-culture .list{
    margin-top: 8%; 
}
.ab-culture .list li{
    width: 25%;
    float: left;
    text-align: center;
    padding: 0 4%;
}
.ab-culture .list li .ico{
	transition: all 0.3s;
}
.ab-culture .list li .ico img { margin:0 auto;}
.ab-culture .list li .bt{
    font-size: 26px;
    margin-top: 8%;
	transition: all 0.3s;
}
.ab-culture .list li .text{
    font-size: 16px;
    line-height: 24px;
    margin-top: 40px;
}

.ab-culture .list li .text:before{
	content:
	'';
	width: 43px;
	height: 8px;
	background: #c30d23;
	display: block;
	margin: auto;
	margin-bottom: 30px;
}


.ab-culture .list li:hover .ico{
	transform:translateY(-5px);/**下移元素**/
	transition: all 0.3s;
}

.ab-culture .list li:hover .bt{
	transform:translateY(5px);/**下移元素**/
	transition: all 0.3s;
}

.w-1600 {width: 1500px; max-width: 92%; margin: 0 auto;}




/* 发展历程
------------------------------ */
.ab-fzlc{	
background: #f5f5f5;	
padding: 5% 0 5%;
}

.ab-fzlc-top{
    width: 100%;
    margin: auto;
    overflow: hidden;
	margin-bottom:30px;
}
.ab-fzlc-top .title{
    width: 580px;
    margin: 1% auto 4%;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}
.ab-fzlc-top .title .title-cn{
    font-size: 32px;
}
.ab-fzlc-top .title .title-en{}
.ab-fzlc-top .title .title-en span{
    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #000;
}

.ab-fzlc-top .title .title-en span:after {
    content: '';
    width: 30px;
    height: 5px;
    background: #c30d23;
    display: inline-block;
    margin-left: 20px;
	margin-bottom: 3px;
}




.ab-fzlc-top .text{
    margin-top: 45px;
    float: right;
    width: calc(100% - 600px);
    font-size: 14px;
    line-height: 26px;
    color: #686868;
}



.ab-fzlc-list{
	
width: 100%;
	
margin: auto;
	
overflow: hidden;
}



.fzlc-date{width:100%; text-align: left;color: #8b8b8b;}
.fzlc-date span{font-family: "font-title-number";font-size: 25px;}
.fzlc-tp{width:100%; text-align: left; margin: 20px auto}
.fzlc-bg{ background:url(../img/index/icon/fzlc-bg1.png) no-repeat left; height: 346px;padding-left: 30px;}
.fzlc-text{width:90%;  font-size: 16px; text-align: left;  line-height: 26px; color: #8b8b8b;}
.fzlc-text span{display:block; font-weight: bold; margin-bottom: 12px; font-size:18px; color:#000; }

.fzlc-swiper{height:346px;}


.ab-fzlc-list .swiper-slide:hover .fzlc-bg{background:url(../img/index/icon/fzlc-bg2.png) no-repeat left;}
.ab-fzlc-list .swiper-slide:hover .fzlc-date{color: #c30d23;}
.ab-fzlc-list .swiper-slide:hover .fzlc-text{color: #c30d23;}







.ab-ldgh{
	width: 100%;
    margin: auto;
    overflow: hidden;
    padding: 3% 0 6%;
}
.ab-ldgh .title{
	width:100%;
    margin: 1% auto 4%;
    overflow: hidden;
    font-size: 20px;
    text-transform: uppercase;
    float: left;
}
.ab-ldgh .title .title-cn{
	font-size: 32px;
}
.ab-ldgh .title .title-en{}
.ab-ldgh .title .title-en span{
	    display: block;
    font-size: 48px;
    font-weight: bold;
    color: #000;
}



.ab-ldgh .title .title-en span:after {
    content: '';
    width: 30px;
    height: 5px;
    background: #f9425a;
    display: inline-block;
    margin-left: 20px;
}


.ab-ldgh .content{width:100%; margin: auto; overflow: hidden
	
}
.ab-ldgh .content ul{display: flex;justify-content: space-between;}
.ab-ldgh .content ul li{}
.ab-ldgh .content ul li img{width:90%}





/*联系我们*/
.contactUl li{width: 25%;text-align: center;position: relative;}

.contactUl li:after{width: 1px;height: 166px;content: '';position: absolute;left: 0;top: 50%;margin-top: -83px;background: #e9e9e9;}
.contactUl li img{display: inline-block;}
.contactUl li h6{color: #666;line-height: 35px;padding: 17px 0 13px; font-size:20px;}
.contactUl li .txt{color: #111;line-height: 25px; font-size:18px; padding: 0 10px;}
.contactUl li:first-child:after{display: none;}
.contactUl,.list_contact{padding: 20px 0 50px;}


.contPro_tit{margin-top: 50px;text-align: center;font-size: 26px;color: #111;line-height: 35px;}
.contPro_img img{max-width: 100%;display: inline-block;}
.contPro_img{text-align: center;margin: 40px 0 20px;}
.contPro_txt { text-align:center; line-height:26px; font-size:18px; margin-bottom:30px;}
.contProTitle{width: 100%;border-left: 4px solid #00329f;background: #f0f0f0; box-sizing: border-box;line-height:46px;}

.contProTitle span{margin-left: 25px; position: relative; font-size: 20px; font-weight:600;}
.contRroTxt{line-height: 36px;font-size: 16px;color: #111;margin: 20px 25px 40px;}

.contactMap { width:100%; height:680px;}




.contactWrap .item3 .nyTit{margin-bottom: 0;}
.contactWrap .item3 .tips{font-size: 16px;color: #4d4d4d;line-height: 21px;margin-bottom: 46px;}
.contactWrap .item3 .form dl{margin-bottom: 20px;padding-left: 79px;min-height: 60px;position: relative;box-sizing: border-box;width: 46.6%;}
.contactWrap .item3 .form dl.w100p{width: 100%;}
.contactWrap .item3 .form dl dt{position: absolute;left: 0;top:0;font-size: 16px;color: #1a1a1a;line-height: 60px;}
.contactWrap .item3 .form dl dd{width: 100%;}
.contactWrap .item3 .form dl .text,
.contactWrap .item3 .form dl textarea{width: 100%;height: 60px;box-sizing: border-box;border:1px solid #e6e6e6;padding: 0 12px;font-size: 16px;color: #1a1a1a;line-height: 58px;}
.contactWrap .item3 .form dl textarea{height: 170px;padding: 10px 12px;line-height: 40px;overflow: auto;}
.contactWrap .item3 .form dl.codeDl dd{box-sizing: border-box;padding-right: 120px;position: relative;}
.contactWrap .item3 .form dl.codeDl dd .pic{width: 120px;height: 100%;position: absolute;right: 0;top:0;}
.contactWrap .item3 .form dl.codeDl dd .pic img{width: 100%;height: 100%;cursor: pointer;}
.contactWrap .item3 .form dl .subm{width: 180px;height: 60px;background: #5ab4ff;border:none;text-align: center;line-height: 60px;font-size: 18px;color: #ffffff;cursor: pointer;}
.contactWrap .item3 .form dl .subm:hover{background: #8e0202;}


@media screen and (max-width: 1600px){
.aboutChannel .item6 .culScroll{box-sizing: border-box;}
.aboutChannel .item6 .culScroll .container .swiper-slide .pic{height: 0;padding-bottom: 70.75%;position: relative;}
.aboutChannel .item6 .culScroll .container .swiper-slide .pic img{position: absolute;left:0;top:0;}
}

@media screen and (max-width: 1300px){
.w1280{width: auto;padding: 0 5%;}

.aboutChannel .item1 .cont .left .txt{margin-bottom: 32px;}
.aboutChannel .item1 .cont .left .ul li h5 span{font-size: 40px;}

.aboutChannel .item4 .kwicks{width: 100%;}
.aboutChannel .item4 .kwicks .kwick{width: 49.9% !important;margin: 0 0 3px;}
.aboutChannel .item4 .kwicks .kwick:nth-child(2n){float: right;}
.aboutChannel .item4 .kwicks .kwick dl{width: 100%;height: 230px;}
.aboutChannel .item4 .kwicks .kwick dl dt{width: 32%;height: 100%;padding-top: 0;}
.aboutChannel .item4 .kwicks .kwick dl dt div{width: 100%;position: absolute;left: 0;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.aboutChannel .item4 .kwicks .kwick dl dt .icon{height: 48px;line-height: 48px;margin-bottom: 12px;}
.aboutChannel .item4 .kwicks .kwick dl dt .icon img{height: 48px;}
.aboutChannel .item4 .kwicks .kwick dl dt h4{font-size: 18px;line-height: 30px;}
.aboutChannel .item4 .kwicks .kwick dl dd{width: 68%;padding: 44px 0 0 0;height: 230px;}
.aboutChannel .item4 .kwicks .kwick dl dd:before{left: 0;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.aboutChannel .item4 .kwicks .kwick dl dd .wrap{width: 100%;position: absolute;left: 0;top:50%;box-sizing: border-box;padding-left: 5%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}

.aboutChannel .item6 .culScroll{width: 100%;}

.nyBanner.nyBanner1 ul li{width: 180px;}

.contSolution .item1 .cont .text .ul{padding-top: 20px;}
.contSolution .item1 .cont .text{font-size: 15px;line-height: 28px;}
.contSolution .item1 .cont .text .ul li{line-height: 32px;}

.honorList ul{width: 100%;}
.honorList ul li{width: 30%;margin: 0 5% 3% 0;}
.honorList ul li:nth-child(3n){margin-right: 0;}

.sChannel ul li dl dt h5{font-size: 22px;}
.sChannel ul li dl dt{padding: 42px 25px 0;}
.sChannel ul li dl dt i{left: 25px;}

.partner{padding: 80px 5% 60px;}
.partner .partnerList{width: 100%;}
.partner .partnerList li{width: 23.8%;margin-right: 1.6%;}
.partner .partnerList li:nth-child(4n){margin-right: 0;}

.newsWrap{padding: 80px 5% 100px;}

.newsList .ul{width: 100%;padding-bottom: 20px;}
.newsList .ul .nLi{width: 32.2%;margin-right: 1.6%;margin-bottom: 30px;}
.newsList .ul .nLi:nth-child(3n){margin-right: 0;}
.newsList .ul .nLi .pic{padding-bottom: 63.41%;padding-bottom: 219px;}
.newsList .ul .nLi .text{padding: 32px 5%;}
.newsList .ul .nLi .text h5{font-size: 16px;line-height: 28px;height: 56px;margin-bottom: 25px;}

.newsForm .tit{height: 54px;line-height: 54px;font-size: 20px;}
.newsForm .select1 dt{height: 54px;line-height: 54px;font-size: 14px;padding: 0 16px;}
.newsForm .txt,.newsForm .subm{height: 54px;line-height: 54px;font-size: 14px;}

.newsForm{padding: 30px 5% 120px;}
.newsList .ul .nLi .text{padding: 32px 6% 30px;}

.passageWrap .newsForm{padding: 10px 30px 30px;}

.recomNews .swiper-slide .text{padding: 32px 5%;}
.recomNews .swiper-slide .text h5{font-size: 16px;line-height: 28px;height: 56px;margin-bottom: 25px;}

.jobList .hd .jobItem,
.jobList .bd .dl .dt .jobItem{padding-left: 12px;}
.jobList .jobItem5{padding-left: 0;padding-right: 20px;}
.jobList .hd{font-size: 15px;}
.jobList .bd .dl .wrap{padding: 0 20px 32px 12px;}
.jobList .bd .jobItem{font-size: 14px;}
.jobList .bd .dl .dt .jobItem i{left: auto;margin-left: 0;right: 20px;}

.pcJobList{display: none;}
.wapJobList{display: block;}

.contactWrap .item2 ul{width: 100%;}
.contactWrap .item2 ul li{width: 32%;margin-right: 2%;}
.contactWrap .item2 ul li:nth-child(3n){margin-right: 0;}
}

@media screen and (max-width: 1120px){




.aboutChannel .item1 .cont .left .ul li p{font-size: 12px;}

.aboutChannel .exhibition_hall{display: none;}
.aboutChannel .item2 .wapScroll{display: block;}

.aboutChannel .item3 .cont{padding: 0;}

.aboutChannel .item4 .kwicks .kwick dl dt{}


.nyBanner.nyBanner1 ul li{width: 150px;}
.nyBanner.nyBanner1 ul li a{height: 50px;line-height: 50px;font-size: 16px;}

.contSolution .item1 .cont .pic{height: 300px;background-repeat: no-repeat;background-position: center;background-size: cover;}
.contSolution .item1 .cont .pic img{display: none;}

.soluScroll1 .gallery-top .swiper-slide .wrap{height: auto;padding-right: 0;}
.soluScroll1 .gallery-top .swiper-slide .wrap .pic{height: 0;padding-bottom: 56.4%;position: relative;}
.soluScroll1 .gallery-top .swiper-slide .wrap .pic em{position: absolute;left: 0;top:0;}
.soluScroll1 .gallery-top .swiper-slide .wrap .text{width: 100%;position: relative;padding: 5%;}
.soluScroll1 .gallery-top .swiper-slide .wrap .text .tit{font-size: 24px;line-height: 32px;margin-bottom: 20px;}
.soluScroll1 .gallery-top .swiper-button-next{display: none;}

.newsScroll .swiper-slide a .text p{height: 56px;}
.newsScroll .swiper-slide a .text span{margin-bottom: 10px;}
.newsScroll .swiper-slide a .text h5{font-size: 18px;line-height: 32px;margin-bottom: 8px;}
.newsScroll.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 30px;}
}
@media screen and (max-width: 1024px){


.ititle img{height: 26px;line-height: 34px;}

.isect1{margin: 30px auto;}

.isect1 .tabs ul li a .wrap .icon{height: 32px;width: 100%;}
.isect1 .tabs ul li a .wrap h5{font-size: 14px;line-height: 20px;padding: 5px 0;}
.isect1 .tabs ul li a .wrap{margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect1 .tabs ul li{width: 18%;margin-left: 2.5%;}
.isect1 .tabs ul li:before,.isect1 .tabs ul li:after{display: none;}

.isect2 dl dd a .text .date{line-height: 24px;margin-bottom: 6px;}
.isect2 dl dd a .text h5{font-size: 16px;margin-bottom: 10px;}
.isect2 dl dd a .text{padding: 20px 12px;}
.isect2 dl .dd3 a .text h5{margin-bottom: 10px;}
.isect2 dl .dd3 a .text .icon{width: 30px;height: 30px;line-height: 30px;}
.isect2 dl dt a .text .icon{width: 30px;height: 30px;background-size: auto 10px;}
.isect2 dl dt a .text h5{font-size: 15px;line-height: 24px;margin-top: 3px;}
.isect2 dl dt a .text{margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}


.isect3 ul{margin-bottom: 35px;}
.isect3 ul li h5{line-height: 44px;height: 44px;}
.isect3 ul li h5 span{font-size: 30px;}
.isect3 ul li p{font-size: 14px;line-height: 24px;padding: 6px 3px;}
.isect3 .tit{margin-bottom: 50px;font-size: 26px;line-height: 44px;}
.isect3 .tit:before{bottom: -30px;}
.readMore{width: 240px;height: 66px;line-height: 66px;}
.readMore span{font-size: 14px;}

.footer{padding: 20px 0;}
.footer .fNav{display: none;}
.footer .right{float: none;margin: 0 auto;}
.footer .right .bdsharebuttonbox{float: none;width: 170px;margin: 0 auto 12px;display: none;}
.footer .right .bdsharebuttonbox .shareItem.bds_weixin{margin-left: 0;}
.fBtm{padding: 22px 0;}
.fBtm .w1280{padding: 0 5%;line-height: 24px;font-size: 12px;}
.fBtm .logo{display: none;}
.fBtm ul{position: static;text-align: center;}
.fBtm ul li{display: inline-block;float: none;}

.nyBanner{height: 0;padding-bottom: 54.6875%;}
.nyBanner .w1280{position: absolute;z-index: 3;left: 0;top:50%;padding-top: 0;width: 100%;box-sizing: border-box;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}

.nyBanner.nyBanner1{height: 0;padding-bottom: 40%;}
.nyBanner.nyBanner1 .w1280{padding-top: 0;}

.nyTit{padding: 40px 0 30px;}
.nyTit h3{font-size: 30px;line-height: 44px;height: 44px;}


.aboutChannel .item1 .cont .left,.aboutChannel .item1 .cont .right{width: 100%;}
.aboutChannel .item1 .cont .left{margin-bottom: 20px;}
.aboutChannel .item1 .cont .left .ul li p{font-size: 14px;}
.aboutChannel .item1 .cont .right li em{padding-bottom: 65.34%;}
.aboutChannel .item1 .cont .right li.li2 em,.aboutChannel .item1 .cont .right li.li3 em{padding-bottom: 100%;}
.aboutChannel .item1 .cont .right li.li2{margin-bottom: 0.88%;}

.aboutChannel .item3 .tabs ul li{width: 170px;}
.aboutChannel .item3 .tabs ul li h5{font-size: 17px;}
.aboutChannel .item3 .tabs ul li .pic{width: 100px;}

.aboutChannel .item4 .kwicks .kwick dl dt{width: 24%;}
.aboutChannel .item4 .kwicks .kwick dl dd{width:76%;}
.aboutChannel .item4 .kwicks .kwick dl dt .icon{height: 38px;line-height: 38px;}
.aboutChannel .item4 .kwicks .kwick dl dt .icon img{height: 34px;}
.aboutChannel .item4 .kwicks .kwick dl dt h4{font-size: 16px;}

.nyBanner.nyBanner1 ul li{width: 130px;}
.nyBanner.nyBanner1 ul li a{font-size: 15px;}

.contSolution .item1 .cont .text,.contSolution .item1 .cont .pic{width: 100%;}
.contSolution .item1 .cont .text{margin-bottom: 20px;}

.contSolution .item2 .soluScroll .swiper-slide h5{height: 66px;line-height: 66px;font-size: 15px;}

.contSolution .item5 .soluScroll1{padding-bottom: 40px;}
.contSolution .item5 .soluScroll1.swiper-container-horizontal > .swiper-pagination-bullets{display: block;bottom: 0;}
.contSolution .item5 .soluScroll1.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #3e519e;}

.contSolution .item5 .soluScroll1 .swiper-slide .text{height: auto;padding: 30px 8%;}
.contSolution .item5 .soluScroll1 .swiper-slide .text h5{font-size: 20px;margin-bottom: 24px;}

.honorWrap .top dl dd{width: 100%;margin-bottom: 20px;padding-right: 0;}
.honorWrap .top dl dd:last-child{margin-bottom: 0;}

.sChannel ul li,.sChannel ul li.li1, .sChannel ul li.li4, .sChannel ul li.li5{width: 49%;margin-right: 0;position: relative;}
.sChannel ul li:nth-child(2n){float: right;}
.sChannel ul li dl dt,.sChannel ul li dl dd{width: 50%;float: left;}
.sChannel ul li dl dt,
.sChannel ul li.li4 dt,.sChannel ul li.li5 dt{height: 100%;box-sizing: border-box;position: static;padding: 20px 12px 0;}
.sChannel ul li dl dt i{left: 12px;}
.sChannel ul li dl dd,
.sChannel ul li.li4 dd,.sChannel ul li.li5 dd{height: auto;}
.sChannel ul li dl dd em{height: 0;padding-bottom: 96.72%;}
.sChannel ul li.li1{width: 100%;}
.sChannel ul li.li1 dl dd em{padding-bottom: 46.98%;}
.sChannel ul li dl dt h5{font-size: 18px;}
.sChannel ul li.li4 dt i, .sChannel ul li.li5 dt i{width: 9px;height: 11px;background: url(../img/index/icon/arrow4.png) no-repeat left bottom;}
.sChannel ul li.li4:hover dt i, .sChannel ul li.li5:hover dt i{background-position: left top;}

.sChannel .nyTit h3{font-size: 36px;}

.partner .partnerList li{width: 32.2%;}
.partner .partnerList li:nth-child(4n){margin-right: 1.6%;}
.partner .partnerList li:nth-child(3n){margin-right: 0;}

.newsScroll .swiper-slide a .text span{font-size: 14px;height: 24px;line-height: 24px;margin-bottom: 5px;}
.newsScroll .swiper-slide a .text h5{font-size: 16px;line-height: 28px;}
.newsScroll .swiper-slide a .text p{font-size: 13px;line-height: 26px;height: 52px;}

.recomNews{padding-bottom: 60px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{display: block;height: 8px;line-height: 8px;bottom: 20px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #c30d23;}

.passageWrap .newsForm{display: none;}
.passageWrap .passage{width: 100%;}

.jobWrap .item1 .cont .left,.jobWrap .item1 .cont .right{width: 100%;}
.jobWrap .item1 .cont .left{margin-bottom: 20px;}

.contactWrap .item2 ul li{padding: 30px 20px;}

.jobContact{padding: 100px 0 120px;font-size: 16px;line-height: 32px;}
.jobContact .left{min-height: 76px;background-size: auto 52px;background-position: left 14px;padding-left: 88px;}
.jobContact .right p{padding-left: 40px;}
.jobContact .right .website{background-size: auto 28px;background-position: left 4px;}
.jobContact .right .mail{background-size: auto 20px;background-position: left 8px;}
}

@media screen and (max-width: 990px){
.aboutChannel .item4 .kwicks .kwick{width: 100% !important;}
}

@media screen and (max-width: 768px){

.isect1 .tabs ul li a .wrap h5{display: none;}

.isect2 dl .dd1,.isect2 dl .dd2,
.isect2 dl .dd3,.isect2 dl dt{width: 49%;float: left;}
.isect2 dl .dd1 a,.isect2 dl .dd2 a{padding-bottom: 142.105%;}
.isect2 dl .dd3{margin: 1.64% 2% 0 0;}
.isect2 dl dt{float: left;}

.isect3 ul{margin-bottom: 20px;}
.isect3 ul li{width: 50%;margin-bottom: 12px;}
.isect3 ul li:before,.isect3 ul li:after{display: none;}

.isect4{margin: 30px auto;}
.isect4 .tit{margin-bottom: 20px;}
.isect4 .tit:before{display: none;}
.isect4 ul li a{height: 120px;padding-top: 20px;}
.isect4 ul li a .icon{height: 44px;margin-bottom: 10px;}
.isect4 ul li a h5{font-size: 14px;line-height: 24px;}

.float{display: none;}

.nyBanner .w1280 h3{font-size: 30px;line-height: 40px;}
.nyBanner .w1280 i{margin: 12px auto;}
.nyBanner .w1280 p{font-size: 15px;line-height: 38px;}

.aboutChannel .item1 .cont .left .ul li h5 span{font-size: 32px;}
.aboutChannel .item1 .cont .left .tit{font-size: 20px;line-height: 30px;}

.aboutChannel .item1 .cont .right li .txt h5{font-size: 20px;}
.aboutChannel .item1 .cont .right li.li1 .txt h5{font-size: 24px;}

.aboutChannel .item2{padding-bottom: 40px;}

.aboutChannel .item3{padding-bottom: 40px;}
.aboutChannel .item3 .tabs{margin-bottom: 10px;}

.aboutChannel .item4{padding-bottom: 40px;}

.aboutChannel .item5{padding-bottom: 40px;}
.aboutChannel .item5 .cont{font-size: 18px;line-height: 30px;}
.aboutChannel .item5 .cont .point{margin-top: 20px;}

.aboutChannel .item6 .title { font-size:32px; margin-bottom:20px;}
.aboutChannel .item6{padding-bottom: 60px;  padding-top: 50px;}
.culScroll .swiper-pagination-bullets { bottom:0;}

.aboutChannel .item2 .wapScroll .swiper-slide h5 { background:#c30d23;}


.nyBanner.nyBanner1 ul{display: none;}

.contSolution,.contSolution .item1,.contSolution .item2,.contSolution .item3,.contSolution .item4{padding-bottom: 40px;}

.contSolution .item5{padding-top: 40px;}

.contSolution .exhibition_hall{display: none;}
.contSolution .wapScroll{display: block;width: 100%;position: relative;overflow: hidden;padding-bottom: 40px;}
.contSolution .wapScroll .swiper-slide{position: relative;}
.contSolution .wapScroll .swiper-slide em{display: block;width: 100%;height: 0;padding-bottom: 141.88%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.contSolution .wapScroll .swiper-slide i{width: 50px;height: 50px;position: absolute;left: 50%;top:50%;margin: -25px 0 0 -25px;z-index: 2;background: url(../img/index/icon/fdj.png) no-repeat center;background-size: 100% 100%;}
.contSolution .wapScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #fff;}
.contSolution .wapScroll.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 0;}

.nyTit2 h3 { font-size:32px;}

.honorList ul{padding-bottom: 8%;}
.honorList ul li{width: 100%;margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}
.honorList ul li h5{font-size: 16px;line-height: 36px;}
.honorList ul li .pic .text{height: auto;margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.honorList ul li .pic .text i{width: 34px;height: 34px;background-size: 100% 100%;margin-bottom: 10px;}
.honorList ul li .pic .text span{font-size: 14px;line-height: 28px;}

.honorWrap{margin: 30px auto;}
.honorWrap .top dl dd .tit{font-size: 20px;line-height: 30px;margin-bottom: 10px;}
.honorWrap .top dl dd ul li{font-size: 14px;line-height: 28px;}
.honorWrap .top dl dd ul li:before{top:12px;}
.honorWrap .top{margin-bottom: 30px;}

.sChannel ul li,.sChannel ul li.li1, .sChannel ul li.li4, .sChannel ul li.li5{width: 100%;}
.sChannel ul li.li1 dl dd em{padding-bottom: 96.72%;}
.sChannel ul li dl dt, .sChannel ul li.li4 dt, .sChannel ul li.li5 dt{padding: 5%;}
.sChannel ul li dl dt i{left: 5%;}


.sChannel{padding: 60px 0;}
.sChannel .nyTit h3{font-size: 30px;}

.partner{padding: 30px 5%;}
.partner .partnerList li{width: 49%;margin: 0 0 10px;}
.partner .partnerList li:nth-child(4n){margin-right: 0;}
.partner .partnerList li:nth-child(2n){float: right;}
.partner .partnerList li a{height: 150px;line-height: 150px;}

.newsWrap{padding: 30px 5% 40px;}
.newsScroll .swiper-slide a .pic,.newsScroll .swiper-slide a .text{width: 100%;}
.newsScroll .swiper-slide a .text{padding: 20px 5% 60px;}
.newsScroll.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 24px;width: 100%;padding: 0;text-align: center;}

.newsList .ul .nLi{width: 49%;margin-right: 0;}
.newsList .ul .nLi:nth-child(2n){float: right;}
.newsList .ul .nLi .text{padding: 20px 6%;}
.newsList .ul .nLi .text h5{font-size: 14px;line-height: 22px;height: 44px;}
.newsList .ul .nLi .text span{font-size: 14px;margin-bottom: 6px;}
.newsList .ul .nLi .text i{width: 30px;height: 30px;line-height: 30px;font-size: 16px;}


.newsForm{padding: 10px 6% 82px;}

.passageWrap{padding: 30px 0;}
.passageWrap .passage .psgTit{margin-bottom: 15px;}
.passageWrap .passage .psgTit h5{font-size: 24px;line-height: 34px;}
.passageWrap .passage .psgTit .info{font-size: 12px;line-height: 28px;}
.passageWrap .passage .psgCont{font-size: 14px;line-height: 28px;padding-bottom: 22px;}


.recomNews .swiper-slide .text{padding: 20px 6%;}
.recomNews .swiper-slide .text h5{font-size: 14px;line-height: 22px;height: 44px;}
.recomNews .swiper-slide .text span{font-size: 14px;margin-bottom: 6px;}
.recomNews .swiper-slide .text i{width: 30px;height: 30px;line-height: 30px;font-size: 16px;}

.jobWrap .item1 .cont .left{margin-bottom: 12px;}
.jobWrap .item1 .cont .right .ul li{width: 100%;}

.contactWrap .item2 ul li{width: 49%;margin-right: 0%;}
.contactWrap .item2 ul li:nth-child(2n){float: right;}

.contactWrap .item1{height: auto;}
.contactWrap .item1 .mapWrap{position: relative;height: 280px;}
.contactWrap .item1 .w1280{top: 20px;height: auto;}
.contactWrap .item1 .w1280 .tabWrap{width: 100%;}
.contactWrap .item1 .w1280 .tabWrap .cont{height: auto;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem{padding: 30px 10px;}
.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .txt{font-size: 14px;line-height: 32px;}
.contactWrap .item1{margin-bottom: 30px;}
.contactWrap{padding-bottom: 40px; padding-top:20px;}

.contactWrap .item1 .w1280 .tabWrap .cont .innerItem .tit{font-size: 18px;line-height: 32px;}
.contactWrap .item1 .w1280 .tabWrap .tabs li{height: 54px;line-height: 54px;font-size: 15px;}

.sitemap{padding: 20px;margin: 30px auto;}

.jobContact{padding: 8% 0 12%;}
.jobContact .left,.jobContact .right{width: 100%;}
.jobContact .left{padding-left: 60px;background-size: 40px auto;background-position: left center;}
.jobContact .right p{padding-left: 60px;}

.contactUl li {  width: 50%; margin-bottom:30px;}
.nyTit2 {padding: 1px 0 2px;}
.contactUl li h6 {line-height: 30px; padding: 8px 0 6px;    font-size: 18px;}

}

@media screen and (max-width: 468px){

.cpagination .swiper-pagination{bottom: 20px;}

.ititle{margin-bottom: 10px;line-height: 28px;}
.ititle img{height: 20px;}

.isect1 .tabs{margin-bottom: 10px;}
.isect1 .tabs ul li{padding: 3px;}
.isect1 .tabs ul li a .wrap .icon{height: 24px;}
.isect1 .swiper-container ul li.li1{width: 100%;}
.isect1 .swiper-container ul li.li2,.isect1 .swiper-container ul li.li3{display: none;}

.isect2{margin-bottom: 30px;}
.isect2 dl .dd1,.isect2 dl .dd2,
.isect2 dl .dd3,.isect2 dl dt{width: 100%;margin: 0 0 2% 0;}
.isect2 dl .dd1 a,.isect2 dl .dd2 a{padding-bottom: 68%;}
.isect2 dl .dd3{display: none;}
.isect2 dl dd a .text{padding: 0 5%;text-align: center;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect2 dl dd a b{opacity: 1;}
.isect2 dl dd a .text p{font-size: 13px;line-height: 24px;height: 48px;
white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}
.isect2 dl dd a .text h5{font-size: 15px;margin-bottom: 0;line-height: 24px;}


.isect3{padding: 30px 0;}
.isect3 ul li{width: 100%;border-bottom: 1px solid rgba(255,255,255,0.12);padding-bottom: 20px;}
.isect3 ul li:last-child{padding-bottom: 0;border-bottom: none;margin-bottom: 0;}
.isect3 ul li h5 span{font-size: 26px;}
.isect3 .tit,.readMore,.isect3 .desc{display: none;}
.isect3 .tit{margin-bottom: 20px;}
.isect3 .tit:before{display: none;}
.isect3 .desc{font-size: 12px;line-height: 20px;}

.isect4 ul li{width: 100%;}
.isect4 ul li.fl{margin-bottom: 10px;}

.padTop{padding-top:0;}

.nyBanner .w1280 h3{font-size: 24px;line-height: 30px;}
.nyBanner .w1280 i{width: 10px;height: 10px;background-size: 100% 100%;margin: 8px auto;}

.aboutChannel .item1 .cont .left .tit{font-size: 20px;line-height: 22px;margin: 0 0 12px;}
.aboutChannel .item1 .cont .left .txt{margin-bottom: 12px;font-size: 16px;line-height: 32px;}
.aboutChannel .item1 .cont .left .ul li{width: 100%;padding: 12px 0;}
.aboutChannel .item1 .cont .left .ul li:after{display: none;}
.aboutChannel .item1 .cont .left .ul li:before{height: 1px;width: 100%;top:auto;bottom: 0;}
.aboutChannel .item1 .cont .left .ul li:last-child:before{display: none;}
.aboutChannel .item1 .cont .left .ul li h5{height: 40px;line-height: 40px;}
.aboutChannel .item1 .cont .left .ul li h5 span{font-size: 28px;}

.aboutChannel .item1 .cont .right li .txt{padding: 20px 6% 0;}
.aboutChannel .item1 .cont .right li.li1 .txt{padding: 20px 6% 0;}
.aboutChannel .item1 .cont .right li .txt p{font-size: 16px;line-height: 24px;}
.aboutChannel .item1 .cont .right li .txt h5{font-size: 16px;}
.aboutChannel .item1 .cont .right li.li1 .txt h5{font-size: 18px;line-height: 40px;}

.nyTit{padding: 20px 0;}
.nyTit h3{font-size: 32px;}
.ab-culture .title {font-size: 32px;}
.ab-culture .list li {  width: 100%; margin-bottom:15%;}
.ab-culture .list li .ico img { zoom:0.6;}
.ab-culture .list li .bt { font-size: 20px;  margin-top: 4%;}

.ab-culture .list li .text { margin-top: 20px;}
.ab-culture .list li .text:before {    margin-bottom: 10px;}

.ab-culture {padding: 15% 0; background-size:cover; }

.aboutChannel .item3 .tabs:before{top: 44px;}
.aboutChannel .item3 .tabs ul li{width: 50%;margin: 0;}
.aboutChannel .item3 .tabs ul li h5{font-size: 14px;height: 38px;line-height: 38px;}
.aboutChannel .item3 .tabs ul li .pic{width: 80px;}

.aboutChannel .item3 .cont{font-size: 14px;line-height: 28px;}

.aboutChannel .item4 .kwicks .kwick dl{height: auto;overflow: hidden;}
.aboutChannel .item4 .kwicks .kwick dl dt{width: 100%;height: auto;padding: 6% 0 3%;}
.aboutChannel .item4 .kwicks .kwick dl dt div{position: relative;top:0;
-webkit-transform:translateY(0%); -moz-transform: translateY(0%); -ms-transform:translateY(0%); transform:translateY(0%);}
.aboutChannel .item4 .kwicks .kwick dl dt .icon{margin-bottom: 5px;}
.aboutChannel .item4 .kwicks .kwick dl dd{height: auto;width: 100%;padding: 0 5px 6%;}
.aboutChannel .item4 .kwicks .kwick dl dd .wrap{position: relative;height: auto;top:0;
-webkit-transform:translateY(0%); -moz-transform: translateY(0%); -ms-transform:translateY(0%); transform:translateY(0%);}
.aboutChannel .item4 .kwicks .kwick dl dd .wrap ul{width: 100%;float: none;text-align: center;}
.aboutChannel .item4 .kwicks .kwick dl dd .wrap ul li{font-size: 12px;box-sizing: border-box;display: inline-block;padding: 0 10px;}

.aboutChannel .item5 .cont{font-size: 14px;line-height: 24px;}
.aboutChannel .item5 .cont .point{margin-top: 10px;}
.aboutChannel .item5 .cont .point em{font-size: 20px;margin: 0 5px;}
.aboutChannel .item5 .cont .pic{margin-top: 25px;}

.aboutChannel .item6 .culScroll{}
.aboutChannel .item6 .culScroll .swiper-button-prev, .aboutChannel .item6 .culScroll .swiper-button-next{display: none;}
.aboutChannel .item6 .culScroll .container .swiper-slide h5{}
.aboutChannel .item6 .culScroll .container .line{margin: 0;}

.aboutChannel .item6 .culScroll{margin-top: 9px;}

.contSolution .item1 .cont .text{font-size: 14px;line-height: 24px;}
.contSolution .item1 .cont .text .ul{padding-top: 10px;}
.contSolution .item1 .cont .text .ul li{width: 100%;}
.contSolution .item1 .cont .pic{height: auto;}
.contSolution .item1 .cont .pic img{display: block;}

.contSolution .item2 .soluScroll{padding-bottom: 40px;}

.soluScroll1 .gallery-top{margin-bottom: 12px;}
.soluScroll1 .gallery-top .swiper-slide .wrap .text{font-size: 14px;line-height: 28px;}
.soluScroll1 .gallery-top .swiper-slide .wrap .text .tit{font-size: 20px;line-height: 28px;margin-bottom: 8px;}
.soluScroll1 .gallery-thumbs .swiper-slide{width: 200px;height: 112px;}

.contSolution .item4 .desc{font-size: 14px;line-height: 24px;margin-bottom: 20px;}

.contSolution .item5 .soluScroll1 .swiper-slide .text{padding: 20px 8%;}
.contSolution .item5 .soluScroll1 .swiper-slide .text h5{font-size: 16px;line-height: 28px;}


.sChannel{padding: 30px 0 40px;}
.sChannel .nyTit h3{font-size: 24px;}
.sChannel ul li dl dt h5{font-size: 16px;}

.partner .partnerList li a{height: 100px;line-height: 100px;}
.partner .partnerList li a img{max-width: 60%;max-height: 60%;}


.newsList .ul .nLi{width: 100%;margin-bottom: 20px;}
.newsList .ul .nLi:last-child{margin-bottom: 10px;}
.newsList .ul .nLi .pic{padding-bottom: 63.41%;}
.newsList .ul .nLi .text h5{height: auto;max-height: 44px;}

.newsForm{display: none;}

.honorList .readMore,.newsList .readMore{top: 0;display: block;width: 200px;height: 50px;line-height: 50px;}
.honorList .readMore span{},.newsList .readMore span{font-size: 14px;}

.recomNews{padding-bottom: 50px;}
.recomNews.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 30px;}
.passageWrap .passage .bdsharebuttonbox{display: none;}


.recomNews .swiper-slide .text h5{height: auto;max-height: 44px;}

.passageWrap .passage .psgCont{padding-bottom: 0;}
.passageWrap .passage .psgCont img {min-width:auto !important; width: 100% !important; height: auto !important;}

.passageWrap .passage .psgTit h5{font-size: 20px;line-height: 28px;}
.passageWrap .passage .psgTit .info span{margin-right: 20px;}
.passageWrap .passage .psgTit .info{line-height: 22px;}


.jobWrap .item1 .cont{font-size: 14px;line-height: 28px;}

.contactWrap .item2 ul li{width: 100%;}

.contactWrap .item2 ul li{padding: 20px 14px;height: auto;}
.contactWrap .item2 ul li:last-child{margin-bottom: 0;}
.contactWrap .item2 ul li .tit{font-size: 20px;line-height: 30px;margin-bottom: 8px;}
.contactWrap .item2 ul li .name{font-size: 16px;line-height: 34px;margin-bottom: 8px;}
.contactWrap .item2 ul li .txt{font-size: 14px;line-height: 28px;}

.sitemap .nLi h3:before{margin-top: -9px;}

.jobContact{font-size: 15px;}

.honorList ul{padding-bottom: 3%;}
.honorList .readMore, .newsList .readMore{width: 180px;}


.ab .mid .scale { padding-top: 30px;}

.ab .mid .scale>div { width:50%;margin-bottom: 30px;}

.ab .mid .scale>div i { font-size:24px;}


.ab-fzlc-top .title { width:100%;}
.ab-fzlc-top .title .title-en span { font-size:24px;}
.ab-fzlc-top .title .title-cn { margin-bottom:15px;}
.ab-fzlc-top .text { width:100%;margin-top: 10px;}

.honorList ul li .pic { padding:15px 10px;}
.contactWrap .item3 .form dl {
    margin-bottom: 20px;
    padding-left: 79px;
    min-height: 60px;
    width: 100%;
}

}
