header{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
}
.logo{
	margin: 0.1rem 0 0.1rem 0.1rem;

}
.logo a{
	display: block;
	width: 2.5rem;
}
.logo img{
	width: 100%;
}
.nav{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
	background:#2d5d97;
}
.tit{
	color: #fff;
	margin-top: 0.35rem;
	font-size: 0.25rem;
	margin-left: 0.1rem;
}
.subnav{
	min-width: 320px;
	max-width: 750px;
	margin:0 auto;
}
.subnav li{
	float: left;
	width: 25%;
	text-align: center;
	line-height: 1rem;
}
.active{
	border-bottom: 3px solid red;
	
}.active a{
	color: #2d5d97;
}
.navIco{
	width: 0.8rem;
	margin: 0.2rem;
	background: 0;
	outline: none;
}
.navIco img{
	width: 100%;
}
.ban{
	position: relative;
	z-index: 0;
}
.swiper-container{
	margin:0 auto;
	position:relative;
	z-index:1;
	width: 100%;
	overflow: hidden;
}
.swiper-container-no-flexbox .swiper-slide {
	float:left
}
.swiper-container-vertical>.swiper-wrapper {
	-webkit-box-orient:vertical;
	-moz-box-orient:vertical;
	-ms-flex-direction:column;
	-webkit-flex-direction:column;
	flex-direction:column
}
.ban{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
}
.swiper-wrapper {
	position:relative;
	width:100%;
	height:100%;
	z-index:1;
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:flex;
	-webkit-transition-property:-webkit-transform;
	-moz-transition-property:-moz-transform;
	-o-transition-property:-o-transform;
	-ms-transition-property:-ms-transform;
	transition-property:transform;
	-webkit-box-sizing:content-box;
	-moz-box-sizing:content-box;
	box-sizing:content-box
}
.swiper-container-android .swiper-slide,.swiper-wrapper {
	-webkit-transform:translate3d(0,0,0);
	-moz-transform:translate3d(0,0,0);
	-o-transform:translate(0,0);
	-ms-transform:translate3d(0,0,0);
	transform:translate3d(0,0,0)
}
.swiper-container-multirow>.swiper-wrapper {
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-ms-flex-wrap:wrap;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap
}
.swiper-container-free-mode>.swiper-wrapper {
	-webkit-transition-timing-function:ease-out;
	-moz-transition-timing-function:ease-out;
	-ms-transition-timing-function:ease-out;
	-o-transition-timing-function:ease-out;
	transition-timing-function:ease-out;
	width: 100%;
}
.swiper-slide {
	-webkit-flex-shrink:0;
	-ms-flex:0 0 auto;
	flex-shrink:0;
	width:100%;
	height:auto;
	position:relative
}
.banner .swiper-wrapper .swiper-slide img{
	width: 100%;
}
.banner .swiper-pagination {
    position: absolute;
    width: 100%;
    text-align: center;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    -o-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 0rem;
}
.banner .swiper-pagination-bullet {
    width: 0.12rem;
    height: 0.12rem;
    border-radius: 100%;
    display: inline-block;
    background: #515151;
    margin: 0 0.14rem;
}
.cont,.tips,.footNav{
	min-width: 320px;
	max-width: 750px;
	margin: 0 auto;
}
.itemsIco{
	width: 90%;
	margin: 0.3rem auto;
}
.itemsIco li:first-child{
	margin-left: 0;
}
.itemsIco li{
	width: 20%;
	margin-left: 6.5%;
	text-align: center;
	float: left;
	
}
.itemsIco li a{
	display: block;
	width: 100%;
	border-radius: 50%;
}


.itemsIco li span{
	display: block;
	font-size: 0.24rem;
	margin-top: 0.25rem;
}
.itemsIco li img{
	width: 99%;
}
/*.bgOne{
	background: #5ae6a6;
}
.bgTwo{
	background: #9690f7;
}
.bgThree{
	background: #4b8ddc;
}
.bgFour{
	background: #f3b7b7;
}*/
.bg{
	position: relative;
	min-width: 320px;
	max-width: 750px;
	margin:0 auto;
}
.bg img{
	width: 100%;
	height: 0.8rem;
	position: absolute;
}
.bg span{
	display: block;
	position: absolute;
	top: 8px;
	left: 40%;
	text-align: center;
	font-size: 0.3rem;
	color: #fff;
}
.tips{
	margin-top: 0.2rem;
}
.tips dl{
	width: 31%;
	margin:1%;
	float: left;
	background: #f4f3f3;
}
.tips dl img{width: 100%;}
.tips dl dd{
	padding-bottom: 10%;
}
.tips dl dd h3{
	text-align: center;
	line-height: 150%;
	margin-top: 5%;
	color: #615b57;
	font-size: 100%;
	font-weight: bold;
}
.tips dl dd p{
	color: #615b57;
    font-size: 96%;
    line-height: 160%;
    text-align: center;
}
.tips dl dd a{
	display: block;
    font-size: 94%;
    color: #fb8a3f;
    padding: 2%;
    border: 1px solid #fb8a3f;
    text-align: center;
    width: 50%;
    margin: 5% auto 0;
}
.status{
	min-width: 320px;
	max-width: 750px;
	margin:0.2rem auto;
}
.width{
	width: 95%;
	margin: 0 auto;
}
.status li img{
	width: 100%;
}
.footer{
	min-width: 320px;
	max-width: 750px;
	margin:0 auto;
	background: #f9f8f5;
	line-height: 3rem;
}
.footerLeft{
	width: 30%;
	padding-top:2%;
	padding-left:2%;
}
.footerRight{
	width: 68%;
	margin-top: 0.5rem;
	line-height: 30px;
	color: #5778a5;
}
.footerLeft img{
	width: 100%;
}
.ico{
	width: 16%;
	margin-top: 3%;
}
.wh{
	width: 80%;
	margin-top: 2%;
}
.mapColor{
	color: #5778a5;
}
.footNav{
	min-width: 320px;
	max-width: 750px;
	margin-top: 1rem;
}
.footNav ul{
	width: 100%;
	position: fixed;
	bottom:0;
	left: 0;
	z-index:5000;
}
.footNav li{
	float: left;
	width: 50%;
	text-align: center;
	background: #2c5d97;
	line-height: 1rem;
}
.footNav li img{
	/*width: 1rem;*/
	height: 0.75rem;
	margin:0.1rem; 
}
.footNav li a{
	color: #fff;
	font-size: 0.25rem;
}
/*注册*/
.containWrap{
	min-width: 320px;
	max-width: 750px;
	margin:0 auto;
}

.login-con dl{
	width: 95%;
	overflow: hidden;
	line-height: 0.8rem;
	border: 1px solid #aaaaaa;
	border-radius: 5px;
	margin: 0.3rem auto;
	background: #fff;
}
.login-con dl dt{
	float: left;
	width: 12%;
	border-right: 1px solid #aaaaaa;
}
.login-con dl dt i{
	display: block;
	width: 0.38rem;
	height: 0.66rem;
	margin: 0.07rem auto;
}
.login-con dl dt i.ico1{
	background: url(../img/ico2.png) no-repeat center;
	background-size: 100%;
}
.login-con dl dt i.ico2{
	background: url(../img/ico3.png) no-repeat center;
	background-size: 100%;
}
.login-con dl dt i.ico3{
	background: url(../img/ico16.png) no-repeat center;
	background-size: 100%;
}
.login-con dl dt i.ico4{
	background: url(../img/ico18.png) no-repeat center;
	background-size: 100%;
}
.login-con dl dt i.ico5{
	background: url(../img/ico19.png) no-repeat center;
	background-size: 100%;
}
.login-con dl dd{
	width: 80%;
	float: left;
	overflow: hidden;
}
.login-con dl dd .text{
	width: 100%;
	text-indent: 1em;
	font-size: 0.26rem;
	color: #9b9b9b;
	height: 0.8rem;
	float: left;
	line-height: 0.8rem;
	outline: none;
}
.login-con dl dd .yzm{
	float: left;
	width: 56%;
	border-right: 1px solid #aaaaaa;
}
.login-con dl dd img{
	display: block;
	float: left;
	width: 28%;
	margin: 0.04rem 0.5%;
}
.login-con dl dd .kbq{
	display: block;
	float: left;
	width: 14%;
	line-height: 0.3rem;
	font-size: 0.2rem;
	color: #9b9b9b;
	padding: 0.1rem 0;
}
.login-con dl dd .shuru{
	float: left;
	width: 58%;
}
.login-con dl dd .huoqu{
	display: block;
	float: right;
	background: #f18a2e;
	color: #fff;
	text-align: center;
	width: 40%;
	font-size: 0.26rem;
}
.login-con .lg{
	width: 100%;
	height: 0.8rem;
	line-height: 0.8rem;
	font-size: 0.36rem;
	color: #fff;
	text-align: center;
	border-radius: 5px;
	background: #2d5d97;
	display: block;
	margin-top: 0.4rem;
}
.login-con .zhuce{
	display: block;
	float: left;
	font-size: 0.26rem;
	color: #9b9b9b;
	padding: 0.16rem 0;
}
.login-con .forget{
	display: block;
	text-align: right;
	font-size: 0.26rem;
	color: #9b9b9b;
	padding: 0.16rem 0;
}
.tag{
	width: 95%;
	margin-left: 5%;
}
.regular-checkbox{
	margin-right: 1%;
}
.log{
	color: #9b9b9b;
	padding: 1%;
}
#showRight{
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	position: fixed;
	top: 0;
	left: 0;
	z-index: 99;
	display: none;
}
.innav{
	width: 30%;
	position: fixed;
	height: auto;
	background: #fff;
	z-index: 2;
	top: 0px;
	right: 0;
	z-index: 100;
	display: none;
}
.innav h2{
	height: 0.85rem;
	color: #2d5d97;
	padding-top: 0.1rem;
	font-size: 0.3rem;
	line-height: 0.38rem;
	text-align: center;
	border-bottom: 1px solid #ababab;
}
.innav h2 a{
	font-size: 0.26rem;
	color: #2d5d97;
	display: block;
}
.innav .nav-con{
	padding: 0.2rem 0;
}
.innav .nav-con a{
	display: block;
	text-align: center;
	font-size: 0.26rem;
	color: #2d5d97;
	line-height: 0.48rem;
	padding: 0.2rem 0;
}