
ul,ol li{
	list-style: none;
}
html,body{
	width:100%;
	height:100%;
	background: #fff;

}
img{
	width:100%;
	height: 100%;
	display: block;
}
.wrapper1{
	width:100%;
	position: relative;
	overflow: hidden;
}

.banner{
	width:100%;
	position: relative;
}
.section1, .section2{
	width: 90%;
	text-align: center;
	margin: 0.02rem auto;
	overflow: hidden;
}
.section1 img, .section2 img{
	width: 0.18rem;
	margin: 0.15rem auto 0.05rem;
}
.section1 .bao{
	padding:0rem 0.08rem 0.15rem 0.08rem;
	background:url(../images/border.png) no-repeat 0 10px ;
	background-size: 100% 90%;
}
.section2 .bao{
	font-size: 0;
}
.section1 h4 , .section2 h4{
	font-size: 0.15rem;
	color: #022239;
	padding-bottom: 0.08rem;
}
.section2 h4.h4{
	font-size: 0.13rem;
	color: #4292C2;
	padding-bottom: 0.08rem;
}
.section1 .p1, .section1 .p, .section2 .p1{
	width: 100%;
 	margin:auto;
 	padding-top: 0.15rem;
	font-size:.12rem;
	color: #062b44;
	line-height: .2rem;
	background: #c7e8f7;
	border-radius: 0.05rem;
	padding-bottom: 0.15rem;
}
 .section1 .p1 span{
 	font-size:.1rem;
 	padding: 0.01rem 0.04rem;
 	display: inline-block;
 	border:1px solid #005d9c;
 	margin-bottom: 0.1rem;
 }
 .section1 .p span{
 	font-size:.1rem;
 	display: inline-block;
 	color: #0098FF;
 }
 .section1 .p1 .span{
  	border:1px solid #005d9c;
  	color: #005d9c;
 }
 .section2 button{
  	width: 2.05rem;
  	height: 0.45rem;
  	background:#004879;
  	font-size: 0.2rem;
  	color: #fff;
  	display: block;
  	margin:0.12rem auto 0.12rem;
  	border-radius: 10px;
 }
 .section2 .div1{
 	width: 43%;
 	background:#c7e8f7;
 	text-align: left;
 	padding:0.1rem;
 	border-radius: 0.05rem;
 	float: left;
 	height: 3.3rem;
 }
  .section2 .div2{
 	width: 43%;
 	background:#c7e8f7;
 	text-align: left;
 	padding:0.1rem;
 	border-radius: 0.05rem;
 	float: right;
 	height: 3.3rem;
 }
  .section2 .div1 h2,.section2 .div2 h2{
  	font-size: 0.15rem;
  	color: #062b44;
  	line-height: 0.3rem;
  	font-weight: bold;
  }
  .section2 .div1 p,.section2 .div2 p{
 	font-size: 0.12rem;
 	color: #062b44;
 	line-height: 0.16rem;
 	background: #c7e8f7;
 }
 .section2 .div1 .img,.section2 .div2 .img{
 	width: 1.35rem;
 	margin: 0rem;
 	margin-bottom: 0.05rem;
 	margin-top: 0.05rem;
 	height: 1.35rem;
 }
 .section2 .div1 .p,.section2 .div2 .p{
 	color: #062b44;
 	font-weight: bold;
 	line-height: 0.2rem;
 }
  footer{
  	background:#5a96ba;
  	margin-top: 0.2rem;
}
  footer p{
 	width: 88%;
 	margin:auto;
 	padding-bottom: 0.13rem;
	font-size:.13rem;
	color: #000a10;
	line-height: 0.2rem;
}
  footer p.p{
  	padding-top: 0.16rem;
  	font-size: 0.15rem;
  }
  footer p span{
  	padding: 0.02rem 0.05rem;
  	color:#000a10;
  }