* {
	margin: 0;
	padding: 0;
	font-family: "microsoft yahei";
}

ul,
ol {
	list-style: none;
}

body {
	background: #fafbfd;
}

a {
	text-decoration: none;
}

.w1200 {
	width: 1200px;
	margin: 0 auto;
}
.w1200:after{
	content: "";
	width: 0;
	height: 0;
	display: block;
	clear: both;
}
.role {
	width: 100%;
	height: 765px;
	background: url(./images/role_bg.jpg) no-repeat center top #fff;
}

.role .left {
	width: 500px;
	padding: 280px 0 0 60px;
	float: left;
}

.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: #1664ff;
	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: #1664ff;
	border-radius: 5px;
	font-size: 16px;
	text-align: center;
}

.role .right .list {
	float: left;
	width: 310px;
	padding-top: 30px;
}

.role .right .list ul li {
	width: 310px;
	height: 295px;
	background: #fff;
	border-radius: 5px;
	margin-bottom: 20px;
}

.role .right .list ul li .list_pic {
	width: 310px;
	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: #828b9f;
	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;
}