
/* 左 */

    .left {
        width: 20%;

        background: #000000;

        border-right: 2px solid #2d2d2d;
       
    } .guangg {
            display: flex;
            justify-content: center;

            margin: 76px 0;
        }
        .guangg p {
            width: 256px;
            height: 84px;
            border-radius: 0px 0px 0px 0px;
            display: flex;
            justify-content: center;
            align-items: center; /* ��直居中 */
        
        }
        .guangg p img {
            width: 100%;
          
        }
        .ull {
            width: 95%;
            margin: auto;
            margin-top: 32px;
        }
        .ull li {
            margin-top: 2px;
            border-radius: 8px;
            display: flex;
            align-items: center; /* 垂直居中 */
        }
        .ull li:hover {
            background: #00bfa3;
            color: #ffffff;
        }
        .ull li span {
            width: 36px;
            height: 36px;
            margin: 26px 40px 26px 68px;
            display: inline-block;
        }
        .ull li span img {
            width: 100%;
            height: 100%;
        }
        .ull li a {
            font-family:
                PingFang SC,
                PingFang SC;
            font-weight: 600;
            font-size: 24px;
            color: #ffffff;
            line-height: 38px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            margin: 22px 0;
            display: inline-block;
        }
        .dierguangg {
            width: 88%;
            margin: 100px auto;
            background: #71a597;
        }
        .dierguangg p {
            font-family:
                PingFang SC,
                PingFang SC;
            font-weight: 600;
            font-size: 36px;
            width: 300px;
            height: 600px;
            color: #ffffff;
            line-height: 42px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            display: flex;
            margin: auto;
            align-items: center;
            justify-content: center;
        }
.yi1{
      display: none; 
  }

/* pc划过显示 */

 


    .right3xiahep {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: none;
        background: rgba(0, 0, 0, 0.6);
        border-radius: 8px;
    }
    .right3xiahep p {
        color: #93fffb;
        width: 100%;
          padding: 0 8px;
        flex-wrap: wrap;
        text-align: center;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        font-family: "PingFang SC";
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .right3xiahe:hover .right3xiahep {
        display: block;
    }
 /* 左 */
@media (max-width: 1800px) {
 .ull li span {
   
    margin: 26px 10px 26px 68px;
  }
}
@media (max-width: 1700px) {
 
    .left {
        width: 25%;

        background: #000000;

        border-right: 2px solid #2d2d2d;
      
    }  .guangg {
            display: flex;
            justify-content: center;

            margin: 76px 0;
        }
        .guangg p {
            width: 144px;
            height: 84px;
            border-radius: 0px 0px 0px 0px;
            display: flex;
            justify-content: center;
            align-items: center; /* ��直居中 */
         
        }
        .guangg p img {
          
             width:100%;
         
        }
       
        .dierguangg {
            width: 100%;
            margin: 100px auto;
            background: #71a597;
        }
        .dierguangg p {
            font-family:
                PingFang SC,
                PingFang SC;
            font-weight: 600;
            font-size: 18px;

            height: 600px;
            color: #ffffff;
            line-height: 42px;
            text-align: left;
            font-style: normal;
            text-transform: none;
            display: flex;
            margin: auto;
            align-items: center;
            justify-content: center;
        }

   
}

   





@media (max-width: 900px){
  .left,.inputee {
      display: none; 
  }.right {
    width: 100%;
}

  .right3shanghep {
    padding: 12px;
}
  .right3shanghep11 {
    padding: 0 4px;
}
  .yi1{
    display: flex;
  }
  
  
  
}










   

@media (max-width: 750px) {
        .carousel {
            position: relative;
            width: 100%;
            overflow: hidden;
        }

        .carousel-inner {
            display: flex;
            transition: transform 0.5s ease;
        }

        .carousel-item {
            min-width: 100%;
            box-sizing: border-box;
        }

        .carousel-item img {
            width: 100%;
            display: block;
        }

        .carousel-dots {
            position: absolute;
            bottom: 10px;
            width: 100%;
            display: flex;
            justify-content: center;
        }

        .carousel-dots button {
            background-color: rgba(0, 0, 0, 0.5);
            border: none;
            border-radius: 50%;
            width: 10px;
            height: 10px;
            margin: 0 5px;
            cursor: pointer;
            padding: 0;
        }

        .carousel-dots button.active {
            background-color: rgba(0, 0, 0, 0.9);
        }
}


/* 手机头部 */
@media screen and (max-width: 900px) {
    .yi1 {
        width: 95%;
        margin: auto;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .zhu1 {
        width: 20px;
        height: 20px;
        margin: 20px 16px 10px 16px;
    }
    .zhu1 img {
        width: 100%;
        height: 100%;
    }
    .zhu2 {
        width: 100px;
        height: 32px;
       
        border-radius: 0px 0px 0px 0px;
        margin: 15px 16px 10px 0px;
    }
    .zhu2 img {
        width: 100%;
    
    }
    .zhu3 {
        height: 30px;
        border-radius: 35px 35px 35px 35px;
        border: 1px solid #42ad9d;
        margin: 20px 0px 10px 0px;
        display: flex;
    }
    .zhu3 img {
        width: 18px;
        height: 18px;
        border-radius: 0px 0px 0px 0px;
        margin: 7px 7px 7px 12px;
    }
    .zhu3 input {
        width: 116px;
        font-family:
            PingFang SC,
            PingFang SC;
        font-weight: 500;
        font-size: 14px;
        color: #999999;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding-right: 10px;
    }
}
/* 手机脚部 */
@media screen and (max-width: 750px) {
    /* 下*/
    .foot {
        width: 100%;

        background: #008d67;
    }
    .guangg {
        width: 100%;
        display: flex;
    }
    .guanggg {
        width: 40%;
                text-align: center;
        margin: 24px auto;
    }
 .guanggg img{
   width: 100%;
        height: 100%;
}
    .gooterr {
        width: 90%;
        margin: auto;
    }
    .gooterr ul li {
        margin: 20px 0;
        font-family:
            PingFang SC,
            PingFang SC;
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
        line-height: 19px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding-left: 10px;
    }
    .gooterr ul li span {
        float: right;
        margin-right: 20px;
    }
    .gooterr ol {
        display: flex;
        padding-left: 10px;
    }
    .gooterr ol li {
        width: 20px;
        margin: 0px 20px 21px 0;
        height: 20px;
    }
    .gooterr ol li img {
        width: 100%;
        height: 100%;
    }
    .gooterr p {
        font-family:
            PingFang SC,
            PingFang SC;
        font-weight: 600;
        font-size: 12px;
        color: #ffffff;
        line-height: 14px;
        text-align: left;
        font-style: normal;
        text-transform: none;
        padding: 20px 12px 40px 12px;
        background: #008d67;
    }
}
/* 手机端图片定位*/
@media screen and (max-width: 750px) {
    .yi5 {
        display: flex;
        width: 100%;
        margin: auto;
        flex-wrap: wrap;
margin-top: 20px;
gap: 10px;
        justify-content: center;
       
    } .yi5 a {
           width: calc(48% - 20px);
          
            position: relative;
            margin: 6px;
            margin-top: 0px;
            border-radius: 16px 16px 16px 16px;
        }
        .yipe img {
            width: 100%;
            height: 100%;
            border-radius: 16px 16px 16px 16px;
        }
        .yipeehe {
            width: 100%;
            position: absolute;
            border-radius: 0px 0px 16px 16px;
            left: 0;
            bottom: 0;
            display: -webkit-box;
            -webkit-box-orient: vertical;
            -webkit-line-clamp: 2;
            line-clamp: 2;
            overflow: hidden;
            text-overflow: ellipsis;
            /* 保留其他样式 */
            font-family:
                PingFang SC,
                PingFang SC;
            font-weight: 600;
            font-size: 14px;
            color: #ffffff;
            line-height: 22px;
            text-align: center;
            font-style: normal;
            text-transform: none;
            flex-shrink: 0;
            fill: rgba(0, 119, 255, 0.05);
padding: 5px 5px 0 5px;
            backdrop-filter: blur(50px);
        }
}
/* 手机端广告 */
@media screen and (max-width: 750px) {
    .yi6 {
        flex-wrap: wrap;
        background: #71a597;
        border-radius: 0px 0px 0px 0px;
    }
    .yi6 p {
        width: 100%;
        height: 100%;
        font-family:
            PingFang SC,
            PingFang SC;
        font-weight: 600;
        font-size: 36px;
        color: #ffffff;
        line-height: 42px;
        display: flex;
        justify-content: center;
        align-items: center;
        font-style: normal;
        text-transform: none;
    }
}
/* 手机端遮罩 */
@media screen and (max-width: 750px) {
    .yi4 {
        width: 94%;
        margin: auto;
        display: flex;
      
        border-radius: 10px;
        border: 1px solid #00bfa3;
        margin-bottom: 28px;
        position: relative;
    }
    .yi4liquanmaindi {
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        background: rgba(0, 0, 0, 0.8);
    }
    .yi4shangliquanmainxia {
        width: 156px;
        height: 34px;
        background: #00bfa3;
        display: flex;
        align-items: center;
        justify-content: center;
        border-radius: 32px 32px 32px 32px;
        font-family:
            PingFang SC,
            PingFang SC;
        font-weight: 600;
        font-size: 16px;
        color: #ffffff;
        line-height: 19px;
        text-align: left;
        font-style: normal;
        text-transform: none;
    }
    .yi4shangliquanmainxia span img {
        width: 20px;
        height: 20px;
        margin-right: 10px;
    }

    /* 放大 */
    .fangda {
        position: absolute;
        top: 75%;
        right: 30px;
        width: 35px;
        height: 35px;
        .fanhufangda {
            width: 100%;
            height: 100%;
            object-fit: contain;
            cursor: pointer;
        }
    }
    .fullscreen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 100 !important;
        border: 0;
        border-radius: 0;
    }
}

@media screen and (max-width: 600px) {
    .yipe img {
       height: 145px;
        border-radius: 8px;
    }
 .yipeehe {
     border-radius: 0px 0px 8px 8px;
    }
      .ull  li  span {
      width: 18px;
      height: 18px;
      display: block;
      border-radius: 2px 2px 2px 2px;
      margin: 13px 20px 13px 34px;
      }
      .ull  li  span  img {
      width: 100%;
      height: 100%;
      }
      .ull li a {
      font-size: 18px;
      line-height: 21px;
      }
      .right3xiahep p {
      font-size: 12px;
      }
  
  
  
  
  
  
  
  
  
  
}






















