.section-banner{
    position: relative;
}
.section-banner .video-box{
    display: block;
   /* height: 80vh;*/
    overflow: hidden;
    position: relative;
    width: 100vw;
    z-index: 20;
}
/*
.section-banner .video-box video {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    pointer-events: none;
    width: 100%;
    z-index: 20;
}*/
.videobg{
	position: absolute !important;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.vjs-poster{
	background-size:cover !important;
}
.tcp-skin .tcp-loading-spinner{
	display:none !important;
}
.videobg video{
	object-fit: cover;
}
.section-banner .pulse-canvas {
    bottom: 0;
    display: block;
    left: 0;
    -webkit-mask-image: radial-gradient(circle at center,#000 0,#000 50%,transparent 80%);
    position: absolute;
    right: 0;
    top: 0;
    z-index: 20
}

.section-banner .pulse-canvas canvas {
    display: block;
    width: 100vw;
    height: 100vh;
    visibility: inherit;
    opacity: 0.2;
}


.section-body{
    /*min-height: 200vh;*/
    position: relative;
}
.orb-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: -1;
    background-color: #000;
}
.top-title{
    color: #ffcf73;
    display: block;
    font-family: Exo\ 2,sans-serif;
    font-size: calc(90px*var(--scale-font));
    font-style: normal;
    font-weight: 200;
    line-height: 122%;
    margin-bottom: 90px;
    text-align: center;
}
.section-body .sec{
    flex-grow: 1;
    margin: 0 auto;
    max-width: 1480px;
    padding-left: 20px;
    padding-right: 20px;
}
.section-body .sec .sec-item{
    align-items: center;
    display: flex;
    justify-content: space-around;
    position: relative;
    min-height: 600px;
    flex-direction: row;
    margin-bottom: 0px;
    margin-top: 0px;
}
.section-body .sec .sec-item:first-child{
    margin-top: 150px;
    margin-bottom: 200px;
}

.section-body .sec .sec-item:nth-child(2n){
    flex-direction: row-reverse;
    margin-bottom: 100px
}

.section-body .quan-box{
    height: 100%;
    position: relative;
    z-index: 1;
}
.section-body .quan-text {
    margin-left: 180px;
    margin-top: 0;
    display: flex;
    flex-direction: column;
}
.section-body .sec .sec-item:nth-child(2n) .quan-text{
    margin-left:0;
    margin-right: 180px;
}
.section-body .quan {
    left: 50%;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%,-50%) rotate(-90deg);
    transform: translate(-50%,-50%) rotate(-90deg);
    height: 808px;
    width: 660px;
}
.section-body .da-quan-box{
    display: block;
    position: absolute;
    right: -43%;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
}

.section-body .quan-text-box{
    height: 450px;
    position: relative;
}
.section-body .quan-text-box h3{
    line-height: 60px;
    text-align: left;
    font-size: 50px;
    font-size: calc(50px*var(--scale-font));
    color: #ffcf73;
    font-family:  Exo\ 2,sans-serif;
    font-style: normal;
    font-weight: 200;
    margin-bottom: 110px;
    max-width: 600px;
    position: relative;
    width: 100%;
    margin-top:0;
}
.section-body .quan-text-box h3:after{
    background:url("../images/geline.jpg") no-repeat left center / auto 100%;
    bottom: -60px;
    content: "";
    height: 4px;
    left: 50%;
    position: absolute;
    width: 169px;
    left:0;
}
.section-body .quan-text-box p{
    font-size: 16px;
    font-size: calc(16px*var(--scale-font));
    color: #b6b6b6;
    font-style: normal;
    font-weight: 400;
    letter-spacing: -.2px;
    line-height: 200%;
    max-width: 520px;
}
.section-body .quan-pic-box{
    border-radius: 50%;
    display: block;
    height: 500px;
    /*overflow: hidden;*/
    width: 500px;
    z-index: 100;
    vertical-align: top;
    position: relative;
}
.section-body .quan-text-box a:hover{
    text-decoration: none;
}
.section-body .quan-pic-border{
    background: linear-gradient(223.09deg,hsla(0,0%,100%,.15) 18.94%,hsla(0,0%,100%,.08) 80.82%);
    border: 2px solid rgba(255,255,255,.15);
    border-radius: 50%;
    height: calc(100% + 50px);
    left: -25px;
    position: absolute;
    top: -25px;
    width: calc(100% + 50px);
    z-index: -1;
}
.section-body .quan-pic-box img{
    /*
    bottom: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity;
     */
    bottom: 0;
    height: auto;
    left: 0;
    margin: 0 auto;
    max-width: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: -93px;
    width: 100%;
    object-fit: cover;
    transform: translateZ(0);
    transition: opacity .25s linear;
    will-change: opacity;
    text-align: center;
}
.section-body .quan-pic-box img.demo2{
    top:-114px;
}
.section-body .quan-pic-box img.demo3{
    top:-47px;
}

.icon-bar{
    display: flex;
    justify-content: center;
    align-items: center;
}
.icon-bar > img,
.icon-bar > a{
    flex:1;
}
.icon-bar > a{
    display: flex;
    justify-content: center;
}
.icon-bar > img{
    width: calc(50% - 100px);
}
.hot-products-box{
    position: relative;
    width: 100%;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    overflow: visible;
}
.hot-products{
    position: relative;
    display: grid;
    grid-auto-flow: column;
    grid-template-rows: 100%;
    column-gap: 4px;
    text-align: initial;
    margin: 0px auto 0px;
    padding: 0px 0px 0px;
    height: auto;
    white-space: nowrap;
    overflow: visible;
    width: 80%;
    max-width: 1480px;
    grid-auto-columns: calc(33.3333% - 2.66667px);
}
.hot-products li a img{
    border-radius:30px;
}
.hot-products li a{
    position: relative;
    text-align: center;
    display: block;
}
.hot-products li a img{
    max-width: 90%;
    margin:0 auto;
}
.hot-products li a span{
    position: absolute;
    bottom:-25px;
    line-height: 50px;
    font-size: calc(16px*var(--scale-font));
    text-align: center;
    display: block;
    background-color: #e8dabf;
    width: 60%;
    left:50%;
    transform: translate(-50%,0);
    border-radius: 30px;
    color: #000;
}

.case-box.sec {
    background-color: rgba(255,255,255,.1);
    border-radius: 18px;
    display: flex;
    position: relative;
    width: 90%;
    z-index: 10;
    min-height: 100px;
    padding:80px 60px;
    max-width: 1800px;
}
.case-box .i-case-list{
    width: 100%;
    position: relative;
    overflow: hidden;
}
.case-box .none-effect {
    -webkit-transition: none;
    -moz-transition: none;
    -ms-transition: none;
    -o-transition: none;
}
.case-box .swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

.case-box .swiper-wrapper {
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}


.case-box .swiper-slide {
    -webkit-transition: transform 1.0s;
    -moz-transition: transform 1.0s;
    -ms-transition: transform 1.0s;
    -o-transition: transform 1.0s;
    -webkit-transform: scale(0.85);
    transform: scale(0.85);
    margin-top: 70px;
    margin-bottom: 70px;
    height: auto;
    position: relative;
    flex-shrink: 0;
    border-radius: 20px;
}
.case-box .swiper-slide-active, .case-box .swiper-slide-duplicate-active {
    -webkit-transform: scale(1.15);
    transform: scale(1.15);
    z-index: 1002;
    box-shadow: 10px 10px 10px 1px rgba(0,0,0,.3);
}

.case-box .swiper-slide .icl-item img{
    border-radius: 20px;
}

.case-box .swiper-slide.swiper-slide-prev{
    transform: translateX(360px) scale(0.85);
    position: relative;
}
.case-box .swiper-slide.swiper-slide-next{
    transform: translateX(-360px) scale(0.85);
    position: relative;
}
.case-box .swiper-slide.swiper-slide-prev:after,
.case-box .swiper-slide.swiper-slide-next:after{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.5s;
    background-color: #3e3e3e;
    border-radius: 20px;
}
.case-box .button {
    width: 100px;
    margin: 0 auto;
    bottom: -18px;
    position: absolute;
    z-index: 1002;
    display: flex;
    justify-content: center;
    align-items: end;
    left: 50%;
    margin-left: -50px;
}
.case-box .swiper-button-prev,
.case-box .swiper-button-mid,
.case-box .swiper-button-next{
    width: 8px;
    height:40px;
    background-color: #ffce00;
    margin:0 10px;
    cursor: pointer;
    top: auto;
}
.case-box .swiper-button-mid{
    height: 60px;
    background-color: #dd0000;
}
.case-box .swiper-button-next{
    background-color: #000000;
}
.case-box .swiper-button-prev:after,
.case-box .swiper-button-next:after{
    content: none;
}

@media (max-width: 1440px) {
    .section-body .da-quan-box {
        right: -50%;
    }
    .section-body .sec .sec-item:first-child{
        margin-bottom:100px;
    }
    .case-box .swiper-slide.swiper-slide-prev{
        transform: translateX(270px) scale(0.85);
    }
    .case-box .swiper-slide.swiper-slide-next{
        transform: translateX(-270px) scale(0.85);
    }
    
}

@media (max-width: 767px) {
	
.section-banner .video-box{
	height:auto;
}
    .section-body .sec{
        flex-direction: column;
        margin-top:30px;
    }
    .icon-bar > img {
        width: 100%;
        margin-bottom:10px;
    }
    .hot-products-box{
        width: 100%;
        padding-right: 5vw;
        padding-bottom: 5vw;
    }
    .hot-products {
        grid-auto-flow: unset;
        grid-auto-columns: unset;
        grid-template-rows: unset;
        margin: 0;
        padding: 0;
        display: flex;
        width: 100%;
        overflow: visible;
        padding-left: 5vw;
        max-width: 900px;
    }
    .hot-products li.swiper-slide {
        width: 80%;
    }
    .hot-products li a img{
        max-width: 95%;
    }
    .hot-products li a span{
        font-size: calc(14px*var(--scale-font));
        width: 80%;
        bottom: -20px;
        line-height: 40px;
    }
    .top-title{
        font-size: calc(45px*var(--scale-font));
    }
    .section-body .sec .sec-item{
        flex-direction: column;
    }
    .section-body .quan-text{
        margin-left:inherit;
    }
    .section-body .quan-pic-box{
        width: 225px;
        height: 225px;
    }
    .section-body .quan-pic-box img{
        top:-23px;
    }
    .section-body .quan-pic-border{
        top:0px;
    }
    .section-body .quan{
        width: 340px;
        height: 400px;
        top:130px;
    }
    .section-body .quan-text-box h3{
        font-size: calc(30px*var(--scale-font));
        text-align: center;
        margin-top: 40px;
        margin-bottom:68px;
    }
    .section-body .quan-text-box h3:after{
        background: url(../images/geline.jpg) no-repeat center center / auto 100%;
        left:50%;
        margin-left:-65px;
        width:130px;
        height:2px;
        bottom:-30px;
    }
    .section-body .sec .sec-item:nth-child(2n){
        flex-direction: column;
        margin-top: 180px;
    }
    .section-body .quan-pic-box img.demo2{
        top:-34px;
    }
    .section-body .sec .sec-item:nth-child(2n) .quan-text{
        margin:0;
    }
    .section-body .quan-pic-box img.demo3{
        top:-4px;
    }
    .top-title.case-title{
        margin-top:60px;
        margin-bottom:50px;
    }
    .case-box.sec{
        padding:30px;
        margin-bottom:30px;
    }
    .case-box .swiper-slide{
        margin-top:0;
        margin-bottom:0;

    }
    .case-box .swiper-button-prev, .case-box .swiper-button-mid, .case-box .swiper-button-next {
        width: 4px;
        height: 30px;
        margin: 0 7px;
        cursor: pointer;
        top: auto;
    }
    .case-box .swiper-button-mid{
        height:40px;
    }
    .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
        left:20px;
    }
    .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
        right:20px;
    }
    .case-box .i-case-list{
        border-radius: 15px;
        overflow: hidden;
    }
    .case-box .swiper-slide.swiper-slide-prev{
        transform: none;
        position: relative;
    }
    .case-box .swiper-slide.swiper-slide-next{
        transform: none;
        position: relative;
    }
}