@charset "utf-8";
*{-webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; outline: 0; -webkit-text-size-adjust: none; -webkit-tap-highlight-color: rgba(0,0,0,0);}
html{height: 100%;}
html,body,div,p,strong,span,a,b,ul,ol,li,dl,dt,dd,h1,h2,h3,h4,h5,h6,form,del,img,i,select,button,textarea,input{margin: 0; padding: 0;}
body{background: #202022; font-family: "Microsoft YaHei"; font-size: 16px; color: #000; position: relative; min-height: 100%;}
input[type="text"],input[type="hidden"],input[type="password"],button,textarea{outline: none; border: none; -webkit-appearance: none; border-radius: 0;}
select{outline: none; border: none;}
a,img,button,input,textarea{-webkit-tap-highlight-color:rgba(255,255,255,0);}
h1,h2,h3,h4,h5,h6,strong{font-weight: normal;}
a{text-decoration: none; color: #000;}
a:hover{text-decoration: none;}
a:focus{text-decoration: none;}
li{list-style: none;}
img{vertical-align: middle; border: none;}
i{font-style: normal;}
.fl{float: left;}
.fr{float: right;}
.fr a{
	color: #fff;
}
.fr a:hover{
	border-bottom:1px solid #fff;
	cursor: pointer;
}
.clear{clear: both;}
.hidden{overflow: hidden;}
.commonpd{padding: 5% 7%;}
.por{position: relative; z-index: 3;}
/*scroll bar*/
::-webkit-scrollbar {width:6px;height:6px}
::-webkit-scrollbar-button:vertical {display:none}
::-webkit-scrollbar-corner,::-webkit-scrollbar-track {background-color:#ccc}
::-webkit-scrollbar-thumb {border-radius:0;background-color:#e50012;)}
::-webkit-scrollbar-thumb:vertical:hover {background-color:#e50012;)}
::-webkit-scrollbar-thumb:vertical:active {background-color:#e50012;)}
.container{width: 86%; max-width: 1440px; margin: 0 auto;}
.container:after{content: ''; display: block; clear: both;}
@media screen and (max-width: 992px){
	.commonpd{padding: 5%;}
}
body p{text-align: justify;}