html,body{
    margin: 0;padding: 0;font-size: 14px;color: rgb(49, 49, 49);font-family: Arial, Helvetica, sans-serif;
    overflow-x: hidden;
    height: 100vh;
    background: linear-gradient(180deg, #eceef0 60%, transparent 0) no-repeat;
}
*{
    padding: 0;
    margin: 0;
    list-style: none;
    font-style: normal;
    text-decoration: none;
    font-family: Arial, Helvetica, sans-serif;
    box-sizing: border-box;
}
:root{
    --header-select:28rem;
}
header{
    height:78px;
    display: flex;
    padding: 0 70px;
    justify-content: space-between;
    font-size:1.2rem;
    letter-spacing: .6rem;
    font-weight: 600;
    align-items: center;
    position: fixed;
    top: 0;
    z-index: 10000;
    width: 100%;
    transition: all 0.4s;
    color: white;
    background:rgb(0 0 0 / 12%);
}
header section{
    width: var(--header-select);
    display: flex;
    align-items: center;
}
header svg{
    height:2.4rem;margin-right:20px;
}

svg#logo{
    fill: #fff;
}
svg#logo2{
    fill: #fff;
}
.st0{fill:#F39A32;}
header span{
    display: flex;
    align-items: flex-start;
    flex-direction: column;
}
header span.moo{
   letter-spacing: 0rem;font-weight: 100;color:#ffffff; font-size:1.1rem;
    flex-direction: row;
    align-items: flex-end;
    width: var(--header-select);
    justify-content: end;
}
header span em{
    font-weight: 500;
    padding-top: 4px;
    font-size:0.8rem;
    color: #ffffff;
    letter-spacing: 0.4rem;
}
.leftmenu{
    padding:10px 0;
    width: calc(100% - (var(--header-select) * 1.9));
    display: flex;
}
.leftmenu ol{
    display: flex;
}
.leftmenu ol>li{
    padding-right:2rem;
}
#menu ul {
    display: flex;
    flex: 1;
    align-items: center;
    justify-content: space-between;
}
#menu ul li{
    display: flex;
    align-items: center;
    justify-content: center;
}
#menu ul li a{
    padding:2rem;
    font-size:1.1rem;
    cursor: pointer;
    color: #ffffff;
    padding-left:2rem;
    display: block;
    z-index: 1;
    position: relative;
    transition:.6s;
    letter-spacing: 0;
}
#menu ul li a.cur,#menu ul li a:hover{
    margin-right: -4px;
    font-size: 1.2rem;
    color: rgb(255, 255, 255);
    z-index: 1000;
}
#menu ul li a.cur::before,#menu ul li a:hover::before{
    content: '';
    width: 0%;
    height: 100%;
    transform: translateX(-50%);
    display: block;
    position: absolute;
    z-index:-1;
    left: 50%;
    bottom:10px;
    animation:menu .4s cubic-bezier(0.03, 0.62, 0.61, 0.93) forwards;
}
@keyframes menu{
  0%{
    transform:  translateX(-50%);
    transform-origin: left;
    width: 0%;
    left: 50%;
    opacity: 0;
    border-bottom: 4px solid rgba(10, 133, 249, 0);
  }
  100%{
   width: 50%;
   transform:  translateX(-50%);
  /*  background: linear-gradient(360deg,rgba(12, 25, 43, 0),rgba(43, 184, 240, 0.616)); */
    transform-origin: left;
    border-bottom: 4px solid rgb(10, 181, 249);
  }
}
#menu ul li a.web{
    background: #0a85f8;
    padding:0rem 1rem;
    color: white;
    height: 2.2rem;
    line-height: 2.2rem;
    display: flex;
}
#menu ul li a.add{
    background: #f8910a;
    padding:0rem 1rem;
    color: white;
    height: 2.2rem;
    line-height: 2.2rem;
    margin-left: 1rem;
}
.rightbox{
    position: absolute;
    /* left:50%;
    transform: translateX(-50%); */
    padding-top:0px;
    padding-bottom: 3rem;
    overflow: hidden;
}

#content>div{/* width:calc(100vw - 160px);  */margin: 0 auto;  width: 100%;}

.item h1{
    position: relative;padding: 10px 0px;padding-right: 30px; width:260px;margin-bottom: 1rem;    z-index: 100;  
    margin:100px 0 0 70px; 
}
.item h1::before{
    content: '';
    position: absolute;
    background:linear-gradient(260deg, rgba(12, 25, 43, 0), rgb(133 204 255 / 80%));
    width: 100%;
    height: 46px;
    top:24px;
    left: -14px;
    border-radius: 10px 0px 10px 0;
    z-index: -1;
}
.item h1::after{
    content: '';
    position: absolute;
    border:1px solid rgb(24 184 255 / 97%);
    width: 100%;
    height: 30px;
    top:30px;
    left: -10px;
    border-radius: 10px 0px 10px 0;
    z-index: -1;
    display: none;
}
#item1 div.aobtou{

    background: url(../image/combg2.jpg) no-repeat center;
    background-size: cover;
    object-fit: cover;
    padding-bottom:8rem;
    color: white;
    position: relative;
    z-index: 1;
    padding-top: 120px;
    padding-left: 40px;
    padding-right:40px;
}
#item1 div.aobtou::before{
    content: '';
    background:linear-gradient(164deg, #013994, rgb(195 211 230 / 30%));
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
}
.box{
    padding: 2rem;
    line-height: 1.8rem;
    font-size: 1.1rem;
    padding-bottom: 0;
    padding-top: 2rem;
    z-index: 100;
}
.box p{
    width:68%;display: block;
}
p{
    padding: 20px 0;
}
.treea{
    display: flex;
    align-items: center;
    padding-left: 60px;
    padding: 20px 20px 60px;
}
.treea em{
    line-height:50px;
    border-radius:10px 0 10px 0;
    padding: 0 20px;
    border: 1px solid rgb(125 164 217);
    font-size: 14px;
    position: relative;
    color: #f9f9f9;
    background: rgb(70 114 175 / 33%);
    margin-right: 20px;
}
.treea em b{
    font-size:24px;padding: 0 10px;color:transparent;
    background:linear-gradient(260deg,rgb(0, 183, 255),rgb(15 251 218 / 68%));
    background-clip: text;-webkit-background-clip: text; 
    -moz-background-clip: text; ;
    -ms-background-clip: text; ;
    -o-background-clip: text; ;
    background-clip: text; ;
    font-weight: bold;
}
.treea em::before{
    content: '';
    position: absolute;
    width: 30%;
    height: 4px;
    background:#14edff;
    top: -2px;
    border-radius:18px 0 18px 0;
}
@font-face{
    font-family: "zhanshi";
    src: url(./nzb.ttf);
}
.hexin{
    margin:40px 0;
    padding: 30px  60px;position: relative;height:32rem;
}
.hexin h2{
    border-left:8px solid rgb(56, 159, 255);padding-left: 20px;margin-bottom:2rem;
    font-size:2.6rem;
}
.hexin h2 i{
    display: block;font-weight:100;font-size:1.1rem;    letter-spacing: .3rem;
    color: #848484;
}
.fore b{
    font-size: 2.2rem;
    font-weight: bold;
    padding: 1.4rem;
    text-align: center;
    width:100%;
    display: block;
    color:#3d4046;
    margin-bottom: 2rem;
    position: relative;
    margin-top: 3rem;
    
}
.fore{
    width:100%;
    height: 28rem;
    background: #f2f3f5;
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.fore img{
    height: 3rem;width:8rem;
}
.fore div{
    display: flex;
    flex: 1;
    width: 100%;
    justify-content: center;
}
.fore span{
    position: relative;font-size:1rem;color:#939599;margin-left: 1.2rem;
    flex:0 0 20%;
}

.fore span samp{
    position: absolute;

    padding:1.2rem 1rem ;
    padding-left: 2rem;
    left:7rem;
    line-height: 2rem;
}
/* .fore span:nth-child(3){
    left:16rem;top:4rem;
}
.fore span:nth-child(4){
    left:32rem;
}
.fore span:nth-child(5){
    left:48rem;top: 4rem;
} */
.fore span samp h6{
    font-size: 1.6rem;padding-bottom: 1rem;color:#3d4046;font-weight:400;
}
.one{
/*     padding:80px 0; */
    display: flex;
    flex-direction: column;
    font-size: 16px;
    align-items:center;
    padding-top:40px;
}
.one span{
    padding-bottom: 40px;
    padding: 0 9rem 4rem 3rem;
    font-size: 3rem;
    line-height: 3rem;
    font-weight: 100;
    color: #000000;
}
.one img{
   border: 1px solid rgba(255, 255, 255, 0.39);
   padding: 10px;
   border-radius:1rem;
   overflow:hidden;
   height:650px;
   object-fit: contain;
   margin: 0 auto;
}
.main-page{
    padding: 40px 0;
    overflow: hidden;
    /* height:800px; */
}
.main-page .nav{position:relative;width:100%;text-align:center;font-size:18px;font-family:"微软雅黑";color:#333;
    display: flex;color: white;display: flex;align-items: center;}
.main-page .nav div{line-height:60px; margin-bottom: 8px; border-radius: 2px; cursor: pointer; padding: 0 3rem;transition: .5s;}
.main-page .nav div.on{background:#1b4084; }
.main-page .content .con-ggh{ width:100%; height:inherit;}

.main-page .content .con-ggh ul{
    display: flex;flex-wrap: wrap; padding: 1rem 0; gap:1rem;
}
.main-page .content .con-ggh li{
    display: flex;flex-direction: column;/* background:#1c293c; */ padding:1.8rem;
    width:calc(33.333% - 1rem);transition: 1s;cursor: pointer;
    border:1px solid rgb(120 143 177 / 21%);
    box-sizing: border-box;
}
.main-page .content .con-ggh li:hover{
    background:#8d9cb4; 
}
.main-page .content .con-ggh li.last{
    flex-grow: 1;
}
.main-page .content .con-ggh li.last samp:first-child{
    width:30rem;line-height: 2.8rem;margin-right: 2rem;display: flex;
    flex-direction: column;justify-content: center;
    padding:0 1rem;
}
.main-page .content .con-ggh li.last samp:first-child b{
    display: block;
    font-size: 1.2rem;
    color: #0a84f8;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid #0a85f8;
}
.main-page .content .con-ggh li h4{
    font-size:1.6rem;
    margin-bottom: 1rem;
    border-left:4px solid rgb(34, 126, 255);
    padding-left: 1rem;
}
.main-page .content .con-ggh li span{
    display: flex;color:#a3b2c5;
}
.main-page .content .con-ggh li span p{
    padding: .4rem;
    font-size: 13px;
}
.main-page .content .con-ggh li picture{
   /*  background:rgb(0 0 0 / 10%); */
    width: 148px;height:210px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right:1.4rem;
    position: relative;
    transition: 1s;
    
}
.main-page .content .con-ggh li picture img{
    height: 100%; width: inherit; object-fit: contain;
}
.main-page .content .con-ggh li.last picture,.main-page .content .con-ggh li:hover.last picture{
    background: transparent;margin: 0 6rem;
}
.main-page .content .con-ggh li.last img{
    position: absolute;
    top:-20%;
    height: 130%;
    left: -30%;
    width: auto;
    transform: rotateZ(28deg);
}
.main-page .right{overflow: hidden;}
.main-page .content .con-ggh li:hover{
    background:#24354c; 
}
.insetCase{
    display: flex;
    flex-wrap: wrap;
    justify-content:first baseline;
    margin-top:4rem;
    gap: 1rem;
    margin:40px 60px;
}
.insetCase li{
    display: flex;
    flex-direction: column;
    width:22rem;
    position: relative;
    color:#d6d6d6;
    flex: 1 0 25%;
    height: 24rem;
}
.insetCase li picture{
    height: 100%;
    width: 100%;
    overflow: hidden;
    position: relative;
}
.insetCase li picture i{
    position: absolute;
    top: 0;
    right: 0;
    padding: .1rem .4rem;
    background: rgb(27 35 46 / 42%);
    color: #ecf4ff;
}
.insetCase li picture img{
    width: 100%;
    object-fit:cover;
}
.insetCase li h5{
    margin-bottom: 1rem; line-height:2rem;color: #fff;
}
.insetCase li span{
    padding: 1rem;z-index: 1;    position: absolute;
    background:rgb(40 40 40 / 62%);
    bottom: 0;
}
.insetCase li span::before{
    content:'';
    position: absolute;
    width: 100%;
    height:8rem;
    top: -8rem;
    left: 0;
}
.insetCase li span b{
    font-size:2.8rem;
}
.insetCase li span b em{
    font-size:1.3rem;
    display: block;
    font-weight: 500;
}



.scrolled{
    background: white;
    transition:all .4s;
    color: #000;
    box-shadow: 0 0 20px rgb(0 0 0 / 20%);
    padding-top:10px;
    height: 88px;
}
.scrolled svg#logo{
    fill: #000;
}
.scrolled svg#logo2{
    fill: #6b6b6b;
}
 header.scrolled span em,header.scrolled span.moo{
    color: #222c3a;
}
header.scrolled #menu ul li a{
    color: #000;
}
header.scrolled #menu ul li a.web,header.scrolled #menu ul li a.add{
    color: white;
}
.Banner{
    position: relative;
    height:800px;
    background: #494949;
    width: 100%;
  }
  .Banner img{
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .swiper{
    overflow: hidden;
    z-index: 1000;
    height: 100%;
  }
  .swiper-container {
    width: 100%;
    height: 100%;
  }
  .swiper-slide {
    text-align: center;
    font-size: 18px;
    background: #ffffff;
     height:100%;
    /* 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;
  }

  .datanuber{
    width: 100%;
    display:flex;
    align-items: center;
    justify-content: space-around;
  }
  .datanuber span{
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 1;
  }
  .datanuber span em{
    font-size: 4rem;
    font-weight: 100;
  }
  .datanuber span em i{
    font-size: 1.1rem;
  }
  .datanuber span:nth-child(2){
    border-left: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
  }
  .khcase{
    width: 100%;
    text-align: center;
    padding: 6rem 0;
    padding-bottom: 3rem;
  }
  .khcase h1{
    font-weight: 100;
    display: flex;
    flex-direction: column;
  }
  .khcase h1 em{
    font-size: 1.1rem;
    padding-top:0.6rem;
    color: #838383;
  }
  .tamgb{
    display: flex;
    width: 100%;
  }
  .tamgb>div{
    display: flex;
    flex: 1 0 60%;
    align-items: center;
    justify-content: center;
  }
  .tamgb>div em{
    padding: 1rem 4rem;
  }
  .proClass{
      display: flex;
      flex-wrap: wrap;
      padding: 0 6rem;
      gap:2rem;
      margin-top: 2rem !important;
      text-align: center;
  }
  .proClass span{
    
    width: calc(25% - 2rem);
    display: block;
    border-radius:16px;
    overflow: hidden;
    height:21rem;
    transition: all .4s;
    cursor: pointer;
  }
  .proClass span picture{
    height: 16.4rem;background: #e0e0e0;
    display: block;border-radius:16px;
    margin-bottom: 1rem;
    overflow: hidden;
    transition: all .4s;
  }
  .proClass span picture img{
    object-fit:cover;
    width: 100%;
    height: 100%;
    transition: all .4s;
  }
  .proClass span:hover{
    color: #0093c0;
  }
  .proClass span:hover img{
    transform: scale(1.2);
  }
  .proClass span:hover picture{
    margin-bottom: 1.6rem;
  }
  .three-id{
    padding:0 4rem 4rem 4rem;
    display: flex;
    align-items: center;
    margin-top:5rem;
    gap: 2rem;
  }
  .three-id span {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex: 1;
    font-size: 1.4rem;
    background:#f7faff;
    border-radius:0.4rem;
    padding-bottom: 1.4rem;
  }
  .three-id span img{
    height:6rem;margin-bottom: 1rem;margin-top: -2rem;
  }

.begm{
    height: 400px;
    overflow: hidden;
    background: #000;
    width: 100%;
}

.inSide{
    height: 46rem;
    overflow: hidden;
    margin-top: 88px !important;
}

.inSide img{
    width: 100%;
    object-fit: cover;
}

.tab-control{
    flex: 1;
    display: flex;
    flex-wrap: wrap;
   overflow: hidden;
}
.tab-item{
   display:flex;
   flex-direction: column;
}
.tab-item div{
    width: 155px;
    height: 60px;
    display: inline-block;
    text-align: center;
    cursor: pointer;
}
.active{
    background-color: #01940d;
}
.tab-content{
    flex: 1;
    background-color: #0093c0;
}
.tab-content div{
    flex: 1;
    background: #f8910a;
    display: none;
}

.pin {
    width: 100%;
    font-size: 1.8rem;
    padding-bottom:2rem;
    font-weight: bold;
    display: flex;
    align-items: center;
}
.pin svg{
    margin-right: 1rem;
}
.liset{
    overflow: hidden;
}
.liset span{
    display: flex;
    flex-wrap: wrap;
}
.liset span picture{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem;
    font-size: 1.2rem;
    border: 1px solid #eff0f1;
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(230, 230, 230, 0.76);
    margin: 10px;
    color: #000;
    font-weight: 500;
}
.liset span img{
    height:5rem;
}
.os picture{
    background: url(/image/OS.svg) no-repeat 10%;
    background-size:1.6rem;
    padding-left:6% !important;
}

  @media screen and (max-width: 750px){
    header{
        font-size: 1.1rem;
        padding: 0 1rem;
    }
    header svg{
        height:1.8rem;
        margin-right: 1rem;
    }
    header img{
        height: 1.6rem;
        margin-right: 6px;
    }
    header span{
        flex-direction: column;
        align-items: flex-start;
        margin-left:0.4rem;
    }
    header span.moo{
        top: 68px;
        right: initial;
        width: 100%;
        flex-direction: row;
        font-size:.8rem;
        left: 0;align-items: center;
        display: none;
    }
    header span.moo img{
        height: 1rem;
    }
    header span em{
      font-size:.8rem;
      letter-spacing: 0rem;
      margin-left: 0rem;
      padding-top: 0;
    }
    .leftmenu{
        width:6rem;display: flex;position: absolute;
        flex-direction: column;
        top:100%;right: 0;
    }
    #menu ul{
        display: flex;
        flex-direction: column;
    }
    #menu ul li{
        width: 4rem;
        height: 4rem;
        overflow: hidden;
        background: white;
        border-radius: 100px;
        margin-bottom: 1rem;
        box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
    }
    #menu ul li a{
        font-size:.8rem; padding:1.6rem .2rem;text-align: center;
    }
    #menu ul li a.cur{
        font-size: 0.8rem;background:#2d6fda;color: white; width: 100%; margin-right: 0;
    }
    #menu ul li a.add{
        margin-left: 0;
    }
    header.scrolled #menu ul li a.cur{
        color: white;
    }
    #menu ul li a.cur::before, #menu ul li a:hover::before{
        display: none;
    }
    .rightbox{
        left: 0;
        width: 100%;
    }
    #content>div{
        width: 100%;
    }
    .item h1{
        font-size: 1.2rem; margin-left: 2rem!important; margin-top: 0;
    }
    .item h1::before{
        top: 16px;height: 28px;
    }
    .item h1::after{
        top: 21px;
    }
    .box{
        font-size: 1rem;
        padding: 1rem;
        line-height: 1.4rem;
    }
    .box p{
        width: 100%;
        background:rgb(12 61 128 / 43%);
        padding:20px;
        border-radius: 0 20px 0 20px;
        box-sizing: border-box;
        margin-bottom: 10px;
    }
    .treea{
        padding-left: 10px;flex-direction: column;align-items: flex-start;
    }
    .treea em{
        font-size:1rem;line-height: 40px;margin-bottom: 10px;
    }
    #item1 div.aobtou{
        background-position:-1250px 0;
        object-fit:contain;
        padding-top: 80px;
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 0;
    }
    .hexin{
        margin-top: 0px; height:50rem;
    }
    .fore{
        height: 48rem;padding-bottom: 1rem;
    }
    .fore b{
        font-size: 1.4rem;    padding:.4rem;    margin-top: 1rem;
    }
    .fore span{
        font-size: .8rem;
    }
    .fore span samp h6{
        font-size: 1.3rem;padding-bottom: .6rem;
    }
    .fore span:nth-child(3),.fore span:nth-child(5){
        left: .3rem;
        top:0rem;
        margin-left: .2rem;
        display: flex;
        flex-direction: row-reverse;
    }
    .fore span:nth-child(3) img,.fore span:nth-child(5) img{
        margin-right: 1.2rem;
    }
    .fore span:nth-child(3) samp,.fore span:nth-child(5) samp{
        left: 0;
    }
    .fore span:nth-child(4) {
        left: 0rem;
    }
    .fore span:nth-child(5) {
        top: 0rem;
    }
    .one{
        padding: 0;
    }
    .one span{
        padding-bottom: 40px;
        padding:2rem 2rem 2rem 2rem;
        font-size: 1rem;
        line-height: 2rem;
    }
    .one img{
        height:12rem;margin-bottom: 2rem;
    }
    .main-page{
        padding:0px 0; 
    }
    .main-page .nav{
        font-size: 1rem; padding: .6rem; width: calc(100% - 1.2rem);display: none;
    }
    .main-page .nav div{
        line-height:20px;  width:calc(25% - .8rem);overflow: hidden;height:3rem;    padding:.4rem;
        border-radius: .4rem;display: flex;align-items:center; font-size:.8rem;justify-content: center;
    }
    .main-page .content .con-ggh ul{
        justify-content: center;
    }
    .main-page .content .con-ggh li{
        padding: .8rem;width: calc(100% - (1rem + 2px - .1rem));
       
    }
    .main-page .content .con-ggh li h4{
        font-size:1.3rem;
        padding-left:.2rem;
        font-weight:400;
    }
    .main-page .content .con-ggh li picture{
        height: 10rem;
        margin-right:1rem;
        flex: 1;
    }
    .main-page .content .con-ggh li:nth-child(2n+2) span{
        flex-direction: row-reverse;
    }
    .main-page .content .con-ggh li:nth-child(2n+2) span samp{
        flex: 1;
    }
    .main-page .content .con-ggh li span p{
        font-size: .8rem; padding: .2rem;
    }
    .main-page .content .con-ggh li.last {
        flex-grow: 1;
    }
    .main-page .content .con-ggh li.last samp:first-child{
        width:calc(100% - 2rem);margin-right:0rem;font-size: 1rem;line-height:1.6rem; background: rgb(36 49 68);
        padding: 1rem;border-radius:1rem;

    }
    .main-page .content .con-ggh li.last samp:first-child b{
        font-size: 1rem; margin-bottom: 1rem;
    }
.main-page .content .con-ggh li.last picture,.main-page .content .con-ggh li:hover.last picture{
        margin:2rem auto;
    }
    .main-page .content .con-ggh li.last picture{
        width:10rem; height:10rem;
        flex: none;    
    }
    .main-page .content .con-ggh li.last span{
        flex-direction: column;
    }
    .insetCase{
        justify-content: center;margin-top:1.6rem; margin:2rem 0rem;gap: 0.1rem;
    }
    .insetCase li{
        width: auto; padding:0 0.4rem;height: 8rem;
    }
    .insetCase li h5{
        font-size: 0.8rem;line-height: 1.2rem;
    }
    .insetCase li span{
        font-size: 0.7rem;
        bottom: initial;
        top: 3rem;
        height: 4rem;
    overflow: hidden;
    }
    .insetCase li span b{
        font-size: 1.1rem;
    }
    .insetCase li span b em{
        font-size: 0.8rem;
    }
    .insetCase li picture{
        height: 5rem;
    }
    .insetCase li picture i{
        font-size: 0.5rem;
    }
    .three-id{
        padding: 0 2rem 2rem 2rem; gap: 1rem;margin-top: 3rem;
    }
    .three-id span img{
        height:3rem;
    }
    .three-id span{
        font-size: 0.9rem;
        padding: 1rem;
        height:7rem;
    }
    #item3> h1{
        margin-top: 120px !important;
    }
    .tabs{
        display: flex;
        margin:1rem 1rem !important;
        position: relative !important;
    }
    .tabs ul{
        display: flex;
        flex-direction: column;
        top: 0 !important;
        position: sticky !important;
    }
    .tabs li a{
        padding: 1rem !important;
        font-size: 1rem !important;
        width:6rem !important;
    }
    #tabs_container{
        flex: 1;
    }
    #item4 h1 ~ div > img{
        width: calc(100% - 30px) !important;
    }
    .Banner{
        height:480px;
    }
    .swiper-button-next,.swiper-button-prev{
        display: none !important;
    }
    .datanuber{
        padding: 0 1rem;
    }
    .datanuber span em{
        font-size: 2rem;
    }
    .tamgb>div em{
        padding: 1rem 2rem;font-size:0.8rem;
    }
    .proClass{
        padding: 0 2rem;
    }
    .proClass span{
        width: calc(50% - 1rem);
        height:10rem;font-size:0.8rem;
        border-radius:0.2rem;
    }
    .proClass span picture{
        height:7rem; border-radius:0.2rem;
    }
    .inSide{
        height: auto;
    }
    .wo{
        padding: 1rem !important;
    }
    .wo>span{
        font-size: 0.8rem !important;padding: 1rem !important;
    }
    .pin{
        font-size: 1.1rem; padding-bottom: 1rem;
    }
    .pin svg{
        height: 16px !important;
        margin-right:0.2rem;
    }
    .liset span{
        padding: 1rem !important;
    }
    .liset span picture{
        margin: 4px;
        padding: 1rem;
        flex: 1;
        font-size:0.8rem;
    }
    .liset span img{
        height:3rem;margin-bottom: 0;
    }
    .liset span ~h2{
        font-size: 0.8rem !important;
        padding: 1rem !important;
        margin: 0rem !important;
    }
    .liset span.os{
        display: flex;
        flex-direction: column;
    }
    .liset span.os picture{
        flex: 1;
    }
    .os picture{
        background-size: 1rem;
    }
    .swiper-slide{
        font-size: 1rem;
    }
}