.clear{ clear:both}
.clear:after { visibility:hidden; display:block; font-size:0; content:" "; clear:both; height:0; }
.clear {zoom:1; }


.tel_mnva{display: none}
@media screen and (max-width:1023px) {
	.tel_mnva{width: 100%; display: block}
	.tel_mnva ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;flex-wrap: wrap;}
	.tel_mnva li{width: 33%; background: #23344c; text-align: center; line-height: 42px; font-size: 17px; margin-bottom: 1px;}
	.tel_mnva li a{color: #fff}
}

/*网站首页主体*/
.indexmid_1{ position:relative;background: url('../images/awards1.jpg')repeat center top; ; color:#333; padding:4.59375vw 0;}
.indexmid_1 ul{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; width:90%; margin: 0 auto;box-shadow: 0px 0px 10px #cacaca;}
.indexmid_1 ul li{width: 20%; border-right:1px solid transparent; border-color: rgba(151, 151, 151, 0.1); }
.indexmid_1 ul li:nth-child(5){border-right:none}
.indexmid_1 .list{width: 100%; position: relative;padding: 2.5% 0;transition: .5s; }
.indexmid_1 .list .listimg{width: 5em; height: 5em;border-radius:50%; background: #ffc031; margin:2.5em auto 0 auto;padding:1em}
.indexmid_1 .list .listimg i{font-size: 52px;display: block; text-align: center;  color: #fff; font-weight: 100; padding-top:0.1em;}
.indexmid_1 .list .listtxt{text-align: center; margin: 0.8em 0 2.5em 0; }
.indexmid_1 .list .listtxt h2{font-size: 26px;font-weight:500}
.indexmid_1 .list .listtxt p{width: 85%; margin: 0 auto; font-size: 16px; color: #666; padding-top: 5px}
.indexmid_1 .list:hover{background: #ffc031}
.indexmid_1 .list:hover .listimg{background: #fff}
.indexmid_1 .list:hover .listimg i{color: #ffc031}
.indexmid_1 .list:hover .listtxt{color: #fff}
.indexmid_1 .list:hover .listtxt p{color: #fff}

@media screen and (max-width:1440px) {
	.indexmid_1 .list .listtxt h2{font-size: 20px}
	.indexmid_1 .list .listtxt p{font-size: 14px}
}

@media screen and (max-width:1023px) {
	.indexmid_1 ul{width: 100%;flex-wrap: wrap;box-shadow:none;-webkit-justify-content: space-between;   justify-content: space-between; margin: 0 auto}
	.indexmid_1 ul li{width: 19%}
	.indexmid_1 ul li:nth-child(5){border-right:1px solid transparent;}
	.indexmid_1 .list{padding: 1.5% 0;}
	.indexmid_1 .list .listimg{width: 1.5em; height: 1.5em; margin-top: 2%}
	.indexmid_1 .list .listimg i{font-size:22px; line-height: 0.8em}
	.indexmid_1 .list .listtxt h2 {font-size: 15px}
	.indexmid_1 .list .listtxt p{font-size: 12px}
	.indexmid_1 .list .listtxt{margin: 0.3em 0 0em 0;}
}



/*产品展示*/

.product{width:100%; margin:0px auto; position: relative; overflow: hidden; padding:4% 0 0 0; }
.pro_tit{text-align: center; padding-bottom: 2%}
.pro_tit h2{font-size: 62px; color: #ffc031; font-weight: bold;-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(bottom,#edb128, #ffc031);}
.pro_tit h3{font-size: 1.6em; font-weight: 100; padding:0.5em 0}

.prolist{width: 90%; margin: 0 auto 3% auto;}
.prolist ul{display: flex; display:-webkit-flex;  -webkit-justify-content: center;   justify-content: center;flex-wrap: wrap;}
.prolist li{ width: 12%; margin: 0 15px; font-size: 20px; text-align: center;border:1px solid transparent; border-color: rgba(1, 135, 216, 0.7);border-radius: 40px; line-height:55px;text-transform: uppercase;transition: .5s; margin-bottom: 10px;}
.prolist li:nth-child(1){background: #23344c; }
.prolist li:nth-child(1) a{color: #fff}
.prolist li:hover{background: #23344c; }
.prolist li:hover a{color: #fff}
#top_scroll .protel{width: 70%; margin: 0 auto; line-height: 40px; padding:0 0 15px 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 16px;}
#top_scroll .protel .protel_a{width: 47%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s;border-radius: 30px }
#top_scroll .protel .protel_a:hover{background: #23344c; color: #fff;}
#top_scroll .protel .protel_b{width: 47%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s;border-radius: 30px }
#top_scroll .protel .protel_b:hover{background: #ffc031; color: #fff;}
#top_scroll ul li:hover .protel_a{background: #23344c; color: #fff;}
#top_scroll ul li:hover .protel_b{background: #ffc031; color: #fff;}

#tel_pro{display: none;}
.pro_cont{background: url('../images/probg.jpg')repeat center top; width: 100%; padding: 4% 0; background-attachment: fixed; background-size: cover;}
#top_scroll {overflow: hidden;width:90%; margin:0 auto 0 auto; padding-bottom: 2%;height: 800px ; }
#top_scroll ul li{position: relative; float: left;width:24%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
#top_scroll ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
#top_scroll ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
#top_scroll ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
#top_scroll ul li .proText{ padding: 25px 0; transition: .4s;-webkit-transition: .4s;}
#top_scroll ul li strong{display: block; color: #333333;   text-align: center;font-weight: 700;}


@media (max-width:1440px){
	.pro{width:95%; }
	.pro_tit h2{ font-size: 46px;}
	.pro_tit h3{font-size: 1.2em}
	.pro_tit .line{width: 85%; margin: 0 auto}
	.pro_tit .line img{width: 100%}
}
@media (max-width:750px){
	.pro{width: 100%;padding: 3vh 0;}
	.pro_tit h2{ font-size: 34px;}
	.pro_tit h3{font-size: 16px}
	.prolist{width: 95%}
	.prolist li{width: 30%; font-size: 16px;line-height: 35px;}
	#top_scroll{display: none;}
	#tel_pro {overflow: hidden;width:98%; margin:1vh auto 0 auto; padding-bottom: 3%; display: block;}
	#tel_pro ul li{position: relative; float: left;width:49%;margin:0 .5% 1%;overflow: hidden; border-bottom: #e1dfdf 1px solid; box-sizing: border-box;background-color:#f8f8f8;-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}
	#tel_pro ul li .img{width: 100%;height: 100%;object-fit: cover; object-position: center; overflow: hidden;  }
	#tel_pro ul li .img img{ width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
	#tel_pro ul li .img:hover img{ transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
	#tel_pro ul li .proText{ padding:15px 0; transition: .4s;-webkit-transition: .4s;}
	#tel_pro ul li strong{display: block; color: #333333;   text-align: center;font-weight: 700;font-size: 17px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;text-transform: uppercase;}
	#tel_pro .protel{width: 95%; margin: 0 auto; line-height: 30px; padding:0 0 15px 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 13px;}
	#tel_pro .protel .protel_a{width: 49%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s;border-radius: 30px }
	#tel_pro .protel .protel_a:hover{background: #23344c; color: #fff;}
	#tel_pro .protel .protel_b{width: 49%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s;border-radius: 30px }
	#tel_pro .protel .protel_b:hover{background: #ffc031; color: #fff;}
	#tel_pro ul li:hover .protel_a{background: #23344c; color: #fff;}
	#tel_pro ul li:hover .protel_b{background: #ffc031; color: #fff;}
}

.tel_indextel{display: none}
@media (max-width:750px){
	.tel_indextel{width: 100%; display: block;background: url('../images/adv.jpg') no-repeat center top; height: 120px;background-size: 230%}
	.tel_indextel p{width: 85%; margin: 0 auto; color: #fff; text-align: center; padding-top:8%}
	.tel_indextel p em{font-family: neutra_text_tf; display: block; font-size: 36px}
	.tel_indextel p em a{color: #fff}
}

/*公司简介*/
.index_2{background: url('../images/aboutbg.jpg') no-repeat center top;padding:5.33333333333333vw 0;}
.indexmid{width: 90%; margin: 0 auto;}
.index_2_mid_left{ margin-top:2.375vw;float:left; width:40.49382716049383%;}
.index_2_mid_right{ position:relative;float:right; width:55.55555555555556%;}
.index_2_title{ letter-spacing:2px; color:#666;display:inline-block; position:relative; font-family:Arial, Helvetica, sans-serif; font-size:15px; padding-left:135px;}
.index_2_title span{ letter-spacing:0; display:block;position:absolute; left:0; height:100%; top:0; color:#073763; font-weight:bold; width:128px;}
.index_2_title span:after{transform:translateY(-50%); height:1px; background-color:#000; width:105px;content:''; position:absolute; left:20px; top:50%;}
.index_2_title_cz{padding-left:0; padding-top:135px;}
.index_2_title_cz span{width:100%; height:128px;}
.index_2_title_cz span:after{left:50%; top:20px;transform:translateX(-50%); height:105px; width:1px;}
.index_2_mid_left_2{font-size:2.5vw; margin-top:3.125vw; font-weight: bold}
.index_2_mid_left_3{font-size:18px; color:#666; margin-top:.4em;}
.index_2_mid_left_4{ margin-bottom:2.5vw;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 4;overflow: hidden;word-wrap:break-word;word-break:break-all;color:#666; line-height:36px; margin-top:3vw; font-size: 18px}
.lmore{ overflow:hidden; position:relative;display:inline-block; border:2px #fff solid; font-family:Arial, Helvetica, sans-serif; width:200px; text-align:center; line-height:45px; height:px; color:#fff;}
.lmore span{ color:#fff;transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;font-size:14px; position:relative; display:inline-block; position:relative; letter-spacing:.3em;}
.lmore:before{transition: all .5s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;content:''; position:absolute; left:0; top:0; width:0; height:100%; background-color:#fff;}
.lmore:hover:before{width:100%;}
.lmore:hover span{color:#fff}
.lmore_black{border:1px #000 solid;}
.lmore_black span{color:#000;}
.lmore_black:before{background-color:#212f4c;}
.index_2_mid_right_mid{ border-radius:4.89583333333333vw 0 4.89583333333333vw 0;position:relative; z-index:10; overflow:hidden; margin-right:1.77083333333333vw;  margin-bottom:1.77083333333333vw;}
.index_2_mid_right_mid img{width:100%;}
.index_2_mid_right:after,.about_2_left:after{height:calc(100% - 1.77083333333333vw);width:calc(100% - 1.77083333333333vw);content:''; position:absolute; right:0; bottom:0; background-color:#ffc031;border-radius: 4.89583333333333vw 0 }

@media screen and (max-width:768px) {
	.index_2_mid_left{width:100%;}
	.index_2_mid_right{width:100%; margin-top:1.5em;}
	.index_2_mid_left_2{display: none}
	.index_2_mid_left_3{font-size:16px;}
	.index_2_mid_left_4{font-size: 16px; line-height: 31px}
}

.adv{width: 100%; height: 297px;background: url('../images/adv.jpg') no-repeat center top;}
.adv .s_width{width: 85%;margin: 0 auto; color: #fff; padding: 4% 0}
.adv p{font-size: 48px; font-weight: bold; text-align: right}
.adv ul{width: 56%; display: flex; display:-webkit-flex;  -webkit-justify-content: space-between;   justify-content: space-between; margin-top:1.7%; float: right}
.adv ul li{width: 33%;font-size: 22px }
.adv ul li i{font-size: 36px; color: #fdb70e}


@media screen and (max-width:1280px) {
	.adv .s_width{width: 90%;padding-top: 6%}
	.adv ul{width: 70%; }
}

@media screen and (max-width:768px) {
	.adv .s_width{padding-top: 15%}
	.adv p{font-size: 24px;  text-align: center}
	.adv ul{width: 80%;flex-wrap: wrap;}
	.adv ul li{width: 100%;font-size:20px ; line-height: 36px}
	.adv ul li i{font-size: 22px;}
}

.case{width: 100%; margin: 4% auto;}
.heixinlistbox {position: relative; margin:1% auto 0 auto;}
.heixinlist {width: 100%;visibility: visible;animation-duration: 1s;animation-name: fadeInUp;}
.hxin_item {position: relative;width: 650px;margin: 0 auto; padding: 0 15px;}

.hitbox{overflow: hidden;}
.hitbox img{width: 100%;/*opacity: 0.3;*/-webkit-filter: blur(3px); /* Chrome, Opera */-moz-filter: blur(3px);-ms-filter: blur(3px);    	filter: blur(3px);}
.heixinlist .slick-active .hitbox img{/*opacity: 1;*/filter: blur(0px);}
.hitbox img {transition: all 1s;width:100%;}
.heixinlist .slick-next {right: 22%;background: url(../images/next.png) no-repeat center rgba(0, 0, 0,0.4);background-size:60%;}
.heixinlist .slick-prev {left: 22%;background: url(../images/prev.png) no-repeat center rgba(0, 0, 0,0.4);background-size:60%;}
.heixinlist .slick-dots {bottom: 9px;}
.slick-dots li.slick-active {background: #999;}
.heixinlist .slick-dots li.slick-active {background: #23344c;border-color:#23344c;}
.heixinlist .slick-prev, .heixinlist .slick-next {width: 91px;height: 56px;z-index: 50;}


@media screen and (max-width:768px) {
	.heixinlist .slick-prev{left: 4%}
	.heixinlist .slick-next{right: 4%;}
	.heixinlist .slick-prev, .heixinlist .slick-next {width: 50px;height: 30px;z-index: 50;}
}


/*产品展示*/
.home4{background:url(../images/tuijian.jpg) center no-repeat;background-size:cover;padding:4% 0;overflow:hidden}
.home4 .wrap{position:relative; max-width: 1500px; margin: 0 auto; position: relative;}
.home4 .public-title h2{width:565px;margin:0 auto;color:#ffffff;-webkit-text-fill-color:initial;-webkit-background-clip:initial;background-image:none;; font-size: 40px; text-align: center; line-height: 60px;}
.home4 .public-title h2 span{font-weight: bold;}
.home4 .sty1{margin:4% auto;overflow:hidden}
.home4 .sty1 li{float:left;text-align:center}
.home4 .sty1 li span{margin-top:20px;margin-bottom:22px;display:block;font-size:20px;color:#ffffff;}
.home4 .sty1 li p{font-size:17px;color:#ffffff;line-height:31px;}
.home4 .sty1 .one,.home4 .sty1 .three{width:23.23077%}
.home4 .sty1 .two{width:19.07692%;margin:0 17.23%}
.home4 .sty1 .two span{position:relative}
.home4 .sty1 .two span:before,.home4 .sty1 .two span:after{content:"";width:76.6129%;height:1px;border-top:1px dashed #ffffff;display:block;position:absolute;top:50%}
.home4 .sty1 .two span:before{left:-76.6129%}
.home4 .sty1 .two span:after{right:-76.6129%}
.home4 .zxbtn{margin:35px auto 0;display:block;width:300px;height:55px;background:#ffb628;background-image:linear-gradient(to top, #ffc031, #edb128);border-radius:36px;font-size:28px;color:#ffffff;text-align:center;line-height:55px;position:relative;overflow:hidden;cursor:pointer;transition:all linear 0.3s}
.home4 .zxbtn a{color: #fff;}
.home4 .zxbtn span{display:block;transition:all linear 0.3s;transform-style:preserve-3d;transform:translateY(0);transition-property:transform}
.home4 .zxbtn span+span{position:absolute;top:0;left:0;width:100%;transform:translate3d(0, 36%, 0) rotateX(-90deg);display:none\9}
.home4 .zxbtn:hover span{transform:translate3d(0, -36%, 0) rotateX(90deg);transform:none\9}
.home4 .zxbtn:hover span+span{transform:none}
@media (max-width: 790px){
	.home4 {padding-top: 50px;padding-bottom: 70px;background-attachment: fixed; background-size: cover;}
	.home4 .wrap{max-width: 95%;}
	.home4 .public-title h2{width: 100%;font-size: 26px;line-height: 45px;}
	.home4 .sty1{margin:10% auto 4% auto;overflow:hidden;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
	.home4 .sty1 .one,.home4 .sty1 .two,.home4 .sty1 .three{width:33%; margin: 0; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-top: 20px	}
	.home4 .sty1 .two span:before,.home4 .sty1 .two span:after{display: none;}
	.home4 .sty1 li span {font-size: 14px;}
	.home4 .sty1 li p{display: none;}
	.home4 .zxbtn{width: 200px;height: 50px; line-height: 50px;font-size: 18px; margin-top: 35px;}
}



/*news*/
.news{width:100%; margin:0 auto 0 auto; padding: 4% 0 4% 0; position: relative}
.index_4_1{width: 85%; margin:1% auto 0 auto;}
.index_4_1 ul li{ float:left; width:32.48366013071895%; margin-right:1.27450980392157%;background: #f2f2f2;font-size: 16px; }
.index_4_1 ul li:nth-child(3n){margin-right:0}
.index_4_1_mid_1{overflow:hidden; position:relative;}
.index_4_1_mid_1 img{width:100%;}
.index_4_1_mid_2{margin:0 5%; margin-top:2.125em; }
.index_4_1_mid_2_1{color:#0f407f;font-family:Calibri;}
.index_4_1_mid_2_2{font-size:1.5em; color:#000; margin-top:.75em; margin-bottom:.75em;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.index_4_1_mid_2_3{color:#666;display: -webkit-box;-webkit-box-orient: vertical;  -webkit-line-clamp: 2;   overflow: hidden;word-wrap:break-word;word-break:break-all; line-height:1.9;}

.index_4_2{text-align:center; margin:4.375em 0;}
.index_4_1_mid{overflow:hidden; position:relative;padding-bottom: 20px;}
.index_4_1_mid:after{ height:1.70807453416149%; left:50%; background-position:center top; background-repeat:no-repeat; background-size:cover;content:''; position:absolute; bottom:-1.70807453416149%; width:84.50704225352113%;transform:translateX(-50%); background-image: linear-gradient(to right, #0f407f, #074da7);border-radius:20px 20px 0 0;  }
.index_4_1 ul li:hover .index_4_1_mid:after{bottom:0;-webkit-transition-duration: 0.5s; -ms-transition-duration: 0.5s; -o-transition-duration: 0.5s; -moz-transition-duration: 0.5s; transition-duration: 0.5s; }
.a-image-hover{align-items:center;color:#fff;display:flex;font-size:14px; font-family:Arial, Helvetica, sans-serif;height:100%;justify-content:center;left:0;letter-spacing:0;line-height:1;position:absolute;top:0;width:100%;z-index:2}
.a-image-hover span{display:inline-block;opacity:0;transform:translate3d(-30px,0,0);transition:all .5s cubic-bezier(.14,1,.34,1) 0s}
.a-image-hover span:first-child{transition-delay:.03s}
.a-image-hover span:nth-child(2){transition-delay:.06s}
.a-image-hover span:nth-child(3){transition-delay:.09s}
.a-image-hover span:nth-child(4){transition-delay:.12s}
.index_4_1 ul li:hover .a-image-hover span{opacity:1;transform:translateZ(0)}
.index_4_1 ul li:hover .a-image-hover span:first-child{transition-delay:.12s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(2){transition-delay:.06s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(3){transition-delay:.04s}
.index_4_1 ul li:hover .a-image-hover span:nth-child(4){transition-delay:.03s}
.index_4_1_mid_1:after{background-color:rgba(0,0,0,.3);content:"";height:100%;left:0; z-index:1;opacity:0;position:absolute;top:0;transition:all .5s cubic-bezier(.4,.8,.74,1) 0s;width:100%}
.index_4_1 ul li:hover .index_4_1_mid_1:after{opacity:1;}
.index_4{overflow:hidden; background: #f7f9fb; padding-top: 4%;}

@media screen and (max-width:790px){
	.news {width: 95%; margin:4% auto 0 auto }
	.index_4_1{width: 95%; padding-bottom: 74px;}
	.index_4_1 ul li{width: 100%; margin-right: 0;}
	.index_4_1_mid_2{margin:0 2%; margin-top:1.125em; }
	.index_4_1_mid_2_2{font-size: 1.3em; margin: 10px 0}
}


.news_box{width: 85%; margin: 0 auto;}
.news_box li{ line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.news_box li span{float: right;}
.flex-center{width: 85%; margin: 5% auto; text-align: center;}

/* ===================== 内页 Banner 图 ===================== */
.inbanner {width: 100%;height: 500px;position: relative;overflow: hidden; background: #000;}
.sec20 .inbanner {height: 100vh; }
.inbanner > img {position: absolute;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0; opacity: 0.65;}
.inbanner .ibbg{ position: absolute; z-index: 1; opacity: 0.8;}
.inbanner .cer {position: relative;height: 100%;}
.ibcatein {position: absolute;width: 100%;left: 0;top:32%;z-index: 1;color: #fff;text-align: center;overflow: hidden;}
.ibcatein .cn {font-size: 30px;line-height: 46px;}
.ibcatein .en {font-size: 72px;line-height: 84px;font-weight: bold;text-transform: uppercase;}
.ibcatein .en:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 66px;height: 2px;background-color: #fff;margin-left: -33px;display: none;}
.mouse {width: 34px;height: 34px;margin-top: 110px;margin-left: -18px;border-radius: 50%;position: absolute;left: 50%;top:60%;z-index: 2;border: 1px solid #fff;/*font-size: 16px; line-height: 28px; color: #fff; text-align: center;*/background: url('../images/jtd-mouse.png') center no-repeat;}
.outnavbg {width: 100%;position: absolute;left: 0;bottom: 28px;z-index: 5;}


@media screen and (max-width:790px){
	.inbanner {height: 150px;}
}


/* ===================== 内页 Banner 图 ===================== */

.mbx{ width:100%; height:60px;   border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.mbx .mbx_cont{ width:85%; margin:0 auto; font-size:16px; line-height:60px; color:#333;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;}
.mbx .mbx_cont a{color: #333;}

@media screen and (max-width:790px){
	.mbx{height: 50px; background: #f2f2f2}
	.mbx .mbx_cont{width: 95%; line-height: 50px; font-size: 15px}
	}


.inbanner2 {width: 100%;height: 380px;position: relative;overflow: hidden;background: #000;}
.inbanner2 > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;	object-fit: cover;z-index: 0;opacity: 0.7;}

/*内页企业简介*/
.se_main{width: 85%; margin: 3% auto 2% auto;}
.se_main .s_width{background: #f2f2f2; padding: 50px; width: 90%; margin: 0 auto}
.se_main .s_width p{text-indent:2em;font-size: 18px; line-height: 36px; margin-bottom: 15px}

.se_main ul{display: flex; display:-webkit-flex;-webkit-justify-content: center;   justify-content:center;flex-wrap: wrap;width:100%; margin: 0 auto 0 auto;}
.se_main li{width: 11%; height: 60px; margin: 0 10px 20px 10px; border:1px dashed transparent; border-color: rgba(151, 151, 151, 0.5); font-size: 23px; text-align: center;display: flex; align-items: center;-webkit-align-items: center;justify-content:center;transition: .5s;text-transform: uppercase;
}
.se_main li a{color: #000; width:100%}
.se_main li:hover{background: #23344c;}
.se_main li:hover a{color: #fff;}


@media (max-width:1280px){
	.se_main h2{ font-size: 46px;}
	.se_main h2 em:before{margin:5px auto; }
}
@media (max-width:790px) {
	.se_main{width: 98%}
	.se_main h2 {	font-size: 26px;	}
	.se_main h2 em {	font-size: 16px	}
	.se_main .s_width{width: 96%; padding: 3%}
	.se_main .s_width p{text-indent:2em;font-size: 16px; line-height: 31px;}
	.se_main ul{flex-wrap: wrap;}
	.se_main li{width: 31%; margin: 0 1% 10px 0; font-size: 16px; height: 40px; line-height: 40px}
}

/*内页团队风采*/
.se_pro{width: 85%; margin:0 auto 3% auto;}
.se_pro .se_pro_tit{text-align: center; margin-bottom:5%; color: #333}
.se_pro .se_pro_tit h3{font-size: 48px; text-align: center;display: block;font-weight: bold;}
.se_pro .se_pro_tit h2{font-size: 24px;}
.se_pro ul {-webkit-justify-content: left;   justify-content: left;display: flex; display:-webkit-flex;flex-wrap: wrap;}
.se_pro ul li {transition: all .3s ease;width: 31%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 1% 2% 1%;}
.se_pro ul li .pro_pic img {width: 100%;}
.se_pro ul li .pro_pic i {display: none;}
.se_pro ul li .sepro_tit {font-size:20px;font-weight: bold; color: #333;line-height:70px;display: block;text-align: center;background: #f2f2f2;text-transform: uppercase;}
.se_pro ul li .pro_pic {position: relative;display: block;overflow: hidden;}
.se_pro ul li .pro_pic i {display: block;position: absolute;left: -100%;top: 0;width: 100%;height: 100%;background-image: -webkit-linear-gradient(0deg,hsla(0,0%,100%,0),hsla(0,0%,100%,.5),hsla(0,0%,100%,0));transform: skewx(-25deg);-o-transform: skewx(-25deg);-moz-transform: skewx(-25deg);-webkit-transform: skewx(-25deg);}
.se_pro ul li:hover .pro_pic i {transition: all .3s ease;left: 100%}
.se_pro ul li:hover {transition: all .3s ease;transform: translateY(-6px);-webkit-transform: translateY(-6px);-moz-transform: translateY(-6px);box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);-webkit-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5);-moz-box-shadow: 0 26px 40px -24px rgba(0,36,100,.5)}

.se_pro .protel{width: 90%; margin: 0 auto; line-height: 40px; padding:0 5% 15px 5%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; font-size: 16px;background: #f2f2f2;}
.se_pro .protel .protel_a{width: 47%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s;border-radius: 30px }
.se_pro .protel .protel_a:hover{background: #23344c; color: #fff;}
.se_pro .protel .protel_b{width: 47%; text-align: center; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);transition: .5s;border-radius: 30px }
.se_pro .protel .protel_b:hover{background: #ffc031; color: #fff;}
.se_pro ul li:hover .protel_a{background: #23344c; color: #fff;}
.se_pro ul li:hover .protel_b{background: #ffc031; color: #fff;}

@media screen and (max-width:1280px){
	.se_pro ul li {width: 31%;}
}
@media screen and (max-width:1023px){
	.se_pro{width: 98%;}
	.se_pro .se_pro_tit h3{font-size:26px; }
	.se_pro .se_pro_tit h2{font-size: 16px;}
	.se_pro ul {margin-left: 0;}
	.se_pro ul li {width: 47%;}
	.se_pro ul li .pro_tit{font-size: 16px;word-break: break-all;  text-overflow: ellipsis; overflow: hidden;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 1;line-height: 50px;}
	.se_pro ul li .sepro_tit {line-height: 50px; font-size: 18px}
	.se_pro .protel{padding: 0 0 15px 0; width: 100%; font-size: 13px; line-height: 30px}
	.se_pro .protel .protel_a{width: 47%;}
	}
/*产品详情*/
.se_procont{width: 100%;  background:url(../images/adv.jpg) no-repeat center top;padding: 7% 0 4% 0;background-attachment: fixed; background-size: cover;}
.se_procont .s_width{background: #fff;padding:2% 4%;display: flex; display:-webkit-flex;-webkit-justify-content: space-between;   justify-content: space-between;width: 80%; margin: 0 auto;}
.se_procont .se_procont_l{width: 45%;}
.l{float: left;}
.r{float: right;}

#showbigpic{width: 100%;max-width:800px;}
.piclist{width:89%;overflow: hidden; margin:0 auto}
#modal-pic{height:58vh;}
#modal-pic img{width: 100%;}

.modal-dialog{width: 100%;}

.absolute{position:absolute}
.arrow-left{top:5px;left:5px;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/lleft.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-right{top:5px;right:5px;color:white;cursor: pointer;width:20px;height:100px; background:url(../images/rright.png) no-repeat center top; transition:all 0.3s ease 0s; -webkit-transition:all 0.3s ease 0s;}
.arrow-left:hover{ background:url(../images/left_h2.png) no-repeat center top;}
.arrow-right:hover{ background:url(../images/right_h2.png) no-repeat center top;}
#mycarousel{transition: all .4s;}
.espcms_pro_photo li{ float:left; width:80px; margin-right:10px; text-indent:0;}
.espcms_pro_photo li img{width:76px;height:auto; background: #fff  }

.se_product_box{width: 85%; margin: 4% auto;}
.se_product_box .se_product_tit{font-size: 30px; font-weight: bold;background: #cd2729;padding: 20px 0px;width: 200px; text-align: center; color: #fff;}
.se_product_box h2{ font-size: 30px;color: #3a4a64;line-height: 40px;margin-bottom: 30px;background: url(../images/new-tag.png) no-repeat left 5px;padding-left: 72px}

.se_product_bg{margin-top: 3%;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:0.5% 1%;white-space: nowrap;font-size: 16px;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 31px; }
.biaoge p{font-size: 16px; line-height: 31px;}

@media screen and (min-width: 1025px) {

	.se_procont_r{width: 50%;padding-top: 4%;}
	.se_procont .se_procont_r h1 {color: #333333;line-height: 1.25; font-size: 40px; font-weight: 800;}
	.se_procont .se_procont_r .aside {margin-top:20px;line-height: 1.25; }
	.se_procont .se_procont_r .aside span{font-size: 16px;}
	.se_procont .se_procont_r .imax {margin:16px 0 20px 0;padding-top: 16px;border-top: #eeeeee solid 1px;color: #666666;font-size: 16px;}
	.se_procont .se_procont_r .imax p{ line-height: 31px;}
	.se_procont .se_procont_r .btns { margin-top: 12%;}
	.se_procont .se_procont_r .btns .btn {z-index: 2;display: inline-block;vertical-align: top;position: relative;overflow: hidden;min-width: 120px;line-height: 45px;padding: 0.1rem 0.2rem;border-radius: 70px;text-align: center;font-size: 16px;border: #e0e0e0 solid 1px;-webkit-transition: all 250ms ease-out 0s;transition: all 250ms ease-out 0s;color: #333333;}
	.se_procont .se_procont_r .btns .btn:after {background-color: #0181e0;opacity: 1;z-index: -1;content: " ";position: absolute;border-radius: 50%;left: 50%;top: 50%;background-color: #fff;width: 108%;padding-bottom: 108%;-webkit-transform: translate(-50%, -50%) scale(0);transform: translate(-50%, -50%) scale(0);pointer-events: none;}

	.se_procont .se_procont_r .btns .btn:nth-child(1n+2) {margin-left: 0.6rem;}
	.se_procont .se_procont_r .btns .btn2 {color: #0181e0;border-color: #0181e0;}
}
@media screen and (min-width: 1025px) {
	.se_procont .se_procont_r .btn1:hover {color: #171c32;}
	.se_procont .se_procont_r .btn2 {color: #0181e0;border-color: #0181e0;}
	.se_procont .se_procont_r .btn2:hover {color: #171c32;}
}
@media screen and (max-width: 1024px) {
	.se_procont .se_procont_r {max-width: 100%;margin-top: 0.7rem;width: 514px;margin-left: auto;margin-right: auto;padding-bottom: 0.4rem;}
	.se_procont .se_procont_r .btns {position: relative;margin-top: 0.6rem;bottom: 0;}
}

@media screen and (max-width: 790px) {
	.inbanner2 {height: 180px;}
	.se_procont{padding: 0% 0 4% 0;}
	.se_procont .s_width{width: 98%; display: block;}
	.se_procont .se_procont_l{width: 100%;}
	.se_procont .se_procont_r{width: 90%;    margin-top: 0;}
	.se_procont .se_procont_r h1{font-size: 25px; padding-top: 3%;}
	.se_procont .se_procont_r .aside {margin-top: 10px;}
	.se_procont .se_procont_r .imax{font-size: 15px;}
	.se_procont .se_procont_r .imax p{line-height: 24px;}
	.se_procont .se_procont_r .btns .btn{min-width: 100px;line-height: 28px;}
	.right-fd{display: none!important;}

	.se_procont .s_width{background: #fff;padding: 0%;width: 95%;}
	#modal-pic {height: 35vh;}
	.se_product_box .se_product_tit{font-size: 23px;width: 150px;padding: 10px 0;}
	.se_product_box .se_product_cont p{font-size: 16px; line-height: 31px;}
}




/*内页合作案例*/
.huoout {padding:5% 0;background: url('../images/bg_01.jpg') repeat;}
.huoout:before {content: "";position: fixed;z-index: -1;top: 0;right: 0;bottom: 0;left: 0;}
.huoout .cer9{width: 90%; margin: 0 auto;}
.huoout h2.btitle {font-size: 42px;color: #333;line-height: 66px;text-align: center;height: 66px;overflow: hidden;}
.huocon {margin: 30px auto 62px;font-size: 16px;color: #333;line-height: 36px;max-width: 900px;text-align: center;}
.huocon img {max-width: 100%;}
.huobtn {display: block;width: 62px;height: 32px;padding-left: 48px;margin: 0 auto;font-size: 14px;color: #a9a9a9;line-height: 32px;position: relative;}
.huobtn i {position: absolute;left: 0;top: 0;z-index: 1;width: 32px;height: 32px;}
.huobtn:hover i {-webkit-animation: rotate360 2s linear infinite;animation: rotate360 2s linear infinite;}
.huobtn.finish {padding-left: 0;}
.huobtn.finish i {width: 0;opacity: 0;}
.kehulist {padding: 2px 0 60px;overflow: hidden;margin: 0 -12px;}
.kehulist li {float: left;width: 15.5%;margin: 10px 0; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin: 0 1% 1% 0;}
.kehulist li .lin {padding: 0 12px;text-align: center;}
.kehulist li a {display: block;background-color: #fff;overflow: hidden;}
.kehulist .pic {width: 100%;height: 120px;overflow: hidden;font-size: 0;line-height: 120px;}
.kehulist img {max-width: 75%;max-height: 90%; }
.kehulist li:hover a {
	-webkit-transform: scale(0.9, 0.9);transform: scale(0.9, 0.9);
}
@media screen and (max-width: 1400px) {
	.kehulist li {width: 20%;}
}
@media screen and (max-width: 1200px) {
	.kehulist li {width: 25%;}
}
@media screen and (max-width: 900px) {
	.kehulist li {width: 33.33%;}
	.huoout h2.btitle {font-size: 36px;}
	.huocon {line-height: 30px;}
}
@media screen and (max-width: 750px) {
	.huoout .cer9{width: 95%; }
	.huoout h2.btitle {font-size: 22px;}
	.huocon {margin: 10px auto 15px;line-height: 31px;max-width: 90%;text-align: center;}

	.kehulist .pic {height: 78px;line-height: 78px;}

	.huoout {padding: 80px 0;}
	.kehulist li {width: 50%;}
}

.sepro_cont{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;background: #f8f8f8; }
.sepro_cont_l{width: 50%;}
.sepro_cont_l img{width: 100%;}
.sepro_cont_r{width: 50%; padding: 4% 3%; }
.sepro_cont_r h2{ text-align: left; font-weight: 500; font-size: 35px;}
.sepro_cont_r .info-intro{text-align: left; }
.sepro_cont_r .info-pic{ margin: 10px 0;}
.sepro_cont_r .info-pic img{ margin: 0 auto; max-width: 100%; display: block;}
.sepro_cont_r .info_cont{font-size: 16px; line-height: 31px;;}
.sepro_cont_r .info_cont p{ margin-bottom: 15px;}

.fenye{width: 1280px; margin: 0 auto 1% auto;display: flex; display:-webkit-flex;-webkit-justify-content:center;   justify-content: center; align-items: center;-webkit-align-items: center; height: 45px;}
.fenye_zong{ font-size: 14px; width: 200px; background: #f2f2f2; text-align: center;  line-height: 45px;}

@media screen and (max-width: 750px) {
	.fenye{width: 95%;  margin: 20px auto 30% auto; line-height: 30px; height: 30px; padding-bottom: 100px}
	.fenye_zong{ font-size: 12px; width: auto;}
}

/*se_hangye*/
.newslist {padding: 80px 0;width: 100%;font-size: 0;overflow: hidden;}
.newslist li {width: 100%;border-bottom: 1px solid #e7e7e7;}
.newslist li .lin {padding: 60px 0;position: relative;}
.newslist li a {display: block;position: relative;min-height: 225px;overflow: hidden;padding-right: 540px;}
.newslist li .pic {position: absolute;right: 0;top: 0;z-index: 1;width: 400px;height: 225px;overflow: hidden;}
.newslist li .pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;}
.newslist li .wrap {padding: 26px 0 0;}
.newslist li h3 {font-size: 26px;color: #333;line-height: 42px;height: 42px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;font-weight: bold;margin: 20px 0;}
.newslist li .date {font-size: 24px;color: #999;line-height: 32px;height: 32px;font-family: "Times New Roman";}
.newslist li .txt {color: #666;line-height: 31px;text-align: justify;overflow: hidden;height: 89px;-webkit-box-orient: vertical;}
.newslist li i {width: 50px;height: 50px;border-radius: 50%;overflow: hidden;-webkit-box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);box-shadow: 0 0 0 50px rgba(255, 255, 255, 0.15);-webkit-transition: 0.5s;transition: 0.5s;
	opacity: 0;position: absolute;left: 50%;top: 50%;z-index: 2;margin-left: -25px;margin-top: -25px;}
.newslist li:hover i {width: 200px;height: 200px;margin-left: -100px;margin-top: -100px;opacity: 1;}
.newslist li .cov {position: absolute;left: 0;top: 0;z-index: 1;width: 100%;height: 100%;background-color: rgba(0, 0, 0, 0);}
.newslist li label {position: absolute;left: 0;top: 50%;z-index: 3;width: 100%;height: 30px;margin-top: -15px;font-size: 14px;color: rgba(255, 255, 255, 0);line-height: 30px;text-align: center;cursor: pointer;}
.newslist li:hover {border-bottom-color: #222;}
.newslist li:hover h3 {-webkit-background-clip: text;-webkit-text-fill-color: transparent;background-image: -webkit-linear-gradient(left,#23344c, #23344c);}
.newslist li:hover .cov {background-color: rgba(0, 0, 0, 0.4);}
.newslist li:hover label {color: #fff;}
.newslist li,.newslist h3,.newslist .cov,.newslist label {-webkit-transition: 0.4s;transition: 0.4s;}
@media screen and (max-width: 1200px) {
	.newslist {padding: 60px 0;}
	.newslist li .lin {padding: 40px 0;}
	.newslist li a {padding-right: 490px;}
}
@media screen and (max-width: 1100px) {
	.newslist li .wrap {padding: 30px 0 0;}
	.newslist li .txt {height: 104px;}
}
@media screen and (max-width: 1023px) {
	.newslist {width: auto;margin: 0 -20px;}
	.newslist li {display: inline-block;width: 50%;padding-top: 0;margin-bottom: 30px;}
	.newslist li .lin {margin: 0 20px;padding-top: 0;}
	.newslist li .pic {position: relative;width: 100%;height: 0;padding-bottom: 62.8%;right: 0;}
	.newslist li .pic img {position: absolute;left: 0;top: 0;z-index: 0;}
	.newslist li a {padding-right: 0;}
	.newslist li .wrap {padding: 20px 15px 0;}
	.newslist li h3 {font-size: 20px;margin: 10px 0;}
}
@media screen and (max-width: 750px) {
	.newslist {margin: 0 -10px;padding: 60px 0 20px;}
	.newslist li .lin {margin: 0 10px;padding-bottom: 10px;}
	.newslist li .wrap {padding: 20px 0 0;}
	.newslist li .date {font-size: 18px;line-height: 24px;height: 24px;}
	.newslist li h3 {font-size: 18px;margin: 0;}
	.newslist li .txt {display: none;}
}
@media screen and (max-width: 600px) {
	.newslist {margin: 0 0;}
	.newslist li {display: block;width: 100%;}
	.newslist li .lin {margin: 0 0;}
	.newslist li .txt {display: block;height: 64px;font-size: 15px;}
}

/*新闻详情页*/
.greybgnews {background-color: #f8fafb;padding: 50px 0 80px;}
.greybgnews .cer8{ max-width: 1400px; margin:0 auto; padding: 0 30px;}
.main {position: relative;}
.mainleft {width: 100%;min-height: 800px;}
.mainright {width: 440px;position: absolute;top: 0;right: 0;z-index: 1;}
.mainright .sidebox {padding: 40px 40px 16px;width: auto;background-color: #fff;}
.mainright .sidebox .title {height: 40px;font-weight: bold;margin-bottom: 20px;font-size: 26px;line-height: 40px;color: #eb1622; }
.relnewslist li {border-bottom: 1px solid #e7e7e7;}
.relnewslist li a {display: block;}
.relnewslist li .pic {width: 100%;height: 222px;position: relative;overflow: hidden; display: none;}
.relnewslist li:nth-child(1) .pic{display: block;}
.relnewslist li .pic img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
.relnewslist li:hover img {-webkit-transform: scale(1.04);transform: scale(1.04);}
.relnewslist .wz {padding: 20px 0;}
.relnewslist h3 {font-size: 18px;color: #333;line-height: 36px;font-weight: bold;height: 36px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;-webkit-transition: 0.3s;transition: 0.3s;}
.relnewslist .date {  color: #666;  font-size: 12px;  line-height: 28px;  height: 28px;}
.relnewslist li:hover h3 {  color: #eb1622;}
.atc {padding: 40px 70px 70px;background-color: #fff;}
.atc-h {border-bottom: 1px solid #e7e7e7;padding-bottom: 20px;position: relative;}
.atc-h h1 {font-size: 32px;color: #333;line-height: 46px;font-weight: bold;margin-bottom: 24px;text-align: center;text-transform: uppercase;}
.atc-date {font-size: 14px;color: #888;line-height: 30px;text-align: center;}
.atc-date span {display: inline-block;margin-right: 48px;}
.atc-con {padding: 44px 0 76px;font-size: 16px;line-height: 28px;color: #555;text-align: justify;}
.atc-con p{line-height: 31px; margin-bottom: 15px;}
.atc-con iframe{width: 800px; height: 600px;}
.atc-con img {max-width: 100%; display: block; margin: 0 auto;}
.atc-con .videowrap {width: 1440px;position: relative;text-align: center;margin: 50px auto;overflow: hidden;}
.atc-con video {width: 100%;height: 612px;}
@media screen and (max-width: 1440px) {
	.atc {padding: 40px 50px 60px;}
	.mainright {width: 370px;}
	.videowrap {width: 100%;padding-bottom: 42.5%;height: 0;}
	.video {position: absolute;top: 0;left: 0;z-index: 1;width: 100%;height: 100%;}
}
@media screen and (max-width: 1300px) {

}
@media screen and (max-width: 1023px) {
	.greybgnews {padding: 60px 0 80px;background-color: #fff;}
	.atc {padding: 0 30px;}
	.atc-con iframe{width: 100%; height: 200px;}
}
@media screen and (max-width: 960px) {
	.greybgnews .cer8{max-width: 95%;padding: 0;}
	.atc-con {padding-bottom: 60px;}
	.atc-date span {margin-right: 24px;}
}
@media screen and (max-width: 750px) {
	.atc {padding: 0 0;}
	.atc-h h1 {font-size: 26px;margin-bottom: 0; line-height: 31px}
}
.atc-pn {position: relative;padding-top: 26px;padding-right: 160px;border-top: 1px solid #ddd;}
.atc-pn a {display: block;overflow: hidden;font-size: 14px;color: #666;line-height: 34px;margin-top: 10px;}
.atc-pn a:hover {color: #23344c;}
.atc-pn a label {display: inline-block;border: 1px solid #ccc;width: 98px;height: 32px;text-align: center;font-size: 14px;line-height: 32px;margin-right: 15px;-webkit-transition: 0.3s;transition: 0.3s;}
.atc-pn a:hover label {border-color: #23344c;}
.atc-pn a.ret {font-size: 14px;color: #fff;line-height: 34px;text-align: center;background-color: #23344c;width: 110px;height: 34px;position: absolute;right: 0;bottom: 0;z-index: 1;margin-top: 0;}
.atc-pn a.ret:hover {opacity: 0.8;}
@media screen and (max-width: 960px) {
	.atc-pn {padding-right: 0;}
	.atc-pn a.ret {position: static;width: 150px;height: 45px;line-height: 45px;border-radius: 5px;display: block;margin: 40px auto 0;font-size: 16px;}
}
.zhaopinout {padding: 110px 0 100px;}
.cate7 {position: relative;padding-top: 80px;padding-bottom: 22px;font-weight: bold;text-align: center;}
.cate7 .en {font-size: 140px;color: rgba(83, 185, 112, 0.06);line-height: 152px;text-transform: uppercase;position: absolute;left: 0;top: 0;z-index: 1;width: 100%;font-family: "Times New Roman";}
.cate7 .cn {font-size: 32px;color: #333;line-height: 50px;position: relative;z-index: 2;}
.cate7:after {content: '';position: absolute;left: 50%;bottom: 0;z-index: 0;width: 30px;height: 3px;margin-left: -15px;background-color: #eb1622;}
.zpintro {font-size: 16px;color: #666;line-height: 34px;text-align: center;max-width: 920px;margin: 24px auto 0;}
.zpintro span {display: block;}
@media screen and (max-width: 1023px) {
	.cate7 .en {font-size: 100px;line-height: 120px;}
	.zhaopinout {padding: 90px 0 90px;}
}
@media screen and (max-width: 920px) {
	.zpintro span {display: inline;}
}
@media screen and (max-width: 750px) {
	.cate7 .en {font-size: 70px;line-height: 100px;}
	.zhaopinout {padding: 70px 0 80px;}
}
.rec-head {height: 70px;background-color: #f5f5f5;overflow: hidden;padding: 0 110px;margin-top: 82px;}
.rec-head .th {float: left;padding: 10px 0;width: 20%;height: 50px;overflow: hidden;font-size: 18px;color: #333;line-height: 50px;text-align: center;font-weight: bold;}
.rec-head .th.zhiwei {text-align: left;}
.reclist {background-color: #fff;}
.rec-hand {height: 70px;background-color: #fff;overflow: hidden;padding: 0 110px;-webkit-user-select: none;-moz-user-select: none;-ms-user-select: none;user-select: none;}
.rec-hand .td {float: left;padding: 10px 0;width: 20%;height: 50px;overflow: hidden;font-size: 16px;color: #555;line-height: 50px;text-align: center;}
.rec-hand .td.zhiwei {text-align: left;}
.reclist li:nth-child(even) .rec-hand {background-color: #f5f5f5;}
.reclist li.on .rec-hand {background-image: -webkit-gradient(linear, left top, right top, from(#255ba9), to(#10a560));background-image: linear-gradient(to right, #255ba9, #10a560);}
.reclist li.on .rec-hand .td {color: #fff;}
.reclist li:hover .rec-hand {background-color: rgba(32, 180, 184, 0.2);}
.rec-hand,.reclist .td {-webkit-transition: 0.6s;transition: 0.6s;}
.reclist .rec-con {display: none;}
.reclist .rec-txt {font-size: 16px;color: #777;line-height: 30px;padding: 40px 110px 60px;border: 1px solid #1373c0;background-color: #f5f5f5;}
.reclist .rec-txt .email {display: inline-block;color: #1373c0;text-decoration: underline;}
.reclist .rec-txt h3 {font-size: 18px;color: #333;font-weight: bold;margin-bottom: 10px;
}
@media screen and (max-width: 1500px) {
	.rec-head,.rec-hand {padding: 0 80px;}
	.reclist .rec-txt {padding: 40px 80px 60px;}
}
@media screen and (max-width: 1200px) {
	.rec-head,.rec-hand {padding: 0 60px;}
	.reclist .rec-txt {padding: 40px 60px 60px;}
}
@media screen and (max-width: 1023px) {
	.rec-head,.rec-hand {padding: 0 40px;}
	.reclist .rec-txt {
		padding: 40px 40px 60px;
	}
}
@media screen and (max-width: 1023px) {
	.rec-head .th,.rec-hand .td {width: 22%;}
	.rec-head .th.zhiwei,.rec-hand .td.zhiwei {width: 34%;}
	.rec-head .th.bumen,.rec-hand .td.bumen {display: none;}
}
@media screen and (max-width: 750px) {
	.rec-head .th.addr,.rec-hand .td.addr {display: none;}
	.rec-head .th {width: 30%;}
	.rec-head .th.zhiwei {width: 40%;}
	.rec-hand .td {width: 30%;}
	.rec-hand .td.zhiwei {width: 40%;}
	.rec-head,.rec-hand {padding: 0 20px;}
	.reclist .rec-txt {padding: 40px 20px 50px;}
}
@media screen and (max-width: 660px) {
	.rec-head .th.renshu,.rec-hand .td.renshu {display: none;}
}

/*内页联系我们*/
.sContact-intro { width: 85%; margin: 0 auto;padding:4% 0;}
.sContact-intro .wrapIn {display: -webkit-box;display: -ms-flexbox;display: flex;-webkit-box-orient: horizontal;-webkit-box-direction: normal;-ms-flex-direction: row;flex-direction: row;-ms-flex-wrap: nowrap;flex-wrap: nowrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: center;-ms-flex-align: center;align-items: center;-ms-flex-line-pack: center;align-content: center;
}
.sContact-intro .wrapIn:after {display: none;}
@media screen and (max-width: 1024px) {
	.sContact-intro .wrapIn {display: block;}
}
.sContact-intro .left {width: 440px;}
.sContact-intro .right {width: 800px;margin-left: 40px;}
.sContact-way .dt {position: relative;color: #333333;font-weight: bold;line-height:70px;padding-bottom: 0.3rem;}
.sContact-way .dt:before,.sContact-way .dt:after {content: " ";position: absolute;left: 0;bottom: 0;}
.sContact-way .dt:before {width: 100%;height: 1px;background-color: #e7e7e7;}
.sContact-way .dt:after {width: 40px;height: 3px;background-color: #ffa20d;}
.sContact-way .dd {padding: 0.5rem 0;}
.sContact-way .dd .line {position: relative;padding-left: 48px;margin-top:24px;min-height: 34px;}
.sContact-way .dd .line .icoImg {float: left;margin-left: -48px;width: 34px;height: 34px;border-radius: 50%;background-color: #e9e9e9;}
.sContact-way .dd .line p {line-height: 2; font-size: 16px;}
@media screen and (max-width: 1024px) {
	.sContact-way .dd .line {line-height: 28px;padding-left: 36px;}
	.sContact-way .dd .line .icoImg {width: 28px;height: 28px;margin-left: -36px;}
}
.sContact-map {position: relative;width: 790px;height: 540px;max-width: 100%;}
.sContact-map #dituContent {position: absolute;left: 0;top: 0;width: 100%;height: 100%;line-height: 1.1;background-color: #f5f3f0;}
.sContact-map #dituContent .BMap_bubble_title {font-size: 16px;margin-bottom: 5px;padding-right: 16px;color: #ffa20d;}
.sContact-map #dituContent .BMap_bubble_content {width: auto;font-size: 14px;line-height: 18px;}
.sContact-map #dituContent img {max-width: none;}
._pen .sContact-map {pointer-events: none;}
@media screen and (max-width: 1024px) {
	.sContact-map {margin-top: 0.6rem;}
}

.toolbar-item,.toolbar-layer {	background: url(../images/toolbar.png) no-repeat;}
.toolbar {position: fixed;right: 0px;bottom: 50px;}

/*假设网页宽度为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;}
@media screen and (max-width: 1024px) {
	.toolbar{display: none}
}