﻿@charset "utf-8";
/* CSS Document */

/*all*/
*{ margin:0; padding:0}
li{ list-style:none}
a{ text-decoration:none; color: #202226;}
img{ border:none}
:focus{ outline:none}
body{ font-family:"微软雅黑"; font-size:14px; 
/*background:url(../images/bg.jpg); */
background:#6fddbb;
min-width: 1200px; color: #202226;}
.hide{display:none;}

.logo{
	width: 250px;
	height: 115px;
	margin: 0 auto;
}
.nav{
	width: 100%;
	height: 60px;
	background: #f4d74f;
}
.nav ul{
	width: 1200px;
	height: 60px;
	margin: 0 auto;
}
.nav ul li a{
	float: left;
	width: 171px;
	height: 60px;
	text-align: center;
	line-height: 60px;
	font-size: 18px;
	font-weight: 300;
}
.nav ul li a:hover,.nav ul li a.on{
	background: #f5c736;
}

/*menu*/
.menu{ width:100%;
	   height:50px;
	   background:#f5c736;}
.menu_m{ width:1200px;
		 height:50px;
		 margin:0 auto;}
.menu_l{ line-height:50px;
		 float:left;
		 margin-left:20px}
.menu_r{
	width: 770px;
	float: right;
}
.menu_r ul li a{ display:block;
				 width:110px;
				 height:60px;
				 line-height:60px;
				 text-align:center;
				 float:left;}
.menu_r ul li a:hover,.menu_r ul li a.on{ color:#fff}

/*main*/
.main{
	width: 1200px;
	height: auto;
	margin: 0 auto;
	overflow: hidden;
	zoom:1;
}

/*title*/
.title{ width:1180px;
		   height:90px;
		   padding-left:20px;
		   overflow:hidden;}
.title ul li a{ float:left;
				   margin-right:10px;
				   color:#666;
				   line-height:100px;}
.title ul li a.on{ font-size:24px;
					line-height:90px;
					color: #FFF;}

.title span a{ float:right;
			    line-height:90px;
			    color:#fff;
				margin-right:20px;}	   
.title span a:hover{ color:#f5c736;}


/*footer*/
.footer{
	width: 100%;
	height: auto;
	background: #2a2a2a;
	color: #646464;
}
.friends{
	width: 1200px;
	height: 50px;
	border-bottom: 1px solid #393939;
	margin: 0 auto;
	line-height: 50px;
}
.friends p{
	float: left;
}
.friends a{
	float: left;
	color: #646464;
	margin-left: 20px;
}
.friends a:hover{
	color: #f5c736;
}
.line{
	width: 1200px;
	height: 200px;
	margin: 40px auto;
	border-bottom: 1px solid #393939;
}
.line ul li{
	width: 210px;
	height: 178px;
	padding-left: 30px;
	float: left;
}
.line ul li a{
	display: block;
	font-size: 12px;
	color: #646464;
	margin-top: 12px;
}
.line ul li a:hover{
	color: #f5c736;
}

.ewm {
	width: 105px;
	height: 120px;
	float: left;
	margin-left: 30px;
}
.ewm p{
	width: 105px;
	height: 16px;
	line-height: 16px;
	text-align: center;
	margin-top: 10px;
}
.footer_b{ width:1200px;
		   height:120px;
		   margin:0 auto;}
.footer_b ul{ width:786px;
			  height:14px;
			  margin:45px auto 26px;}
.footer_b ul li a{ display:block;
				   width:130px;
				   height:16px;
				   float:left;
				   text-align:center;
				   line-height:14px;
				   border-right:1px solid #393939;
				   color:#646464;}
.footer_b ul li a:hover{
	color: #f5c736;
}
.footer_b span{ width:44px;
				height:1px;
				display:block;
				background:#393939;
				margin:0 auto 22px;}		   
.footer_b p{ width:320px;
			 height:12px;
			 text-align:center;
			 font-size:12px;
			 color:#646464;
			 margin:0 auto;}	

