/* CSS Document */


* {
	font-family:微软雅黑;
	margin:0px;
	padding:0px;
	color:#40210F;
}

body {
	min-width:1200px;
	font-size:14px;
	background-color:#FFF;
}

ul , li {list-style:none;}

img {
	border:0px;
}

a {
	color:#864204; text-decoration:none;
}
a:hover {
	color:#FD7C00;
}



#header_block {
	width:100%;
	min-width:1200px;
	height:97px;
}

#header {
	position:fixed;
	top:0px;
	width:100%;
	min-width:1200px;
	height:97px;
	background-color:#F1750C;
	z-index:9999;
}

#head {
	margin:auto;
	padding:0px 200px 0px 200px;
	max-width:1400px;
	min-width:800px;
	height:97px;
}

#head_left {
	float: left;
	width: 350px;
	height: 97px;
	text-align: center;
}

#head_left img {
	width:100%;
	box-shadow: 0 0 10px #666;
	-webkit-box-shadow: 0 0 10px #666;
	-moz-box-shadow: 0 0 10px #666;
}

#head_right {
	float:right;
	height:97px;
	overflow:hidden;
}

#head_info {
	height:52px;
	overflow:hidden;
}

#head_info_phone {
	float:right;
	margin-right:15px;
	padding-left:42px;
	line-height:52px;
	color:#FFF;
	font-size:38px;
	font-weight:bold;
	text-align:right;
	background-image:url(../images/phone.png);
	background-position:left center;
	background-repeat:no-repeat;
	overflow:hidden;
}



#main {
	width:100%;
	overflow:hidden;
}

#index_main {
	padding-bottom:50px;
	width:100%;
	background-color:#F8F4EF;
	overflow:hidden;
}




#footer {
	width:100%;
	height:421px;
	background-image:url(../images/footer_back.jpg);
	background-position:center top;
	background-size:100%;
	overflow:hidden;
}

#foot {
	margin:auto;
	padding:0px 200px 0px 200px;
	max-width:1400px;
	height:421px;
	overflow:hidden;
}

#foot_logo {
	margin-top:36px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

#foot_QRcode {
	margin-top:24px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

#foot_info {
	margin-top:24px;
	width:100%;
	text-align:center;
	overflow:hidden;
}

#foot_info div {
	display:inline-block;
	margin-left:20px;
	margin-right:20px;
	padding-left:40px;
	width:210px;
	height:40px;
	line-height:40px;
	color:#FFF;
	font-size:26px;
	font-family:Verdana, Geneva, sans-serif;
	text-align:left;
	background-position:left center;
	background-repeat:no-repeat;
	overflow:hidden;
}

#foot_info_phone {
	background-image:url(../images/phone_foot.png);
}

#foot_info_time {
	background-image:url(../images/time.png);
}
	

#foot_copyright {
	width:100%;
	height:30px;
	line-height:30px;
	color:#BF9E80;
	font-size:20px;
	text-align:center;
	overflow:hidden;
}



#banner {
	width:100%;
	min-width:800px;
	overflow:hidden;
}

#banner img {
	width:100%;
}
	



#float_button {
	position:fixed;
	top:40%;
	right:10px;
	overflow:hidden;
	z-index:999;
}

#float_button a {
	display:block;
	margin-bottom:7px;
}

#float_button img {
	width:72px;
	height:58px;
}
