*{
	margin: 0;
	padding: 0;
}
.head{
	width: 100%;
	height: 50px;
	background: #64b0c1;
}
.head>ul{
	width: 1040px;
	margin: 0px auto;
	height: 50px;
	overflow: hidden;
}
.head>ul>li{
	width: 20%;
	height: 50px;
	float: left;
	line-height: 50px;
}
.head>ul>li>a{
	display: block;
	width: 80%;
	margin: 0px auto;
	color: #fff;
	line-height: 50px;
	text-align: center;
}
.head>ul>li>a.active{
	background: #9ccdd7;
}
.banner{
	width: 100%;
	position: relative;
    z-index: 10;
}
.banner>img{
	width: 100%;
}
.center{
	width: 100%;
	background: url(../img/bg1.png) no-repeat;
	background-size: 100% 100%;
	padding: 100px 0px;
	background-position-y: 3px;
	margin-top: -4.3rem;
}
.center_1{
	width: 1200px;
	margin: 0px auto;
}
.center_1>img{
	margin: 30px 0px;
}
.center_1>div{
	margin-left: 80px;
}
.center_1>div>h3{
	width: 100%;
	text-align: center;
	font-size: 19.6px;
	color: #030303;
	font-weight: bold;
	margin: 20px 0px;
}
.center_1>div>div{
	padding: 10px 20px;
	margin: 30px auto;
	background: url(../img/1.png) no-repeat;
	background-size: 100% 100%;
	margin-top: 40px;
	position: relative;
	padding-top: 20px;
}
.center_1>div>div>div{
	position: absolute;
    height: 40px;
    line-height: 40px;
    width: calc(100% - 70px);
    top: -20px;
    padding-left: 15px;
}
.center_1>div>div>div>span{
	display: inline-block;
	width: 200px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #fff;
	text-align: center;
	background: #edcc65;
}
.center_1>div>div>div>i{
	display: inline-block;
    width: calc(100% - 200px);
    height: 10px;
    position: absolute;
    top: 50%;
    margin-top: -5px;
    background: #edcc65;
}
.center_1>div>div>p{
	text-align: left;
	line-height: 35px;
	font-size: 16px;
	color: #030303;
                text-indent: 2em;
}
.footer{
	background: #64b0c1;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
}
.center_2{
	width: 100%;
	background: url(../img/bg2.png) no-repeat;
	background-size: 100% 100%;
	padding: 100px 0px;
	background-position-y: 3px;
	margin-top: -4.3rem;
}
.center_1>div>ul{
	width: 100%;
	margin: 0px auto;
	min-height: 400px;
}
.center_1>div>ul>li{
	display: block;
	width: 1147px;
	height: 103px;
	background: url(../img/zhiwei_bg.png) no-repeat;
	background-size: 100% 100%;
	overflow: hidden;
}
.center_1>div>ul>li>span{
	display: inline-block;
	width: 37%;
	height: 103px;
	line-height: 103px;
	font-size: 30px;
	color: #fff;
	text-align: center;
}
.center_1>div>ul>li>a{
	display: inline-block;
	float: right;
	width: 17%;
	height: 103px;
	line-height: 103px;
	color: #fff;
	text-align: center;
	font-size: 24px;
}
.center_3{
	width: 100%;
	background: url(../img/bg3.png) no-repeat;
	background-size: 100% 100%;
	padding: 100px 0px;
	background-position-y: 3px;
	margin-top: -4.3rem;
}