/*css reset*/
* { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; -o-box-sizing: border-box; -ms-box-sizing: border-box;}
html,body,p{ padding: 0; margin: 0; font-family:"PingFang SC","思源黑体","Source Han Sans CN","微软雅黑","Microsoft YaHei", "Helvetica Neue", Helvetica, STHeiTi, Arial, sans-serif; font-size: 12px;line-height: 1;}
ol, ul {list-style: none; padding: 0; margin: 0;}
blockquote, q {quotes: none;}
blockquote:before, blockquote:after, q:before, q:after {content: ''; content: none; }
table {border-collapse: collapse; border-spacing: 0;}
th,td { vertical-align: middle;padding: 0;}
a{text-decoration:none;	outline: none;hlbr:expression(this.onFocus=this.blur());}
input, select,textarea {vertical-align: middle;padding: 0;border: 0 none;margin: 0;}
img, iframe {border: none; text-decoration:none;}
img{vertical-align: top;}
strong {font-weight: bold;}
h1,h2,h3,h4,h5,h6{padding: 0; margin: 0;}
:focus {outline: 0;}
::-webkit-input-placeholder { /* WebKit browsers */
   opacity:  0.5;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
   opacity:  0.5;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
   opacity:  0.5;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
   opacity:  0.5;
}
/*css common*/
.clearfix:after{content: "";display: block;clear: both;visibility: hidden;line-height: 0;height: 0;font-size:0;}
.clearfix{*zoom:1;}
a{
border:none;
-webkit-tap-highlight-color: rgba(0,0,0,0);
-webkit-tap-highlight-color:transparent;
outline:none；
}
.mobile{
	display: none;
}
.web{
	display: inline-block;
}
.bg{
	width: 100%;
}
html {
	height: 100%;
	margin: 0 auto;
	max-width: 1920px;
}
body{
	position: relative;
	min-height: 100%;
	padding-bottom: 98px;
}
.inner{
	max-width: 92%;
	margin: 0 auto;
}
.inner.w1800{
	width: 1800px;
}
.inner.w1530{
	width: 1530px;
}
.inner.w1400{
	width: 1400px;
}
.inner.w1200{
	width: 1200px;
}

#header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 51;
}
#header .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#header .logo{
	width: 9.3%;
	display: block;
}
#header .logo img{
	width: 100%;
}
#header .nav-box a{
	display: inline-block;
	font-size: 16px;
	color: #fff;
	margin-right: 3.375em;
	position: relative;
	height: 5.875em;
	line-height: 5.875em;
}
#header .nav-box a.active,#header .nav-box a:hover{
	font-weight: bold;
	color: #ffd87a;
}
#header .nav-box a:last-child{
	margin-right: 0;
}
#header .nav-box a.active::after{
	content: "";
	display: block;
	width: 100%;
	height: 0.1875em;
	position: absolute;
	left: 0;
	top: 0;
	background-color: #ffd87a;
}




#footer{
	background-color: #000;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	font-size: 12px;
	color: #999;
	z-index: 51;
}
#footer .inner{
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	height: 98px;
}
#footer p{
	font-size: inherit;
	color: inherit;
	opacity: 0.5;
	display: inline-block;
	vertical-align: middle;
	margin-right: 4.75em;
}
#footer p a{
	font-size: inherit;
	color: inherit;
}
#footer .nav-box{
	vertical-align: middle;
}
#footer .nav-box a{
	color: inherit;
	font-size: inherit;
	font-weight: bold;
	margin-right: 3em;
}
#footer .nav-box a:hover{
	color: #fff;
}
#footer .nav-box a:last-child{
	margin-right: 0;
}
#footer .link-box a{
	display: inline-block;
	vertical-align: middle;
	height: 38.8%;
	margin-right: 1.333vw;
	position: relative;
	border-radius: 50%;
	background-color: #666;
	background-color: #fff;
}
#footer .link-box a:last-child{
	margin-right: 0;
}
#footer .link-box a .icon{
	width: auto;
	height: 100%;
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: center bottom;
}
#footer .link-box a.wechat .icon{
	background-image: url(../images/footer_wechat_bg1.png);
}
#footer .link-box a.weibo .icon{
	background-image: url(../images/footer_weibo_bg1.png);
}
#footer .link-box .qr-box{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate3d(-50%,-16px,0);
	transform: translate3d(-50%,-16px,0);
	width: 300%;
	background-color: #fff;
	padding: 6px;
	border-radius: 4px;
}
#footer .link-box a:hover .qr-box{
	display: block;
}
#footer .link-box .qr-box::after{
	content: "";
	display: block;
	border-style: solid;
	border-color: #fff transparent transparent transparent;
	border-width: 8px 8px 0 8px;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -8px;
}


#sidenav{
	position: fixed;
	left: -100%;
	top: 0;
	width: 100%;
	height: 100%;
	z-index: 90;
	background-repeat: no-repeat;
	background-image: url(../images/sidenav_bg.png);
	background-position: right bottom;
	background-size: 70% auto;
	background-color: #00447d;
	-webkit-transition: left 0.5s;
	transition: left 0.5s;
}
#sidenav.active{
	left: 0;
}
#sidenav .top .inner{
	height: 3.875rem;
	-webkit-display: flex;
	-webkit-align-items: center;
	-webkit-justify-content: space-between;
	-webkit-flex-wrap: wrap;
	-webkit-flex-direction: row;
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	flex-direction: row;
	border-bottom: 1px solid rgba(255,255,255,0.1);
}
#sidenav .top .logo{
	width: 6rem;
	display: block;
}
#sidenav .top .logo img{
	width: 100%;
}
#sidenav .top .close{
	padding: 4vw;
	margin-right: -4vw;
}
#sidenav .top .close img{
	width: 1rem;
}
#sidenav .nav-box{
	margin-top: 3rem;
}
#sidenav .nav-box .inner{
	padding: 0 1.25rem;
	-webkit-display: flex;
	-webkit-align-items: flex-start;
	-webkit-justify-content: flex-start;
	-webkit-flex-direction: column;
	display: flex;
	align-items: flex-start;
	justify-content: flex-start;
	flex-direction: column;
}
#sidenav .nav-box a{
	font-size: 1.3125rem;
	color: #6fb7f4;
	margin-bottom: 1em;
}
#sidenav .nav-box a.active{
	color: #fff;
}
#sidenav .nav-box a:last-child{
	margin-bottom: 0;
}
#sidenav .nav-box a span,#sidenav .nav-box a img{
	vertical-align: middle;
}
#sidenav .nav-box a img{
	height: 0.333em;
	margin-right: 0.5em;
	width: auto;
	display: none;
}
#sidenav .nav-box a.active img{
	display: inline;
}
#sidenav .bottom{
	position: absolute;
	left: 0;
	bottom: 2rem;
	width: 100%;
	font-size: 0.6875rem;
	color: #fff;
}
#sidenav .bottom .inner{
	padding: 0 1.25rem;
}
#sidenav .bottom .link-box{
	margin-bottom: 2rem;
}
#sidenav .bottom .link-box a{
	display: inline-block;
	vertical-align: middle;
	width: 1.875rem;
	margin-right: 1.5rem;
	position: relative;
	border-radius: 50%;
	background-color: #fff;
}
#sidenav .bottom .link-box a:last-child{
	margin-right: 0;
}
#sidenav .bottom .link-box a .icon{
	width: 100%;
}
#sidenav .bottom .link-box .qr-box{
	display: none;
	position: absolute;
	left: 50%;
	bottom: 100%;
	-webkit-transform: translate3d(-50%,-0.5rem,0);
	transform: translate3d(-50%,-0.5rem,0);
	width: 300%;
	background-color: #f5f5f5;
	padding: 0.5rem;
	border-radius: 0.625rem;
}
#sidenav .bottom .link-box a:hover .qr-box{
	display: block;
}
#sidenav .bottom .link-box .qr-box::after{
	content: "";
	display: block;
	border-style: solid;
	border-color: #f5f5f5 transparent transparent transparent;
	border-width: 0.25rem 0.25rem 0 0.25rem;
	position: absolute;
	left: 50%;
	top: 100%;
	margin-left: -0.25rem;
}


#sidenav .bottom p{
	font-size: inherit;
	color: inherit;
	opacity: 0.5;
}
#sidenav .bottom p a{
	font-size: inherit;
	color: inherit;
}


@media only screen and (max-width:1024px){
	html { 
	    -webkit-text-size-adjust: 100%;
	    -moz-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	    -o-text-size-adjust: 100%;
	    text-size-adjust: 100%;
	  	font-size: 16px;
	}
	body{
		font-size: 62.5%;
		padding-bottom: 3rem;
	}
	.mobile{
		display: inline-block;
	}
	.web{
		display: none;
	}



	#header .inner{
		height: 3.875rem;
	}
	#header .logo{
		width: 6rem;
	}
	#header .menu{
		padding: 4vw;
		margin-right: -4vw;
	}
	#header .menu img{
		width: 1rem;
		background-repeat: no-repeat;
		background-position: center bottom;
		background-size: 100% auto;
		background-image: url(../images/header_menu_bg.png);
	}




	#footer{
		font-size: 0.6875rem;
		text-align: center;
	}
	#footer .inner{
		height: 3rem;
		-webkit-justify-content: center;
		justify-content: center;
	}
	#footer p{
		display: block;
		margin-right: 0;
		line-height: 1.2;
	}


}