@charset "utf-8";
/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, blockquote, dl, dt, dd, ul, ol, li, form, fieldset, legend, button, input, textarea, th, td {
	margin: 0;
	padding: 0;
}

html {
	overflow-y: scroll;
	overflow-x: hidden;
	
}
html, body {
	font-size: 12px;
	font-family:"KaiTi";
	color: #333333;	
}
a {
	color: #333333;
	text-decoration: none;
}
a:hover {
	color: #1b3280;
	text-decoration: none;
}
img {
	border: 0 none;
}
ol, ul, li {
	list-style: none;
}
div, ul, li {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
}
input[type="submit"], input[type="reset"] {
	cursor: pointer;
}
.clear {
	clear: both;
}
.fl {
	float: left;
}
.fr {
	float: right;
}
.ov {
	overflow: hidden;
}
.m1200 {
	min-width: 1200px;
}
.box{
	width: 1200px;
	margin: 0 auto;
}


/*头部*/
.header{
	width: 100%;
	height: auto;
	
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 999;
	background: none;
	-webkit-transition: opacity 1000ms;
    -moz-transition: opacity 1000ms;
    -o-transition: opacity 1000ms;
    transition: opacity 1000ms;
}
.header:hover{background: rgba(255,255,255,0.7)}
.header span{
	display: block;
	float: left;
	font-size: 16px;
	padding-top: 14px;
	margin-bottom: 34px;
}
.head{
	height:60px;
}
.lxfs{
	margin-top:9px;
}
.qq{
	background: url(../images/qq1_03.png) center center no-repeat;
	width: 22px;
	height: 22px;
	float: left;
}
.qq a{
	display: block;
	cursor: pointer;
}
.weixin{ width:22px; height:22px; float: left;position:relative; left: 14px;}
.weixin a{width:22px; height:22px; display:block; position:absolute; left:0; top:0;background:url(../images/qq2_05.png) no-repeat center center; }
.weixin .weixin_nr{width:100px; height:120px; padding:10px; background:#fff; text-align:center; position:absolute; left:-40px; top:35px; z-index: 9999999; display:none;}
.weixin .weixin_nr img{ margin-bottom:5px;}
.weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #fff;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:50px; top:-10px;}
.weixin.on .weixin_nr{ display:block;}
.weixin.on a{ background:url(../images/qq2_05.png) no-repeat center center;}
.weibo{
	background: url(../images/qq3_07.png) center center no-repeat;
	width: 22px;
	height: 22px;
	float: left;
	margin-left: 30px;
}
.weibo a{
	display: block;
	cursor: pointer;
}



/*导航*/
.nav {
	width: 1200px;
	height: 47px;
	position: relative;
	top: 22px;
	left: 50%;
	margin-left: -600px;
	z-index: 1;
	float: left;
	
}
.nav ul {
	width: auto;
	
	
}
.nav ul li {	
	width: 118px;
	text-align: center;
	font-size: 20px;
	position: relative;
	float: left;	
	background: url(../images/xx_11.png) right center no-repeat;
	
}
.nav ul li a {
	display: block;	
	width: 118px;
	text-align: center;
}
.nav ul li a:hover, .nav ul li a.nhover {	
	color: #1b3280;
}
.nav ul li ul {
	display: none;
	width: 118px;
	height: auto;
	background:#1b3280;
	color: #fff;
	position: absolute;
	left: 0px;
	z-index: 99999999;
	font-size: 14px;	
}
.nav ul li ul li {
	width: 100%;
	height: 40px;
	line-height: 40px;		
	font-size: 16px;
	
}
.nav ul li ul li a {
	display: block;
	color: #fff;
	width: 168px;
	text-align: left;
	text-indent: 20px;
	
}
.nav ul li ul li a:hover {
	text-decoration: underline;
	color: #fff;
	background: none;
}
.logos{
	width:auto;
	height: auto;
	float: left;
	clear: both;
	margin-bottom: 30px;
	margin-right: 147px;
}


/*底部*/
.footer{
	clear: both;
	height: 268px;
	background: #222222;
	
}
.foot{
	height: 211px;
	border-bottom: 1px solid #4e4e4e
}
.ftop{
	height:98px;
}
.ftop ul li{
	float: left;
	margin-top: 44px;
	width: 164px;
	text-align: center;
	font-size: 18px;
	border-right: 1px solid #fff;
}
.ftop ul li a{
	color: #fff;
}
.ftop ul li a:hover{
	color: #1b3280;
}
.fleft{
	width:1008px;
	float:left;
}
.fleft p{
	font-size: 16px;
	line-height: 30px;
	color: #666666
}
.fright{
	float: left;
	color: #fff;
}
.fright img{
	margin-top: 27px;
	margin-left: 40px;
	margin-bottom: 7px; width: 100px;
}
.fright p{
	line-height: 20px;
	font-size: 14px;
	text-align: center;
}
.banquan{
	line-height: 52px;
	text-align:  center;
	font-size: 14px;
	color: #666666;
}
.banquan a{
	color: #666;
}
.banquan a:hover{
	color: #1b3280;
}