@charset "utf-8";
html{
	background:#fff;
	overflow:auto;
	zoom:1;
}
*{
	padding:0;
	margin:0;
	outline:none;
}
ol,li,ul,dl,dt,dd{
	list-style:none;
}
img{
	border:0;
}
a{
	text-decoration:none;
	color:inherit;
}
i{
	font-style:normal;
}
/**移动端去除点击蓝色底纹**/
a:link,
a:active,
a:visited,
a:hover {
    background: none;
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;  
}
/**移动端去除点击蓝色底纹**/
h1, h2, h3, h4, h5, h6 { 
	font-size:inherit;
	font-weight:lighter;
}
button,submit {
	cursor:pointer;
}
table {
	border-collapse:collapse; 
	border-spacing:0;
}
b,em,i{
	display:inline-block;
	font-weight:normal;
	font-style:normal;
}

body{
	font-size:14px;
	font-family:"微软雅黑",Microsoft YaHei;
	min-width:1200px;
}


#header{
	width:100%;
	height:99px;
	float:left;
}
#head{
	width:1200px;
	height:auto;
	margin:auto;
}
#head .logo{
	width:310px;
	height:99px;
	float:left;
}
#head .logo img{
	width:100%;
	height:100%;
	float:left;
}
#head .nav{
	width:auto;
	height:100%;
	float:right;
}
#head .nav li em{
	border-bottom:3px solid #fff;
}
#head .nav li:hover em{
	border-bottom:3px solid #b38f3a;
}
#head .nav li:hover{
	color:#b38f3a;
}
#head .nav li{line-height:96px;height:100%;text-align:center;width:105px;float:left;position:relative;z-index:99;font-size: 16px;color:#333;}
#head .nav li > a{display:block;}
#head .nav li .sec{width:105px;height:0;background-color:#fff;color:#333;overflow:hidden;z-index:100;position:absolute;top:99px;left:0;}
#head .nav li .sec .nav_left{
	width:100%;
	height:auto;
	float:left;
}
#head .nav li .sec .nav_left a{background-color:#fff;color:#333;height:40px;line-height:40px;width:100%;float:left;font-size:14px;}
#head .nav li .sec .nav_left a:hover{
	color:#b38f3a;
}
#head .nav li .sec .nav_left a:first-child{
	margin-top:5px;
}




#main{
	width:100%;
	height:auto;
	float:left;
}
.min{
	width:1200px;
	height:auto;
	margin:auto;
}

.index_title{
	width:100%;
	height:40px;
	float:left;
	text-align:center;
	font-size:28px;
	color:#b38f3a;
}
.index_title em{
	color:#bdbbbb;
}




#footer{
	width:100%;
	height:auto;
	float:left;
	min-width:1200px;
	background-color:#303030;
}
.foot{
	width:1000px;
	height:auto;
	margin:auto;
}
.foot_top{
	width:100%;
	height:auto;
	float:left;
	padding:15px 0;
}
.foot_top ul{
	width:100%;
	height:auto;
	float:left;
	display:flex;
}
.foot_top ul li{
	flex:1;
}
.foot_top ul li img{
	display:block;
	margin:auto;
}
.foot_top ul li span{
	width:100%;
	height:30px;
	float:left;
	line-height:30px;
	text-align:center;
	color:#fff;
	margin-top:10px;
	font-size:13px;
}
.foot_cent{
	width:100%;
	height:auto;
	float:left;
	border-bottom:1px dashed #666;
	border-top:1px dashed #666;
	padding:15px 0;
}
.foot_cent dl{
	width:180px;
	float:left;
	height:auto;
	margin-right:30px;
}
.foot_cent dl dt{
	width:100%;
	height:40px;
	float:left;
	line-height:40px;
	font-size:20px;
	color:#8d8d8d;
}
.foot_cent dl dd{
	width:100%;
	height:35px;
	float:left;
	line-height:35px;
	color:#8d8d8d;	
}
.foot_cent dl dd a{
	display:block;
}
.foot_cent dl dd a:hover{
	text-decoration:underline;
}
.foot_cent .erweima{
	width:200px;
	height:130px;
	float:right;
	margin-top:20px;
}
.foot_cent .erweima span{
	width:100%;
	height:20px;
	float:left;
	line-height:20px;
	text-align:center;
	color:#eaeaea;
	margin-bottom:10px;
	overflow:hidden;
}
.foot_cent .erweima img{
	width:120px;
	height:120px;
	display:block;
	margin:auto;
}

.foot_bot{
	width:100%;
	height:auto;
	float:left;
	padding:15px 0;
}
.foot_bot p{
	width:100%;
	height:auto;
	float:left;
	line-height:25px;
	text-align:center;
	color:#eaeaea;
	font-size:13px;
}





/**************分页********************/
#pages{ text-align:center;margin-top:40px;margin-bottom:0;float:left;width:100%;}
#pages a{ display:inline-block; padding:5px 11px; background-color:#fff;color:#565656;border:1px solid #e2e2e2;margin:0 3px;-webkit-transition: background-color .25s;transition:background-color .25s;cursor:pointer;}
#pages a:hover{ background-color:#b38f3a; color:#fff}
#pages a.active{ background-color:#b38f3a; color:#fff}
#pages a.prev,#pages a.next{ font-size:14px; position:relative; padding:5px 8px;} 
#pages span{display:inline-block; padding:5px 11px; color:#fff; position:relative;background-color:#b38f3a;border:1px solid #e2e2e2;}













