.banner {
	width: 100%;
	height: 150px;
	background-size: 250% 100%;
	background-position: right center;
	background-repeat: no-repeat;
}

.content {
	background-color: #FFFFFF;
	height: 100%;
}

.content .title {
	text-align: center;
	padding-top: 10px;
	padding-bottom: 50px;
}

.content .title h4 {
	display: inline-block;
    padding: 0 28px;
    background: url(../images/default/tit1_03.jpg) no-repeat right top;
    line-height: 36px;
    font-size: 18px;
    font-weight: 500;
    color: #333;
}

.content .title p {
	display: inline-block;
    line-height: 26px;
    background: url(../images/default/tit_03.jpg) no-repeat center top;
    font-size: 14px;
    color: #999;
}

.content .article {
	font-size: 12px;
	color: #646464;
	line-height: 18px;
}

.content .article ul {
	display: block;
	width: 250px;
	margin: 0 auto;
}

.content .article ul li {
	margin-bottom: 20px;
	line-height: 20px;
	padding-left: 25px;
	background-size: 19px 19px;
	background-position: left center;
	background-repeat: no-repeat;
}

.content .article ul li:nth-of-type(1) {
	background-image: url(../images/co1.png);
}

.content .article ul li:nth-of-type(2) {
	background-image: url(../images/co2.png);
}

.content .article ul li:nth-of-type(3) {
	background-image: url(../images/co3.png);
}

.content .article ul li:nth-of-type(4) {
	background-image: url(../images/co4.png);
}

.content .article img {
	width: 100%;
}
