@charset "UTF-8";
	html {
	font-family:sans-serif;
	-ms-text-size-adjust:100%;
	-webkit-text-size-adjust:100%}
html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
    background:0 0;
    font-size: 14px;
}
article,aside,details,figcaption,figure,footer,header,hgroup,main,nav,section,summary {
	display:block}
audio,canvas,progress,video {
	display:inline-block;
	vertical-align:baseline}
audio:not([controls]) {
	display:none;
	height:0}
[hidden],template {
	display:none}
a {
	background:0 0;
	text-decoration:none}
a:active,a:hover {
	outline:0}
abbr[title] {
	border-bottom:1px dotted}
b,strong {
	font-weight:700}
dfn {
	font-style:italic}
ul,li {
	margin:0;
	padding:0}
li {
	list-style:none}
mark {
	background:#ff0;
	color:#000}

html,body{
	min-width: 1200px;
}
/* 位置 */


/* 居中块 */
.m-center{
	margin: 0 auto;
}
.center{
	width: 1200px;
	/* height: 100%; */
    margin:  0 auto;
    overflow: hidden;
}

.m-logo{
    width: 30px;
    height: 30px;
}

/* 位移 */
.m-top10{
    margin-top: 10px;
}
.m-top16{
    margin-top: 16px;
}
.m-top20{
	margin-top: 20px;
} 
.m-top60{
	margin-top: 60px;
} 
.m-top80{
	margin-top: 80px;
}
.m-top100{
	margin-top: 100px;
}

.m-right20{
	margin-right: 20px;
}
.m-right80{
	margin-right: 80px;
}
.m-left36{
	margin-left: 36px;
}
.m-bottom10{
	margin-bottom: 10px;
}
.m-bottom20{
	margin-bottom: 20px;
}
.m-bottom30{
	margin-bottom: 30px;
}
.m-bottom80{
	margin-bottom: 80px;
}
.m-right14{
    margin-right: 14px;
}


.pd-top20{
	padding-top: 20px;
}
.pd-bottom10{
	padding-bottom: 10px;
} 
.pd-bottom30{
	padding-bottom: 30px;
}
.pd-left10{
	padding-left: 10px;
}
.pd-left60{
	padding-left: 60px;
}
.pd-right10{
	padding-right: 10px;
}
.pd-right60{
	padding-right: 60px;
}

/* 定位 */
.p-fixed{
    position: fixed;
    top: 0;
    left: 0;
}
.p-rel{
	position: relative;
}
.p-br{
	position: absolute;
	bottom: 0;
	right: 0;
}
.p-bl{
	position: absolute;
	bottom: 0;
	left: 0;
}
.p-tl{
	position: absolute;
	top: 0;
	left: 0;
}
/* 浮动 */
.f-right{
    float: right;
}
.f-left{
    float: left;
}

.d-ib{
	display: inline-block;
}
.clear{
	overflow: hidden;
}

/* 字体大小 */
.s-sf12{
	font-size: 12px;
}
.s-sf14{
	font-size: 14px;
}
.s-sf16{
	font-size: 16px;
}
.s-sf18{
	font-size: 18px;
}
.s-sf20{
	font-size: 20px;
}
.s-sf24{
	font-size: 24px;
}
.s-sf30{
	font-size: 30px;
} 
.s-sf34{
	font-size: 34px;
} 
.s-sf36{
	font-size: 36px;
}
.s-sf40{
	font-size: 40px;
}
.s-sf58{
	font-size: 58px;
}
/* 颜色 */
.s-colorFFF{
	color: #fff;
}
.s-color999{
	color: #999;
}
/* 字体宽度 */
.s-fwb200{
	font-weight: 200;
}
.s-fwb400{
	font-weight: 400;
}
.s-fwb{
	font-weight: 700;
}
/* 内容居中 */
.s-tac{
	text-align: center;
}
/* 行高 */
.h-h20{
	line-height: 20px;
}
.h-h24{
	line-height: 24px;
}
.h-h30{
	line-height: 30px;
}
.h-h36{
	line-height: 36px;
}
.h-h45{
	line-height: 45px;
}
.h-h60{
	line-height: 60px;
}
.h-h70{
	line-height: 70px;
}
.h-hrem15{
	line-height: 1.5rem;
}
/* 颜色 */
.s-fc-gy2 {
    color: #4f505e;
}
.s-fc-red {
    color: #d6001d;
}

/* 边框 */

.b-bottom{
	border-bottom: 1px solid #252731;
}


.footer-box{
	background-color: #141621;
    padding-top: 50px;
    overflow: hidden;
	color: #fff;
}
.img{
	width: 20px;
	height: 20px;
	margin-right: 5px;
}
.police{
	border: none;
	float: left;
}
.web-number{
	display: block;
	width: 200px;
	margin: 10px auto;
}


/* 宽度 */
.w-w100{
	width: 100%;
}
.w-width120{
	width: 112px;
}
.w-width130{
	width: 130px;
}
.w-width200{
	width: 200px;
}
.w-width500{
	width: 550px;
}
/* 高度 */
.h-height300{
	height:300px;
}

.f-btn{
	display: block;
    border: 1px solid #4c4e59;
    width: 76px;
    height: 30px;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    color: #fff;
}
.f-btn:hover{
	background-color: #fff;
	color: #000;
}

.foot-list>li>a {
    display: block;
    font-size: 12px;
    height: 20px;
    color: #787b92;
    letter-spacing: 0;
    line-height: 20px;
}


.more{
    padding: 3px 10px;
	border: 1px solid #00aadc;
	color: #00aadc;
    background: #fff;
    cursor: pointer;
    transition: all .1s linear;
}
.more:hover{
	color: #fff;
	background-color: #00aadc;
}


/* 背景颜色 */
.bk-color1{
	background-color: #93c861;
}
.bk-color2{
	background-color: #e9a64d;
}
.bk-color3{
	background-color: #e87a6c;
}
.bk-color4{
	background-color: #bd8deb;
}
.bk-color5{
	background-color: #e5b31b;
}

/* 圆角 */
.border-rs20{
	border-radius: 20px;
}

/* 盒子 */
.box-border{
	box-sizing: border-box;
}
/* overflow */
.box-overflow{
	overflow: hidden;
}



.fixed-qq, .fixed-close {
    display: inline-block;
    width: 100%;
    height: 31px;
    position: absolute;
    top: 186px;
    left: 0;
    background-image: url(#);
    cursor: pointer;
}
.fixed-close {
    height: 20px;
    top: 0;
}


