body{
  background: -moz-linear-gradient(-40deg, #8214c2 -105%,#d6374b 100%);
    background: -webkit-linear-gradient(-40deg, #8214c2 -105%,#d6374b 100%);
    background: -o-linear-gradient(-40deg, #8214c2 -105%,#d6374b 100%);
    background: -ms-linear-gradient(-40deg, #8214c2 -105%,#d6374b 100%);
    background: linear-gradient(-40deg, #8214c2 -105%,#d6374b 100%);
    background-color: #d6374b;
}
*{
  margin: 0;
  padding: 0;
  font-family: arial, Microsoft Yahei;
}
tr,td,th,table{
  border: none
}
li,ul{
  list-style: none;
}
.width12{
  width:1200px;
  margin: 0 auto;

}
.new img{
  display: block;
  width:100%;

}
.bnn{
  background:  url(../images/pc_01.png) -228px top no-repeat;
  height:618px;
}
.top{
  height: 100px;
  margin-top: 65px;
   background: url(../images/t1.png) center top no-repeat;
}
.nav,
.award_ul{
  font-size: 0;
  text-align: center;
}
.award_ul li{
  display: inline-block;
  width:262px;
  height: 272px;
  border-radius: 8px;
  background: #ffe3b1;
  margin-right: 25px;
  color:#fff;
  font-size: 20px;
  position: relative;
  /*overflow: hidden;*/
}
.nomr{
  margin-right: 0;
}
.t2{
  background-image: url(../images/t2.png);
}
.t3{
  background-image: url(../images/t3.png);
}
.ts{
  color:#fff;
  opacity: 0.7;
  font-size: 18px;
}
.ts:before{
  content: '';
  display: inline-block;
  width:22px;
  height: 22px;
  background: url(../images/ts.png) no-repeat;
  -webkit-background-size: 100% auto;
  background-size: 100% auto;
  vertical-align: top;
}
.rule dt{
  font-size: 20px;
  color:#fff;
  margin-bottom: 5px;
  font-weight: bold;
}
.l-ul li,
.rule dd{
  font-size: 20px;
  color:#fff;
  opacity: 0.8;
  margin-bottom: 20px;
}
.l-ul li{
  position: relative;
  overflow: hidden;
  padding-left: 20px;
  line-height: 30px;
}
.l-ul li:before{
  content: attr(data-content);
   position: absolute;
  left:0;
  top:0;
}

.footer{
      padding: 80px 0  40px;
      /*background: #ffe3b1;*/
}
.ewm{
  width:220px;
  margin:0 auto;
}
.ewm dt{
  width:220px;
  height: 220px;
}
.ewm dt img{
  width:100%;
}
.ewm dd{
  height: 60px;
  line-height: 1.5;
  text-align: center;
  font-size: 24px;
  color:#fff;
}