/***************************************   header  start      *****************************************/
.header {
	width:100%;
	display: flex;
	}
.header .hd{
	width: 1024px;
    margin: 0 auto;
	}
.header .search img{
	width: 20px;
    vertical-align: middle;
	}
.header .logo{
	background-color:#A38A51;
	position: absolute;
    top: 0px;
	z-index: 100;
	}
.header .logo img{
	width: 100px;
    padding: 10px;
	padding-bottom: 20px;
	}
.header .search{
	height:24px;
	padding-top: 5px;
	position: relative;
	}
.header .search input{
	border-radius: 10px;
    vertical-align: middle;
	outline: none;
    text-indent: 0.5em;
	background: rgba(0,0,0,0);
    border: 1px solid #a38b51;
	}
.header .nav{
	height:48px;
	}
.header .nav .list .nav-a{
	display:inline-block; 
	width:88px;
	color: #665414;
    /*padding: 10px 30px;*/
	}
.header .nav .list :hover .nav-a{
	color: #ffffff;
	background-color:#C6B694;
	transition: All 0.2s ease-in-out;
    -webkit-transition: All 0.2s ease-in-out;
    -moz-transition: All 0.2s ease-in-out;
    -o-transition: All 0.2s ease-in-out;
	}

.header .nav .list li { 
	position:relative; 
	float:left;
	text-align:center; 
	line-height:48px; 
	}
.header .nav .list li a {
	color:#665414;
	font-size: 16px;
	}
.header .nav .list .list-hover { 
	position:absolute;
	top:54px; 
	left:0; 
	width:114px; 
	line-height:40px; 
	/*height:0px; */
	overflow:hidden;  
	background-color:rgba(225,225,225,0.8); 
	transition: height .5s; 
	-moz-transition:height .5s; /* Firefox 4 */ 
	-webkit-transition: height .5s; /* Safari 和 Chrome */ 
	-o-transition: height .5s; /* Opera */
	z-index:100;
	opacity: 0;
	}
.header .nav .list .list-hover p:hover{ /*background-color:#ff6699;*/ }
/*.header .nav .list li:hover .list-hover{height:135px;}
.header .nav .list li:nth-child(3):hover .list-hover{height:100px;}
.header .nav .list li:nth-child(5):hover .list-hover{height:100px;}*/
/***************************************   header  end      *****************************************/
.header .nav .list li:hover .list-hover{
	/*height:135px;*/
	overflow: visible;
    opacity: 1;
}
/*.header .nav .list li:nth-child(3):hover .list-hover{height:100px;}*/
.erji{
	position: relative;
}
.erjihover{
	position:absolute;
	left: 100px;
	top: 0px;
	width: 100px;
	background-color:rgba(225,225,225,0.8);
	display: none; 
}
.erji:hover .erjihover{
	display: block;
}
/*.header .nav .list li:nth-child(8):hover .list-hover{
	height:220px;
}*/
/***************************************   header  end      *****************************************/