#header{height: 136px;}
#footer{height: 116px;}
.wrap{width: 1000px;height: 100%;margin: auto;display: flex;justify-content: space-between;align-items: center;}
.wrap2{width: 1200px;margin: auto;text-align: center;padding: 20px 0;}
body {
    background: #f1f1f1;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #000;
    margin: 0;
    padding: 0;
  }

  .swiper-container {
    width: 100%;
    height: 100%;
    margin: 40px 0;
  }

  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #262223;

    /* 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;

  }
  .item{display: flex;padding: 30px 0;flex-wrap: wrap;}
  .item a{display: inline-block;width: 23%;margin: 5px;background: #2d292a;border-radius: 15px;}
  .item a:hover{box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.664);}
  .item a:hover .box .text p.view{color:#49def8}
  .item .box .img{width: 100%;height: 280px;text-align: center;padding-top: 20px;}
  .item .box .img img{width: 90%;}
  .item .box .text{padding: 10px 0;}
  .item .box .text h1{font-size: 35px;color:#49def8}
  .item .box .text p{font-size: 20px;color:#fff;padding: 5px ;}
  .item .box .text p.view{text-align: right;padding:5px 20px 5px 5px;font-size: 15px;}
  @media only screen and (max-width: 480px) 
{
  .wrap2{width: 100%;}
  .wrap2 > img{width: 100%;}
  .inbody_renatl img{width: 100%}
  .swiper-container{height: 220px;}
  .swiper-slide{height: 220px!important;}
  .item a{width: 47%;}
  .item .box .img{height: 200px;}
  .item .box .text p{font-size: 14px;}
  .wrap2 h3{font-size: 19;line-height: 34px;}
}