*{margin: 0;padding: 0}
ul,li{
    list-style: none;
}
.clear{ clear: both;}
html , body{
    width: 100%;
    height:100%;
    background: #fff;
}


.wrap{
    min-width: 1200px;
    max-width: 1920px;
    margin: 0 auto;
    position: relative;
    background: #f2f2f2;
}

.list-wrap{
    width: 1200px;
    margin: 0 auto;
    padding: 40px 0;
    position: relative;
}

.swiper-wrap{
    position: relative;
    z-index: 2;
    width: 100%;
    height:500px;
    overflow: hidden;
}

.arrows-swiper-container {
    width: 100%;
    height:100%;
  }
  .arrows-swiper-container .swiper-slide {
    width: 100%;
    text-align: center;
    font-size: 18px;
    padding: 30px 50px;
    box-sizing: border-box;

    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }

  .arrows-swiper-container .slide-main{
      width: 100%;
      background: #fff;
      padding: 30px 50px;
      display: flex;
      justify-content: center;
      align-items: center;
  }
  .arrows-swiper-container .slide-main img{
      width: 300px;
  }
  .arrows-swiper-container .slide-main .text{
      flex: 1;
      padding-right: 40px;
  }

  .details-wrap{
        width: 1200px;
        margin: 0 auto;
        padding: 50px 0;
  }

  .details-wrap .details-main{
      width: 100%;
      padding: 50px 110px;
      box-sizing: border-box;
      background: #fff;
  }

  .details-wrap .details-main .head{
      padding-bottom: 20px;
      border-bottom: 1px solid #f2f2f2;
  }

  .details-wrap .details-main .title{
      color:#666;
      font-size: 30px;
  }

  .details-wrap .details-main .time{
      padding: 20px 0;
      color:#999;
      font-size: 14px;
  }

  .details-wrap .details-main .contnet{
      width: 100%;
      padding: 20px 0;
  }

  .details-wrap .details-main .contnet .img-center{
      width: 620px;
      margin: 0 auto;
  }

  .details-wrap .details-main .contnet .img-center img{
      width: 100%;
  }

  .details-wrap .details-main .contnet .text-title{
      width: 100%;
      text-align: center;
      color:#333;
      font-size: 14px;
      padding: 50px 0;
      font-weight: bold;
  }

  .details-wrap .details-main .contnet .text1{
      width: 100%;
      text-align: left;
      color:#666;
      font-size: 14px;
      padding: 50px 0 0 0 ;
  }