/*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:"思源黑体","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 {
	margin: 0 auto;
	max-width: 1920px;
}
body{
	position: relative;
}
.inner{
	max-width: 90%;
	margin: 0 auto;
}
.inner.w1800{
	width: 1800px;
}
.inner.w1400{
	width: 1400px;
}
.inner.w1200{
	width: 1200px;
}
#footer{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
}
#footer p{
	height: 3.125vw;
	line-height: 3.125vw;
	font-size: 14px;
	color: #ccc;
	text-align: center;
}
#footer p a{
	font-size: inherit;
	color: inherit;
}



@media only screen and (max-width:1600px){
}
@media only screen and (max-width:1440px){

}
@media only screen and (max-width:1280px){
}
@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%;
	}
	.mobile{
		display: inline-block;
	}
	.web{
		display: none;
	}
	#footer p{
		height: 2rem;
		line-height: 1.2;
		font-size: 0.625rem;
		padding: 0.25rem 0;
	}
	#footer p a{
		display: block;
	}

}


#header .language-box{
	vertical-align: middle;
	margin-left: 40px;
	border: 1px solid #9ac83b;
	border-radius: 3px;
	overflow: hidden;
	display: inline-block;
}
#header .language-box a{
	display: inline-block;
	vertical-align: top;
	font-size: 14px;
	color: #9ac83b;
	width: 2em;
	height: 1.857em;
	line-height: 1.857em;
	text-align: center;
}
#header .language-box a.active{
	color: #fff;
	background-color: #9ac83b;
	cursor: default;
}
@media only screen and (max-width:1440px){
	#header .language-box{
		margin-left: 30px;
	}
}
@media only screen and (max-width:1366px){
	#header .language-box{
		margin-left: 20px;
	}
}
@media only screen and (max-width:1280px){
	#header .language-box{
		margin-left: 10px;
	}
}
@media only screen and (max-width:1024px){
	#header .language-box{
		margin-left: 0.5rem;
		border-radius: 0.125rem;
		margin-right: 1rem;
	}
	#header .language-box a{
		font-size: 0.75rem;
	}
}