/* 轮播 */

.head {
	margin-top: 1.6rem;
	height: 4.8rem;
	overflow: hidden;
	position: relative;
}

.head img {
	width: 100%;
	height: 100%;
	vertical-align: middle;
}
/*解决方案*/
.five{
	margin-top: 0.266rem;
	width: 100%;
	margin: 0 auto;
	background-color: #FFFFFF;
}
.commonTitle {
	display: block;
	margin:0 auto;
	color:#666666;
	letter-spacing: 0.01rem;
	text-align: center;
	padding-top:0.84rem;
	padding-bottom:0.7467rem;
}
[data-dpr="1"] .commonTitle{
	font-size: 17px;
}
[data-dpr="2"] .commonTitle{
	font-size: 34px;
}
[data-dpr="3"] .commonTitle{
	font-size: 51px;
}
/*伪元素实现*/
.title-case:before {
	display: inline-block;
	position: relative;
	top: -7px;
	right: 10px;
	content: "";
	width: 2.44rem;
	height: 0px;
	border: 1px solid #858485;
}
.title-case:after {
	display: inline-block;
	position: relative;
	top: -7px;
	left: 10px;
	content: "";
	width: 2.4933rem;
	height: 0px;
	border: 1px solid #858485;
}
.five p{
	width: 8.32rem;
	height: 0.6933rem;
	text-align: center;
	margin-left: 0.8rem;
	margin-right: 0.96rem;
	margin-top: -0.32rem;
	color: #aaaaaa;
}
[data-dpr="1"] .p{
	font-size: 10px;
}
[data-dpr="2"] .p{
	font-size: 20px;
}
[data-dpr="3"] .p{
	font-size: 30px;
}
.five-ul ul li img {
	width: 4.2133rem;
	height: 4.2133rem;
}

.five ul li {
	width: 4.2133rem;
	height: 4.2133rem;
	float: left;
	margin-right: 0.493rem;
	text-align: center;
	position: relative;
}

.five ul li span {
	position: absolute;
	color: #fff;
	text-align: center;
	bottom: 0.20rem;
	height: 0.4rem;
	line-height: 0.4rem;
	width: 100%;
	left: 0;
}

[data-dpr="1"] .five ul li span {
	font-size: 13px;
}

[data-dpr="2"] .five ul li span {
	font-size: 26px;
}

[data-dpr="3"] .five ul li span {
	font-size: 39px;
}

.five-ul ul {
	margin-left: 0.533rem;
}

.five-ul {
	overflow: hidden;
	margin-top: 0.8rem;
}
.liubai{
	height: 12.0533rem;
	background-color: #ffffff;
}
