.container-fluid{
	padding: 0;
	margin: 0;
	position: relative;
}
.cp-banner{
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	display: flex;
	justify-content: center;
	padding-left: 18%;
	flex-direction: column;
}
.cp-banner .cp-banner-p1{
	font-size: 48px;
	color: #fff;
}
.cp-banner .cp-banner-p2{
	font-size: 14px;
	color: #fff;
	line-height: 26px;
}
.cp-banner-line{width: 26%;height: 1px;background-color: #fff;margin: 20px 0;}

.cp-boxs{
	width: 100%;
	height: auto;
	background-color: #F6F6F6;
}
.bancai-type{
	width: 62%;
	height: auto;
	margin: 0 auto;
	padding: 40px 0 45px 0;
}
.bancai-type .typeitem{
	padding: 0;
	border-left: 1px solid #ccc;
	display: block;
	cursor: pointer;
}
.bancai-type .typeitem .banner-icon-box img:nth-child(1){
	display: inline-block;
}
.bancai-type .typeitem .banner-icon-box img:nth-child(2){
	display: none;
}
.bancai-type .typeitem.on .banner-icon-box img:nth-child(1){
	display: none;
}
.bancai-type .typeitem.on .banner-icon-box img:nth-child(2){
	display: inline-block;
}
.bancai-type .typeitem:first-child{
	border-left: none;
}
.bancai-type .typeitem p{
	text-align: center;
	font-size: 16px;
	margin-top: 20px;
	color: #000;
}
.bancai-type .typeitem.on p{
	color: #0F5E34;
}
.banner-icon-box{
	text-align: center;
}

.productsbox{
	height: auto;
	margin: 30px auto;
	padding: 0;
}
.cpboxs{
	margin: 25px 0;
    padding: 0 17px;
}
.cp-box{
	height: auto;
	padding: 65px 55px 0 55px;
	background-color: #fff;
}
.cp-box-tit{
	font-size: 32px;
}
.cp-box-en{
	font-size: 14px;
	line-height: 46px;
	color: #565656;
}
.link-det{
	width: 150px;
	height: 50px;
	line-height: 50px;
	display: block;
	color: #071519;
	font-size: 16px;
	margin-top: 10px;
	border:1px solid #DADADA;
	text-align: center;
}
.link-det:hover{
	border: none;
	background-color: #0F5E34;
	color: #fff;
	cursor: pointer;
}
.cp-box-img{
	width: 100%;
	height: auto;
	padding: 20px;
	display: block;
}

.owl-carousel .owl-item .owl-item-img img{
	width: 162px;
	height: 244px;
}























