@media screen and (max-width:1700px) {
    html,body{
        height: 2000px;
    }
  
    .box{
        width: 1920px;
        margin: 0 auto !important;
        position: relative;
        transform: scale(.865);
    }
  }
  @media screen and (max-width:1600px) {
    html,body{
        height: 2000px;
    }
  
    .box{
        width: 1920px;
        margin: 0 auto !important;
        position: relative;
        transform-origin: -82px 0;
    }
  }
  @media screen and (max-width:1400px) {
    html,body{
        height: 2000px;
    }
  
    .box{
        width: 1920px;
        margin: 0 auto !important;
        position: relative;
        transform: scale(.69);
    }
  }
  
  @media screen and (max-width:1200px) {
    html,body{
        height: 2000px;
    }
  
    .box{
        width: 1920px;
        margin: 0 auto !important;
        position: relative;
        transform: scale(.596);
    }
  }
  @media screen and (max-width:960px) {
    html,body{
        height: 2000px;
    }
    .box{
        width: 1920px;
        margin: 0 auto;
        position: relative;
        transform: scale(.6);
    }
  }
  @media screen and (max-width:700px) {
    html,body{
        height: 2000px;
    }
    .box{
        width: 1920px;
        position: relative;
        transform: scale(.3);
        transform-origin: 0 0;
  
    }
  }
  @media screen and (max-width:480px) {
    html,body{
        height: 1000px;
    }
    .box{
        width: 1920px;
        position: relative;
        transform: scale(.2);
        transform-origin: 0 0;
  
    }
  }
  *{
    margin: 0;
    padding: 0;
  }
  a{
    color: #000;
    text-decoration: none;
  }
  .box{
    width: 1920px;
    margin: 0 auto;
    background-color: rgb(239, 243, 252);
  }

  .box .title{
    width: 1400px;
    margin: 50px auto;
  }
  .box .title h1{
    text-align: center;
    margin-bottom: 30px;
  }
  .box .title h1 a{
    font-size: 32px;
  }
  .box .title .nei{
    width: 100%;
    height: 450px;
    border: 1px solid rgb(159, 190, 226);
  }
  .box .title .nei .left{
    width: 50%;
    height: 450px;
    float: left;

  }
  .box .title .nei .left .con{
    width: 86%;
    height: 120px;
    margin: 20px 7%;
    padding-bottom: 20px;
    border-bottom: 1px dotted red;
  }
  .box .title .nei .left .con h2{
    margin: 10px 0;
  }
  .box .title .nei .left .con h2 a{
    color: rgb(49, 50, 48);
  }
  .box .title .nei .left .con p{
    line-height: 26px;
    opacity: .7;
  }
  .box .title .nei .left ul{
    margin-left: 68px;
  }
  .box .title .nei .left ul li{
    margin-bottom: 20px;
  }
  .nei .left #lun{
    width: 100%;
    height: 100%;
}
.nei .left #lun img{
    width: 100%;
    height: 100%;
}
.swiper-p3{
    width: 100%;
    height: 40px;
    line-height: 40px;
    text-align: center;
    background-color: rgba(0, 0, 0, .4);
    position: absolute;
    bottom: 0;
    padding-right: 30px;
    font-size: 16px;
    z-index: 999;
    color: white;
}
.swiper-pagination-bullet{
  float: right !important;
}

.jujiao{
    width: 1300px;
    margin: 0 auto;
}
.cont{
    width: 44%;
    height: 120px;
    margin: 20px 2%;
    padding-bottom: 20px;
    border-bottom: 1px dotted red;
    float: left;
}
.cont h2{
    margin: 10px 0;
}
.cont h2 a{
    color: rgb(49, 50, 48);
  }
.cont p{
    line-height: 26px;
    opacity: .7;
}
.cont p a{
    color: red;
}
.gy{
    width: 1300px;
    height: 560px;
    background-color: white;
    margin: 0 auto;
}
.img{
    width: 29%;
    height: 220px;
    float: left;
    margin: 26px 28px;
}
.img img{
    width: 100%;
    height: 220px;
}