*{
	margin: 0;
	padding: 0;
}
.banner{
	width: 100%;
}
.banner>img{
	width: 100%;
}
.head{
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: #f2f2f2;
}
.head>ul{
	width: 1200px;
	margin: 0px auto;
	height: 60px;
}
.head>ul>li{
	float: left;
	width: 20%;
	margin-left: 5%;
	
}
.head>ul>li>a{
	text-align: center;
	display: block;
	font-size: 24px;
	color: #030303;
}
.head>ul>li>a.active{
	height: 57px;
	line-height: 60px;
	color: #02a23e;
	border-bottom: 3px #02a23e solid;
	
}
.center{
	width: 100%;
	padding: 20px 0px;
	background: url(../img/footer_bg.png) no-repeat bottom #f7fafb;
	padding-bottom: 350px;
	background-size: 100% auto;
	position: relative;
}
.center>.complay{
	background: #fff;
	width: 1200px;
	padding: 40px ;
	border-radius: 20px;
	margin: 0px auto;
}
.complay>h3{
	font-size: 24px;
	color: #030303;
	line-height: 50px;
	text-align: center;
	font-weight: bold;
}
.complay>p{
	text-align: left;
	text-indent: 2em;
	font-size: 18px;
	color: #030303;
	line-height: 35px;
	position: relative;
}
.complay>p>img:nth-child(1){
	position: relative;
	top: 10px;
	right: 0px;
}
.complay>p>img:nth-child(3){
	position: absolute;
	top: 18px;
	right: -89px;
}
.complay>p>span{
	color: #02a23e;
}
.complay>div{
	background: url(../img/title_bg.png) no-repeat left;
	height: 39px;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	padding-left: 100px;
	line-height: 39px;
	margin: 20px 0px;
}
.complay>p>em{
	font-weight: bold;
}

.footer{
	position: absolute;
	bottom: 0px;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	width:100%;
}

.zhiwei{
	width: 1200px;
	padding: 40px;
	overflow: hidden;
	margin: 0px auto;
}
.left{
	float: left;
	width: 20%;
}
.right{
	float: right;
	width: 80%;
	padding: 20px 20px;
	background: #fff;
}
.left>ul{
	width: 100%;
}
.left>ul>li{
	height: 50px;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	color: #030303;
	background: #fff;
	border-top-left-radius: 25px;
	border-bottom-left-radius: 25px;
	margin: 20px 0px;
	font-weight: bold;
	cursor: pointer;
}
.left>ul>li.active1{
	background: #02a23e;
	color: #fff;
}
.right>div>img{
	width: 100%;
	margin: 0px 0px 30px;
}
.right>div>ul{
	padding: 20px 0px;
	overflow: hidden;
}
.right>div>ul>li{
	width: 192px;
	height: 58px;
	line-height: 58px;
	float: left;
	margin: 10px 11px;
	text-align: center;
	background: url(../img/kuai.png) no-repeat;
	background-size: 100% 100%;
	cursor: pointer;
	font-size: 20px;
	font-weight: bold;
}
.right>div>ul>li.active_22{
	background: url(../img/kuai.png) no-repeat #02a23e;
	color: #fff;
}
.tob{
	width: 100%;
}
.tob>ul{
	border: 2px solid #02a23e;
}
.tob>ul>li{
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px #02a23e dashed;
}
.tob>ul>li:last-child{
	border: 0px;
}
.tob>ul>li>span{
	display: inline-block;
	width: 40%;
	text-align: center;
	
}
.tob>ul>li>span>a>img{
	position: relative;
	top: 6px;
}
.tob>ul>li:first-child{
	background: #02a23e;
	border: 0px;
}
.tob>ul>li:first-child>span{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	
}
.tob>ul>li>span:last-child{
	width: 18%;
    float: right;
    display: block;
    height: 100%;
}
