@charset "utf-8";
/* 首页内容区域样式 */
.row_content_bg {
	width: 100%;
}

.row_content {
	width: 1200px;
	margin: 0 auto;
}

/* 首页大标题*/
.row_tit_box {
	width: 100%;
	text-align: center;
	padding: 0 0 36px 0;
	position: relative;
}

.row_tit_box h1 {
	position: absolute;
	top: -61px;
	width: 100%;
	font-size: 36px;
	font-weight: 400;
	line-height: 1;
	color: #1f1a17;
	padding-bottom: 24px;
	z-index: 1;
}

.row_tit_box h3 {
	width: 100%;
	font-size: 16px;
	line-height: 1;
	color: #5c5c5c;
	text-transform: uppercase;
	margin: 0 auto;
	padding: 0 24px;
}

.row_tit_box span {
	display: block;
	width: 96px;
	height: 3px;
	background-color: #aad353;
	/* background-image: linear-gradient(to right, #ff7000 0, #ff1000 100%); */
	margin: 62px auto 20px;
	position: relative;
}

.row_tit_box span h6 {
	position: absolute;
	left: 3px;
	bottom: -12px;
	font-family: 'Hansief';
	font-size: 120px;
	line-height: 1;
	color: rgba(0, 0, 0, 0.02);
	z-index: 0;
}

/* 首页产品分类*/
.row_content_cpfl_bg{
	background-image: url(../images/home_cpfl_bg.jpg);
	background-repeat: no-repeat;
	background-position:top center;
	background-size: 100% auto;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 72px;
}
.row_tit_box_cpfl span h6{
	left: 50%;
	margin-left: -370px;
}

/* 产品分类 */
.home_cp_fl_list{
	width: 100%;
}
.home_cp_fl_list li{
	float: left;
	width: 392px;
	height: 260px;
	margin-right: 12px;
	margin-bottom: 12px;
	background-image: -moz-linear-gradient( 90deg, rgb(66,106,158) 0%, rgb(210,210,210) 0%, rgb(241,241,241) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(66,106,158) 0%, rgb(210,210,210) 0%, rgb(241,241,241) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(66,106,158) 0%, rgb(210,210,210) 0%, rgb(241,241,241) 100%);
}

.home_cp_fl_list li:nth-child(3n){
	margin-right: 0;
}


.home_cp_fl_list li a{
	width: 100%;
	height: 100%;
	text-align: left;
	padding: 20px;
	position: relative;
	transition: all .3s;
}
.home_cp_fl_list li a img{
	width: 100%;
	margin-top: 56px;
}
.home_cp_fl_list li a p{
	position: absolute;
	top: 20px;
	left:20px;
	font-size: 28px;
	line-height: 1;
	font-weight: 200;
	color: #426a9e;
	z-index: 2;
	transition: all .3s;
}
.home_cp_fl_list li a span{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(66, 106, 158, 0);
	z-index: 1;
	transition: all .3s;
}
.home_cp_fl_list li a:hover p{
	color: #ffffff;
	transition: all .3s;
}
.home_cp_fl_list li a:hover span{
	background-color: rgba(66, 106, 158, 0.6);
	transition: all .3s;
}



@media (max-width:1200px) {
	
	/* 首页内容区域样式 */
	.row_content {
		width: 96%;
	}

	/* 首页大标题*/
	.row_tit_box {
		padding: 0 0 1.728rem 0;
	}
	
	.row_tit_box h1 {
		top: -2.88rem;
		font-size: 1.728rem;
		padding-bottom: 1.152rem;
	}
	
	.row_tit_box h3 {
		font-size: 0.96rem;
		padding: 0 0.768rem;
	}
	
	.row_tit_box span {
		width: 4.608rem;
		height: 0.192rem;
		margin: 2.976rem auto 0.96rem;
	}
	
	.row_tit_box span h6 {
		bottom: -0.288rem;
		font-size: 4.608rem;
	}
	
	/* 首页产品分类*/
	.row_content_cpfl_bg{
		padding-top: 2.88rem;
		padding-bottom: 2.304rem;
		background-repeat: repeat-y;
	}
	.row_tit_box_cpfl span h6{
		margin-left: -14.24rem;
	}
	
	/* 产品分类 */
	.home_cp_fl_list li{
		width: calc((100% - 0.768rem) / 2);
		height: 11.3496rem;
		margin-right: 0;
		margin-bottom: 0.768rem;
	}
	.home_cp_fl_list li:nth-child(2n){
		float: right;
	}

	
	.home_cp_fl_list li a{
		padding: 0.768rem;
	}
	.home_cp_fl_list li a img{
		margin-top: 2.304rem;
	}
	.home_cp_fl_list li a p{
		top: 0.768rem;
		left:0.768rem;
		font-size: 1.344rem;
	}
	.home_cp_fl_list li a span{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		background-color: rgba(66, 106, 158, 0);
		z-index: 1;
		transition: all .3s;
	}
	.home_cp_fl_list li a:hover p{
		color: #ffffff;
		transition: all .3s;
	}
	.home_cp_fl_list li a:hover span{
		background-color: rgba(66, 106, 158, 0.6);
		transition: all .3s;
	}
	

}