*{margin:0;padding: 0;list-style:none;text-decoration: none;}
img{border: 0;}
.icon-nav{
    display:none;
}
.header{
	height: 100px;
	width: 100%;
	background-color: #a90904;
	min-width:1200px;
        
}
.center{
	width: 1200px;
	height: 100px;
	margin: auto;
	overflow: hidden;
       padding-right: 30px;
        position:relative;
}
.logo{
	float: left;
	margin-top: 10px;
}
/*-----nav daohang----*/
.nav{float:left;overflow: hidden;}
.nav li{
	width: 90px;
	float: left;
	text-align: center;
	line-height: 100px;
}
.nav li:hover{background-color: #8c0400;}
.nav li a{color: white;}
.search{
	float: right;
	margin-top: 30px;
}
.search input{
	height: 30px;
	width: 160px;
	border:0px;
	background: none;
}
.search span{}
.search span img{margin-bottom: -10px;}
/*----第三栏目---*/
.second{
	width: 1200px;
	margin: auto;
}
/*---footer----*/
.footer{
	height: 100px;
	width: 100%;
	background-color: #31323c;
	overflow: hidden;
	position: relative;
}
.footer p{
	text-align:center;
	color: white;
	width: 800px;
	margin: auto;
	font-size: 14px;
	margin-top: 30px;
}
.footer .p2{margin-top: 10px;}
.footer p span{color: white;margin-left: 30px;}
.footer img{position: absolute;left:100px;}
.chinese{
    display:none;
}
.lz_en{
   width:26px;
   height:26px;
   display:block;
   position:absolute;
   right:0;
    top: 33px;
}
.lz_en img{
   width:26px;
   height:26px;
}