/* banner */
.banner-view .tabox{
    position: relative;
}
.banner-view .panles {
   overflow: hidden;
    width: 100%;
    position: relative;
}
.banner-view .panle-scroll {
    height: 100%;
    width: 100%;
    transition: all 1s;
    position: absolute;
    left:0px;
    top:0px;
}
.banner-view .panle-scroll.transition-none {
    transition:none
}
.banner-view .panles .panle {
    display: block;
    width: 100%;
    align-items: center;
    justify-content: center;
    flex:1;
    position: absolute;
    left:0px;
    top:0px;
    
}

.banner-view .panles img {
    width: 100%;
    display: block;
    -webkit-user-drag: none; /* 针对 WebKit 内核浏览器（Chrome/Safari） */
    user-drag: none;         /* 标准属性（部分浏览器支持） */
    user-select: none;       /* 禁止文本/图片被选中（辅助效果） */
    pointer-events: none;    /* 可选：完全禁用图片的鼠标事件（但会阻止点击） */
    
}
.banner-view .panles img.wap {
    display: none;
}
.banner-view .panles .panle-static {
    width: 100%;
    opacity: 0;
}
.banner-view .tabox .tool {
    position: absolute;
    bottom:10px;
    left: 50%;
    transform: translateX(-50%);
}
.banner-view .tabox .tool .item {
    width: 10px;
    height: 10px;
    border-radius: 5px;
    background-color: rgba(255,255,255,0.6);
    margin: 0px 5px;
    transition: all 0.3s;
    cursor: pointer;
}
.banner-view .tabox .tool .item:hover {
    background-color: rgba(255,255,255,1);
}
.banner-view .tabox .tool .item.active {
    width: 32px;
    box-shadow: 0px 0px 20px rgba(0,0,0,0,0.2);
    background-color: #fff;
    transition: all 0.3s;
}
.title {
    font-size: 26px;
    font-weight: bold;
    color: #000;
    margin-bottom: 20px;
}
/* feature */

.feature {
    margin-top: 30px;
    background-image: url(/images/feature-line.jpg);
    background-repeat: no-repeat;
    background-position-x: center;
    background-position-y: 60px;
    min-height: 300px;
    background-size: 100%;
    padding-bottom: 00px;
    box-sizing: border-box;
}
.feature .view-center {
    max-width: 1440px;
}

.feature .list .item img{
    width: 100%;
    display: block;
}
.feature .list {
    margin: 30px;
}
.feature .list .item {
   
    flex:1;
    cursor: pointer;
    transition: all 0.3s;
}
.feature .list .item .item-inner .bottom {
    display: none;
}
.feature .list .item  .item-inner {
    position: relative;
    width: 100%;
    height: 100%;
}
.feature .list .item .box {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    transition: all 0.3s;
    background-color: rgba(0,0,0,0.5);
}
.feature .list .item:hover{
    opacity: 0.8;
    transition: all 0.3s;
}
.feature .list .item.active {
    z-index: 1;
    border-radius: 5px;
    height: 110%;
    
}
.feature .list .item.active:hover {
    opacity: 1;
}
.feature .list .box .box-bg,
.feature .list .box .box-bg img{
    display: block;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    overflow: hidden;
}
.feature .list .box .box-bg {
    display: none;
}
.feature .list .item.active .box {
    
    border-radius: 5px;
    margin-top: -20px;
    margin-left: -10px;
    height: calc(100% + 40px);
    width: calc(100% + 20px);
    transition: all 0.3s;

}
.feature .list .item.active .box-bg {
    display: block;
}
.feature .list .box .box-cnt {
   
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    font-size: 16px;
    color: #fff;
    box-sizing: border-box;
    padding: 60px 20px 60px 20px;
    
}
.feature .list .item.active .box-cnt{
    background-image: linear-gradient(to bottom, rgb(232 162 133 / 82%), rgb(255 59 59 / 79%));
    box-shadow: 0px 0px 20px rgba(244,69,69,1);
    
}
.feature .list .item img.ico {
    width: 80px ; 
    height: 80px;
    object-fit: scale-down;
    margin-bottom: 16px;
}
.feature .list .name {
    font-size: 22px;
    text-align: center;
}
.feature .description {
    max-width: 240px;
    margin-left: auto;
    margin-right: auto;
    min-height: 15px;
    opacity: 0;
    transition: all 0.3s;
}
.feature .list .item.active .description {
    opacity: 1;
    transition: all 0.3s;
}
/* server */
.server {
    background-image: url(/images/server-bg.jpg);
    background-color: rgba(245,246,250,1);
    background-position: center center;
    background-repeat: no-repeat;
    background-clip: border-box;
    background-size: 100%;
    padding: 50px 10px;
}
.server .tabs {
    font-size: 22px;
}
.server .tabs .tab  {
    margin: 0px 16px;
    color: rgba(102, 102, 102, 1);
    cursor: pointer;
    padding-bottom: 8px;
}
.server .tabs .tab:hover {
    color: #000;
}
.server .tabs .tab.active {
    color: rgba(245, 69, 68, 1);
    border-bottom: 3px solid rgba(245, 69, 68, 1);
}
.server .list {
    margin: 150px 70px 100px 70px; 
    background-color: #fff;
    height: 230px;
    position: relative;
}
.server .list .item {
    background-image: url(/images/server-right.jpg);
    background-size:contain;
    background-position: right bottom;
    background-repeat: no-repeat;
    height: 100%;
    font-size: 16px;
    position: absolute;
    top:0;
    left: 0;
    width: 100%;
    opacity: 0;
}
.server .list .item .ico {
    position: relative;
    width: 30%;
    height: 100%;
}
.server .list .item .ico img {
    position: absolute;
    bottom: 0px;
}

.server .list .item.active {
    opacity: 1;
    transition: all 1s;
}
.server .list .item .description {
    padding-right: 16px;
    flex:1;
}

/* achievement */
.achievement {
    padding: 50px 0px;
}
.achievement .list {
    padding: 10px;
}
.achievement .list img {
    display: block;
    width: 100%;
}
.achievement .list .item {
    flex:1;
    padding: 10px;
    box-sizing: border-box;
    
    background-color: #f1f1f1;
}
.achievement .list .item .box {
    position: relative;
    height: 100%;
    width: 100%;
    min-height: 100px;
}
.achievement .list .item .box .img-bar {
    position: relative;
    height: 100%;
    width: 100%;
    padding: 0px 3px;
    box-sizing: border-box;
    transition: all 0.3s;
}
.achievement .list .item:hover {
    cursor: pointer;
}
.achievement .list .item:hover .img-bar {
    opacity: 0.8;
    transition: all 0.3s;
}
.achievement .toolbar {
    position: absolute;
    bottom: 0px;
    width: 100%;
    color: rgba(255, 255, 255, 1);
    height: 54px;
    box-shadow: 0px 0px 3px rgba(0,0,0,0.1);
    border: 1px solid #dbdbdb;
    transition: bottom .05s;
}

.achievement .toolbar .bg {
    width: 100%;
    height: 100%;
    filter:blur(3px);
    opacity: 0.8;
    overflow: hidden;
}
.achievement .toolbar .bg img {
    object-fit:cover;
    position: absolute;
    bottom: 0px;
    transition: bottom .05s;
}
.achievement .list .item.active .toolbar {
    bottom: 10px;
    transition: bottom .05s;
}
.achievement .list .item.active .toolbar .bg img {
    bottom: -10px;
    transition: bottom .05s;
}
.achievement .toolbar .content {
    position: absolute;
    left:0px;
    top:0px;
    width: 100%;
    height: 100%;
    padding-left: 20px;
    display: flex;
    justify-content: center;
    flex-direction: column;
}
.achievement .toolbar .name {
    font-size: 16px;
}
.achievement .toolbar .des {
    font-size: 14px;
    opacity: 0.8;
}

/* total */
.total {
    background-image: linear-gradient(to right,rgba(255,139,103,1),rgba(245,77,74,1));
    position: relative;
    height: 105px;
}
.total .bg {
    
    width: 100%;
    height: 100%;
    background-size: 100%;
    display: flex;
    align-items: center;
}
.total .bg img {
    width: 100%;
}
.total .content {
    position: absolute;
    left: 0;
    top:0;
    width: 100%;
    font-size: 16px;
    height: 100%;
}
.total .content .view-center,
.total .content .list {
    height: 100%;
}

.total .content .item {
    flex:1;
    
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    color: #fff;
    border-right: 2px solid #fff;
}
.total .content .item:last-child {
    border-right: none;
}
.total .content .number {
    font-size: 30px;
}
@media screen and (max-width: 1100px) {
    .br {
        display: none;
    }
    .server .list {
        height: 200px;
    }
    .server .list .item .ico img {
        width: 300px;
    }
}
@media screen and (max-width: 990px) {
    .feature .list .box .box-cnt {
        padding-top: 30px;
        padding-bottom: 20px;
    }
    .server .list {
        height: 160px;
    }
    .server .list .item .ico img {
        width: 260px;
    }
}
@media screen and (max-width: 935px) {
    .feature .list .box .box-cnt {
        padding-top: 20px;
        padding-bottom: 10px;

    }
    /* .feature .list .item img.ico {
        height: 56px;
        width: 56px;
    } */
}
@media screen and (max-width: 900px) {
    .server .list {
        height: 140px;
        margin: 100px 80px 30px 30px;
    }
    .server .list .item .ico img {
        width: 220px;
    }
    .feature .list {
        flex-wrap: wrap;
    }
    .feature .list .item .content > img {
        height: 280px;
        object-fit:cover;
    }
    .feature .list .item {
        width: 50%;
        flex:none;
        padding: 10px;
        box-sizing: border-box;
    }
    .feature .list .item .box-cnt {
        padding-top: 30%;
        padding-bottom: 20%;
    }
    .feature .list .item.active {
        height: 100%;
    }
    .feature .list .item .box {
        background-color: rgba(0,0,0,0.4);
    }
    .feature .list .item.active .box {
        margin: 0px;
        width: 100%;
        height: 100%;
        
    }
    .feature .list .item .wap-hide {
        display: none;
    }
    .feature .list .item.active .box-cnt {
        background: none;
        box-shadow: none;
    }
    .feature .list .item.active .description,
    .feature .list .item.active .box-bg {
        display: none;
    }
    .feature .list .item .item-inner
    .feature .list .item .item-inner .content,
    .feature .list .item .box,
    .feature .list .item .item-inner .content > img{
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
             
    }
    .feature .list .item .item-inner .content {
        position: relative;
    }
    .feature .list .item .item-inner .bottom {
        padding: 10px;
        display: flex;
        align-items:center;
        height: 25px;
        box-shadow: 0px 0px 5px rgba(0,0,0,0.2);
        border-bottom-left-radius: 10px;
        border-bottom-right-radius: 10px;
        font-size: 18px;
    }
    .achievement .list{
        flex-wrap: wrap;
    }
    .achievement .list .item {
        width: 50%;
        flex: none
    }
}

@media screen and (max-width: 750px) { 
    .server .list .item {
        background-size:contain;
    }
    .server .list {
        height: 100px;
    }
    .server .list .item .ico img {
        width: 180px;
    }
    .feature .list .item .item-inner .bottom {
        font-size: 14px;
    }
    /* .feature .list .item  {
        width: 100%;
    }
    .feature .list .item .item-inner .bottom {
        height: auto;
    } */
}
@media screen and (max-width: 640px) { 
    .server .tabs .tab{
        font-size: 18px;
    }
    .server .list .item .ico img {
        width: 100%;
    }
}
@media screen and (max-width: 620px){
    .banner-view .panles img.wap {
        display: block;

    }
    .banner-view .panles img.pc {
        display: none;
    }
}
@media screen and (max-width: 600px) { 
    
    .feature .list .item .content > img {
        height: 240px;
        
    }
    .server .list {
        height: 100px;
    }
}
@media screen and (max-width: 560px) { 
    .server .tabs .tab {
        font-size: 16px;
    }
    .server .list {
        margin: 60px 20px  10px 20px;
    }
}
@media screen and (max-width: 500px) { 
    .server .tabs .tab {
        font-size: 14px;
    }
    .title {
        font-size: 16px;
    }
    .achievement .list .item {
        width: 100%;
    }
    .feature .list .item {
        width: 100%;
    }
    .feature .list .item .item-inner .bottom {
        font-size: 13px;
        height: auto;
        display: block;
    }
    .feature .list .item .content > img {
        height: 300px;
        
    }
    .feature .list .item  .wap-hide{
        display: inline;
    }
    .server .list .item .description {
        font-size: 14px;
    }
}
@media screen and (max-width: 460px) {
    .server .tabs .tab {
        margin: 0px 5px;
        line-height: 14px;
        padding-bottom: 3px;
    }
    .total .content .item {
        font-size: 14px;
    }
    .total .content .number {
        font-size: 18px;
    }
}