

html,body{background:#f4f5f6;}
#contact{border-top:1px solid #e6e6e6;}

#banner{width:100%; height:650px; background:url('../image/b_buy.jpg') center/cover no-repeat; position:relative;}

#form{width:1000px; margin:auto; padding-bottom:50px;}
#form h1{text-align:center; color:#464646; font-size:3.2rem;}
#form .txt{text-align:center; color:#999; font-size:1.6rem; margin-top:20px;}

.formcls{padding:30px 0;}
.formcls dt{color:#464646;}
.formcls dt>span{color:#ec0000; display:inline-block;}
.formcls>div{margin:15px 0;}
.formcls .double>dl{width:485px; float:left; margin-left:30px;}
.formcls .double>dl:first-child{margin-left:0;}
.formcls .double>dl>dt,.formcls .single>dl>dt{padding-left:1px;}
.formcls .double>dl>dd,.formcls .single>dl>dd{padding:10px 0;}
.formcls .single{width:100%;}

.submit > button[type=submit] {background-color: #33B371;}


@media (max-width:1440px){

}
@media (max-width:1366px){
  #banner{height:600px;}
}
@media (max-width:1280px){
  #banner{height:580px;}
}
@media (max-width:1080px){
  #banner{height:260px;}

  #form{width:100%; padding:0 20px 40px 20px; box-sizing:border-box;}
  #form h1{font-size:2.6rem;}
  #form .txt{font-size:1.4rem;}
  .formcls .double>dl{width:100%; float:none; margin-left:0; margin-top:15px;}
}








