.banner {
	width: 100%;
}

.banner img {
	display: block;
	width: 100%;
}

.main .shfw_title {
	height: 160px;
	width: 100%;
	background-image: url(../images/shfw_title.png);
	background-repeat: no-repeat;
	background-position: center center;
	margin-bottom: 100px;
}

.main .shfw_content .container {
	padding-bottom: 160px;
	background-image: url(../images/about_content_bg.jpg);
	background-repeat: no-repeat;
	background-position: left 497px bottom 120px;
}

.main .l {
	width: 50%;
}

.main .l h4.cn_title {
	font-size: 48px;
	color: #434343;
	line-height: 82px;
	font-weight: 500;
	padding-top: 53px;
}

.main .l h4.en_title {
	font-size: 32px;
	color: rgba(108,108,108,.3);
	font-weight: 500;
	line-height: 74px;
	padding-left: 98px;
}

.main .l .shfw_list {
	margin-top: 15px;
	margin-bottom: 33px;
}

.main .l .shfw_list ul {
	display: flex;
	flex-flow: row nowrap;
	justify-content: center;
}

.main .l .shfw_list ul li {
	margin: 0 25px;
}

.main .l .shfw_list ul li p {
	font-size: 16px;
	color: #8e8e8e;
	text-align: center;
	background-repeat: no-repeat;
	background-position: top center;
	padding-top: 54px;
}

.main .l .shfw_list ul li:nth-of-type(1) p {
	background-image: url(../images/shfw_i1.png);
}

.main .l .shfw_list ul li:nth-of-type(2) p {
	background-image: url(../images/shfw_i2.png);
}

.main .l .shfw_list ul li:nth-of-type(3) p {
	background-image: url(../images/shfw_i3.png);
}

.main .l .shfw_content {
	font-size: 16px;
	color: #555555;
	line-height: 30px;
}

.main .r {
	width: calc(50% - 20px);
}

.main .r .pic img {
	display: block;
	width: 100%;
}
