html {width: 100%;-webkit-text-size-adjust:none;-webkit-text-size-adjust: 100%;-ms-text-size-adjust: 100%;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);height: 100%;}
body {width: 100%;height: 100%;font-size: 16px;background: #fff;min-height: 100%;font-family: 'Microsoft Yahei', '微软雅黑', Arial, sans-serif;}
* {margin: 0;padding: 0;border: 0;}
ul,ul li,ol,li {list-style: none outside none;}
img {vertical-align: middle;border: none;}
i {font: inherit;}
input,select,option {vertical-align: middle;border-radius: 0px;/*-moz-appearance:none;-webkit-appearance:none;appearance:none;*/-webkit-tap-highlight-color: rgba(0, 0, 0, 0);outline: none;}
input[type="text"],input[type="button"],input[type="submit"],input[type="reset"] {-webkit-appearance: none;appearance: none;border-radius: 0;outline: none;}
.fl {float: left;display: inline;}
.fr {float: right;display: inline;}
h1,h2,h3,h4,h5,h6,i,strong {font-weight: normal;}
select::-ms-expand { display: none; }
a {color: #fff;text-decoration: none;-webkit-tap-highlight-color: rgba(0, 0, 0, 0);}
a:hover {text-decoration: none;outline: none;}
.clear {clear: both;}
.clearfix:after {content: ".";display: block;height: 0;clear: both;visibility: hidden;}
.clearfix {zoom: 1;display: block;_height: 1px;clear: both;}
body,ul,ol,li,p,h1,h2,h3,h4,h5,h6,form,fieldset,table,td,img,div,dl,dt,dd,input{margin: 0;padding: 0;}


/*版心*/
.main{
	max-width: 1200px;
	margin: 0 auto;
}


body{
	background-color: #101010;
}
.header-top{
	color: #a9a9a9;
	font-size: 12px;
	line-height: 24px;
}
.header-top .header-top-right a{
	color: #a9a9a9;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.header-top .header-top-right a:hover{
	color: #ffa500;
}
.header-top .header-top-right .icon-wo{
	color: #03b4f5;
	margin-right: 6px;
}
.header-bottom{
	background-color: #202020;
	height: 70px;
	line-height: 70px;
	font-size: 13px;
}
.header-bottom .header-bottom-right a{
	float: left;
	padding: 0 15px;
	color: #f2f2f2;
	-webkit-transition: all 0.4s ease-in;
	-moz-transition: all 0.4s ease-in;
	-ms-transition: all 0.4s ease-in;
	-o-transition: all 0.4s ease-in;
	transition: all 0.4s ease-in;
}
.header-bottom .header-bottom-right a:hover{
	color: #ffa500;
}
.header-bottom .header-bottom-right a.active{
	background-color: #333;
}
.banner{
	height: 500px;
	background: url(../images/banner.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	overflow: hidden;
	position: relative;
}
.banner img{
	width: 100%;
	/*-webkit-transform: translateY(-50%);*/
	/*-moz-transform: translateY(-50%);*/
	/*-ms-transform: translateY(-50%);*/
	/*-o-transform: translateY(-50%);*/
	/*transform: translateY(-50%);*/


}
.footer{
	padding: 75px 0;
	background-color: #202020;
	color: #656565;
	overflow-x: hidden;
}
.footer .footer-center{
	margin: 0 auto;
	margin-left: 9%;
}
.footer .footer-center ul li{
	padding: 0 10px;
	border-right: 1px solid #656565;
}
.footer .footer-center ul li:last-child{
	border-right: 0 none;
	padding-right: 0;
}
.footer .footer-center ul li:first-child{
	padding-left: 0;
}
.footer .footer-center ul li a{
	color: #656565;
}
.footer .footer-center ul li a:hover{
	text-decoration: underline;
}
.footer .footer-center .footer-center-item{
	line-height: 26px;
}
.footer .footer-right{
	text-align: center;
}
.footer .footer-right .footer-right-tit{
	margin-bottom: 10px;
}
.footer .footer-right .footer-right-text{
	line-height: 26px;
}
.footer-main{
	width: 1200px;
	margin: 0 auto;
}