/*$$
{"color":[{"val":"#666e80","title":"默认分类标题文字颜色"},{"val":"#fff","title":"鼠标滑过分类标题文字颜色"},{"val":"#e0e2e5","title":"关键词文字颜色"},{"val":"#999999","title":"栏目位置文字颜色"},{"val":"#26334c","title":"栏目标题文字颜色"}],"background":[{"val":"#fff","title":"产品分类背景颜色"},{"val":"#6666eb","title":"鼠标滑过产品分类背景/分页选中"}],"border":[{"val":"#e6e6e6 ","title":"栏目标题边框"},{"val":"#e6e6e6","title":"产品边框"},{"val":"#dcdcdc","title":"查看更多按钮边框"}]}
$$*/

#proList_xxx{

	width: 1200px;

	margin: 0 auto;

	padding-bottom: 80px;

}

#proList_xxx .prBox{

	height: 110px;

	position: relative;

}

#proList_xxx .prClass{

	position: absolute;

	height: 100px;

	width: 100%;

	background: #fff;

	box-shadow: 0 0 15px 10px rgba(0,0,0,.1);

	bottom:20px;

	z-index:100;

}

#proList_xxx .classList{

	width: calc(100% - 200px);

	margin: 0 auto;

	height: 100%;

	overflow: hidden;

	position: relative;

}

#proList_xxx .classList .sBox{

	height: 100%;

	display: block;

	float: left;

	width:100%;



}



#proList_xxx .classList .active,

#proList_xxx .classList .swiper-slide:hover{

	background:rgba(0, 114, 60, 1);

}

#proList_xxx .classList .sBox .title{

	width: 100%;

	display: block;

	text-align: center;

	line-height: 100px;

	height: 100px;

	color: #666e80;

	font-size: 14px;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	padding: 0 10px;

}

#proList_xxx .classList .active .title,

#proList_xxx .classList .swiper-slide:hover .title{

	color: #fff;

}

#proList_xxx .btnPrev{

	background: url(/static/images/CN00002_03.png) no-repeat center center;

	background-size: 15px 25px;

	position: absolute;

	left:0;

	top:0;

	width: 100px;

	height: 100%;

	cursor: pointer;

}

#proList_xxx .btnNext{

	background: url(/static/images/CN00002_04.png) no-repeat center center;

	background-size: 15px 25px;

	position: absolute;

	right:0;

	top:0;

	width: 100px;

	height: 100%;

	cursor: pointer;

}



#proList_xxx .prKey{

	width: 100%;

	height: 60px;

	background: #e0e2e5;

	line-height: 60px;

	font-size: 14px;

	display: none;

}

#proList_xxx .prKey a{

	color: #666e80;

	margin: 0 20px;

}

#proList_xxx .className{

	height: 60px;

	line-height: 60px;

	border-bottom: #e6e6e6 solid 1px;

}

#proList_xxx .className .title-1{

	float: left;

	font-size: 20px;

	color: rgba(38, 51, 76, 1);

	position: relative;

	display: inline-block;

	font-weight: bold;

}

#proList_xxx .className .title-1::after{

	position: absolute;

	left: 0;

	bottom: 0;

	width: 100%;

	height: 1px;

	background: rgba(0, 114, 60, 1);

	content: '';

}

#proList_xxx .className .title-2{

	color: #999999;

	float: right;

	font-size: 14px;

}

#proList_xxx .className .title-2 a{

	color: #999999;

}

#proList_xxx .proliCon{

	width: 100%;

}

#proList_xxx .proliCon .itemLi{

	width: 25%;

	float: left;

	padding: 0 5px;

	margin: 25px 0;

}

#proList_xxx .proliCon .itemLi i{

	width: 100%;

	height: 200px;

	float: left;

}

#proList_xxx .proliCon .itemLi i img{

	width: 100%;

	height: 100%;

	object-fit: cover;

}

#proList_xxx .proliCon .itemLi .titCon{

	border:#e6e6e6 solid 1px;

	border-top: none;

	width: 100%;

	float: left;

}

#proList_xxx .proliCon .itemLi .titCon:hover{

	background: rgba(0, 114, 60, 1);

}

#proList_xxx .proliCon .itemLi .name{

	width: 100%;

	display: block;

	color: rgba(38, 51, 76, 1);

	font-size: 20px;

	line-height: 60px;

	text-align: center;

	overflow: hidden;

	text-overflow:ellipsis;

	white-space: nowrap;

	padding: 0 10px;

}

#proList_xxx .proliCon .itemLi .titCon:hover .name{

	color: #fff;

}



#proList_xxx .proliCon .itemLi .btnMore{

	width: 160px;

	height: 30px;

	border:#dcdcdc 1px solid;

	line-height: 30px;

	background: url(/static/images/CN00002_01.png) no-repeat 100px center;

	background-size: 26px 14px;

	padding-right: 40px;

	text-align: center;

	display: block;

	margin: 0 auto;

	color: #999999;

	margin-bottom: 20px;

}

#proList_xxx .proliCon .itemLi .titCon:hover .btnMore{

	border: #fff 1px solid;

	color: #fff;

	background: url(/static/images/CN00002_02.png) no-repeat 100px center;

	background-size: 26px 14px;

}



.pages{

	width: 100%;

	margin: 20px auto;

	height: 30px;

	line-height: 30px;

}

.pages .pagination{

	text-align: center;

	font-size: 16px;

	font-weight: bold;

}

.pages .pagination li{

	color: #bfbfbf;

	padding: 0 5px;

	line-height: 30px;

	display: inline-block;

	margin: 0 5px;

}

.pages .pagination li a{

	color: #bfbfbf;

}

.pages .pagination li.active{

	background: rgba(0, 114, 60, 1);

	color: #fff;

	border-radius: 50%;

	height: 30px;

	padding: 0 10px;

}

#proList_xxx .content{

	width: 100%;

}

#proList_xxx .content .title{

	font-size: 24px;

	color: rgba(38, 51, 76, 1);

	width: 100%;

	text-align: center;

	line-height: 100px;

	word-wrap: break-word;

	display: block;

	border-bottom: #dcdcdc solid 2px;

}

#proList_xxx .content .cont{

	width: 100%;

	font-size: 14px;

	color: #666e80;

	line-height: 30px;

	padding: 40px 0;

}

#proList_xxx .content .cont p{

	width: 100%;

	margin: 5px 0;

}

#proList_xxx .content .cont p img{

	max-width: 100%;

	width: auto;

	margin: 0 auto;

}
.paint-box {
	background: #31934b;
	background-size: 100% 100%;
	color: #fff;
	padding-bottom: 45px;
}
.paint-box2 {
	background: url(../images/paint_bg2.jpg) no-repeat left center;
	background-size: 100% 100%
}
.real-box {
	background: url(../images/real_bg1.jpg) no-repeat left center;
	background-size: 100% 100%;
	color: #fff
}
.real-box2 {
	background: url(../images/real_bg2.jpg) no-repeat left center;
	background-size: 100% 100%
}
.real-box3 {
	background: url(../images/real_bg3.jpg) no-repeat left center;
	background-size: 100% 100%
}
.real-box4 {
	background: url(../images/real_bg4.jpg) no-repeat left center;
	background-size: 100% 100%
}
.real-box5 {
	background: url(../images/real_bg5.jpg) no-repeat left center;
	background-size: 100% 100%
}
.paint-box h4, .real h4 {
	margin: 0 auto;
	font-size: 20px;
	background-color: #307041;
	padding: 15px 20px;
	line-height: 30px
}
.paint-box2 h4 {
	background-color: #307041
}
.real-box2 h4 {
	background-color: #d74f1a
}
.real-box3 h4 {
	background-color: #1b98cc
}
.real-box4 h4 {
	background-color: #e1aa29
}
.real-box5 h4 {
	background-color: #8854d6
}
.paint-box h4 span.glyphicon, .real-box h4 span.glyphicon {
	color: #00bb86;
	background-color: #fff;
	font-size: 28px;
	width: 50px;
	height: 50px;
	border-radius: 50px;
	text-align: center;
	line-height: 50px;
	padding-left: 2px;
	margin-right: 20px;
	vertical-align: middle
}
.paint-box2 h4 span.glyphicon {
	color: #e1aa29
}
.real-box2 h4 span.glyphicon {
	color: #d74f1a
}
.real-box3 h4 span.glyphicon {
	color: #1b98cc
}
.real-box4 h4 span.glyphicon {
	color: #e1aa29
}
.real-box5 h4 span.glyphicon {
	color: #8854d6
}
.paint-form {
	margin: 15px 40px;
	font-size: 20px;
	
	padding: 0 15px 15px
}
.real-form {
	margin: 15px 40px;
	font-size: 16px;
	padding: 0 15px 5px
}
.real-form1 {
	padding-top: 20px
}
.real-form .bottom-button, .real-form1 input {
	width: 100%
}
.real1 .real-form {
	text-align: center
}
.textarea {
	overflow: auto;
	zoom: 1;
	margin-left: 75px;
	padding-bottom: 50px
}
.real-form textarea {
	width: 66%;
	display: inline-block;
	margin-right: 0;
	border: 1px solid #ccc;
	border-radius: 5px;
	height: 100px;
	float: left;
	margin-left: 5px;
	margin-bottom: -20px;
	font-size: 12px;
	padding: 10px
}
.textarea label {
	float: left;
	width: 25.26% !important;
	margin-left: -5px
}
.real-form label.img {
	margin-top: 3px
}
.paint-form2 {
	border-bottom: 1px solid #e2ab08
}
.paint-form label, .real-form label {
	text-align: right;
	font-weight: 400
}
.paint-form::-webkit-input-placeholder {
	color: #fff;
	font-size: 12px
}
.paint-form::-moz-placeholder {
	color: #fff;
	font-size: 12px
}
.paint-form:-ms-input-placeholder {
	color: #fff;
	font-size: 12px
}
.paint-form input, .real-form input {
	border-radius: 0px;
	border: 1px solid #ccc;
	line-height: 40px;
	height: 40px;
	width: 30%;
	margin-right: 5%;
	color: #818180;
	font-size: 20px;
	padding-left: 15px
}
.real-form input {
	font-size: 12px;
	padding-left: 10px;
	width: 36%;
	margin-right: 10px
}
.paint-form button, .real-form button {
	line-height: 40px;
	background-color: #307041;
	border: 0;
	width: 30%;
	color: #fff;
	margin-left: 4%;
	cursor: pointer;
	font-size: 20px
}
.real-form button {
	font-size: 16px;
	margin-left: 2px;
	width: 100px
}
.paint-form2 button {
	background-color: #9d6e01
}
.paint-remarks {
	font-size: 14px;
	margin: 0 40px 15px;
	line-height: 24px;
	border-bottom: 1px solid #307a44;
	padding: 0 10px 15px
}
.paint-remarks2 {
	border-bottom: 1px solid #307a44
}
.paint-box h3 {
	font-size: 20px;
	margin: 0 40px 0;
	padding: 0 10px 0;
	color: #fff;
}
.paint-box2 h3 {
	color: #9d6e01
}
.paint-box h3 span {
	font-size: 24px;
	padding: 0 40px
}
@media screen and (max-width:1200px) {

	#proList_xxx{

		width: 96%;

	}

}

@media screen and (max-width:992px){

	#proList_xxx .proliCon .itemLi{

		width:33.3%;

		margin: 15px 0;

	}

}

@media screen and (max-width:767px){

	#proList_xxx{

		width: 96%;

		padding-bottom: 20px;

	}

	#proList_xxx .className .title-2{

		width: 100%;

	}

	#proList_xxx .proliCon .itemLi{

		width:50%;

		margin: 15px 0;

	}

	#proList_xxx .classList{

		display: block;

		width: calc(100% - 100px);

	}

	#proList_xxx .classList .sBox{

		height: 100%;

	}

	#proList_xxx .btnPrev,

	#proList_xxx .btnNext{

		width: 50px;

	}

	#proList_xxx .prKey a{

		margin: 0 5px;

	}

	#proList_xxx .prBox{

		height: 70px;

	}

	#proList_xxx .classList .sBox .title{

		line-height: 60px;

		height: 60px;

	}

	#proList_xxx .prClass{

		bottom: 45px;

		height: 60px;

	}

	#proList_xxx .className{

		line-height: 50px;

		height: 100px;

	}

	#proList_xxx .content .title{

		font-size: 20px;

		line-height: 40px;

		padding: 10px;

	}

	#proList_xxx .content .cont{

		line-height: 24px;

	}

}