@font-face {
    font-family: 'HelNeu55Rom';
    src: url('../font/HelNeu55Rom.eot');
    src:
    url('../font/HelNeu55Rom.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelNeu55Rom.woff') format('woff'),
    url('../font/HelNeu55Rom.ttf') format('truetype'),
    url('../font/HelNeu55Rom.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;}


input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {-webkit-appearance:none;}
a,label{text-decoration:none; color:inherit; background:transparent; -webkit-tap-highlight-color: transparent;}
input[type="submit"],button {-webkit-appearance:none; /*去除input默认样式*/}


/*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;}
.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;}

.w1260{width: 83.33%;    min-width: 1200px;    margin: 0 auto;}

*: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(../images/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 JhengHei","Microsoft Yahei";}
.hidden_search .btn { display: block; background: url(../images/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;}


.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;height: 32px;padding: 0 20px;border:1px solid #d4d4d4;background: #ffffff;border-radius: 4px;margin: 0 8px;font-size: 14px;color: #333333;line-height: 32px;}
.page a.num{padding: 0 8px;}
.page a.on,.page a:hover{border-color: #115fad;background: #115fad;color: #fff;}

.passage{}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 20px;color: #1a1a1a;line-height: 28px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit .info{font-size: 12px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 6px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #4d4d4d;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;min-height: 350px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgBtm{position: relative;padding: 0 235px 0 0;}
.passage .psgBtm ul li{font-size: 16px;line-height: 34px;color: #3a502a;}
.passage .psgBtm ul li a{color: #333333;}
.passage .psgBtm ul li a:hover{color: #19408c;text-decoration: underline;}
.passage .psgBtm .bdsharebuttonbox{height: 56px;width: 165px;padding-left: 49px;border-left: 1px solid #d1d1d1;position: absolute;right: 0;top:5px;}
.passage .psgBtm .bdsharebuttonbox span{font-size: 16px;line-height: 34px;color: #000000;margin: 12px 3px 0 0;}
.passage .psgBtm .bdsharebuttonbox .shareItem{width: 34px;height: 34px;margin: 12px 20px 0 0;padding: 0;background: url(../images/shareIcon2.png) no-repeat left top;}
.passage .psgBtm .bdsharebuttonbox .shareItem.bds_tsina{margin-right: 0;background-position: -34px top;}

.ititle{text-align: center;margin-bottom: 30px;}
.ititle h3{font-size: 36px;line-height: 55px;color: #1a1a1a;font-weight: normal;}
.ititle p{font-size: 14px;line-height: 34px;color: #808080;}

.isect1{padding: 29px 0 70px;background: #f1f1f2 url(../images/isect1Bg.jpg) no-repeat center top;}
.isect1Scroll{width: 1200px;margin: 0 auto 70px;padding: 0 80px;position: relative;}
.isect1Scroll .swiper-button-prev,
.isect1Scroll .swiper-button-next{width: 40px;height: 79px;position: absolute;top:50%;margin-top: -40px;cursor: pointer;}
.isect1Scroll .swiper-button-prev{left: 0;background: url(../images/leftArr.png) no-repeat left center;}
.isect1Scroll .swiper-button-next{right: 0;background: url(../images/rightArr.png) no-repeat right center;}
.isect1Scroll .container{width: 100%;position: relative;overflow: hidden;}
.prodList a{display: block;border:1px solid #e0e0e0;background: #ffffff;text-align: center;padding-bottom: 44px;}
.prodList a .line{position: absolute;background: #115fad;}
.prodList a .line.line1{left: 0;top:0;height: 1px;width: 0;}
.prodList a .line.line2{right: 0;top:0;width: 1px;height: 0;}
.prodList a .line.line3{right: 0;bottom:0;width: 0;height: 1px;}
.prodList a .line.line4{left: 0;bottom:0;width: 1px;height: 0;}
.prodList a:hover .line.line1,
.prodList a:hover .line.line3{width: 100%;}
.prodList a:hover .line.line2,
.prodList a:hover .line.line4{height: 100%;}
.prodList a .pic{height: 320px;text-align: center;line-height: 320px;overflow: hidden; text-align:center;}
.prodList a .pic img{max-width: 100%;max-height: 100%; margin:0 auto;}
.prodList a .text{padding: 0 20px  15px;}
.prodList a .text h5{font-size: 22px;color: #1a1a1a;line-height: 32px;font-weight: normal;font-family: "HelNeu55Rom";}
.prodList a .text p{font-size: 16px;line-height: 28px;color: #808080;}
.prodList a .btn{width: 134px;height: 36px;border:1px solid #115fad;border-radius: 3px;margin: 0 auto;text-align: center;line-height: 36px;font-size: 14px;color: #115fad;position: relative;}
.prodList a .btn span{position: relative;z-index: 2;}
.prodList a .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #e60012;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.prodList a:hover .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.prodList a:hover .btn{border-color: #e60012;color: #fff;}
.isect1Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets{height: 12px;line-height: 12px;bottom: 20px;display: none;}
.isect1Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 12px;height: 12px;box-sizing: border-box;border-radius: 50%;margin: 0 5px;cursor: pointer;opacity: 1;background: #18a827;}
.isect1Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #115fad;}


.readMore{display: block;width: 208px;height: 56px;margin: 0 auto;border:1px solid #4d4d4d;text-align: center;line-height: 56px;font-size: 16px;color: #1a1a1a;position: relative;}
.readMore span{position: relative;z-index: 2;}
.readMore:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #115fad;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.readMore:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.readMore:hover{border-color: #115fad;color: #fff;}

.isect2{padding: 50px 0 60px;}
.isect2Scroll{width: 100%;position: relative;overflow: hidden;}
.isect2Scroll .swiper-slide a{display: block;position: relative;overflow: hidden;}
.isect2Scroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 134.426%;position: relative;overflow: hidden;}
.isect2Scroll .swiper-slide a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2Scroll .swiper-slide a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: url(../images/gray40.png) repeat;}
.isect2Scroll .swiper-slide a b.b2{z-index: 3;background: rgba(17,166,228,0.9);opacity: 0;}
.isect2Scroll .swiper-slide a .text{width: 100%;box-sizing: border-box;padding: 0 20px;height: 132px;position: absolute;left: 0;top:50%;margin-top: -66px;text-align: center;z-index: 4;}
.isect2Scroll .swiper-slide a .text .icon{height: 52px;line-height: 52px;}
.isect2Scroll .swiper-slide a .text i{display: block;width: 30px;height: 3px;background: #ffffff;margin: 17px auto 20px;}
.isect2Scroll .swiper-slide a .text h5{line-height: 40px;font-size: 22px;color: #ffffff;}
.isect2Scroll .swiper-slide a:hover .pic em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.isect2Scroll .swiper-slide a:hover b.b2{opacity: 1;}


.isect2Scroll.swiper-container-horizontal > .swiper-pagination-bullets{height: 12px;line-height: 12px;bottom: 0;display: none;}
.isect2Scroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 12px;height: 12px;box-sizing: border-box;border-radius: 50%;margin: 0 5px;cursor: pointer;opacity: 1;background: #18a827;}
.isect2Scroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #115fad;}


.isect2Scroll .swiper-slide a:hover .text .icon{-webkit-animation:amtDown 0.6s 0.1s both;animation:amtDown 0.6s 0.1s both;}
.isect2Scroll .swiper-slide a:hover .text i{-webkit-animation:amtDown 0.6s 0.3s both;animation:amtDown 0.6s 0.3s both;}
.isect2Scroll .swiper-slide a:hover .text h5{-webkit-animation:amtDown 0.6s 0.5s both;animation:amtDown 0.6s 0.5s both;}

@-webkit-keyframes amtDown {
    0%{
        opacity:0;
        -webkit-transform:translate(0,50px);
    }

    100%{
        opacity:1;
        -webkit-transform:translate(0,0);

    }
}
@keyframes amtDown {
    0%{
        opacity:0;
        transform:translate(0,50px);
    }

    100%{
        opacity:1;
        transform:translate(0,0);

    }
}

.isect3{padding: 50px 0 77px;background: #f0f0f0;overflow: hidden;}
.isect3 .ititle{margin-bottom: 30px;}
.isect3 ul{height: 360px;}
.isect3 ul li{width: 32%;margin-left: 2%;}
.isect3 ul li:first-child{margin-left: 0;}
.isect3 ul li a{display: block;}
.isect3 ul li.li1 a .pic{height: 0;position: relative;overflow: hidden;position: relative;/*padding-bottom: 62.5%;*/height: 250px;}
.isect3 ul li.li1 a .pic em,
.isect3 ul li.li1 a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect3 ul li.li1 a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 ul li.li1 a .pic b{background: rgba(0,0,0,0.4);opacity: 0;}
.isect3 ul li.li1 a .text{padding: 8px 20px 0;background: #ffffff;height: 102px;}
.isect3 ul li.li1 a .text h5{font-size: 16px;line-height: 39px;color: #1a1a1a;}
.isect3 ul li.li1 a .text p{font-size: 14px;line-height: 24px;color: #666666;height: 48px;overflow: hidden;}
.isect3 ul li.li1 a:hover .pic b{opacity: 1;}
.isect3 ul li.li1 a:hover .text h5{color: #115fad;}
.isect3 ul li:hover{-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1);
 -webkit-transform:translate3d(0, -6px, 0);transform:translate3d(0, -6px, 0);}
.isect3 ul li.li2{margin-bottom: 11px;}
.isect3 ul li.li2 a{display: block;padding: 12px 20px 0;height: 70px;background: #ffffff;}
.isect3 ul li.li2 a h5{font-size: 16px;line-height: 31px;color: #1a1a1a;}
.isect3 ul li.li2 a span{display: block;font-size: 14px;line-height: 26px;color: #999999;font-family: "HelNeu55Rom";}
.isect3 ul li.li2 a:hover h5{color: #115fad;}

.isect4{width: 100%;overflow: hidden;}
.isect4 ul li{width: 33%;margin-left: 0.5%;}
.isect4 ul li:first-child{margin-left: 0;}
.isect4 ul li a{display: block;position: relative;overflow: hidden;}
.isect4 ul li a em{display: block;width: 100%;height: 0%;padding-bottom: 56.78%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect4 ul li a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.isect4 ul li a .ititle{width: 100%;box-sizing: border-box;padding: 0 50px;position: absolute;left: 0;bottom: 20px;text-align: right;margin-bottom: 0;z-index: 3;}
.isect4 ul li a .ititle h3{font-size: 24px;line-height: 32px;color: #ffffff;font-weight: bold;}
.isect4 ul li a .ititle p{color: #ffffff;}
.isect4 ul li a .ititle p span{font-weight: bold;font-family: "HelNeu55Rom";}
.isect4 ul li a:hover em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.isect4 ul li a:hover b{opacity: 1;}


.nyBanner{width: 100%;min-height: 300px;background-repeat: no-repeat;background-position: center top;background-size: cover;box-sizing: border-box;padding-bottom: 40px;}
.nyBanner .path{padding-top: 6px;font-size: 14px;line-height: 62px;color: #ffffff;
-webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);}
.nyBanner .path span{margin: 0 8px;}
.nyBanner .path a:hover{text-decoration: underline;}
.nyBanner .left{max-width: 594px;}
.nyBanner h3{font-size: 36px;line-height: 82px;color: #ffffff;margin-bottom: 60px;
-webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);}
.nyBanner i{display: block;width: 50px;height: 50px;background: url(../images/arrow2.png) no-repeat center;cursor: pointer;}
.nyBanner i:hover{opacity: 0.8;}
.nyBanner ul{width: 164px;}
.nyBanner ul li{width: 80px;height: 80px;margin: 0 0 2px 2px;background: url(../images/gray65.png) repeat;}
.nyBanner ul li a{display: block;width: 100%;height: 100%;box-sizing: border-box;padding: 20px 24px 0;font-size: 16px;line-height: 24px;color: #ffffff;}
.nyBanner ul li.on a,.nyBanner ul li a:hover{background: #115fad;}

.nyWrap{margin: 60px auto 90px;min-height: 350px;}

.developScroll{padding: 0 100px;position: relative;}
.developScroll .swiper-button-prev,
.developScroll .swiper-button-next{width: 48px;height: 48px;border:1px solid #747474;position: absolute;top:50%;margin-top: -24px;background: url(../images/arrow3.png) no-repeat left 2px;border-radius: 50%;}
.developScroll .swiper-button-prev{left: 0;}
.developScroll .swiper-button-next{background-position: right 2px;right: 0;}
.developScroll .swiper-button-prev:hover,
.developScroll .swiper-button-next:hover{border-color: #115fad;background-position-y: -46px;}
.developScroll .container{width: 100%;position: relative;overflow: hidden;}
.developScroll .container .swiper-slide{position: relative;text-align: center;}
.developScroll .container .swiper-slide em{display: block;width: 100%;height: 0;padding-bottom: 55%;background: url(../images/devBg1.jpg) no-repeat center;background-size: cover;}
.developScroll .container .swiper-slide .text{width: 100%;height: 104px;position: absolute;left: 0;top:50%;margin-top: -52px;z-index: 2;}
.developScroll .container .swiper-slide .text p{font-size: 30px;color: #fefefe;line-height: 64px;font-family: "HelNeu55Rom";}
.developScroll .container .swiper-slide .text h5{font-size: 24px;line-height: 40px;color: #ffffff;}
.developScroll .container .swiper-slide.slide2 em{background-image: url(../images/devBg2.jpg);}
.developScroll .container .swiper-slide.slide3 em{background-image: url(../images/devBg3.jpg);}
.developScroll .swiper-pagination{width: 100%;text-align: center;position: absolute;left: 0;bottom: 0;display: none;}
.developScroll .swiper-pagination .swiper-pagination-bullet{margin: 0 5px;cursor: pointer;}
.developScroll .swiper-pagination .swiper-pagination-bullet-active{background: #115fad;}

.nyBody .footer{background: #f5f5f5;}

.developList{margin-top: 90px;position: relative;padding-bottom: 34px;overflow: hidden;}
.developList:before{content: "";width: 2px;height: 100%;background: #115fad;position: absolute;left: 50%;margin-left: -1px;top:0;}
.developList .date{width: 94px;height: 38px;background: #115fad;border-radius: 4px;margin: 0 auto 30px;text-align: center;line-height: 38px;font-size: 20px;color: #ffffff;font-family: "HelNeu55Rom";font-weight: normal;}
.developList .ul .li{width: 48.4%;box-sizing: border-box;border:1px solid #e7e7e7;border-radius: 8px;background: #f2f2f2;padding: 19px;position: relative;margin-bottom: 30px;}
.developList .ul .li .arr{width: 10px;height: 10px;position: absolute;top:50%;margin-top: -5px;right: -9px;background: url(../images/trangle1.png) no-repeat left center;}
.developList .ul .li.fr .arr{right: auto;left: -10px;background: url(../images/trangle2.png) no-repeat right center;}
.developList .ul .li .wrap{min-height: 100px;padding-left: 170px;position: relative;}
.developList .ul .li .wrap .pic{width: 150px;height: 100px;position: absolute;left: 0;top:0;overflow: hidden;}
.developList .ul .li .wrap .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.developList .ul .li .wrap .txt{font-size: 16px;line-height: 28px;color: #1a1a1a;padding-top: 3px;}


.honorScroll{}
.honorWrap{height: 760px;position: relative;overflow: hidden;}
.honorWrap #box{width: 1440px;position: absolute;overflow: hidden;left: 50%;margin-left: -720px;padding-bottom: 80px;}
.honorWrap #box ul{position:relative;width:100%;height:680px;}
.honorWrap #box li{position:absolute;list-style:none;width:0;height:0;top:0;left:492px ;z-index:0;cursor:pointer;}
.honorWrap #box li a{display: block;position: relative;}
.honorWrap #box li .pic{width: 100%;height: 100%;overflow: hidden;position: relative;z-index: 5;background: #d1cfcf;}
.honorWrap #box li .pic img{width: 100%;height: 100%;/*opacity: 1 !important;*/}
.honorWrap #box li a .text{position: absolute;left: 0;width: 100%;bottom: -55px;height: 37px;line-height: 37px;text-align: center;font-size: 18px;color: #333333;font-weight: normal;z-index: 3;
opacity: 0;}
.honorWrap .btnWrap{text-align: center;font-size: 0;position: absolute;left: 0;bottom: 0;width: 100%;height: 50px;}
.honorWrap .btnWrap .btn{width: 50px !important;height: 50px !important;margin: 0 50px !important;padding: 0 !important;position: static !important;display: inline-block;*display: inline;*zoom: 1;
cursor: pointer;background: url(../images/arrow4.png) no-repeat left top;filter: alpha(opacity=40);opacity: 0.4;}
.honorWrap .btnWrap .btn.next{background-position: right top;}
.honorWrap .btnWrap .btn:hover{filter: alpha(opacity=100);opacity: 1;}

.wapHonor{display: none;}
.honorList ul{padding-bottom: 20px;}
.honorList ul li{width: 32%;margin: 0 2% 10px 0;}
.honorList ul li:nth-child(3n){margin-right: 0;}
.honorList ul li a{display: block;}
.honorList ul li .pic{width: 100%;height: 0;padding-bottom: 136.84%;position: relative;overflow: hidden;}
.honorList ul li .pic img{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.honorList ul li h5{height: 55px;line-height: 55px;text-align: center;font-size: 18px;color: #333333;font-weight: normal;}

.cultureWrap{margin: 0 auto;}
.cultureList{padding-bottom: 30px;overflow: hidden;}
.cultureList li{padding: 75px 0 60px;}
.cultureList li.li2{background: #f5f5f5;}
.cultureList li dl dt{width: 46%;height: 0;padding-bottom: 28.57%;position: relative;overflow: hidden;}
.cultureList li dl dt em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.cultureList li dl dd{width: 47.6%;padding-top: 20px;font-size: 16px;line-height: 28px;color: #1a1a1a;}
.cultureList li dl dd .icon{margin-bottom: 34px;}
.cultureList li dl dd .tit{margin-bottom: 27px;font-size: 28px;line-height: 41px;color: #1a1a1a;font-weight: normal;}
.cultureList li.li2 dt{float: right;}
.cultureList li.li2 dd{float: left;}

.prodFilter{padding: 24px 19px 24px;background: #e4e6f5;margin-bottom: 40px;position: relative;z-index: 9;}
.prodFilter .dl{height: 52px;padding-left: 190px;position: relative;}
.prodFilter .dl .dt{width: 170px;position: absolute;left: 0;top:0;font-size: 28px;color: #e60012;line-height: 52px;z-index: 3;}
.prodFilter .dl .dd{width: 100%;}
.prodFilter .dl .dd .select{width: 37%;position: relative;margin-right: 2%;}
.prodFilter .dl .dd .select dt{width: 100%;height: 52px;background: #ffffff;box-sizing: border-box;padding: 0 40px 0 20px;font-size: 16px;color: #999999;line-height: 52px;cursor: pointer;position: relative;}
.prodFilter .dl .dd .select dt:before{content: "";width: 8px;height: 8px;position: absolute;right: 20px;top:50%;margin-top: -4px;background: url(../images/trangle3.png) no-repeat center;}
.prodFilter .dl .dd .select dd{width: 100%;position: absolute;left: 0;top:52px;background: #fff;display: none;}
.prodFilter .dl .dd .select dd ul li{display: block;padding: 0 20px;font-size: 14px;color: #999999;line-height: 44px;cursor: pointer;}
.prodFilter .dl .dd .select dd ul li:hover{background: #eee;}
.prodFilter .dl .dd .subm{width: 22%;height: 52px;border:none;background: #115fad;cursor: pointer;font-size: 16px;color: #ffffff;line-height: 52px;}
.prodFilter .dl .dd .subm:hover{background: #0d90c6;}

.nyWrap .prodList{width: 100%;overflow: hidden;padding-bottom: 25px;}
.nyWrap .prodList ul{}
.nyWrap .prodList ul li{width:32%;margin: 0 2% 2% 0;position: relative;}
.nyWrap .prodList ul li:nth-child(3n){ margin-right:0;}

.contProd{overflow: hidden;}
.contProd .top{margin-bottom: 30px;overflow: hidden;}
.contProd .top .pic{width: 43.65%;height: 450px;box-sizing: border-box;border:1px solid #e6e6e6;text-align: center;line-height: 450px;}
.contProd .top .pic img{ padding:20px; margin:0 auto;}
.contProd .top .text{width: 53.17%;padding-top: 2px;}
.contProd .top .text .tit{padding-bottom: 17px;border-bottom: 1px solid #e6e6e6;margin-bottom: 22px;}
.contProd .top .text .tit h5{font-size: 28px;color: #1a1a1a;line-height: 50px;}
.contProd .top .text .tit p{font-size: 16px;line-height: 28px;color: #666666;}
.contProd .top .text .txt{font-size: 16px;line-height: 32px;color: #333333;}
.contProd .top .text .txt dl{min-height: 301px;position: relative;}
.contProd .top .text .txt dl dt{position: absolute;left: 0;top:0;color: #808080;}

.contProd .mid{}
.contProd .mid .left{width: 43.65%;font-size: 14px;color: #808080;line-height: 56px;}
.contProd .mid .left em{padding-left: 56px;position: relative;background: url(../images/viewsIcon1.png) no-repeat 29px center;}
.contProd .mid .left em:before{content: "";width: 1px;height: 12px;background: #dbdbdb;position: absolute;left: 14px;top:50%;margin-top: -6px;}
.contProd .mid .left .bdsharebuttonbox .bds_more{width: 24px;height: 56px;margin: 0;padding: 0;background: url(../images/shareIcon1.png) no-repeat center;cursor: pointer;}
.bdshare_popup_bg,.bdshare_popup_box{display: none !important;}
.contProd .mid .right{width:100%;}
.contProd .mid .right dl dt{height: 56px;background: #115fad;padding: 0 25px;font-size: 18px;color: #ffffff;font-weight: bold;line-height: 56px;}
.contProd .mid .right dl dd{height: 54px;border:1px solid #115fad;padding: 0 24px;font-size:22px;color: #e60012;line-height: 54px;font-weight: bold;font-family: "HelNeu55Rom";}

.contProd .btm .recomProd{width: 25.4%;box-sizing: border-box;border:1px solid #e6e6e6;}
.contProd .btm .recomProd .tit{padding: 0 19px;height: 58px;line-height: 58px;font-size: 18px;color: #222527;font-weight: normal;}
.contProd .btm .recomProd ul li{border-top: 1px solid #e6e6e6;}
.contProd .btm .recomProd ul li a{display: block;height: 81px;padding-left: 154px;position: relative;}
.contProd .btm .recomProd ul li a .num{width: 18px;height: 18px;background: #d1d1d1;position: absolute;left: 20px;top:20px;text-align: center;line-height: 18px;font-size: 12px;color: #666666;}
.contProd .btm .recomProd ul li a .pic{width: 88px;height: 54px;position: absolute;left: 57px;top:20px;overflow: hidden;text-align: center;line-height: 54px;}
.contProd .btm .recomProd ul li a .pic img{max-width: 100%;max-height: 100%;}
.contProd .btm .recomProd ul li a h5{font-size: 16px;line-height: 28px;color: #333333;font-weight: normal;height: 56px;overflow: hidden;padding-top: 15px;}
.contProd .btm .recomProd ul li a:hover h5{color: #115fad;}
.contProd .btm .recomProd ul li.hot a .num{background: #f50000;color: #fff;}
.contProd .btm .recomProd ul li.noPic a{padding-left: 57px;}

.contProd .btm .prodTab{width: 72%;}
.contProd .btm .prodTab .hd{border:1px solid #e6e6e6;background: #f5f5f5;margin-bottom: 30px;height: 58px;padding: 0 9px;}
.contProd .btm .prodTab .hd ul li{height: 59px;padding: 0 24px;font-size: 18px;color: #1a1a1a;line-height: 58px;cursor: pointer;position: relative; font-weight:bold;}
.contProd .btm .prodTab .hd ul li:before{content: "";width: 100%;height: 2px;background: #115fad;position: absolute;left: 0;top:-1px;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.contProd .btm .prodTab .hd ul li.on:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.contProd .btm .prodTab .hd ul li.on{background: #ffffff;color: #115fad;}
.contProd .btm .prodTab .bd .bdItem{font-size: 16px;line-height: 32px;color: #4c4c4c;display: none;}
.contProd .btm .prodTab .bd .bdItem:first-child{display: block;}
.contProd .btm .prodTab .bd .bdItem *{max-width: 100% !important;}
/*.contProd .btm .prodTab .bd .bdItem .desc{margin-bottom: 40px;}*/
.contProd .btm .prodTab .bd .bdItem .innerItem{margin-top: 45px;}
.contProd .btm .prodTab .bd .bdItem .innerItem .tit{font-size: 24px;line-height: 32px;color: #1a1a1a;margin-bottom: 29px;}

.jobList{overflow: hidden; margin-top:50px;}
.jobList .dl{margin-bottom: 20px;border:1px solid #dbdbdb;}
.jobList .dl .dt{height: 58px;background: #f5f5f5;font-size: 16px;color: #1a1a1a;line-height: 58px;cursor: pointer;}
.jobList .dl .dt .item{height: 58px;}
.jobList .dl .dt .item.item1{width:70px;height: 58px; text-align:center; }
.jobList .dl .dt .item.item1 img { margin:15px auto; }
.jobList .dl .dt .item.item2{ font-size:18px;}
.jobList .dl .dt .item.item4{padding-right: 1.5%;color: #115fad;}
.jobList .dl .dd{display: none;}
.jobList .dl:first-child .dd{display: block;}
.jobList .dl .dd .wrap{border-top: 1px solid #dbdbdb;padding: 24px 1.5%;font-size: 16px;line-height: 28px;color: #333333;}
.jobList .dl .dd .wrap *{max-width: 100% !important;}
.jobList .dl .dd .wrap .detail{}
.jobList .dl .dd .wrap .detail.lastChild{margin-bottom: 0;}

.mt_60 { margin-top:60px;}
.pt_60 { padding-top:60px;}
.pb_50 { padding-bottom:50px;}
.pb_60 { padding-bottom:60px;}
.pb_80 { padding-bottom:80px;}
.pb_90 { padding-bottom:90px;}
.pb_100 { padding-bottom:100px;}



#d-container {background:#f0f0f0 }
#d-container .inner {padding: 40px 0 100px 0;}
#d-container .d-container_ml{float: left;width: 75.65%;background: #fff;border-top: 3px solid #115fad;box-shadow: 0 3px 16px rgba(92,0,4,0.2);}
#d-container .d-container_mr{float: right;width: 20.85%;}

.article .arti_metas .arti_publisher{display: none;}

.article .arti_metas {
    border: 0;
    padding: 0 0 10px;
}

.article h1.arti_title {
    line-height: 44px;
    font-size: 30px;
    text-align: left;
    color: #232323;
    font-family: "SourceHanSansCN-Bold";
    margin-bottom: 5px;
}
/**标题栏新闻窗口**/
.post {/* margin-bottom:10px; */}
.post .tt {display:inline-block;width:100%;border-bottom: 0px solid #e6e6e6;} /**标题栏**/
.post .tt .tit {display:inline-block;float:left;font-size: 16px;font-weight:normal;position: relative;} /**标题字体**/
.post .tt .tit .title {display:block;line-height: 58px;color: #424242;font-family: "SourceHanSansSC-Heavy";}
.post .tt .tit .name{ display:none; line-height:16px; color:#333; }/*栏目别名*/
.post .con {/* padding: 6px 0; */margin:0 auto;}
.post .con .wp_article_list .list_item { border-bottom:1px dashed #ccc; } /**新闻列表**/
.post .con .wp_article_list .list_item .Article_Index { background:url(images/li.gif) no-repeat center; }
.post .more_btn {display:inline-block;*display:inline; *zoom:1;height: 24px;margin-top: 20px;line-height: 24px;float:right;}
.post .more_btn .more_text,.post .more_btn a {font-size: 16px;cursor:pointer;line-height: 24px;font-family: "SourceHanSansCN-Bold";} 
.post .more_btn a{color:#fff;} 
.post .more_btn a:hover{color:#fff;} 
.post .more_btn a:hover img{    animation: arr 1s ease-in-out 0s infinite;}
.post .more_btn .more_text img{vertical-align: middle;padding-left: 10px;}
@keyframes arr{
0%{transform:translateX(0px);}
25%{transform:translateX(-3px);} 
50%{transform:translateX(-5px);} 
75%{transform:translateX(-3px);}
100%{transform:translateX(0px);}
}
/*标准标题*/
.post1 {}
.post1 .tt {/* border-bottom: 2px solid #146cc1; */}
.post1 .tt .tit {}
.post1 .tt .tit .title {display:inline-block;margin-right: 0;font-size: 40px;color: #fff;/*cursor:pointer;*/position: relative;z-index: 2;}
.post1 .tt .tit .title.selected {/* color:#333333; */}
.post1 .tt .tit .title2{font-family: 'SourceHanSerifSC-Heavy';font-size: 64px;line-height: 92px;opacity: 0.2;position: absolute;top: 5px;left: 80px;z-index: 1;}
.post1 .more_btn a{color:#333333;}



.post2{background: #fff;margin-bottom: 20px;border-top: 3px solid #115fad;}
.post2 .tt {border-bottom: 1px solid #E5E5E5;padding: 0 27px;display: block;width: auto;}
.post2 .tt .tit {}
.post2 .tt .tit .title{font-size: 19px;line-height: 51px;font-family: "SourceHanSansCN-Bold"; font-weight:bold;}
.post2 .more_btn{height: 20px;line-height: 20px;margin-top: 15px;}
.post2 .more_btn .more_text, .post2 .more_btn a{font-size: 14px;font-family: "SourceHanSansSC-Regular";    color: #3B3B3B;}
.post2 .con{padding: 0 27px;}


#l-container {background: #e8dfd2 url(images/list-bg.png) no-repeat top center;}
#l-container .inner {padding:138px 0px 125px;}
.post-chart ul{padding: 24px 0 6px;}
.post-chart ul li.news{margin-bottom: 20px;}
.post-chart ul li.news .news_num{width: 21px;height: 21px;line-height: 21px;float: left;background: #9A9A9A;color: #fff;    text-align: center;}
.post-chart ul li.news.n1 .news_num{background: #CC1A1A;}
.post-chart ul li.news.n2 .news_num{background: #EA8730;}
.post-chart ul li.news .news_wz{padding-left: 31px;}
.post-chart ul li.news .news_title{overflow: hidden;text-overflow: ellipsis;display:inline-block;display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;font-size: 15px;line-height: 22px;height: 44px;text-align:justify;}
.post-chart ul li.news .news_title a:hover { color:#c4222f;}
.post-recommend ul {padding: 10px 0 28px;}
.post-recommend ul li.news{border-bottom: 1px solid #E5E5E5;padding: 14px 0 10px;}
.post-recommend ul li.news .news_title{font-size: 15px;line-height: 22px;}
.post-recommend ul li.news .news_title a:hover { color:#c4222f;}
/*详情页面END*/

table {  border-collapse:collapse; }
td  {padding:0;  border:1px solid #000; }

.contbox strong { font-weight:bold; }



.neirong-bj {
	background: #fff;}
.neirong-left {
	width: 69.5%;
	float: left;}
.neirong-right {
	width: 30.5%;
	float: left;
	margin-top: 50px;
	padding-bottom: 100px;}
.neirong-right h3 {
	margin: 0 30px;
	background: #b81920;
	height: 50px;
	line-height: 50px;
	padding-left: 25px;
	font-size: 18px;
	color: #fff;}
.neirong-right ul {
	margin: 0 30px;}
.neirong-right ul li {
	padding: 16px 0;
	border-bottom: 1px solid #eaeaea;}
.neirong-right ul li a p {
	font-size: 16px;
	color: #333;
	line-height: 24px; /*height: 48px;*/
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	overflow: hidden;}
.neirong-right ul li a .xinxi {
	margin-top: 8px;}
.neirong-right ul li a .xinxi .time {
	font-size: 14px;
	color: #999;
	background: url(../images/time.png) no-repeat left 3px;
	padding-left: 20px;}
.neirong-right ul li a .xinxi .liulan {
	font-size: 14px;
	color: #999;
	margin-left: 20px;
	padding-left: 20px;
	background: url(../images/viewsicon.png) no-repeat left 3px;}
.article {

	padding: 46px 3.8%;
	position: relative;}
.article h1.intro {
	text-align: center;
	font-size: 16px;
	color: #393939;
	line-height: 1.5;
	margin: 0;}
.article h2.title {
	text-align: left;
	font-size: 28px;
	color: #333;
	line-height: 36px;
	margin: 8px 0;
	text-align: center;
	height: auto;
	border-bottom: none;
	font-weight: normal;
	padding-bottom: 0;}
.article h2.title:after {
	display: none;}
.article h3.subtitle {
	font-size: 22px;
	color: #393939;
	line-height: 1.5;
	text-align: center;
	margin: 0;}
.article h4.information {
	text-align: center;
	font-size: 16px;
	font-weight: normal;
	color: #666;
	padding:0 0 15px 0;
	border-bottom: 1px solid #e9dcbf;}
.article .contbox {
	color: #333;
	font-size: 16px;
	line-height: 36px;
	min-height: 250px;
	padding-bottom: 15px;
	margin-top: 20px;}
.article .contbox p {
	margin: 5px 0;
	color: #333;
	font-size: 16px;
	line-height: 36px;
	}
.article .contbox p img {
	border: none !important;margin:0 auto;
	max-width: 100%;}
.article .m-tips {
	padding: 27px 40px 25px;
	background: #f1f4f8;
	font-size: 14px;
	color: #005cbc;
	line-height: 20px;}
.article .m-tips p {
	padding-bottom: 14px;}
.neirong-right-box {
	border-left: 1px solid #efefef;}
.neirong-right-box.rifixed {
	position: fixed;
	width: 365px;
	left: auto;
	top: 0px;}



.flex {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}


.newsWrap{margin-top: 60px;overflow: hidden;}
.newsWrap .top{padding: 80px 0 80px;background: #f0f0f0;}
.newsWrap .top .w1260{overflow: hidden;}
.newsWrap .top .w1260 ul{width:100%;   margin: 0 auto;}
.newsWrap .top .w1260 ul li{width: 32%;margin-right: 2%; margin-bottom:2%;}
.newsWrap .top .w1260 ul li:nth-child(3n) {margin-right: 0%;}
.newsWrap .top .w1260 ul li a{display: block;}
.newsWrap .top .w1260 ul li .pic{height: 0;position: relative;overflow: hidden;padding-bottom:62%;}
.newsWrap .top .w1260 ul li .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsWrap .top .w1260 ul li .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.newsWrap .top .w1260 ul li .text{padding: 7px 20px 14px;background: #ffffff;}
.newsWrap .top .w1260 ul li .text h5{font-size: 22px;line-height: 46px;color: #1a1a1a; font-weight:normal;}
.newsWrap .top .w1260 ul li .text p{font-size: 16px;line-height:30px;color: #666666;height: 60px;overflow: hidden;}
.newsWrap .top .w1260 ul li a:hover .pic b{opacity: 1;}
.newsWrap .top .w1260 ul li a:hover .text h5{color: #e60012;}

.newsWrap .btm{padding-top: 60px;}
.newsWrap .btm ul{padding-bottom: 30px;}
.newsWrap .btm ul li{padding-bottom: 30px;border-bottom: 1px solid #dbdbdb;margin-bottom: 30px;}
.newsWrap .btm ul li a{display: block;min-height: 280px;padding-left:34.5%;position: relative;}
.newsWrap .btm ul li a .pic{width: 32%;height: 300px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsWrap .btm ul li a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsWrap .btm ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.newsWrap .btm ul li a .text{width: 100%;}
.newsWrap .btm ul li a .text h5{font-size: 22px;line-height: 40px;color: #1a1a1a; margin-bottom:10px;}
.newsWrap .btm ul li a .text p{font-size: 16px;line-height: 30px;color: #666666;height: 180px;overflow: hidden;margin-bottom: 25px;}
.newsWrap .btm ul li a .text .info{font-size: 14px;line-height: 38px;color: #808080;}
.newsWrap .btm ul li a .text .info .date{padding-left: 26px;background: url(../images/dateIcon.png) no-repeat left center;margin-right: 15px;}
.newsWrap .btm ul li a .text .info .views{padding-left: 42px;background: url(../images/viewsIcon2.png) no-repeat 15px center;position: relative;}
.newsWrap .btm ul li a .text .info .views:before{content: "";width: 1px;height: 12px;background: #dbdbdb;position: absolute;left: 0;top:50%;margin-top: -6px;}
.newsWrap .btm ul li.noPic a{padding-left: 0;padding-right: 328px;}
.newsWrap .btm ul li a:hover .pic b{opacity: 1;}
.newsWrap .btm ul li a:hover .text h5{color: #e60012; padding-left:10px;}

.aboutBanner{position: relative;padding-bottom: 202px;}
/*.aboutBanner:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(../images/gray10.png) repeat;}*/
.aboutBanner .w1260{position: relative;z-index: 2;}
.aboutBanner.nyBanner h3{margin-bottom: 8px;}
.aboutBanner.nyBanner .desc{font-size: 16px;line-height: 32px;color: #ffffff;padding-right: 12px;margin-bottom: 22px;height: 288px;overflow: hidden;
-webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.34);}
.aboutBanner.nyBanner ul{padding-top: 23px;}
.aboutBanner.nyBanner i{background: url(../images/arrow5.png) no-repeat center;}
.aboutBanner.nyBanner .cont{padding-top: 60px;}


.aboutWrap{margin: 0 auto;font-size: 16px;line-height: 32px;color: #4c4c4c;}
.aboutWrap img{max-width: 100%;}
.aboutWrap .item1{margin: 52px auto 72px;}
.aboutWrap .item1 .ul{margin-top: 52px;text-align: center;font-size: 0;}
.aboutWrap .item1 .ul li{display: inline-block;*display: inline*zoom: 1;margin: 0 110px;}
.aboutWrap .item1 .ul li .icon{width: 112px;height: 112px;border: 1px solid #115fad;border-radius: 50%;text-align: center;line-height: 112px;margin: 0 auto;}
.aboutWrap .item1 .ul li i{display: block;width: 190px;height: 1px;background: #e6e6e6;margin: 12px auto;}
.aboutWrap .item1 .ul li .text{font-size: 18px;}
.aboutWrap .item1 .ul li .text span{display: block;font-size: 16px;color: #115fad;}

.aboutWrap .item2{background: #115fad;overflow: hidden;}
.aboutWrap .item2 .text,.aboutWrap .item2 .pic{width: 50%;height: 500px;}
.aboutWrap .item2 .pic{overflow: hidden;position: relative;}
.aboutWrap .item2 .pic em,
.aboutWrap .item2 .pic b{position: absolute;width: 100%;height: 100%;}
.aboutWrap .item2 .pic em{background-repeat: no-repeat;background-position: left center;background-size: cover;}
.aboutWrap .item2 .pic b{z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.aboutWrap .item2:hover .pic em{-webkit-transform: scale(1.1);transform: scale(1.1);}
.aboutWrap .item2:hover .pic b{opacity: 1;}
.aboutWrap .item2 .text{box-sizing: border-box;padding-top: 120px;}
.aboutWrap .item2 .text .wrap{width: 630px;box-sizing: border-box;padding: 0 60px 0 0;color: #ffffff;height: 256px;overflow: auto;}

.aboutWrap .item2 .text .wrap::-webkit-scrollbar{width:3px;height:3px}
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-button:vertical{display:none}
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-corner,
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-track{background-color:#ccc}
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff; }
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-thumb:vertical:hover{ }
.aboutWrap .item2 .text .wrap::-webkit-scrollbar-thumb:vertical:active{ }

.aboutWrap .item3{margin: 82px auto;position: relative;overflow: hidden;}
.aboutWrap .item3:before{content: "";width: 1px;height: 100%;background: #e0e0e0;position: absolute;top:0;left: 50%;}
.aboutWrap .item3 .left{width: 45%;padding-bottom: 10px;}
.aboutWrap .item3 .left .ul{margin: 17px auto 0;padding: 13px 0 8px;border-top:1px solid #e0e0e0;border-bottom: 1px solid #e0e0e0;}
.aboutWrap .item3 .left .ul li{width: 50%;}
.aboutWrap .item3 .left .ul li h5{color: #242424;}
.aboutWrap .item3 .left .ul li p{line-height: 48px;}
.aboutWrap .item3 .left .ul li p span{margin-right: 8px;font-size: 36px;color: #115fad;font-family: "HelNeu55Rom";}
.aboutWrap .item3 .right{width: 45%;}

.noticeList{overflow: hidden;}
.noticeList ul{margin-bottom: 30px;}
.noticeList ul li{height: 54px;}   
.noticeList ul li a{display: block;padding-left: 17px;position: relative;height: 54px;line-height: 54px;}    
.noticeList ul li a:before{content: "";width: 5px;height: 5px;background: #323232;position: absolute;left: 0;top:50%;margin-top: -2px;border-radius: 50%;}
.noticeList ul li a h5{width: 80%;font-size: 16px;color: #323232;font-weight: normal;}                                                                  
.noticeList ul li a span{font-size: 16px;color: #999999;} 
.noticeList ul li a:hover:before{width: 15px;height: 2px;margin-top: -1px;border-radius: 0;background: #115fad;} 
.noticeList ul li a:hover h5{padding-left: 12px;color: #115fad;}

.pageSytle{font-size: 16px;line-height: 32px;color: #4d4d4d;}
.pageSytle *{max-width: 100% !important;}

.contactWrap{overflow: hidden;}
.contactWrap .tit{font-size: 24px;line-height: 48px;color: #1a1a1a;font-weight: normal;margin-bottom: 6px;}
.contactWrap .text{font-size: 16px;line-height: 32px;color: #4d4d4d;}
.contactWrap .map{border:1px solid #dddcdc;margin-top: 30px;padding: 9px;height: 408px;}


@media screen and (max-width: 1480px){
.developScroll{box-sizing: border-box;padding: 0 70px;}
}

@media screen and (max-width: 1400px){
.isect1Scroll{padding: 0 50px;}
.isect1Scroll .swiper-button-prev, .isect1Scroll .swiper-button-next{width: 30px;height: 45px;}
}


@media screen and (max-width: 1360px){

.isect1Scroll{padding: 0 50px;width: auto;margin: 0 2% 70px;}

.honorWrap{height: auto;}
.pcHonor{display: none;}
.wapHonor{display: block;}

}

@media screen and (max-width: 1280px){
.w1260{width: auto;padding: 0 5%;}

.isect2{padding: 50px 5%;}

.isect4 ul li a .ititle{padding: 0 3%;bottom: 2%;}

.footer dl{padding: 0 40px;}
.fBtm .w1260{margin: 0 5%;padding: 0 120px 0 0;}
.fBtm .w1260 .weChat{right: 30px;}

.nyBanner{background-size: cover;}

.developScroll{padding: 0 70px;}
.developScroll .swiper-button-prev{left: 10px;}
.developScroll .swiper-button-next{right: 10px;}

.cultureList li dl dd{padding-top: 10px;width: 52%;font-size: 14px;line-height: 24px;}
.cultureList li dl dd .icon{margin-bottom: 15px;}
.cultureList li dl dd .icon img{height: 50px;}
.cultureList li dl dd .tit{margin-bottom: 15px;font-size: 20px;}

.nyWrap .prodList ul{width: 100%;}
.nyWrap .prodList ul li{width: 32%;margin: 0 2% 25px 0;}
.nyWrap .prodList ul li:nth-child(3n){margin-right: 0;}

.newsWrap .top .w1260 ul{width: 100%;}
.newsWrap .top .w1260 ul li{width: 32%;margin-right: 2%;}
.newsWrap .top .w1260 ul li:nth-child(3n){margin-right: 0;}
.newsWrap .top .w1260 ul li a .pic{padding-bottom: 62.5%;}

.aboutWrap .item1 .ul li{margin: 0 50px;}

.aboutWrap .item2 .text{padding-top:60px;}
.aboutWrap .item2 .text .wrap{width: 100%;padding: 0 10%;height: 406px;}
}

@media screen and (max-width: 1024px){

.isect1Scroll{margin-bottom: 30px;}
.prodList a .pic{height: 180px;line-height: 180px;}

.isect2Scroll{padding-bottom: 30px;}
.isect2Scroll.swiper-container-horizontal > .swiper-pagination-bullets{display: block;}

.isect3{padding: 50px 0;}
.isect3 ul{height: auto;}
.isect3 ul li.li1,.isect3 ul li.li2{width: 49%;margin: 0 0 13px 0;}
.isect3 ul li:nth-child(2n){float: right;}
.isect3 ul li.li1 a .pic{height: 0;padding-bottom: 62.5%;}

.developScroll .container .swiper-slide .text{height: auto;margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.developScroll .container .swiper-slide .text p{font-size: 24px;line-height: 30px;}
.developScroll .container .swiper-slide .text h5{font-size: 18px;line-height: 44px;}

.honorList ul{padding-bottom: 0;}
.honorList ul li h5{font-size: 14px;}

.contProd .btm .recomProd{display: none;}
.contProd .btm .prodTab{width: 100%;}

.jobList .dl .dt{height: 50px;line-height: 50px;font-size: 15px;}
.jobList .dl .dt .item{height: 50px;}
.jobList .dl .dt .item2{display: none;}
.jobList .dl .dt .item.item1{width: 57%;}

.nyBanner .left{max-width: 465px;}

.aboutWrap .item1 .ul li{width: 33.3%;margin: 0;}
.aboutWrap .item1 .ul li .icon{width: 90px;height: 90px;line-height: 90px;}
.aboutWrap .item1 .ul li .icon img{height: 36px;}
.aboutWrap .item1 .ul li i{width: 80%;}

.aboutWrap .item2 .text,.aboutWrap .item2 .pic{width: 100%;height: auto;}
.aboutWrap .item2 .pic{height: 0;padding-bottom: 52.08%;}
.aboutWrap .item2 .text{padding: 30px 5%;box-sizing: border-box;}
.aboutWrap .item2 .text .wrap{height: auto;padding: 0;}

.aboutWrap .item3{margin: 30px auto;}
.aboutWrap .item3:before{display: none;}
.aboutWrap .item3 .left,.aboutWrap .item3 .right{width: 100%;}

.newsWrap .btm ul li.noPic a{padding-right: 0;}
}
@media screen and (max-width: 768px){


.isect1Scroll{padding: 0;margin: 0 5% 30px;}
.isect1Scroll .container{padding-bottom: 40px;}
.isect1Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets{display: block;bottom: 0;}
.isect1Scroll .swiper-button-prev, .isect1Scroll .swiper-button-next{display: none;}
.prodList a{padding-bottom: 30px;}

.ititle,.isect3 .ititle{margin-bottom: 16px;}
.ititle h3{font-size: 24px;line-height: 30px;margin-bottom: 5px;}
.ititle p{font-size: 12px;line-height: 20px;}

.isect2Scroll .swiper-slide a .text .icon{height: 30px;line-height: 30px;}
.isect2Scroll .swiper-slide a .text .icon img{height: 28px;}
.isect2Scroll .swiper-slide a .text i{margin: 15px auto;}
.isect2Scroll .swiper-slide a .text h5{font-size: 16px;line-height: 24px;}
.isect2Scroll .swiper-slide a .text{height: auto;top:50%;margin-top: 0;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}

.isect1Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.isect2Scroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 8px;height: 8px;}

.isect4 ul li{width: 100%;margin: 10px 0 0;}
.isect4 ul li:first-child{margin-top: 0;}


.nyBanner ul,.nyBanner .path,.nyBanner i{display: none;}
.nyBanner{min-height: auto;padding: 10% 0;}
.nyBanner .cont>.fl{width: 100%;text-align: center;}
.nyBanner h3{margin-bottom: 0;}
.nyBanner .left{max-width: 100%;}
.aboutBanner.nyBanner .desc{height: auto;display: none;}
.aboutBanner.nyBanner .cont{padding-top: 0;}

.nyWrap{margin: 30px auto;}

.developScroll{padding: 0 5% 30px;}
.developScroll .swiper-button-prev,
.developScroll .swiper-button-next{display: none;}
.developScroll .swiper-pagination{display: block;}

.developList{margin-top: 30px;}
.developList:before{display: none;}
.developList .date{margin: 0 0 20px;}
.developList .ul .li{width: 100%;margin-bottom: 15px;}
.developList .ul .li .arr{display: none;}

.honorList ul li{width: 48%;margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}

.cultureList li{padding: 20px 0;}
.cultureList li dl dt,.cultureList li dl dd{width: 100%;}
.cultureList li dl dt{padding-bottom: 62.07%;margin-bottom: 6px;}
.cultureList li dl dd .icon{margin-bottom: 7px;}

.nyWrap .prodList ul li{width: 49%;margin-right: 0;margin-bottom: 10px;}
.nyWrap .prodList ul li:nth-child(2n){float: right;}

.contProd .top .pic,.contProd .top .text{width: 100%;}
.contProd .top .pic{margin-bottom: 10px;}
.contProd .mid .left,.contProd .mid .right{width: 100%;}
.contProd .mid .left{display: none;}
.contProd .top .text .tit h5{font-size: 18px;line-height: 30px;}
.contProd .top .text .txt dl{padding-left: 0;margin-bottom: 5px;}
.contProd .top .text .txt dl dt{width: 100%;position: relative;}

.jobList .dl .dt .item.item3{display: none;}
.jobList .dl .dt .item.item1{width: 70%;box-sizing: border-box;}
.jobList .dl .dt .item.item4{width: 30%;box-sizing: border-box;text-align: center;padding: 0;font-size: 12px;}

.nyWrap.newsWrap{margin-top: 0;overflow: hidden;}
.newsWrap .top .w1260 ul li{width: 49%;margin: 0 0 20px 0;}
.newsWrap .top .w1260 ul li:nth-child(2n){float: right;}

.newsWrap .btm{padding-top: 30px;}
.newsWrap .btm ul{padding-bottom: 15px;}
.newsWrap .btm ul li{padding-bottom: 15px;margin-bottom: 15px;}
.newsWrap .btm ul li a{padding-left: 0;min-height: auto;}
.newsWrap .btm ul li a .pic{width: 100%;position: relative;}
.newsWrap .btm ul li a .text p{margin-bottom: 10px;height: auto;max-height: 48px;}

.aboutWrap .item1{margin: 30px auto;}
.aboutWrap .item1 .ul{margin-top: 20px;}
.aboutWrap .item1 .ul li .icon{width: 80px;height: 80px;line-height: 80px;}
.aboutWrap .item1 .ul li .icon img{height: 30px;}
.aboutWrap .item1 .ul li .text{font-size: 14px;}
.aboutWrap .item1 .ul li .text span{font-size: 12px;line-height: 24px;}

.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;font-size: 15px;line-height: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.noticeList ul{margin-bottom: 15px;}
.noticeList ul li{height: 44px;}
.noticeList ul li a{padding: 0 80px 0 17px;position: relative;height: 44px;line-height: 44px;}
.noticeList ul li a span{position: absolute;right: 0;top:0;font-size: 12px;}
.noticeList ul li a h5{width: 100%;font-size: 14px;}

.prodFilter .dl{padding-left: 0;}
.prodFilter .dl .dt{width: 100%;position: relative;}


}


@media screen and (max-width: 468px){

.readMore{height: 40px;line-height: 40px;width: 140px;font-size: 14px;}
.isect1{padding-bottom: 30px;}
.isect1Scroll{margin-bottom: 20px;margin: 0 10% 20px;}
.isect1Scroll .container{padding-bottom: 20px;}

.isect2{padding: 30px 5%;}

.isect3{padding: 20px 0;}
.isect3 ul li.li1,.isect3 ul li.li2{width: 100%;}
.isect3 ul li:hover{-webkit-box-shadow:0 15px 15px rgba(0,0,0,0.1);box-shadow:0 15px 15px rgba(0,0,0,0.1);
 -webkit-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0);}

.isect4 ul li a .ititle{text-align: center;bottom: auto;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.isect4 ul li a b{opacity: 1;}

.isect3 ul li.li2 a h5{font-size: 15px;}
.isect3 ul li.li2{display: none;}

.nyBanner h3{font-size: 24px;}

.developList .ul .li{padding: 10px;}
.developList .ul .li .wrap{padding-left: 0;min-height: auto;}
.developList .ul .li .wrap .pic{position: relative;width: 100%;height: 0;padding-bottom: 66.67%;margin-bottom: 10px;}

.nyWrap .prodList ul li{width: 100%;}

.contProd .btm .prodTab .hd{padding: 0;height: 44px;margin-bottom: 15px;}
.contProd .btm .prodTab .hd ul li{width: 50%;padding: 0;text-align: center;height: 45px;line-height: 44px;}
.contProd .mid .right dl dt{height: 44px;line-height: 44px;}
.contProd .mid .right dl dd{height: 42px;line-height: 42px;font-size: 16px;padding: 0 12px;}
.contProd .mid{margin-bottom: 30px;}
.contProd .top .pic{height: 228px;line-height: 228px;}
.contProd .top .text .tit{padding-bottom: 10px;margin-bottom: 12px;}
.contProd .btm .prodTab .bd .bdItem .innerItem{margin-top: 20px;}
.contProd .btm .prodTab .bd .bdItem .innerItem .tit{margin-bottom: 12px;font-size: 18px;}


.jobList .dl .dd .wrap{padding: 15px 3%;}
.jobList .dl .dd .wrap .detail{margin-bottom: 15px;}
.jobList .dl .dd .wrap{font-size: 14px;}


.newsWrap .top{padding: 30px 0;}
.newsWrap .top .w1260 ul li{width: 100%;}
.newsWrap .top .w1260 ul li:last-child{margin-bottom: 0;}
.newsWrap .top .w1260 ul li .text h5{font-size: 16px;}

.newsWrap .btm ul li a .text h5{font-size: 16px;line-height: 32px;}

.aboutWrap{font-size: 14px;line-height: 28px;}
.aboutWrap .item1 .ul li{width: 100%;margin-bottom: 20px;}
.aboutWrap .item1 .ul li i{max-width: 190px;margin: 6px auto;}

.aboutWrap .item3 .left .ul li{width: 100%;text-align: center;}
.aboutWrap .item3 .left .ul li:first-child{border-bottom: 1px solid #e0e0e0;margin-bottom: 10px;}

.passage .psgCont{padding-bottom: 20px;margin-bottom: 20px;font-size: 14px;line-height: 28px;}

.pageSytle{font-size: 14px;line-height: 28px;}

.page a.num{display: none;}
.page a.num.on{display: inline-block;}

.contactWrap{text-align: center;}
.contactWrap .tit{font-size: 18px;margin-bottom: 0;line-height: 36px;}
.contactWrap .text{font-size: 14px;line-height: 28px;}
.contactWrap .map{margin-top: 15px;height: 220px;}

.cultureList{padding-bottom: 0;}

.prodFilter{padding: 10px;}
.prodFilter .dl .dt{font-size: 24px;line-height: 34px;margin-bottom: 10px;}
.prodFilter .dl .dd .select,.prodFilter .dl .dd .subm{width: 100%;}
.prodFilter .dl .dd .select{margin-bottom: 10px;}
.prodFilter .dl .dd .select dt{height: 40px;line-height: 40px;}
.prodFilter .dl .dd .select dd{top:40px;}
.prodFilter .dl .dd .subm{height: 40px;line-height: 40px;}
.contProd .mid .right dl dt{padding: 0 12px;font-size: 16px;}

.noticeList ul li{height: 40px;}
.noticeList ul li a{height: 40px;line-height: 40px;}

.passage .psgTit h5{font-size: 16px;margin-bottom: 0;}
.passage .psgTit,
.passage .psgCont{padding-bottom: 15px;margin-bottom: 15px;}
.passage .psgBtm ul li{font-size: 14px;line-height: 28px;}

.newsWrap .top .w1260 ul li .text{padding: 7px 12px 10px;}

.contProd .top .text .txt,
.contProd .btm .prodTab .bd .bdItem{font-size: 14px;line-height: 28px;}
}
