@media (min-width: 992px) and (max-width: 1200px){
  .container {
    width: 100%;
    max-width: 1200px;
  }

  .video-text {
    width: 75%;
  }


  .exhibition-text,
  .exhibition-text2 {
    text-indent: 100px;
  }

  .project-content {
    width: 100%;
  }

  .show-content {
    width: 100%;
    padding: 0 15px;
  }
  .project-box{
    width: calc(100% - 200px) !important;
    margin: 0 auto;
  }
  .show-img{
    width: 60%;
  }
  .box-ask,.show-p{
    width: 100%;
    margin-left: 20px;
  }

  .show-ask{
    width: 40%;
  }
  .classification-content{
    padding: 0 15px;
  }
  .classification-product{
    width: calc(100% - 30px);
  }
  .dynamic-detail{
    width: 100%;
  }
  .card-box .row{
    width: 100%;
  }
  .card-content{
    width: calc(33% - 30px);
    margin: 0 15px;
    border-radius: 9px;
  }
  .app-footer{
    display: none;
  }
  .home-footer{
    display: block;
  }
}

/* 小于992的时候 */
@media (max-width: 992px) {
  .exhibition-box {
    height: 420px;
  }
  .pointBtn {
    display: none !important;
  }
  .container {
    width: 100%;
    max-width: 1200px;
  }
  .card-box {
    display: none;
  }

  .cars-btn {
    display: none;
  } 

  .card-box2 {
    display: block;
    display: flex;
    flex-direction: column;
    height: 859px;
  }

  .cooper-box {
    height: auto;
    margin-bottom: 100px;
  }

  .cooper-content {
    height: auto;
  }

  .video-text {
    width: 75%;
    top: -10px;
  }

  .consult-btn {
    width: 80px;
    height: 25px;
    line-height: 25px;
    font-size: 14px;
    margin-top: 5px;
  }
  
  .cooper-img {
    height: auto;
    padding: 0 24px;
  }

  .cooper-img img {
    display: inline-block;
    width: calc(50% - 5px);
    margin-bottom: 5px;
  }

  .dynamic-box {
    height: 2060px;
    margin-top: 30px;
  }

  .cut-text {
    width: 654px;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .cut-title {
    font-size: 28px;
    font-weight: 400;
  }

  .cut-time {
    font-size: 24px;
  }

  .cut-body {
    font-size: 24px;
    margin-bottom: 10px;
  }

  .cut-btn {
    align-items: center;
  }

  .btn-know {
    width:315px;
    height:64px;
    border-radius:44px;
    border:1px solid rgba(24,144,255,1);
    margin-top: 30px;
  }

  .cut-box {
    height: 1040px;
    margin-top: 50px;
  }

  .details-box {
    height: 798px;
  }

  .cut-p {
    display: none;
  }
  .cut-p-app {
    font-size:36px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight:400;
    color:#333333;
    display: block;
    max-width: 350px;
    margin: 0 auto;
    margin-bottom: 30px;
    text-align: center;
  }

  .cut-details {
    height: auto;
  }

  .cut-row {
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
  }

  .cut-row2 {
    display: none;
  }

  .cut-detailsbox {
    width: 702px;
    height: 236px;
    background: rgba(24, 144, 255, 0.02);
    box-shadow: 0px 2px 10px 0px rgba(0, 0, 0, 0.1);
    border-radius: 6px;
  }

  .didongduan-lunbo {
    display: block;
    height: auto;
    margin-bottom: 50px;
  }

  .card-title2 {
    font-size: 32px;
    font-family: "PingFang SC", "Microsoft YaHei";
    color: rgba(255, 255, 255, 0.85);
    opacity: 0.85;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .card-btn2 {
    width: 100%;
    height: 250px;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
  }

  .card-details2 {
    width: 100%;
    height: 100%;
    overflow: hidden;
    display: flex;
    flex-direction: column;
  }

  .card-img {
    height: 335px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-img img {
    width: 178px;
    height: 178px;
  }

  .card-level2 {
    font-size: 24px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight: 400;
    color: rgba(255, 255, 255, 0.5);
    line-height: 40px;
    display: flex;
    justify-content: center;
    margin-bottom: 0;
  }

  .card-text2 {
    width: 609px;
    margin: 0 auto;
    flex: 1;
  }

  .card-body2 {
    font-size: 29px;
    font-family: "PingFang SC", "Microsoft YaHei";
    font-weight: 400;
    line-height: 30px;
    color: rgba(255, 255, 255, 0.65);
    opacity: 0.85;
    text-align: center;
  }

  .btn-taste2 {
    width: 280px;
    height: 88px;
    background: #fff;
    color: rgba(24, 144, 255, 1);
    font-size: 32px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .exhibition-text {
    font-size: 36px;
  }

  .btn-liaojie {
    font-size: 32px;
    width: 280px;
    height: 88px;
    border: 1px solid #fff;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    color: #fff;
  }

  .card-boss {
    width: 100%;
    height: 815px;
    overflow: hidden;
    display: flex;
    justify-content: center;
  }

  .card-content2 {
    width: 702px;
    height: 805px;
    background: rgba(24, 144, 255, 1);
    box-shadow: 0px 6px 12px 0px rgba(14, 96, 171, 0.4);
    border-radius: 16px;
    box-shadow: 0px 6px 12px 0px rgba(14, 96, 171, 0.4);
  }

  .card-li {
    height: 44px;
    width: 100%;
    display: flex;
    justify-content: center;
  }

  .card-li ul {
    display: flex;
    align-items: center;
  }

  .card-li ul li {
    list-style: none;
    width: 16px;
    height: 16px;
    background: rgba(204, 204, 204, 1);
    border-radius: 50%;
    margin: 0 10px;
  }

  /* .content-box {
    background: rgba(210, 224, 246, 0.3);
  } */

  .dynamic-setting {
    background: none;
  }

  .dynamic-text {
    font-size: 36px;
    height: 100px;
    font-weight: 400;
    font-family: "PingFang SC", "Microsoft YaHei";
    color: #333333;
  }

  .classification-box {
    display: none;
  }

  .exhibition-text2 {
    font-size: 26px;
    margin-top: 10px;
  }

  .exhibition-into {
    display: none;
  }

  .control-left {
    display: none;
  }

  .control-right {
    display: none;
  }

  .car-btn {
    display: none;
  }

  .project-box {
    height: 1050px;
  }

  .project-content {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .project-text {
    display: none;
  }

  .app-project-text {
    display: flex;
    align-items: center;
    justify-content: center;
    max-width: 504px;
    height: 196px;
    font-size: 36px;
    font-weight: 400;
    color: #333333;
    font-family: "PingFang SC", "Microsoft YaHei";
    text-align: center;
  }

  .classification-text {
    font-weight: 400;
    font-size: 36px;
  }

  
  .cooper-box p {
    font-weight: 400;
    font-size: 36px;
  }

  .show-boxli {
    width: 702px;
    height: 100%;
  }

  .show-text {
    width: 702px;
    display: inline-block;
    background: rgba(24, 144, 255, 0.02);
    box-shadow: 0px 0px 18px 2px rgba(0, 0, 0, 0.1);
    border-radius: 10px;
  }

  .show-img img {
    border-radius: 16px 16px 0 0;
  }

  .show-img {
    /* height: 396px; */
    width: 702px;
    padding-left: 0;
  }

  .show-ask {
    width: 100%;
    height: 344px;
    display: block;
  }

  .show-content {
    background: none;
    box-shadow: none;
    height: 750px;
  }

  .show-p {
    font-size: 36px;
    margin-top: 30px;
    font-weight: 400;
    color: #333333;
  }

  .box-ask {
    font-weight: 400;
    font-size: 26px;
  }

  .car-box {
    width: 16px;
    height: 16px;
    border: none;
    background: rgba(204, 204, 204, 1);
    margin: 0 10px;
  }

  .active {
    background: #108EE9;
  }

  .car-btn2 {
    display: block;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  /* 双十一 */
  .analysis-contnet {
    display: none;
  }

  .analysis-yi {
    display: inline-block;
    object-fit: contain;
  }
}

@media (max-width: 768px) {
  .img-box {
    height: 119px;
  }
  .dynamic-box {
    height: 1130px;
  }
  
  .video-box {
    display: none;
  }

  .appvideo-box {
    display: inline-block;
  }

  .exhibition-box {
    margin-top: 49px;
    height: 210px;
  }

  .exhibition-text {
    font-size: 18px;
  }

  .exhibition-text2 {
    font-size: 14px;
  }

  .project-box {
    height: 100%;
  }

  .project-content {
    width: 100%;
  }

  .show-text {
    width: calc(100% - 48px);
    margin-left: 24px;
  }

  .app-project-text {
    font-size: 18px;
    height: 120px;
  }

  .show-img {
    width: 100%;
  }

  
  .card-li ul li {
    width: 10px;
    height: 10px;
  }

  .show-content {
    width: 100%;
    height: 100%;
  }

  .show-p {
    font-size: 18px;
  }

  .box-ask {
    width: 100%;
    font-size: 12px;
    height: auto;
    line-height: 20px;
  }
  
  .car-box {
    width: 10px;
    height: 10px;
  }

  .lunbo-dot li {
    width: 10px;
    height: 10px;
  }

  .show-boxli {
    width: 100%;
  }

  .show-img img {
    width: 100%;
    height: 100%;
  }

  .show-ask {
    width: 100%;
    height: auto;
    padding: 0 10px;
    margin: 20px auto;
    overflow: hidden;
  }

  .show-p {
    margin: 0;
  }

  .car-btn2 {
    height: 50px;
  }

  .didongduan-lunbo {
    width: calc(100% - 48px);
    height: auto;
    margin-bottom: 20px;
  }

  .classification-text {
    text-align: center;
    height: 95px;
    font-size: 18px;
  }

  .lunbo-one {
    height: 140px;
  }

  .lunbo-img {
    width: 48%;
    height: 140px;
  }

  .hover-img p {
    width: 64px;
    height: 64px;
  }

  .hover-text p {
    height: 40px;
  }

  .analysis-yi {
    width: calc(100% - 48px);
    height: 100%;
  }

  .dynamic-text {
    height: 84px;
    font-size: 18px;
  }

  .card-content2 {
    width: 100%;
    height: 372px;
  }

  .card-text2 {
    width: calc(100% - 80px);
  }
  
  .card-btn2 {
    width: calc(100% - 80px);
    margin: 0 auto;
    height: 60px;
    display: flex;
    justify-content: space-around;
    align-items: center;
  }

  .btn-liaojie {
    width: 80px;
    height: 28px;
    border: 1px solid #fff;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 44px;
    color: #fff;
    font-size: 12px;
  }

  .btn-taste2 {
    width: 80px;
    height: 28px;
    background: #fff;
    color: rgba(24, 144, 255, 1);
    font-size: 12px;
    border-radius: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
  }

  .card-box2 {
    width: 100%;
    height: 425px;
  }

  .dynamic-detail {
    width: calc(100% - 48px);
  }

  .card-img {
    height: 167px;
  }

  .card-img img {
    width: 89px;
    height: 89px;
  }

  .card-title2 {
    font-size: 16px;
  }

  .card-level2 {
    font-size: 12px;
  }

  .card-body2 {
    font-size: 14px;
    line-height: 16px;
  }

  .card-boss {
    height: 407px;
  }

  .cut-p {
    height: 50px;
    font-size: 16px;
  }

  .details-box {
    height: 399px;
  }

  .cut-detailsbox {
    width: 100%;
    height: 118px;
  }

  .cut-text {
    width: calc(100% - 48px);
    height: 100%;
  }

  .cut-title {
    font-size: 14px;
    margin-top: 10px;
  }

  .cut-body {
    font-size: 12px;
  }

  .cut-time {
    font-size: 12px;
    margin: 0 0 0 30px;
  }

  .cut-details {
    height: 460px;
  }

  .cut-box {
    height: 580px;
    margin-top: 25px;
  }

  .cut-p-app {
    font-size: 18px;
  }

  .btn-know {
    width: 155px;
    height: 30px;
    border-radius: 20px;
    border:1px solid rgba(24,144,255,1);
    margin-top: 15px;
  }

  .cut-btn {
    height: 52px;
  }

  .cooper-box p {
    width: 50%;
    height: 104px;
    font-size: 18px;
    margin: 0 auto;
    
    text-align: center;
  }

  .cooper-box {
    height: auto;
    margin-bottom: 50px;
  }

}