@charset "utf-8";
body,ol,ul,h1,h2,h3,h6,p,th,td,dl,dd,form,fieldset,legend,input,textarea,select{margin:0;padding:0;border: none;}
h5{margin:0;padding:0;border: none;text-align:center;}
body{font:14px "微软雅黑","Arial Narrow",HELVETICA;background:#fff;-webkit-text-size-adjust:100%;}
a{color:#666;text-decoration:none;}
a:link {color:#666;text-decoration:none;}
a:visited {color:#666;text-decoration:none;}
a:hover {color:#666;text-decoration:none;}
a:active {color:#666;text-decoration:none;}
em{font-style:normal;}
ul,li{list-style:none;}
img{border: none;margin: 0;padding: 0;}
body{background-image: url("..../images/bg.jpg");background-repeat: repeat;}
.mt30{margin-top: 30px;}
.mt20{margin-top: 20px;}
.bg-wite{background-color: #fff;}
.warp{width: 1010px;margin-left: auto;margin-right: auto;position: relative;}
.notborder{border:none !important;font-size:large;}
.more-reight{position: absolute;right: 8px;font-size: 13px;}
/*header*/
#header{
	height: 100px;
	width: 100%;
	background-color: #fff;
}
#logo{
	width: 221px;
	height: 79px;
	position: absolute;
	top:12px;
}
#nav{
	height: 27px;
	margin-top: 40px;
}
#nav li{
	-moz-transition: all .3s;
	-webkit-transition: all .3s;
	-o-transition: all .3s;
	transition: all .3s;
}
#nav ul li a:hover{
	
	color:#0066CC;
}
#nav ul li span{ display:block; position:absolute; width:0px; height:0px; background:#1FAEFF; ;}
#nav .atr{
	border-bottom: 1px solid #2c86fd;
}
#nav li{
	height: 28px;
	margin-left: 26px;
	padding-left: 10px;
	padding-right: 10px;
	padding-bottom: 12px;
}
#nav li,#nav li a{
	color: #666;
	font-size: 16px;
}
#footer{
	margin: 30px 0 30px;
	width: 100%;
	height:94px;
	background-color: #526379;
	text-align: center;
	padding-top: 18px;
	padding-bottom: 18px;
}
#footer a,#footer p,#footer{
	color: #9aa8ba;
	font-weight:normal;
	font-size: 12px;
}