.main {
    padding-bottom: 0;
}
.clearfix:after{
  content:"";/*设置内容为空*/
  height:0;/*高度为0*/
  line-height:0;/*行高为0*/
  display:block;/*将文本转为块级元素*/
  visibility:hidden;/*将元素隐藏*/
  clear:both/*清除浮动*/
}
.clearfix{
  zoom:1;/*为了兼容ie*/
}
.contactwrap{
  width: 100%;
  height: 760px;
  background:  no-repeat center center;
  position: relative;
}
.contactwrap .wrap{
  width: 700px;
  padding: 70px 0;
  background: #c70019;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -350px;
  margin-top: -311.5px;
}
.contactwrap .wrap .address{
  text-align: center;
}
.contactwrap .wrap .address img{
  display: inline-block;
}
.contactwrap .wrap .address p{
  font-size:16px;
  color: #fff;
  margin-top: 15px;
}
.contactwrap .wrap .content{
  font-size: 0;
  text-align: center;
  margin-top: 60px;
}
.contactwrap .wrap .content .list{
  display: inline-block;
  text-align:center;
  margin: 0 30px;
  vertical-align: bottom;
}
.contactwrap .wrap .content .list img{
  display: inline-block;
}
.contactwrap .wrap .content .list h1{
  font-size:16px;
  color: #fff;
  margin: 10px 0;
  font-weight: normal;
}
.contactwrap .wrap .content .list p{
  font-size: 14px;
  color: #fff;
}
.contactwrap .wrap .content .list .btns{
  display: block;
  border: 1px solid #fff;
  padding:2px 0;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
}
.contactwrap .wrap .code{
  text-align: center;
  margin-top:80px;
  font-size: 0;
}
.contactwrap .wrap .code h1{
  font-size:18px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 30px;
}
.contactwrap .wrap .code .item{
  display: inline-block;
  margin: 0 15px;
}
.contactwrap .wrap .code .item img{
  display: inline-block;
  width: 90px;
  height: auto;
}
.contactwrap .wrap .code .item p{
  font-size: 12px;
  color: #fff;
  margin-top: 10px;
}