/*差异化*/
.sec1 .tit{
	text-align: center;
	font-size: 19px;
	color: #c0192a;
	padding-top: 48px;
	padding-bottom: 18px;
}
.sec1 .page-nav{
	text-align: right;
	font-size: 12px;
	color: #909090;
	font-family: "宋体","微软雅黑",Arial,sans-serif;
	padding-right: 3%;
	margin-bottom: 20px;
}
.sec1 .page-nav a{
	font-size: 12px;
	color: #909090;
	font-family: "宋体","微软雅黑",Arial,sans-serif;
}
.sec1 .page-nav img{
	margin-right: 5px;
	vertical-align: sub;
}
.sec1 .kv{
	text-align: center;
	background-color: #ededed;
}
.sec2 .left{
	width: 25%;
	position: relative;
}
.sec2 .left .cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.sec2 .left .cover img{
	vertical-align: middle;
}
.sec2 .right{
	width: 75%;
	background-color: #f6f6f6;
}
.sec2 .right img{
	width: 33%;
}
.sec2 td{
	padding: 0;
	text-align: center;
}
.sec2 .bg{
	width: 100%;
	display: block;
}
.sec3{
	text-align: center;
	margin: 0 auto;
	padding-bottom: 80px;
}
.sec3 .inner{
	height: 116px;
	padding-top: 80px;
	background-image: url(../images/footer_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 50px;
}
.sec3 h3{
	font-size: 24px;
	color: #000;
	font-weight: normal;
	margin-bottom: 30px;
}
.sec3 h3 span{
	font-size: 30px;
}
.sec3 p{
	font-size: 14px;
	color: #333;
	text-align: center;
}
.sec4 table{
	width: 100%;
}
.sec4 td{
	overflow: hidden;
	padding: 0;
	width: 25%;
}
.sec4 td .box-bg{
	width: 100%;
	display: block;
}
.sec4 td .box-bg:hover{
	transform:scale(1.1,1.1);
	transition: all 0.5s;
	-webkit-transform:scale(1.1,1.1);
	-webkit-transition: all 0.5s;
}
.sec4 td h3{
	font-size: 24px;
	color: #c0192a;
	margin-bottom: 30px;
	text-align: center;
}
.sec4 td p{
	font-size: 14px;
	color: #333334;
	line-height: 2;
}
.sec4 td.text{
	padding: 0 4%;
	background-color: #fafafa;
}
.sec5{
	text-align: center;
	background-image: url(../images/differentiation_sec5_bg.jpg);
	background-repeat: no-repeat;
	background-size: 100% 100%;
	height: 600px;
}
.sec5 .inner{
	background-image: url(../images/differentiation_sec5_bg2.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin: 0 auto 50px;
	padding-top: 80px;
	height: 116px;
}
.sec5 h3{
	font-size: 24px;
	font-weight: normal;
	color: #fff;
	margin-bottom: 20px;
}
.sec5 p{
	text-align: center;
	font-size: 14px;
	color: #c3c3c3;
	line-height: 1.7;
}
.sec5 ul{
	padding-top: 55px;
}
.sec5 ul li{
	display: inline-block;
	zoom: 1;
	*display: inline;
	margin: 0 4%;
}
.sec5 ul li h4{
	font-size: 24px;
	color: #fff;
	font-weight: normal;
	padding: 25px 0 15px;
}
.mobile{
	display: none;
}
@media only screen and (max-width: 768px){
	.sec2 .left{
		width: 50%;
	}
	.sec2 .right{
		width: 50%;
	}
	.sec2 .right img{
		width: 90%;
	}
	.sec4 td h3{
		margin-bottom: 10px;
		font-size: 20px;
	}
	.sec4 td p{
		line-height: 1.4;
	}
	.sec5 ul li{
		margin: 0 3%;
	}
}
@media only screen and (max-width: 414px){
	.mobile,.sec6 img{
		display: block;
	}
	.pc{
		display: none;
	}
	.sec1 .tit{
		font-size: 1.5rem;
		padding: 18px 0;
	}
	.sec1 .kv img{
		width: 80%;
	}
	.sec7{
		text-align: center;
		padding-bottom: 46px;
	}
	.sec7 .inner{
		height: 58px;
		padding-top: 40px;
		background-image: url(../images/footer_bg.png);
		margin-bottom: 27px;
	}
	.sec7 .inner img{
		width: 118px;
		height: 31px;
	}
	.sec7 h3{
		font-size: 1.4rem;
		color: #000;
		margin-bottom: 11px;
	}
	.sec7 p{
		font-size: 1.2rem;
		color: #333;
		text-align: center;
		line-height: 1.8;
	}
	.sec8 table{
		width: 100%;
	}
	.sec8 td{
		overflow: hidden;
		padding: 0;
		width: 50%;
	}
	.sec8 td .box-bg{
		width: 100%;
		display: block;
	}
	.sec8 td .box-bg:hover{
		transform:scale(1.1,1.1);
		transition: all 0.5s;
		-webkit-transform:scale(1.1,1.1);
		-webkit-transition: all 0.5s;
	}
	.sec8 td h3{
		font-size: 1.5rem;
		color: #c0192a;
		margin-bottom: 18px;
		text-align: center;
	}
	.sec8 td p{
		font-size: 0.9rem;
		color: #333334;
		line-height: 1.5;
	}
	.sec8 td.text{
		padding: 0 4%;
		background-color: #fafafa;
	}
	
}
