*,body{
	margin: 0;padding: 0;max-height: 99999px;
}
.index{
	width: 100%;
}
.index img{width: 100%;}
.head{
	width: 1200px;
	margin: 0px auto;
	height: 87px;
	overflow: hidden;
}
.head img{margin: 0px 0px;float: left;margin: 15px 0px;}
.head ul{width: 55%;float: right;}
.head ul li{width: 20%;float: left;height: 87px;line-height: 87px;text-align: center;}
.head ul li a{color: #636363;font-size: 20px;display: block;width: 100%;}
.head ul li a.active{background: #125c9d;color: #fff;font-weight: bold;}
.head ul li a:hover{background: #125c9d;color: #fff;font-weight: bold;}
.banner{width: 100%;}
.banner img{width: 100%;}
.center{
	width: 100%;margin: 0px auto;background: url(../images/bg.png) no-repeat bottom;
	background-size: 100% auto;
	min-height: 500px;
	padding-bottom: 400px;
}
.center>div{width: 1200px;margin: 30px auto;}
.center>div h3{font-size: 28px;color: #000000;line-height: 60px;text-align: center;}
.center>div img{display: block;margin: 0px auto;}
.center>div .qiye{padding: 30px;width: 1000px;margin: 30px auto;border: 2px solid #d9dbe0;border-radius: 10px;background: #fff;}
.center>div .qiye p{font-size: 18px;color: #565656;line-height: 35px;text-align: left;text-indent: 2em;}
.center>div .qiye p strong{
	font-size: 20px;
	color: #125c9d;
}

.center>div .tiaojian{width: 1060px;margin: 30px auto;}
.tiaojian h2{font-size: 20px;color: #fff;background: url(../images/head_bg.png) no-repeat;background-size: 100% 100%;height: 43px;line-height: 43px;padding-left: 31px;}
.tiaojian p{font-size: 18px;text-indent: 2em;color: #565656;text-align: left;line-height: 40px;margin: 10px 0px;}
.footer{
	width: 100%;background: #135391;height: 50px;
	line-height: 50px;color: #fff;text-align: center;font-size: 16px;
}
.tiaojian ul{
	width: 100%;
}
.tiaojian ul li{
	width: 100%;
	margin: 20px auto;
}
.tiaojian ul li .top{
	height: 50px;
	line-height: 50px;
	border: 2px solid #dcdde2;
	border-radius: 10px;
	padding: 0px 20px;
	overflow: hidden;
	position: relative;
	cursor: pointer;
}
.tiaojian ul li .top span{
	font-size: 20px;
	font-weight: bold;
	color: #565656;
}
.tiaojian ul li .top img{
	position: absolute;
	right: 20px;
	top: 50%;
	margin-top: -3px;
}
.tiaojian ul li .bottom{
	padding: 0px 25px;
	display: none;
}
.tiaojian ul li .bottom p{
	text-indent: 0em;
}
.tiaojian ul li .bottom a{
	display: inline-block;
	padding: 5px 30px;
	background: #128d54;
	color: #fff;
	border-radius: 25px;
	font-size: 18px;
}
