@charset "utf-8";
/* CSS Document */

*{margin: 0;padding: 0}

.clear{clear:both}
.clearfix{zoom:1} .clearfix:after{content:".";display:block;visibility:hidden;height:0;clear:both;}

body{
	font-family: microsoft yahei, Arial!important;
	overflow-x: hidden;
}

a{
	text-decoration: none;
	
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease; 
}

a:hover{
		text-decoration: none;
}

ul li{
	list-style: none;
	/*float: left;*/
}
.no-padding {
	padding: 0;
}





.header{
	width: 100%;
	height: 80px;
	background: #222;
	position: relative;
	z-index: 999;
	-webkit-animation: upDown 0.8s 0.1s both;
  -moz-animation: upDown 0.8s 0.1s both;
  -ms-animation: upDown 0.8s 0.1s both;
  -o-animation: upDown 0.8s 0.1s both;
  animation: upDown 0.8s 0.1s both;
}

.logo1{
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 99;
}
.logo2{
	display: none;
	float: left;
	margin-top:7px;
	margin-right: 10px;
}
.top-menu,.menu-btn{
	width: 40px;
	height: 40px;
	background: url(../img/sub-menu.png) center no-repeat;
	position: absolute;
	top: 20px;
	right: 60px;
	cursor: pointer;
}
.menu-btn{
	display: none;
}
#nav{
	margin: 0 auto;
	width: 80%;
}

@media (max-width:1500px){
	#nav{
		width: 60%;
	}
	.nav-item>li{
		width: 10%!important;
	}
}

.nav-home{
	float: left;
}
.nav-home>a{
	display: block;
	width: 40px;
	height: 80px;
	background: url(../img/home.png) center no-repeat;
}
.nav-item{
	/*float: left;*/
	overflow: hidden;
	width: 100%;
}
.nav-item>li{
	display:block;
	float: left;
	line-height: 80px;
	margin-left: 25px;
	width: 11%;
	text-align: center;
}
.nav-item li>a{
	display: block;
	width:90px;
	font-weight: bold;
	color: #fff;
}

.tel{
	position: absolute;
	top: 0;
	right: 3%;
	color: #fff;
	font-size: 16px;
	line-height: 80px;
	font-weight: 600;
}

.tel img{
	width: 25px;
	margin: -3px 5px 0 0;
}



















.foottop{
	padding: 4% 0 3%;
	background: #f5f5f5;
}

.ftl h2{
	color: #ff5400;
	margin-bottom: 35px;
	font-size: 25px;
	font-weight: 600;
}

.ftl p{
	color: #666;
	font-size: 14px;
	margin-bottom: 18px;
}

.ftl a{
	color: #666;
}

.ftr ul li{
	float: left;
	width: 16.6%;
	text-align: right;
}

.ftr ul li a{
	color: #666;
}

.ftr img{
	float: right;
	width: 30%;
	margin-top: 40px;
	border: 15px solid #fff;
}


.foot{
	padding: 10px 0;
	background: #f5f5f5;
	border-top: 1px solid #e5e5e5;
}

.foot p{
	margin-bottom: 0;
	color: #333;
	font-size: 14px;
}

.foot a{
	color: #333;
}

.foot span{
	float: right;
}