
  .serverlist1 ul:before, .serverlist1 ul:after{
    content: "";
    display: table;
  }
  .serverlist1 {
    padding: 44px 0 66px;
    background: url(../images/bg_5.png) no-repeat center;
    display: block;
    font-size: 14px;
  }
  .serverlist1 .title {
    line-height: 44px;
    font-size: 44px;
    color: #333333;
    text-align: center;
    margin-bottom: 54px;
  }
  .serverlist1 .title span {
    padding: 12px 45px 5px 27px;
    background: url(../images/t_1.png) no-repeat;
    font-size: 40px;
}
  .serverlist1 .serverlist1-cont {
    width: 1100px;
    height: 108px;
    margin: 0 auto;
    background: url(../images/apply.png) no-repeat;
    padding: 0;
    display: block;
  }
  .serverlist1 ul {
    margin-right: -77px;
     zoom: 1;
         list-style: none;
         list-style-type: none;
}  
.serverlist1 ul li {
    float: left;
    width: 119px;
    padding-top: 90px;
    margin-right: 77px;
    line-height: 18px;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}

@media(max-width: 768px){
    .serverlist1 {
    
    background: url(../images/bg_5.png) repeat-y;
    
    }
    .serverlist1 .serverlist1-cont{
      width: 375px;
      height: 450px;
      background: url(../images/applywap.png) repeat-y;
    }
    .serverlist1 ul{
      margin-right: 0
    }
    .serverlist1 ul li{
      margin-bottom: 42px;
     
    }
    .serverlist1 ul li:nth-child(2n){
      margin-right: 0px;
    }
}