@charset "utf-8";

/* 首页产品中心 */
.row_content_cpc_bg {
	background-image: url(../images/home_cpc_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom center;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 72px;
	z-index: -6;
}

.row_tit_box_cpc h1 {
	color: #ffffff;
	text-shadow: 0px 2px 4px rgba(4, 0, 0, 0.1);
}

.row_tit_box_cpc h3 {
	color: rgba(255, 255, 255, 0.8);
	text-shadow: 0px 2px 4px rgba(4, 0, 0, 0.1);
}

.row_tit_box_cpc span {
	background-color: #aad353;
}

.row_tit_box_cpc span h6 {
	color: rgba(0, 0, 0, 0.05);
	left: 50%;
	margin-left: -260px;
	z-index: 0;
}

.cpc_img_box {
	background-color: #ffffff;
	text-align: center;
	transition: all 0.4s;
	overflow: hidden;
	cursor: move;
}

.cpc_img_box img {
	width: 100%;
	border: 8px solid #ffffff;
	transition: all 0.4s;
}

.cpc_img_box p {
	width: 100%;
	font-size: 16px;
	color: #4c4c4c;
	line-height: 48px;
	transition: all 0.4s;
	border-top: 1px solid #e8e7e7;
}

.cpc_img_box:hover {
	box-shadow: 0px 2px 10px 0px rgba(7, 28, 39, 0.4);
	transition: all 0.4s;
}

.cpc_img_box:hover img {
	transform: scale(1.02);
}

.cpc_img_box:hover p {
	color: #ffffff;
	border-color: #426a9e;
	background-color: #426a9e;
}

.cpc_more{
	width: 168px;
	height: 48px;
	font-size: 16px;
	color: #ffffff;
	line-height: 46px;
	text-align: center;
	border: 1px solid #ffffff;
	margin: 48px auto 0;
	transition: all .3s;
}
.cpc_more:hover{
	color: #ffffff;
	background-color: #aad353;
	border-color: #aad353;
}

.owl-carousel .owl-stage-outer {
	padding: 0;
}

.owl-theme-cpc .owl-nav {
	margin-top: 2vmin;
}

.owl-carousel .owl-nav button {
	width: 48px;
	height: 48px;
}


.owl-carousel .owl-nav button span {
	display: block;
	width: 100%;
	height: 100%;
	color: #ffffff;
	font-size: 50px;
	line-height: 40px;
	background-color: #ff7000;
}

.owl-carousel .owl-nav button.owl-prev span {
	background-color: #ff1000;
}

.owl-theme .owl-nav [class*="owl-"] {
	margin: 0;
}


@media (max-width:1200px) {

	/* 首页产品中心 */
	.row_content_cpc_bg {
		background-position: bottom center;
		background-size: auto 100%;
		background-attachment: fixed;
		padding-top: 2.88rem;
		padding-bottom: 2.304rem;
	}

	.row_tit_box_cpc span h6 {
		margin-left: -10.048rem;
	}

	.cpc_img_box p {
		font-size: 1.344rem;
		line-height: 4;
	}
	
	.cpc_more{
		width: 14.4rem;
		height: 3.84rem;
		font-size: 1.344rem;
		line-height: calc(3.84rem - 2px);
		margin: 2.304rem auto 0;
	}

}