.head-nav{
  position: relative;
  height: 74px;
  min-width: 1090px;
  margin-bottom: 0px;
}
.img-logo{
display: block;
width: 541px;
height: 74px;
margin-top: -20px;
position: absolute;
left:100px;
}
/*找回密码*/
.gtb-content{
  width: 1090px;
  height: 400px;
  margin:0 auto;
  padding: 30px 0;
}
.content-box{
  margin: 0 auto;
  width: 774px;
  height: auto;
  border: 1px solid #ccc;
}
.box-top-tip{
  margin: 0px;
  padding: 5px 0 0 34px;
  height: 58px;
  border-bottom: 1px solid #ccc;
  line-height: 58px;
}

.gtb-email{
  width: 774px;
  height: 64px;
  padding-top: 20px;
  margin-left: 190px;
}
.gtb-email input{
  width: 240px;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  
}
.gtb-vcode{
  margin-top: 20px;
  width: 774px;
  height: 64px;
  overflow: hidden;
  margin-left:190px;
  vertical-align: baseline;
}
.gtb-vcode-img{
  width: 80px;
  height: 35px;
  background: orange;
  display: inline-block;
  vertical-align:middle;
}
.gtb-vcode input{
  display: inline-block;
  height: 35px;
  border: 1px solid #ccc;
  border-radius: 4px;
  
}
.gtb-btn{
  width: 774px;
  height: 40px;
  margin-left: 190px;
  color: #fff;
  margin-bottom: 30px;
}
.gtb-btn button{
  margin-left: 80px;
  width: 120px;
  height: 35px;
  color: #fff;
  border: 1px solid #f40;
  background-color: #f40;
  border-radius: 2px;
}

/*底部*/
.footer{
  width: 100%;
  min-width: 1090px;
  padding-top: 20px;
  background-color:#3D3D3D;
  color: #FFFFFF;
}
.footer-a-title{
  padding-left: 5px;
  margin-bottom:10px;
  line-height: 20px;
}
.footer-left{
  width: 20%;
  float: left;
}
.footer-middle{
  width: 40%;
  float: left;
}
.footer-right{
  width: 40%;
  float: left;
}
.footer ul li{
  font-size: 12px;
  padding-bottom: 5px;
}
.footer-info{
  border-top: 1px solid #666;
}
