@charset "utf-8";

.main-banner {
	height: 314px;
	background: url(../images/seowm/banner.jpg) top center no-repeat #001d45;
}

.tit {
	font-size: 32px;
	text-align: center;
	color: #333;
	display: block;
	padding-top: 70px;
}

.service-txt {
	width: 78px;
	height: 78px;
	line-height: 78px
}

.service-txt span {
	line-height: 20px;
	padding-top: 20px;
	display: block;
}

.wmseocha {
	background-color: #f9f9f9;
	padding-bottom: 70px
}

.wmseocha ul {
	margin-top: 30px;
}

.wmseocha li {
	width: 380px;
	height: 240px;
	float: left;
	border-radius: 8px;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-right: 27px;
	text-align: center;
	padding-top: 40px;
	margin-top: 27px
}

.wmseocha li:nth-child(3),
.wmseocha li:nth-child(6) {
	float: right;
	margin-right: 0;
}

.wmseocha li:hover {
	border-color: #20af9e
}

.wmseocha li h4 {
	font-size: 20px;
	color: #333;
	padding-top: 20px;
}

.wmseocha li p {
	line-height: 22px;
	color: #999;
	font-size: 14px;
	padding-top: 10px;
}