body,div,header,menu,footer,p,span,h1,h2,h3,strong,nav,section,ul,li,ol,dl,dd,dt{
	padding: 0;
	margin: 0;
}
body{
	background: #f7f7f7;
	position: relative;
}
a {
    color: #666;
}
i,em{
	font-style: normal;
}
.flex{
	display: flex;
}
.van-contain{
	max-width: 1365px;
	/* min-width: 320px; */
	margin: 0 auto;
}
.van-bg{
	background-color: #FFFFFF;
}
.van-header {
	padding: .5rem 0 0 0;
	background-color: #2b92d8;
}
.van-header .van-top{
	padding: 1rem 0;
}
.van-header .van-top .van-logo a{
	font-size: 1.75rem;
	font-weight: bold;
	letter-spacing: .1rem;
	color: #fff;
}

.van-header .van-top div:nth-child(3){
	display: none;
}
.van-form{
	height: 2.375rem;
	border: 2px solid #2b92d8;
	border-radius: 0.25rem;
}
.van-form .van-search{
	padding: 0;
	width: 100%;
}
.van-form .van-search__content{
	background-color: #FFFFFF;
}
.van-form .van-search__field .van-field__left-icon{
	display: none;
}
.van-form .van-search__field{
	background-color: #FFFFFF;
}
.van-form .van-search__action{
	background-color: #1070b1;
	color: #FFFFFF;
	line-height: 2.375rem;
	padding: 0 1rem;
}
.van-icon-wap-nav{
	color: #fff;
}
.van-menu{
	background-color: #fff;
	border-bottom: 1px solid #e6e6e6;
	padding: 1rem 0;
}
.van-menu ul li{
	width: 11%;
	text-align: center;
	font-size: .95rem;
	font-weight: bold;
	border-right: 1px solid #e6e6e6;
}
.van-menu ul li:last-child{
	border-right:none;
}
.van-menu ul li:hover a,.van-menu ul li.cur a{
	color: #1070b1;
}
.van-menu ul li a{
	color: #222;
}
.van-footer{
	padding: 1.5rem 0;
	line-height: 1.75rem;
	background-color: #2b92d8;
}
.van-footer,.van-footer a{
	color: #ffffff;
	font-size: .9rem;
}
#DIALOG_CENTER_SHADE,#DIALOG_CENTER{
	display: none !important;
}
.van-back-top{
	background-color: #1070b1;
	text-align: center;
	bottom: 4rem;
	right: 1%;
}
.van-icon-arrow-up{
	padding-top: 10px;
}
@media(max-width: 1200px){
	.van-footer{
		padding: 1rem;
	}
}
@media(max-width: 768px) {
	.van-public-top,.van-header .van-top div:nth-child(2){
		display: none;
	}
	.van-menu ul li{
		width: 100%;
		line-height: 3rem;
		border-bottom:1px solid #ececec;
	}
	.van-menu ul li:last-child{
		border-bottom:none;
	}
	.van-header .van-top{
		padding: .5rem;
		justify-content: space-between;
	}
	.van-header .van-top div:nth-child(3){
		display: block;
		text-align: right;
	}
	.van-header .van-top.van-row{
		align-items: center;
	}
	.van-menu{
		display: none;
		position: absolute;
		top: 3.8rem;
		right: 0;
		z-index: 99;
		width: 50%;
		box-shadow: 1px 1px 10px #ccc;
	}
	.van-menu ul{
	    flex-direction: column;
	}
}

.bottomFixed{ display:none;}
@media(max-width: 800px){
	footer{margin-bottom: 3rem;}
	.bottomFixed {display: flex;font-size:.9rem;position: fixed;bottom: 0;width: 100%;}
	.bottomFixed img { width: 1.2rem; margin-top: -0.3em; margin-right: 1.5%; display: inline-block;vertical-align: middle;}
	.bottomFixed a{ line-height: 3.7rem;text-align: center; color: #FFFFFF;padding-top: 0.2%;}
	.smf1 { width: 33%; background-color: #49ecc8;}
	.smf2 { width: 33%; background-color: #019c08; position: relative;}
	.smf2 span {position: absolute;border-radius: 1.1rem; background-color: #44b549; width: 1.1rem; font-size: .9rem;line-height: 1.1rem; top: 0.3rem;}
	.smf3 {width: 34%;background-color: #64569d; background-position: 19%;}
}