

.w1200 {
	width: 100%;
	margin: 0 auto;
}
.w1200:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.role {
	width: 100%;
	height: 765px;
	margin-top:40px;
	background: url(../images/role_bg.jpg) no-repeat center top #fff;
}

.role .left {
	width: 850px;
	padding: 0px 0 0 0px;
	float: right;
	background:url(../images/yw.png) no-repeat;
	height:800px;
}

.role .left h3 {
	color: #081232;
	font-weight: normal;
	font-size: 42px;
	padding-bottom: 40px;
	position: relative;
}

.role .left h3:before {
	content: "";
	position: absolute;
	width: 208px;
	height: 5px;
	background: #dedede;
	border-radius: 3px;
	left: 80px;
	bottom: 25px;
}

.role .left p {
	color: #828b9f;
	padding-bottom: 40px;
	font-size: 24px;
}

.role .left a {
	display: block;
	width: 170px;
	height: 45px;
	line-height: 44px;
	color: #fff;
	background: #999;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

.role .right .list {
	float: left;
	width: 350px;
	padding-top: 30px;
}

.role .right .list ul li {
	width: 310px;
	height: 295px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
	margin-left:20px;
}

.role .right .list ul li .list_pic {
	height: 170px;
}

.role .right .list ul li h4 {
	font-weight: normal;
	color: #081232;
	padding-top: 20px;
	padding-left: 20px;
	font-size: 20px;
}

.role .right .list ul li p {
	color: #999;
	line-height: 150%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 10px;
	font-size: 16px;
}

.role .right .list.list2 {
	padding-top: 130px;
	padding-left: 20px;
}