@font-face {
    font-family: 'HelNarrow';
    src: url('/theme/default/font/HelNarrow.eot');
    src:
    url('/theme/default/font/HelNarrow/.eot') format('embedded-opentype'),
    url('/theme/default/font/HelNarrow.woff') format('woff'),
    url('/theme/default/font/HelNarrow.ttf') format('truetype'),
    url('/theme/default/font/HelNarrow.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'Helvetica';
    src: url('/theme/default/font/Helvetica.eot');
    src:
    url('/theme/default/font/Helvetica/.eot') format('embedded-opentype'),
    url('/theme/default/font/Helvetica.woff') format('woff'),
    url('/theme/default/font/Helvetica.ttf') format('truetype'),
    url('/theme/default/font/Helvetica.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@charset "utf-8";
/* 初始化CSS */
*{margin:0; padding:0;}
h1, h2, h3, h4, h5, h6{font-size:100%; font-weight:bold;}
fieldset, img{border:none; vertical-align:middle;}
address, caption, cite, code, dfn, th, var{font-style:normal; font-weight:normal;}
ul, ol{list-style:none;}
li{list-style-type:none;}
input{padding-top:0; padding-bottom:0; font-family: "Microsoft Yahei","SimSun",Arial,sans-serif;}
select, input{vertical-align:middle;}
select, input, textarea{ margin:0; font-size:12px;}
input[type="text"], input[type="password"], textarea{outline-style:none;}
textarea{font-family: "Microsoft Yahei","SimSun",Arial,sans-serif; resize:none;}
body{font:12px "Microsoft Yahei","SimSun",Arial,sans-serif; color:#333; background:#fff;}
a{text-decoration:none; color:inherit;}
i, em{ 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}

/*小号文字  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;}

/*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;}

.scaleimg:hover .pic 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);}

/*网页限定宽度*/
.w1170{width: 1170px;margin: 0 auto;}

input[type="submit"],input[type="reset"],select,button{-webkit-appearance:none;appearance:none; }

*: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;}

*:focus{-webkit-tap-highlight-color:rgba(0,0,0,0); }

.cd-popup { position: fixed; left: 0; top: 0;right: 0;bottom: 0; height: 100%; width: 100%;background: url(/theme/default/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 Yahei";}
.hidden_search .btn { display: block; background: url(/theme/default/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;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;padding: 10px 0 10px 10px;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #0c2387;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.navForm{background: #fff;border-radius: 3px;}
.navForm .text{width: 80%;height: 32px;border:none;background: none;font-size: 14px;color: #555;line-height: 32px;text-indent: 8px;}
.navForm .subm{width: 20%;height: 32px;border:none;background: url(/theme/default/images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header{width: 100%;position: absolute;left: 0;top:0;z-index: 9;}
.header .logo{font-size: 0;line-height: 97px;position: relative;padding-right: 30px;}
.header .logo img{width: 220px;}
.header .logo .stock{position: absolute;left: 52px;bottom: 0;font-size: 16px;color: #0357a1;line-height: 1;font-weight: bold;}
.header .top{padding-top: 12px;position: relative;z-index: 99;}
.header .searchBtn{width: 24px;height: 24px;cursor: pointer;background: url(/theme/default/images/searchBtn.png) no-repeat left top;}
.header .searchBtn:hover{background-position: left bottom;}
.header .language{margin-right: 37px;position: relative;cursor: pointer;z-index: 9;}
.header .language:before{content: "";width: 1px;height: 12px;background: #cacaca;position: absolute;right: -21px;top:50%;margin-top: -6px;}
.header .language dt{height: 24px;line-height: 24px;font-size: 12px;color: #333333;font-family: "Arial";padding-left: 23px;position: relative;}
.header .language dt:before{content: "";width: 13px;height: 13px;position: absolute;left: 0;top:50%;margin-top: -6px;background: url(/theme/default/images/language.png) no-repeat left top;}
.header .language dt img{margin-left: 10px;}
.header .language dd{position: absolute;left: 0;top:20px;width: 100%;text-align: center;display: none;}
.header .language dd i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-bottom: 8px solid #fff;}
.header .language dd ul{background: #fff;padding: 10px 0;}
.header .language dd ul li a{display: block;font-size: 14px;line-height: 30px;color: #333;}
.header .language:hover dt{color: #0357a1;}
.header .language:hover dt:before{background-position: left bottom;}
.header .language dd ul li a:hover{color: #0357a1;}
.header .nav{margin-right: -32px;}
.header .nav li.nLi{position: relative;}
.header .nav li.nLi h3 a{display: block;height: 42px;line-height: 42px;font-size: 16px;color: #333333;font-weight: bold;padding: 0 32px;padding: 0 20px;}
.header .nav li.nLi.on h3 a,.header .nav li.nLi:hover h3 a{color: #0357a1;}
.header .nav li.nLi .navSub{position: absolute;left: 0;top:60px;width: 100%;background: #fff;text-align: center;display: none;}
.header .nav li.nLi .navSub ul li a{display: block;font-size: 14px;color: #444;line-height: 24px;padding: 8px 3px;}
.header .nav li.nLi .navSub ul li a:hover{color: #0357a1;}

.header .wap{display: none;}

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width: 70px;height: 70px;position: absolute;top:50%;margin-top: -35px;background: url(/theme/default/images/arrow1.png) no-repeat left center;opacity: 0;}
.banner .swiper-button-next{background-position: right center;}
.banner:hover .swiper-button-prev{opacity: 1;left: 10%;}
.banner:hover .swiper-button-next{opacity: 1;right: 10%;}
.banner .swiper-pagination{bottom: 30px;height: 12px;line-height: 12px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 12px;height: 12px;background: #ffffff;margin: 0 5px;opacity: 1;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #005baa;}
.banner .swiper-slide a{display: block;width: 100%;height: 690px;background-repeat: no-repeat;background-position: center;background-size: cover;position: relative;}
.banner .swiper-slide a .wap{display: none;position: absolute;left: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}

.banner .swiper-slide.slide1 .w1170{padding-top: 243px;}
.banner .swiper-slide.slide1 a .wap{width: 38%;}
.banner .swiper-slide.slide2 .w1170{padding-top: 205px;}
.banner .swiper-slide.slide2 a .wap{width: 43%;}
.banner .swiper-slide.slide3 .w1170{padding-top: 226px;}
.banner .swiper-slide.slide3 a .wap{width: 33%;}
.banner .swiper-slide.slide4 .w1170{padding-top: 205px;}
.banner .swiper-slide.slide4 a .wap{width: 40%;}
.banner .swiper-slide.slide5 .w1170{padding-top: 226px;}
.banner .swiper-slide.slide5 a .wap{width: 40%;}
.banner .swiper-slide.slide6 .w1170{padding-top: 205px;}
.banner .swiper-slide.slide6 a .wap{width: 48%;}
.banner .swiper-slide.slide7 .w1170{padding-top: 226px;}
.banner .swiper-slide.slide7 a .wap{width: 43%;}
.banner .swiper-slide.slide8 .w1170{padding-top: 205px;}
.banner .swiper-slide.slide8 a .wap{width: 36%;}

.isect1{width: 100%;background: #0357a1 url(/theme/default/images/isect1Bg.jpg) no-repeat center;display: none;}
.isect1 dl{box-sizing: border-box;padding-left: 178px;position: relative;}
.isect1 dl dt{position: absolute;left: 0;top:0;padding-top: 76px;}
.isect1 dl dt h3{font-size: 30px;color: #ffffff;line-height: 42px;}
.isect1 dl dt h4{font-size: 18px;color: #ffffff;line-height: 30px;font-weight: normal;text-transform: uppercase;letter-spacing: 8px;font-family: "HelNarrow";}
.isect1 dl dd{width: 100%;}
.isect1 dl dd .container{width: 100%;position: relative;overflow: hidden;}
.isect1 dl dd .container .swiper-slide a{display: block;height: 230px;box-sizing: border-box;padding-top: 66px;position: relative;text-align: center;}
.isect1 dl dd .container .swiper-slide a i{display: block;width: 60px;height: 60px;position: relative;margin: 0 auto 6px;z-index: 2;}
.isect1 dl dd .container .swiper-slide a i:before,
.isect1 dl dd .container .swiper-slide a i:after{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(/theme/default/images/iIcon1.png) no-repeat left top;}
.isect1 dl dd .container .swiper-slide a i:after{-webkit-transform: scale(0);transform: scale(0);opacity: 0;background-image:url(/theme/default/images/iIcon1On.png);}
.isect1 dl dd .container .swiper-slide.slide2 a i:before{background-image: url(/theme/default/images/iIcon2.png);}
.isect1 dl dd .container .swiper-slide.slide3 a i:before{background-image: url(/theme/default/images/iIcon3.png);}
.isect1 dl dd .container .swiper-slide.slide4 a i:before{background-image: url(/theme/default/images/iIcon4.png);}
.isect1 dl dd .container .swiper-slide.slide5 a i:before{background-image: url(/theme/default/images/iIcon5.png);}
.isect1 dl dd .container .swiper-slide.slide6 a i:before{background-image: url(/theme/default/images/iIcon6.png);}
.isect1 dl dd .container .swiper-slide.slide2 a i:after{background-image: url(/theme/default/images/iIcon2On.png);}
.isect1 dl dd .container .swiper-slide.slide3 a i:after{background-image: url(/theme/default/images/iIcon3On.png);}
.isect1 dl dd .container .swiper-slide.slide4 a i:after{background-image: url(/theme/default/images/iIcon4On.png);}
.isect1 dl dd .container .swiper-slide.slide5 a i:after{background-image: url(/theme/default/images/iIcon5On.png);}
.isect1 dl dd .container .swiper-slide.slide6 a i:after{background-image: url(/theme/default/images/iIcon6On.png);}
.isect1 dl dd .container .swiper-slide a:hover i:before{-webkit-transform: scale(0);transform: scale(0);opacity: 0;}
.isect1 dl dd .container .swiper-slide a:hover i:after{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}

.isect1 dl dd .container .swiper-slide a h4{position: relative;z-index: 2;font-size: 18px;line-height: 27px;color: #ffffff;}
.isect1 dl dd .container .swiper-slide a h5{position: relative;z-index: 2;font-size: 12px;color: #ffffff;font-weight: normal;line-height: 17px;text-transform: uppercase;font-family: "Helvetica";}
.isect1 dl dd .container .swiper-slide a b{width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #bdf201;opacity: 0;
transform: scaleY(0);-webkit-transform: scaleY(0);opacity: 0;visibility: hidden;
-webkit-transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0s;}
.isect1 dl dd .container .swiper-slide a:hover b{transform: scaleY(1);-webkit-transform: scaleY(1);opacity: 1;visibility: visible;}
.isect1 dl dd .container .swiper-slide a:hover h4,
.isect1 dl dd .container .swiper-slide a:hover h5{color: #333333;}
.isect1 dl dd .container.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}

.isect2{margin: 49px auto 59px;overflow: hidden;}
.isect2 .isect2_1{width: 65.81%;}
.isect2 .isect2_1 .tabs{margin-bottom: 31px;height: 60px;line-height: 60px;}
.isect2 .isect2_1 .tabs ul li{margin-left: 49px;position: relative;}
.isect2 .isect2_1 .tabs ul li:before{content: "/";height: 60px;line-height: 60px;width: 49px;position: absolute;left: -49px;top:0;text-align: center;font-size: 18px;color: #d5d5d5;}
.isect2 .isect2_1 .tabs ul li:first-child{margin-left: 0;}
.isect2 .isect2_1 .tabs ul li:first-child:before{display: none;}
.isect2 .isect2_1 .tabs ul li a{display: block;font-size: 18px;color: #333333;position: relative;}
.isect2 .isect2_1 .tabs ul li a:before{content: "";width: 0;height: 3px;background: #95c000;position: absolute;left: 0;bottom: 0;}
.isect2 .isect2_1 .tabs ul li.active a{color: #0357a1;font-weight: bold;}
.isect2 .isect2_1 .tabs ul li.active a:before{width: 30px;}
.isect2 .isect2_1 .tabs .imore{font-size: 14px;color: #111111;display: none;}
.isect2 .isect2_1 .tabs .imore.imore1{display: block;}
.isect2 .isect2_1 .tabs .imore:hover{color: #0357a1;}

.isect2 .isect2_1 .container{width: 100%;position: relative;overflow: hidden;}
.isect2 .isect2_1 .container .swiper-slide{width: 100%;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll{width: 48.05%;position: relative;overflow: hidden;padding-bottom: 24px;position: relative;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a{display: block;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a .pic{height: 0;padding-bottom: 232px;position: relative;overflow: hidden;margin-bottom: 6px;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a h5{font-size: 18px;line-height: 56px;color: #0357a1;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a p{font-size: 14px;line-height: 24px;color: #888888;height: 48px;overflow: hidden;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll.swiper-container-horizontal > .swiper-pagination-bullets{height: 8px;line-height: 8px;bottom: 0;font-size: 0;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 6px;background: #c5c5c5;opacity: 1;cursor: pointer;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #0357a1;}
.isect2 .isect2_1 .container .swiper-slide .list{width: 48.05%;margin-top: -17px;}

.list li{border-bottom: 1px dashed #d3d3d3;}
.list li a{display: block;height: 60px;line-height: 60px;padding-right: 124px;position: relative;}
.list li a h5{font-size: 16px;color: #333333;font-weight: normal;width: 100%;}
.list li a span{position: absolute;right: 0;top:0;font-size: 14px;color: #999999;}
.list li a:hover h5{color: #0357a1;padding-left: 6px;}

.isect2 .isect2_2{width: 31.62%;margin-top: 20px;}
.isect2 .isect2_2 .pic{margin-bottom: 20px;}
.isect2 .isect2_2 .pic a{display: block;height: 0;padding-bottom: 302px;position: relative;overflow: hidden;}
.isect2 .isect2_2 .pic a em,.isect2 .isect2_2 .pic a b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.isect2 .isect2_2 .pic a em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2 .isect2_2 .pic a b{background: rgba(0,5,10,0.4);z-index: 2;}
.isect2 .isect2_2 .pic a .hover{width: 100%;position: absolute;left: 0;z-index: 3;text-align: center;top:28.14%;}
.isect2 .isect2_2 .pic a .hover i{display: block;width: 80px;height: 80px;margin: 0 auto 33px;
background: url(/theme/default/images/videoIcon.png) no-repeat center;background-size: 100% 100%;}
.isect2 .isect2_2 .pic a .hover h4{font-size: 30px;line-height: 42px;color: #ffffff;font-weight: normal;}
.isect2 .isect2_2 .pic a .hover h5{font-size: 18px;line-height: 26px;color: #ffffff;font-family: "HelNarrow";text-transform: uppercase;letter-spacing: 8px;}
.isect2 .isect2_2 .pic a:hover em{-webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.isect2 .isect2_2 .pic a:hover .hover i{-webkit-transform: rotateZ(30deg);transform: rotateZ(30deg);} 
.isect2 .isect2_2 ul li{width: 48.65%;position: relative;}
.isect2 .isect2_2 ul li a{display: block;height: 100px;box-sizing: border-box;background: #dff0ff;padding-top: 13px;text-align: center;position: relative;z-index: 2;}
.isect2 .isect2_2 ul li a i{display: block;width: 48px;height: 45px;margin: 0 auto;position: relative;}
.isect2 .isect2_2 ul li a i:before,.isect2 .isect2_2 ul li a i:after{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: url(/theme/default/images/isect2Icon1.png) no-repeat left top;}
.isect2 .isect2_2 ul li.fr a i:before,.isect2 .isect2_2 ul li.fr a i:after{background-image: url(/theme/default/images/isect2Icon2.png);}
.isect2 .isect2_2 ul li a i:after{background-position: left bottom;-webkit-transform: scale(0);transform: scale(0);opacity: 0;}
.isect2 .isect2_2 ul li a h5{font-size: 18px;color: #333333;font-weight: normal;line-height: 36px;}
.isect2 .isect2_2 ul li:hover a i:after{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.isect2 .isect2_2 ul li:hover a i:before{-webkit-transform: scale(0);transform: scale(0);opacity: 0;}
.isect2 .isect2_2 ul li:hover a{background: #0357a1;}
.isect2 .isect2_2 ul li:hover a h5{color: #fff;}

.isect3{width: 100%;position: relative;background: #ebebeb;padding-top: 50px;}
.isect3 .title{margin-bottom: 34px;text-align: center;}
.isect3 .title h4{font-size: 30px;color: #333333;line-height: 44px;font-weight: normal;}
.isect3 .title h5{font-size: 18px;line-height: 28px;color: #999999;font-family: "HelNarrow";letter-spacing: 8px;text-transform: uppercase;}
.isect3 .container{overflow: hidden;position: relative;}
.isect3 .container .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 108%;position: relative;overflow: hidden;}
.isect3 .container .swiper-slide a em{position: absolute;left: 0;top:0;width: 110%;height: 100%;background-repeat: no-repeat;background-position:center;background-size: cover;}
.isect3 .container .swiper-slide a .b{width: 100%;height: 100%;position: absolute;left: 0;top:0;}
.isect3 .container .swiper-slide a .b.b1{/*background: url(/theme/default/images/gray60.png) repeat;*/background: rgba(0,0,0,0.6);}
.isect3 .container .swiper-slide a .b.b2{background: url(/theme/default/images/blue90.png) repeat;filter: alpha(opacity=0);opacity: 0;}
.isect3 .container .swiper-slide a .text{width: 100%;height: 100%;position: absolute;left: 0;top:0;z-index: 2;box-sizing: border-box;padding: 15px;}
.isect3 .container .swiper-slide a .text .wrap{width: 100%;height: 100%;position: relative;box-sizing: border-box;padding-top: 112px;text-align:center;padding-top: 24%;}
.isect3 .container .swiper-slide a .text .wrap .icon{display: block;width: 100px;height: 66px;margin: 0 auto 28px;background-repeat: no-repeat;background-position: center;}
.isect3 .container .swiper-slide a .text .wrap h5{font-size: 24px;line-height: 80px;color: #ffffff;}
.isect3 .container .swiper-slide a .text .wrap p{font-size: 14px;line-height: 24px;color: #ffffff;margin: 0 78px 42px;height: 72px;overflow: hidden;margin: 0 17% 42px;}
.isect3 .container .swiper-slide a .text .wrap span{display: block;width: 138px;height: 33px;border:1px solid #ffffff;margin: 0 auto;text-align: center;line-height: 33px;font-size: 14px;color: #ffffff;
/*-webkit-transform: scale(0);transform: scale(0);*/opacity:0;-webkit-transform:translate(0,50px);}
.isect3 .container .swiper-slide a .text .wrap .border{position: absolute;background: #bdf201;}
.isect3 .container .swiper-slide a .text .wrap .border.border1{width: 0;height: 1px;left: 0;top:0;}
.isect3 .container .swiper-slide a .text .wrap .border.border2{width: 1px;height: 0;right: 0;top:0;}
.isect3 .container .swiper-slide a .text .wrap .border.border3{width: 0;height: 1px;right: 0;bottom:0;}
.isect3 .container .swiper-slide a .text .wrap .border.border4{width: 1px;height: 0;left: 0;bottom:0;}
.isect3 .container .swiper-slide a:hover .b1{filter: alpha(opacity=0);opacity: 0;-webkit-transition:all 0 linear;transition:all 0 linear;}
.isect3 .container .swiper-slide a:hover .b2{filter: alpha(opacity=100);opacity: 1;}
.isect3 .container .swiper-slide a:hover .text .wrap .border.border1,
.isect3 .container .swiper-slide a:hover .text .wrap .border.border3{width: 100%;}
.isect3 .container .swiper-slide a:hover .text .wrap .border.border2,
.isect3 .container .swiper-slide a:hover .text .wrap .border.border4{height: 100%;}
.isect3 .container .swiper-slide a:hover .text .wrap span{-webkit-transition:all 0.35s linear 0s;transition:all 0.35s linear 0s;
/*-webkit-transform: scale(1);transform: scale(1);*/opacity:1;-webkit-transform:translate(0,0);}

.isect3 .container .swiper-slide a:hover .text .wrap .icon{-webkit-animation:amtDown 0.6s 0.1s both;animation:amtDown 0.6s 0.1s both;}
.isect3 .container .swiper-slide a:hover .text .wrap h5{-webkit-animation:amtDown 0.6s 0.3s both;animation:amtDown 0.6s 0.3s both;}
.isect3 .container .swiper-slide a:hover .text .wrap p{-webkit-animation:amtDown 0.6s 0.5s both;animation:amtDown 0.6s 0.5s both;}
.isect3 .container .swiper-slide a:hover .text .wrap span{-webkit-transition:all 0.3s linear 0.7s;transition:all 0.3s linear 0.7s;
/*-webkit-transform: scale(1);transform: scale(1);*/opacity:1;-webkit-transform:translate(0,0);}


.isect3 .container.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}
@-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 .btm{padding: 50px 0 45px;text-align: center;}
.isect3 .btm h5{font-size: 24px;line-height: 42px;color: #333333;font-weight: normal;margin-bottom: 4px;}
.isect3 .btm p{padding: 0 328px;font-size: 16px;line-height: 24px;color: #999999;font-family: "Helvetica";}

.footer{padding: 51px 0 62px;background: #0357a1;border-bottom: 1px solid #1d68ab;font-size: 14px;line-height: 28px;color: #ffffff;}
.footer .tit{font-size: 18px;line-height: 38px;color: #ffffff;margin-bottom: 6px;font-weight: normal;}
.footer .fNav dl{width: 192px;}
.footer .fNav dl a{display: inline-block;*display: inline;*zoom: 1;}
.footer .fNav dl dd{color: #cdcdcd;}
.footer .fNav dl a:hover{color: #fff;}
.footer .fContact{max-width: 220px;}
.footer .fContact p{font-size: 18px;line-height: 34px;} 
.footer .fContact .focus{margin-top: 17px;}
.footer .fContact .focus span{width: 78px;height: 35px;line-height: 35px;font-size: 14px;color: #cdcdcd;}
.footer .fContact .focus dl{position: relative;margin-right: 9px;cursor: pointer;position: relative;}
.footer .fContact .focus dt{width: 35px;height: 35px;background: url(/theme/default/images/shareIcon.png) no-repeat left top;}
.footer .fContact .focus dl.dl2{margin-right: 0;}
.footer .fContact .focus dl.dl2 dt{background-position: right top;}
.footer .fContact .focus dl .codeImg{position: absolute;left: 50%;margin-left: -75px;bottom: 35px;z-index: 8;display: none;}
.footer .fContact .focus dl .codeImg .pic{width: 130px;height: 130px;background: #fff;padding: 5px;}
.footer .fContact .focus dl .codeImg .pic img{width: 100%;height: 100%;}
.footer .fContact .focus dl .codeImg i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-top: 8px solid #fff;}
.footer .fContact .focus dl:hover dt{opacity: 0.7;}
.footer .qrcode{width: 128px;margin-top: 9px;text-align: center;}
.footer .qrcode img{width: 128px;height: 128px;margin-bottom: 10px;}
.footer .qrcode p{font-size: 14px;line-height: 30px;}

.fCopy{background: #0357a1;font-size: 14px;line-height: 24px;color: #cdcdcd;padding: 25px 0;}
.fCopy ul li{padding-left: 20px;position: relative;}
.fCopy ul li:first-child{padding-left: 0;}
.fCopy ul li:before{content: "|";position: absolute;left: 0;top:0;width: 20px;text-align: center;}
.fCopy ul li:first-child:before{display: none;}
.fCopy a:hover{color: #fff;}

.float{width: 70px;position: fixed;right: 2%;top:50%;margin-top: -155px;z-index: 9;right: -70px;}
.float li{width: 70px;height: 70px;margin-top: 10px;background: #cfcfcf;cursor: pointer;position: relative;}
.float li:first-child{margin-top: 0;}
.float li a{display: block;width: 100%;height: 100%;background: url(/theme/default/images/float.png) no-repeat left top;position: relative;z-index: 2;}
.float li:hover{background-color: #0357a1;}
.float li.li2 a{background-position: left -70px;}
.float li.li3 a{background-position: left -140px;}
.float li.li4 a{background-position: left -210px;}
.float.show{right: 0;}

.nyHeader{background: #ffffff;position: relative;}
.nyHeader.header .nav li.nLi h3 a{padding-bottom: 18px;}

.nyBanner{width: 100%;height: 400px;position: relative;background-repeat: no-repeat;background-position: center;background-size: cover;}
.nyBanner h3{padding-top: 118px;font-size: 36px;color: #ffffff;font-weight: normal;line-height: 43px;}
.nyBanner h4{font-family: Helvetica,  "Helvetica Neue",  Arial, sans-serif;font-size: 24px;color: #ffffff;line-height: 29px;text-transform: uppercase;font-weight: normal;}
.nyBanner .nav{position: absolute;left: 0;bottom: 0;width: 100%;background: rgba(3,87,161,0.9);}
.nyBanner .nav li{position: relative;}
.nyBanner .nav li a{display: block;position: relative;z-index: 2;height: 70px;padding: 0 34px;font-size: 16px;color: #ffffff;line-height: 70px;}
.nyBanner .nav li:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #bdf301;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nyBanner .nav li.on:before,.nyBanner .nav li:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.nyBanner .nav li.on a,.nyBanner .nav li:hover a{color: #333333;}

.pageStyle{font-size: 16px;line-height: 30px;color: #444444;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.nyWrap{margin: 54px auto 60px;min-height: 350px;}

.aboutWrap .title{margin: 40px 0 28px;padding-left: 44px;position: relative;font-size: 24px;line-height: 35px;color: #333333;font-weight: normal;background: url(/theme/default/images/dot.png) no-repeat left center;}
.aboutWrap .title:first-child{margin-top: 0;}
/*.aboutWrap .title .icon{width: 29px;height: 18px;position: absolute;left: 0;top:10px;}
.aboutWrap .title .icon i{width: 18px;height: 18px;position: absolute;top:0;border-radius: 50%;}
.aboutWrap .title .icon i.dot1{left: 0;}
.aboutWrap .title .icon i.dot2{right: 0;}
.aboutWrap .title .icon i:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;border-radius: 50%;}
.aboutWrap .title .icon i.dot1:before{background: rgba(3,87,161,0.8);animation: wave 1.6s ease-out infinite;animation-delay: 0s;}
.aboutWrap .title .icon i.dot2:before{background: rgba(189,243,0,0.9);animation: wave 1.6s ease-out infinite;animation-delay: 0.5s;}*/
@keyframes wave {
 50%,75% {transform: scale(1.3);}
 80%,100% {opacity: 0.1;}
}
.aboutWrap .pic{margin: 44px 0 70px;position: relative;}
.aboutWrap .pic img{width: 100%;position: relative;z-index: 2;}
/*.aboutWrap .pic:before{content: "";width: 199px;height: 148px;position: absolute;left: -60px;bottom: -60px;background: rgba(104,154,199,0.5);}*/
.aboutWrap .subTit{font-size: 18px;line-height: 54px;color: #0357a1;}

.nyTitle{margin-bottom: 23px;font-size: 30px;line-height: 73px;color: #333333;font-weight: normal;text-align: center;}

.speech .wrap{background: #f5f5f5;height: 450px;padding-left: 478px;position: relative;}
.speech .wrap .pic{width: 468px;height: 100%;position: absolute;left: 0;top:0;background: url(/theme/default/images/speechBg.jpg) no-repeat center;text-align: center;font-size: 0;}
.speech .wrap .pic:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: url(/theme/default/images/mask.png) no-repeat center;background-size: cover;}
.speech .wrap .pic img{position: relative;z-index: 2;width: 100%;height: 100%;}
.speech .wrap .content{width: 100%;height: 100%;box-sizing:border-box;padding:32px 0;}
.speech .wrap .content .pageStyle{width: 100%;height: 100%;box-sizing:border-box;padding-right: 52px;overflow: auto;font-size: 14px;line-height: 36px;color: #333333;}
.speech .wrap .content .pageStyle .tit{padding-left: 44px;margin-bottom: 17px;font-size: 24px;color: #333333;line-height: 38px;font-weight: normal;background: url(/theme/default/images/dot.png) no-repeat left center;}

.speech .wrap .content .pageStyle::-webkit-scrollbar{width:3px;height:3px}
.speech .wrap .content .pageStyle::-webkit-scrollbar-button:vertical{display:none}
.speech .wrap .content .pageStyle::-webkit-scrollbar-corner,
.speech .wrap .content .pageStyle::-webkit-scrollbar-track{background-color:#ccc}
.speech .wrap .content .pageStyle::-webkit-scrollbar-thumb{border-radius:0;background-color:#1664a8; }
.speech .wrap .content .pageStyle::-webkit-scrollbar-thumb:vertical:hover{ }
.speech .wrap .content .pageStyle::-webkit-scrollbar-thumb:vertical:active{ }

.mEnterp{margin-bottom: 0;}
.mEnterp .mENav{padding-bottom: 10px;font-size: 0;}
.mEnterp .mENav li{width: 30.77%;height: 122px;margin: 0 3.845% 40px 0;box-sizing:border-box;padding: 20px 30px;border: 1px solid #cccccc;border-radius: 10px;display: inline-block;}
/*.mEnterp .mENav li.li3,.mEnterp .mENav li.li4{margin-right: 0;}*/

.mEnterp .mENav li:nth-child(3n){margin-right: 0;}
.mEnterp .mENav li a{display: block;width: 100%;height: 100%;display: flex;align-items: center;justify-content: left;font-size: 18px;color: #333333;line-height: 30px;font-weight: bold;}
.mEnterp .mENav li a span{display: inline-block;padding-left: 50px;background: url(/theme/default/images/dot.png) no-repeat left 8px;text-align: left;max-height: 60px;overflow: hidden;}
.mEnterp .mENav li.on,.mEnterp .mENav li:hover{box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);}
.mEnterp .content{width: 100%;background: #f5f5f5;padding: 45px 0 72px;}
.mEnterp .content .subTit{padding-top: 8px;font-size: 18px;line-height: 50px;color: #0357a1;}
.mEnterp .content .tit{margin-bottom: 27px;padding-left: 45px;background: url(/theme/default/images/dot.png) no-repeat left center;line-height: 38px;font-size: 24px;color: #333333;font-weight: normal;}

.newsScroll{width: 100%;position: relative;overflow: hidden;margin-bottom: 56px;}
.newsScroll .swiper-slide a{display: block;}
.newsScroll .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 62.7%;position: relative;overflow: hidden;margin-bottom: 5px;}
.newsScroll .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;}
.newsScroll .swiper-slide a h5{font-size: 18px;line-height: 56px;color: #0357a1;}
.newsScroll .swiper-slide a p{font-size: 14px;line-height: 24px;color: #888888;height: 48px;overflow: hidden;}
.newsScroll .swiper-pagination{display: none;}

.newsList ul{margin-bottom: 70px;}
.newsList ul li{border-bottom: 1px dashed #d3d3d3;}
.newsList ul li:first-child{border-top: 1px dashed #d3d3d3;}
.newsList ul li a{display: block;height: 59px;line-height: 59px;padding: 0 130px 0 31px;position: relative;}
.newsList ul li a:before{content: "";width: 6px;height: 6px;background: #c2c0c0;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -3px;}
.newsList ul li a h5{width: 100%;font-size: 16px;color: #333333;font-weight: normal;}
.newsList ul li a span{position: absolute;right: 0;top:0;font-size: 14px;color: #999999;}
.newsList ul li a:hover:before{height: 2px;width: 16px;border-radius: 0;margin-top: -1px;background: #1764a9;}
.newsList ul li a:hover h5{color: #1764a9;-webkit-transform:translateX(16px);transform:translateX(16px);}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;margin: 0 3px;padding: 0 17px;font-size: 14px;color:#807e7e;line-height: 33px;border:1px solid #cccccc; }
.page a.num{padding: 0 12px;}
.page a.on,.page a:hover{background: #0357a1;border-color: #0357a1;color: #fff;}


.scientific dl dt,.scientific dl dd{width: 50%;height: 360px;position: relative;overflow: hidden;}
.scientific dl dd{background: #f5f5f5;display: flex;align-items: center;justify-content: center;text-align: center;}
.scientific dl dd .wrap{max-width: 294px;padding: 0 12px;}
.scientific dl dd .wrap .icon{margin-bottom: 50px;}
.scientific dl dd .wrap h5{margin-bottom: 23px;font-size: 24px;line-height: 35px;color: #333333;}
.scientific dl dd .wrap p{font-size: 14px;line-height: 24px;color: #333333;max-height: 72px;overflow: hidden;}
.scientific dl dt em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.scientific dl.odd dt{float: left;}
.scientific dl.odd dd{float: right;}
.scientific dl:hover dd .wrap .icon{-webkit-transform: rotateY(180deg);transform: rotateY(180deg);}
.scientific dl:hover dd .wrap h5{color: #0357a1;}

.prodNav{margin-bottom: 50px;display: flex;align-items: center;justify-content: center;text-align: center;}
.prodNav li{flex:1;border:1px solid #cccccc;margin-left: -1px;position: relative;font-size: 16px;color: #333333;line-height: 60px;height: 60px;}
.prodNav li a{display: block;}
.prodNav li.on{border-color: #0357a1;color: #0357a1;z-index: 2;}
.prodNav li:hover{color: #0357a1;}

.prodList ul{padding-bottom: 58px;}
.prodList ul li{margin-bottom: 20px;}
.prodList ul li a{display: block;padding: 30px 40px 30px 30px;background: #f5f5f5;}
.prodList ul li a .wrap{height: 200px;padding-left: 330px;position: relative;}
.prodList ul li a .wrap .pic{width: 300px;height: 200px;position: absolute;left: 0;top:0;background: #ffffff;text-align: center;line-height: 200px;font-size: 0;}
.prodList ul li a .wrap .pic img{max-width: 80%;max-height: 80%;}
.prodList ul li a .wrap h5{margin-bottom: 10px;font-size: 24px;line-height: 54px;color: #222222;}
.prodList ul li a .wrap p{margin-bottom: 32px;font-size: 14px;line-height: 24px;color: #666666;height: 72px;overflow: hidden;}
.prodList ul li a .wrap span{display: block;font-size: 14px;line-height: 32px;color: #666666;}
.prodList ul li a:hover{background: #dff1ff;}
.prodList ul li a:hover .wrap h5,
.prodList ul li a:hover .wrap span{color: #1765a9;}

.honorList ul{padding-bottom: 28px;}
.honorList ul li{width: 360px;box-sizing:border-box;border:1px solid #e6e6e6;margin: 0  45px 50px 0;}
.honorList ul li.li3{margin-right: 0;}
.honorList ul li a{display: block;}
.honorList ul li a .pic{height: 238px;border-bottom: 1px solid #e6e6e6;text-align: center;line-height: 238px;font-size: 0;overflow: hidden;}
.honorList ul li a .pic img{max-width: 80%;max-height: 80%;}
.honorList ul li a h5{padding: 0 12px;font-size: 16px;line-height: 71px;color: #333333;font-weight: normal;text-align: center;}
.honorList ul li a:hover h5{color: #0357a1;}
.honorList ul li:hover{box-shadow: 0 0 16px rgba(0, 0, 0, 0.2);}


.clutureWrap .item1{margin-bottom: 40px;overflow: hidden;}
/* .clutureWrap .item1 .content{height: 450px;background: #f5f5f5;} */
.clutureWrap .item1 .content img{max-width: 100% !important;}
.clutureWrap .item2{background: url(/theme/default/images/cultureBg.jpg) no-repeat center;background-size: cover;padding: 99px 0 48px;overflow: hidden;}
.clutureWrap .item2 .tabs{position: relative;overflow: hidden;margin-bottom: 74px;}
.clutureWrap .item2 .tabs .swiper-slide{height: 170px;position: relative;text-align: center;cursor: pointer;position: relative;}
.clutureWrap .item2 .tabs .swiper-slide:before{content: "";width: 1px;height: 100%;position: absolute;left: -1px;top:0;background: url(/theme/default/images/line.png) no-repeat center;}
.clutureWrap .item2 .tabs .swiper-slide .icon{width: 70px;height: 70px;display: block;margin: 20px auto 20px;background: url(/theme/default/images/culIcon.png) no-repeat left center;opacity: 0.4;}
.clutureWrap .item2 .tabs .swiper-slide.slide2 .icon{background-position: -70px center;}
.clutureWrap .item2 .tabs .swiper-slide.slide3 .icon{background-position: -140px center;}
.clutureWrap .item2 .tabs .swiper-slide.slide4 .icon{background-position: -210px center;}
.clutureWrap .item2 .tabs .swiper-slide.slide5 .icon{background-position: -280px center;}
.clutureWrap .item2 .tabs .swiper-slide.slide6 .icon{background-position: -350px center;}
.clutureWrap .item2 .tabs .swiper-slide h5{font-size: 18px;line-height: 26px;color: #ffffff;}
.clutureWrap .item2 .tabs .swiper-slide b{z-index: 2;position: absolute;background: #fff;}
.clutureWrap .item2 .tabs .swiper-slide b.linetop{width: 0%;height: 1px;right: 0px;top: 0px;transition: 0.2s; transition-delay: 0s;}
.clutureWrap .item2 .tabs .swiper-slide b.lineright{width: 1px;height: 0%;bottom: -0;right: 0;transition: 0.2s;  transition-delay: 0.2s;}
.clutureWrap .item2 .tabs .swiper-slide b.linebottom{width: 0%;height: 1px;left: 0;bottom:0;transition: 0.2s; transition-delay: 0.4s;}
.clutureWrap .item2 .tabs .swiper-slide b.lineleft{width: 1px;height: 0%;left: 0;top:-0;transition: 0.2s; transition-delay: 0.6s; }
.clutureWrap .item2 .tabs .swiper-slide.on b.linetop{width: 100%; transition-delay: 0.6s;}
.clutureWrap .item2 .tabs .swiper-slide.on b.lineright{height: 100%; transition-delay: 0.4s;}
.clutureWrap .item2 .tabs .swiper-slide.on b.linebottom{width: 100%;transition-delay: 0.2s;}
.clutureWrap .item2 .tabs .swiper-slide.on b.lineleft{height: 100%;transition-delay: 0.8s;}
.clutureWrap .item2 .tabs .swiper-slide.on .icon{opacity: 1;}
.clutureWrap .item2 .contScroll{width: 100%;position: relative;overflow: hidden;max-width: 940px;margin: 0 auto;}
.clutureWrap .item2 .contScroll .pageStyle{font-size: 20px;line-height: 36px;color: #ffffff;text-align: center;font-size: 24px;}

.clutureWrap .item3{overflow: hidden;}
.picList ul{padding-bottom: 30px;}
.picList ul li{width: 31.6%;margin: 0 2.6% 30px 0;}
.picList ul li.li3{margin-right: 0;}
.picList ul li a{display: block;}
.picList ul li a .pic{width: 100%;height: 0;padding-bottom: 62.7%;position: relative;overflow: hidden;}
.picList 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;}
.picList ul li a h5{height: 70px;padding: 0 20px;background: #f5f5f5;text-align: center;font-size: 18px;color: #333333;line-height: 70px;}
.picList ul li a:hover h5{color: #0357a1;}

.moreBtn{display: block;width: 189px;height: 50px;margin: 0 auto;position: relative;background: #0357a1;font-size: 18px;color: #ffffff;line-height: 50px;text-align: center;}
.moreBtn span{position: relative;z-index: 2;}
.moreBtn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #bdf301;transform: scaleX(0);
-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.moreBtn:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.moreBtn:hover{color: #333333;}


.hrPage .pic{margin-top: 60px;}

.jobList .hd{background: #1966aa;font-size: 16px;color: #ffffff;line-height: 60px;font-weight: bold;text-align: center;}
.jobList .item1{width: 28.5%;box-sizing:border-box;padding: 0 12px 0 5.6%;text-align: left;}
.jobList .item2{width: 11.1%;width: 26.5%;}
.jobList .item3{width: 11.1%;margin:0 4.7% 0 14.35%;margin: 0 2%;}
.jobList .item4{width: 14.5%;}
.jobList .item5{width: 15.3%;position: relative;}
.jobList .bd{padding-bottom: 30px;}
.jobList .bd .nLi{border-bottom: 1px dashed #e6e6e6;}
.jobList .bd .nLi .dt{line-height: 80px;font-size: 15px;color: #666666;cursor: pointer;text-align: center;}
.jobList .bd .nLi .dt span{height: 80px;}
.jobList .bd .nLi .dt .item1{text-align: left;}
.jobList .bd .nLi .dt .item5 i{width: 20px;height: 20px;position: absolute;left: 50%;top:50%;margin: -10px 0 0 -10px;}
.jobList .bd .nLi .dt .item5 i:before,
.jobList .bd .nLi .dt .item5 i:after{content: "";position: absolute;background: #1c68ab;}
.jobList .bd .nLi .dt .item5 i:before{width: 100%;height: 2px;left: 0;top:50%;margin-top: -1px;}
.jobList .bd .nLi .dt .item5 i:after{width: 2px;height: 100%;left: 50%;margin-left: -1px;top: 0;}
.jobList .bd .nLi .dd{display: none;}
.jobList .bd .nLi .dd .wrap{background: #f5f5f5;padding: 15px 68px 52px;font-size: 14px;line-height: 40px;color: #666666;}
.jobList .bd .nLi .dd .wrap .tit{margin-top: 20px;}
.jobList .bd .nLi .dd .wrap .tit:first-child{margin-top: 0;}
.jobList .bd .nLi .dd .wrap .wap{display: none;}
.jobList .bd .nLi.on .dt .item5 i:before,
.jobList .bd .nLi.on .dt .item5 i:after{-webkit-transform: rotateZ(180deg);transform: rotateZ(180deg);}
.jobList .bd .nLi.on .dt .item5 i:after{opacity: 0;}
.jobList .bd .nLi.on{border-color: #fff;}
/*.jobList .bd .nLi:first-child .dd{display: block;}*/

.passage{overflow: hidden;}
.passage .psgTit{text-align: center;padding-bottom: 21px;}
.passage .psgTit h5{margin-bottom: 20px;font-size: 28px;line-height: 38px;color: #333333;font-weight: normal;}
.passage .psgTit .info{font-size: 14px;line-height: 32px;color: #999999;}
.passage .psgTit .info span{margin: 0 7px;}
.passage .line{width: 100%;height: 1px;position: relative;}
.passage .line:before{content: "";width: 100%;height: 1px;background: #e0e0e0;position: absolute;left: 49px;top:0;}
.passage .line img{position: absolute;left: 0;bottom: -7px;}
.passage .psgCont{padding: 31px 0 33px;min-height: 350px;}
.passage .psgCont .subTit{text-align: center;margin-bottom: 16px;font-size: 22px;line-height: 42px;color: #333333;font-weight: normal;}
.passage .psgCont .pic{text-align: center;padding: 33px 0;}
.passage .psgShare{margin-bottom: 17px;}
.passage .psgShare span{line-height: 35px;width: 50px;}
.passage .psgShare .shareItem{width: 35px;height: 35px;padding: 0;margin: 0 0 0 20px;background: url(/theme/default/images/shareIcon.png) no-repeat left top;}
.passage .psgShare .shareItem.bds_tsina{background-position: -35px top;}
.passage .psgLink{padding-top: 50px;color: #666666;}
.passage .psgLink a:hover{color: #004d24;text-decoration: underline;}

.mapWrap{width: 100%;height: 400px;background: url(/theme/default/images/map.jpg) no-repeat center;background-size: cover;}

.contactTxt{margin-top: 20px;}
.contactTxt .tit{font-size: 16px;color: #333;line-height: 32px;margin-top: 5px;}
.contactTxt .text{font-size: 14px;color: #555;line-height: 30px;}
.contactTxt .text span{margin-right: 12px;}
.header .wapLanguage{display: none;}

.isect3,.mapWrap{display: none;}

/* 明发国际关系 */
.investor{height: 945px;background: url(/theme/default/images/investorBg.jpg) no-repeat center top;background-size: cover;box-sizing: border-box;padding-top: 90px;display: flex;justify-content: center;color: #fff;line-height: 24px;font-size: 16px;}
.investor .title{font-size: 30px;line-height: 42px;text-align: center;margin-bottom: 30px;}
.investor p{margin-bottom: 15px;}
.investor p img{margin-right: 14px;}

@media screen and (max-width: 1380px){
.isect3 .container .swiper-slide a .text .wrap p{font-size: 13px;margin: 0 5% 42px;}
}
@media screen and (max-width: 1200px){
.w1170{width: auto;padding: 0 5%;}
.header .nav li.nLi h3 a{padding: 0 16px;font-size: 15px;}
.banner .swiper-button-prev,.banner .swiper-button-next{display: none;}
.banner .swiper-slide a{height: 0;padding-bottom: 58.9%;}
.banner .swiper-slide a .pc{display: none;}
.banner .swiper-slide a .wap{display: block;}

.isect1 dl{margin: 0 5%;}

.isect2 .isect2_1 .tabs ul li{margin-left: 30px;}
.isect2 .isect2_1 .tabs ul li:before{width: 30px;left: -30px;}
.list li a{padding-right: 90px;}
.isect3 .container{padding-bottom: 40px;}
.isect3 .container.swiper-container-horizontal > .swiper-pagination-bullets{display: block;}
.isect3 .container .swiper-slide a .text .wrap{padding-top: 14%;}
.isect3 .container .swiper-slide a .text .wrap .icon{height: 50px;background-size: auto 100%;margin-bottom: 15px;}
.isect3 .container .swiper-slide a .text .wrap p{height: 48px;}
.isect3 .container .swiper-slide a .text .wrap h5{line-height: 60px;font-size: 20px;}
.isect3 .btm{padding: 20px 5%;}
.isect3 .btm p{padding: 0 10%;}
.isect3 .btm h5{font-size: 20px;line-height: 32px;}

.footer .fNav dl{width: 140px;}

.nyBanner .nav li a{padding: 0 24px;}

.honorList ul li{width: 32%;margin: 0 2% 2% 0;}

.passage{margin: 0 5%;padding: 0;}
}


@media screen and (max-width: 1024px){
.header .top,.header .nav{display: none;}
.header .logo{padding-right: 0;}
.header .menuIcon{display: block;}
.header .logo .stock{position: relative;line-height: inherit;left: 20px;font-size: 14px;}
.header .logo img{margin-top: -0.25em;}

.header .wap{display: block;}
.header .searchBtn.wap{position: absolute;right: calc(5% + 30px);top:50%;margin-top: -20px;width: 40px;height: 40px;background: none;}
.header .searchBtn.wap:before{content: "";width: 24px;height: 24px;position: absolute;left: 50%;top:50%;margin: -10px 0 0 -12px;background: url(/theme/default/images/searchBtn.png) no-repeat left top;}
.header .wapLanguage{width: 32px;height: 44px;position: absolute;right: calc(5% + 70px);top:50%;margin-top: -20px;text-align: center;line-height: 44px;font-size: 16px;color: #666;}

.isect2 .isect2_1,.isect2 .isect2_2{width: 100%;}

.isect3 .container .swiper-slide a .text .wrap span{display: none;transform: scale(1);}
.isect3 .container .swiper-slide a .text .wrap p{margin: 0 8% 32px;}

.footer .fNav{display: none;}

.nyBanner{display: flex;justify-content:center;align-items:center;height: 220px;text-align: center;}
.nyBanner:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: rgba(0,0,0,0.3);}
.nyBanner .nav{display: none;}
.nyBanner h3{padding-top: 0;}

.mEnterp .mENav li{width: 48%;margin-right: 0;float: left;}
.mEnterp .mENav li:nth-child(2n){float: right;}
.mEnterp .mENav li a span{padding-left: 26px;background-size: 20px auto;}
.mEnterp .mENav li a{font-size: 16px;}
.mEnterp .mENav li{padding: 10px 16px;height: 100px;}
.mEnterp .mENav li a{font-size: 14px;line-height: 24px;}

}

@media screen and (max-width: 768px){
.header .logo img{height: 50px;width: auto;}

.isect1{background-size: cover;}
.isect1 dl dd .container .swiper-slide a h4{font-size: 15px;}
.isect1 dl{padding-left: 0;}
.isect1 dl dt{width: 100%;padding: 10px 0;position: static;display: none;}
.isect1 dl dt h3,.isect1 dl dt h4{float: left;height: 30px;line-height: 30px;}
.isect1 dl dt h3{margin-right: 10px;font-size: 20px;}
.isect1 dl dt h4{font-size: 14px;}
.isect1 dl dd .container .swiper-slide a{height: auto;padding: 30px 0;}
.isect1 dl dd .container{padding-bottom: 20px;}
.isect1 dl dd .container.swiper-container-horizontal > .swiper-pagination-bullets{display: block;}
.isect1 dl dd .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #fff;opacity: 1;}
.isect1 dl dd .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #bdf201;}
.isect1 dl dd .container .swiper-slide a b{display: none;}
.isect1 dl dd .container .swiper-slide a:hover h4,
.isect1 dl dd .container .swiper-slide a:hover h5{color: #fff;}
.isect1 dl dd .container .swiper-slide a:hover i:before{-webkit-transform: scale(1);transform: scale(1);opacity: 1;}
.isect1 dl dd .container .swiper-slide a:hover i:after{-webkit-transform: scale(0);transform: scale(0);opacity: 0;}

.isect2{margin: 20px auto;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll,.isect2 .isect2_1 .container .swiper-slide .list{width: 100%;}
.isect2 .isect2_1 .container .swiper-slide .list{margin-top: 20px;}
.isect2 .isect2_1 .tabs .imore{display: none !important;}
.isect2 .isect2_1 .tabs{margin-bottom: 20px;height: 44px;line-height: 44px;}
.isect2 .isect2_1 .tabs ul li a{font-size: 16px;}
.isect2 .isect2_1 .tabs ul li{margin-left: 20px;}
.isect2 .isect2_1 .tabs ul li:before{display: none;}

.isect3{padding-top: 30px;}
.isect3 .title{margin-bottom: 15px;}
.isect3 .title h4{font-size: 24px;line-height: 36px;}
.isect3 .title h5{font-size: 14px;}

.fCopy{text-align: center;}
.fCopy .left{width: 100%;float: none;}
.fCopy ul{float: none;}
.fCopy ul li{display: inline-block;float: none;}
.float{display: none;}

.nyBanner h3{font-size: 28px;}
.nyBanner h4{font-size: 16px;}

.aboutWrap .pic{margin: 20px 0;}
.aboutWrap .pic:before{display: none;}
.aboutWrap .title{margin: 30px 0 10px;font-size: 18px;}
.aboutWrap .subTit{font-size: 15px;line-height: 30px;margin-top: 10px;}
.pageStyle{font-size: 14px;line-height: 30px;}

.speech .wrap{padding-left: 0;height: auto;}
.speech .wrap .pic{width: 100%;position: relative;height: auto;background-size: cover;}
.speech .wrap .pic img{width: 100%;height: auto;}
.speech .wrap .content{padding: 20px;}
.speech .wrap .content .pageStyle{padding: 0;height: auto;}
.speech .wrap .content .pageStyle .tit{margin-bottom: 6px;font-size: 18px;line-height: 32px;padding-left: 28px;background-size: 20px auto;}
.speech .wrap .content .pageStyle{line-height: 30px;}

.scientific dl dt,.scientific dl dd{width: 100%;box-sizing:border-box;}
.scientific dl dd{height: auto;padding: 20px 20px 40px;}

.prodNav{display: none;}
.prodList ul li a{padding: 20px;}
.prodList ul li a .wrap{padding-left: 0;height: auto;}
.prodList ul li a .wrap .pic{position: relative;width: 100%;margin-bottom: 20px;}
.prodList ul li a .wrap h5{font-size: 20px;line-height: 32px;}
.prodList ul li a .wrap p{margin-bottom: 20px;height: auto;max-height: 72px;}

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

.clutureWrap .item2{padding: 50px 0;}
.clutureWrap .item2 .tabs{margin-bottom: 30px;}
.clutureWrap .item2 .tabs .swiper-slide{height: 134px;}
.clutureWrap .item2 .tabs .swiper-slide .icon{-webkit-transform: scale(0.5) translateY(-26px);transform: scale(0.5) translateY(-26px);}
.clutureWrap .item2 .tabs .swiper-slide h5{-webkit-transform: translateY(-26px);transform: translateY(-26px);}
.clutureWrap .item2 .contScroll .pageStyle{font-size: 16px;line-height: 30px;}

.picList ul{padding-bottom: 20px;}
.picList ul li{margin-bottom: 15px;}
.picList ul li a h5{height: 54px;line-height: 54px;font-size: 15px;}

.hrPage .pic{margin-top: 30px;}


.jobList .bd{padding-bottom: 15px;}
.jobList .item2,.jobList .item3,.jobList .item4{display: none;}
.jobList .item1{width: 80%;padding: 0 0 0 20px;}
.jobList .item5{width: 20%;}
.jobList .bd .nLi .dt span{height: 54px;}
.jobList .bd .nLi .dt{line-height: 54px;}
.jobList .bd .nLi .dd .wrap{padding: 20px;font-size: 14px;line-height: 30px;}
.jobList .bd .nLi .dd .wrap .tit{margin-top: 10px;line-height: 24px;padding: 3px 0;}
.jobList .bd .nLi .dd .wrap .wap{display: block;}
.jobList .hd{font-size: 14px;line-height: 44px;}
.jobList .bd .nLi .dt .item5 i{width: 16px;height: 16px;margin: -8px 0 0 -8px;}

.passage .psgTit h5{font-size: 22px;margin-bottom: 12px;line-height: 32px;}
.passage .psgTit .info{font-size: 12px;line-height: 24px;}
.passage .psgCont{padding-bottom: 40px;}
.passage .psgCont .subTit{font-size: 18px;line-height: 30px;}
.passage .psgCont .pic{padding: 18px 0;}
.passage .psgShare{display: none;}
.passage .psgLink{padding-top: 30px;}


.mapWrap{height: 300px;}

.investor{height: calc(100vh - 60px);}
.investor .title{font-size: 24px;margin-bottom: 20px;}
}

@media screen and (max-width: 468px){
.header .logo{line-height: 62px;}
.header .logo img{height: 30px;margin-top: -10px;}
.header .logo .stock{left: 10px;}
.header .menuIcon{width: 20px;}
.header .menuIcon span{height: 2px;}
.banner{padding-top: 62px;}
.banner .swiper-pagination{bottom: 20px;height: 8px;line-height: 8px;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;margin: 0 3px;}
.isect1 dl dd .container .swiper-slide a h4{font-size: 13px;line-height: 22px;}
.isect1 dl dd .container .swiper-slide a i{width: 40px;height: 40px;}
.isect1 dl dd .container .swiper-slide a i:before{background-size: 100% 100%;}


.isect2 .isect2_1 .tabs ul li{margin-left: 12px;}
.isect2 .isect2_1 .tabs ul li a{font-size: 15px;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a .pic{padding-bottom: 62.7%;}
.isect2 .isect2_1 .container .swiper-slide .innerScroll a h5{font-size: 16px;line-height: 30px;}
.isect2 .isect2_2 ul li a h5{font-size: 16px;}
.isect2 .isect2_2 .pic a{padding-bottom: 81.6%;}
.isect2 .isect2_2 .pic a .hover i{width: 62px;height: 62px;margin-bottom: 20px;}
.isect2 .isect2_2 .pic a .hover h4{font-size: 24px;}
.list li a{height: 46px;line-height: 46px;}
.list li a h5{font-size: 14px;}
.list li a span{font-size: 12px;}

.isect3 .container .swiper-slide a .text .wrap span{display: block;}
.isect3 .btm{padding: 0 5% 20px;}
.isect3 .btm h5{font-size: 16px;line-height: 26px;}
.isect3 .btm p{padding: 0;font-size: 13px;line-height: 18px}

.footer{padding: 18px 0;}
.footer .fContact{width: 100%;float: none;text-align: center;max-width: 100%;}
.footer .fContact .focus{width: 160px;margin: 10px auto 20px;}
.footer .qrcode{float: none;margin: 0 auto;}
.footer .fContact p{font-size: 14px;line-height: 24px;}
.footer .tit{font-size: 16px;line-height: 28px;}
.footer .qrcode img{width: 100px;height: 100px;margin-bottom: 0;}
.fCopy{padding: 10px 0;font-size: 12px;}

.nyBanner{height: 160px;}
.nyBanner h3{font-size: 24px;line-height: 34px;}

.nyWrap{margin: 30px auto 60px;}

.nyTitle{font-size: 20px;line-height: 40px;margin-bottom: 12px;}


.mEnterp .mENav li{width: 100%;margin-bottom: 20px;height: 66px;padding: 0 20px;}
.mEnterp .content{padding: 30px 0 60px;}
.mEnterp .content .tit{padding-left: 26px;background-size: 20px auto;font-size: 18px;margin-bottom: 10px;}
.mEnterp .content .subTit{font-size: 16px;line-height: 30px;margin-top: 0;}

.newsScroll .swiper-slide a h5{font-size: 15px;line-height: 32px;}
.newsScroll{margin-bottom: 30px;}
.newsList ul{margin-bottom: 30px;}
.newsList ul li a{height: auto;line-height: 44px;padding: 8px 0 8px 10px;}
.newsList ul li a h5{font-size: 16px;line-height: 30px;}
.newsList ul li a span{position: relative;font-size: 12px;line-height: 24px;display: block;}
.newsList ul li a:hover span,
.newsList ul li a:hover h5{-webkit-transform:translateX(10px);transform:translateX(10px);}
.newsList ul li a:before{top:22px;margin-top: 0;width: 4px;height: 4px;}
.newsList ul li a:hover:before{margin-top: 0;}
.newsScroll{padding-bottom: 30px;}
.newsScroll .swiper-pagination{display: block;bottom: 0;}
.newsScroll .swiper-pagination .swiper-pagination-bullet-active{background: #0357a1;}


.scientific dl{margin-bottom: 20px;}
.scientific dl dt{height: 0;padding-bottom: 61.54%;}
.scientific dl dd{padding: 20px 12px 30px;}
.scientific dl dd .wrap{width: 100%;max-width: 100%;padding: 0;}
.scientific dl dd .wrap .icon{margin-bottom: 10px;height: 40px;}
.scientific dl dd .wrap h5{font-size: 20px;margin-bottom: 4px;}

.prodList ul{padding-bottom: 20px;}
.prodList ul li a{padding: 12px;}
.prodList ul li a .wrap .pic{margin-bottom: 12px;}
.prodList ul li a .wrap h5{font-size: 16px;margin-bottom: 6px;}
.prodList ul li a .wrap p{max-height: 48px;margin-bottom: 10px;}

.honorList ul{padding-bottom: 18px;}
.honorList ul li{width: 100%;margin-bottom: 20px;}
.honorList ul li a .pic{height: 220px;line-height: 220px;}
.honorList ul li a h5{font-size: 15px;line-height: 52px;}

.clutureWrap .item2 .tabs{margin-bottom: 20px;}
.clutureWrap .item2 .tabs .swiper-slide{height: 112px;}
.clutureWrap .item2 .tabs .swiper-slide .icon{-webkit-transform: scale(0.5) translateY(-36px);transform: scale(0.5) translateY(-36px);}
.clutureWrap .item2 .tabs .swiper-slide h5{font-size: 15px;line-height: 20px;-webkit-transform: translateY(-36px);transform: translateY(-36px);}
.clutureWrap .item2 .contScroll .pageStyle{line-height: 26px;font-size: 15px;}

.picList ul li{width: 100%;margin-bottom: 20px;}
.clutureWrap .item3{margin-top: 20px;}

.moreBtn{width: 140px;height: 40px;line-height: 40px;font-size: 14px;}

.hrPage .pic{margin-top: 20px;}

.passage{margin: 30px 5% 60px;}
.passage .psgTit .info span:nth-child(1){display: none;}
.passage .psgTit h5{font-size: 20px;line-height: 30px;}
.passage .line img{width: 30px;}
.passage .line:before{left: 30px;}
.passage .psgTit h5{font-size: 18px;line-height: 28px;margin-bottom: 5px;}
.passage .psgTit{padding-bottom: 12px;}

.mapWrap{height: 320px;}
.contactTxt{margin-top: 12px;}
.contactTxt .text span{display: block;}

.cd-popup-container{padding: 40px 20px;width: 80%;}

.clutureWrap .item1 .content img{height: auto !important;}
}