*{
	margin: 0;
	padding: 0;
	border: 0;
}
html,body{
	width: 100%;
	font-size: 0;
}
li{
	list-style: none;
}
em{
	font-style: normal;
}
i{
	font-style: normal;
}
a{
	text-decoration: none;
	-webkit-tap-highlight-color:rgba(0, 0, 0, 0);
}
.top{
	width: 100%;
	height: 1.19rem;
	border-bottom: 0.02rem solid #1d73ae;
	background: #f8f6f6;
	padding: 0 0.2rem;
	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	position: fixed;
	z-index: 1001;
	top: 0;
	left: 0;
	right: 0;
	margin: 0 auto;
}
.top .topNav .navIcon{
	width: 1rem;
	padding: 0.35rem 0;
}
.top .topNav .navIcon .navIconImg{
	width: 0.5rem;
	height: 0.42rem;
	font-size: 0; 
}
.top .navIcon .navIconImg img{
	width: 100%;
	height: 100%;
}
.top .topNav .mask{ 
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
	margin: auto;
	background: rgba(0,0,0,.9);
	display: none;
    z-index:999;
}
.top .topNav .mask .close{
	font-size: 0.36rem;
	color: #FFFFFF;
	position: absolute;
	top: 0.4rem;
	left: 0.24rem;
	width: 0.6rem;
	height: 0.6rem;
	background: #1d73ae;
	border-radius: 50%;
	line-height: 0.5rem;
	text-align: center;
}
.top .topNav ul{
	padding: 0.4rem 0;
	z-index: 999;
	right: 0;
}
.top .topNav ul li{
	font-size: 0.38rem;
	color: #FFFFFF;
	text-align: center;
	padding: 2% 0;
	box-sizing: border-box;
}
.top .topNav ul li span{
	display: block;
	padding: 0 0.32rem;
	height: 0.78rem;
	display: inline-block;
	text-align: center;
	line-height: 0.78rem;
	border-radius: 0.42rem;
	color: #FFFFFF;
}
.top .topNav ul li.active span{
	background: #1d73ae;
}
.top .topNav ul li:active span{
	background: #1d73ae;
}

.top .topLogo{
	width: 1.52rem;
	height: 0.4rem;
	overflow: hidden;
	font-size: 0;
	margin-top: 0.4rem;
	margin-left: 1.78rem;
}
.top .topLogo img{
	width: 100%;
	height: 100%;
}
.top .topPhone{
	margin-top: 0.5rem;
}
.top .topPhone .kefu{
	width: 0.21rem;
	height: 0.18rem;
	font-size: 0;
	overflow: hidden;
	vertical-align: middle;
	margin-right: 0.09rem;
	margin-top: 0.03rem;
}
.top .topPhone .kefu img{
	width: 100%;
	height: 100%;
}
.top .topPhone span{
	color: #1D73AE;
	font-family: "微软雅黑";
	font-size: 0.24rem;
	font-weight: bold;
	display: block;
	line-height: 0.24rem;
	vertical-align: middle;
}

/*底部*/
.foot{
	width: 100%;
	background: url(img/common/footBackImg.jpg) no-repeat;
	background-size: cover;
	padding-top: 0.5rem;
}
.foot .fLogo{
	width: 2.46rem;
	height: 0.65rem;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
}
.foot .fLogo img{
	width: 100%;
	height: 100%;
}
.foot .fBox{
	width: 100%;
	margin-top: 0.22rem;
	padding: 0 0.2rem;
	box-sizing: border-box;
}
.foot .fBox .erweima{
	width: 1.2rem;
	background: #FFFFFF;
	margin-right: 0.38rem;
	box-shadow: 0 0 0.1rem #dededf;
}
.foot .fBox .erweima .ewmImg{
	width: 1.13rem;
	height: 1.13rem;
	font-size: 0;
	overflow: hidden;
	margin: 0 auto;
}
.foot .fBox .erweima .ewmImg img{
	width: 100%;
	height: 100%;
}
.foot .fBox .erweima span{
	color: #555555;
	font-family: "思源黑体 CN";
	font-size: 0.18rem;
	font-weight: bold;
	display: block;
	text-align: center;
	line-height: 0.18rem;
	padding: 0.12rem 0;
}
.foot .fBox .fPhone{
	padding-top: 0.42rem;
}
.foot .fBox .fPhone span{
	color: #666666;
	font-family: "思源黑体 CN";
	font-size: 0.24rem;
	display: block;
}
.foot .fBox .fPhone span i{
	color: #ff5a1c;
}
.foot .fBox .fPhone span em{
	color: #ff5a1c;
	font-weight: bold;
}
.foot .bottom{
	width: 100%;
	height: 0.45rem;
	background: #1e6799;
	margin-top: 0.35rem;
} 
.foot .bottom span{
	color: #FFFFFF;
	font-family: "思源黑体 CN";
	font-size: 0.2rem;
	display: block;
	text-align: center;
	line-height: 0.45rem;
}
