*{
	margin: 0;
	padding: 0;
	list-style: none;
	text-decoration: none;
	-webkit-tap-highlight-color:transparent;
	box-sizing: border-box;
}
body{
	width: 100%;
}
img{
	display: block;
	vertical-align: middle;
}
.fixed{
	width: 100%;
	position: absolute;
	top: 0;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	background-color: #5589c4;
	padding: 0 .4rem;
}
.fixed a{
	display: block;
	font-size: .3rem;
	line-height: .88rem;
	color: #fff;
}
.fixed p{
	display: block;
	font-size: .26rem;
	line-height: .88rem;
	color: #fff;
}
.banner{
	width: 100%;
	height: 8rem;
	background: url(../images/banner.jpg) no-repeat;
	background-size: 100%;
	padding: 1rem .3rem 0;
}
.banner > span{
	font-size: .6rem;
	color: #5589c4;
	line-height: .8rem;
	display: block;
}
.banner span span{
	color: #f99192;
}
.banner p{
	font-size: .26rem;
	display: block;
	line-height: .487rem;
	margin-top: .35rem;
}
.banner div{
	margin-top: .5rem;
}
.banner div a{
	width: 3.2rem;
	line-height: .8rem;
	display: block;
	border-radius: .1rem;
	background-color: #f99192;
	margin-top: .2rem;
	font-size: .3rem;
	color: #fff;
	text-align: center;
}
.zhidao{
	width: 100%;
	padding: .5rem .3rem;
	border-bottom: 0.012rem solid #d6d6d6;
}
.zhidao h1{
	font-size: .48rem;
	text-align: center;
}
.zhidao ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .2rem;
}
.zhidao ul li{
	width: 2.16rem;
	height: 1.68rem;
	background-color: #eef3f9;
	border-radius: .1rem;
	border: 0.012rem solid #ccdbed;
	margin-top: .2rem;
}
.zhidao ul li a{
	font-size: .28rem;
	text-align: center;
	text-decoration: underline;
	display: block;
	margin-top: .15rem;
	color: #1b1b1b;
}
.zhidao ul li img{
	width: .6rem;
	margin: .2rem auto 0;
}
.gongg{
	width: 100%;
	padding: .5rem .3rem;
}
.gongg h1{
	font-size: .48rem;
	text-align: center;
}
.gongg ul li{
	overflow: hidden;
}
.gongg ul li span{
	display: block;
	float: left;
	font-size: .3rem;
	color: #5589c4;
	line-height: .8rem;
}
.gongg ul li p{
	font-size: .28rem;
	float: left;
	display: block;
	margin-left: .1rem;
	line-height: .8rem;
	text-decoration: underline;
}
.gongg ul li:nth-child(3) span,.gongg ul li:nth-child(4) span,.gongg ul li:nth-child(5) span,.gongg ul li:nth-child(6) span{
	color: #f99192 !important;
}
.ruk{
	width: 100%;
	padding: 0 .3rem .5rem;
}
.ruk h1{
	font-size: .48rem;
	text-align: center;
}
.ruk > span{
	font-size: .3rem;
	color: rgba(27,27,27,0.7);
	display: block;
	text-align: center;
	margin-top: 0.1rem;
}
.ruk ul{
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: .4rem;
}
.ruk ul li a{
	width: 1.4rem;
	line-height: .64rem;
	display: block;
	border-radius: .1rem;
	background-color: #eeeeee;
	font-size: .3rem;
	text-align: center;
	color: #1b1b1b;
}
.hong{
	background-color: #f99192 !important;
	color: #fff !important;
}
.zihong{
	color: #f99192 !important;
}
.xit{
	width: 100%;
}
.xit img{
	width: 100%;
}
.guojia{
	width: 100%;
}
.guojia img{
	width: 100%;
}
.beik{
	width: 100%;
	height: 11.55rem;
	background: url(../images/beik.jpg) no-repeat;
	background-size: 100%;
	padding-top: 1.3rem;
}
.beik a{
	width: 50%;
	height: 3.4rem;
	display: block;
	float: left;
}
.fuwu{
	width: 100%;
	padding: .5rem .3rem .5rem;
	background-color: #5589c4;
}
.fuwu h1{
	font-size: .48rem;
	text-align: center;
	color: #fff;
}
.fuwu ul{
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	margin-top: .4rem;
}
.fuwu ul li{
	width: 1.7rem;
}
.fuwu ul li img{
	width: .7rem;
	margin: 0 auto;
}
.fuwu ul li a{
	font-size: .28rem;
	text-align: center;
	display: block;
	color: #fff;
	margin-top: .1rem;
}