.index,
.index img {
	width: 100%;
}

.index {
	position: relative;
}

.ffotter {
	font-size: 14px;
	color: #c4902d;
	width: 100%;
	position: absolute;
	bottom: 0;
	text-align: center;
	height: 60px;
	line-height: 60px;
}


/**/

.main,
.banner,
.banner>img {
	width: 100%;
}

.main {
	background: url(../images/mbg.png);
	width: 100%;
}

.banner {
	position: relative;
}

.navigation {
	width: 1200px;
	margin: 0 auto;
	position: absolute;
	top: 20px;
	left: 50%;
	transform: translateX(-50%);
	display: flex;
	justify-content: space-between;
	padding: 0px 90px;
}

.navigation_tab {
	width: 800px;
	display: flex;
	justify-content: space-around;
	align-items: center;
}

.navigation_tab p {
	padding: 0px 24px;
	height: 30px;
	line-height: 30px;
	border-radius: 20px;
}

.navigation_tab p.show {
	background-color: #00c0e3;
}

.navigation_tab p a {
	font-size: 18px;
	/*font-weight: bold;*/
	color: white;
}

.footer {
	color: white;
	background-color: #298dd2;
	width: 100%;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

/**/

.center{
	width: 1200px;
	margin: 0 auto;
	background-color: white;
	padding: 50px 90px 100px;
}

.title{
	width: 150px;
	margin: 0 auto;
}

.title p:nth-child(1){
	font-size: 24px;
	text-align: center;
	color: #0b2886;	
}

.title p:nth-child(2){
	text-align: center;
	background-color: #0741d0;
	height: 5px;
	width: 100%;
	margin: 5px 0px;
}

.title p:nth-child(3){
	font-size: 14px;
	text-align: center;
	color: #878787;	
	text-transform:Uppercase;
	font-weight: bold;
	letter-spacing: 2px;
}

.font{
	font-size: 20px;
	text-indent: 2em;
	line-height: 40px;
}

.font1{
	font-size: 20px;
	line-height: 40px;
}

.y_center{
	display: flex;
	justify-content: space-between;
}

.y_center > div p{
	text-align: left;
	font-size: 20px;
	line-height: 32px;
}

.er{
	width: 157px;
	margin: 0 auto;
}

.zhong{
	text-align: center;
}

/**/

.zlist{
	width: 716px;
	height: 50px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	font-size: 18px;
	align-items: center;
	margin-bottom: 30px;
}

.zlist p:nth-child(2){
	background-color: #0471e7;
	height: 30px;
	width: 120px;
	text-align: center;
	line-height: 30px;
	color: white;
}

.zlist a{
	color: white;
}

.liu{
	width: 716px;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	font-size: 18px;
}

.liu p{
	display: flex;
	flex-direction: column;
	align-items: center;
	height: 91px;
	justify-content: space-between;
}

.liu p span{
	display: block;
	margin-top: 10px;
}



















.mt{
	margin-top: 40px;
}
.mt1{
	margin-top: 70px;
}
.mb{
	margin-bottom: 40px;
}
.mb1{
	margin-bottom: 70px;
}
