.forms {
	width: 590px;
	margin: 0 auto;
	padding: 15px 15px;
	overflow: hidden;
	border-bottom: 1px rgba(255, 255, 255, .7) solid;
}

.forms a {
	display: inline-block;
	float: left;
	padding-left: 0;
}

.forms .search-common {
	float: left;
	margin-left: 20px;
	display: inline-block;
	width: 90%;
	height: 28px;
	font-size: 16px;
	line-height: 28px;
	border-left: 1px rgba(255, 255, 255, .7) solid;
	text-indent: 1em;
	letter-spacing: 2px;
	color: #fff;
}

.forms .search-common::-webkit-input-placeholder {
	color: #fff;
	letter-spacing: 2px;
}

.tainPro {
	width: 100%;
	position: relative;
	background: #FFFFFF;
	padding: 50px 0 90px;
}

.proTisbox {
	text-align: center;
	padding-bottom: 15px;
}

.proTisbox ul li {
	min-width: 140px;
	height: 40px;
	line-height: 40px;
	display: inline-block;
	box-sizing: border-box;
	position: relative;

}

.proTisbox ul li a {
	padding: 13px 20px;
	font-size: 14px;
	line-height: 40px;
	color: #242424;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;

}

.proTisbox ul li:after {
	content: '';
	display: block;
	border-right: 1px #333333 solid;
	right: -4.5px;
	position: absolute;
	top: 10px;
	width: 1px;
	height: 20px;
}

.proTisbox ul li:last-child a:after,.proTisbox ul li:last-child:after{
	display: none;
}
.proTisbox>h4{
	display: none;
}
.proTisbox>h4 a{
	display: block;
	height: 40px;
	line-height: 40px;
	color: #333333;
	text-align: left;
	font-size: 14px;
	text-indent: 30px;
	background: url(../images/up-jia.png) no-repeat 95% center;
	background-size: 17px;
}
.proTisbox>h4.on a{
	background: url(../images/down-jian.png) no-repeat 95% center;
	background-size: 17px;
}
.proTisbox ul li a:hover,
.acted{
	background: #27803E;
	color: #FFFFFF !important;
	transition: all .5s;
	-webkit-transition: all .5s;
	-moz-transition: all .5s;
}
/* .proTisbox ul li a:hover:after,.acted:after{
	border-right: none !important;
} */
.proTisbox ul li a:hover:before,.acted:before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-width: 0px 10px 8px;
	border-style: none solid solid;
	border-color: transparent transparent #27803E;
	position: absolute;
	bottom: -8px;
	left: 50%;
    transform: translateX(-50%) rotate(180deg);
	-webkit-transform: translateX(-50%) rotate(180deg);
	-moz-transform: translateX(-50%) rotate(180deg);
	-ms-transform: translateX(-50%) rotate(180deg);
	
}
.prolistbox{
	padding-top: 60px;
	
}
.prolistbox .listbox{
	width: 31%;
	background: #FFFFFF;
	margin-right: 3.5%;
	margin-top: 3.5%;
}
.prolistbox .listbox:nth-child(-n+3){
	margin-top: 0;
}
.prolistbox .listbox:nth-of-type(3n){
	margin-right: 0;
}
.listbox a:hover .prodesc p{
	color: #FFFFFF;
}
.listbox a:hover .prodesc{
	background-color: #27803E;
}
.listbox a:hover .proimg img{
	transform: scale(1.1) translateY(-28px);
}
.proimg{
	width: 100%;
	max-height: 228px;
	text-align: center;
	overflow: hidden;
}
.proimg img{
	max-width: 100%;
	transform: translateY(-28px);
	-webkit-transform: translateY(-28px);
	-moz-transform: translateY(-28px);
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
}
.prodesc{
	padding: 15px 25px;
	border-top: 1px rgba(0,0,0,0.1) solid;
	transition: all .6s;
	-webkit-transition: all .6s;
	-moz-transition: all .6s;
	background-color: #F8F8F8;
}
.prodesc p:nth-child(1){
	font-size: 16px;
	color: #222222;
	padding-bottom: 8px;
}
.prodesc p:nth-child(2){
	font-size: 14px;
	line-height: 24px;
	color: #666666;
	height: 49px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	-webkit-line-clamp: 2;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	
}
.prodesc p:nth-child(3) i{
	width: 22px;
    height: 22px;
    display: block;
    float: right;
    margin-top: 3px;
    border: 1px #FFFFFF solid;
    background-color: #27803e;
    border-radius: 2px;
    background-image: url(../images/jia.png);
    background-position: 6px center;
    background-repeat: no-repeat;
}

/* 分页 */
.pagebox{
	margin: 20px auto 50px;
}
.pagebox ul{
	width: 100%;
	text-align: right;
}
.pagebox ul li{
	display: inline-block;
}
.pagebox ul li a{
	width: 30px;
	height: 30px;
	display: block;
	text-align: center;
	line-height: 30px;
	font-size: 12px;
	color: #666666;
	
}
.pagebox ul li .actived{
	border: solid 1px #27803e;
	color: #2c7f41;
}
.pagebox ul li a.prevs{
	background: url(../images/pro-prevs.png) no-repeat 10px center;
	
}
.pagebox ul li a.nexts{
	background: url(../images/pro-nexts.png) no-repeat 10px center;
	
}

.btpage5c {
	padding: 18px 0;
}



/* 产品详情页 */
.detailBox{
	width: 100%;
	box-sizing: border-box;
	
}
.detail-jshao{
	width: 100%;
	background-color: #FFFFFF;
	padding: 100px 0;
	overflow: hidden;
	
}
.jshao-item{
	width: 50%;
	box-sizing: border-box;
}
.jshao-item .swiper-container{
	width: 100%;
	height: 100%;
	border: 1px #e8e8e8 solid;
}
.jshao-item .swiper-container .swiper-slide{
	text-align: center;
	background-color: #F8F8F8;
}
.jshao-item .swiper-container .swiper-slide img{
	max-width: 100%;
	display: block;
	margin: auto;
}
.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
	width: 36px;
	height: 36px;
	border: 1px #B4B4B4 solid;
    background-image: url(../images/item-next.svg);
	background-position: 4px 2px;
	background-repeat: no-repeat;
	opacity: 1 !important;
	background-size: 32px;
	cursor: pointer;
	transition: all .5s ease;
}
.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
	width: 36px;
    height: 36px;
    border: 1px #B4B4B4 solid;
    background-image: url(../fonts/item-prev.svg);
    background-position: 0px 4px;
    background-repeat: no-repeat;
    opacity: 1 !important;
    background-size: 32px;
    cursor: pointer;
	transition: all .5s ease;
}
.swiper-button-next:hover, .swiper-container-rtl .swiper-button-prev{
	background-color: #22823B;
	background-image: url(../fonts/item-next-fan.svg);

}
.swiper-button-prev:hover, .swiper-container-rtl .swiper-button-next{
	background-color: #22823B;
	background-image: url(../fonts/item-prev-fan.svg);

}
.jshao-itemRh{
	padding: 26px 60px;
}
.jshao-itemRh h2{
	font-size: 26px;
	line-height: 26px;
	color: #2c7f41;
}
.jshao-itemRh h2:after{
	content: '';
	width: 100%;
	display: block;
	border-bottom: 1px #D3D3D3 solid;
	margin: 30px 0 0;
}
.jshao-itemRh .detail-desc p{
	font-size: 14px;
	line-height: 26px;
	color: #666666;
	margin-top: 30px;
}

.tableList{
	width: 100%;
	background-color: #F8F8F8;
	padding: 80px 0 90px;
	
}
.lists-box h4{
	font-size: 22px;
	line-height: 26px;
	color: #2c7f41;
	margin-bottom: 25px;
}
.lists-box h4:before{
	content: '\25BA';
	font-size: 10px;
	color: #2c7f41;
	margin-right: 10px;
	vertical-align: top;
}
/* .lists-box h3:before{
	content: '';
	border-top: 1px #C1C1C1 dashed;
	margin: 60px auto 45px;
	display: block;
}
.lists-box h3 span{
	font-size: 20px;
	line-height: 28px;
	color: #333333;
	float: left;
}
.lists-box h3 span:after{
	content: '';
	background: url(../images/tels.png) no-repeat 0 center;
	background-size: 36px;
    width: 40px;
    height: 40px;
    display: inline-block;
    vertical-align: middle;
    margin-left: 15px;
}
.lists-box h3 a{
	padding: 10px 30px;
	background-color: #27803e;
	font-size: 14px;
	line-height: 28px;
	color: #ffffff;
	float: right;
} */
.lists-box>div img{
	max-width: 100%;
}
.jshaoBox{
	min-height: 400px;
}
.jshao-item{
	height: 100%;
	position: relative;
}
.jshao-item .swiper-container{
	height: 100%;
}
.swiper-pagination-jshao{
	width: 100%;
	margin-top: 8px;
}
.swiper-pagination-jshao span{
	margin: 0 5px;
	width: 55px;
	height: 3px;
	background-color: #999;
	border-radius: 2px;
}
.jshao-item .swiper-pagination-bullet{
	opacity: 0.4;
}
.jshao-item .swiper-pagination-bullet-active{
	opacity: 1;
	outline: none;
}



























@media screen and (max-width:1000px) {
	.forms,.proTisbox ul li:after,.proTisbox ul li a:hover:before, .acted:before,.lists-box h3 span:after{
		display: none;
	}
	.proTisbox>h4{
		display: block;
	}
	.proTisbox{
		padding-bottom: 0;
	}
	.tainPro{
		padding: 0px 0 40px;
	}
	.probox,.proTisbox ul,.prolistbox,.pagination,.jshaoBox,.jshao-item,.lists-box>div{
		width: 100%;
	}
	.jshao-item{
		margin-bottom: 30px;
	}
	.jshao-itemLF{
		height: 240px;
	}
	.jshaoBox{
		height: auto;
	}
	.jshao-itemRh .detail-desc p{
		margin-top: 10px;
	}
	.jshao-itemRh h2{
		font-size: 22px;
	}
	.swiper-pagination-jshao{
		margin-top: 0;
	}
	.jshao-itemRh{
		margin-bottom: 10px;
	}
	.proTisbox ul li{
		display: block;
		text-align: left;
		text-indent: 30px;
	}
	.proTisbox ul li a{
		display: block;
		padding: 0;
		border-bottom: 1px #e0e0e0 solid;
	}
	.prolistbox {
		padding-top: 30px;
	}
	.prolistbox .listbox {
		width: 90%;
		background: #FFFFFF;
		margin: 0 auto 20px !important;
		float: none;
		
	}
	.banBoxs-ner{
		height: 230px;
	}
	.detail-jshao {
		padding: 0px 0 0;
	}
	.jshao-itemRh {
		padding: 20px;
	}
	.lists-box{
		width: 90%;
		margin: auto;
		border: 1px ;
	}
	.lists-box h3 span{
		font-size: 16px;
	}
	.tableList {
		padding: 30px 0;
	}
	
	.proTisbox h4{
		border-bottom: 1px #dadde0 solid;
	}
	.proTisbox ul{
		display: none;
	}
	.jshao-itemRh h2:after{
		margin: 14px 0 0;
	}
	.jshao-itemLF {
	    width: 90%;
	    margin: 20px auto 10px;
	    float: none;
	}
	
	
	
	
	
	
	
	
	
}

.zxdy{width: 1200px;margin: 0 auto;margin-top: 20px;}
.zxdy .tit{margin-bottom: 10px;}
.zxdy .tit h3{font-size: 18px;padding-left: 8px;}
.zxdy .zxnr ul{overflow: hidden;}
.zxdy .zxnr ul li{width: 30%;float: left;margin-right: 10px;overflow: hidden;height: 40px;line-height: 40px;background: url(../images/xwtb.png) no-repeat;background-size: 25px;padding-left: 30px;background-position: 2px;}
.zxdy .zxnr ul li p{width: 72%;float: left;overflow: hidden;text-overflow: ellipsis;white-space: nowrap;color: #333;}
.zxdy .zxnr ul li span{display: inline-block;float: right;width: 25%;color: #555;}
@media screen and (max-width:768px) {
	.zxdy .zxnr ul li{width: 100%;}
}