@media only screen and (min-width: 1200px) {
  .fuwu-boxs {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    width: 1200px;
    height: 745px;
  }
  
  .head-btn {
    margin-top: 75px;
    border-radius: 30px;
    height: 52px;
    width: 203px;
    color: #025cb9;
    font-size: 22px;
    font-weight: 700;
    font-family: '微软雅黑';
    border: none;
  }

  .wb-head {
    overflow: hidden;
  }
  .wb-title {
    height: 50px;
    display: flex;
    justify-content: space-around;
    list-style: none;
    margin-bottom: 50px;
    border-bottom: 1px solid #ccc;
    cursor: pointer;
  }
  .head .container .logo{
    display: flex;
  }
  .logo img{
    width: 100%;
    height: 100%;
  }
  .mobile-swiper img {
    width: 70%;
  }
  .mobile-box {
    display: none;
  }
  .wb-titles {
    width: 170px;
    text-align: center;
  }
  .active {
    border-bottom: 3px solid #007aff;
    color: #007aff !important;
  }
  .wb-bodys {
    display: flex;
    margin-bottom: 125px;
  }
  .wb-body {
    height: 220px;
  }
  .wb-txt {
    height: 150px;
    text-align: center;
    line-height: 18px;
  }
  .icon-box{
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .icon-box img {
    padding: 0 20px 20px 20px;
  }
  .wb-body-title {
    height: 20px;
    line-height: 20px;
    font-size: 20px;
    font-weight: 700;
    color: #c96461;
  }
  .changjin-box {
    height: 506px;
    background-color: #f3f3f3;
    display: flex;
    margin-bottom: 50px;
  }
  .cj-img {
    height: 506px;
    width: 600px;
  }
  .cj-txt {
    padding-left: 30px;
    /* padding-top: 50px; */
    height: 450px;
    width: 600px;
    line-height: 50px;
    font-size: 17px;
    color: #999999;
  }
  .cj-title {
    height: 50px;
    background-color: #fff;
    margin-left: -30px;
  }
  .cj-txt-title {
    font-size: 30px !important;
    font-weight: 500;
    color: #727171;
  }
  .cj-img img {
    width: 600px;
    height: 450px;
  }
  .youshi-box {
    width: 1260px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
  }
  .youshi-list {
    height: 226px;
    width: 376px;
    padding-top: 40px;
    background-color: #f6f6f6;
    margin-bottom: 20px;
  }
  .youshi-list-title {
    height: 40px;
    margin-bottom: 35px;
  }
  h2 {
    text-align: center;
  }
  .youshi-wenzi {
    color: #999999;
    padding-right: 30px;
    padding-left: 30px;
  }
  .fuwu-case {
    height: 380px;
    margin-bottom: 88px;
  }
  .fuwu-lists {
    width: 1260px;
    margin: 0 auto;
  }
  .fuwu-list-title {
    color: #0052a4;
  }
  .fuwu-list {
    height: 50px;
    line-height: 50px;
    border-bottom: 1px solid #e6e6e6;
  }
  .fuwu-list-wenzi {
    color: #333333;
    font-size: 16px;
  }
  .fuwu-list-time {
    float: right;
  }
}
