/* 首页--------------------- */
/* 公共head */
.headbac{
	width: 100%;background-color: #FFFFFF;
	position: fixed;
	left: 0;
	right: 0;
	top: 0;
	z-index: 99999;
	}
.head{
	width: 1400px;
	margin: auto;
}
.head .jhlogo{
	float: left;
	line-height: 85px;
}
.head .jhnav{
	float: right;
	line-height: 85px;
}
.head .jhnav li{
	float: left;
	margin-left: 35px;
	font-size: 16px;
	color: #616161;
	position: relative;
}
.jhnav li a{
	display: block;
	height: 70px;
	color: #616161;
	position: relative;
}
.jhnav li a i{
    position: absolute;
    bottom: 0;
    left: 50%;
    width: 0;
    height: 3px;
    background-color: #15A73D;
    transition: all .3s ease 0s;
}
.jhnav li:hover i {
    width: 100%;
    margin-left: -50%;
}
.jhnavxia{
	width: 160px;
	background-color: #ffffff;
	z-index: 999;
	position: absolute;
	left: -74%;
	top: 85px;
	text-align: center;
	opacity: 0;
	transition: 0.4s;
	visibility: hidden;
}
.jhnav li:nth-child(4) .jhnavxia{
	left: -35%;
}
.jhnav li .jhnavxia a{
	height: 40px;
	line-height: 40px;
	transition: 0.4s;
}
.jhnav li .jhnavxia a:hover{
	color: #ffffff;
	background-color:#15A73D ;
}
.jhnav li:hover .jhnavxia{
	opacity: 1;
	visibility: visible;
}
/* phone */
	.jhphone{
		height: 70px;
		line-height: 70px;
		background-color: #ffffff;
		display: none;
		position: fixed;
		left: 0;
		right: 0;
		top: 0;
		z-index: 99999;
	}
	.jhphone .plogo{
		float: left;
	}
	.jhphone .pmeun{
		float: right;
	}
	.jhphone .plogo img{
		height: 60px;
	}
	.jhphone .pmeun{
		background-image: url(../img/navcaidan.png);
		background-repeat: no-repeat;
		background-position: 0;
		width: 48px;
		height: 100%;
		margin-right: 1%;
		transition: 0.7s;
	}
	.jhphone .pmeunx{
		background-image: url(../img/navchahao.png);
		background-repeat: no-repeat;
		background-position: 0;
	}
	.jhphone .pmeun img{
		height: 30px;
		margin-right: 10px;
		display: none;
	}
	.navul{
		width: 100%;
		box-sizing: border-box;
		padding: 0 3%;
		background-color: #f0f0f0;
	position: absolute;
	left: 0px;
	top: 70px;
			z-index: 9999;
			display: none;
	}
	.navul li{
	 font-size: 16px;
	 text-align: left;
	 border-bottom: 1px solid #dcdcdc;
	 line-height: 60px;
	 opacity: 0;
	 transform: translate(30px, 0);
	 transition: 0.4s;
	}
	.navul li a{
	 display: block;
	 box-sizing: border-box;
	 padding: 0 3%;
	}
	.navul li a:after{
	    content: '';
	    display: block;
	    width: 26px;
	    height: 26px;
	    background: url(../img/icojia.png) no-repeat center;
	    background-size: 17px auto;
	    position: absolute;
	    right: 3%;
	    top: 15px;
	}
	.navul li.animate {
	    opacity: 1;
	    transform: translate(0, 0);
	}
	.navul li>a.onbac{
		    background-color: #e9e9e9;
	}
	.navul li .jhnavxiaph{
		width: 100%;
		box-sizing: border-box;
		padding: 10px 3%;
		display: none;
	}
	.navul li .jhnavxiaph a{
		width: 100%;
		box-sizing: border-box;
		padding: 0px 3%;
		background: url(../img/navjiadian.png) no-repeat left center;
		    background-size: 4px auto;
		    font-size: 14px;
		    line-height: 40px;
	}
/* 公共foot */
.footbac{
	background: #323232;
	padding-top: 40px;
}
.foot{
	width: 1400px;
	margin: auto;
}
.footnav{
    display: flex;
    justify-content: space-between;
    flex-flow: row wrap;
}
.footnav li h3 a{
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
}
.footnav li p a{
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	display: block;
	margin-top: 24px;
}
.footnav li:last-child h3{
	font-size: 16px;
	font-weight: 400;
	color: rgba(255, 255, 255, 0.6);
}
.footnav li:last-child p{
	font-size: 14px;
	font-weight: 300;
	color: #FFFFFF;
	line-height: 30px;
	margin-top: 24px;
}
.copy{
	font-size: 14px;
	font-weight: 300;
	color: rgba(255, 255, 255, 0.6);
	line-height: 50px;
	border-top: 1px solid #515151;
	text-align: center;
	margin-top: 90px;
}
.index-banner{
	    background: url(../img/indexbanner.jpg) no-repeat center;
			width: 100%;
	    height: 100%;
	    background-size: cover;
	    position: relative;
}
.index-bannertxt{
	width: 1200px;
	margin: auto;
}
.index-bannertxt .zhuanquan{
	    max-width: 700px;
	    max-height: 700px;
	    width: 100%;
	    height: 100%;
	    position: absolute;
	    left: 0;
	    top: 0;
	    right: 0;
	    bottom: 0;
	    margin: auto;
	    z-index: 1;
	    background-image: url(../img/zhuanquan.png);
	    background-position: center;
	    background-size: cover;
	    background-repeat: repeat;
	    animation: circle 20s infinite linear;
}
@keyframes circle{
	0%{ transform:rotate(-360deg); } 
	100%{ transform:rotate(0deg); }
}	
.index-bannertxt h1{
	position: absolute;
	top:50%;
	left:50%;
	transform: translate(-50%,-50%);
	font-size: 60px;
	font-weight: 400;
	color: #15A73D;
}
.index-about{
	width: 1200px;
	margin: auto;
}
.index-about>h1{
	font-size: 28px;
	font-weight: 400;
	color: #15A73D;
	text-align: center;
	margin: 30px 0;
}
.index-abouttxt{
	
}
.index-abouttxt .left{
	width: 60%;
}
.index-abouttxt .right{
	width: 38%;
	text-align: right;
}
.index-abouttxt .right img{
	max-width: 100%;
}
.index-abouttxt .left p{
	font-size: 14px;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 24px;
	margin-bottom: 20px;
}
.index-abouttxt .left .more{
	display: block;
	width: 120px;
	height: 43px;
	line-height: 43px;
	text-align: center;
	background: #15A73D;
	font-size: 14px;
	color: #FFFFFF;
	margin: 45px 0;
}
.index-abouttxt .left .more img{
	margin-left: 10px;
	vertical-align: sub;
}
.index-abouttxtimg li{
	float: left;
	margin-right: 40px;
	text-align: center;
}
.index-abouttxtimg .abouttxtimgtop{
	width: 80px;
	height: 80px;
	line-height: 80px;
	text-align: center;
	background: #15a73d;
	border-radius: 50%;
}
.index-abouttxtimg li:hover .abouttxtimgtop{
	background: #FD650B;
}
 
.index-abouttxtimg span{
	display: block;
	font-size: 14px;
	color: #1E1E1E;
	line-height: 24px;
	margin-top: 15px;
}
/* sj */
.index-aboutph{
	display: none;
}

.index-product{
	width: 100%;
	height: 100%;
}
.index-product ul{
	width: 100%;
	height: 100%;
	display: flex;
}
.index-product ul li{
	width: 33.333%;
	height: 100%;
	text-align: center;
	background: url(../img/indexbanner.jpg) no-repeat center;
	background-size: cover;
	position: relative;
}
.index-product ul li:nth-child(1){
	background: url(../img/index-product4.jpg) no-repeat center;
}
.index-product ul li:nth-child(2){
	background: url(../img/index-product5.jpg) no-repeat center;
}
.index-product ul li:nth-child(3){
	background: url(../img/index-product6.jpg) no-repeat center;
}
.index-product ul li a{
	display: block;
	width: 100%;
	height: 100%;
	background-color: #4e444461;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: 0.5s;
}
.producttxt h1{
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 50px;
}
.index-product ul li:hover a{
	background: rgba(21, 167, 61, 0.9);
}
.index-contact{
	background: url(../img/contactdibubac.jpg) no-repeat center;
	width: 100%;
	height: 100%;
	background-size: cover;
	position: relative;
}
.index-contacttxt{
	width: 904px;
	height: 437px;
	margin: auto;
	background: rgba(21, 167, 61, 0.8);
	border-radius: 4px;
	position: relative;
	top: 25%;
}
.index-contacttxt h1{
	text-align: center;
	font-size: 30px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
	padding-top: 70px;
}
.index-contacttxtcent{
	width: 360px;
	margin: auto;
}
.index-contacttxtcent .left{
	width: 60px;
}
.index-contacttxtcent .right{
	width: 300px;
	font-size: 16px;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 24px;
}
.index-contacttxtcent li{
	margin-top: 35px;
}






/* 内页-------------------- */
/* banner */
.neibanner{position: relative;padding-top: 85px;}
.bannerover{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.neibanner img{
	width: 100%;
}
.neibannernav{
	width: 100%;
	background: #616161;
	position: absolute;
	left: 0;
	bottom: 0;
}
.neibannernav ul{
	width: 1400px;
	margin: auto;
	display: flex;
}
.neibannernav ul li a{
	display: block;
	padding: 20px 25px;
	font-size: 16px;
	color: #ffffff;
	transition: 0.4s;
}
.neibannernav ul li a:hover{
	background: #15A73D;
}
.neibannernavph{
	display: none;
	width: 40px;
	height: 50px;
	line-height: 50px;
	position: absolute;
	right: 2%;
	top: 0;
}
.neibannernavph img{
	height: 40px;
}
.neibannernavphnav{
	display: none;
	position: absolute;
	left: 0;
	top: 49px;
	width: 100%;
	background-color: #f4f4f4;
	z-index: 9999;
}
.neibannernavphnav a{
	display: block;
	    width: 100%;
	    height: 50px;
	    line-height: 50px;
	    font-size: 14px;
	    border-bottom: 1px solid #999;
			    box-sizing: border-box;
			    padding: 0 3%;
}
/* 内页-------------- */
/* 内容 */
.content1400{
	width: 1400px;
	margin: auto;
  padding-top: 20px;
	margin-bottom: 20px;
}
.contentpad{
	width: 100%;
	padding: 20px;
	background-color: #ffffff;
	box-sizing: border-box;
}
.margintop20{
	margin-top: 20px;
}
.conttextcent{width: 100%;text-align: center;}
/* 关于我们 */
.neiabout{
	/* padding-top: 65px; */
}
.neiabout .left{
	width: 60%;
}
.neiabout .right{
	width: 38%;
	text-align: right;
}
.neiabout .right img{
	max-width: 100%;
}
.neiabout .left h1{
	font-size: 28px;
	font-weight: 400;
	color: #1E1E1E;
}
.neiabout .left p{
	font-size: 14px;
	font-weight: 400;
	color: #1E1E1E;
	line-height: 24px;
	margin-top: 40px;
}
.neiggtitle{text-align: center;margin-bottom: 30px;}
.neiggtitle h1{
	font-size: 28px;
	font-weight: 400;
	color: #1E1E1E;
	margin-bottom: 8px;
}
.neiggtitle span{
	display: block;
	width: 37px;
	height: 3px;
	background: #15A73D;
	margin: auto;
}
.yewuzizhi{
	margin-top: 70px;
}
.yewuzizhi .swiper-container{
	position: relative;
}
.yewuzizhi .swiper-containerph{
	position: relative;
	overflow-x: hidden;
	display: none;
}
.yewuzizhi .swiper-slide{
	height: 330px;
	display: flex;
	align-items: center; 
	justify-content: center;
}
.swiper-slide img{
	/* width: 100%; */
	max-width: 100%;
	max-height: 100%;
}
.yewuzizhi .swiper-pagination-bullet{
  background: #15A73D;
  opacity: 1;
}
.yewuzizhi .swiper-pagination-bullet-active{
  width: 20px;
	border-radius: 50px;
}
/* 联系我们 */
.neicontact{

}
.neicontacttop{
  display: flex;
  justify-content: space-between;
  flex-flow: row wrap;
}
.neicontacttop li{
	width: 32%;
	height: 270px;
	text-align: center;
	padding-top: 20px;
	background-color: #ffffff;
}
.neicontacttop li .neicontactimg{
	width: 88px;
	height: 88px;
	border: 1px solid #BFBFBF;
	border-radius: 50%;
	line-height: 88px;
	text-align: center;
	margin: auto;
}
.neicontacttop li h1{
	font-size: 24px;
	font-weight: 400;
	color: #1E1E1E;
	margin: 20px 0;
}
.neicontacttop li p{
	font-size: 16px;
	font-weight: 400;
	color: #383838;
	line-height: 24px;
}
.neicontacttopditu{width: 100%;text-align: center;margin-top: 20px;    background-color: #ffffff;}
.neicontacttopditu img{max-width: 100%;}
.neimap {
	width: 100%;
	margin-top: 20px;
}
.neimap img{
	width: 100%;
}

/* 人才招聘 */
#content_box-1606466913574-0{
	/* margin-top: 30px; */
}
/* 新闻资讯 */
.neinews *{
	box-sizing: border-box;
}
.new_detail{
	
}


/* 项目中心 */
.productnav{
	margin-bottom: 40px;
	margin-top: 10px;
}
.productnav ul{
	width: 100%;
	display: flex;
}
.productnav li{
	margin-right: 80px;
}
.productnav li a{
	display: block;
	font-size: 16px;
	color: #1E1E1E;
	line-height: 30px;
	border-bottom: 2px solid #eaeaea;
	transition: 0.4s;
}
.productnav li a:hover{
	border-bottom: 2px solid #15A73D;
}
.prodacta img{width: 100%;}
.prodactaul1,.prodactaul2,.prodactaul3,.prodactaul4{
	display: flex;
	justify-content: space-between;
	 flex-wrap: wrap;
}
.prodactaul1 li{
	width: 32%;
}
.prodactaul1 li .topimg,.prodactaul2 li .topimg,.prodactaul3 li .topimg,.prodactaul4 li .topimg{overflow: hidden;}
.prodactaul1 li .topimg img,.prodactaul2 li .topimg img,.prodactaul3 li .topimg img,.prodactaul4 li .topimg img{
	width: 100%;
	transition: 0.4s;
}
.prodactaul1 li .bomtxt,.prodactaul2 li .bomtxt,.prodactaul3 li .bomtxt,.prodactaul4 li .bomtxt{
	width: 100%;
	text-align: center;
	padding: 24px 10%;
	font-size: 16px;
	color: #161616;
	box-sizing: border-box;
}
.prodactaul1 li:hover img,.prodactaul2 li:hover img,.prodactaul3 li:hover img,.prodactaul4 li:hover img{
	transform: scale(1.2);
}

.prodactaul2 li{
	width:48%;
}
.prodactaul3 li{
	width:24%;
}
.prodactaul4 li{
	width:19%;
}

/* PRODUCT1------------------- */
.producttop{
	display: flex;
	justify-content: center;
	width: 1200px;
	margin: auto;
}
.producttop .productleft,.producttop .productright{
	width: 50%;
	text-align: justify;
	padding: 20px;

}
.producttop h3{
	margin: 10px 0;
	font-size: 16px;
}
.producttop p{
	line-height: 30px;
}
.flexaligcent{
	display: flex;
	align-items: center;
}
.producttopcent{
	/* width: 100%; */
}
/* 合作伙伴 */
.partner ul{
	width: 100%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}
.partner ul li{
    width: 16.66%;
		box-sizing: border-box;
    text-align: center;
    border: 1px solid #f5f5f5;
    height: 100px;
    line-height: 100px;
		transition: 0.4s;
}
.partner ul li img{
    transition: 0.4s;
		/* height: 80%; */
		max-height: 80%;
		max-width: 80%;
}
.partner ul li:hover {
     border: 1px solid #b9b9b9;
}
.partner ul li:hover img{
     transform: scale(1.1);
}
.color_green{color: #8EC31F;}
.flex_boxs{display: flex;max-width: 1100px;margin: 0 auto;}
.flex_boxs .zi{width: 65%;font-size: 17px;line-height: 45px;margin: 0 12px;padding-top: 30px;}
.flex_boxs .img{box-shadow: 0px 0px 22px 1px #d7d7d7;margin: 0 12px;}
.pa-1 .lefts{width: 65%;font-size: 17px;line-height: 35px;}
.paiw{max-width: 1100px;margin: 0 auto;display: flex;flex-wrap: wrap;}
.paiw_box{width: 33.33%;padding: 15px;box-sizing: border-box;}
.paiw .paiw_box .top{font-size: 20px;color: #fff;background-color: #8EC31F;display: inline-block;padding: 10px 15px;box-sizing: border-box;}
.paiw .paiw_box .paiw_ul{margin-top: 12px;}
.paiw .paiw_box .paiw_ul ul li{font-size: 16px;line-height: 26px;margin: 8px 0;list-style: circle;}
.paiw .paiw_box .paiw_ul ul li::marker{color: #8EC31F;background-color: #8EC31F;}
.fes_table{width: 1100px;margin: 0 auto;max-width: 100%;}
.fes_table table{width:100%}
.fes_table table tr td{text-align: center;font-size: 16px;padding: 8px 6px;}
.fes_table table tr th{padding: 9px 6px;box-sizing: border-box;font-size: 17px;background-color: #8EC31F;color: #fff;}
.fes_table table tr:nth-child(2n+1) td{background: #DAEDDC;}
.fes_table .bg_none{background: none!important;}
.pw_zs{width: 1100px;max-width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.pw_zs .p_left{width: 55%;}
.pw_zs .p_left div{text-align: center;border: 2px solid #8EC31F;border-radius: 3px;padding: 12px;box-sizing: border-box;font-size: 18px;margin-bottom: 40px;line-height: 30px;position: relative;}
.pw_zs .p_left div::after{position: absolute;content: "";width: 30px;height: 30px;background: url(../img/product/producta/jt.png);left: 50%;bottom: -38px;transform: translateX(-50%);}
.pw_zs .p_left div:last-child::after{display: none;}
.tfsj{display: flex;width: 1100px;max-width: 100%;margin: 0 auto;justify-content: space-between;margin-bottom: 20px;}
.tfsj .t_left{width: 50%;}
.tfsj .t_left .top{font-size: 19px;margin: 20px 0;position: relative;padding-left: 20px;box-sizing: border-box;}
.tfsj .t_left .conts{font-size: 16px;text-indent: 2em;line-height: 35px;}
.tfsj .t_left .top::before{content: "";position: absolute;width: 8px;height: 8px;border-radius: 50%;border: 1px solid #8EC31F;left: 0;top: 50%;transform: translateY(-50%);}
.tfsj .t_rights{width: 48%;}
.tfsj .t_rights img{margin-top: 20px;}
.tfsj .fs_left{width: 40%;}
.tfsj .fs_right{width: 57%;}
.tfsj .fs_left .title,.tfsj .fs_right .title{text-align: center;font-size: 22px;margin-bottom: 20px;}
.tfsj .fs_right .fs_cl{border: 1px solid #8EC31F;font-size: 17px;padding: 12px;box-sizing: border-box;line-height: 30px;border-radius: 3px;}
.tfsj .fs_left .fs_zl div{border: 1px solid #8EC31F;border-radius: 3px;margin-bottom: 54px;font-size: 17px;padding: 12px;box-sizing: border-box;position: relative;}
.tfsj .fs_left .fs_zl div:after{position: absolute;content: "";width: 30px;height: 30px;background: url(../img/product/producta/jt.png);left: 50%;bottom: -45px;transform: translateX(-50%);}
.tfsj .fs_left .fs_zl div:last-child::after{display: none;}
.tfsj .fs_left .fs_zl div:last-child{margin-bottom: 20px;}
.new_gxbox h3{font-size: 19px;}
.new_gxbox p{font-size: 16px;}
.new_gxbox .new_jg{display: flex;margin-bottom: 12px;}
.new_gxbox .new_jg .yop{background-color: #8EC31F;color: #fff;font-size: 20px;width: 120px;text-align: center;display: flex;justify-content: center;align-items: center;}
.new_gxbox .new_jg div p{position: relative;padding-left: 20px;box-sizing: border-box;}
.new_gxbox .new_jg div p::before{position: absolute;content: "";left: 5px;top: 9.8px;width: 8px;height: 8px;border-radius: 50%;border: 1px solid #8EC31F;}
.new_gxbox .new_jg div{padding-left: 12px;box-sizing: border-box;}
.new_gxbox .new_topjs{margin-bottom: 20px;}
.qygl_tb table tr td:nth-child(3),
.qygl_tb table tr td:nth-child(4){text-align: left;padding: 12px 16px;line-height: 30px;}
.gzjh_box{padding: 12px 6px;box-sizing: border-box;}
.gzjh_box .gzjh_bottom{text-align: center;background-color: #8EC31F;color: #fff;font-size: 16px;padding: 5px 2px;}
.gzjh_box .cont{padding: 6px;box-sizing: border-box;font-size: 15px;line-height: 30px;}
.gzjh_box  .gzjh_bg{background-color: #F6F7F6;height: 100%;display: flex;flex-direction: column;justify-content: flex-end;}
.qjsc .div1{width: 27%;}
.qjsc .div2{width: 27%;}
.qjsc .div3{width: 42%;}
.tfsj .cfa .top{text-align: center;background-color: #8EC31F;color: #fff;font-size: 18px;padding: 6px 0;}
.qjsc .ner{position: relative;padding: 12px 4px;box-sizing: border-box;background-color: #f1f1f1;margin-bottom: 12px;}
.qjsc .ner p{position: relative;padding-left: 20px;font-size: 16px;line-height: 30px;}
.qjsc .ner p::before{position: absolute;content: "";top: 10px;left: 4px;width: 6px;height: 6px;border-radius: 50%;border: 2px solid #8EC31F;}
.qjsc .div3 .yuanze{border: 1px solid #8EC31F;border-radius: 4px;width: 80%;margin: 0 auto;padding: 8px 12px;box-sizing: border-box;font-size: 16px;margin-top: 50px;background-color: #f1f1f1;line-height: 30px;}
.ner.pad_ts{padding: 48px 4px;box-sizing: border-box;}
.lvs_flex{width: 1100px;max-width: 100%;margin: 0 auto;display: flex;justify-content: space-between;}
.lvs_flex .sont_list .sont_box{background-color: #f1f1f1;margin-bottom: 20px;padding: 20px;box-sizing: border-box;border-radius: 5px;}
.lvs_flex .sont_list .sont_box .top{color: #8EC31F;font-size: 20px;margin-bottom: 12px;}
.lvs_flex .sont_list .sont_box div{font-size: 16px;line-height: 25px;}
.lvs_flex .sont_list{width: 92%;}
.lvs_flex .left_top{display: flex;justify-content: center;align-items: center;font-size: 20px;}
.lvs_flex .left_top span{display: inline-block;padding: 12px 18px;box-sizing: border-box;background-color: #8EC31F;color: #fff;border-radius: 8px;line-height: 50px;}
.zuj_list{display: flex;justify-content: space-between;width: 1000px;max-width: 100%;margin: 0 auto;}
.zuj_list .zuj_box{width: 22%;position: relative;}
.zuj_list .zuj_box .top{background-color: #8EC31F;color: #fff;font-size: 18px;text-align: center;padding: 10px 0px;}
.zuj_list .zuj_box .cont{background-color: #f1f1f1;padding: 12px 0;}
.zuj_list .zuj_box .cont p{text-align: center;font-size: 16px;position: relative;line-height: 30px;}
.zuj_list .zuj_box .cont p::before{position: absolute;content: "";top: 50%;left: 24%;transform: translateY(-50%);border-radius: 50%;width: 6px;height: 6px;border: 1px solid #8EC31F;}
.zuj_list .zuj_box:after{position: absolute;content: "";width: 30px;height: 30px;background: url(../img/product/producta/jt.png);left: 130%;top: 50%;margin-top: -15px;transform: rotateZ(-90deg);}
.zuj_list .zuj_box:last-child:after{display: none;}
.liuc_list{width: 1000px;max-width: 100%;margin: 0 auto;display: flex;justify-content: space-between;margin-top: 30px;}
.liuc_list div{width: calc(100% / 7 - 40px);border: 1px solid #8EC31F;text-align: center;height: 100px;line-height: 100px;position: relative;font-size: 15px;}
.liuc_list div:first-child{background-color: #8EC31F;color: #fff;}
.liuc_list div:after{position: absolute;content: "";width: 30px;height: 30px;background: url(../img/product/producta/jt.png);left: 108%;top: 50%;margin-top: -15px;transform: rotateZ(-90deg);}
.liuc_list div:last-child::after{display: none;}
.hecha_list{width: 1000px;max-width: 100%;margin: 0 auto;}
.hecha_list .hecha_box{display: flex;}
.hecha_list .hecha_box .title{background-color: #f1f1f1!important;padding: 12px 20px;box-sizing: border-box;font-size: 17px;color: #333;}
.hecha_list .hecha_box div{background-color: #8EC31F;margin-bottom: 30px;margin-right: 50px;padding: 12px 20px;box-sizing: border-box;color: #fff;font-size: 17px;position: relative;}
.hecha_list .hecha_box.hecha_box1 div{background-color: #2C4FA1;}
.hecha_list .hecha_box.hecha_box2 div{background-color: #DD1543;}
.hecha_list .hecha_box div:after{position: absolute;content: "";width: 30px;height: 30px;background: url(../img/product/producta/jt.png);left: 108%;top: 50%;margin-top: -15px;transform: rotateZ(-90deg);}
.hecha_list .hecha_box div:last-child::after{display: none;}
.hecha_list .hecha_box .title::after{display: none;}
@media (max-width:768px){
	.dis1{padding: 0 !important;}
	.productnav li a{font-size: 12px;line-height: 24px;}
	.flex_boxs{display: block;}
	.pa-1 .lefts,
	.flex_boxs .zi{width: 100%;font-size:15px;line-height: 30px;}
	.flex_boxs .zi{margin: 0;}
	.flex_boxs .img{margin-top: 20px;}
	.pw_zs{display: block;}
	.pw_zs .p_left{width: 100%;}
	.pw_zs .p_left div{font-size: 15px;}
	.paiw_box{width: 50%;}
	.tfsj{display: block;}
	.tfsj .t_left{width: 100%;}
	.tfsj .t_rights{width: 100%;}
	.tfsj .t_left .top{font-size: 17px;margin: 10px 0;}
	.tfsj .t_left .conts{font-size: 15px;line-height: 24px;}
	.tfsj .fs_left{width: 100%;}
	.tfsj .fs_right{width: 100%;}
	.tfsj .fs_right .fs_cl{font-size: 16px;}
	.tfsj .fs_left .fs_zl div{font-size: 16px;}
	.tfsj .fs_left .title, .tfsj .fs_right .title{font-size: 18px;margin-bottom: 12px;}
	.qjsc .div1,.qjsc .div2,.qjsc .div3{width:100%}
	.ner.pad_ts{padding: 12px 4px;}
	.qjsc .div3 .yuanze{margin-top: 10px;}
	.lvs_flex{display: block;}
	.lvs_flex .sont_list{width: 100%;}
	.lvs_flex .left_top span br{display: none;}
	.lvs_flex .left_top span{line-height: 20px;font-size: 14px;padding: 12px 12px;margin-bottom: 18px;}
	.lvs_flex .left_top{display: none;}
	.hecha_list .hecha_box{display: flex;flex-wrap: wrap;}
	.hecha_list .hecha_box div{margin-right: 0;margin-bottom: 2px;width: 50%;border-right: 1px solid #ccc;}
	.hecha_list .hecha_box div:after{display: none;}
	.liuc_list{flex-wrap: wrap;}
	.zuj_list{display: block;}
	.zuj_list .zuj_box{width: 100%;margin-bottom: 12px;}
	.zuj_list .zuj_box:after{display: none;}
	.hecha_list{margin-bottom: 20px;}
	.liuc_list div{width: 32%;margin-top: 5px;}
	.liuc_list div:after{display: none;}
	.liuc_list div:first-child{width: 100%;height: auto;line-height: unset;padding: 6px 0;}
	.hecha_list .hecha_box .title{width: 100%;border-right: none;}
}
.index-abouttxt .left p{text-indent: 2em;}
#gongsijianjie .left p{text-indent: 2em;}
.flex_boxs .zi span {
    text-indent: 2em;
    display: inline-block;
}
.lvs_flex .sont_list .sont_box .top{text-indent: 0em;}
.lvs_flex .sont_list .sont_box div{text-indent: 2em;}