.clearfix:after{content: "\0020";display: block;height: 0;clear: both;}
ul,ol{list-style: none}
.containerr{
	width: 1200px;
	margin: 0 auto;
	overflow:hidden;
}
.left_nav{
	float: left;
	width: 200px;
	padding-top: 3px;
	margin-top: 50px;
	background-color: #6ec0ff;
}
.left_nav hr{
	border: none;
	height: 2px;
	background-color: #FFFFFF;
}
.left_nav ul{
	padding-bottom: 3px;
	background-color: #e1e1e1;
	border: 1px #b9b9b9 solid;
}
.left_nav ul li{
	border-bottom: 1px #d6d6d6 solid;
	box-sizing: border-box;
	padding-left: 40px;
	background: #FFFFFF;
}
.left_nav ul li h3{
	font-size: 20px;
	color: #0080c6;
	line-height: 60px;
	padding-left: 25px;
	background: url(../images/left_nav_h3.png) no-repeat 13px center;
}
.left_nav ul li a{
	font-size: 14px;
	color: #333333;
	text-align: left;
	line-height: 40px;
	text-decoration: none;
}
.left_nav li.active a{
	color: #0080c6;
}
.content {
    width: 940px;
    float: right;
}
.main {
    width: 940px;
    height: auto;
    padding-top: 50px;
    float: right;
}
.tuwenjs{
	height: 200px;
}
.js_left{
	width: 334px;
	height: 200px;
	float: left;
	margin-right: 20px;
}
.js_right{
	float: right;
}
.js_right p{
	font-size: 18px;
	color: #333;
	margin-top: 20px;
	line-height: 20px;text-indent: 36px;
}
.main h6{
	font-size: 30px;
	color: #333;
	text-align: center;
	margin-top: 44px;
}
.cstb{
	width: 940px;
	height: 898px;
	margin: 28px auto 0;
}
.main h3.title {
    font-size: 32px;
    color: #333333;
    text-align: center;
    line-height: 80px;
    margin-top: 20px;
}

.wpsl .title::after{
	content: '';
	height: 10px;
	display: block;
	background: url(../images/wpsl_title.png) no-repeat center;
	margin-top: -10px;
}
.wpsl ul{
	margin-top: 20px;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}
.wpsl li{
	width:442px;
	position: relative;
	margin-bottom: 10px;
    flex: 1;
	text-align:center;
}
.wpsl li span{
	width:90px;
	height: 90px;
	display: block;
	margin: 0 auto;
	box-sizing: border-box;
	padding: 20px 0;
	background-color: rgba(255,255,255,0.74);
	border-radius: 50%;
	position: absolute;
	top:50px;
	left: 0;
	right: 0;
	font-size: 22px;
	line-height: 25px;
	color: #5d5d5d;
	text-align: center;
}
.wpsl li p{
	font-size: 16px;
	line-height: 20px;
	color: #333333;
	text-align: center;
}

.lc ul{
	display: flex;
	align-items: center;
	margin: 20px 0;
}
.lc li{
	flex: 1;
	padding-top: 140px;
}
.lc li p{
	font-size: 16px;
	line-height: 28px;
	color: #444444;
	text-align: center;
}
.lc01{
	background: url(../images/step01.png) no-repeat top center;
}
.lc01:hover{
	background: url(../images/step01_active.png) no-repeat top center;
}
.lc02{
	background: url(../images/step02.png) no-repeat top center;
}
.lc02:hover{
	background: url(../images/step02_active.png) no-repeat top center;
}
.lc03{
	background: url(../images/step03.png) no-repeat top center;
}
.lc03:hover{
	background: url(../images/step03_active.png) no-repeat top center;
}
.lc04{
	background: url(../images/step04.png) no-repeat top center;
}
.lc04:hover{
	background: url(../images/step04_active.png) no-repeat top center;
}