.head_wrap{
    width: 100%;
    /*height: auto;*/
    background-size: 100% 100%;
    background: url("../img/bg.jpg");
}
.title{
    width: 1000px;
    height:80px;
    margin: 0 auto;
    background: url("../img/logo.png") no-repeat 20px center;
}
.title div {
  /*   width: 200px;   */
   float: right; 
}

.title div a{
     padding: 10px 29px;
    display: inline-block;
    font-size: 16px;
    margin-right: 0.5rem;
    background: url('../c/img/btn4.png') no-repeat;
    background-size:cover;
    color: #463501;
    cursor: pointer;
    border:none;
    line-height:20px;
    margin-top:20px;
}
.title .Information a{
/* 	background: none; */
	color: #000;
}

.title div a:hover{
    opacity: 1;
    
}

.nav{
    width: 100%;
    height: 70px;
    background: #424141;
}
.nav ul{
    width: 1000px;
    height: auto;
    margin: 0 auto;
}
.nav ul li{
    float: left;
    line-height: 70px;
    font-size: 18px;
    padding:0 15px;
}
.nav ul li a{
    color: #fff;

}
.nav ul li:hover{
    background: #272727;

}
.nav ul .trans:hover .list{
	display:block;	
}
.nav ul .list{
	position:absolute;
	top:70px;
	left:0;
	background:#424141;
	width:102px;
	
}
.nav ul .list li{
	float:none;
}