﻿/*通用类*/
*{
	margin:0;		
	padding:0;
	-webkit-tap-highlight-color: rgba(0,0,0,0);
}


/*兼容老设备的rem-px基准*/
html{
	font-size:42.6667px;	
}
@media screen and (max-width: 320px){ 
  html{
  	font-size:42.6667px;
  }
}
@media screen and (min-width: 321px) and (max-width: 360px){ 
  html{
  	font-size:48px;
  }
}
@media screen and (min-width: 361px) and (max-width: 375px){ 
  html{
  	font-size:50px;
  }
}
@media screen and (min-width: 376px) and (max-width: 414px){ 
  html{
  	font-size:55px;
  }
}
@media screen and (min-width: 415px) and (max-width: 484px){ 
  html{
  	font-size:64px;
  }
}
@media screen and (min-width: 485px) and (max-width: 720px){ 
  html{
  	font-size:96px;
  }
}
@media screen and (min-width: 721px) and (max-width: 768px){ 
  html{
  	font-size:102px;
  }
}
@media screen and (min-width: 769px) and (max-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
@media screen and (min-width: 1080px){ 
  html{
  	font-size:144px;
  }
}
/*新设备的rem-vw标准*/
html{	
	overflow-x:hidden;
	font-size:13.3333333333vw;	/*一便rem.js失效，这里起作用*/
}

body{		
	width:100%;	
	min-width:320px;
	min-height: 100vh;
	margin:0 auto;	
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	background:#cbe0fb url("../images/bg.jpg") no-repeat top center;
	background-size:100% auto;
	background-size:100% auto;
	overflow-x:hidden;
	text-align:left;	
	position:relative;
	font-size:0.24rem;
	-webkit-text-size-adjust: 100% !important;
	text-size-adjust: 100% !important;
	-moz-text-size-adjust: 100% !important;
	color:#000;
}

img{
	border:none;	
}
h1,h2,h3{
	font-weight:normal;	
}
a{
	color:#000;
	text-decoration:none;	
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	-webkit-tap-highlight-color:transparent;
	outline:none；
}
input,textarea,select{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	font-size:1em;
	outline:none;
	margin:0;
	padding:0;
}
input::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
textarea::-webkit-input-placeholder {
	color: #a0a0a0 !important;
}
input[type='button'],input[type='text'],input[type='search'], input[type='submit'], input[type='reset'],input[type='date'],input[type='time'],input[type='number'] {
	-webkit-appearance: none;
}
select{
	-webkit-appearance: none;
	-webkit-appearance: none;
	appearance:none;
    -moz-appearance:none;
    -webkit-appearance:none;
    border:none;	
}
textarea{ 
	-webkit-appearance: none;
}
input::-webkit-outer-spin-button,input::-webkit-inner-spin-button{
    -webkit-appearance: none !important;
    margin: 0;
}
ul,ol{
	padding:0;
	list-style-type:none;	
}
em{
	font-style:normal;	
}
.lt{
	float:left;	
}
.rt{
	float:right;	
}
input.sub,label{
	border:none;	
	cursor:pointer;
}
input,textarea{
	font-family:PingFang SC,Hiragino Sans GB,Microsoft YaHei UI,Microsoft YaHei,Source Han Sans CN,sans-serif;
	outline:none;	
	margin:0;
	padding:0;
}
table{
	border-collapse:collapse;	
}
td,th{
	padding:0;	
}
div.clear{
	font: 0px Arial; line-height:0;
	height:0; 
	overflow:hidden;	
	clear:both;	
}

.head1{
	font-size:0.48rem;
	font-weight: bold;
	color:#465b91;
	height: 1.4rem;
	line-height: 1.4rem;
	position: relative;
	padding:1rem 0 0 3rem;
}
.head1 img{
	display: block;
	width: 1.08rem;
	height: 1.08rem;
	position: absolute;
	left: 1.8rem;
	top: 1.23rem;
}
.banner{
	height: 6.9rem;
	position: relative;
}
.banner img{
	display: block;
	width: 4.8rem;
	height:auto;
	position: absolute;
	top: 0;
	left: 1.1rem;
}
.navs{
	height: 4.3rem;
	padding:0 0.3rem;
	text-align: center;
}
.navs a{
	display: block;
	width: 33.3333%;
	float: left;
	text-align: center;
	line-height: 0.9rem;
	font-size:0.28rem;
}
.navs img{
	display: block;
	width: 1.7rem;
	height:auto;
	margin:0 auto;
}
.sj{
	height: 4.4rem;
	position: relative;
}
.sj img{
	display: block;
	width: 2.18rem;
	height: 3.16rem;
	position: absolute;
	left: 1.5rem;
	top: 0;
}
.sj dl{
	width: 3.1rem;
	position: absolute;
	right: 0;
	top: 0;
}
.sj dt{
	height: 1rem;
	line-height: 1rem;
	font-size:0.4rem;
	font-weight: bold;
	color:#000;
}
.sj dd{
	font-size:0.24rem;
	line-height: 0.4rem;
	color:#666;
}

.sb{
	height: 2.6rem;
	position: relative;
}
.sb img{
	display: block;
	width: 2.46rem;
	height: 2.46rem;
	position: absolute;
	right: 1.1rem;
	top: 0;
}
.sb dl{
	width: 3.7rem;
	position: absolute;
	left: 0;
	top: 0;
	text-align:right;
}
.sb dt{
	height: 1rem;
	line-height: 1rem;
	font-size:0.4rem;
	font-weight: bold;
	color:#000;
}
.sb dd{
	font-size:0.24rem;
	line-height: 0.4rem;
	color:#666;
}

.head2{
	text-align: center;
	height: 1.9rem;
	line-height: 1.9rem;
	clear: both;
	font-size:0.4rem;
	font-weight: bold;
	color:#617ce0;
}
.fun{
	padding:0 0.45rem;
	display:flex;
	justify-content: space-between;
	flex-wrap:wrap;
}
.fun .zw{
	width: 3.1rem;
	height: 0;
}
.fun a{
	display: block;
	width: 3.1rem;
	height: 1.1rem;
	background:#fff;
	border-radius:0.1rem;
	line-height: 1.1rem;
	font-size:0.26rem;
	text-indent:1.1rem;
	position: relative;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.1);
	margin-bottom:0.4rem;
}
.fun img{
	display: block;
	width: 0.6rem;
	height: 0.6rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top:-0.3rem;
}
.links{
	padding:0 0.45rem;
}
.links a{
	display: block;
	height: 2.3rem;
	margin-top:0.4rem;
	background:#fff;
	box-shadow:0 0 0.1rem rgba(0,0,0,0.1);
	border-radius:0.1rem;
	position: relative;
}
.links dl{
	padding:0.4rem 0 0 2.4rem;
	width: 3.6rem;
}
.links dt{
	height: 0.6rem;
	line-height: 0.6rem;
	font-size:0.32rem;
	color:#000;
}
.links dd{
	font-size:0.24rem;
	line-height: 0.4rem;
	color:#999;
}
.links img{
	display: block;
	width: 2rem;
	height: 2rem;
	position: absolute;
	left: 0.2rem;
	top: 50%;
	margin-top:-1rem;
}
.copy{
	text-align: center;
	height: 0.9rem;
	line-height: 0.9rem;
	padding-top:0.4rem;
}
.fbar{
	width: 100%;
	position: fixed;
	left: 0;
	bottom: 0;
	z-index: 100;
	height: 0.9rem;
	padding:0.15rem 0;
	background:#fff;
	box-shadow:0 0 0.2rem rgba(70,90,150,0.3);
}
.fbar a{
	display: block;
	width: 6.9rem;
	height: 0.9rem;
	line-height: 0.9rem;
	text-align: center;
	margin:0 auto;
	border-radius:0.45rem;
	background:#465b91;
	font-size:0.32rem;
	color:#fff;
}
.fbar .ios span{
	display: inline-block;
	padding-left:0.6rem;
	background:url("../images/apple.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.fbar .an{
	display: none;
}
.fbar .an span{
	display: inline-block;
	padding-left:0.6rem;
	background:url("../images/an.png") no-repeat left center;
	background-size:auto 0.4rem;
}
.fbar_zw{
	clear: both;
	height: 1.2rem;
}