body,ol,ul,h1,h2,h3,h4,h5,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select
 
{margin:0;padding:0} 
body{font:16px"微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-color:#8d9da3;}
a{color:#6a7884;text-decoration:none} 
a:hover{color:#456bab;text-decoration:none} 
em{font-style:normal} 
li{list-style:none} 
img{border:0;vertical-align:middle} 
table{border-collapse:collapse;border-spacing:0} 
p{word-wrap:break-word} 

.flex-wrap{
	  display:-moz-box;
	  display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
}
html,body{
	min-width: 1200px;
}
.k{width: 1200px;margin:0 auto;min-width: 1200px;overflow: hidden}
.flex-center{
		display:-webkit-box; 
		-webkit-box-orient:horizontal; 
		-webkit-box-pack:center; 
		-webkit-box-align:center; 
		display:-moz-box; 
		-moz-box-orient:horizontal; 
		-moz-box-pack:center; 
		-moz-box-align:center;
}
.l{float: left;}
.r{float:right;}
.h{overflow: hidden;}
.header{
	height: 96px;
	width: 100%;
	background:rgba(246,248,249,0.9);
	position: fixed;
	z-index: 1000;
}
.k{color:#7b8a97;}
.logo{
	height: 80px;
	margin-top:20px;
	margin-left: 12px;
}
.logo img{
	height: 58px;
}
.logo .texts{
	float: right;
	display: inline-block;
	margin-top: 0px;
	font-size: 38px;
	margin-left: 12px;
	font-weight: bold;
}
.logo .texts b{
	color:#870000;
}
.nav{
	margin-top: 34px;
}
.nav li{
	font-size: 18px;
	float:left;
	width: 170px;
	font-weight: bold;
	text-align: center;
	color: #6a7884;
	line-height: 30px;
	position: relative;
}
.nav li span{
	position: absolute;
	right: -8px;
	top:0;
}
.nav li .huovers{
	position: absolute;
	width: 170px;
	text-align: center;
	border: 0;
	top: 30px;
	left: 0px;
	z-index: 1000000;
	display: none;
}
.nav li .huovers div{
	width: 170px;
	line-height: 40px;
	background: #ffffff;
}
.nav li .huovers div:hover{
	background: #125aac;
	color: #ffffff;
}
.nav li:hover .huovers{
	display: block;
}
.nav li a{
	padding:6px 16px 6px 16px;
}
.nav li a:hover{
	color: #ffffff;
	background: #125aac;
}
.fixeds{
	width: 100px;
    border: 1px solid #eaeaea;
    background: #fff;
    background-size: 10px;
    overflow: hidden;
    position: fixed;
    top: 130px;
    left: 1%;
    color: #3f66a8;
    z-index: 111111;
}
.fixeds ul li{
	width: 80px;
	border-bottom: 1px solid #eaeaea;
	overflow: hidden;
	text-align: center;
	font-size: 14px;
	padding-bottom:6px
}
.fixeds ul li:hover{
	background: #64AEFF;
	color: #ffffff;
}
.fixeds ul{
	position: relative;
}
.fixeds ul li img{
	display: block;
	width: 35px;
	height: auto;
	margin: 6px auto;
}
#fixedBtn{
	width: 18px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    background: #ffffff url(../image/fixed-sanjiao.png) left 3px center no-repeat;
    border-right: 1px solid #eaeaea;
}