::-webkit-scrollbar {/*滚动条整体样式*/
    width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
    height: 10px;
}
::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    background: #082C52;
}
::-webkit-scrollbar-track {/*滚动条里面轨道*/
    -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
    border-radius: 10px;
    background: #010F1A;
}

/* .swiper-pagination {
    margin-top: -100px;
} */

.swiper-container-horizontal>.swiper-pagination-bullets {
    bottom: 50px;
}

.swiper-pagination .swiper-pagination-bullet {
    background: #999;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    opacity: 0.7;
}

body {
    overflow: hidden;
}
li {
    list-style: none;
}

.h1, .h2, h1, h2 {
    font-size: 4.4rem;
}

.overflow {
    overflow: hidden;
}

.l {
    float: left;
}
.r {
    float: right;
}

.cols {
    font-size: 15px;
}

.col {
    display: block;
}

.swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #FF8604;
    /* border: 1px solid #fff; */
    opacity: 1
}

.site-header__reservations-list {
    margin-right: 0;
    height: 75px;
}


.site-header__reservations-list li a span {
    font-size: 1.8rem;
}

.container {
    max-width: 75%;
}

.featured-text__col {
    margin: 0;
}

.home .site-header--fixed .site-header__reservations-list, .home .site-header--fixed .site-header__reservations-list a {
    color: #fff;
}

.site-header__reservations-list a {
    /* color: #fff; */
}

.site-header__reservations-list >ul {
    height: 100%;
}

.site-header__reservations-list >ul li {
    height: 100%;
    line-height: 75px;
    height: 78px;
    margin: 0;
    padding: 0 25px;
}

.site-header__reservations-list ul ul {
    /* height: 50px;
    line-height: 50px; */
    text-align: center;
}

.site-header__reservations-list ul ul li {
    line-height: 35px;
    position: relative;

    height: 35px;
    float: none;
    display: block;
    padding: 0 5px;
    /* background: #eee; */
    margin: 5px 0;
}

.site-header__reservations-list ul ul li:first-child {
    margin-top: 0;
}

.site-header__reservations-list ul ul li:last-child {
    margin-bottom: 0;
}

.site-header__reservations-number:hover .cheader-nav-sub a {
    color: #fff;
    font-size: 1.7rem
}

.listing-blocks .listing-blocks__item .listing-blocks__fig img {
    transform: scale(0.8);
    cursor: pointer;
    transition: all 0.3s;
    /* transition: all 0.2s ease-in-out 0s; */
    object-fit: scale-down;
}

.listing-blocks .listing-blocks__item .listing-blocks__fig:hover img{
    transform: scale(1);
}

.listing-blocks .listing-blocks__item:last-child .listing-blocks__fig img {
    transform: scale(0.5);
}

.listing-blocks .listing-blocks__item:last-child .listing-blocks__fig img:hover {
    transform: scale(0.6);
}

.listing-blocks__item[data-layout=row] .listing-blocks__fig-wrapper {
    margin-bottom: 0;
}

.qrcode:before,
.qrcode:after,
.social-block__cols a:before,
.social-block__cols a:after {
    display: none;
}

.social-block__cols a .social-block__single .social-block__fig{
    overflow: hidden;
}

.social-block__cols a .social-block__single img{
    transform: scale(1);
    transition: all 0.3s;
}

.social-block__cols a:hover .social-block__single img{
    transform: scale(1.1);
}

.social-block__cols a:hover .social-block__single .ll-at-background h4 {
    color:coral
}

.social-block__cols a:hover .social-block__single .ll-at-background p {
    text-decoration: underline;
}

.listing-blocks__fig:after {
    display: none;
}

.site-header__reservations-list ul ul li:hover {
    /* text-decoration: underline; */
    background: coral;
}

.site-header__reservations-list ul ul li:hover a {
    color: #fff;
}

.fixed-header::after {
    display: none;
}

.site-header {
    position: fixed;
}

.listing-blocks__fig, .listing-blocks__item[data-layout=col] .listing-blocks__fig {
    height: 34rem;
}

.cheader-nav-sub{

    /* position: absolute;
    left: 0;
    width: 125%;
    top: 73px;
    background: #333;
    margin-left: -12.5%; */

    position: absolute;
    top: 73px;
    width: 202px;
    margin-left: -70px;
    padding-top: 2px;
}

.cheader-nav-sub .container {
    width: 100%;
    max-width: 100%;
    /* background: #333; */
    background: rgba(0,0,0,.6);
    padding: 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.cheader-nav-sub .container ul {

}

.home .site-header__menu-btn span:before, .site-menu .site-header__menu-btn span:before {
    background-color: #999;
}

.switch-type ul {
    width: 100%;
    height: 100%;
    padding: 0 0 0 10%;
    overflow: hidden;
}

.switch-type ul li {
    float: left;
    width: 200px;
    height: 100%;
    padding: 23px 0;
    margin: 0 1px;
    text-align: center;
    cursor: pointer;
}
.switch-type ul li:hover,.switch-type ul li.active {
    background: rgb(69, 93, 88);
}

.switch-type ul li p {
    color: #fff;
    margin-top: 5px;
    font-size: 15px;
}

#imgPreviewContainer {
    z-index: 10000;
}

.previewImg:before,.previewImg:after {
    display: none;
}

.previewImg {
    margin: 0 1.5%;
}



.switch-aboutus ul {
    width: 100%;
    height: 100%;
    padding: 0 0 0 10%;
    overflow: hidden;
}

.site-header__reservations-number:hover a,
.text-carousel-cols__image-titles li:hover h4, .text-carousel-cols__image-titles li:last-child:hover h4 {
    color: coral
}

.switch-aboutus ul li {
    float: left;
    width: 190px;
    height: 100%;
    padding: 0;
    margin: 0 6px;
    text-align: center;
    cursor: pointer;
    color: #fff;
    font-size: 17px;
    line-height: 50px;
}
.switch-aboutus ul li:hover,.switch-aboutus ul li.active {
    background: rgb(69, 93, 88);
    border-radius: 30px;
    /* list-style: inside disc; */
}














ul.desc li {
    padding-bottom: 5px;
}

.page-builder-block table {
    /* border: 1px solid #ccc; */
    width: 100%;
}

.page-builder-block table tr {
    
}

.page-builder-block table tr td{
    padding: 10px 20px;
}


.hero__image-inner:after {
    display: none;
}


.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="1"] ul.text-carousel-cols__image-titles li:first-child,
.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="2"] ul.text-carousel-cols__image-titles li:nth-child(2),
.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="3"] ul.text-carousel-cols__image-titles li:nth-child(3),
.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="4"] ul.text-carousel-cols__image-titles li:nth-child(4) {
    color: #FF8604
}

.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="1"] ul.text-carousel-cols__image-titles li:first-child:before,
.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="2"] ul.text-carousel-cols__image-titles li:nth-child(2):before,
.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="3"] ul.text-carousel-cols__image-titles li:nth-child(3):before,
.text-instagram-cols .text-carousel-cols__wrapper[data-active-item="4"] ul.text-carousel-cols__image-titles li:nth-child(4):before {
    background: #FF8604;
}



.mobile .goTtop {
    position: absolute;
    display: none;
}

.home.mobile .site-footer .container {
    max-width: 100%;
}

.home.mobile .page-content .page-builder-block.featured-text {
    width: 90% !important;
    padding: 30px 0 !important;
}

.home.mobile .page-content .page-builder-block .featured-text__svg {
    padding-top: 0 !important;
}

.home.mobile .page-content .page-builder-block.listing-blocks .container {
    padding: 0 !important;
}

.home.mobile .page-content .listing-blocks__item[data-layout=row] .listing-blocks__heading {
    margin: 0;
}

.home.mobile .page-content li.listing-blocks__item {
    padding-bottom: 20px !important;
    border-bottom: 1px solid #ccc;
}



.product-page.mobile .switch-type ul {
    padding: 0;
}

.product-page.mobile .switch-type {
    height: 90px !important;
}

.product-page.mobile #mobile-menu,
.service-page.mobile #mobile-menu,
.aboutus-page.mobile #mobile-menu {
    display: block !important;
}

.product-page.mobile .switch-type ul li {
    margin: 0;
    width: 25%;
    padding: 15px 0;
}

.scheme-page.mobile .switch-type ul li { 
    width: 33.333%;
}

.product-page.mobile .switch-type ul li svg {
    width: 30px !important;
    height: 30px !important;
}

.product-page.mobile .switch-type ul li p {
    font-size: 12px;
}


.product-page.mobile .product-wrapper .container{
    max-width: 100%;
    overflow: hidden;
}

.product-page.mobile .product-wrapper .container .hero__fig img{
    width: 100% !important;
    height: auto !important;
    object-fit: inherit !important;
    top: 0px !important;
}

.product-page.mobile .product-wrapper .container h4 {
    font-size: 3rem !important;
    text-align: center;
}
.product-page.mobile .product-wrapper .container h1 div{
    text-align: center !important;
}
.product-page.mobile .product-wrapper .container a.button {
    display: block !important;
}

.product-page.mobile .p_qrcode {
    display: none !important;
}

.product-page.mobile .point ul li {
    margin: 0 10px !important;
}

.product-page.mobile .product-wrapper h4{
    font-size: 4rem !important;
    margin-top: 0 !important;
}

.product-page.mobile .page-builder-block table tr td {
    padding: 10px 5px;
    word-break: break-all;
}

.product-page.mobile .page-builder-block table tr td {
    min-width: 125px;
}

.product-page.mobile .page-builder-block table.control-table tr td {
    min-width: 100px;
}

.product-page.mobile .product-wrapper .text-image-cols__fig-wrapper {
    display: none;
}


.scheme-page.mobile .product-wrapper .hero__fig-wrapper {
    margin-bottom: 0;
}

.scheme-page.mobile .page-builder-block img {
    width: 100% !important;
}

.scheme-page.mobile .page-builder-block .anli-wrapper .anli-item {
    width: 100% !important;
}

.text-instagram-cols .text-image-cols__text-wrapper {
    order: 0;
}


/* 解决方案页面 */
.service-page.mobile .text-carousel-cols__text-wrapper,
.service-page.mobile .text-image-cols__fig-wrapper{
    margin: 0 0 20px !important;
}

.service-page.mobile .text-image-cols__fig-wrapper {
    padding: 20px !important;
}


.aboutus-page.mobile .banner-wrapper {
    height: 290px !important;
    background-size: 100% 100% !important;
}

.aboutus-page.mobile .banner-wrapper h2{
    top: 120px !important;
}

.aboutus-page.mobile .banner-wrapper p{
    top: 170px !important;
}

.aboutus-page.mobile .product-wrapper h3 {
    display: none;
}

.aboutus-page.mobile .switch-aboutus {
    position: initial !important;
    margin-top: 30px;
}

.aboutus-page.mobile .switch-aboutus ul {
    overflow: inherit;
    padding: 0;
}

.aboutus-page.mobile .switch-aboutus ul li {
    width: 33.33%;
    color: #333;
    padding: 5px 10px;
    height: auto;
    line-height: 28px;
    margin: 0;
}

.aboutus-page.mobile .switch-aboutus ul li.active {
    color: #fff;
    
}

.aboutus-page.mobile .product-wrapper .container{
    padding: 30px 0 !important;
}

.mobile-banner {
    width: 100%;
    display: none !important;
} 
.pc-banner {
    width: 100%;
    display: block !important;
}



@media screen and (max-width: 991px) {
    .goTtop {
        position: absolute;
        display: none;
    }

    .mobile-banner {
        display: block !important;
        width: 100%;
    }
    .pc-banner {
        width: 100%;
        display: none !important;
    }

    .product-wrapper.product-4 .hero__fig-wrapper[data-anim=true] .hero__fig {
        height: 224vw;
    }


    .home .page-content .container {
        max-width: '100%' !important;
    }
    .home .page-builder-block {
        padding-top: 5rem !important;
    }
    .home .listing-blocks__item[data-anim=true] {
        padding: 0 !important;
    }
    .home .listing-blocks__item[data-anim=true] .listing-blocks__fig img {
        transform: scale(1) !important;
    }
    .home .listing-blocks__item[data-layout=row] {
        padding-bottom: 0 !important;
    }
    .home .scheme {
        padding-top: 10rem !important;
    }
    .home .scheme .social-block__single {
        width: 100% !important;
        margin: 0 0 20px 0 !important;
    }
    .home .scheme .social-block__single .ll-at-background {
        height: auto !important;
    }


    .site-header .site-header__reservations-list {
        display: none;
    }

    .site-header  .site-header__logo {
        margin-top: -15px !important;
    }
    
    .home .site-footer .container {
        max-width: 100%;
    }
    
    .home .page-content .page-builder-block.featured-text {
        width: 90% !important;
        padding: 30px 0 !important;
    }
    
    .home .page-content .page-builder-block .featured-text__svg {
        padding-top: 0 !important;
    }
    
    .home .page-content .page-builder-block.listing-blocks .container {
        padding: 0 !important;
    }
    
    .home .page-content .listing-blocks__item[data-layout=row] .listing-blocks__heading {
        margin: 0;
    }
    
    .home .page-content li.listing-blocks__item {
        padding-bottom: 20px !important;
        border-bottom: 1px solid #ccc;
    }
    
    
    
    .product-page .switch-type ul {
        padding: 0;
    }
    
    .product-page .switch-type {
        height: 90px !important;
    }
    
    .product-page #mobile-menu,
    .service-page #mobile-menu,
    .aboutus-page #mobile-menu {
        display: block !important;
    }
    
    .product-page .switch-type ul li {
        margin: 0;
        width: 25%;
        padding: 15px 0;
    }
    
    .scheme-page .switch-type ul li { 
        width: 33.333%;
    }
    
    .product-page .switch-type ul li svg {
        width: 30px !important;
        height: 30px !important;
    }
    
    .product-page .switch-type ul li p {
        font-size: 12px;
    }
    
    
    .product-page .product-wrapper .container{
        max-width: 100%;
        overflow: hidden;
    }
    
    .product-page .product-wrapper .container .hero__fig img{
        width: 100% !important;
        height: auto !important;
        object-fit: inherit !important;
        top: 0px !important;
    }
    
    .product-page .product-wrapper .container h4 {
        font-size: 3rem !important;
        text-align: center;
    }
    .product-page .product-wrapper .container h1 div{
        text-align: center !important;
    }
    .product-page .product-wrapper .container a.button {
        display: block !important;
    }
    
    .product-page .p_qrcode {
        display: none !important;
    }
    
    .product-page .point ul li {
        margin: 0 10px !important;
    }
    
    .product-page .product-wrapper h4{
        font-size: 4rem !important;
        margin-top: 0 !important;
    }
    
    .product-page .page-builder-block table tr td {
        padding: 10px 5px;
        word-break: break-all;
    }
    
    .product-page .page-builder-block table tr td {
        min-width: 125px;
    }
    
    .product-page .page-builder-block table.control-table tr td {
        min-width: 100px;
    }
    
    .product-page .product-wrapper .text-image-cols__fig-wrapper {
        display: none;
    }
    
    
    .scheme-page .product-wrapper .hero__fig-wrapper {
        margin-bottom: 0;
    }
    
    .scheme-page .page-builder-block img {
        width: 100% !important;
    }
    
    .scheme-page .page-builder-block .anli-wrapper .anli-item {
        width: 100% !important;
    }
    
    .text-instagram-cols .text-image-cols__text-wrapper {
        order: 0;
    }
    
    
    /* 解决方案页面 */
    .service-page .text-carousel-cols__text-wrapper,
    .service-page .text-image-cols__fig-wrapper{
        margin: 0 0 20px !important;
    }
    
    .service-page .text-image-cols__fig-wrapper {
        padding: 20px !important;
    }
    
    
    .aboutus-page .banner-wrapper {
        height: 290px !important;
        background-size: 100% 100% !important;
    }
    
    .aboutus-page .banner-wrapper h2{
        top: 120px !important;
    }
    
    .aboutus-page .banner-wrapper p{
        top: 170px !important;
    }
    
    .aboutus-page .product-wrapper h3 {
        display: none;
    }
    
    .aboutus-page .switch-aboutus {
        position: initial !important;
        margin-top: 30px;
    }
    
    .aboutus-page .switch-aboutus ul {
        overflow: inherit;
        padding: 0;
    }
    
    .aboutus-page .switch-aboutus ul li {
        width: 33.33%;
        color: #333;
        padding: 5px 10px;
        height: auto;
        line-height: 28px;
        margin: 0;
    }
    
    .aboutus-page .switch-aboutus ul li.active {
        color: #fff;
        
    }
    
    .aboutus-page .product-wrapper .container{
        padding: 30px 0 !important;
    }
    
}