@charset "utf-8";
/* CSS Document -- skyren */
html {
	-webkit-text-size-adjust: none;
}
body {
	font-family: "微软雅黑";
	font-size: 14px;
	font-style: normal;
	line-height: 22px;
	font-weight: normal;
	font-variant: normal;
	color: #262424;
	background: #fff;
}
body, ul, dl, dd, dt, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, table, img, td, div, input {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
a {
	outline-style: none;
	color: #333333;
	text-decoration: none;
	border: 0;
}
a:hover {
	text-decoration: none;
	color: #e00303;
}
img {
	border: 0;
	display: block;
	margin: 0 auto;
}
li {
	list-style-type: none;
	vertical-align: 0;
}
.hidden {
	display: none;
}
.fleft {
	float: left;
}
.fright {
	float: right;
}
.pos_r {
	position: relative;
}
.pos_a {
	position: absolute;
}
.clear {
	clear: both;
	height: 0;
	line-height: 0;
	overflow: hidden;
	font-size: 0;
}
.wz{
	width: 1300px;
	margin: 0 auto;
}
.wrap{
	width: 100%;
	background-color: #e8e6e7;
	overflow: hidden;
	min-height: 500px;
}
.head{
	width: 100%;
	height: 100px;
}
.head1{
	width: 1450px;
	height: 100px;
        margin: 0 auto;

}
.nav{
	background: #705543;
	width: 100%;
	height: 50px;
}
.nav1{
	width: 1300px;
	margin: 0 auto;
	height: 50px;
}
.nav1 ul{
	width: 1300px;
	height: 50px;
}
.nav1 li{
	width: 142px;
	height: 50px;
	line-height: 50px;
	float: left;
	text-align: center;
	font-size: 23px;
	position: relative;
}
.nav1 li a{
	color: #FFFFFF;
	display: block;
	font-family: "楷体";
	font-weight: bold;
}
.foot_nav {
	height: 40px;
	background-color: #705543;
	text-align: center;
}
.foot_nav ul{
	width: 750px;
	height: 40px;
	margin: 0 auto;
}
.foot_nav ul li{
	width: 140px;
	line-height: 38px;
	float: left;
}
.foot_nav ul li1{
	width: 115px;
	line-height: 38px;
	float: left;
}
.foot_nav ul li a{
	color: #FFFFFF;
}
.foot_nav ul li1 a{
	color: #FFFFFF;
}
.foot{
	height: 85px;
	line-height: 28px;
	background-color: rgba(232,230,231,1.00);
	width: 100%;
	text-align: center;
	color: #000000;
}