@font-face {
    font-family: 'HelNeu65Md';
    src: url('../font/HelNeu65Md.eot');
    src:
    url('../font/HelNeu65Md.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelNeu65Md.woff') format('woff'),
    url('../font/HelNeu65Md.ttf') format('truetype'),
    url('../font/HelNeu65Md.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@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;
}


@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}
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.05); -moz-transform: scale(1.05); -ms-transform: scale(1.05); transform: scale(1.05);}
.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;}

body{color: #474747; margin: 0 auto; background: #ffffff; min-width: 320px; font-size: 12px; line-height: 24px; font-family: "Microsoft Yahei",Helvetica,Arial,sans-serif;}
.w1200{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 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;}

.passage{padding-top: 30px;}
.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: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 8px;}
.passage .psgCont{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: #005bb3;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;}

.header .logo{height: 97px;line-height: 97px;}
.header .stock{margin-top: 31px;height: 34px;border:1px solid #e0e0e0;padding: 0 14px;font-size: 14px;color: #ef0808;line-height: 34px;}
.header .stock img{margin-right: 10px;}
.header .searchBtn{width: 34px;height: 34px;margin: 36px 0 0 0;background: url(../images/searchBtn1.png) no-repeat center;cursor: pointer;display: none;}
.header .menuIcon{width: 24px;cursor: pointer;margin: 38px 0 0 10px;display: none;}
.header .menuIcon span{display: block;height: 3px;background: #999999;margin-top: 5px;position: relative;}
.header .menuIcon span:before{content: "";height: 100%;width: 0;background: #005bb3;position: absolute;left: 0;top: 0;}
/*.header .menuIcon span.line1:before{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.header .menuIcon span.line2:before{-webkit-transition:all 0.2s linear 0.1s; -moz-transition:all 0.2s linear 0.1s; -ms-transition:all 0.2s linear 0.1s; transition:all 0.2s linear 0.1s;}
.header .menuIcon span.line3:before{-webkit-transition:all 0.2s linear 0.2s; -moz-transition:all 0.2s linear 0.2s; -ms-transition:all 0.2s linear 0.2s; transition:all 0.2s linear 0.2s;}
.header .menuIcon:hover span:before{width: 100%;}
*/
.bannerWrap{width: 100%;position: relative;}
.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;height: 564px;background-repeat: no-repeat;background-position: center;}
.banner .swiper-button-prev,
.banner .swiper-button-next{width: 46px;height: 46px;position: absolute;top:50%;margin-top: -23px;cursor: pointer;text-align: center;line-height: 46px;background: rgba(0,0,0,0.8);border-radius: 50%;
font-size: 18px;color: #fdfdfd;font-family: "SimSun";opacity: 0;}
.banner:hover .swiper-button-prev{left: 5%;}
.banner:hover .swiper-button-next{right: 5%;}
.banner:hover .swiper-button-prev,
.banner:hover .swiper-button-next{opacity: 1;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets{height: 10px;line-height: 10px;bottom: 20px;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;box-sizing: border-box;border:1px solid #ffffff;border-radius: 50%;margin: 0 5px;cursor: pointer;opacity: 1;background: none;}
.banner.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #fff;}

.pcWrap{width: 100%;position: absolute;left: 0;top:0;z-index: 99;background: url(../images/white90.png) repeat;}
.pcWrap .nav .nLi{position: relative;padding: 0 23px 0 24px;position: relative;}
.pcWrap .nav .nLi:first-child{padding-left: 0;}
.pcWrap .nav .nLi:before{content: "";width: 1px;height: 14px;background: #cfd7de;position: absolute;left: 0;top:50%;margin-top: -7px;}
.pcWrap .nav .nLi:first-child:before{display: none;}
.pcWrap .nav .nLi h3 a{display: block;padding: 0 12px;height: 64px;line-height: 64px;font-size: 16px;color: #1a1a1a;position: relative;}
.pcWrap .nav .nLi h3 a:before{content: "";width: 100%;height: 4px;background: #ffb400;position: absolute;left: 0;bottom: 0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.pcWrap .nav .nLi.on h3 a:before,
.pcWrap .nav .nLi:hover h3 a:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.pcWrap .nav .nLi .navSub{width: 136px;position: absolute;left: 50%;margin-left: -68px;top:64px;text-align: center;background: url(../images/white90.png) repeat;display: none;}
.pcWrap .nav .nLi .navSub ul li a{display: block;font-size: 14px;line-height: 24px;padding: 8px 0;}
.pcWrap .nav .nLi .navSub ul li a:hover{color: #005bb3;}
.pcWrap .form{padding-top: 13px;}
.pcWrap .form .text{width: 196px;height: 38px;border:none;background: #ffffff;text-indent: 10px;font-size: 14px;color: #444;line-height: 38px;}
.pcWrap .form .subm{width: 38px;height: 38px;border:none;background: #005bb3 url(../images/searchBtn.png) no-repeat center;cursor: pointer;}
.pcWrap .form .subm:hover{background-color: #ffb400;}

.ititle{font-size: 28px;color: #1a1a1a;line-height: 62px;font-weight: normal;}

.isect1{margin: 12px auto 50px;}
.isect1 .ititle{margin-bottom: 12px;}
.isect1_1{width: 60%;}
.isect1_1 .top{margin-bottom: 7px;}
.isect1_1 .top a{display: block;}
.isect1_1 .top a .pic{width: 48%;position: relative;overflow: hidden;}
.isect1_1 .top a .pic em{display: block;width: 100%;height: 0;padding-bottom: 63.42%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1_1 .top a .pic .date{width: 74px;height: 86px;position: absolute;left: 0;top:0;background: #005bb3;z-index: 2;box-sizing: border-box;padding: 14px 0 0 0;text-align: center;}
.isect1_1 .top a .pic .date b{display: block;font-size: 36px;line-height: 38px;color: #ffffff;font-family: "HelNeu65Md";}
.isect1_1 .top a .pic .date span{display: block;font-size: 12px;line-height: 21px;color: #ffffff;}
.isect1_1 .top a .text{width: 48%;}
.isect1_1 .top a .text h5{font-size: 18px;line-height: 26px;color: #1a1a1a;height: 52px;overflow: hidden;margin-bottom: 12px;}
.isect1_1 .top a .text p{font-size: 14px;line-height: 24px;color: #666666;height: 72px;overflow: hidden;margin-bottom: 28px;}
.isect1_1 .top a .text .btn{width: 100px;height: 34px;border: 1px solid #005bb3;text-align: center;line-height: 34px;font-size: 14px;color: #005bb3;position: relative;}
.isect1_1 .top a .text .btn span{position: relative;z-index: 2;}
.isect1_1 .top a .text .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #005bb3;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect1_1 .top a:hover .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect1_1 .top a:hover .btn{color: #fff;}
.isect1_1 .top a:hover .text h5{color: #005bb3;}
.isect1_1 .btm li{width: 48%;padding: 8px 0 5px;border-bottom: 1px solid #dbdbdb;}
.isect1_1 .btm li a{display: block;}
.isect1_1 .btm li a h5{font-size: 16px;line-height: 25px;color: #000000;font-weight: normal;}
.isect1_1 .btm li a span{display: block;font-size: 14px;line-height: 21px;color: #999999;}
.isect1_1 .btm li a:hover h5{color: #005bb3;}


.isect1_2{width: 36%;}
.isect1_2 .cont{position: relative;}
.isect1_2 .cont:before{content: "";width: 100%;height: 100%;position: absolute;left: -10px;top:10px;background: #f0f0f0;}
.isect1_2 .cont a{display: block;position: relative;z-index: 2;}
.isect1_2 .cont a .pic{position: relative;overflow: hidden;}
.isect1_2 .cont a .pic em{display: block;width: 100%;height: 0;padding-bottom: 64.88%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect1_2 .cont a .pic .icon{width: 66px;height: 66px;box-sizing: border-box;padding: 8px;border-radius: 50%;background: rgba(0,0,0,0.2);position: absolute;left: 50%;top:50%;z-index: 2;margin: -33px 0 0 -33px;}
.isect1_2 .cont a .pic .icon i{display: block;width: 100%;height: 100%;border-radius: 50%;background: url(../images/videoIcon.png) no-repeat center;background-size: 100% 100%;position: relative;z-index: 2;}
.isect1_2 .cont a .pic .icon:before{content: "";width: 44px;height: 44px;position: absolute;top: 50%;left: 50%;margin-top: -22px;margin-left: -22px;border-radius: 50%;
display: block;opacity: 0;background: rgba(0,0,0,0.4);
-webkit-transform: scale3d(0.9, 0.9, 0.9);transform: scale3d(0);-webkit-transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) forwards;
transition: all 1800ms cubic-bezier(0.19, 1, 0.22, 1) forwards;}
.isect1_2 .cont a:hover .pic .icon{background: rgba(0,0,0,0);}
.isect1_2 .cont a:hover .pic .icon:before{-webkit-animation: warn 0.5s linear forwards; animation: warn 0.5s linear forwards;}
.isect1_2 .cont a:hover .pic .icon i{-webkit-animation: swing 0.5s linear; animation: swing 0.5s linear;}
@-webkit-keyframes warn { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }
  25% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0.4; }
  50% { -webkit-transform: scale(1.6); transform: scale(1.6); opacity: 0.8; }
  75% { -webkit-transform: scale(1.8); transform: scale(1.8); opacity: 0.4; }
  100% { -webkit-transform: scale(2); transform: scale(2); opacity: 0; } }

@keyframes warn { 0% { -webkit-transform: scale(1); transform: scale(1); opacity: 0; }
  25% { -webkit-transform: scale(1.4); transform: scale(1.4); opacity: 0.4; }
  50% { -webkit-transform: scale(1.6); transform: scale(1.6); opacity: 0.8; }
  75% { -webkit-transform: scale(1.8); transform: scale(1.8); opacity: 0.4; }
  100% { -webkit-transform: scale(2); transform: scale(2); opacity: 0; } }
@-webkit-keyframes swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg) }
	40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg) }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg) }
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg) }
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg) }
}
@keyframes swing {
	20% { -webkit-transform: rotate3d(0, 0, 1, 15deg); -ms-transform: rotate3d(0, 0, 1, 15deg); transform: rotate3d(0, 0, 1, 15deg) }
	40% { -webkit-transform: rotate3d(0, 0, 1, -10deg); -ms-transform: rotate3d(0, 0, 1, -10deg); transform: rotate3d(0, 0, 1, -10deg) }
	60% { -webkit-transform: rotate3d(0, 0, 1, 5deg); -ms-transform: rotate3d(0, 0, 1, 5deg); transform: rotate3d(0, 0, 1, 5deg) }
	80% { -webkit-transform: rotate3d(0, 0, 1, -5deg); -ms-transform: rotate3d(0, 0, 1, -5deg); transform: rotate3d(0, 0, 1, -5deg) }
	100% { -webkit-transform: rotate3d(0, 0, 1, 0deg); -ms-transform: rotate3d(0, 0, 1, 0deg); transform: rotate3d(0, 0, 1, 0deg) }
}
.isect1_2 .cont a h5{height: 73px;background: #005bb3 url(../images/isect1Bg.png) no-repeat center;text-align: center;line-height: 73px;font-size: 18px;color: #ffffff;font-weight: normal;}

.isect2{width: 100%;padding: 22px 0 68px;background: url(../images/isect2Bg.jpg) no-repeat center top;}
.isect2 .ititle{text-align: center;color: #ffffff;}
.isect2 .desc{font-size: 14px;color: #ffffff;line-height: 24px;padding-bottom: 38px;text-align: center;}

.isect2Scroll{padding: 0 117px;position: relative;}
.isect2Scroll .swiper-button-prev,
.isect2Scroll .swiper-button-next{width: 47px;height: 94px;position: absolute;top:50%;margin-top: -47px;opacity: 0.5;}
.isect2Scroll .swiper-button-prev{background: url(../images/leftArr.png) no-repeat center;left: 0;}
.isect2Scroll .swiper-button-next{background: url(../images/rightArr.png) no-repeat center;right: 0;}
.isect2Scroll .swiper-button-prev:hover,
.isect2Scroll .swiper-button-next:hover{opacity: 1;}
.isect2Scroll .container{width: 100%;position: relative;overflow: hidden;}
.isect2Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets{height: 10px;line-height: 10px;display: none;bottom: 0;}
.isect2Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 5px;opacity: 1;background: #fff;}
.isect2Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #ffb400;}
.isect2Scroll .container ul li{width: 32.5%;margin-left: 1.25%;}
.isect2Scroll .container ul li a{display: block;height: 0;padding-bottom: 58.97%;position: relative;overflow: hidden;}
.isect2Scroll .container ul li a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect2Scroll .container ul li.li1{margin-left: 0;}
.isect2Scroll .container ul li.li1 a{padding-bottom: 121.79%;}
.isect2Scroll .container ul li.li2,
.isect2Scroll .container ul li.li3{margin-bottom: 1.25%;}
.isect2Scroll .container ul li a b{position: absolute;left: 0;top:0;z-index: 2;width: 100%;height: 100%;background: url(../images/yellow90.png) repeat;opacity: 0;}
.isect2Scroll .container ul li a .text{height: 104px;width: 100%;box-sizing: border-box;padding: 0 10px;text-align: center;position: absolute;left: 0;top:50%;margin-top: -52px;z-index: 3;}
.isect2Scroll .container ul li a .text i{display: block;width: 34px;height: 34px;margin: 0 auto 13px;background: url(../images/searchBtn2.png) no-repeat center;
opacity:0;-webkit-transform:translateY(100px); -moz-transform: translateY(100px); -ms-transform:translateY(100px); transform:translateY(100px);
-webkit-transition:all 0.2s linear 0.1s; -moz-transition:all 0.2s linear 0.1s; -ms-transition:all 0.2s linear 0.1s; transition:all 0.2s linear 0.3s;}

.isect2Scroll .container ul li a .text h5{font-size: 24px;color: #ffffff;font-weight: normal;line-height: 36px;
-webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.16);text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.16);opacity: 0;
-webkit-transform:translateY(50px); -moz-transform: translateY(50px); -ms-transform:translateY(50px); transform:translateY(50px);
-webkit-transition:all 0.2s linear 0.2s; -moz-transition:all 0.2s linear 0.2s; -ms-transition:all 0.2s linear 0.2s; transition:all 0.2s linear 0.2s;}

.isect2Scroll .container ul li a .text p{font-size: 14px;line-height: 25px;color: #ffffff;
-webkit-text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.16);text-shadow: 0.5px 0.866px 0px rgba(0, 0, 0, 0.16);opacity: 0;
-webkit-transform:translateY(50px); -moz-transform: translateY(50px); -ms-transform:translateY(50px); transform:translateY(50px);
-webkit-transition:all 0.2s linear 0.3s; -moz-transition:all 0.2s linear 0.3s; -ms-transition:all 0.2s linear 0.3s; transition:all 0.2s linear 0.1s;}

.isect2Scroll .container ul li a:hover .text i{opacity: 1;
	-webkit-transition:all 0.3s linear 0.1s; -moz-transition:all 0.3s linear 0.1s; -ms-transition:all 0.3s linear 0.1s; transition:all 0.3s linear 0.1s;
-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.isect2Scroll .container ul li a:hover .text h5{opacity: 1;
	-webkit-transition:all 0.3s linear 0.2s; -moz-transition:all 0.3s linear 0.2s; -ms-transition:all 0.3s linear 0.2s; transition:all 0.3s linear 0.2s;
-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);}
.isect2Scroll .container ul li a:hover .text p{opacity: 1;
	-webkit-transition:all 0.3s linear 0.3s; -moz-transition:all 0.3s linear 0.3s; -ms-transition:all 0.3s linear 0.3s; transition:all 0.3s linear 0.3s;
-webkit-transform:translateY(0); -moz-transform: translateY(0); -ms-transform:translateY(0); transform:translateY(0);}

.isect2Scroll .container ul li a:hover b{opacity: 1;}

.isect3{margin: 53px auto 52px;}
.isect3 ul li{width: 50%;}
.isect3 ul li a{display: block;width: 100%;height: 0;padding-bottom: 48.33%;position: relative;overflow: hidden;}
.isect3 ul li a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.isect3 ul li a .ititle{width: 100%;box-sizing: border-box;padding: 0 40px;position: absolute;left: 0;top:37px;height: auto;}
.isect3 ul li a .ititle h3{height: 36px;line-height: 36px;font-weight: normal;color: #ffffff;}
.isect3 ul li a .ititle h4{line-height: 22px;height: auto;font-size: 14px;color: #ffffff;font-family: "HelNeu55Rom";font-weight: normal;filter: alpha(opacity=50);opacity: 0.5;}
.isect3 ul li a:hover em{-webkit-transform: scale(1.1);transform: scale(1.1); }
.isect3 ul li a:hover .ititle{top:20px;}
.isect3 ul li a h5{width: 100%;box-sizing: border-box;padding: 0 40px;position: absolute;left: 0;bottom: 37px;z-index: 3;font-size: 15px;line-height: 33px;color: #ffde00;}
.isect3 ul li.fr{width: 48%;}
.isect3 ul li.fr a{padding-bottom: 50%;}
.isect3 ul li.fr a .ititle h3{color: #012c7b;}
.isect3 ul li.fr a .ititle h4{color: #005bb3;}

.footer{border-top:2px solid #d8dee5;background: #f0f0f0 url(../images/footerBg.jpg) no-repeat center top;padding: 38px 0 68px;}
.footer .tit{font-size: 16px;color: #1a1a1a;line-height: 16px;font-weight: bold;margin-bottom: 18px;}
.footer a{display: inline-block;*display: inline;*zoom: 1;}
.footer .fNav dl{padding: 0 58px;border-right: 1px solid #dadada;height: 210px;padding: 0 38px;}
.footer .fNav dl:first-child{padding-left: 0;}
.footer .fNav dl dd{font-size: 14px;line-height: 26px;color: #5a5a5a;}
.footer a:hover{color: #005bb3;}
.footer .fContact{max-width: 280px;}
.footer .fContact .text{font-size: 14px;line-height: 26px;color: #747474;margin-bottom: 40px;}
.footer .fContact .btm .wechat{margin: 8px 0 0 38px;width: 40px;height: 40px;position: relative;}
.footer .fContact .btm .wechat dt{width: 100%;height: 100%;background: url(../images/wechat.png) no-repeat center;border-radius: 50%;cursor: pointer;}
.footer .fContact .btm .wechat .codeImg{position: absolute;left: 50%;margin-left: -75px;bottom: 40px;z-index: 8;display: none;}
.footer .fContact .btm .wechat .codeImg .pic{width: 130px;height: 130px;background: #fff;padding: 5px;}
.footer .fContact .btm .wechat .codeImg .pic img{width: 100%;height: 100%;}
.footer .fContact .btm .wechat .codeImg i{display: block;margin: 0 auto;width: 0;height: 0;border: 8px solid transparent;border-top: 8px solid #fff;}
.footerBtm{padding: 17px 0;background: #005bb3;font-size: 14px;line-height: 36px;color: #ffffff;}
.footerBtm a:hover{color: #ffb400;text-decoration: underline;}

.nyBanner{width: 100%;height: 400px;position: relative;background-position: center;background-repeat: no-repeat;}

.nyWrap{min-height: 350px;margin-bottom: 60px;}

.nySide{width: 18.3%;position: relative;z-index: 3;margin-top: -90px;background: #2a2b2c;}
.nySide .title{padding-top: 66px;height: 134px;background: url(../images/nySideBg.jpg) no-repeat center;text-align: center;background-size: cover;}
.nySide .title h3{font-size: 30px;line-height: 43px;color: #ffffff;font-weight: normal;}
.nySide .title h4{font-size: 16px;line-height: 25px;color: #ffb400;font-weight: normal;font-family: "HelNeu55Rom";font-style: italic;text-transform: uppercase;}
.nySide ul{padding: 20px 0 49px;text-align: center;}
.nySide ul li{padding: 0 20px;}
.nySide ul li a{display: block;height: 49px;line-height: 49px;border-bottom: 1px dotted #4a4b4b;font-size: 16px;color: #ffffff;}
.nySide ul li.on,.nySide ul li:hover{background: #ffb400;}
.nySide ul li.on a,.nySide ul li:hover a{border-color: #ffb400;}

.bread{border-bottom: 1px solid #e0e0e0;font-size: 14px;line-height: 72px;color: #1a1a1a;margin-bottom: 20px;}
.bread .path{padding-left: 21px;background: url(../images/homeIcon.png) no-repeat left center;}
.bread .path a:hover{color: #ffb400;}
.bread .path img{margin: 0 10px;}

.pageStyle{font-size: 16px;line-height: 34px;color: #242424;}
.pageStyle *{max-width: 100% !important;}

.sideRight{width: 78%;}

.caseWrap .item1{margin-bottom: 56px;}
.caseWrap .item1 .cont{}
.caseWrap .item1 .cont .tit{font-size: 34px;color: #242424;line-height: 57px;margin-bottom: 12px;}
.caseWrap .item1 .cont .ul{margin-top: 50px;}
.caseWrap .item1 .cont .ul li{padding: 0 52px;position: relative;}
.caseWrap .item1 .cont .ul li:first-child{padding-left: 0;}
.caseWrap .item1 .cont .ul li:before{content: "";width: 4px;height: 58px;background: #e6e6e6;position: absolute;left: 0;top:6px;}
.caseWrap .item1 .cont .ul li:first-child:before{display: none;}
.caseWrap .item1 .cont .ul li h5{line-height: 51px;font-size: 32px;color: #005bb3;font-family: "HelNeu55Rom";font-weight: bold;}

.caseWrap .item2{background: url(../images/caseBg1.jpg) no-repeat center top;padding: 20px 0 72px;background-size: cover;}
.caseWrap .item2 .tit{font-size: 24px;color: #ffffff;line-height: 84px;}
.caseWrap .item2 .caseScroll{width: 100%;position: relative;overflow: hidden;}
.caseWrap .item2 .caseScroll .swiper-slide{background: #232532;}
.caseWrap .item2 .caseScroll .swiper-slide .pic{width: 50%;height: 354px;position: relative;overflow: hidden;}
.caseWrap .item2 .caseScroll .swiper-slide .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.caseWrap .item2 .caseScroll .swiper-slide .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.caseWrap .item2 .caseScroll .swiper-slide:hover .pic b{opacity: 1;}
.caseWrap .item2 .caseScroll .swiper-slide .text{width: 50%;height: 354px;box-sizing: border-box;padding: 30px 40px 80px;}
.caseWrap .item2 .caseScroll .swiper-slide .text .t{font-size: 28px;line-height: 47px;color: #ffffff;font-weight: normal;margin-bottom: 22px;}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail{font-size: 16px;line-height: 32px;color: #ffffff;height: 160px;overflow: auto;width: 100%;padding-right: 20px;}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar{width:3px;height:3px}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-button:vertical{display:none}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-corner,
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-track{background-color:#ccc}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-thumb{border-radius:0;background-color:#fff; }
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-thumb:vertical:hover{ }
.caseWrap .item2 .caseScroll .swiper-slide .text .detail::-webkit-scrollbar-thumb:vertical:active{ }
.caseWrap .item2 .caseScroll .btnWrap{position: absolute;right: 10px;bottom: 10px;z-index: 9;width: 108px;height: 50px;background: #15161e;}
.caseWrap .item2 .caseScroll .btnWrap:before{content: "";width: 2px;height: 18px;background: #8a8b8f;position: absolute;left: 50%;top:50%;margin: -7px 0 0 -1px;}
.caseWrap .item2 .caseScroll .btnWrap .swiper-button-prev,
.caseWrap .item2 .caseScroll .btnWrap .swiper-button-next{width: 45px;height: 50px;cursor: pointer;background: url(../images/arrow1.png) no-repeat left top;}
.caseWrap .item2 .caseScroll .btnWrap .swiper-button-prev{left: 0;}
.caseWrap .item2 .caseScroll .btnWrap .swiper-button-next{right: 0;background-position: right top;}
.caseWrap .item2 .caseScroll.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}


.nyNav li{margin-right: 50px;}
.nyNav li a{display: block;font-size: 16px;color: #222527;font-weight: bold;line-height: 76px;}
.nyNav li a:hover,.nyNav li.on a{color: #005bb3;}

.caseList{width: 100%;overflow: hidden;}
.caseList ul{width: 1215px;}
.caseList ul li{width: 390px;margin: 0 15px 40px 0;}
.caseList ul li a{display: block;}
.caseList ul li a .pic{width: 100%;height: 0;padding-bottom: 58.97%;position: relative;overflow: hidden;}
.caseList ul li a .pic em,
.caseList ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.caseList ul li a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.caseList ul li a .pic b{background: rgba(0,0,0,0.4);opacity: 0;}
.caseList ul li a:hover .pic b{opacity: 1;}
.caseList ul li a h5{padding: 0 10px;height: 60px;background: #ebebeb;text-align: center;font-size: 16px;color: #1a1a1a;font-weight: normal;line-height: 60px;}
.caseList ul li a:hover h5{color: #fff;background: #005bb3;}

.caseList.prodList{padding-top: 20px;}
.caseList.prodList ul{width: 945px;}
.caseList.prodList ul li{width: 300px;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;height: 34px;line-height: 34px;font-size: 16px;color: #424242;font-family: "HelNeu65Md";margin: 0 10px;}
.page a.prev,.page a.next{margin: 0 20px;width: 32px;height: 32px;padding: 0;border:1px solid #777777;border-radius: 50%;}
.page a.prev{background: url(../images/leftArr1.png) no-repeat left center;}
.page a.next{background: url(../images/rightArr1.png) no-repeat right center;}
.page a.on,.page a:hover{color: #005bb3;}
.page a.prev:hover{border-color: #005bb3;background-position: right center;}
.page a.next:hover{border-color: #005bb3;background-position: left center;}
.pageLeft .page{text-align: left;}

.caseWrap .item4{}
.caseWrap .item4 .thumbsWrap{width: 18.3%;box-sizing: border-box;padding: 19px;background: #f0f0f0;border:1px solid #d9d9d9;}
.gallery-top {width: 78%; height: 554px;position: relative;}
.gallery-top .swiper-slide{width: 100%;height: 554px;position: relative;}
.gallery-top .swiper-slide span{ width: 100%;height: 100%;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center;background-size: cover;}
.gallery-top .swiper-button-next,
.gallery-top .swiper-button-prev{width: 34px;height: 34px;margin-top: -17px;filter: alpha(opacity=0);opacity: 0;}
.gallery-top .swiper-button-prev{background: url(../images/leftArr2.png) no-repeat center;left: 0;}
.gallery-top .swiper-button-next{background: url(../images/rightArr2.png) no-repeat center;right: 0;}
.caseWrap .item4:hover .gallery-top .swiper-button-prev{left: 30px;filter: alpha(opacity=100);opacity: 1;}
.caseWrap .item4:hover .gallery-top .swiper-button-next{right: 30px;filter: alpha(opacity=100);opacity: 1;}
.gallery-top.swiper-container-horizontal > .swiper-pagination-bullets{display: none;}

.gallery-thumbs { height: 514px; width: 100%;padding-right: 1px; }
.gallery-thumbs .swiper-wrapper { float: left; width: 100%;s}
.gallery-thumbs .swiper-slide{ width: 100%; height: 105px; margin-bottom: 31px; overflow: hidden; cursor: pointer;position: relative;}
.gallery-thumbs .swiper-slide span{display: block;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.gallery-thumbs .swiper-slide:before{content: "";width: 100%;height: 100%;box-sizing: border-box;border:3px solid #005bb3;position: absolute;left: 0;top:0;z-index: 2;filter: alpha(opacity=0);opacity: 0;}
.gallery-thumbs .swiper-slide-active:before{filter: alpha(opacity=100);opacity: 1;}

.aboutWrap{margin-bottom: 0;}
.aboutWrap .item1{margin-bottom: 70px;}
.aboutWrap .pageStyle{color: #4c4c4c;line-height: 34px;}
.aboutWrap .item1 .tit{font-size: 34px;color: #242424;line-height: 50px;}
.aboutWrap .item1 .subTit{font-size: 24px;line-height: 40px;color: #1a1a1a;font-weight: normal;margin-bottom: 12px;}
.aboutWrap .item1 .detail{margin-bottom: 40px;}

.readMore{display: block;width: 166px;height: 48px;border:1px solid #005bb3;text-align: center;line-height: 48px;font-size: 16px;color: #005bb3;position: relative;}
.readMore span{position: relative;z-index: 2;}
.readMore:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #005bb3;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.readMore:hover{color: #fff;}
.readMore:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.aboutTit{text-align: center;font-size: 34px;line-height: 53px;color: #ffffff;margin-bottom: 19px;}

.aboutWrap .item2{padding: 40px 0 52px;background: url(../images/aboutBg1.jpg) no-repeat center;background-size: cover;}
.aboutWrap .item2 .tabs{text-align: center;margin-bottom: 40px;font-size: 0;}
.aboutWrap .item2 .tabs span{display: inline-block;*display: inline;*zoom: 1;height: 38px;padding: 0 25px;font-size: 16px;color: #ffffff;line-height: 36px;cursor: pointer;border-radius: 18px;}
.aboutWrap .item2 .tabs span.active{border:1px solid #fff;height: 36px;line-height: 34px;}
.aboutWrap .item2 .swiper-container{width: 100%;overflow: hidden;position: relative;}
.aboutWrap .item2 .swiper-container .innerScroll{width: 100%;position: relative;overflow: hidden;padding-bottom: 74px;}
.aboutWrap .item2 .swiper-container .innerScroll .swiper-slide{position: relative;}
.aboutWrap .item2 .swiper-container .innerScroll .swiper-slide .pic{width: 100%;height: 0;padding-bottom: 71.03%;position: relative;overflow: hidden;}
.aboutWrap .item2 .swiper-container .innerScroll .swiper-slide .pic em{position: absolute;left: 0;top:0;;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: 100% 100%;}
.aboutWrap .item2 .swiper-container .innerScroll .swiper-slide h5{width: 100%;height: 50px;position: absolute;left: 0;bottom: 0;z-index: 2;box-sizing: border-box;padding: 0 15px;background: url(../images/gray70.png) repeat;
text-align: center;line-height: 50px;font-size: 16px;color: #ffffff;font-weight: normal;}
.aboutWrap .item2 .swiper-container .innerScroll .btnWrap{width: 108px;height: 34px;position: absolute;left: 50%;margin-left: -54px;bottom: 0;}
.aboutWrap .item2 .swiper-container .innerScroll .btnWrap .swiper-button-prev,
.aboutWrap .item2 .swiper-container .innerScroll .btnWrap .swiper-button-next{width: 34px;height: 34px;margin-top: 0;top:0;}
.aboutWrap .item2 .swiper-container .innerScroll .btnWrap .swiper-button-prev{background: url(../images/leftArr2.png) no-repeat center;}
.aboutWrap .item2 .swiper-container .innerScroll .btnWrap .swiper-button-next{background: url(../images/rightArr2.png) no-repeat center;}

.aboutWrap .item3{padding: 40px 0 70px;background: #f0f0f0;}
.aboutWrap .item3 .aboutTit{color: #242424;margin-bottom: 40px;}
.aboutWrap .item3 .syFocusThumb{width: 100%;position: relative;overflow: hidden;}
.aboutWrap .item3 .syFocusThumb .pagination{width: 100%;position: relative;padding-bottom: 20px;margin-bottom: 45px;box-sizing: border-box;padding: 0 30px;}
.aboutWrap .item3 .syFocusThumb .pagination:before{content: "";width: 100%;height: 9px;position: absolute;left: 0;top:36px;background: url(../images/devpBg.png) repeat-x;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap{width: 100%;position: relative;overflow: hidden;height: 51px;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .holder{width: 4000px;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .toc{width: 200px;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .toc a{display: block;width: 86px;height: 31px;line-height: 31px;text-align: center;font-size: 16px;color: #4c4c4c;font-weight: bold;font-family: "HelNeu55Rom";position: relative;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .toc a:before{content: "";width: 11px;height: 11px;position: absolute;left: 50%;margin-left: -6px;top:31px;background: #c2c2c2;border-radius: 50%;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .toc a:after{content: "";width: 1px;height: 9px;background: #c2c2c2;position: absolute;left: 42px;top:42px;}
.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .toc.selected a{font-size: 24px;color: #005bb3;font-weight: bold;}
.aboutWrap .item3 .syFocusThumb .contentWrap{position: relative;padding-bottom: 20px;}
.aboutWrap .item3 .syFocusThumb .contentWrap:before{content: "";width: 100%;height: 100%;background: #d9d9d9;position: absolute;left: -20px;top:20px;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv{position: relative;background: #ffffff;padding: 90px 80px;position: relative;z-index: 2;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .pic{width: 31.7%;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .pic img{width: 100%;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .text{width: 65.38%;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .text .tit{line-height: 44px;font-size: 36px;color: #242424;margin-bottom: 16px;}
.aboutWrap .item3 .syFocusThumb .contentWrap .btn{width: 32px;height: 72px;position: absolute;top:164px;z-index: 9999;}
.aboutWrap .item3 .syFocusThumb .contentWrap .btn.prev{background: url(../images/leftArr3.png) no-repeat left center;left: 0;}
.aboutWrap .item3 .syFocusThumb .contentWrap .btn.next{background: url(../images/rightArr3.png) no-repeat right center;right: 0;}

.aboutWrap .item4{padding: 60px 0;overflow: hidden;}
.aboutWrap .item4 ul{width: 1203px;}
.aboutWrap .item4 ul li{width: 398px;margin-right: 3px;position: relative;cursor: pointer;}
.aboutWrap .item4 ul li .pic{width: 100%;height: 0;padding-bottom: 143.216%;position: relative;overflow: hidden;}
.aboutWrap .item4 ul li .pic em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.aboutWrap .item4 ul li b{position: absolute;left: 0;top:0;width: 100%;height: 100%;background: rgba(0,0,0,0.4);opacity: 0;}
.aboutWrap .item4 ul li:hover b{opacity: 1;}
.aboutWrap .item4 ul li .tit{width: 100%;position: absolute;left: 0;top:43px;box-sizing: border-box;padding: 0 40px;z-index: 3;}
.aboutWrap .item4 ul li .tit h3{font-size: 24px;line-height: 34px;color: #ffffff;}
.aboutWrap .item4 ul li .tit h4{font-size: 14px;line-height: 24px;color: #ffffff;font-family: "HelNeu55Rom";font-weight: normal;}

.aboutWrap .item5{background: url(../images/aboutBg3.jpg) no-repeat center;background-size: cover;padding: 40px 0 43px;}
.aboutWrap .item5 .aboutTit{color: #fff;margin-bottom: 40px;}


.jobScroll{width: 100%;position: relative;padding-bottom: 74px;position: relative;overflow: hidden;}
.jobScroll .btnWrap{width: 108px;height: 34px;position: absolute;left: 50%;margin-left: -54px;bottom: 0;}
.jobScroll .btnWrap .swiper-button-prev,
.jobScroll .btnWrap .swiper-button-next{width: 34px;height: 34px;margin-top: 0;top:0;}
.jobScroll .btnWrap .swiper-button-prev{background: url(../images/leftArr2.png) no-repeat center;}
.jobScroll .btnWrap .swiper-button-next{background: url(../images/rightArr2.png) no-repeat center;}
.jobScroll .swiper-slide{background: url(../images/white86.png) repeat;}
.jobScroll .swiper-slide .wrap{padding: 22px 40px 0;height: 218px;cursor: pointer;}
.jobScroll .swiper-slide .wrap .date{height: 51px;line-height: 51px;border-bottom: 1px solid #bebebe;margin-bottom: 22px;font-size: 16px;color: #333333;font-weight: bold;font-family: "HelNeu55Rom";}
.jobScroll .swiper-slide .wrap h5{font-size: 18px;line-height: 34px;color: #1a1a1a;font-weight: normal;height: 68px;overflow: hidden;margin-bottom: 10px;}
.jobScroll .swiper-slide .wrap .btn{display: block;width: 108px;height: 36px;border:1px solid #b3b3b3;text-align: center;line-height: 36px;font-size: 16px;color: #333333;position: relative;}
.jobScroll .swiper-slide .wrap .btn span{position: relative;z-index: 2;}
.jobScroll .swiper-slide .wrap .btn:before{content: "";position: absolute;left: 0;top:0;width: 100%;height: 100%;background: #005bb3;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.jobScroll .swiper-slide .wrap:hover .btn{border-color: #005bb3;color: #fff;}
.jobScroll .swiper-slide .wrap:hover .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

.popWrap{width: 100%;height: 100%;position: fixed;left: 0;top:0;z-index: 99999;background: url(../images/gray50.png) repeat;display: none;}
.popWrap .popCont{height: 90%;position: absolute;left: 50%;top:5%;margin-left: -600px;background: #fff;box-sizing: border-box;padding: 42px 40px;position: relative;}
.popWrap .popCont.pageStyle{line-height: 34px;color: #4c4c4c;}
.popWrap .popCont .popTit{text-align: center;font-size: 30px;color: #1a1a1a;font-weight: normal;line-height: 50px;margin-bottom: 15px;}
.popWrap .popCont .wrap{width: 100%;height: 100%;padding-right: 20px;overflow: auto;}
.popWrap .popCont .wrap::-webkit-scrollbar{width:3px;height:3px}
.popWrap .popCont .wrap::-webkit-scrollbar-button:vertical{display:none}
.popWrap .popCont .wrap::-webkit-scrollbar-corner,
.popWrap .popCont .wrap::-webkit-scrollbar-track{background-color:#ccc}
.popWrap .popCont .wrap::-webkit-scrollbar-thumb{border-radius:0;background-color:#005bb3; }
.popWrap .popCont .wrap::-webkit-scrollbar-thumb:vertical:hover{ }
.popWrap .popCont .wrap::-webkit-scrollbar-thumb:vertical:active{ }
.popWrap .popCont .close{width: 36px;height: 36px;background: #005bb3 url(../images/close.png) no-repeat center;position: absolute;right: -36px;top:5%;cursor: pointer;}
.popWrap .popCont .close:hover{background-color: #066fd4;}

.invesWrap{padding-top: 17px;}
.invesTab .hd{padding: 0 10px;background: #f2f2f2;}
.invesTab .hd ul li{padding: 2px 25px 0;height: 48px;line-height: 48px;font-size: 16px;color: #1a1a1a;cursor: pointer;position: relative;}
.invesTab .hd ul li:before{content: "";width: 100%;height: 2px;background: #005bb3;position: absolute;left: 0;top:0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.invesTab .hd ul li.on{background: #ffffff;}
.invesTab .hd ul li.on:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.invesTab .bd .item{display: none;}
.invesTab .bd .item:first-child{display: block;}

.nyTit{font-size: 34px;color: #242424;line-height: 66px;margin-bottom: 3px;}

.contactWrap .item1{margin-bottom: 50px;}
.contactWrap .item1 .detail .text{max-width: 60%;}
.contactWrap .item1 .detail .text .tel{color: #005bb3;font-weight: bold;font-family: "HelNeu55Rom";}
.contactWrap .item1 .qrcode{margin-top: -22px;}
.contactWrap .item1 .qrcode .pic{width: 138px;height: 138px;border:1px solid #e6e6e6;}
.contactWrap .item1 .qrcode .pic img{width: 100%;height: 100%;}
.contactWrap .item1 .qrcode .txt{margin: 55px 0 0 20px;font-size: 14px;line-height: 24px;color: #4c4c4c;}

.contactWrap .item2{height: 439px;border:1px solid #e6e6e6;margin-bottom: 32px;box-sizing: border-box;}

.contactWrap .item3 .nyTit{margin-bottom: 0;}
.contactWrap .item3 .tips{font-size: 16px;color: #4d4d4d;line-height: 21px;margin-bottom: 46px;}
.contactWrap .item3 .form dl{margin-bottom: 20px;padding-left: 79px;min-height: 60px;position: relative;box-sizing: border-box;width: 46.6%;}
.contactWrap .item3 .form dl.w100p{width: 100%;}
.contactWrap .item3 .form dl dt{position: absolute;left: 0;top:0;font-size: 16px;color: #1a1a1a;line-height: 60px;}
.contactWrap .item3 .form dl dd{width: 100%;}
.contactWrap .item3 .form dl .text,
.contactWrap .item3 .form dl textarea{width: 100%;height: 60px;box-sizing: border-box;border:1px solid #e6e6e6;padding: 0 12px;font-size: 16px;color: #1a1a1a;line-height: 58px;}
.contactWrap .item3 .form dl textarea{height: 170px;padding: 10px 12px;line-height: 40px;overflow: auto;}
.contactWrap .item3 .form dl.codeDl dd{box-sizing: border-box;padding-right: 120px;position: relative;}
.contactWrap .item3 .form dl.codeDl dd .pic{width: 120px;height: 100%;position: absolute;right: 0;top:0;}
.contactWrap .item3 .form dl.codeDl dd .pic img{width: 100%;height: 100%;cursor: pointer;}
.contactWrap .item3 .form dl .subm{width: 180px;height: 60px;background: #005bb3;border:none;text-align: center;line-height: 60px;font-size: 18px;color: #ffffff;cursor: pointer;}
.contactWrap .item3 .form dl .subm:hover{background: #0476e4;}

.newsWrap .item1{padding-bottom: 50px;/*border-bottom: 1px solid #e0e0e0;margin-bottom: 30px;*/}

.newsList ul{padding-bottom: 40px;}
.newsList ul li{padding: 30px 0;border-bottom: 1px solid #e0e0e0;}
.newsList ul li:first-child{border-top: 1px solid #e0e0e0;}
.newsList ul li a{display: block;height: 203px;padding-left: 350px;position: relative;}
.newsList ul li a .pic{width: 320px;height: 203px;position: absolute;overflow: hidden;left: 0;top:0;}
.newsList ul li a .pic em,
.newsList ul li a .pic b{position: absolute;left: 0;top:0;width: 100%;height: 100%;}
.newsList ul li a .pic em{background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsList ul li a .pic b{z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.newsList ul li a .text{width: 100%;}
.newsList ul li a .text h5{font-size: 18px;line-height: 42px;color: #1a1a1a;margin-bottom: 10px;}
.newsList ul li a .text p{font-size: 16px;line-height: 30px;color: #666666;height: 60px;overflow: hidden;margin-bottom: 39px;}
.newsList ul li a .text span{display: block;font-size: 16px;line-height: 30px;color: #ffb400;text-decoration: underline;}
.newsList ul li a:hover .pic b{opacity: 1;}
.newsList ul li a:hover .text h5,
.newsList ul li a:hover .text span{color: #005bb3;}

.noticeList ul{padding-bottom: 22px;}
.noticeList ul li{padding-bottom: 19px;border-bottom: 1px solid #dbdbdb;margin-bottom: 18px;}
.noticeList ul li a{display: block;padding-right: 100px;position: relative;}
.noticeList ul li a h5{font-size: 18px;line-height: 37px;color: #000000;font-weight: normal;}
.noticeList ul li a .date{display: block;font-size: 14px;line-height: 34px;color: #666666;padding-left: 26px;background: url(../images/dateIcon.png) no-repeat left center;}
.noticeList ul li a .more{position: absolute;right: 0;top:15px;font-size: 16px;line-height: 34px;color: #ffb400;text-decoration: underline;}
.noticeList ul li a:hover h5,
.noticeList ul li a:hover .date{color: #005bb3;}

.newsWrap1 .item1{margin-bottom: 50px;}
.newsScroll{padding-top: 17px;}
.newsScroll .container{width: 100%;position: relative;overflow: hidden;}
.newsScroll .container .swiper-slide a{display: block;}
.newsScroll .container .swiper-slide a .pic{width: 45.32%;position: relative;overflow: hidden;}
.newsScroll .container .swiper-slide a .pic .wrap{width: 100%;height: 0;padding-bottom: 63.38%;}
.newsScroll .container .swiper-slide a .pic .wrap em{position: absolute;left: 0;top:0;width: 100%;height: 100%;
background-repeat: no-repeat;background-position: center;background-size: cover;}
.newsScroll .container .swiper-slide a .pic .wrap b{position: absolute;left: 0;top:0;width: 100%;height: 100%;z-index: 2;background: rgba(0,0,0,0.4);opacity: 0;}
.newsScroll .container .swiper-slide a .pic .date{width: 74px;height: 86px;background: #005bb3;position: absolute;left: 0;top:0;z-index: 3;text-align: center;}
.newsScroll .container .swiper-slide a .pic .date .day{display: block;padding-top: 14px;line-height: 38px;font-size: 36px;color: #ffffff;font-family: "HelNeu65Md";}
.newsScroll .container .swiper-slide a .pic .date .year{display: block;font-size: 12px;line-height: 21px;color: #ffffff;}
.newsScroll .container .swiper-slide a .text{width: 51.49%;}
.newsScroll .container .swiper-slide a .text h5{height: 36px;line-height: 36px;font-size: 20px;color: #1a1a1a;}
.newsScroll .container .swiper-slide a .text p{margin: 14px 0 34px;font-size: 16px;line-height: 30px;color: #666666;height: 120px;overflow: hidden;}
.newsScroll .container .swiper-slide a .text .readMore{width: 108px;height: 36px;line-height: 36px;}
.newsScroll .container.swiper-container-horizontal > .swiper-pagination-bullets{position: absolute;right: 0;left: auto;bottom: 43px;width: auto;height: 10px;line-height: 10px;}
.newsScroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{width: 10px;height: 10px;background: #2a2b2c;opacity: 1;margin: 0 0 0 10px;}
.newsScroll .container.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #005bb3;}

.newsWrap1 .item2{padding: 60px 0 30px;background: #f2f2f2;margin-bottom: 40px;}

.newsList1 li{width: 49.16%;margin-bottom: 20px;}
.newsList1 li a{display: block;background: #ffffff;box-sizing: border-box;padding: 30px 40px;}
.newsList1 li a .wrap{height: 86px;padding-left: 104px;position: relative;}
.newsList1 li a .wrap .date{width: 74px;height: 86px;background: #ebebeb;position: absolute;left: 0;top:0;text-align: center;}
.newsList1 li a .wrap .date em{display: block;padding-top: 14px;font-size: 36px;color: #808080;line-height: 38px;font-family: "HelNeu65Md";}
.newsList1 li a .wrap .date span{display: block;font-size: 12px;line-height: 20px;color: #808080;}
.newsList1 li a .wrap h5{font-size: 18px;line-height: 47px;color: #1a1a1a;font-weight: normal;}
.newsList1 li a .wrap .more{display: block;height: 34px;line-height: 34px;font-size: 14px;color: #666666;text-decoration: underline;}
.newsList1 li a:hover .date{background: #005bb3;}
.newsList1 li a:hover .date em,
.newsList1 li a:hover .date span{color: #fff;}
.newsList1 li a:hover h5{color: #005bb3;}

.footer .fContact .qrcode  .pic{width: 120px;height: 120px;}
.footer .fContact .qrcode  .pic img{width: 100%;height: 100%;}


@media screen and (max-width: 1450px){ 
.isect2Scroll{padding: 0 60px;}
.isect2Scroll .swiper-button-prev, .isect2Scroll .swiper-button-next{width: 30px;height: 60px;}
.isect2Scroll .swiper-button-prev{background-position: left center;left: 1%;}
.isect2Scroll .swiper-button-next{background-position: right center;right: 1%;}
}

@media screen and (max-width: 1360px){ 
.isect2Scroll{width: auto;padding: 0 60px;}
}

@media screen and (max-width: 1280px){
.popWrap .popCont{width: 90%;margin-left: 0;left: 5%;}
}
@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.pcWrap .nav .nLi{padding: 0 5px;}
.pcWrap .form .text{width: 180px;}

.banner .swiper-slide a{background-size: cover;height: 0;padding-bottom: 43%;}

.isect1_1 .top a .text p{height: 48px;}
.isect1_1 .top a .text h5{white-space: nowrap; overflow: hidden; text-overflow: ellipsis;height: 26px;}

.isect2Scroll .swiper-button-prev, .isect2Scroll .swiper-button-next{width: 3%;height: 60px;}

.footer .fNav dl{padding: 0 16px;}

.nySide{width: 24%;}
.sideRight{width: 72%;}

.caseWrap .item1 .cont .ul{margin-top: 30px;}
.caseWrap .item1 .cont .ul li{padding: 0 3%}

.pageStyle{font-size: 14px;line-height: 26px;}

.caseWrap .item2 .caseScroll .swiper-slide .text .t{font-size: 22px;margin-bottom: 0;}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail{font-size: 14px;line-height: 26px;}

.caseList ul{width: 100%;}
.caseList ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.caseList ul li:nth-child(3n){margin-right: 0;}

.caseList.prodList ul{width: 100%;}
.caseList.prodList ul li{width: 32%;margin-right: 2%;margin-bottom: 20px;}
.caseList.prodList ul li:nth-child(3n){margin-right: 0;}


.caseWrap .item4 .thumbsWrap{width: 24%;}
.gallery-top {width: 72%;}

.aboutWrap .item3 .syFocusThumb .contentWrap{padding: 0 0 20px;margin: 0 5%;}

.aboutWrap .item4 ul{width: 90%;margin: 0 5%;}
.aboutWrap .item4 ul li{width: 33%;margin-right: 0.5%;}
.aboutWrap .item4 ul li:nth-child(3n){margin-right: 0;}

.contactWrap .item2{margin: 0 5% 32px;padding: 0;}

.newsScroll .container .swiper-slide a .text p{height: 60px;}

}

@media screen and (max-width: 1024px){
.header .logo img{height: 40px;}
.header .stock,.pcWrap{display: none;}
.header .menuIcon,.header .searchBtn{display: block;}

.isect1_1,.isect1_2{width: 100%;}
.isect1_1{margin-bottom: 20px;}

.isect2{background-size: cover;}
.isect2Scroll .container{padding-bottom: 30px;}
.isect2Scroll .container.swiper-container-horizontal > .swiper-pagination-bullets{display: block;}
.isect2Scroll .swiper-button-prev, .isect2Scroll .swiper-button-next{display: none;}

.isect2Scroll .container ul li a .text{height: 72px;margin-top: -36px;}
.isect2Scroll .container ul li a .text i{height: 26px;width: 26px;background-size: 100% 100%;margin-bottom: 10px;}
.isect2Scroll .container ul li a .text h5{font-size: 18px;}
.isect2Scroll .container ul li a .text p{display: none;}

.isect2 .ititle{font-size: 24px;}
.isect3{margin: 30px auto;}
.isect3 ul li a .ititle{top:20px;padding: 0 12px;}
.isect3 ul li a h5{padding: 0 12px;bottom: 3%;font-size: 13px;line-height: 20px;}
.isect3 ul li a .ititle h3{font-size: 20px;height: 24px;line-height: 24px;}

.footer{padding: 30px 0;}
.footer .fNav{display: none;}
.footer .fContact{max-width: none;width: 100%;float: none;text-align: center;}
.footer .fContact .btm{}
.footer .fContact .text{margin-bottom: 0;}
.footerBtm .left,.footerBtm .right{float: none;text-align: center;line-height: 28px;}

.footer .qrcode{width: 120px;margin: 0 auto;padding-top: 15px;}

.nySide{display: none;}
.sideRight{width: 100%;}

.bread{line-height: 50px;}
.bread .path{float: none;}

.caseWrap .item1 .cont .tit{font-size: 24px;line-height: 34px;}
.caseWrap .item1 .cont .ul li{width: 33.3%;box-sizing: border-box;padding: 0 10px;text-align: center;}
.caseWrap .item1 .cont .ul li:before{top:50%;margin-top: -29px;}

.nyNav li{margin-right: 20px;}

.caseWrap .item4 .thumbsWrap{display: none;}
.gallery-top{width: 100%;height: auto;}
.gallery-top .swiper-slide{height: 0;padding-bottom: 59.06%;}
.gallery-top.swiper-container-horizontal > .swiper-pagination-bullets{display: block;}
.gallery-top.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #fff;}

.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv{padding: 30px;}
.aboutWrap .item3 .syFocusThumb .contentWrap .btn{top:50%;margin-top: -36px;display: none;}


.aboutWrap .item4 ul li .tit{padding: 0 5%;text-align: center;}
.aboutWrap .item4 ul li .tit h3{font-size: 18px;}
.aboutWrap .item4 ul li .tit h4{font-size: 12px;line-height: 20px;}
.aboutWrap .item4 ul li b{opacity: 1;}

.popWrap .popCont .popTit{font-size: 20px;line-height: 32px;}
.popWrap .popCont{padding: 20px;}
.popWrap .popCont .close{right: 0;top:0;}

.newsList1 li a{padding: 15px;}
.newsList1 li a .wrap{padding-left: 90px;}
}
@media screen and (max-width: 768px){

.header .logo{height: 78px;line-height: 78px;}
.header .logo img{height: 30px;}
.header .searchBtn{margin-top: 24px;}
.header .menuIcon{margin-top: 25px;}

.banner .swiper-button-prev, .banner .swiper-button-next{display: none;}

.isect1_1 .top a .text p{margin-bottom: 12px;}

.isect2Scroll .container ul li a .text{height: 26px;margin-top: -13px;}
.isect2Scroll .container ul li a .text i{margin-bottom: 0;}
.isect2Scroll .container ul li a .text h5{display: none;}

.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;font-size: 15px;line-height: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}

.isect3 ul li,.isect3 ul li.fr{width: 100%;}
.isect3 ul li.fl{margin-bottom: 12px;}
.isect3 ul li.fr a{padding-bottom: 48.33%;}

.caseWrap .item2{height: auto;padding: 2% 0 6%;}
.caseWrap .item2 .tit{font-size: 18px;line-height: 40px;margin-bottom: 10px;}
.caseWrap .item2 .caseScroll .swiper-slide .pic{width: 100%;}
.caseWrap .item2 .caseScroll .swiper-slide .text{width: 100%;padding: 15px 20px 20px;height: auto;}
.caseWrap .item2 .caseScroll .swiper-slide .text .detail{height: auto;}
.caseWrap .item2 .caseScroll .btnWrap{display: none;}
.caseWrap .item2 .caseScroll.swiper-container-horizontal > .swiper-pagination-bullets{display: block;bottom: 0;}
.caseWrap .item2 .caseScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet{background: #fff;}
.caseWrap .item2 .caseScroll.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{}
.caseWrap .item2 .caseScroll{padding-bottom: 30px;}

.caseList ul li{width: 49%;margin-right: 0;}
.caseList ul li:nth-child(2n){margin-right: 0;float: right;}

.caseList.prodList ul li{width: 49%;margin-right: 0;}
.caseList.prodList ul li:nth-child(2n){margin-right: 0;float: right;}

.nyNav li{margin-right: 10px;}
.nyNav li a{font-size: 14px;}

.aboutWrap .item1{margin-bottom: 30px;}
.aboutWrap .item1 .tit{font-size: 20px;line-height: 28px;}
.aboutWrap .item1 .subTit{font-size: 16px;line-height: 30px;}
.aboutWrap .item1 .detail{margin-bottom: 20px;}
.readMore{margin: 0 auto;}

.aboutTit{font-size: 24px;line-height: 40px;margin-bottom: 10px;}

.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .pic,
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .text{width: 100%;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .pic{margin-bottom: 20px;}
.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv .text .tit{font-size: 28px;line-height: 34px;}
.aboutWrap .item3 .syFocusThumb .contentWrap:before{display: none;}
.aboutWrap .item3 .syFocusThumb .pagination{margin-bottom: 20px;}

.aboutWrap .item4 ul li .tit{top:50%;margin-top: -17px;}
.aboutWrap .item4 ul li .tit h4{display: none;}
.aboutWrap .item4{padding: 30px 0;}
.aboutWrap .item3{padding: 20px 0 30px;}

.jobScroll .swiper-slide .wrap h5{font-size: 15px;line-height: 30px;height: 60px;}
.jobScroll .swiper-slide .wrap{padding: 22px 20px 0;}

.nyBanner{height: 200px;background-size: cover;}

.contactWrap .item1 .detail .text{max-width: 100%;width: 100%;float: none;}
.contactWrap .item1 .qrcode{float: none;margin-top: 10px;}
.contactWrap .item1 .qrcode .txt{margin-top: 35px;}
.contactWrap .item2{height: 239px;}

.nyTit{font-size: 20px;line-height: 30px;}
.contactWrap .item3 .tips{font-size: 14px;margin-bottom: 20px;}
.contactWrap .item3 .form dl{width: 100%;min-height: 44px;padding-left: 52px;margin-bottom: 15px;}
.contactWrap .item3 .form dl dt{font-size: 14px;height: 44px;line-height: 44px;}
.contactWrap .item3 .form dl .text{height: 44px;line-height: 44px;font-size: 14px;}
.contactWrap .item3 .form dl textarea{line-height: 24px;font-size: 14px;}
.contactWrap .item3 .form dl .subm{height: 48px;line-height: 48px;font-size: 14px;width: 140px;}

.newsWrap .item1{padding-bottom: 20px;}
.newsList ul li a{height: 164px;padding-left: 280px;}
.newsList ul li a .pic{width: 260px;height: 164px;}
.newsList ul li a .text h5{line-height: 32px;}
.newsList ul li a .text p{font-size: 14px;line-height: 28px;height: 56px;margin-bottom: 20px;}

.newsList1 li{width: 100%;}
.newsScroll .container .swiper-slide a .text .readMore{margin-left: 0;}
.newsScroll .container .swiper-slide a .text h5{height: 28px;line-height: 28px;font-size: 16px;}
.newsScroll .container .swiper-slide a .text p{margin: 4px 0 18px;font-size: 14px;line-height: 24px;height: 48px;}
.newsScroll .container.swiper-container-horizontal > .swiper-pagination-bullets{bottom: 5px;}

}


@media screen and (max-width: 468px){
.header .logo{height: 66px;line-height: 66px;}
.header .logo img{height: 24px;}
.header .searchBtn{margin-top: 16px;}
.header .menuIcon{margin-top: 18px;}


.isect1_1 .top a .pic,.isect1_1 .top a .text{width: 100%;}
.isect1_1 .top a .pic{margin-bottom: 10px;}
.isect1_1 .top{margin-bottom: 10px;}
.isect1_1 .btm li{width: 100%;}
.isect1_1 .top a .text{border-bottom: 1px solid #dbdbdb;}
.isect1_1 .top a .text h5{font-size: 16px;margin-bottom: 6px;}
.isect1_1 .top a .text .btn{display: none;}
.isect1_2 .cont a h5{height: 54px;line-height: 54px;font-size: 16px;}

.ititle{font-size: 20px;line-height: 40px;}

.isect2{padding: 20px 0;}
.isect2 .desc{padding-bottom: 10px;font-size: 12px;line-height: 20px;}

.page a.num{display: none;}
.page a.num.on{display: inline-block;}
.pageLeft .page{text-align: center;}

.nyWrap{margin-bottom: 30px;}

.caseWrap .item1 .cont .tit{font-size: 20px;}

.caseWrap .item1{margin-bottom: 10px;}
.caseWrap .item1 .cont .ul{margin-top: 20px;}
.caseWrap .item1 .cont .ul li{width: 100%;padding-bottom: 10px;border-bottom: 1px solid #e6e6e6;margin-bottom: 10px;}
.caseWrap .item1 .cont .ul li:last-child{border-bottom: none;}
.caseWrap .item1 .cont .ul li:before{display: none;}
.caseWrap .item1 .cont .ul li h5{font-size: 24px;line-height: 30px;}

.caseWrap .item2 .caseScroll .swiper-slide .pic{height: 0;padding-bottom: 59%;}
.caseWrap .item2 .caseScroll .swiper-slide .text .t{font-size: 18px;line-height: 30px;margin-bottom: 5px;}

.caseList ul li{width: 100%;}

.caseList.prodList{padding-top: 10px;}
.caseList.prodList ul li{width: 100%;}

.nyNav{padding: 10px 0;}
.nyNav li{width: 25%;margin-right: 0;text-align: center;}
.nyNav li a{line-height: 34px;}

.aboutWrap .item2 .tabs span.active{padding: 0 12px;height: 30px;line-height: 30px;font-size: 14px;}
.aboutWrap .item2 .tabs{margin-bottom: 20px;}
.aboutWrap .item2 .swiper-container .innerScroll{padding-bottom: 54px;}

.aboutWrap .item3 .syFocusThumb .pagination .thumbWrap .toc{width: 120px;}

.aboutWrap .item3 .syFocusThumb .contentWrap .contentdiv{padding: 15px;}

.aboutWrap .item5 .aboutTit,.aboutWrap .item3 .aboutTit{margin-bottom: 20px;}

.nyBanner{height: 0;padding-bottom: 30%;}

.readMore{width: 140px;height: 38px;line-height: 38px;font-size: 14px;}

.invesTab .hd{padding: 0;}
.invesTab .hd ul li{width: 25%;padding: 2px 0 0;text-align: center;font-size: 14px;}

.contactWrap .item1{margin-bottom: 20px;}
.contactWrap .item1 .qrcode .pic{float: none;margin: 0 auto;}
.contactWrap .item1 .qrcode .txt{width: 100%;float: none;text-align: center;margin: 10px 0 0;
font-size: 12px;line-height: 20px;}

.newsList ul{padding-bottom: 20px;}
.newsList ul li a{height: auto;padding-left: 0;}
.newsList ul li a .pic{width: 100%;position: relative;height: 0;padding-bottom: 71.875%;margin-bottom: 12px;}
.newsList ul li a .text h5{font-size: 15px;line-height: 28px;margin-bottom: 0;}
.newsList ul li a .text p{line-height: 24px;height: 48px;margin-bottom: 10px;}
.newsList ul li a .text span{font-size: 12px;line-height: 18px;}
.newsList ul li{padding: 20px 0;}

.noticeList ul li a{padding-right: 0;}
.noticeList ul li a .more{display: none;}
.noticeList ul li a h5{font-size: 15px;}
.noticeList ul li a .date{font-size: 12px;line-height: 20px;}
.noticeList ul li{padding-bottom: 12px;margin-bottom: 12px;}
.noticeList ul{padding-bottom: 10px;}

.newsList1 li:last-child{margin-bottom: 0;}
.newsList1 li a{padding: 10px;}
.newsList1 li a .wrap{height: 76px;padding-left: 80px;}
.newsList1 li a .wrap h5{font-size: 16px;line-height: 38px;}
.newsList1 li a .wrap .more{font-size: 12px;line-height: 28px;}
.newsList1 li a .wrap .date{width: 66px;height: 76px;}
.newsList1 li a .wrap .date em{font-size: 24px;line-height: 30px;padding-top: 9px;}
.newsWrap1 .item2{padding: 30px 0 15px;margin-bottom: 30px;}
.newsWrap1 .item1{margin-bottom: 30px;}
.newsScroll .container .swiper-slide a .pic,
.newsScroll .container .swiper-slide a .text{width: 100%;}
.newsScroll .container .swiper-slide a .text{padding: 10px 0;}
.newsScroll .container .swiper-slide a .text .readMore{display: none;}
.newsScroll .container.swiper-container-horizontal > .swiper-pagination-bullets{width: 100%;}
.newsScroll .container{padding-bottom: 10px;}
.newsScroll{padding-top: 0;}

.passage{padding-top: 0;}
.passage .psgTit{padding-bottom: 12px;margin-bottom: 12px;}
.passage .psgTit h5{font-size: 18px;margin-bottom: 5px;}
.passage .psgCont{padding-bottom: 15px;margin-bottom: 15px;}
.passage .psgBtm ul li{font-size: 14px;line-height: 28px;}
.passage .psgTit .info{font-size: 12px;}

.popWrap .popCont .popTit{font-size: 16px;line-height: 24px;margin-bottom: 10px;}
.popWrap .popCont .close{width: 30px;height: 30px;}
}

@media screen and (max-width: 360px){
.header .logo img{height: 20px;}
}
