@charset "utf-8";
body {
	font-size:14px;
    FONT-FAMILY: Microsoft YaHei,PingFang SC,HanHei SC,SimHei,Arial,sans-serif,SimSuncss;
    BACKGROUND: #382521 url("../images/body_bg.gif") top center repeat;
    COLOR: #fff;
    LINE-HEIGHT: 22px;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
	margin:0;
	padding:0;
}
address, caption, cite, code, dfn, em, th, var {
	font-style:normal;
	font-weight:normal;
}
ul,li {
	list-style:none;
}
caption, th {
	text-align:left;
}
h1, h2, h3, h4, h5, h6 {	
	font-weight:normal;
}
ul, li{
	list-style-type:none;
}

a{
    COLOR: #f0d6a6;
	text-decoration:none;
}
a:hover{
	COLOR: #d9b46f;
	text-decoration:none;
}
/*--top--*/
.title_1,.title_2,.title_3,.title_4{
	min-width:1300px;
	text-align: center;
	background-repeat: no-repeat;
	}
.title_1 img,.title_2 img,.title_3 img{
	display: block;	
}
.title_1{
	height:258px;
	background: url(../images/title_bg1.jpg)  center top no-repeat;
	}
.title_2{
	height:254px;
	background: url(../images/title_bg2.jpg)  center top no-repeat;
	}
.title_3{
	height:226px;
	background: url(../images/title_bg3.jpg)  center top no-repeat;
	}
.title_4{
	height:183px;
	background: url(../images/title_bg4.jpg)  center top no-repeat;
	}
.top_1{
	width:100%;
	height:258px;	
}
.top_2{
	margin: auto;	
	height:254px;
}
.top_3{	
    padding: 0;
	height:226px;	
	margin: auto;
	font-size:20px;
	line-height: 38px;		
}
.top_3 h3{
	color:#7fffff;
	font-size:48px;
	font-weight: bold;
	line-height: 50px;
	height: 90px;
	display: block;
	text-align: center;
}
.top_3 .t3_bx{
	margin: auto;
	width:1150px;
	font-size:18px;
	line-height:30px;
}
.top_3 .t3_bx p{
	padding:7px 0;
	}
.nav_box{
	width:100%;	
	height:170px;
	background: url(../images/title_bg5.jpg) no-repeat center top; 	
	}
.nav{
	height: 68px;	
	min-width: 1300px;
	margin:auto;
	font-size: 22px;	
	text-align: center;
	overflow:hidden;	border-bottom: 1px solid #caab82;
		
	}
.nav a{
	display: inline-block;	
	color: #fff;
	line-height: 62px;	
	border-bottom: 3px solid transparent;
	margin:0 0.9%;
}
.nav a.navcur,.nav a:hover{
	color: #caab82;
	border-bottom: 3px solid #caab82;	
}
.main_box{
	height:auto;
	width:100%;	
	}
.main_1{
	width: 1300px;	
	margin: 0 auto;
	padding:20px 0 70px 0;
	text-align: center;
}
.main_1{
	width: 1300px;	
	margin: 0 auto;
	padding:20px 0 70px 0;
	text-align: center;
}
.main_1 a:hover{
	opacity: 0.7;
	webkit-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;    
}
#footer {
    min-width: 1300px;
	height:505px;
    padding: 37px 0;
    font-size: 12px;   
	line-height: 20px;
    color: #f0d6a6;
	text-align: center;	
	background: url("../images/bottom.jpg") no-repeat bottom;
}
.fh_top{
	width:100px;
	height: 31px;
	background:url(../images/fh_top.png) no-repeat -1px 0px;
	position: fixed;
    right:20px;
	bottom:20px;
	z-index: 12;
	cursor: pointer;
	display: none;
}
.fh_top:hover{
	background: url(../images/fh_top.png) no-repeat -1px -31px;
	
}