

#header{
	height: 104px;
	padding: 0px 10px 0px 140px;
	display: flex;
	display: -webkit-flex;
	justify-content: space-between;
	-webkit-justify-content: space-between;
	align-items: flex-end;
	-webkit-align-items: flex-end;
}
@media screen and (max-width: 1200px){
    #header{
        padding-left: 10px;
    }
}
#logo{
	padding-bottom: 25px;
}
/*.nav{
	overflow: hidden;
}*/
.nav>li{
	float: left;
	font-size: 15px;
	color: #252525;
	padding: 0px 28px;
	line-height: 64px;
	text-align: center;
	position: relative;
}
.nav>li>i{
	background: transparent;
	position: absolute;
	width: 25px;
	height: 2px;
	bottom: 5px;
	left: 0px;
	right: 0px;
	margin: auto;
}
.nav>li a{
	color: #252525;
}
.nav>li:hover>i,.nav>li.active>i{
	background: #cca56b;
}
.nav>li:hover>a,.nav>li.active>a{
	color: #CCA56B;
}
.nav>li>p{
	position: absolute;
	left: 0px;
	top: 64px;
	background: #000000;
}
.banner{width: 100%;}

/*移动端*/
@media (max-width: 450px){
  .m-search{
    width: 25px;
  }
  .m-nav{
    width: 22px;
  }
  #header{
    display: flex;
    padding: 0px 20px;
    justify-content: space-between;
    align-items: center;
    height: 48px;
  }
  #logo>img{
    width: 110px;
  }
  #logo{
    padding-bottom: 7px;
  }
  
  
  
  
}
