html,body{width: 100%;overflow-x:hidden; padding: 0!important; margin: 0;}
*{ margin:0; padding:0;}
em{ font-style:normal;}
img {border: 0 none;height: auto;vertical-align: middle;}
ul{ list-style:none;}
.clear{ clear:both}
.l{ float:left;}
.r{ float:right;}
div{box-sizing: border-box;}
/*::-webkit-scrollbar {display:none}*/
li{list-style: none;}
.relative{position: relative;}
.absolute{position: absolute;}
a,img{-ms-transition:.3s;-moz-transition:.3s;-webkit-transition:.3s;-o-transition:.3s;transition:.3s;text-decoration:none;}
img,video{width:auto;height:auto;max-width:100%;vertical-align:middle}
a { background: transparent; text-decoration: none; color: #666; transition: 0.3s; -moz-transition: 0.3s; 
	-webkit-transition: 0.3s; -o-transition: 0.3s;}
a:active, a:hover { outline: 0;}

.s_width{ width:85%; margin:0 auto; position:relative}
i,em{ font-style:normal;}
.biaoge{overflow-x: auto;}
.biaoge td{padding:0.5% 1%;white-space: nowrap;}

table {width: 100%;border-collapse: collapse;}
table td {border: 1px solid #e6e7ea;padding: 0.5%;line-height: 31px; }

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

@font-face {
	font-family: "DINENGSCHRIFTSTD";
	src: url("../css/font/DINENGSCHRIFTSTD.woff2") format("woff2"),
	url("../css/font/DINENGSCHRIFTSTD.woff") format("woff"),
	url("../css/font/DINENGSCHRIFTSTD.ttf") format("truetype"),
	url("../css/font/DINENGSCHRIFTSTD.eot") format("embedded-opentype"),
	url("../css/font/DINENGSCHRIFTSTD.svg") format("svg");
}
.fontDIN {font-family: "DINENGSCHRIFTSTD";}

/*===================== 公用样式 START =====================*/
.pub_title{text-align: center;color: #fff;text-shadow: 0px 1px 3px rgba(0,0,0,0.4), 0px 0px 30px rgba(0,0,0,0.075);}
.pub_title h3{font-weight: 700;text-transform: uppercase;}
.pub_title p,.pub_title h4{font-weight: 400;}
.img img{-webkit-transition: 0.5s;-o-transition: 0.5s;-ms-transition: 0.5s;-moz-transition: 0.5s;transition: 0.5s;}


.more-info{ line-height: 40px;}
.more-info ul{width: 100%; margin: 0 auto; padding-top: 20px;}
.more-info li{width: 100%;}
.more-info li a{color: #333;}
.more-info li em{font-weight: 500; padding-right: 15px;}

/*主导航多级菜单*/
/* 头部 */
.head{ width: 100%;  height: 80px; position: fixed; z-index: 20; top:0;background-color: #fff; box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);border-bottom: 1px solid #e5e5e5;}
.head .logo{ position: absolute; left: 30px; top:0; z-index: 3;	 height: 100%; font-size: 0; line-height: 80px;}
.head .logo img{ max-height: 80%;}
.headshadow{ width: 100%; height: 80px;}
.headin{ position: relative; z-index: 7; height: 100%; background: #fff ;}
.special.head{ background-color: transparent; border-bottom-color:transparent; box-shadow: none;}
.head.mini{ height: 60px;}
.head.mini .logo{ line-height: 60px;}

.headright{ position: absolute; right: 30px; top:20px; height: 40px; z-index: 14; line-height: 40px;	font-size: 0; text-align: center;}
.headright a{ display: inline-block; height: 30px;	border-radius:15px; vertical-align: middle; line-height: 30px;}

.headright a.glass{ width: 48px; background-image: url('../images/glass1.png');	background-position: center; background-repeat: no-repeat;}
.headright a.glass.on{ -webkit-transform:rotate(360deg); transform:rotate(360deg);}


.navbtn2{ position: relative; width: 40px; margin-right: 10px; background-color: #222; margin-left: 24px;	-webkit-transition: 0.4s; transition: 0.4s; animation: circle-shadow 2s infinite both;}
.headright a.navbtn2{ height: 40px; line-height: 40px; border-radius: 50%;}
.navbtn2:hover{ background-color: #6fba2c; webkit-transform: rotate(360deg); transform: rotate(360deg);}

.navbtn2 s{ position: absolute; display: block; width: 6px; height: 6px; background-color: #fff;	left: 50%; top:50%; margin-left: -3px; margin-top: -3px; -webkit-border-radius: 1px; border-radius:1px;}
.navbtn2>s:nth-child(1){ -webkit-transform: translate(-5px, -5px); transform: translate(-5px, -5px);}
.navbtn2>s:nth-child(2){ -webkit-transform: translate(5px, -5px); transform: translate(5px, -5px);}
.navbtn2>s:nth-child(3){ -webkit-transform: translate(-5px, 5px); transform: translate(-5px, 5px);}
.navbtn2>s:nth-child(4){ -webkit-transform: translate(5px, 5px); transform: translate(5px, 5px);}


.head.mini .headright{ top:10px;}


.navbtn{ position: absolute; right: 20px; top:20px; z-index: 20; width: 40px; height: 40px; display: none;	-webkit-transition: 0.4s; transition: 0.4s; background-color: #222; border-radius: 50%;	animation: circle-shadow 2s infinite both;}
.navbtn:hover{ background-color: #6fba2c; webkit-transform: rotate(360deg); transform: rotate(360deg);}

.navbtn s{ position: absolute; display: block; width: 6px; height: 6px; background-color: #fff;	left: 50%; top:50%; margin-left: -3px; margin-top: -3px; -webkit-border-radius: 1px; border-radius:1px;}
.navbtn>s:nth-child(1){ -webkit-transform: translate(-5px, -5px); transform: translate(-5px, -5px);}
.navbtn>s:nth-child(2){ -webkit-transform: translate(5px, -5px); transform: translate(5px, -5px);}
.navbtn>s:nth-child(3){ -webkit-transform: translate(-5px, 5px); transform: translate(-5px, 5px);}
.navbtn>s:nth-child(4){ -webkit-transform: translate(5px, 5px); transform: translate(5px, 5px);}
.head.mini .navbtn{ top:10px;}


.topsouout{ padding:15px 0; background-color: rgba(51,51,51,0.8); position: absolute; display: none;	z-index: 8; width: 100%; right:0; top:100%; font-size: 16px;  height: 80px;}
.topsouout .topsou{ position: relative; width: 580px; padding-right: 110px; height:47px;  background-color: #fff; margin: 0 auto; overflow:hidden;}
.topsou .shuru{ width: 100%; height:100%; background-color:#fff; border:none; color:#666; text-indent:20px;}
.topsou .anniu{ position:absolute; top:0; right:0; z-index:2; width:110px; height:100%; border:none; cursor:pointer;
  background-color: #6fba2c; color: #fff; text-align: center; -webkit-transition: .3s; transition: .3s;}
.topsou .anniu:hover{ background-color: rgba(111,186,44,0.8);}



.nav{ position: absolute; left:0; top:0; z-index: 10; width: 100%; height: 100%; font-size: 0; text-align: center;}
.nav>li{ display: inline-block; height: 100%; position: relative; z-index: 1;}
.nav>li>a{ display: block; padding: 0 25px; height: 100%; position: relative;  font-size: 16px; color: #333; line-height: 80px;}

.nav>li>a:after{ left:50%; position: absolute; bottom: 0; content: " "; width:0; height: 2px; margin-left: 0; -webkit-transition: .3s; transition: .3s; background-color: #000;}
.nav>li:hover>a:after,.nav>li.on>a:after{ width: 64px; margin-left: -32px;}
.head.mini .nav>li>a{ line-height: 60px;}

@media screen and (max-width:1400px){
  .nav>li>a{ padding: 0 20px;}
}
@media screen and (max-width:1300px){
  .nav>li>a{ padding: 0 15px;}
}
@media screen and (max-width:1200px){
  .nav>li>a{ padding: 0 10px;}
}
@media screen and (max-width:1150px){
  .nav{ width: auto; left: 170px;}
}


dl.navtwo{ width: 140%; display: none; position: absolute; top: 76px; left:-20%; z-index: 1; padding-top: 15px;  -webkit-transition: top 0.3s; -moz-transition: top 0.3s; -ms-transition: top 0.3s;  -o-transition: top 0.3s; transition: top 0.3s;}
dl.navtwo.on{ top:90%;}
dl.navtwo .inner{ width: 100%; background-color: rgba(255,255,255,1); padding: 13px 0;  -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius:4px;  box-shadow: 0 0 7px 2px rgba(0,0,0,0.2);}
dl.navtwo:after{ position: absolute; left:50%; top: 0; margin-left: -11px; content: " "; width: 23px;   background: url('../images/sju1.png') center no-repeat; height: 15px; z-index: 1;}
dl.navtwo dd{ height: 36px; line-height: 36px; text-align: center;}
dl.navtwo dd>a{ display: block; height: 100%; font-size: 14px; color: #666; letter-spacing: 0; overflow: hidden; white-space: nowrap;}
dl.navtwo dd:hover>a{ color: #0f7bff; letter-spacing: 2px; background-color: #e1e1e1;}
dl.navtwo dd>a:after{ left:100%; position: absolute; bottom: 0; content: " "; width: 0; display: none; border-bottom: 1px solid #da251d; -webkit-transition: .3s; transition: .3s;}
dl.navtwo dd>a:hover:after{ width: 100%; left:0; transition: width 0.3s; -webkit- transition: width 0.3s;}
#close { position: fixed; left: 0; top: 0; width: 100%;bottom: 0; z-index: 9; display: none; 	background:url('../images/op0-60.png'); cursor: pointer;}
@media screen and (min-width:1024px){
	.navsjout{ display: none;}
}
@media screen and (max-width:1023px){
	.nav{ display: none;}
	.navbtn{ display: block;}
	.navsjout{ display: block;}
	.head_menu,.navbtn2{ display: none!important;}
	.headright{ right: 80px;}
}
@media screen and (max-width:1023px){
	.special.head{ background-color: #fff; border-bottom-color: #e8e8e8;		box-shadow: 0 2px 6px 0 rgba(0,0,0,0.1);}
}
@media screen and (max-width:750px){
	.topsouout .topsou{ width: 70%; padding-right: 10%;}
	.topsou input.anniu{ width: 12.5%;}
}
@media screen and (max-width:640px){
	.head,.headshadow{ height: 60px;}
	.head .logo{ line-height: 60px;}
	.headright{ top:10px;}

	.nav>li>a{ line-height: 60px;}
	.navsjout{ top:60px;}
	.navbtn{ top: 10px;}
}
@media screen and (max-width:540px){
	.head .logo{ left:20px;}
}


/*展开导航*/
.head_menu {width: 100%;height: 100%;position: fixed;left: 0;top: 0;z-index: 60;display: none;background: #ffffff url('../images/nvbg.jpg') center / cover no-repeat;}
.head_menu i.hudie {position: absolute;left: -30px;top: 50%;z-index: 0;width: 106px;height: 106px;visibility: hidden;background: url('../images/hudie.png') center no-repeat;margin-top: -190px;-webkit-transition: .5s;transition: .5s;}
.head_menu ul {max-width: 1520px;height: 100%;text-align: center;position: relative;z-index: 2;font-size: 0;margin: 0 auto;padding: 0 30px;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: wrap;flex-wrap: wrap;-webkit-box-pack: justify;-ms-flex-pack: justify;justify-content: space-between;-webkit-box-align: start;-ms-flex-align: start;align-items: flex-start;}
.head_menu ul li {max-width: 16.666%;height: 100%;display: inline-block;position: relative;}
.head_menu ul .wrapper {position: relative;text-align: left;top: 50%;margin-top: -160px;}
.head_menu ul .cn {height: 40px;font-size: 20px;color: #222;line-height: 40px;font-weight: bold;margin-bottom: 38px;}
.head_menu ul .cn a {color: #222;}
.head_menu ul .en {font-size: 38px;line-height: 48px;color: #222;text-transform: capitalize;font-family: "Times New Roman";}
.head_menu ul .en a {color: #222;}
.head_menu ul li:hover .en a {color: #6fba2c;}
.head_menu ul li:hover .cn a {color: #6fba2c;}
.head_menu ul dd {width: 100%;font-size: 16px;color: #777;line-height: 36px;position: relative;}
.head_menu ul dd a {position: relative;color: #777;}
.head_menu ul dd:before {content: '';position: absolute;left: -16px;top: 15px;z-index: 0;width: 5px;height: 5px;background-color: transparent;border-radius: 50%;}
.head_menu ul dd:hover a {color: #6fba2c;}
.head_menu ul dd:hover:before {background-color: #6fba2c;}
.head_menu a.close {position: absolute;right: 40px;top: 20px;width: 42px;height: 42px;z-index: 10;background: #6fba2c url('../images/cha.png') center no-repeat;cursor: pointer;border-radius: 50%;-webkit-transition: .5s;
transition: .5s;-webkit-animation: circle-shadow 2s infinite both;animation: circle-shadow 2s infinite both;}
.head_menu a.close:hover {-webkit-transform: rotate(360deg);transform: rotate(360deg);}
.head_menu dd a:after {left: 100%;position: absolute;bottom: -1px;content: " ";width: 0;border-bottom: 1px solid #6fba2c;-webkit-transition: .3s;transition: .3s;}
.head_menu dd:hover a:after {width: 100%;left: 0;transition: width 0.3s;-webkit-transition: width 0.3s;}
@media screen and (max-width: 1520px) {
.head_menu ul .en {font-size: 24px;}
}
@media screen and (max-width: 1250px) {
.head_menu ul .cn {font-size: 20px;}
.head_menu ul .en {font-size: 20px;}
}
/* ------------------------ */

@-webkit-keyframes circle-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
			  box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
			  box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
	}
  }
  @keyframes circle-shadow {
	0% {
	  -webkit-box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
			  box-shadow: 0 0 0 0px rgba(10, 96, 198, 0.4);
	}
	100% {
	  -webkit-box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
			  box-shadow: 0 0 0 20px rgba(10, 96, 198, 0);
	}
  }

  
/*banner*/
.sw5out {position: relative;width: 100%;height: 100%;}
#sw5 {width: 100%;height: 100%;}
#sw5 .swiper-slide {width: 100%;height: 100%;}
.sw5out .swiper-pagination {left: 0;bottom: 30px;width: 100%;font-size: 0;}
.sw5out .swiper-pagination-bullet {width: 10px;height: 10px;margin: 0 5px;background-color: #333;opacity: 1;-webkit-transition: 0.3s;transition: 0.3s;}
.sw5out .swiper-pagination-bullet-active {background-color: #0a60c6;}
.sw5out .sw-next,.sw5out .sw-prev {position: absolute;top: 50%;width: 60px;height: 60px;z-index: 10;cursor: pointer;font-size: 0;border-radius: 50%;text-align: center;margin-top: -30px;}
.sw5out .sw-prev {left: 5%;background: rgba(0, 0, 0, 0.2) url('../images/lt4.png') center no-repeat;}
.sw5out .sw-next {right: 5%;background: rgba(0, 0, 0, 0.2) url('../images/gt4.png') center no-repeat;}
.sw5out .sw-prev:hover,.sw5out .sw-next:hover {background-color: #0a60c6;-webkit-box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);box-shadow: 0 0 10px 0 rgba(255, 255, 255, 0.5);}
#sw5 .slideinner {position: relative;width: 100%;height: 100%;background-color: #000;}
#sw5 .slideinner img {width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;-webkit-transition: 0.5s;transition: 0.5s;}
@media screen and (max-width: 750px) {
.sw5out .sw-next,.sw5out .sw-prev {width: 40px;height: 40px;margin-top: -20px;}
}
@media screen and (max-width: 560px) {
.sw5out .sw-next,.sw5out .sw-prev {display: none;}
}


.PubLink {display: inline-block;color:#fff;width: 150px;line-height: 55px;text-align: center;font-family:  Times New Roman;font-size: 15px; background: #008b3f; padding: 0px 30px; margin-top: 7%;border-radius: 50px}
.PubLink:hover {background: #f9be00;color: #fff;}
/*产品分类*/
.pro{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 5% 0; background:url(../images/aboutbg.jpg) repeat center top;}
.pro_tit{width: 85%; margin:0 auto 3% auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.pro_tit .pro_tit_l{ }
.pro_tit .pro_tit_l h2{ font-weight: 500;}
.pro_tit .pro_tit_l h2 em{display: block; color: #008b3f;text-transform: uppercase; font-weight: 100;}
.pro_tit .pro_tit_r{width: 150px;}
.pro_tit .pro_tit_r .PubLink{width: auto;}

.tx_index_pro{ overflow:hidden;	width:85%; padding:20px 0; clear:both;  position:relative; margin: 2% auto 0 auto;}
.rtCont{position:relative;width: 100%;margin: 0 auto;overflow: hidden;}
.rtCont ul{width: 100%;}
.rtCont ul li{width:430px;overflow:hidden; float: left; margin: 0 20px;}
.pro_pic{ overflow: hidden;}
.rtCont ul li img{width: 100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease;}
.rtCont ul li:hover img{transform:scale(1.2,1.2); -moz-transform:scale(1.2,1.2); -webkit-transform:scale(1.2,1.2);}
.rtCont ul li p{ background: #008b3f;border-top-left-radius: 22px;  border-bottom-right-radius: 22px; box-shadow: 0 0 20px 6px rgba(0, 140, 63, 0.2); width: 70%; margin:15px auto 0 auto; }
.rtCont ul li p a{color:#fff;line-height:50px;text-align:center;display:block;text-overflow:ellipsis;white-space:nowrap;overflow:hidden;padding:3% 0;transition:all linear .3s}
.rtCont ul li:hover p a{font-size:22px;font-weight:500;color:#fff}

@media screen and (max-width: 1280px) {
	.tx_index_pro{ overflow:hidden;	width:95%; }
	.rtCont ul li p a {line-height: 36px;}

	.rtCont ul li{width:325px;}
}

@media screen and (max-width: 1180px) {
	.rtCont ul li {   width: 270px;}
	.PubLink{line-height: 38px;}
}
/*公司简介*/
.about{width:100%; margin:0px auto; position: relative; overflow: hidden; background:url(../images/about.jpg) repeat center top;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; color: #fff; background-attachment: fixed; background-size: cover;}
.about .about_l{width: 80%;padding-bottom: 5%;}
.about_tit{width: 100%; margin:7% auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.about_tit .about_tit_l{ }
.about_tit .about_tit_l h2{ font-weight: 500;}
.about_tit .about_tit_l h2 em{display: block; color: #f9be00;text-transform: uppercase; font-weight: 100;}
.about_tit .about_tit_r{width: 150px;}
.about_tit .about_tit_r .PubLink{width: auto; background: #f9be00;}

.fbs{width:100%; margin: 10% 0 10% 0;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
 .shuzi_txt{padding-top: 5%;}
.fbs em{width:30px; height: 30px;line-height: 30px; background: #f9be00;border-radius:30px;text-align: center; display: inline-block; margin: 0 10px;}
.imgBad img{width: 1.5rem;margin-bottom: 1.6rem;}
.brandLeft{padding: .5rem 0 0 1rem; width: 45%; background-size: cover !important;position: relative;z-index: 3;}
.mapPoint{ margin: .6rem 0 -1.2rem 0;}
.colorlogo {color: #f9be00;}
.line1{line-height: 1; width: 60%;}
.line1 span{padding: 0 3%;}

.about_cont {display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.about_shuzi{width: 30%;}
.about_tex{width: 60%;}
.about_tex h3{font-weight: 500; margin: 3% 0;}
.about_tex p{ line-height: 31px; color: #9d9d9d;}

.about .about_r{width: 20%;}
.about .about_r ul{width: 100%; height: 100%;}
.about .about_r li{height: calc(100%/4);border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); text-align: center; }
.about .about_r li i{display: block;padding:7% 0 2% 0;}
.about .about_r li a:hover{color: #fff;}
.about .about_r li a:hover i{opacity: 0.5;}




/*客户案例*/
.case{width:100%; margin:0px auto; position: relative; overflow: hidden; padding: 5% 0; background:url(../images/case.jpg) repeat center top;background-attachment: fixed; background-size: cover;}
.case_tit{width: 85%; margin:0 auto 3% auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.case_tit .case_tit_l{ }
.case_tit .case_tit_l h2{ font-weight: 500;}
.case_tit .case_tit_l h2 em{display: block; color: #008b3f;text-transform: uppercase; font-weight: 100;}
.case_tit .case_tit_r{width: 150px;}
.case_tit .case_tit_r .PubLink{width: auto;}

.case_box{width: 85%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.case_box>div{height:100%;}
.case_box .case_l{width: 66.666666%;}
.case_item{width: 100%; height: 500px; position: relative;}
.case_box .case_l .case_item a {width: 100%;height: 0;padding-bottom: 60%;}
.case_box .works_img{width:100%;height:100%;position:absolute;top:0;left:0;overflow:hidden;}
.case_box .works_img img{width:100%;height:100%;object-fit:cover;}
.case_item a:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:30%;background-image:linear-gradient(transparent,#222);z-index:1;}
.case_item .works_content{position:absolute;bottom:0;left:0;padding:1vw 1.5vw;z-index:2;align-items:flex-end;}
.case_item .works_content .works_title{padding-right:5px;}
.case_item a:hover .works_img img{transform:scale(1.1);-webkit-transform:scale(1.1);}
.works_title{color: #fff;}
.works_title h5{margin-bottom: 8px; font-weight: 500;}

.case_item_cont{width: 100%;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; position: relative; margin-top: 2%; height: 310px;}
.case_item_two{width: 49%; height: 100%; position: relative;}
.case_item_two a:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:30%;background-image:linear-gradient(transparent,#222);z-index:1;}
.case_item_two .works_content{position:absolute;bottom:0;left:0;padding:1vw 1.5vw;z-index:2;align-items:flex-end;}
.case_item_two .works_content .works_title{padding-right:5px;}
.case_item_two a:hover .works_img img{transform:scale(1.1);-webkit-transform:scale(1.1);}


.case_box .case_r{width:33.33333%; margin-left:2%;}
.case_item_three{width: 100%; height: 310px; position: relative;}
.case_item_three a:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:30%;background-image:linear-gradient(transparent,#222);z-index:1;}
.case_item_three .works_content{position:absolute;bottom:0;left:0;padding:1vw 1.5vw;z-index:2;align-items:flex-end;}
.case_item_three .works_content .works_title{padding-right:5px;}
.case_item_three a:hover .works_img img{transform:scale(1.1);-webkit-transform:scale(1.1);}

.case_item_four{width: 100%; height: 503px; position: relative; margin-top: 3%;}
.case_item_four a:after{content:'';position:absolute;left:0;bottom:0;width:100%;height:30%;background-image:linear-gradient(transparent,#222);z-index:1;}
.case_item_four .works_content{position:absolute;bottom:0;left:0;padding:1vw 1.5vw;z-index:2;align-items:flex-end;}
.case_item_four .works_content .works_title{padding-right:5px;}
.case_item_four a:hover .works_img img{transform:scale(1.1);-webkit-transform:scale(1.1);}


@media screen and (max-width: 1280px) {
	.case_item{ height: 320px;}
	.case_item_cont {height: 270px;}
	.case_item_three{height: 270px;}
	.case_item_four {height: 325px;}
}
/*news*/
.news{width:85%; margin:4% auto 0 auto;}
.news_tit{ margin:0 auto 3% auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between;}
.news_tit .news_tit_l{ }
.news_tit .news_tit_l h2{ font-weight: 500;}
.news_tit .news_tit_l h2 em{display: block; color: #008b3f;text-transform: uppercase; font-weight: 100;}
.news_tit .news_tit_r{width: 150px;}
.news_tit .news_tit_r .PubLink{width: auto;}

.news_cont{position: relative; margin-bottom: 2%;}
.c-list {display: flex;justify-content: space-between;align-items: flex-start;flex-wrap: wrap;}
.c-list li {width: 24%; border:1px solid transparent; border-color: rgba(151, 151, 151, 0.1);}
.c-list li .c-wrap {position: relative;z-index: 1;display: block;height: 45vh;overflow: hidden;border-bottom: 1px solid #d0d0d0;}
.c-list li .c-wrap:before {opacity: 0;content: "";position: absolute;top: 0;left: 0;z-index: 3;width: 100%;height: 100%;background: rgba(0, 0, 0, .4);transition: all 0.5s;}
.c-list li .c-wrap:after {content: "";position: absolute;bottom: -100%;left: 0;z-index: 3;width: 100%;height: 156px;background: rgba(111,186,44,.7);transition: all 0.5s;}
.c-list li .c-wrap:hover:after {bottom: 0;}
.c-list li .c-wrap img {position: relative;z-index: 2;opacity: 0;transition: all 0.5s;width: 100%;height: 100%;object-fit: cover;}
.c-list li .c-wrap .c-text-box {position: absolute;bottom: 50%;left: 0;padding: 20px 30px;z-index: 5;width: 100%;color: #fff;-webkit-transform: translateY(50%);transform: translateY(50%);transition: all 0.5s;}
.c-list li .c-wrap .c-text-box .c-time {line-height: 36px;color: #666;transition: all 0.5s;}
.c-list li .c-wrap .c-text-box .c-title {color: #333;height: 60px;font-size: 16px;line-height: 30px;transition: all 0.5s;overflow: hidden;text-overflow: ellipsis;-webkit-box-orient: vertical;
display: -webkit-box;-webkit-line-clamp: 2;}
.c-list li .c-wrap .c-text-box .c-arrow {opacity: 1;height: 65px;transition: all 0.5s; color: #666; overflow: hidden; line-height: 31px;} 
.c-list li .c-wrap:hover:before, .c-list li .c-wrap:hover img,.c-list li .c-wrap:hover .c-mask-red {opacity: 1;}
.c-list li .c-wrap:hover .c-text-box .c-arrow{display: none;}
.c-list li .c-wrap:hover .c-text-box{bottom: -30px;-webkit-transform: translateY(0);transform: translateY(0);}
.c-list li .c-wrap:hover .c-text-box .c-time, .c-list li .c-wrap:hover .c-title{color: #fff;}

.anewa{transition:all 1s ease;opacity:1;margin-left:0;}
.hz_new_b{margin-left:200px;opacity:0}
.anewb{transition:all 1s ease 0.5s;opacity:1;margin-left:0;}
.hz_new_c{width:0;height:88px;background:#e77d1b;position:absolute;left:0;top:-88px;}
.anewc{width:7px;top:0;transition:all 1s ease 0.5s;}
.anewmore{right:0;transition:all 1s ease 0.5s;opacity:1}
.news_cont_content{width:200px;position:absolute;height:70px;top:50%;left:50%;margin-left:-50px;margin-top:-35px;opacity:0;}
.news_cont_content li{width:32%;margin:0 2% 0 0;height:100%;position:relative;background-size:100%;background-position:50% 50%;background-repeat:no-repeat;list-style:none;}
.news_cont_content li:nth-child(3){margin-right:0}
.new_ut_z_m{color:#fff;padding-left:70px;position:relative;float:right;}
.new_ut_z_m::after,.new_ut_z_m::before{content:"";display:block;overflow:hidden;position:absolute;left:0;top:0;bottom:0;margin:auto;transition:.5s;}
.new_ut_z_m::after{width:60px;height:1px;background:rgba(255,255,255,0.5);}
.new_ut_z_m::before{width:7px;height:7px;border-radius:50%;background:rgba(255,255,255,1);}
.new_ut_z_m:hover{color:#ff9a00;}
.new_ut_z_m:hover::before{left:60px;background:#ff9a00;}

@media screen and (max-width: 1280px) {
	.c-list li .c-wrap{height: 32vh;}
}

/*footer*/
.fixed_footer{display: none;}
footer { padding:3% 0;background:url(../images/end.jpg) repeat center top;  position: relative; color: #fff; overflow: hidden; }
footer  .footerTop { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;color: #fff; }
footer  .footerTop .topLeft {width: 80%;}
footer  .footerTop .topLeft .list { display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-align: center; -ms-flex-align: center; align-items: center; }
footer  .footerTop .topLeft .list a {-webkit-transition: color .4s; transition: color .4s; color: #fff; padding: 0 3%;}
footer  .footerTop .topLeft .list a:nth-child(1){padding-left: 0;}
footer  .footerTop .topLeft .list a:hover { color: #008b3f; }
footer  .footerTop .topLeft .list span { height: 10px; width: .01rem; display: block; opacity: .3; background: #fff; margin: 0 .26rem; }
footer  .footerTop .topLeft p { opacity: .8; font-size: 15px; }
footer  .footerTop .topLeft p.p1 { margin: 5% 0 .1rem; }
footer  .footerTop .topLeft p span { padding-right: 2%; line-height: 35px;}
footer  .footerTop .topRight p { margin-top: .2rem; opacity: .4; text-align: center; }
footer  .footerTop .topRight img{width: 100px;}
footer  .footerBot { margin-top:3%; display: -webkit-box; display: -ms-flexbox; display: flex; -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between; -ms-flex-wrap: wrap; flex-wrap: wrap; border-top: 1px solid #707070; padding: 1% 0; }
footer  .footerBot p span { opacity: .8; }
footer  .footerBot p a { opacity: .8; -webkit-transition: color .4s; transition: color .4s;color: #fff; }
footer  .footerBot p a:hover { color: #008b3f; }

/*footer*/
.end{ height:65px; background:#008b3f }
.end .s_width{ width:85%;}
.end .end_l{ }
.end .end_l img{}
.end .end_l p{ font-size:16px; color:#fff; float:right; line-height:65px;}
.end .end_l p a{color: #fff; padding-left: 10px;}
.end .end_r{ padding-top:8px;}
.go_top{display: none;background-color:#0e82e7;width:34px;height:34px;text-align: center;border-radius:50%;position: fixed;right:15px;bottom:100px;z-index:99999999999;}
.go_top img{display: inline-block;margin-top:12px;width:16px;}


@media screen and (max-width:1350px){
	.footer .f_wx{ width: 30%; padding:3% 0; }
	.footer .f_about{ padding:3% 0 0 0%;}
	.footer .f_pro{padding:3% 0 0 0%;}

}

@media (max-width:1280px){
	.footer .s_width{ width:90%;}
	.footer .f_wx li{ width:100px;}
}

.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: 600px;position: relative;overflow: hidden; background: #000;}
.sec20 .inbanner {height: 100vh;}
.inbanner > img {position: relative;width: 100%;height: 100%;-o-object-fit: cover;object-fit: cover;z-index: 0; opacity: 0.1;}
.inbanner .cer {position: relative;height: 100%;}
.ibcatein {position: absolute;width: 100%;left: 0;top:55%;z-index: 1;color: #fff;text-align: center;overflow: hidden;margin-top: -84px;}
.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:70%;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;}
.ibbg {-webkit-animation: pagebgfd 6s linear infinite alternate;animation: pagebgfd 6s linear infinite alternate;}
@-webkit-keyframes pagebgfd {
	0% {
opacity: 1;
-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
100% {
opacity: 1;
-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
}
@keyframes pagebgfd {
0% {
opacity: 1;
-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
100% {
opacity: 1;
-webkit-transform: scale(1.1, 1.1);
	transform: scale(1.1, 1.1);
}
}
.updown{ -webkit-animation: updown 2s linear infinite; animation: updown 2s linear infinite;}
@-webkit-keyframes updown {
  0% { -webkit-transform: translate(0px, 0px); }
  25% { -webkit-transform: translate(0px, -10px); }
  50% { -webkit-transform: translate(0px, 0px); }
  75% { -webkit-transform: translate(0px, 10px); }
  100% { -webkit-transform: translate(0px, 0px);}
}
@-moz-keyframes updown {
  0% { -moz-transform: translate(0px, 0px); }
  25% { -moz-transform: translate(0px, -10px); }
  50% { -moz-transform: translate(0px, 0px); }
  75% { -moz-transform: translate(0px, 10px); }
  100% { -moz-transform: translate(0px, 0px);}
}
@keyframes updown {
  0% { transform: translate(0px, 0px); }
  25% { transform: translate(0px, -10px);}
  50% { transform: translate(0px, 0px);}
  75% { transform: translate(0px, 10px);}
  100% { transform: translate(0px, 0px);}
}

.aboutone {padding:5% 0;overflow: hidden;position: relative;width: 100%;}
.aboutone .abbg {position: absolute;left: 0;bottom: -255px;z-index: -1;width: 100%;height: 855px;background: #ffffff;}
.cer8{width: 85%;  margin: 0 auto;}
.aboutcon {overflow: hidden;margin-top: 86px;}
.aboutl {width: 100%;}
.abcate {position: relative;}
.abcate .cn {font-size: 46px;color: #222;line-height: 66px;letter-spacing: 2px;font-weight: bold;}
.abcate .cn span {color: #008b3f;}
.abcate .cn2 {color: #222;line-height: 66px;}
.abcate i {position: absolute;right: 0;top: 23px;z-index: 2;width: 80px;height: 80px;display: block;visibility: hidden;}
.abcate s {position: absolute;left: 50%;top: 62px;right: 0;z-index: 1;height: 1px;background-color: #eee;}
.abouttxt {overflow: hidden;font-size: 16px;line-height: 32px;color: #555;text-align: justify;}
.abouttxt img {display: none;}


@media screen and (max-width: 1180px) {
	.inbanner{height: 500px;}
.aboutone {padding: 80px 0 120px;}
.aboutcon {margin-top: 60px;}
.aboutl {float: none;width: 100%;height: auto;margin-top: 40px;}
.aboutr {float: none;width: 470px;max-width: 100%;margin: 0 auto;height: auto;}
.abcate {text-align: center;}
.abcate s {display: none;}
.abouttxt {margin: 30px auto 0;}
}
@media screen and (max-width: 640px) {
.abcate i {z-index: -1;}
.abcate .cn {font-size: 36px;line-height: 56px;}
.abcate .cn2 {font-size: 26px;line-height: 56px;}
}




.main{ width:100%; margin:0 auto 0 auto; padding: 5% 0;}
.main h2{  text-align:center; width:100%; position:relative; margin:0 auto 2rem auto; color: #393b8e;}
.main h2 i{ color:#008b3f; font-style: normal; margin-left: 20px;}
.main h2 em:after{ content:""; width:100px; height:7px; background-image: -webkit-linear-gradient(left,#069abf, #2aab1d); display:inline-block; margin:10px auto 20px auto; display: block;}
.main h2 span{ font-weight:normal; font-size:18px; color:#666; text-align: center;}


.se_nav{width:90%; margin:0 auto 3% auto; padding-top: 3%;} 
.se_nav ul{display: flex; display:-webkit-flex; -webkit-justify-content: center;   justify-content: center;flex-wrap:wrap}
.se_nav li{ padding:0 3%; line-height: 7vh; border: 1px solid #f2f2f2; text-align: center; margin: 1% 0.5%;transition: .5s; background: #ff7a04;color: #fff; cursor:pointer}
.se_nav li a{color: #fff;}
.se_nav li:hover{ background: #373d8e;}
.se_nav li:hover a{ color: #fff;}


/* ===================== 内页 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}
.mbx .mbx_cont a{color: #333;}

@media (max-width:1280px){
	#nyba{height:350px;}
}

@media (max-width:750px){
	#nyba{height:150px;}
}



/*内页产品展示*/
.pro-cont-left{float:left;width:70%;}
.pro-cont-left h2{font-size:24px;color:#333;font-weight:600;margin-top:30px;position:relative}
.pro-cont-left h2:before{content:"";display:inline-block;background:url(../images/h_a.png) no-repeat;width:32px;height:32px;vertical-align:middle;margin-right:10px;-o-background-size:cover;background-size:cover}
.pro-cont-left .pro-ys .numb-pos{overflow:hidden}
.pro-cont-left .pro-ys span{font-size:20px;color:#333;position:absolute;top:-44px;left:73px}
.pro-cont-left .pro-ys li{position:relative;margin-top:70px}
.pro-cont-left .pro-ys li i{display:block;width:23px;height:28px;-o-background-size:cover;background-size:cover;position:absolute;left:50%;top:30%;margin-left:-3px}
.pro-cont-left .pro-ys .odd .numb-box span{display:inline-block;position:absolute}
.pro-cont-left .pro-ys p{float:left;width:85%;text-indent:0;margin-top:30px;margin-left:10px}
.pro-cont-left p{font-size:16px;color:#666;line-height:1.8em;text-indent:2em;margin-top:20px}
.pro-cont-left p a{font-size:20px;color:#ed1c24;padding:0 4px}
.pro-cont-left p em{font-size:18px;color:#c79556;font-weight:700;margin-left:5px;margin-right:5px}
.pro-cont-left p img{max-width:100%;margin:13px auto 0;text-align:center;display:block;width:auto!important}


.pro-cont-right{float:right;width:24%;margin-top:-80px}
.pro-cont-right ul{width:86%;margin:0 auto}
.pro-cont-right .cj-tj{;font-size:20px;color:#333;display:block}
.pro-cont-right .cj-tj img{-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.pro-cont-right .cj-tj:hover{color:#da251d}
.pro-cont-right .cj-tj:hover img{margin-right:25px;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.pro-cont-right .tj-pro{padding-top:1px;margin-top:15px}
.pro-sam,.tj-pro{background:url(../images/xg.png) repeat;padding:20px 0;border-radius:5px;margin-top:35px;border-top-right-radius:10px;border-bottom-left-radius:30px}
.tj-pro strong{font-size:20px;color:#333;text-align:center;display:block}
.tj-pro .pic{text-align:center}
.tj-pro ul{width:90%;margin:0 auto}
.tj-pro li{margin-top:20px}
.tj-pro li a{display:block;color:#333;font-size:18px}
.tj-pro li a img{border-top-left-radius:10px;border-top-right-radius:10px}
.tj-pro li h3{text-align:center;line-height:3;font-size:14px;overflow:hidden;-o-text-overflow:ellipsis;text-overflow:ellipsis;white-space:nowrap;background:#fff;border-bottom-left-radius:10px;border-bottom-right-radius:10px;box-shadow:0 3px 10px rgba(0,0,0,.1);-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease;}
.tj-pro li:hover h3{box-shadow:0 0 20px rgba(33,73,130,.2) inset;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.tj-pro li:hover h3 a{color:#da251d;-webkit-transition:all .6s ease;-o-transition:all .6s ease;-moz-transition:all .6s ease;transition:all .6s ease}
.pro-sam strong{font-size:22px;color:#f94a28;font-weight:400;margin-left:8%;position:relative}
.pro-sam strong:after{background:#f94a28;width:165px;height:1px;content:"";display:block;position:absolute;bottom:-15px;left:0}
.pro-sam ul{margin-top:15px;margin-left:5%}
.pro-sam li{display:inline-block;margin-left:5%;margin-top:20px}
.pro-sam li a{font-size:12px;color:#666;display:block}
.pro-sam li.big:hover a,.pro-sam li:hover a{color:#da251d}
.pro-sam li.big a{font-size:20px;color:#222}


@media (max-width:769px){
.p_float,.footer,.end{ display:none;}	
.footer2{display: flex;position: fixed;bottom: 0px;    height: 55px;z-index: 99;}
.ftleft{width: 128px;background-color: #ffffff;}
.ftcenter{width: 0px;background-color: #003851;}
.ftright{width: 512px;background-color: #c1000e;}
.ftct{display: flex;padding-top: 18px;padding-left: 18px;    padding-bottom: 40px;}
.ftrt{display: flex;padding-top: 18px;padding-left: 18px;    padding-bottom: 40px;}
.ftlt img{margin: auto;margin-top: 18px; width: 50%; display: block;}
.ftlt p{font-size: 16px;color: #333333;text-align: center;    margin-top: 1px;}
.ftct p{font-size: 16px;color: #ffffff;    margin-left: 7px;}
.ftrt p{font-size: 16px;color: #ffffff;    margin-left: 7px;}
.ftrt img{    width: 28px;height: 28px;margin-top: -3px; display: inline-block;}
.bban{padding-bottom: 40px;}
.ftlt{position: absolute;top: -9px;left: 45px;}
}




/*内页产品展示*/
.se_tuandui { width:90%; margin:0 auto 1rem auto; }
.se_tuandui ul{display: flex;justify-content: flex-start;flex-wrap: wrap;}
.se_tuandui li{padding:0; width:24%; margin:0 1% 1% 0; position:relative; overflow:hidden; background:#fff; border:1px solid #eee;}
.se_tuandui li:nth-child(4n){ margin-right:0px;}
.se_tuandui li .p-img{  margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden;width: 100%;object-fit: cover; object-position: center; }
.se_tuandui li .p-name{ height:57px; line-height:57px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center; font-weight: 500;}
.se_tuandui li .p-img img{ width:400px; height: 300px; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#008b3f;}
.se_tuandui ul li:hover{background-color:#008b3f;cursor:pointer; }
.se_tuandui ul li:hover .p-name{ color: #fff;}

@media (max-width:1440px){
	.se_tuandui li .p-img img{ height: 250px;}
}
@media (max-width:1280px){
	.se_tuandui { width:95%; margin:3rem auto 1rem auto; }
	.se_tuandui li{width: 24%;}
	.se_tuandui li .p-img{}
}

@media (max-width:1180px){
	.se_tuandui li .p-img img{height: 200px;}
	.se_tuandui ul li i{  background:none;}
}


@media (max-width:769px){
.se_tuandui { width:100%; margin:2rem auto; }
.se_tuandui ul{}
.se_tuandui li{float:left; padding:0; width:47%; margin:0 1% 25px 1%; position:relative; overflow:hidden;  border:1px solid #eee;}
.se_tuandui li:nth-child(2n){ margin-right:0px;}
.se_tuandui li .p-img{ width:100%; height:auto; margin:0 auto 0px auto;  text-align:center;  position:relative; overflow:hidden }
.se_tuandui li .p-name{ height:45px; line-height:45px; word-break:break-all; word-wrap: break-word; overflow:hidden;text-align: center;font-size:16px; border-top:1px solid #eee; font-weight: 200;}
.se_tuandui li .p-img img{ width:100%; transition:0.4s ease; -moz-transition:0.4s ease; -webkit-transition:0.4s ease; }
.se_tuandui li:hover img{ transform:scale(1.1,1.1); -moz-transform:scale(1.1,1.1); -webkit-transform:scale(1.1,1.1);}
.se_tuandui p{ font-size:18px; line-height:35px; color:#666;}
.se_tuandui p span{ font-size:17px;  color:#af1318;}	
.se_tuandui ul li i{display: none;}

}

/*产品展示内页*/
.se_pro_a{width: 100%;background: url(../images/2-1-2.jpg)repeat center top;  margin-top: 90px; border-top:10px solid transparent; border-color: rgba(151, 151, 151, 0.3); }
.se_pro_a .s_width{display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; margin: 5% auto; width: 80%;}
.se_pro_a_l{border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); width: 40%;}
.se_pro_a_l img{width: 100%;}
.se_pro_a_r{width: 45%; overflow: hidden;}
.se_pro_a_r .line {width: 80px;height: 4px;background: #c9131f;margin: 10px 0;}
.se_pro_a_r .text-1 {line-height: 26px;color: #666666;padding: 20px 0;text-align: justify}
.se_pro_a_r .text-2{border-top:1px solid transparent; border-color: rgba(151, 151, 151, 0.2); margin-top: 3%; padding: 2% 0; line-height: 31px;}

.pro-cont-top{background:url(../images/80.jpg) no-repeat;padding:5% 0;background-attachment: fixed; background-size: cover;}
.pro-cont-top ul{overflow:hidden;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; width: 80%; margin: 0 auto;   }
.pro-cont-top li{color:#fff;text-align:center;width:15.5%;cursor:pointer;}
.pro-cont-top li a{font-size:18px;color:#fff}
.pro-cont-top li:hover a{color:#da251d; }

.pro-cont_two{width: 80%; margin: 5% auto;}


/*内页合作案例*/
.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;}



/*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 {color: #008b3f;}
.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: 52px;}
}

/*新闻详情页*/
.container{width: 70%; margin: 3% auto; background: #f2f2f2; padding: 5%;}
.container h2{text-align: center;font-weight: bold; font-size: 22px;}
.info-intro{text-align: center; font-size: 16px; line-height: 55px; border-bottom:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); padding-bottom: 15px;}
.info-pic{ margin: 10px 0;}
.info-pic img{ margin: 0 auto;  display: block;}
.info_cont{font-size: 16px; line-height: 31px;;}
.info_cont p{ margin-bottom: 15px;}

.more-info{ line-height: 40px;}
.more-info ul{width: 90%; margin: 0 auto;display: flex; display:-webkit-flex; -webkit-justify-content: space-between;   justify-content: space-between; padding-top: 20px;}
.more-info li{width: 50%;}
.more-info li em{font-weight: 500; padding-right: 15px;}

@media (max-width:750px){
	.container{margin-bottom: 15%;width: 95%; }
	.more-info ul{width: 95%; display: block;}
	.more-info li{width:100%;}
}


/*内页加盟代理*/
.se_join{width: 85%; margin: 5% auto;}
.se_join h2{text-align: center;font-weight: 500;}
.se_join h3{text-align: center; font-weight: 100; margin-top:1%;}
.se_join h3 i{color: #f00;}

.liuyan { margin-top: 3%;}
.liuyan .hang {width: 100%;margin-bottom: 32px;}
.liuyan label {display: block;font-size: 16px;color: #333;line-height: 30px;}
.liuyan input[type=text] {width: 90%;line-height:50px;font-size:16px;color: #555;background-color: rgba(255, 255, 255, 0.2); border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3); margin-bottom: 2%; padding-left: 1%;}
.liuyan textarea {padding: 12px 14px;height: 110px;resize: none;vertical-align: top;width: 90%;line-height: 28px;font-size: 14px;  border:1px solid transparent; border-color: rgba(151, 151, 151, 0.3);}
.liuyan input[type=text]:focus,.liuyan textarea:focus {border-color: #71ba2d;}
.liuyan input[type=text],.liuyan textarea {-webkit-transition: 0.3s;transition: 0.3s;}

.liuyan .layui-btn {display: block;width: 150px;height: 46px;font-size: 16px;line-height: 46px;background-color: #71ba2d;color: #fff;border:none; margin-top: 4%;}
.liuyan .layui-btn:hover {background-color: #f9be00;}
.liuyan .layui-btn-primary{display: none;}
.box_title span{display: none;}

/*内页联系我们*/
.lianxi {width: 100%;height: 890px;overflow: hidden;background-color: #fff;position: relative;}
.mapout {width: 50%;height: 100%;overflow: hidden;position: absolute;left: 0;top: 0;z-index: 0;}
#map {width: 100%;height: 100%;}
.lianxicon {width: 50%;height: 100%;float: right;display: table;}
.lianxicon .inner {padding: 15% 0 0 15%;display: table-cell;vertical-align: middle;}
.cate7 .cn {font-size: 34px;color: #222;line-height: 52px;}
.cate7 .hx {margin: 18px 0;width: 40px;height: 2px;background-color: #333;}
.cate7 .cn2 {font-size: 16px;color: #777;line-height: 28px;max-width: 410px;}
.lxcon {margin-top: 66px;}
.lxcon div {padding-left: 35px;font-size: 16px;color: #333;line-height: 30px;margin-top: 20px;}
.lxcon .lx1 {background: url('../images/lx1.png') 0 4px no-repeat;}
.lxcon .lx2 {background: url('../images/lx2.png') 3px 4px no-repeat;}
.lxcon .lx3 {background: url('../images/lx3.png') 1px 4px no-repeat;}
.lxcon .lx4 {background: url('../images/lx4.png') 1px 7px no-repeat;}
.lxcon .lx5 {background: url('../images/lx5.png') 1px 6px no-repeat;}
.lxewm {margin-top: 72px;}
.lxewm .subewm {display: inline-block;width: 108px;margin-right: 10px;text-align: center;}
.lxewm .pic {border: 1px solid #eee;height: 106px;line-height: 106px;}
.lxewm img {max-width: 96%;max-height: 96%;}
.lxewm p {font-size: 14px;color: #666;line-height: 24px;height: 24px;margin-top: 5px;}
.BMap_Marker div {background-color: rgba(10, 96, 198, 0.1);border-radius: 50%;-webkit-box-shadow: 0 0 0 73px rgba(10, 96, 198, 0.04);box-shadow: 0 0 0 73px rgba(10, 96, 198, 0.04);-webkit-animation: point ease 2s infinite;
animation: point ease 2s infinite;}
@-webkit-keyframes point {
0% {
-webkit-box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
background-color: rgba(10, 96, 198, 0.6);
}
100% {
-webkit-box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
background-color: rgba(10, 96, 198, 0.1);
}
}
@keyframes point {
0% {
-webkit-box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
box-shadow: 0 0 0 3px rgba(10, 96, 198, 0.1);
background-color: rgba(10, 96, 198, 0.6);
}
100% {
-webkit-box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
box-shadow: 0 0 0 73px rgba(10, 96, 198, 0);
background-color: rgba(10, 96, 198, 0.1);
}
}
@media screen and (max-width: 1440px) {
.lxcon {margin-top: 50px;}
.lxcon div {margin-top: 10px;}
.lxewm {margin-top: 50px;}
}
@media screen and (max-width: 1240px) {
.lianxicon .inner {padding-left: 40px;}
}
@media screen and (max-width: 1080px) {
.lianxi {height: auto;}
.mapout {width: 100%;height: 700px;position: static;}
.lianxicon {width: 100%;padding: 50px 0;height: auto;display: block;}
.lianxicon .inner {display: block;padding: 0 40px;}
.cate7 .cn2 {max-width: 100%;}
}
@media screen and (max-width: 750px) {
.lianxicon .inner {padding: 0 20px;}
.cate7 .cn {font-size: 26px;}
}
@media screen and (max-width: 640px) {
.lianxicon .inner {padding: 0;}
}








/*===================== 响应式代码 START =====================*/
.f_80{font-size: 80px;}
.f_72{font-size: 72px;}
.f_62{font-size: 62px;}
.f_48{font-size: 48px;}
.f_40{font-size: 40px;}
.f_30{font-size: 30px;}
.f_24{font-size: 23px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
.f_12{font-size: 12px;}

/*===================== 响应式代码 START =====================*/
@media( max-width:1600px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 40px;}
.f_48{font-size: 38px;}
.f_40{font-size: 30px;}
.f_30{font-size: 24px;}
.f_24{font-size: 20px;}
.f_20{font-size: 20px;}
.f_18{font-size: 18px;}
.f_16{font-size: 16px;}
.f_15{font-size: 15px;}
.f_14{font-size: 14px;}
}

@media( max-width:1210px ){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 28px;}
.f_40{font-size: 26px;}
.f_30{font-size: 24px;}
.f_24{font-size: 16px;}
.f_20{font-size: 18px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_15{font-size: 14px;}
.f_14{font-size: 14px;}

}


@media (max-width:750px){
.f_80{font-size: 60px;}
.f_72{font-size: 50px;}
.f_62{font-size: 30px;}
.f_48{font-size: 22px;}
.f_40{font-size: 22px;}
.f_30{font-size: 24px;}
.f_24{font-size: 14px;}
.f_20{font-size: 14px;}
.f_18{font-size: 16px;}
.f_16{font-size: 14px;}
.f_14{font-size: 14px;}
}

/*===================== 响应式代码 END =====================*/