* {
	margin: 0;
	padding: 0;
}
a {
	text-decoration: none;
}
body {
	min-width: 1240px;
}
div{
	/* border: 1px solid #000000; */
}
.top {
	width: 100%;
	height: 110px;
	/* background: linear-gradient(#ead0ab,#f7f6f3); */
	/* background-color: brown; */
	background: url(../img/top0.png) center;
        overflow: hidden;
}

.top-center {
        width: 1600px;
        margin: 0 auto;
}

.logo {
	margin-left: 90px;
	margin-top: 7px;
	height: 65%;
	float: left;
	color: #ffffff;
}
.logo img{
	height: 60px;
	float: left;
	margin-top: 18px;
}

.logo p{
	margin-left: 10px;
	margin-top: 20px;
	border-left: 2.5px solid #EEEEEE;
	float: left;
	height: 75%;
}

.logo strong{
	margin-top: 3px;
	display: block;
	text-align: center;
	width: 200px;
	font-size: 30px;
	font-family: 幼圆;
}

.logo i{
	margin-top: 3px;
	font-size: 13px;
	font-weight: 500;
	display: block;
	text-align: center;
}

.top-right {
	float: right;
	width: 400px;
	height: 100px;
	margin-top: 27px;
	margin-right: 50px;
}

.wechat{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 50px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.wechat:hover{
	color: #00cf29;
}
.wechat:hover big{
	display: block;
}
.wechat big{
	position: absolute;
	z-index: 9999;
	background-color: white;
	height: 120px;
	width: 120px;
	left: -40px;
	top: 40px;
	display: none;
}
.wechat img{
	height: 120px;
	width: 120px;
}
.weibo{
	width: 40px;
	height: 40px;
	float: right;
	margin-right: 20px;
	color: #ffffff;
	text-align: center;
	line-height: 40px;
	font-size: 20px;
	position: relative;
	cursor: pointer;
}
.weibo:hover{
	color: #00cf29;
}
.weibo:hover big{
	display: block;
}
.weibo big{
	position: absolute;
	z-index: 9999;
	background-color: white;
	height: 120px;
	width: 120px;
	left: -40px;
	top: 40px;
	display: none;
}
.weibo img{
	height: 120px;
	width: 120px;
}

.hrefs{
	height: 40px;
	float: right;
	margin-right: 30px;
	line-height: 40px;
}

.hrefs a{
	color: #ffffff;
	font-size: 14px;
	text-decoration: none;
}

.hrefs span{
	margin-left: 10px;
	margin-right: 10px;
	color: #ffffff;
}
.hrefs a:hover{
	color: #00df29;
	text-decoration: none;
}
.search{
	width: 280px;
	height: 30px;
	float: left;
	margin-top: 10px;
	margin-left: 70px;
}

.nav {
	width: 100%;
	height: 60px;
	background-color: #A71415;
}

.nav-center{
	width: 1250px;
	margin: 0 auto;
	height: 60px;
}

.foot {
	margin-top: 30px;
	height: 200px;
	width: 100%;
	background-color: #DE2910;
        position: relative;
}

.foot-left{
 float:left;
 margin-left: 260px;
 height: 150px;
 width: 450px;
 margin-top: 40px;
 color: white;
 font-size: 16px;
}
.foot-right{
 float:right;
 margin-right: 150px;
 height: 150px;
 width: 456px;
 margin-top: 40px;
 color: white;
 font-size: 16px;
}
.footp{
 line-height: 40px;
}