.wrapper{
  background: url(./images/banner.jpg) no-repeat center top;
  overflow: hidden;
  height: 1440px;
}
.wrapper a{
  color: #000;
}
.area{
  width: 1200px;
  margin: 0 auto;
  padding-top: 175px;
}
.more{
  text-align: right;
}
.bpic{
  width: 878px;
  height: 531px;
  background: url(./images/wrap1.png) no-repeat;
  overflow: hidden;
}
.bpic a{
  display: block;
  width: 783px;
  height: 435px;
  position: relative;
  margin-left: 44px;
  margin-top: 41px;
}
.bpic a span{
  font-size: 18px;
  color: #fff;position: absolute;
  left: 15px;
  right: 15px;
  bottom: 8px;
  z-index: 2;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.bpic a:after {
  content: "";
  height: 70px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  background: url(../images/fouce_mask.png) repeat-x;
}
.right{
  width: 878px;
  float: right;
  margin-right: -46px;
}
.list-wrap{
  margin-left: 34px;
}
.list{
  background: url(./images/wrap2.png) no-repeat;
  width: 393px;
  height: 279px;
  float: left;
  margin-right: 20px;
}
.list:nth-child(2n){
  margin-right: 0;
}
.list a.imgs{
  display: block;
  width: 369px;
  height: 205px;
  margin-left: 11px;
  margin-top: 9px;
}
.list p{
  font-size: 18px;
  color: #2e302f;
  text-align: center;
  margin-top: 10px;
  font-weight: 500;
}
