@CHARSET "UTF-8";
.clearfix{*zoom:1}
.clearfix:before,.clearfix:after{
	display:table;
	line-height:0;
	content:""
}
.clearfix:after{
	clear:both
}
body,html{padding:0;margin:0;font-family:'Microsoft YaHei', arial, 宋体, sans-serif;}
ul ,ol,li,dl,dt{
	list-style:none;
	margin:0;
	padding:0;
}
a{color:#428bca;text-decoration:none;}
a:hover,a:focus{
	color:#3071a9;text-decoration:underline;
}

.blur {    
    -webkit-filter: blur(10px); /* Chrome, Opera */
       -moz-filter: blur(10px);
        -ms-filter: blur(10px);    
            filter: blur(10px);    
}
.header{
	position:fixed;
	top:0;
	width:100%;
	left:0;
	z-index:100;
	background:rgb(15, 22, 28);
}
.head-wid{
	width:1200px;
	margin:auto;
}
.head-wid .logo-box{
	font-size:30px;
	height:71px;
	line-height:71px;
	color:#fafafa;
}
.head-wid .logo-box:hover{
	text-decoration:none;
}
.head-wid:after{
	content:" ";
	clear:both;
	display:block;
}
.header .nav-bar{
	float:right;
	margin-right:20px;
	display:inline-block;
}
.header .nav-bar li{
	float:left;
	padding:20px 25px;
	padding-top:30px;
	position:relative;
}
.header .nav-bar li a:hover,.header .nav-bar li:hover>a{
	color:rgb(37, 130, 197);
}
.header .nav-bar li.has-child{
	background:url(../img/xx.png) right 38px no-repeat;
}
.header .nav-bar li dl{
	border-top:2px solid rgb(37, 130, 197);
	position:absolute;
	top:70px;
	left:10px;
	width:100%;
	display:none;
	background:rgb(15, 22, 28);
	padding:0 12px;
}
.header .nav-bar li dl dt{
	line-height:36px;
	display: block;
	padding-left:00px;
	border-bottom:1px solid rgb(37, 130, 197);
	padding:;
	
}
.header .nav-bar li dl dt:nth-last-child(1){
	border-bottom:none;
}
.header .nav-bar li a{
	cursor:pointer;
	color:#fafafa;
}
.footer{
	border-top:3px solid rgb(37, 130, 197);
	position:absolute;
	bottom:0;
	width:100%;
	left:0;
	overflow:hidden;
	background:url(../img/bg3.png) repeat;
	padding-top:20px;
	min-height:200px;
	margin-top:60px;
}
.footer li{
	float:left;
	width:15%;
	margin-right:5%;
	color:#B3B0B0;
}
.footer li .tit{
	font-size:18px;
	color:#fafafa;
}
.footer li.first{
	width:26%;
	margin-left:6%;
}
.footer li.last{
	margin:0;
	width:22%;
}
.footer li .sub{
	margin-left:26px;
	font-size:14px;
}
.footer li .sub a{
	color:#B3B0B0;
}
.footer li .sub img{
	width:100px;
}
.footer li.last .sub{
	margin-left:0;
}
.footer li.last .box{
	float:left;
}
.footer .copyright{
	width:100%;
	border-top:1px solid #CBCBCB;
	font-size:12px;
	line-height:30px;
	padding-bottom:8px;
	color:#B3B0B0;
	text-align:center;
	padding-left:20px;
}
.footer .copyright a{
	padding-left:16px;
	color:#B3B0B0;
	-webkit-transition:1s;
	transition:1s;
}
.footer .copyright .jishu a:hover{
	color:#428bca;
}
.footer .last .box p{
	float:left;
	width:24px;
	margin:0;
	text-align:center;
}