@charset "utf-8";
/* CSS Document */


/*头部开始*/
.navItem{float:left;text-align:center;position:relative; width:120px;}
		.navItem.current{background:url(../images/gray.png);}
		.navItem a.navItem-link{
		display:block;padding:60px 20px 0;height:79px;font-size:16px; color:#fff;transition:all .2s;}
		.navItem a.navItem-link small{display:none;}
		.navItem.current a.navItem-link{padding-top:45px;height:97px;}
		.navItem.current a.navItem-link small{display:inline-block;*display:inline;*zoom:1;padding:0 5px; font-size:16px;}
		.dropDown{display:none;position:absolute;top:141px;left:0;background:url(../images/gray.png); width:120px;}
		.navItem.current .dropDown{display:block; padding-bottom:15px; border-bottom-left-radius:5px;
		border-bottom-right-radius:5px;
		}
		.dropDown li{width:120px;}
		.dropDown li a{display:block;color:#fff;height:32px;line-height:32px;padding:0 20px; font-size:14px;}
		.dropDown li a:hover{
			background:#a1842a;}
		
		
		
.nav{
	height:141px;
	background:url(../images/navbackground.png);
	position:fixed;
	top:0;
	z-index:99999;
	width:100%;}
.in_nav{
	width:1100px;
	margin:0 auto;}
.logo{
	float:left;
	margin-top:20px;}
.navArea{
	float:left;
	margin-left:143px;
	height:100px;}




/*底部开始*/
/*底部开始*/
.footer{
	height:170px;
	background:#313131;
	padding-top:53px;}
.in_footer{
	width:1200px;
	margin:0 auto;
	}
.in_footer ul{
	float:left;}
.in_footer ul li{
	float:left;
	margin:0 17px;
	}
.in_footer ul li h3 a{
	font-size:15px;
	color:#999999;
	padding-bottom:10px;
	}
.in_footer ul li h3 a:hover{
	font-size:15px;
	color:#967a1a;
	padding-bottom:10px;
	}
.in_footer ul li a{
	color:#dfdfdf;
	font-size:12px;
	line-height:24px;}
.in_footer ul li a:hover{
	color:#e50112;
	font-size:12px;
	line-height:24px;}
.contact{
	width:332px;
	height:77px;
	float:left;
	font-size:12px;
	margin-left:14px;
	background:url(../images/line.jpg) no-repeat left top;
	padding-left:22px;}
.contact span{
	font-size:12px;
	color:#fff;
	width:284px;
	display:inline-block;
	line-height:21px;}
.weixin{
	float:right;
	text-align:center;
	margin-right:10px;}
.weixin h5{
	font-size:14px;
	color:#dfdfdf;
	text-align:center;
	margin-bottom:15px;}


/*底部版权*/
.bq{
	text-align:center;
	clear:both;
	background:#313131;
	color:#7a7979;
	height:38px;
	line-height:38px;
	border-top:1px solid #4f4f4f;}
	
	
	
	
	
	
	
	
	
	