@font-face {
    font-family: 'HelNeu55';
    src: url('../font/HelNeu55.eot');
    src:
    url('../font/HelNeu55.eot?#font-spider') format('embedded-opentype'),
    url('../font/HelNeu55.woff') format('woff'),
    url('../font/HelNeu55.ttf') format('truetype'),
    url('../font/HelNeu55.svg') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'DINCondBold';
    src: url('../font/DINCondBold.eot');
    src:
    url('../font/DINCondBold.eot?#font-spider') format('embedded-opentype'),
    url('../font/DINCondBold.woff') format('woff'),
    url('../font/DINCondBold.ttf') format('truetype'),
    url('../font/DINCondBold.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;}

/*table{margin: 0 auto;border-collapse:collapse;border-spacing:0;width: 100% !important;max-width: 100% !important;}*/

/*transition*/
.tran200{-webkit-transition:all 0.2s linear; -moz-transition:all 0.2s linear; -ms-transition:all 0.2s linear; transition:all 0.2s linear;}
.tran300{-webkit-transition:all 0.3s linear; -moz-transition:all 0.3s linear; -ms-transition:all 0.3s linear; transition:all 0.3s linear;}
.tran400{-webkit-transition:all 0.4s linear; -moz-transition:all 0.4s linear; -ms-transition:all 0.4s linear; transition:all 0.4s linear;}
.tran500{-webkit-transition:all 0.5s linear; -moz-transition:all 0.5s linear; -ms-transition:all 0.5s linear; transition:all 0.5s linear;}
.tran1000{-webkit-transition:all 1s linear; -moz-transition:all 1s linear; -ms-transition:all 1s linear; transition:all 1s linear;}
.tran3000{-webkit-transition:all 3s linear; -moz-transition:all 3s linear; -ms-transition:all 3s linear; transition:all 3s linear;}
.tran5000{-webkit-transition:all 5s linear; -moz-transition:all 5s linear; -ms-transition:all 5s linear; transition:all 5s linear;}

.scaleimg:hover img,.scaleimg:hover .pic em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.rotateY:hover{ -webkit-transform: rotateY(180deg); -moz-transform: rotateY(180deg); -ms-transform: rotateY(180deg); transform: rotateY(180deg); }
.translateX:hover{-webkit-transform:translateX(-6px); -moz-transform: translateX(6px); -ms-transform:translateX(-6px); transform:translateX(-6px);}

/*网页限定宽度*/
.con_1000{ position:relative; margin:0 auto; width:1000px;}
.con_1000:after{content:""; display:block; height:0; clear:both;}

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;}

.imore{float: right;font-family: "Arial";font-size: 15px;color: #666666;height: 17px;line-height: 17px;padding: 0 12px 0 6px;margin-top: 4px;background: url(../images/imore.png) no-repeat right center;font-weight: normal;}
.imore:hover{color: #048bda;}


*: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: #0090dc;}

.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(../images/search_icon.jpg) no-repeat center;cursor: pointer;}
.mm-listview > li.nBorder:not(.mm-divider):after{display:none;}

.header .menuIcon{width: 24px;cursor: pointer;display: none;position: absolute;right: 5%;top:50%;
-webkit-transform:translateY(-50%); -moz-transform: translateY(-50%); -ms-transform:translateY(-50%); transform:translateY(-50%);}
.header .menuIcon span{display: block;height: 3px;background: #0090d9;margin-top: 5px;position: relative;}
.header .menuIcon span:first-child{margin-top: 0;}

.header{width: 100%;background:#fff;position: relative;}
.header .top{width: 100%;background:#f2f2f2;font-size: 14px;color: #999;line-height: 40px;}
.header .top ul li{padding: 0 12px 0 10px;position: relative;}
.header .top ul li:first-child{padding-left: 0;}
.header .top ul li:before{content: "";width: 1px;height: 14px;background: rgba(0,0,0,0.16);position: absolute;left: 0;top:50%;margin-top: -5px;}
.header .top ul li:first-child:before{width: 0px;}

.header .top a:hover{color: #0090d9;}
.header .top .oa{height: 40px;}
.header .logo{padding: 24px 0 24px;height: 90px;line-height:90px;}
.header .logo .logoTxt{margin-left: 17px;}
.header .form{padding-top: 27px;}
/*.header .form .text{width: 316px;height: 42px;background: #ffffff;border: 2px solid #96c9ee;border-right: none;text-indent: 16px;font-size: 14px;color: #4c4c4c;line-height: 42px;}
.header .form .subm{width: 46px;height: 46px;border:none;background: #0090d9 url(../images/searchBtn.png) no-repeat center;cursor: pointer;}
.header .form .subm:hover{background-color: #0076de;}*/

.banner{width: 100%;position: relative;overflow: hidden;}
.banner .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom:481px;background-repeat: no-repeat;background-position: center;background-size: cover;
-webkit-transition:all 2s linear;transition:all 2s linear;}
/*.banner .swiper-slide.swiper-slide-active a{opacity: 1;}*/
.banner .swiper-pagination{bottom: 32px;height: 6px;line-height: 6px;font-size: 0;}
.banner .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;background: #fff;border-radius: 3px;opacity: 1;margin: 0 3px;-webkit-transition:all 0.4s linear;transition:all 0.4s linear;}
.banner .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{width: 24px;}
.banner .swiper-button-prev,.banner .swiper-button-next{width: 50px;height: 50px;margin-top: -25px;background: url(../images/arrow.png) no-repeat left top;opacity: 0;}
.banner .swiper-button-next{background-position: right top;}
.banner .swiper-button-prev{left: -30px;}
.banner .swiper-button-next{right: -30px;}
.banner:hover .swiper-button-prev{left: 3%;opacity: 1;}
.banner:hover .swiper-button-next{right: 3%;opacity: 1;}




.nav{width: 100%; background: #0090d9;position: relative;z-index: 999;}

.nav .nLi{position: relative;width: 15%;text-align: center;}
.nav .nLi:first-child{margin-left: 5%;}
.nav .nLi:before{content: "";width: 180px;height: 100%;background: #f18401;position: absolute;left: 50%;margin-left: -90px;top:0;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.nav .nLi h3 a{display: block;font-size: 16px;color: #ffffff;line-height:60px;font-weight: normal;position: relative;z-index: 3;}
.nav .nLi .navSub{width: 180px;position: absolute;left: 50%;margin-left: -90px;top:60px;background: #d97702;display: none;}
.nav .nLi .navSub ul li a{display: block;font-size: 14px;color: #fff;line-height: 28px;padding: 8px 3px;}
.nav .nLi .navSub ul li a:hover{ background:#f18401;}

.nav .nLi.on:before,.nav .nLi:hover:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}

/*公司简介*/
.isect0 { margin:65px auto;}
.isect0_1 { width:495px; }
.isect0_1 .tit h1 { font-size:38px; color:#333;  font-weight:bold; line-height:77px; }
.isect0_1 .tit h1 span { color:#0090da;}
.isect0_1 .tit p { font-size:14px; color:#fff; background:#0090da; width:340px; height:25px; line-height:25px; text-align:center; margin-top:0;}
.isect0_1 p { font-size:15px; color:#474646; line-height:32px;text-align:justify; margin-top:34px;}

.isect0_one { margin: 36px 0 17px; }
.isect0_one li { float: left; margin-left: 30px; }
.isect0_one li:first-child { margin-left: 0; }

.isect0_one li a { display: block; position: relative; width: 100%; height: 138px; }
.isect0_one li:hover a { -webkit-transform: translateY(-5px); transform: translateY(-5px); opacity: 0.7; filter: alpha(opacity=70); }


.isect0_2 { width:654px; height: 546px; position: relative; text-align: center; margin-top: 20px; overflow: hidden; position: relative; }
.isect0_2 span { position: absolute; width: 654px; height: 476px; left: 50%; margin-left: -327px; top: 0; display: block; -webkit-transition: all 2.5s linear; transition: all 2.5s linear; }
.isect0_2 .two_bg { background: rgba(0, 0, 0, 0.25); width: 100%; height: 100%; position: relative; z-index: 2; }
.isect0_2 .two_bg a { color: #fff; }
.isect0_2 .two_bg img { margin-top: 153px; position: relative; -webkit-transition: all 0.3s linear; transition: all 0.3s linear; }

.isect0_2 .two_txt { position: absolute; z-index:9; width:100%; height:70px; background:#f18500 url(../images/morejia.jpg) no-repeat left top; bottom:0;}
.isect0_2 .two_txt p { background:url(../images/morebg.jpg) no-repeat right top; width:65px; height:37px; font-size:16px; padding-top:17px; color:#030504; margin-top:17px; margin-right:30px;}
.isect0_2 .two_txt:hover p  { color:#fff;}

.isect0_2:hover span { -webkit-transform: scale(1.3); transform: scale(1.3); }
.isect0_2:hover img { -webkit-transform: scale(1.2) rotate(90deg); transform: scale(1.2) rotate(90deg); }

.ititle{margin-bottom: 13px;}
.ititle h3{font-size:38px;color: #fff; width:100%; text-align:center; line-height:64px; background:url(../images/titline.png) no-repeat center 35px;}
.ititle p{ width:100%; text-align:center;font-size: 16px;color: #d0dee9;}


.isect1{margin: 26px auto 24px; width:100%; background:url(../images/isect1Bg.jpg) no-repeat center top; padding-top:61px;}
.isect1 .isect1Scroll{width: 100%;padding: 46px 65px 83px;margin-left: -65px;position: relative;}
.isect1 .isect1Scroll .swiper-button-prev,
.isect1 .isect1Scroll .swiper-button-next{width: 47px;height:47px;position: absolute;top:200px;margin-top: 0;}
.isect1 .isect1Scroll .swiper-button-prev{left: 0;background: url(../images/leftArr2.png) no-repeat center;}
.isect1 .isect1Scroll .swiper-button-next{right: 0;background: url(../images/rightArr2.png) no-repeat center;}
.isect1 .isect1Scroll .container{position: relative;overflow: hidden;width: 100%;}
.isect1 .isect1Scroll .container .swiper-slide a{display: block; padding-left:21px;padding-top:21px;padding-right:21px; padding-bottom:31px; background:#eceff4; border-radius:5px;}
/*.isect1 .isect1Scroll .container .swiper-slide a:hover { background:#0090da;}*/

.isect1 .isect1Scroll .container .swiper-slide a .pic{width: 100%;height: 0;padding-bottom: 88.764%;overflow: hidden;position:relative; border-radius:5px;}
.isect1 .isect1Scroll .container .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;}
.isect1 .isect1Scroll .container .swiper-slide a h5{text-align: center;line-height:40px;font-size:20px;color: #292929; margin-top:10px;}
.isect1 .isect1Scroll .container .swiper-slide a h6{text-align: center;line-height:40px;font-size:48px;color: #c5c6cb;font-family: 'DINCondBold'; margin-top:1px; margin-bottom:32px;}

.isect1 .isect1Scroll .container .swiper-slide a .btn{width:89px;height: 33px; margin:0 auto; background:url(../images/prokuang.png) no-repeat center top; text-align: center;line-height: 33px;font-size: 13px;color: #6f6f6f;position: relative;}
.isect1 .isect1Scroll .container .swiper-slide a .btn span{position: relative;z-index: 2;}
.isect1 .isect1Scroll .container .swiper-slide a .btn:before{content: "";width: 100%;height: 100%;position: absolute;left: 0;top:0;background: #f18500;
transform: scaleX(0);-webkit-transform: scaleX(0);opacity: 0;visibility: hidden;}
.isect1 .isect1Scroll .container .swiper-slide a:hover .btn:before{transform: scaleX(1);-webkit-transform: scaleX(1);opacity: 1;visibility: visible;}
.isect1 .isect1Scroll .container .swiper-slide a:hover .btn{color: #fff;}

.isect1 .isect1Scroll .container .swiper-slide a:hover h5{color: #0090da;}


.isect1 .isect1Scroll .container .swiper-pagination{display: none;height: 6px;line-height: 6px;font-size: 0;}
.isect1 .isect1Scroll .container .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 3px;}
.isect1 .isect1Scroll .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #eb3d00;}



.isect_thr {}

.ititle_p{margin-bottom: 13px;}
.ititle_p h3{font-size:38px;color: #333333; width:100%; text-align:center; line-height:64px; background:url(../images/proline.png) no-repeat center 35px;}
.ititle_p h3 span { color:#f18500;}
.ititle_p p{ width:100%; text-align:center;font-size: 16px;color: #474747;}

.isect_thr ul {}


.isect_ys { background:url(../images/ysbg.png) no-repeat center 40px; width:100%; height:740px;}

.youshi_l { width:269px;}
.isect_thr .isect_ys .youshi_l ul { height:170px;}
.isect_thr .isect_ys .youshi_l ul li { font-size:15px; color:#787878; line-height:26px;text-align:justify;}

.isect_thr .isect_ys .youshi_l .titl {  height:45px; font-size:22px; font-weight:bold; color:#222222; padding-top:25px; padding-left:46px;}
.isect_thr .isect_ys .youshi_l ul li.li1 {background:url(../images/ys_1.png) no-repeat left top; padding-top:26px;}
.isect_thr .isect_ys .youshi_l ul li.li2 {background:url(../images/ys_2.png) no-repeat left top; padding-top:26px;}
.isect_thr .isect_ys .youshi_l ul li.li3 {background:url(../images/ys_3.png) no-repeat left top; padding-top:26px;}
.isect_thr .isect_ys .youshi_l ul li.li4 {background:url(../images/ys_4.png) no-repeat left top; padding-top:26px;}
.isect_thr .isect_ys .youshi_l ul li.li5 {background:url(../images/ys_5.png) no-repeat left top; padding-top:26px;}


.youshi_r { width:250px;}
.isect_thr .isect_ys .youshi_r ul { height:170px;}
.isect_thr .isect_ys .youshi_r ul li { font-size:15px; color:#787878; line-height:26px;text-align:justify; text-align:right;}

.isect_thr .isect_ys .youshi_r .titl {  height:45px; font-size:22px; font-weight:bold; color:#222222; padding-top:25px; padding-right:46px; text-align:right;}
.isect_thr .isect_ys .youshi_r ul li.li1 {background:url(../images/ys_6.png) no-repeat right top; padding-top:26px;}
.isect_thr .isect_ys .youshi_r ul li.li2 {background:url(../images/ys_7.png) no-repeat right top; padding-top:26px;}
.isect_thr .isect_ys .youshi_r ul li.li3 {background:url(../images/ys_8.png) no-repeat right top; padding-top:26px;}
.isect_thr .isect_ys .youshi_r ul li.li4 {background:url(../images/ys_9.png) no-repeat right top; padding-top:26px;}
.isect_thr .isect_ys .youshi_r ul li.li5 {background:url(../images/ys_10.png) no-repeat right top; padding-top:26px;}

/*施工流程*/
.isect_four { /*background:url(../images/lc_bg.png) no-repeat center 350px;*/}

.ititle_f{margin-bottom: 13px; background:url(../images/bg_f.png) no-repeat center top; width:100%; height:152px; padding-top:30px;}
.ititle_f h3{font-size:38px;color: #333333; width:100%; text-align:center; line-height:64px; background:url(../images/proline2.png) no-repeat center 35px;}
.ititle_f h3 span { color:#f18500;}
.ititle_f p{ width:100%; text-align:center;font-size: 16px;color: #474747;}

.isect_four ul {}

/*index_one*/
.index_four { height: 400px;text-align: center; }
.index_four ul { margin: auto; padding: 30px 0 0 0; }
.index_four li { float: left; width: 47.667%;  margin-bottom:56px;}
.index_four li:nth-child(2n) { float: right;  }
.index_four li:hover h5 { -webkit-transform: translateY(-5px); transform: translateY(-5px);}
.index_four li:hover h6 a {  }
.index_four li h6 a { font-size: 22px; line-height: 44px; color: #1c1c1c; margin-bottom:3px; }
.index_four li i { width:30px; height:30px; margin:17px auto 0;  font-size:30px; font-weight:bold; line-height:30px; color:#fff; display:block; background:#f18500; border-radius:50%;}
.index_four li p { line-height: 22px; font-size:14px;}



/*工期对比*/
.isect_five { margin-top:20px; }

.ititle_five{margin-bottom: 13px; background:url(../images/bg_five.png) no-repeat center top; width:100%; height:152px; padding-top:30px;}
.ititle_five h3{font-size:38px;color: #333333; width:100%; text-align:center; line-height:64px;}
.ititle_five h3 span { color:#f18500;}
.ititle_five p{ width:100%; text-align:center;font-size: 16px;color: #474747;}

.five_l { width:425px; height:770px;}
.sevenright{margin-top: 17px;width: 425px; margin-bottom:25px;}
.sevenright a{display: block;width: 425px;height: 169px;position: relative;overflow: hidden; overflow:hidden;}
.sevenright a span{position: absolute;width:100%; text-align:center;bottom:0;left:0;background: url(../images/h_60.png);height: 52px;line-height: 52px;}
.sevenright a span i{display: inline-block;width: 100%;overflow: hidden;white-space: nowrap;text-overflow:ellipsis;font-size: 24px;color: #fff; font-weight:bold;}
/*.sevenright a:first-child{margin-bottom: 20px;}*/
.sevenright a:hover img{-webkit-transform: scale(1.05);transform: scale(1.05);opacity: 0.8;filter: alpha(opacity=80);}

.five_l ul {}
.five_l ul li { width:100%; height:79px; border-top:1px dashed #d5d5d5; line-height:79px; font-size:15px; color:#6e6e6e;}
.five_l ul li span { font-size:26px; color:#f18500; text-align:right; float:right; font-weight:bold;}
.five_l ul li i.l200 { font-size:26px; color:#3e3e3e; margin-left:200px;}
.five_l ul li:last-child { border-bottom:1px dashed #d5d5d5;}

.five_c { width:350px; height:785px; background:url(../images/db_cenbg.jpg) no-repeat center 17px;}
.five_c h4 { text-align:center; color:#fff; font-size:16px; font-weight:normal; margin-top:41px; margin-bottom:173px;}
.five_c p { font-size:13px; text-align:center; line-height:22px; color:#fff; padding:0 70px;text-align:justify;text-align-last: center;}


.section3_product ul{ }
.section3_product ul li{ width: 100%; height:120px; margin-bottom:40px;text-align: center; clear:both; }
.section3_product ul li:last-child { margin-bottom:21px;}
.section3_product ul li a{ }
.section3_product ul li em{display: block; transition: all 0.6s ease 0s;-webkit-transition: all 0.6s ease 0s;   }
.section3_product ul li em img{ height: 108px; }
.section3_product ul li:hover em{  transform:rotateY(180deg);}





.five_r { width:425px; height:770px;}
.five_r ul {}
.five_r ul li { width:100%; height:79px; border-top:1px dashed #d5d5d5; line-height:79px; text-align:right; font-size:15px; color:#6e6e6e;}
.five_r ul li span {  text-align:left; float:left;font-size:26px; color:#0891e1; font-weight:bold;}
.five_r ul li i.l200 { font-size:26px; color:#3e3e3e; margin-right:200px;}
.five_r ul li:last-child { border-bottom:1px dashed #d5d5d5;}


/*重点案例*/

.isect_case { width:100%; background:url(../images/case_bg.jpg) no-repeat center top; padding-top:39px;}

.ititle_six{margin-bottom: 13px; background:url(../images/bg_six.png) no-repeat center 42px; width:100%; height:152px;}
.ititle_six h3{font-size:38px;color: #fff; width:100%; text-align:center; line-height:84px;}
.ititle_six h3 span { color:#fff;}
.ititle_six p{ width:100%; text-align:center;font-size: 16px;color: #b2c8df;}


/*从这里开始*/
.isect2b{position: relative; margin-top:66px; margin-bottom: 32px; background:url(../images/case_bg.jpg) no-repeat center top; padding-top:40px;}
.isect2b .w1200{padding: 0 65px;position: relative;}
.isect2b .swiper-button-prev,.isect2b .swiper-button-next{width: 47px;height: 47px;position: absolute;top:50%;margin-top: -60px;}
.isect2b .swiper-button-prev{left: 0;background: url(../images/leftArr2.png) no-repeat center;background-size: 100% 100%;}
.isect2b .swiper-button-next{right: 0;background: url(../images/rightArr2.png) no-repeat center;background-size: 100% 100%;}
.isect2b .container{width: 100%;position: relative;overflow: hidden;}
.prodList .item a{display: block; text-align: center; margin-bottom:14px;}
.prodList .item a .pic{height: 200px; font-size: 0;line-height:200px;}
/*.prodList .item a .pic img{max-width: 80%;max-height: 80%;}*/
.prodList .item a .text{padding: 9px 0;}
.prodList .item a .text h5{font-size: 16px;color: #363636;line-height: 38px;font-weight: normal;}
/*.prodList .item a .text .desc{font-size: 14px;line-height: 24px;color: #888888;height: 48px;overflow: hidden;margin-bottom: 33px;}
.prodList .item a .text .chief{height: 37px;line-height: 37px;font-size: 18px;color: #3e3a39;}
.prodList .item a .text span{display: block;width: 118px;height: 35px;margin: 0 auto;border:1px solid #ffffff;border-radius: 5px;font-size: 16px;color: #ffffff;display: none;line-height: 35px;}*/
.prodList .item a:hover{background: #0891e1;}
.prodList .item a:hover .text h5,
.prodList .item a:hover .text .desc{color: #fff;}
.prodList .item a:hover .text .chief{display: none;}
.prodList .item a:hover .text span{display: block;}
.isect2b .swiper-pagination{bottom: 15px;height: 8px;line-height: 8px;width: 100%;display: none;}
.isect2b .swiper-pagination .swiper-pagination-bullet{width: 8px;height: 8px;background: #716f6f;margin: 0 3px;opacity: 1;}
.isect2b .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #dd3348;}
/*在这里结束*/



/*公司优势*/
.isect_company { background:url(../images/botli.jpg) repeat-x center bottom;}

.ititle_seven{margin-bottom: 13px; background:url(../images/bg_sev.png) no-repeat center top; width:100%; height:152px; padding-top:11px;}
.ititle_seven h3{font-size:38px;color: #fff; width:100%; text-align:center; line-height:64px; background:url(../images/sevenline.png) no-repeat center 35px;}
.ititle_seven h3 span { color:#ffba00;}
.ititle_seven p{ width:100%; text-align:center;font-size: 16px;color: #fff;}

.three_ul {  }
.three_ul li { float: left; width: 242px;  margin-left:60px; margin-top:30px;}
.three_ul li.li1 { width:270px;}
.three_ul li a { display: block; text-align: center; }
.three_ul li span { display: block; position: relative; width: 115px; height: 115px; margin:0 auto;  background: #fff; border:2px solid #e7eaef; -webkit-border-radius: 100%; border-radius: 100%; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.three_ul li span .three_img2 { opacity: 0; filter: alpha(opacity=0); }
.three_ul li span img { position: absolute; top: 0; left: 0; }
.three_ul li:hover span {  }
.three_ul li:hover span img { -webkit-transform: rotateY(180deg); transform: rotateY(180deg); }
.three_ul li:hover h5 { color: #2982c6; }
.three_ul li h5, .three_ul li h6 { overflow: hidden; white-space: normal; text-overflow: ellipsis; -webkit-transition: all 0.2s linear; transition: all 0.2s linear; }
.three_ul li h5 { color: #333; font-size: 22px; line-height: 30px; padding-top: 21px;  }
.three_ul li h6 { color: #bdbdbd; font-size: 12px; font-weight:normal;text-transform:uppercase;}
.three_ul li h4 { color: #5a5a5a; font-size: 15px; line-height:26px; font-weight:normal; margin-top:5px;}

/*index_three end*/


.index_five{margin: 0px auto 24px; width:100%; background:#e7eaef url(../images/zzbg.jpg) no-repeat center bottom; padding-top:5px;}

.index_five .isect111Scroll{width: 100%;padding: 46px 65px 83px;margin-left: -65px;position: relative;}
.index_five .isect111Scroll .swiper-button-prev,
.index_five .isect111Scroll .swiper-button-next{width: 47px;height:47px;position: absolute;top:150px;margin-top: 0;}
.index_five .isect111Scroll .swiper-button-prev{left: 0;background: url(../images/leftArr2.png) no-repeat center;}
.index_five .isect111Scroll .swiper-button-next{right: 0;background: url(../images/rightArr2.png) no-repeat center;}
.index_five .isect111Scroll .container{position: relative;overflow: hidden;width: 100%;}
.index_five .isect111Scroll .container .swiper-slide a{display: block; padding-left:20px;padding-top:20px;padding-right:20px; padding-bottom:21px; background:#fff; }
/*.isect1 .isect1Scroll .container .swiper-slide a:hover { background:#0090da;}*/

.index_five .isect111Scroll .container .swiper-slide a .pic{width: 100%;height: 223px;overflow: hidden;position:relative;}
.index_five .isect111Scroll .container .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;}



.index_five .isect111Scroll .container .swiper-pagination{display: none;height: 6px;line-height: 6px;font-size: 0;}
.index_five .isect111Scroll .container .swiper-pagination .swiper-pagination-bullet{width: 6px;height: 6px;margin: 0 3px;}
.index_five .isect111Scroll .container .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #eb3d00;}
/*index-five case end*/


/*公司新闻版块*/
/*isect3*/
.isect3{margin-bottom: 30px;}
.isect3_1{width: 570px;float: left;}
.islideTxtBox1{ width:570px;text-align:left;  }
.itabHd{ height:47px; line-height:47px; background:#f4f4f4; margin-bottom:22px;}
.itabHd ul{height:47px;float: left;}
.itabHd ul li{ float:left;cursor:pointer;padding: 0 40px;font-size: 18px;color: #333333;position: relative;}
.itabHd ul li.on{color: #fff;font-weight: bold;font-weight: 22px; background:#0891e1;}
.itabHd .imore{margin-top: 16px;background: url(../images/imore1.png) no-repeat right center;margin-right: 15px;}
.islideTxtBox .bd .item{padding: 5px 20px 0 0px;}
.islideTxtBox .bd .item .itop{ width:100%; height:93px; padding-top:13px; padding-bottom: 26px; border-bottom:2px solid #dfdfdf; display: block;}
.islideTxtBox .bd .item .itop:last-child { border-bottom:0;}

.islideTxtBox .bd .item .itop .date{width: 80px;text-align: center; padding-top:15px; margin-right:40px;}
.islideTxtBox .bd .item .itop .date .day { font-size:28px; color:#000; font-weight:bold; display:block;}
.islideTxtBox .bd .item .itop .date .year { font-size:13px; color:#6a6a6a;  display:block; line-height:32px;}



.islideTxtBox .bd .item .itop .text { width:338px; }
.islideTxtBox .bd .item .itop h5{line-height: 36px;padding-top: 5px;font-size: 16px;color: #111111;font-weight:normal;}
.islideTxtBox .bd .item .itop p{font-size: 14px;line-height: 26px;color: #545454;height: 53px;overflow: hidden;}
.islideTxtBox .bd .item .itop:hover h5{color: #048bda; text-indent:10px;}
.islideTxtBox .bd .item .itop:hover p{color: #444;}

.islideTxtBox .bd .item .itop .hot { margin-top:12px;} 


.list{}
.list li{height: 56px;line-height: 56px;padding-bottom: 1px;background: url(../images/liBg1.png) repeat-x left bottom;padding-left: 18px;position: relative;}
.list li:before{content: "  ";width: 10px;height: 10px;position: absolute;left: 0;top: 16px;background: url(../images/liIcon.png) no-repeat center;}
.list li a{width: 75%;float: left;font-size: 14px;color: #333333;}
.list li span{float: right;font-size: 12px;color: #666666;}
.list li:hover:before{background-image: url(../images/liIconOn.png);}
.list li:hover a{color: #048bda;}

/*isect3_2*/
.isect3_2{width: 540px;float: right;}
.isect3_2 .itabHd{background: #0891e1; color:#fff;}
.isect3_2 .itabHd .imore{ color:#fff;}
.isect3_2 .itabHd ul li {  color:#fff;}
.isect3_2 .picimg {}

.isect3_2 .item .rtop{ width:100%; height:93px; padding-top:13px; padding-bottom: 17px; border-bottom:2px solid #dfdfdf; display: block;}
.isect3_2 .item .rtop:last-child { border-bottom:0;}

.isect3_2 .item .rtop .text { width:100%; }
.isect3_2 .item .rtop h5{line-height: 36px;padding-top: 5px;font-size: 14px;color: #242424;font-weight:normal;}
.isect3_2 .item .rtop p{font-size: 14px;line-height: 24px;color: #595959;height: 50px;overflow: hidden; background:url(../images/da.jpg) no-repeat left 6px; padding-left:32px;}
.isect3_2 .item .rtop:hover h5{color: #048bda; text-indent:10px;}
.isect3_2 .item .rtop:hover p{color: #444;}


/*公司新闻END*/


/*友情链接*/
.isect6{width: 100%; padding-bottom:25px;}
.isect6 .ititlelink{ background:url(../images/linkbg.jpg) repeat-x center bottom;margin-bottom: 0; height:44px;}
.isect6 .ititlelink span { background:url(../images/linkbg1.jpg) no-repeat left bottom; font-size:20px; font-weight:bold; padding-bottom:20px;}


.isect6 .cont{padding: 15px 25px;font-size: 0;}
.isect6 .cont a{display: inline-block;*display: inline;*zoom: 1;padding: 0 72px 0 22px;position: relative;line-height: 24px;font-size: 14px;color: #595959; background:url(../images/linkdian.jpg) no-repeat left 6px;}

.isect6 .cont a:hover{color: #0090d9;}

/*FOOTER*/
.footer{background: #1a2129;}
.footer .top{ height:233px;}
.footer .top .fLogo{height: 136px;line-height: 136px;}
.footer .top .fNav{padding: 65px 0 60px 31px;width: 353px; border-right:1px solid #494d56;}

.footer .top .fNav li{ width:165px;}

/*.footer .top .fNav li:nth-child(1){ width:255px;}
.footer .top .fNav li:nth-child(3){ width:255px;}
.footer .top .fNav li:nth-child(5){ width:255px;}
*/

.footer .top .fNav li a{display: block;font-size: 14px;line-height: 36px;color: #bbbcbe;}
.footer .top .fNav li a:hover{color: #fff;}

.footer .top .fContact{width:370px; border-right:1px solid #494d56;padding-top: 6px;}
.footer .top .fContact .text{font-size: 14px;color: #bbbcbe;line-height: 36px; margin-top:59px; margin-left:42px; padding-bottom:60px;}
.footer .top .fContact .text .tel { background:url(../images/f_tel.jpg) no-repeat left 6px; text-indent:35px;}
.footer .top .fContact .text .add { background:url(../images/f_add.jpg) no-repeat left 6px; text-indent:35px;}
.footer .top .fContact .text span{ padding-left:35px;}

.footer .top .qrcode { padding-top:45px;}
.footer .top .qrcode img{width: 140px;height: 139px;}

.footer .copy{background:#11161c;}
.footer .copy .w1200{box-sizing:border-box;position: relative;font-size: 0;}
.footer .copy .w1200 .text{font-size: 14px; color:#787c7f; line-height: 49px;}
.footer .copy .w1200 .text span{}
.footer .copy .w1200 .text a:hover{color: #fff;text-decoration: underline;}

/* piaofu */
.toolbar-item,.toolbar-layer{background:url(../images/toolbar.png) no-repeat;}
.toolbar{position:fixed;right:0px;bottom:153px; z-index:9999;}/*假设网页宽度为1200px，导航条在右侧悬浮*/
.toolbar-item{display:block;width:52px;height:52px;margin-top:1px;position:relative;-moz-transition:background-position 1s;-ms-transition:background-position 1s;-o-moz-transition:background-position 1s;-webkit-moz-transition:background-position 1s;transition:background-position 1s;}
.toolbar-item:hover .toolbar-layer{opacity:1;filter:alpha(opacity=100);transform:scale(1);-webkit-transform:scale(1);-moz-transform:scale(1);-ms-transform:scale(1);-o-transform:scale(1);}
.toolbar-item-weixin{background-position:0 -798px;}
.toolbar-item-weixin:hover{background-position:0 -860px;}
.toolbar-item-weixin .toolbar-layer{height:212px;background-position:0 0;}
.toolbar-item-feedback{background-position:0 -426px;}
.toolbar-item-feedback:hover{background-position:0 -488px;}
.toolbar-item-app{background-position:0 -550px;}
.toolbar-item-app:hover{background-position:0 -612px;}
.toolbar-item-app .toolbar-layer{height:194px;background-position:0 -222px;}
.toolbar-item-top{background-position:0 -674px;}
.toolbar-item-top:hover{background-position:0 -736px;}
.toolbar-layer{position:absolute;right:46px;bottom:-10px;width:172px;opacity:0;filter:alpha(opacity=0);
transform-origin: 95% 95%;-moz-transform-origin: 95% 95%;-ms-transform-origin: 95% 95%;-o-transform-origin: 95% 95%;-webkit-transform-origin: 95% 95%;transform:scale(0.01);
-moz-transform:scale(0.01);-ms-transform:scale(0.01);-o-transform:scale(0.01);-webkit-transform:scale(0.01);transition:all 1s;-moz-transition:all 1s;-ms-transition:all 1s;-o-transition:all 1s;-webkit-transition:all 1s;}
/*FOOTER-END*/

.nyBg{width: 100%;background: url(../images/iMainBg.jpg) no-repeat center bottom;background-size: cover;padding: 50px 0 34px;overflow: hidden;}

.nyWrap{margin-bottom: 60px;padding-left: 299px;position: relative;box-sizing: border-box;}
.nySide{width: 280px;height: 100%;box-sizing: border-box;border:1px solid #bcd0e3;position: absolute;left: 0;top:0;background: #fff;padding: 0 20px;}
.nySide .tit{margin-bottom: 10px;height: 83px;line-height: 83px;background: url(../images/nySideBg.png) no-repeat right center;font-size: 0;color: #0090d9;font-weight: normal;}
.nySide .tit span{display: inline-block;*display: inline;*zoom: 1;font-size: 24px;padding-right: 12px;background: #fff;}
.nySide ul li{margin-bottom: 14px;border:1px solid #e6e6e6;position: relative;}
.nySide ul li a{display: block;padding: 0 26px 0 10px;height: 48px;line-height: 48px;font-size: 16px;color: #1a1a1a;position: relative;z-index: 3;}
.nySide ul li a:before{content: "";width: 7px;height: 13px;position: absolute;right: 9px;top:18px;background: url(../images/arr1.png) no-repeat center;}
.nySide ul li:before{content: "";width: 0;height: 100%;position: absolute;left: 0;top:0;background: #0090d9;}
.nySide ul li.on:before,.nySide ul li:hover:before{width: 100%;}
.nySide ul li.on a,.nySide ul li:hover a{color: #fff;}
.nySide ul li.on a:before,.nySide ul li:hover a:before{background-image: url(../images/arr1On.png);}

.nySide .sidelx { width:100%; padding-top:146px; background:#fff url(../images/leftlxbg.jpg) no-repeat left top;}
.nySide .sidelx p { font-size:14px; }



.nyContent{width: 100%;box-sizing: border-box;border:1px solid #e6e6e6;background: #ffffff;min-height: 900px;padding: 8px 29px 39px;}
.path{margin-bottom: 46px;border-bottom: 1px solid #e6e6e6;padding-left: 24px;background: url(../images/pathIcon.png) no-repeat left center;font-size: 14px;line-height: 76px;color: #7a7a7a;}
.path span{font-family: "SimSun";margin: 0 8px;}
.path a:hover,.path i{color: #c41717;}

.leaderList{margin-top: -4px;padding-bottom: 85px;}
.leaderList ul li{padding-bottom: 25px;border-bottom: 1px solid #e6e6e6;margin-bottom: 21px;}
.leaderList ul li a{display: block;}
.leaderList ul li a h5{margin-bottom: 7px;height: 39px;line-height: 39px;font-size: 24px;color: #1a1a1a;font-weight: normal;}
.leaderList ul li a h5 span{margin-left: 29px;font-size: 14px;color: #666666;}
.leaderList ul li a p{font-size: 15px;line-height: 30px;color: #333333;max-height: 60px;overflow: hidden;}
.leaderList ul li a:hover h5{color: #0090d9;}

.dsdwList{}
.dsdwList ul li a{display: block;padding: 14px 36px 40px 30px;}
.dsdwList ul li a h5{font-size: 20px;line-height: 54px;color: #202020;font-weight: normal;}
.dsdwList ul li a p{font-size: 14px;line-height: 26px;color: #4c4c4c;max-height: 52px;overflow: hidden;}
.dsdwList ul li a p span{color: #c41717;}
.dsdwList ul li.grayBg{background: #f2f3f3;}
.dsdwList ul li a:hover h5{color: #0090d9;}

.honorList{overflow: hidden;}
.honorList ul{padding-bottom: 18px;width: 865px;}
.honorList ul li{margin: 0 23px 27px 0;width: 265px;}
.honorList ul li a{display: block;}
.honorList ul li a .pic{border:1px solid #e6e6e6;padding: 9px;}
.honorList ul li a .pic span{display: block;width: 100%;height: 0;padding-bottom: 141.371%;position: relative;overflow: hidden;}
.honorList ul li a .pic span em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.honorList ul li a h5{height: 47px;line-height: 47px;font-size: 16px;color: #202020;font-weight: normal;text-align: center;}
.honorList ul li a:hover h5{color: #0090d9;}

.page{text-align: center;font-size: 0;}
.page a{display: inline-block;*display: inline;*zoom: 1;height: 42px;padding: 0 32px;border:1px solid #d4d4d4;background: #ffffff;
margin: 0 8px;font-size: 14px;color: #4c4c4c;line-height: 42px;}
.page a.num{padding: 0 17px;}
.page a.on,.page a:hover{border-color: #0090d9;background: #0090d9;color: #fff;}

.newsList ul{padding-bottom: 20px;}
.newsList ul li{margin-bottom: 40px;}
.newsList ul li a{display: block;height: 200px;padding-left: 320px;position: relative;}
.newsList ul li a .pic{width: 286px;height: 200px;position: absolute;left: 0;top:0;overflow: hidden;}
.newsList 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;}
.newsList ul li a h5{padding-top: 4px;font-size: 18px;line-height: 28px;color: #1a1a1a;font-weight: normal;height: 56px;overflow: hidden;}
.newsList ul li a span{display: block;height: 58px;line-height: 58px;font-size: 14px;color: #808080;}
.newsList ul li a p{font-size: 14px;line-height: 26px;color: #4c4c4c;height: 78px;overflow: hidden;}
.newsList ul li a:hover h5{color: #0090d9;}

.noticeList ul{padding-bottom: 40px;}
.noticeList ul li{padding-bottom: 20px;border-bottom: 1px dotted #afafaf;margin-bottom: 20px;}
.noticeList ul li a{display: block;height: 82px;box-sizing: border-box;padding: 11px 0 0 100px;position: relative;}
.noticeList ul li a .date{width: 70px;height: 82px;position: absolute;left: 0;top:0;text-align: center;background: #daeaf3;}
.noticeList ul li a .date span,
.noticeList ul li a .date em{display: block;}
.noticeList ul li a .date span{height: 52px;line-height: 52px;font-family: "HelNeu55";font-size: 32px;color: #333333;position: relative;z-index: 2;}
.noticeList ul li a .date em{height: 29px;background: #ffffff;border:1px solid #dbdbdb;border-top: none;font-size: 12px;color: #666666;line-height: 29px;font-family: "HelNeu55";}
.noticeList ul li a .date:before{content: "";width: 100%;height: 0;background: #0090d9;position: absolute;left: 0;top:0;}
.noticeList ul li a h5{font-size: 18px;line-height: 31px;color: #1a1a1a;font-weight: normal;}
.noticeList ul li a p{font-size: 14px;line-height: 27px;color: #666666;}
.noticeList ul li a:hover .date:before{height: 52px;}
.noticeList ul li a:hover .date span{color: #fff;}
.noticeList ul li a:hover h5{color: #0090d9;}
.noticeList ul li a b{display: none;color: #808080;font-size: 12px;line-height: 18px;font-weight: normal;}

.busList{}
.busList ul{width: 861px;}
.busList ul li{width: 267px;margin: 0 20px 40px 0;}
.busList ul li a{display: block;}
.busList ul li a .text{padding: 18px 20px 22px;background: #f5f5f5;}
.busList ul li a .text h5{height: 28px;line-height: 28px;font-size: 18px;color: #1a1a1a;padding-right: 40px;margin-bottom: 10px;position: relative;}
.busList ul li a .text p{font-size: 14px;line-height: 24px;color: #666666;height: 72px;overflow: hidden;}
.busList ul li a .pic{width: 100%;height: 0;padding-bottom: 100%;position: relative;overflow: hidden; border-radius:5px 5px 0 0;}
.busList 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;}
.busList ul li a:hover .text h5{color: #0090d9;}
.busList ul li a .text h5:before,.busList ul li a .text h5:after{content: "";width: 28px;height: 28px;position: absolute;right: 0;top:0;}
.busList ul li a .text h5:before{background: url(../images/arr2.png) no-repeat right center;}
.busList ul li a .text h5:after{background: url(../images/arr2On.png) no-repeat right center;z-index: 2;filter: alpha(opacity=0);opacity: 0;}
.busList ul li a:hover .text h5:before{filter: alpha(opacity=0);opacity: 0;}
.busList ul li a:hover .text h5:after{filter: alpha(opacity=100);opacity: 1;}
.busList ul li a:hover .text h5:before,
.busList ul li a:hover .text h5:after{-webkit-transform: rotateZ(45deg);transform: rotateZ(45deg);}

.videoWrap .top{margin-bottom: 26px;}
.videoWrap .top h5{font-size: 24px;line-height: 32px;color: #1a1a1a;font-weight: normal;margin-bottom: 10px;}
.videoWrap .top .desc{font-size: 14px;line-height: 36px;color: #808080;}
.videoWrap .top .desc .views{padding-left: 25px;background: url(../images/videoIcon3.png) no-repeat left center;margin-right: 44px;}
.videoWrap .top .desc .date{padding-left: 26px;background: url(../images/dateIcon.png) no-repeat left center;}

.videoScoll{overflow: hidden;position: relative;}
.videoScoll .gallery-top{margin-bottom: 4px;position: relative;}
.videoScoll .gallery-top .swiper-slide .pic{position: relative;}
.videoScoll .gallery-top .swiper-slide .pic em{display: block;width: 100%;height: 0;padding-bottom: 63.09%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.videoScoll .gallery-top .swiper-slide .pic i{width: 80px;height: 80px;position: absolute;left: 50%;top:50%;margin: -40px 0 0 -40px;background: url(../images/videoIcon1.png) no-repeat center;background-size: 100% 100%;z-index: 2;}
.videoScoll .gallery-top .swiper-pagination{display: none;}
.videoScoll .gallery-thumbs{padding: 23px 60px 22px;position: relative;background: #191b1c;}
.videoScoll .gallery-thumbs .container{width: 100%;overflow: hidden;}
.videoScoll .gallery-thumbs .swiper-slide{width: 230px;position: relative;cursor: pointer;}
.videoScoll .gallery-thumbs .swiper-slide .pic em{display: block;height: 0;padding-bottom: 63.04%;background-position: center;background-repeat: no-repeat;background-size: cover;}
.videoScoll .gallery-thumbs .swiper-slide h5{position: absolute;left: 0;bottom: 0;z-index: 2;width: 100%;box-sizing: border-box;padding: 0 10px;background: url(../images/blue70.png) repeat;
height: 38px;line-height: 38px;text-align: center;font-size: 14px;color: #ffffff;font-weight: normal;}
.videoScoll .gallery-thumbs .swiper-button-next,
.videoScoll .gallery-thumbs .swiper-button-prev{width: 60px;height: 100%;position: absolute;top:0;cursor: pointer;margin-top: 0;}
.videoScoll .gallery-thumbs .swiper-button-prev{left: 0;background: url(../images/leftArr1.png) no-repeat center;}
.videoScoll .gallery-thumbs .swiper-button-next{right: 0;background: url(../images/rightArr1.png) no-repeat center;}

.innernewslist .list{margin: -10px 0 60px;}
.innernewslist .list li{border-bottom: 1px dotted #b5b5b5;}

.innernewslist .list li a h5{font-size: 16px;color: #333333;font-weight: normal;width: 100%;}
.innernewslist .list li a span{position: absolute;right: 0;top:0;font-size: 16px;color: #999999;}
.innernewslist .list li a:hover h5{padding-left: 12px;color: #005097;}

.innernewslist .list li a:before{content: "";width: 5px;height: 5px;background: #bebebe;border-radius: 50%;position: absolute;left: 0;top:50%;margin-top: -2px;}
.innernewslist .list li a:hover:before{background: #005097;width: 16px;height: 3px;margin-top: -1px;border-radius:15px;}



.passage{}
.passage .psgTit{padding-bottom: 24px;border-bottom: 1px solid #d1d1d1;margin-bottom: 22px;text-align: center;}
.passage .psgTit h5{font-size: 22px;color: #1a1a1a;line-height: 26px;font-weight: normal;margin-bottom: 10px;}
.passage .psgTit h5.subTit{font-size: 20px;}
.passage .psgTit .info{font-size: 14px;line-height: 22px;color: #808080;}
.passage .psgTit .info span{margin: 0 4px;}
.passage .psgCont{font-size: 16px;line-height: 32px;color: #333333;padding-bottom: 60px;border-bottom: 1px solid #d1d1d1;margin-bottom: 52px;min-height: 430px;}
.passage .psgCont *{max-width: 100% !important;}
.passage .psgCont img{height: auto !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: #0090d9;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;}

.ztFooter.footer{background: #c90200;}
.ztFooter.footer .cont .fNav li{font-size: 14px;}
.ztFooter.footer .cont .fNav li:before{background: #d43533;}

.ztBody{background: #fdc45b;padding-top: 683px;position: relative;}
.ztBody .ztBanner{width: 100%;height: 771px;position: absolute;left: 0;top:0;background-repeat: no-repeat;background-position: center top;}

.ztMain{margin: 0 auto 90px;min-height: 550px;position: relative;z-index: 9;background: url(../images/white80.png) repeat;}
.ztMain .top{padding: 28px 120px 29px;background: #ffffff url(../images/ztIcon1.png) no-repeat 40px 34px;}
.ztMain .top a{display: block;text-align: center;}
.ztMain .top a h5{font-size: 26px;line-height: 38px;color: #ba0200;}
.ztMain .top a p{font-size: 14px;line-height: 25px;color: #808080;}
.ztMain .btm{padding: 40px 40px 48px;}
.ztMain .btm .item1{margin-bottom: 40px;}
.ztMain .ztPicNews{width: 50%;position: relative;overflow: hidden;}
.ztMain .ztPicNews .swiper-slide{overflow: hidden;}
.ztMain .ztPicNews .swiper-slide a{display: block;width: 100%;height: 0;padding-bottom: 75%;padding-bottom: 420px;}
.ztMain .ztPicNews .swiper-slide a em{position: absolute;left: 0;top:0;width: 100%;height: 100%;background-repeat: no-repeat;background-position: center;background-size: cover;}
.ztMain .ztPicNews .swiper-slide a h5{position: absolute;left: 0;bottom: 0;width: 100%;height: 54px;background: url(../images/gray70.png) repeat;box-sizing: border-box;padding: 0 98px 0 20px;font-size: 16px;color: #ffffff;font-weight: normal;line-height: 54px;}
.ztMain .ztPicNews .swiper-slide:hover a em{ -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); transform: scale(1.1);}
.ztMain .ztPicNews .swiper-pagination{width: auto;left: auto;right: 10px;height: 10px;line-height: 10px;bottom: 22px;}
.ztMain .ztPicNews .swiper-pagination .swiper-pagination-bullet{width: 10px;height: 10px;margin: 0 10px 0 0;background: #ffffff;opacity: 0.8;}
.ztMain .ztPicNews .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #e10301;opacity: 1;}

.ztMain .ztTxtNews{width: 47%;}
.ztMain .ztTxtNews .ztTit{height: 44px;margin-bottom: 7px;line-height: 44px;background: url(../images/ztTit.png) no-repeat 110px center;font-size: 0;}
.ztMain .ztTxtNews .ztTit a{display: inline-block;*display: inline;*zoom: 1;font-size: 24px;color: #c90200;padding-right: 14px;background: #fff3de;}
.ztMain .ztTxtNews .ztList li a{display: block;height: 38px;line-height: 38px;padding: 0 120px 0 25px;background: url(../images/ztIcon2.png) no-repeat left center;position: relative;}
.ztMain .ztTxtNews .ztList li a h5{width: 100%;font-size: 16px;color: #333333;font-weight: normal;}
.ztMain .ztTxtNews .ztList li a span{position: absolute;right: 0;top:0;font-size: 16px;color: #999999;}
.ztMain .ztTxtNews .ztList li a:hover h5{color: #ba0200;}
.ztMain .ztTxtNews .ztList li a:hover{background-image: url(../images/ztIcon2On.png);}

.ztMain.ztNy .ztTxtNews{width: 100%;}
.ztMain.ztNy .ztTxtNews .ztList{margin-bottom: 60px;}
.page.ztPage a.on,.page.ztPage a:hover{border-color: #c90200;background: #c90200;color: #fff;}

.ztMain.ztNy .passage .psgBtm ul li a:hover{color: #c90200;}

.pageStyle{font-size: 16px;line-height: 32px;color: #333333;}
.pageStyle *{max-width: 100% !important;}
.pageStyle img{height: auto !important;}

.mapWrap{height: 554px;border:1px solid #dbdbdb;margin-bottom: 20px;}

.contactTxt.pageStyle{font-size: 15px;line-height: 30px;color: #666;}


@media screen and (max-width: 1340px){
.isect1 .isect1Scroll{box-sizing: border-box;margin-left: 0;padding: 0 38px;}
.isect1 .isect1Scroll .swiper-button-prev,
.isect1 .isect1Scroll .swiper-button-next{top: 25%;}

.footer .top{margin: 0 5%;}
.footer .copy .w1200{padding: 0 260px 0 0;margin: 0 5%;}

}




@media screen and (max-width: 1220px){
.w1200{width: auto;padding: 0 5%;}

.header .logo img{height: 70px;}
.header .logo .logoTxt{height: 46px;margin-left: 10px;}
.header .form .text{width: 292px;}

.nav .nLi h3 a{font-size: 15px;}
.nav .nLi:before{width: 100%;margin-left: 0;left: 0;}
.nav .nLi .navSub{width: 100%;left: 0;margin-left: 0;}

.iMain{background-size: cover;}
.iMain .tabs ul li{margin-left: 10px;}
.iMain .tabs ul li a{font-size: 15px;}
.iMain .imore{font-size: 12px;}

.isect1 .isect1Scroll .container .swiper-slide a h5{line-height: 52px;font-size: 14px;}


.isect3 ul{width: 100%;}
.isect3 ul li{width: 16%;margin-right: 0.8%;}
.isect3 ul li:nth-child(6n){margin-right: 0;}
.isect3 ul li a .cont{padding: 10px 10px 10px 40px;}
.isect3 ul li a .cont .text p{font-size: 14px;}
.isect3 ul li a .cont .icon{left: 12px;}
.isect3 ul li a .cont .icon img{height: 28px;}

.linkWrap .wrap{width: 100%;}
.linkWrap .wrap .select{width: 18%;margin-right: 2.5%;}
.linkWrap .wrap .select:nth-child(5n){margin-right: 0;}

.footer .w1200{margin: 0 5%;padding: 0 120px 0 0;position: relative;min-height: 140px;}
.footer .qrcode{position: absolute;right: 0;top:0;}
.footer .cont .btm .pWrap{width: 100%;padding-left: 0;}

.nyBg{background-size: cover;}
.nyWrap{padding: 0 0 0 299px;margin: 0 5% 40px;}

.honorList ul{width: 100%;}
.honorList ul li{width: 32%;margin-right: 2%;}
.honorList ul li:nth-child(3n){margin-right: 0;}

.newsList ul li a{height: 190px;padding-left: 270px;}
.newsList ul li a .pic{width: 250px;height: 190px;}
.newsList ul li a p{height: 52px;}

.busList ul{width: 100%;}
.busList ul li{width: 49%;margin-right: 0;}
.busList ul li:nth-child(2n){float: right;}


.ztMain{margin: 0 5% 90px;padding: 0;}

.ztBody{padding-top: 0;}
.ztBody .ztBanner{position: relative;width: 100%;height: 0;padding-bottom: 46%;background-size: cover;}
.ztMain{margin-top: -8%;}
}

@media screen and (max-width: 1024px){
.header .menuIcon{display: block;}
.header .top,.header .form,.nav{display: none;}
.header .logo{padding: 0;}
.header{padding: 30px 0;background-position: center;background-size: cover;}

.isect1 .isect1Scroll{padding: 0;}
.isect1 .isect1Scroll .swiper-button-prev,
.isect1 .isect1Scroll .swiper-button-next{display: none;}
.isect1 .isect1Scroll .container{padding-bottom: 30px;}
.isect1 .isect1Scroll .container .swiper-pagination{display: block;}

.isect2 .container .swiper-slide a{padding-bottom: 23.08%;}

.isect3 ul li{width: 24%;margin-right: 1.3%;}
.isect3 ul li:nth-child(6n){margin-right: 1.3%;}
.isect3 ul li:nth-child(4n){margin-right: 0;} 

.isect4 .isect4_1,.isect4 .isect4_2{width: 100%;}
.isect4 .isect4_1{margin-bottom: 20px;}

.isect5 .wrap{height: auto;padding: 36px 17px;background-size: cover;}

.isect5 .wrap .item1,.isect5 .wrap .item2{width: 48%;margin: 0 0 20px 0;}
.isect5 .wrap .item1:nth-child(2n),.isect5 .wrap .item2{float: right;}

.linkWrap .wrap .select{width: 32%;margin-right: 2%;margin-bottom: 12px;}
.linkWrap .wrap .select:nth-child(3n){margin-right: 0;}

.footer .top .fLogo,.footer .top .fNav{display: none;}
.footer .top .fContact{width: 60%;}


.nySide{display: none;}
.nyWrap{padding: 0;}
.path{margin-bottom: 20px;}

.dsdwList ul li a{padding: 14px 18px 20px;}
.dsdwList ul li a h5{font-size: 20px;line-height: 40px;}

.ztMain .top{padding: 18px 60px 18px 120px;background-position: 40px 24px;}
.ztMain .top a h5{font-size: 20px;}

.ztMain .ztTxtNews,.ztMain .ztPicNews{width: 100%;}
.ztMain .ztPicNews{margin-bottom: 20px;}
.ztMain .btm .item2 .ztTxtNews:first-child{margin-bottom: 20px;}
}

@media screen and (max-width: 768px){
.header .logo .logoTxt{display: none;}

.isect3 ul li{width: 32%;margin-right: 1%;}
.isect3 ul li:nth-child(4n){margin-right: 0;}

.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab{width: 100%;height: auto;display: none;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li{width: 33.3%;float: left;}
.isect4 .isect4_1 .swiper-container .swiper-slide .innerTab li a{border:none;height: 40px;line-height: 40px;font-size: 14px;}
.isect4 .isect4_1 .swiper-container .swiper-slide .cont{width: 100%;}
.isect4 .list li:nth-child(6),.isect4 .list li:nth-child(7),.isect4 .list li:nth-child(8),.isect4 .list li:nth-child(9),.isect4 .list li:nth-child(10){display: none;}

.linkWrap .wrap .select{width: 49%;margin-right: 0;}
.linkWrap .wrap .select:nth-child(2n){float: right;}

.footer .top{padding: 30px 0;}
.footer .top .fContact{width: 100%;float: none;text-align: center;}
.footer .top .qrcode{float: none;margin: 0 auto;width: 135px;margin-top: 20px;}
.footer .copy .w1200{padding-right: 0;}
.footer .copy .w1200 select{position: relative;display: block;margin: 12px auto 0;}
.footer .copy .w1200 .text{text-align: center;font-size: 13px;}
.footer .copy .w1200 .text span{display: none;}
.footer .copy .w1200 .text em{display: block;}

.nyContent{padding: 8px 12px 24px;min-height: 300px;}
.path{line-height: 44px;font-size: 12px;}
.leaderList{margin-top: 0;padding-bottom: 40px;}
.leaderList ul li{padding-bottom: 12px;margin-bottom: 12px;}
.leaderList ul li:last-child{border-bottom: none;margin-bottom: 0;}
.leaderList ul li a h5{height: 30px;line-height: 30px;font-size: 20px;}
.leaderList ul li a h5 span{margin-left: 12px;font-size: 12px;}
.leaderList ul li a p{font-size: 12px;line-height: 22px;max-height: 44px;}

.dsdwList ul li a p{font-size: 12px;line-height: 22px;max-height: 44px;}

.honorList ul li{width: 49%;margin-right: 0;}
.honorList ul li:nth-child(2n){float: right;}

.newsList ul li a{height: 170px;padding-left: 220px;}
.newsList ul li a .pic{width: 200px;height: 170px;}
.newsList ul li a h5{height: auto;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;}

.videoScoll .gallery-top{padding-bottom: 30px;position: relative;}
.videoScoll .gallery-top .swiper-pagination{display: block;bottom: 0;}
.videoScoll .gallery-thumbs{display: none;}
.videoScoll .gallery-top .swiper-slide .pic i{width: 44px;height: 44px;margin: -22px 0 0 -22px;}
.videoWrap .top h5{font-size: 20px;line-height: 32px;}
.videoWrap .top .desc{font-size: 12px;line-height: 20px;}
.videoWrap .top{margin-bottom: 18px;}

.innernewslist .list{margin: 0 0 20px;}

.passage .psgTit h5{font-size: 18px;line-height: 28px;}
.passage .psgTit .info{font-size: 12px;}
.passage .psgTit h5.subTit{font-size: 16px;line-height: 24px;}
.passage .psgCont{padding-bottom: 30px;margin-bottom: 30px;}
.passage .psgBtm{padding-right: 0;}
.passage .psgBtm .bdsharebuttonbox{display: none;}
}
@media screen and (max-width: 600px){
.newsList ul li{margin-bottom: 20px;}
.newsList ul li:last-child{margin-bottom: 0;}
.newsList ul li a{height: auto;padding-left: 0;}
.newsList ul li a .pic{position: relative;width: 100%;height: 0;padding-bottom: 76.29%;margin-bottom: 6px;}
.newsList ul li a span{height: 34px;line-height: 34px;font-size: 12px;}
.newsList ul li a p{font-size: 12px;line-height: 20px;height: auto;max-height: 40px;}
.newsList ul li a h5{font-size: 16px;line-height: 20px;}

.busList ul li{width: 100%;margin-bottom: 20px;}
.busList ul li:last-child{margin-bottom: 0;}
.busList ul li a .text{padding: 20px 12px;}
.busList ul li a .text p{height: auto;max-height: 80px;font-size: 12px;line-height: 20px;}
.busList ul li a .text h5{font-size: 20px;margin-bottom: 12px;}

.ztMain .btm{padding: 20px;}
.ztMain .ztPicNews .swiper-slide a{padding-bottom: 75%;}
.ztMain .top{padding: 20px;background-position: 40px 24px;background-size: auto 35px;background: #fff;}
.ztMain .top a h5{font-size: 16px;line-height: 28px;}
.ztMain .top a p{font-size: 12px;line-height: 22px;}

.ztMain.ztNy .ztTxtNews .ztList{margin-bottom: 40px;}
}
@media screen and (max-width: 468px){

.header{padding: 5% 0;}
.header .logo{height: auto;line-height: 40px;}
.header .logo img{height: 40px;}

.iMain{padding-bottom: 60px;}
.iMain .ititle{margin-bottom: 12px;}
.iMain .tabs, .iMain .ititle{height: 38px;line-height: 38px;}

.isect1{margin: 10px 0 15px;}

.isect3 ul li{width: 49%;margin-right: 0;margin-bottom: 6px;}
.isect3 ul li:nth-child(6n){margin-right: 0;}
.isect3 ul li:nth-child(2n){float: right;}
.isect3 ul li a .cont .text p{font-size: 12px;}

.isect4 .isect4_1 .tabs{margin-bottom: 12px;}

.isect4 .isect4_2 .swiper-container .recomNews a{height: auto;padding-left: 0;}
.isect4 .isect4_2 .swiper-container .recomNews a .pic{width: 100%;position: relative;height: 0;padding-bottom: 68.29%;margin-bottom: 12px;}
.isect4 .isect4_2 .swiper-container .recomNews a h5{height: auto;white-space: nowrap; overflow: hidden; text-overflow: ellipsis;margin-bottom: 0;}

.isect4 .isect4_2 .tabs1{display: none;}
.isect4 .isect4_2 .tabs1 ul li{width: 32%;margin-left: 2%;}

.isect5 .wrap{padding: 15px;}
.isect5 .wrap .item1,.isect5 .wrap .item2{width: 100%;margin-bottom: 12px;}
.isect5 .wrap .tit{padding-bottom: 12px;margin-bottom: 6px;height: 32px;line-height: 32px;font-size: 14px;}
.isect5 .wrap .tit img{height: 32px;margin-right: 8px;}
.isect5 .wrap .item2 .pic a{padding-bottom: 62.609%;}
.isect5 .wrap .item2{margin-bottom: 0;}

.linkWrap .wrap .select{width: 100%;}

.footer .top .qrcode{width: 100px;margin-top: 10px;}
.footer .top .qrcode img{width: 100px;height: 100px;}
.footer .top .fContact .text{font-size: 13px;line-height: 26px;}
.footer .top .fContact .tit{margin-bottom: 8px;}

.nyWrap{margin-bottom: 30px;}
.leaderList{padding-bottom: 0;}

.dsdwList ul li a{padding: 14px 12px 20px;}
.dsdwList ul li a h5{font-size: 16px;line-height: 30px;}

.honorList ul li{width: 100%;margin-bottom: 12px;}
.honorList ul li a h5{height: 38px;line-height: 38px;font-size: 14px;}

.page a.num{display: none;padding: 0 12px;}
.page a.num.on{display: inline-block;}
.page a{padding: 0 20px;height: 32px;line-height: 30px;}

.noticeList ul{padding-bottom: 20px;}
.noticeList ul li{padding-bottom: 12px;margin-bottom: 12px;}
.noticeList ul li:last-child{margin-bottom: 0;}
.noticeList ul li a{padding: 0;height: auto;}
.noticeList ul li a .date{width: 60px;height: 72px;display: none;}
.noticeList ul li a b{display: block;}
.noticeList ul li a h5{font-size: 16px;line-height: 28px;}

.videoWrap .top h5{font-size: 18px;line-height: 32px;}

.passage{}
.passage .psgCont{font-size: 15px;line-height: 30px;padding-bottom: 20px;margin-bottom: 10px;}
.passage .psgBtm ul li{font-size: 13px;line-height: 28px;}

.ztMain{margin-bottom: 40px;}
.ztMain .ztTxtNews .ztTit{height: 38px;line-height: 38px;}
.ztMain .ztTxtNews .ztTit a{font-size: 20px;}
.ztMain .btm .item1{margin-bottom: 20px;}
.ztMain .ztTxtNews .ztList li a span{font-size: 12px;}
.ztMain .ztTxtNews .ztList li a{padding-right: 78px;}
.ztMain .ztTxtNews .ztList li a h5{font-size: 14px;}

.ztMain.ztNy .ztTxtNews .ztList{margin-bottom: 20px;}

.passage .psgTit h5{font-size: 16px;line-height: 24px;}
.passage .psgTit{padding-bottom: 12px;margin-bottom: 12px;}

.pageStyle{font-size: 14px;line-height: 28px;}


}
