.mySwiper{
	width: 100%;
	height: 6.666666rem;
}
.mySwiper .swiper-slide img{
	width: 100%;
	height: 100%;
}
.container{
	background-color: #D1E3FF;
	padding: 0.16rem;
}
/* 精品项目 */
.project{
	background-color: #F3F7FF;
	border-radius: 6px;
	margin-bottom: 0.16rem;
	padding-bottom: 0.32rem;
}
.p_tit{
	width: 100%;
	height: 1.333333rem;
	line-height: 1.333333rem;
	color: #3285ff;
	font-size: 0.426666rem;
	padding-left: 0.32rem;
}
.projectList{
	padding-left: 0.16rem;
	display: flex;
	flex-wrap: wrap;
}
.projectList::after{
	display: block;
	content: "";
	clear: both;
}
.projectList li{
	width: 4.346666rem;
	float: left;
	margin: 0 0.16rem 0.32rem 0.16rem;
}
.projectList li img{
	width: 100%;
	height: 4.986666rem;
}
.projectList li p{
	font-size: 0.373333rem;
	color: #666666;
	line-height: 0.48rem;
	text-align: center;
}
.paging{
	position: relative;
	text-align: center;
	color: #666666;
	font-size: 0.373333rem;
	height: 0.8rem;
	line-height: 0.8rem;
}
.paging a{
	display: block;
	position: absolute;
	width: 2.186666rem;
	height: 0.8rem;
	border: 1px solid #3285FF;
	border-radius: 0.053333rem;
	font-size: 0.426666rem;
	color: #3285FF;
	position: absolute;
	top: 0;
}
.paging a.prev{
	left: 0.32rem;
}
.paging a.next{
	right: 0.32rem;
}
/* 服务范围 */
.service{
	background-color: #F3F7FF;
	border-radius: 6px;
	margin-bottom: 0.16rem;
}
.s_tit{
	font-size: 18px;
	color: #076CE0;
	text-align: center;
	padding-top: 0.533333rem;
}
.s_des{
	font-size: 0.373333rem;
	text-align: center;
	line-height: 0.533333rem;
	color: #666;
	margin-bottom: 0.32rem;
}
.serviceList{
	padding-bottom: 0.32rem;
}
.serviceList::after{
	display: block;
	content: "";
	clear: both;
}
.serviceList li{
	width: 2.8rem;
	height: 5.173333rem;
	background-repeat: no-repeat;
	background-size: 100% 100%;
	float: left;
	text-align: center;
	font-size: 0.32rem;
	color: #fff;
	padding-top: 4.266666rem;
	margin: 0.213333rem;
}
/* 新闻动态 */
.newsInfo{
	background-color: #F3F7FF;
	border-radius: 6px;
	margin-bottom: 0.16rem;
}
.n_tit{
	width: 100%;
	height: 1.333333rem;
	line-height: 1.333333rem;
	color: #3285ff;
	font-size: 0.426666rem;
	padding-left: 0.32rem;
	position: relative;
}
.n_more{
	display: block;
	position: absolute;
	width: 0.693333rem;
	height: 0.693333rem;
	top: 0.16rem;
	right: 0.32rem;
}
.n_more img{
	width: 100%;
	height: 100%;
}
.newsCon{
	padding: 0.16rem;
}
.firstNews{
	width: 100%;
	height: 4.986666rem;
	position: relative;
}
.firstNews img{
	width: 100%;
	height: 100%;
}
.firstNews p{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 1.12rem;
	background-color: rgba(0,0,0,0.5);
	color: #fff;
	font-weight: 400;
	font-size: 0.426666rem;
	line-height: 1.12rem;
	padding: 0 0.32rem;
}
.newsList li{
	width: 100%;
	min-height: 0.906666rem;
	padding: 0.213333rem 0;
	padding-left: 0.8rem;
	padding-right: 0.986666rem;
	line-height: 0.48rem;
	position: relative;
	background-image: url(../images/nl_more.png);
	background-repeat: no-repeat;
	background-position: right 0.266666rem top 0.266666rem;
	background-size: 0.373333rem;
}
.newsList li::before{
	content: "";
	position: absolute;
	width: 0.133333rem;
	height: 0.133333rem;
	background: #666;
	border-radius: 100%;
	left: 0.266666rem;
	top: 0.373333rem;
}
.newsList li a{
	color: #333333;
	font-size: 0.426666rem;
}

@media only screen and (min-width:540px){
	.projectList li{
		width: 46%;
	}
	.projectList li img{
		height: 5.986666rem;
	}
	.serviceList li{
		width: 28.5%;
	}
}
@media only screen and (min-width:560px){
	.serviceList li{
		width: 29%;
		height: 6.173333rem;
		padding-top: 5rem;
	}
}
@media only screen and (min-width:640px){
	.serviceList li{
		width: 29.5%;
		height: 7.173333rem;
		padding-top: 6rem;
	}
}
@media only screen and (min-width:720px){
	.projectList li{
		width: 47%;
	}
	.projectList li img{
		height: 6.986666rem;
	}
	.serviceList li{
		width: 30%;
	}
}