﻿
@font-face {
    font-family: 'Lato-Medium';
    src: url('/css/fonts/Lato-Medium.ttf') format('truetype');
}
@font-face {
    font-family: 'vivoSans';
    src: url('/css/fonts/vivoSans-Light.ttf') format('truetype');
}
body {
    background-color: #010101;
    width:100%;
    overflow-x:hidden;
}
body, h1, h2, h3, h4, h5, h6 {
    font-family: 'Lato-Medium';
    font-weight: 400;
}

:root {
    --color: #9f8a66;
}


/*NewsDetail*/
a:hover{
    color:#D76B41;
}
.NewsDetail001 {
    margin-top: 20px;
    margin-bottom: 20px;
}

.NewsDetail001-title {
    text-align: center;
}

    .NewsDetail001-title h3 {
        font-size: 24px;
        color: #333;
    }

.tit_bar {
    margin-top: 15px;
}

.social-share {
    display: inline-block;
}

.tit_bar .text {
    font-size: 16px;
    color: #333;
    margin-top: 20px;
    display: inline-block;
    margin: 0 3%;
}

.NewsDetail001-item {
    padding: 30px 0;
    font-size: 16px;
    color: #333;
    line-height: 2;
}

.TurnPages {
    display: flex;
    justify-content: space-between;
}

    .TurnPages p {
        width: 40%;
    }

        .TurnPages p:nth-last-child(1) {
            text-align: right;
        }

    .TurnPages a {
        font-size: 16px;
        color: #000;
    }

        .TurnPages a:hover {
            color: #008dce;
        }

@media screen and (max-width: 1000px) {
    .nei-banner .img {
        height: 200px;
    }

        .nei-banner .img img {
            object-fit: cover;
            width: 100%;
            height: 100%;
            object-fit: cover;
        }

    .nei-banner .text h3 {
        font-size: 25px;
    }

    .bx-mb-nav {
        margin-top: 20px;
    }

        .bx-mb-nav p {
            font-size: 16px;
        }

    .NewsDetail001-title h3 {
        font-size: 20px;
    }

    .tit_bar .text {
        margin: 5px 3%;
    }

    .NewsDetail001 {
        margin-bottom: 30px;
    }

    .TurnPages {
        display: block;
    }

.TurnPages p {
    width: 100%;
    text-align: left !important;
    margin: 5px 0;
}

.TurnPages p a {
    font-size: 14px;
}
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.bx-text-p2 {
    line-height: 25px;
    height: 50px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}

.bx-text-p3 {
    line-height: 25px;
    height: 75px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.bx-text-p4 {
    line-height: 25px;
    height: 100px;
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}

.bx-img-hover:hover img {
    transform: scale(1.1);
    transition: all 0.5s;
}

.container1520 {
    max-width: 1520px;
    margin-left: auto;
    margin-right: auto;
}

.container1200 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
}


 .header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 11;
    background-color: rgba(0,0,0,.6);
    transition: all 0.5s;
}

.header {
    box-shadow: 0 0 15px rgba(49,65,262,.07);
}

    .header .header-hidebox {
        content: "";
        display: block;
        width: 100%;
        height: 70px;
        background-color: rgba(255,255,255,.9);
        position: absolute;
        left: 0;
        top: 100px;
        z-index: 2;
        display: none;
    }



.header001 {
    height: 100px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left:40px;
    padding-right:40px;
}


    .header001 .left {
        display: flex;
        align-items: center;
    }

.header001-left {
    display: flex;
    align-items: center;
}

.header001 .bx-logo {
    max-height: 60px;
    position: relative;
    z-index: 1;
}

    .header001 .bx-logo a {
        display: flex;
        align-items: center;
        display: block;
    }

    .header001 .bx-logo img {
        max-height: 65px;
        display: block;
    }

.header001 .right {
    display: flex;
    align-items: center;
}

.header-right{
    display:flex;
    align-items:center;
}

.header-linktel{
    margin-left:20px;
}

.header-linktel .header-tel {
    background-color: var(--color);
    color: #fff;
    line-height: 22px;
    margin-top: 10px;
    padding: 0 15px;
    font-size: 14px;
    font-weight: bold;
    display: flex;
    align-items: center;
}
    .header-linktel .header-tel img {
        vertical-align: middle;
        margin-right:10px;
    }

.header-link{
    display:flex;
    align-items:center;
}
    .header-link p {
        font-size: 12px;
        color: #ffffff;
        white-space:pre-line;
        line-height:1.2;
        font-weight:bold;
    }
.header-linksbox a{
    display:inline-block;
    width:30px;
    margin-left:10px;
}

.header001 .bx-nav ul li {
    float: left;
    line-height: 1;
    text-align: center;
    font-size: 16px;
    z-index: 400;
    text-align: center;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 30px;
    position: relative;
}

.header001 .bx-nav {
    height: 100%;
}

    .header001 .bx-nav ul li a {
        color: #fff;
        display: block;
        width: 100%;
        position: relative;
        line-height: 20px;
        font-weight:bold;
    }

    .header001 .bx-nav ul li.active a::before {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: var(--color);
        position: absolute;
        left: 0;
        bottom: -10px;
    }

    .header001 .bx-nav ul li.active a {
        font-weight: bold;
    }


    .header001 .bx-nav ul li .bx-nav-fd {
        width: 200px;
        display: none;
        position: absolute;
        top: 80px;
        line-height: 30px;
        z-index: 10;
        left: 50%;
        transform: translate(-50%, 0);
        box-shadow: 0 5px 10px rgba(49,65,262,.07);
    }

        .header001 .bx-nav ul li .bx-nav-fd p {
            width: 100%;
            display: inline-block;
            color: #000;
            font-size: 16px;
            position: relative;
            transition: all 0.5s;
            line-height: 1;
            background-color: #fff;
        }

            .header001 .bx-nav ul li .bx-nav-fd p a {
                line-height: 1;
                padding: 16px 5px;
                color: #000;
            }

                .header001 .bx-nav ul li .bx-nav-fd p a:hover {
                    background-color: var(--color);
                    color: #fff !important;
                }

                .header001 .bx-nav ul li .bx-nav-fd p a::before {
                    display: none !important;
                }

.bx-nav-fd-box {
    text-align: left;
}

.header001 .bx-nav .bx-nav-fd-box .title {
    display: inline-block;
    width: auto;
    font-size: 32px;
    font-weight: 100;
    color: #333 !important;
}

    .header001 .bx-nav .bx-nav-fd-box .title:hover {
        color: #333;
    }

.header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-list:nth-child(1) {
    margin-top: 0;
}

.header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-list {
    margin-top: 50px;
}

.header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p {
    display: inline-block;
    padding: 0;
    width: auto;
    margin-right: 30px;
    margin-top: 30px;
}

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p a {
        min-width: 150px;
        line-height: 50px;
        padding: 0 30px;
        border-radius: 12px;
        background-color: #F6F6F6;
        color: #999999;
        text-align: center;
        font-size: 22px;
    }

        .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p a:hover {
            color: #333;
        }

.header001 .bx-navigation {
    display: none;
    margin-left: 15px;
}




.header001 .bx-nav ul li a.active::before {
    opacity: 1;
}

.header001 .bx-nav ul li .bx-nav-fd a {
    color: #333;
    font-weight: 400;
}


.bx-navigation {
    display: none;
}


.nav-hide {
    display: none;
}

.header-login {
    margin-right: 10px;
    display: flex;
    align-items: center;
}

    .header-login .buts {
        min-width: 80px;
        display: block;
    }

        .header-login .buts:nth-child(1) {
            background-color: #fff !important;
            color: #005CAB !important;
            border-color: #fff !important;
        }

.header.active .header-login .buts:nth-child(1), .header.myheader .header-login .buts:nth-child(1) {
    background-color: #F6F8FB !important;
    color: #202020 !important;
}



@media (max-width: 1300px) {
    .header001 .bx-logo img {
        max-height: 50px;
    }
    .header001 .bx-nav ul li {
        margin: 0 15px;
    }

      
}




.xs-show {
    display: none;
}

.xs-hide {
    display: block;
}



@media (max-width: 1000px) {
    .header-text .img {
        display: none;
    }

    .header-text {
        line-height: 1.2;
    }

    .xs-hide {
        display: none
    }

    .xs-show {
        display: block;
    }

    .bx-nav-dh {
        font-size: 14px;
        margin-left: 10px;
    }

    .bx-header-but .bx-header-ewm {
        top: 60px;
    }

    .bx-nav-dh i {
        font-size: 16px;
    }

    .header001 {
        height: 60px;
        line-height: 60px;
        padding-left:20px;
        padding-right:20px;
    }

        .header001::before {
            transform: translate(-75%, 0);
        }

        .header001 .bx-logo img {
            max-height: 28px;
        }
    .header-linktel{
        display:none;
    }

  

    .header001 .bx-nav {
        position: fixed;
        top: 0;
        z-index: 500;
        right: -100%;
        z-index: 600;
        width: 60%;
        height: 100vh;
        background-color: var(--color);
        margin-left: 0;
        transition: all 0.5s;
        z-index: 20;
        padding-top: 50px;
    }

       

            .header001 .bx-nav ul li {
                height: auto;
                text-align: left;
                float: none;
                border-bottom: 1px solid #F7F7F7;
                position: relative;
                width: 100%;
                display: block;
                padding: 10px 15px;
                margin-left: 0;
                margin-right: 0;
            }

                .header001 .bx-nav ul li > i {
                    color: #333;
                    position: absolute;
                    right: 10px;
                    top: 18px;
                    display: block;
                }

    .bx-nav-close {
        position: absolute;
        right: 20px;
        top: 17px;
        line-height: 1;
        color: #fff;
        font-size: 20px;
        font-weight: bold;
    }



    .header001 .bx-nav ul li a {
        padding: 0 10px;
        color: #333333;
        text-align: center;
        font-size: 16px;
        width: auto;
        display: inline-block;
        padding: 0;
        width: auto;
        text-align: left;
        color: #fff !important;
        line-height:25px;
    }

    .header001 .bx-nav ul li > a {
        font-weight: bold;
        line-height: 1;
    }

    .header001 .bx-nav ul li.active a, .header001 .bx-nav ul li:hover a {
        color: #333333 !important;
    }

    .header001 .bx-nav ul li a::before {
        display: none;
    }

    .header001 .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd {
        display: none;
        position: relative;
        top: 0px;
        width: 100%;
        background-color: transparent;
        padding: 10px 0;
        padding-left: 20px;
        padding-top: 0;
        box-shadow: 0 0 0 rgba(0,0,0,0.0);
    }

    .header001 .bx-nav .bx-nav-fd-box .title {
        font-size: 16px;
        padding: 0;
    }

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p {
        margin-top: 0;
        margin-right: 0;
        padding-left: 20px;
    }

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-list {
        margin-top: 10px;
    }

    .header001 .bx-nav .bx-nav-fd-box .bx-nav-fd-item p a {
        min-width: none;
        padding: 0;
        background-color: transparent;
        color: #999999 !important;
        line-height: 20px;
        text-align: left;
    }

    .header001 .bx-nav ul li.active a::before {
        display: none;
    }

    .header001 .bx-nav ul li .bx-nav-fd p {
        display: block;
        width: 100%;
        margin-top: 0;
        background-color: transparent;
    }

        .header001 .bx-nav ul li .bx-nav-fd p a {
            font-size: 14px;
            padding: 10px 0;
        }



    .bx-navigation {
        display: block;
    }

    .header001 .bx-nav ul li .bx-nav-fd a {
        padding: 0 5px;
        font-size: 14px;
    }


    .hamburger .line {
        width: 20px;
        height: 3px;
        background-color: var(--color);
        display: block;
        margin: 4px auto;
        -webkit-transition: all 0.3s ease-in-out;
        -o-transition: all 0.3s ease-in-out;
        transition: all 0.3s ease-in-out;
    }

    .header.active .hamburger .line, .header.myheader .hamburger .line {
        background-color: #000;
    }

    .hamburger:hover {
        cursor: pointer;
    }

    #hamburger-1.is-active .line:nth-child(2) {
        opacity: 0;
    }

    #hamburger-1.is-active .line:nth-child(1) {
        -webkit-transform: translateY(7px) rotate(45deg);
        -ms-transform: translateY(7px) rotate(45deg);
        -o-transform: translateY(7px) rotate(45deg);
        transform: translateY(7px) rotate(45deg);
    }

    #hamburger-1.is-active .line:nth-child(3) {
        -webkit-transform: translateY(-7px) rotate(-45deg);
        -ms-transform: translateY(-7px) rotate(-45deg);
        -o-transform: translateY(-7px) rotate(-45deg);
        transform: translateY(-7px) rotate(-45deg);
    }

    .header-login .buts:nth-child(1) {
        background-color: #F6F8FB !important;
        color: #202020 !important;
    }

    .container1520, .container1200 {
        padding-left: 15px;
        padding-right: 15px;
    }

    .header.active .header001 .bx-nav ul li a, .header.myheader .header001 .bx-nav ul li a {
        color: #000 !important;
    }

    .header-login .buts, .header-but .buts {
        min-width: 50px;
        padding: 0 4px;
    }
}


.swiper-pagination-bullet-active{
    background-color:var(--color);
}
.banner {
    position: relative;
}
    .banner .img {
        height: 100vh;
        min-height:810px;
        overflow: hidden;
    }
    .banner .img img {
        width: 100%;
        height:100%;
        vertical-align: top;
        object-fit: cover;
    }
.banner-text {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
    padding-top: 24vh;
    z-index:2;
}
/*.banner .text {
    
}*/
    .banner .text h3{
        font-size:90px;
       
    }
        .banner .text h4{
            font-size:155px;
            margin-top:0.6vh;
        }
        .banner .text .p1, .banner .text .p2 {
            font-size: 24px;
            font-family: 'Noto Serif', serif;
            font-weight: 600;
            margin-top:10px;
        }
        .banner .text .butarr {
            margin-top: 20px;
        }
        .banner .text .more {
            margin-top:5px;
        }
        body .more {
            display: inline-block;
            min-width: 226px;
            line-height: 50px;
            background-color: var(--color);
            font-size: 16px;
            color: #fff;
            transition: all 0.5s;
            text-align:center;
            cursor:pointer;
        }
            body .more:hover {
                opacity: 0.8;
            }
        .banner .text .text-bottom {
            margin-top: 10vh;
        }
        .banner .text .text-bottom i{
            display:inline-block;
            width:1px;
            height:65px;
            background-color:#fff;
        }
        .banner .text .text-bottom .p3{
            font-size:14px;
            color:#fff;
            margin-top:10px;
        }
.index-about{
    padding-left:35px;
    padding-right:35px;
    padding-top:45px;
    padding-bottom:45px;
    background-color:#010101;
    display:flex;
    justify-content:space-between;
}
    .index-about .img{
        width:31.8%;
    }
    .index-about .img img{
        width:100%;
    }
    .index-about .text {
        width: calc(36.4% - 30px);
        background-image: url('../images/a_bg.png');
        background-repeat:no-repeat;
        background-size:100% 100%;
        padding:7% 5% 5% 5%;
        box-sizing:border-box;
        text-align:center;
    }
    .index-about .text h3{
        font-size:40px;
        color:var(--color);
    }
    .index-about .text p{
        font-size:20px;
        color:rgba(255,255,255,.8);
        line-height:2;
        white-space:pre-line;
        text-align: justify;
        overflow-y:auto;
        margin-top:10%;
        height:34vw;

    }
.index-about .text span {
    display:inline-block;
    font-size: 36px;
    color: #ffffff;
    font-family: 'Noto Serif', serif;
    margin-top:10%;
}

.index-one{
    display:flex;
    justify-content:space-between;
}
.index-one .img{
    width:50%;
}
    .index-one .img img{
        width:100%;
        display:block;
    }
    .index-one .text {
        width: 50%;
        background-image: url('../images/i1_bg.jpg');
        background-size:cover;
        display:flex;
        flex-direction:column;
        justify-content:center;
        align-items:flex-start;
        padding:5%;
    }
        .index-one .text h3 {
            font-size: 40px;
            color: var(--color);
        }
        .index-one .text h4 {
            font-size: 60px;
            color: #fff;
            white-space: pre-line;
            margin-top: 35px;
            font-family: 'Noto Serif', serif;
            font-weight:600;
            line-height:1.4;
        }
        .index-one .text p {
            font-size: 20px;
            color: #d1d1d1;
            margin-top: 50px;
            font-family: 'Noto Serif', serif;
        }
    .index-one .text .more{
        margin-top:30px;
    }

.index-bg2 {
    background-image: url('../images/index_bg2.jpg');
    background-size:cover;
}

.index-two{
    padding-top:200px;
    padding-left:130px;
    padding-right:130px;
    display:flex;
    justify-content:space-between;
}
    .index-two .img{
        width:50%;
        position:relative;
    }
    .index-two .img::after {
        content: "";
        display: block;
        width: 50%;
        text-align: right;
        width: calc(30% + 130px);
        height: 70%;
        position: absolute;
        right: -130px;
        top: 15%;
        background-color: #9f8a66;
    }
    .index-two .img img {
        width: 95%;
        position:relative;
        z-index:2;
    }
    .index-two .text{
        width:45%;
    }

        .index-two .text h3 {
            font-size: 40px;
            color: var(--color);
            white-space:pre-line;
        }
        .index-two .text h4 {
            font-size: 100px;
            color: #e7e7e7;
            font-family: 'Noto Serif', serif;
            margin-top:20px;
            margin-bottom:30px;
        }
        .index-two .text .p1 {
            font-family: 'Noto Serif', serif;
            font-size: 22px;
            color: #e0e0e0;
        }
        .index-two .text .p2 {
            font-family: 'Noto Serif', serif;
            font-size: 22px;
            color: var(--color);
        }


.index-three-navtop {
    text-align:center;
    margin-top:80px;
    padding-left:130px;
    padding-right:130px;
}
    .index-three-navtop ul{
        display:flex;
        justify-content:center;
    }
    .index-three-navtop ul li {
        width: 50%;
    }
        .index-three-navtop ul li p {
            width: 100%;
            line-height: 2.5;
            border: 1px solid #C1A06F;
            color: #C1A06F !important;
            font-size: 1.5vw;
            color: #fff;
            transition: all 0.5s;
            text-align: center;
            cursor: pointer;
            padding: 0 15px;
            font-weight: bold;
            border-radius: 20px 20px 0 0;
        }
        .index-three-navtop ul li.active p {
            background-color: #C1A06F;
            color: #fff !important;
        }
            .index-three {
                padding-left: 130px;
                padding-right: 130px;
                padding-bottom: 100px;
            }
.index-three-nav {
    background-color: #C1A06F;
    padding: 10px 5%;
}
.index-three .index-three-nav ul {
    display: flex;
    justify-content: space-between;
    border-bottom: 6px solid #40220F;
}
        .index-three .index-three-nav ul li {
            display: inline-block;
            font-size: 30px;
            color: #000;
            max-width: 20%;
            padding-bottom:10px;
            cursor:pointer;
            position:relative;
            line-height:1;
        }
            .index-three .index-three-nav ul li.active::before {
                content: '';
                display: block;
                width: 80%;
                height: 10px;
                background-color: #40220F;
                position: absolute;
                left: 0;
                bottom: -10px;
            }

            .index-three-box-list ul {
                display: flex;
                flex-wrap: wrap;
                margin: 0 -20px;
            }
.index-three-box-list{
    display:none;
}
    .index-three-box-list:nth-child(1){
        display:block;
    }
    .index-three-box-list ul li {
        width: 33.33%;
        padding: 0 20px;
        margin-top: 8%;
    }
    .index-three-box-list ul li:nth-child(2n) {
        margin-top: 12%;
    }
    .index-three-box-list ul li:nth-child(3n) {
        margin-top: 16%;
    }


.cp-list {
    text-align: center;
    background-color: rgba(208,181,135,.7);
    border-radius: 30px;
    padding: 21% 30px 30px 30px;
    position: relative;
}
.cp-list .img{
    width:35%;
    overflow:hidden;
    border-radius:50%;
    margin:0 auto;
    position:relative;
    position:absolute;
    top:0;
    left:50%;
    transform:translate(-50%,-50%);
}
    .cp-list .img img{
        width:100%;
        height:100%;
        object-fit:cover;
    }
    .cp-list span img{
        width:25%;
        margin:10px 0;
    }
    .cp-list .text {
        text-align: center;
    }
    .cp-list .text h3 {
        font-size: 40px;
        color: #333333;
    }
    .cp-list .text p {
        font-size: 23px;
        color: #333;
        font-family: 'Noto Serif', serif;
        min-height:160px;
    }
.mt150{
    margin-top:30px;
}

.index-four {
    padding-left: 130px;
    display: flex;
    justify-content: space-between;
    align-items: start;
    background-image: url('../images/index_bg3.jpg');
    background-size:cover;
}
    .index-four .left{
        width:380px;
        position:sticky;
        top:110px;
    }
        /*.index-four .left .index-four-leftList.active>h3{
            
        }*/
        .index-four .left .index-four-leftList > h3 {
            font-size: 45px;
            color: #707070;
            cursor: pointer;
            margin-top: 15px;
            background-color: var(--color);
            color: #fff;
            padding: 10px;
        }
    .index-four .img-box {
        width: calc(100% - 400px);
    }
    .index-four .img {
        width:100%;
    }
    .index-four .img img{
        width:100%;
    }
        .index-four .img .img-list{
            display:none;
        }
        .index-four .img .img-list:nth-child(1) {
            display: block;
        }
    .index-four .left ul li {
        font-size: 30px;
        color: #707070;
        cursor:pointer;
        padding:0 10px;
        margin-top:15px;
    }
        .index-four .left ul li.active {
            background-color: #e0e0e0;
        }

.index-five{
    padding:100px 130px;
    background-color:#010101;
}
.index-title{
    font-size:40px;
    color:var(--color);
}

.index-five-boximg ul{
    display:flex;
    flex-wrap:wrap;
    margin:0 -15px;

}
.index-five-boximg ul li{
    width:33.33%;
    padding:0 15px;
    margin-top:30px;
}
    .index-five-boximg ul li .img img{
        width:100%;
    }

.index-five-text{
    display:flex;
    justify-content:space-between;
    margin-top:50px;
}
    .index-five-text .five-tex-l {
        width: 33.33%;
        font-size: 50px;
        color: #fff;
        font-family: 'Noto Serif', serif;
        font-weight:600;
    }
    .index-five-text .five-tex-r {
        width: 66.66%;
        font-size: 20px;
        color: #d1d1d1;
        margin-top:10px;
    }

.index-six {
    width: 100%;
    height: 100vh;
    background-image: url('../images/i6_bg.jpg');
    background-size:cover;
    background-position:bottom;
    padding-left:130px;
    padding-right:130px;
}

.index-six{
    text-align:right;
    padding-top:15vh
}

    .index-six .index-form{
        display:inline-block;
        width:480px;
        margin-top:30px;
    }
        .index-six .index-form input {
            display:inline-block;
            width: 100%;
            background-color: #e0e0e0;
            height:65px;
            border:none;
            font-size:35px;
            padding:0 15px;
            margin-bottom:35px;
            text-align:right;
        }

.footer {
    background-color: #222222;
    padding-top:50px;
    padding-bottom:100px;
    border-top:6px solid var(--color);
}
    .footer .footer-logo{
        text-align:center;
        
    }
        .footer .footer-logo img {
            max-height: 88px;
        }

        .footer-box {
            display: flex;
            justify-content: center;
            margin-top: 50px;
        }
    .footer-box .footer-conlist{
        min-width:25%;
        max-width:30%;
        text-align:center;
        margin:0 15px;
    }
        .footer-box .footer-conlist h3 {
            font-size: 30px;
            color: #ffffff;
            font-family: 'Noto Serif', serif;
        }
    .footer-box .footer-conlist .icon{
        margin:30px 0;
    }
        .footer-box .footer-conlist p {
            font-size: 20px;
            color: #ffffff;
            font-family: 'Noto Serif', serif;
        }
    .footer-box .footer-conlist p.tels{
        font-size:40px;
        line-height:1;
    }
            .footer-box .footer-conlist p.tels img{
                vertical-align:middle;
            }
        .footer-box .footer-conlist .footer-link ul li{
            display:inline-block;
            width:37px;
            margin:0 10px;
        }

        .footer .footer-bottom {
            text-align: center;
            font-size: 16px;
            color: #fff;
            margin-top: 50px;
            font-family: 'Noto Serif', serif;
        }

.menu {
    background-image: url('../images/menu_bg.jpg');
    background-size:cover;
    padding-top:120px;
    padding-left:40px;
    padding-bottom:40px;
    padding-bottom:40px;
}
.menu-top {
    display: flex;
    border-bottom: 1px solid var(--color);
}
    .menu-top .menu-title {
        width: 100%;
        width: 500px;
    }
        .menu-top .menu-title h3 {
            display:inline-block;
            line-height: 58px;
            background-color: var(--color);
            font-size: 50px;
            padding: 0 15px;
            color: #000000;
            min-width:300px;
        }
        .menu-top .menu-nav {
            width: calc(100% - 500px);
        }
            .menu-top .menu-nav ul{
                max-width:max-content;
            }

            .menu-top .menu-nav ul li {
                display: inline-block;
                font-size: 36px;
                color: #B3B3B3;
                margin-right: 150px;
                cursor: pointer;
                position: relative;
            }
                .menu-top .menu-nav ul li:nth-last-child(1){
                    margin-right:0;
                }
                .menu-top .menu-nav ul li.active::before {
                    content: "";
                    display: block;
                    width: 100%;
                    height: 10px;
                    background-color: var(--color);
                    position: absolute;
                    left: 0;
                    bottom: -4px;
                }
                .menu-box {
                    padding-top: 50px;
                }
.menu-box-listBox{
    display:flex;
    align-items:flex;
    justify-content:space-between;
    height:calc(100vh - 30vh);
}
    .menu-box-listBox .menu-box-l{
        width:480px;
        height:100%;
        overflow-y:auto;
    }
        .menu-box-listBox .menu-box-l ul li {
            font-size: 45px;
            color: #FFFFFF;
            margin-bottom:40px;
            cursor:pointer;
            position:relative;
            line-height:1;
            padding-left:15px;
        }
            .menu-box-listBox .menu-box-l ul li .arlist-box {
                display:none ;
            }
            .menu-box-listBox .menu-box-l ul li i{
                display:none;
            }
            .menu-box-listBox .menu-box-l ul li:hover {
                color: var(--color);
            }
            .menu-box-listBox .menu-box-l ul li.active {
                color: var(--color);
            }
                .menu-box-listBox .menu-box-l ul li.active::before {
                    content: "";
                    display: block;
                    width: 8px;
                    height: 100%;
                    position: absolute;
                    left: 0;
                    top:0;
                    background-color: var(--color);
                }
    .menu-box-listBox .menu-box-r {
        width: calc(100% - 500px);
       height:100%;
    }
.menu-box-r-list{
    height:100%;
}
.menu-box-r-listbox {
    display: flex;
    justify-content: space-between;
    height: 100%;
}
.menu-box-listBox .menu-box-r .item_text {
    width: calc(45% - 25px);
    background-color: #fff;
    padding: 20px 10px 20px 50px;
}
            .menu-box-listBox .menu-box-r .item_text .item_text_box {
                width: 100%;
                height: 100%;
                overflow-x: auto;
                font-size: 18px;
                color: #333333;
            }
                .menu-box-listBox .menu-box-r .item_text .item_text_box ul li{
                    margin-bottom:20px;
                    line-height:1.2
                }
                .menu-box-listBox .menu-box-r .item_text .item_text_box .p1 {
                    font-family: 'vivoSans';
                }
                .menu-box-listBox .menu-box-r .item_img {
                    width: calc(55% - 25px);
                    height:100%;
                }
        .menu-box-listBox .menu-box-r .item_img img{
            width:100%;
            height:100%;
            object-fit:cover;
        }

::-webkit-scrollbar {
    width: 8px;
    margin-right: -8px
}

::-webkit-scrollbar-track {
    background: #CCCCCC;
    border: none;
    height: 100%
}

::-webkit-scrollbar-thumb {
    background: var(--color);
    border-radius: 0
}

    ::-webkit-scrollbar-thumb:hover {
        background: var(--color)
    }

.Lounge {
    background-image: url(../images/menu_bg.jpg);
    background-size: cover;
    padding-top: 120px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
}

.Lounge-box ul li{
    margin-bottom:15px;
}

.Lounge-box-list {
    display: flex;
    justify-content: space-between;
    background-color: #1A1A1A;
}
.Lounge-box-list .text{
    width:50%;
    padding:25px 45px;
}
    .Lounge-box-list .text .p1 {
        font-size: 30px;
        color: var(--color);
        font-family: 'vivoSans';
        font-weight:600;
    }
    .Lounge-box-list .text h3{
        font-size:78px;
        color:#fff;
        font-weight:bold;
        margin-top:50px;
    }
    .Lounge-box-list .text .p2 {
        font-size: 24px;
        color: #fff;
        margin-top:10px;
    }
    .Lounge-box-list .text .p3 {
        font-size: 50px;
        color: #fff;
        margin-top:20px;
    }
       .Lounge-box-list .img {
            width: 50%;
            overflow:hidden;
        }

.Lounge-box-list .img img{
    width:100%;
    height:100%;
    object-fit:cover;
}


@media (max-width: 1600px) {
    .banner .text h3{
        font-size:66px;
    }
    .banner .text h4{
        font-size:123px;
    }
    .banner .text .p1, .banner .text .p2{
        font-size:20px;
    }
    .banner .text .text-bottom{
        margin-top:8vh
    }
    .banner .text{
        padding-top:21vh;
    }
    .index-about .text{
        padding-top:6%;
    }
        .index-about .text p {
            line-height: 1.8;
            font-size: 16px;
            height: 38vw;
            margin-top:8%;
        }
    .index-about .text span{
        font-size:30px;
        margin-top:5%;
    }
    .index-about .text h3{
        font-size:32px;
    }
    .index-one .text h3{
        font-size:36px;
    }
    .index-one .text h4{
        font-size:55px;
    }
    .index-one .text p{
        font-size:18px;
    }
    .index-two {
        padding-left: 120px;
        padding-right: 120px;
    }
        .index-two .img::after{
            right:-120px;
        }
        .index-two .text h3 {
            font-size: 36px;
        }
    .index-two .text h4{
        font-size:90px;
    }
    .index-two .text .p1{
        font-size:18px;
    }
        .index-two .text .p2{
            font-size:18px;
        }
    .index-three, .index-three-navtop {
        padding-left: 120px;
        padding-right: 120px;
    }
        .index-three .index-three-nav ul li{
            font-size:23px;
        }

    .index-five{
        padding:100px 120px;
    }
    .index-four{
        padding-left:120px;
    }
    .cp-list .text h3 {
        font-size: 26px;
    }
    .cp-list span img{
        margin:0 15px;
    }
    .cp-list .text p{
        font-size:17px;
    }
    .index-five-text .five-tex-l{
        font-size:43px;
    }
    .index-five-text .five-tex-r{
        font-size:18px;
    }


    .Lounge-box-list .text .p1{
        font-size:24px;
    }
    .Lounge-box-list .text h3{
        font-size:60px;
        margin-top:35px;
    }
    .Lounge-box-list .text .p2{
        font-size:20px;
    }
    .Lounge-box-list .text .p3{
        font-size:40px;
    }


    .menu-top .menu-title{
        width:400px;
    }
    .menu-box-listBox .menu-box-l{
        width:380px;
    }
    .menu-box-listBox .menu-box-r{
        width:calc(100% - 400px);
    }
    .menu-top .menu-nav ul li {
        margin-right: 80px;
        font-size: 30px;
    }
    .menu-top .menu-title h3{
        line-height:48px;
        font-size:40px;
    }
    .menu-box-listBox .menu-box-l ul li{
        font-size:36px;
        margin-bottom:30px;
    }
    .menu-box-listBox .menu-box-r .item_text {
        width: calc(45% - 15px);
        padding-left:30px;
    }
    .menu-box-listBox .menu-box-r .item_img{
        width:calc(55% - 15px);
    }
    .menu-box-listBox .menu-box-r .item_text .item_text_box{
        font-size:16px;
    }
        .menu-box-listBox .menu-box-r .item_text .item_text_box ul li{
            margin-bottom:15px;
        }

    .footer-box .footer-conlist .icon{
        margin:20px 0;
    }
        .footer-box .footer-conlist .icon img{
            height:20px;
        }
        .footer .footer-logo img {
            max-height: 60px;
        }
    .footer-box .footer-conlist h3{
        font-size:25px;
    }
    .footer-box .footer-conlist p{
        font-size:18px;
    }
        .footer-box .footer-conlist p.tels{
            font-size:32px;
        }
    .footer-box .footer-conlist .footer-link ul li{
        width:32px;
    }
    .footer .footer-bottom{
        font-size:14px;
    }
    .mt150{
        margin-top:30px;
    }
}
@media (max-width: 1300px) {
    .banner .text h3{
        font-size:50px;
    }
    .banner .text h4{
        font-size:95px;
    }
    .banner .text .p1, .banner .text .p2{
        font-size:18px;
        margin-top:5px;
    }
    .banner .text .text-bottom i{
        height:40px;
    }
    .banner .text .text-bottom .p3{
        font-size:12px;
    }
    .index-about .text span{
        font-size:26px;
    }
    .index-about .text p{
        font-size:14px;
    }
    .index-three .index-three-nav ul li{
        font-size:18px;
    }
    .cp-list .text h3{
        font-size:24px;
    }
    .cp-list .text p{
        font-size:16px;
    }
    .index-four .left ul li{
        font-size:36px;
        margin-top:10px;
    }
    .index-six .index-form{
        width:350px;
    }
    .index-title{
        font-size:32px;
    }
    .index-six .index-form input{
        height:50px;
        font-size:30px;
        margin-bottom:25px;
    }

    .menu-top .menu-title{
        width:300px;
    }
    .menu-top .menu-nav{
        width:calc(100% - 300px);
    }
    .menu-top .menu-title h3 {
        min-width: 200px;
        line-height: 39px;
        font-size: 35px;
    }
    .menu-top .menu-nav ul li{
        font-size:24px;
        margin-right:50px;
    }
    .menu-box-listBox .menu-box-l{
        width:280px;
    }
    .menu-box-listBox .menu-box-r{
        width:calc(100% - 300px);
    }
    .menu-box-listBox .menu-box-l ul li{
        font-size:26px;
    }
}


@media (max-width: 1000px) {
    .index-one{
        flex-direction:column;
    }
    .banner .text h3{
        font-size:6vw;
    }
    .banner .text h4{
        font-size:11vw;
        margin-top:2vh;
        margin-bottom:2vh
    }
    .banner .text .p1, .banner .text .p2{
        font-size:3.5vw;
    }
    .banner .text .text-bottom{
        margin-top:32vh;
    }
    .index-about{
        padding:20px;
        flex-direction:column;
    }
        .index-about .img{
            width:100%;
        }
        .index-about .text{
            width:100%;
            padding:15% 13%;
            margin:15px 0;
        }
            .index-about .text p{
                height:auto;
                font-size:3.5vw;
            }
            .index-about .text h3{
                font-size:6vw;
            }
            .index-about .text span {
                font-size: 5vw;
            }
    .index-one{
        padding:20px;
    }
        .index-one .img{
            width:100%;
        }
        .index-one .text{
            width:100%;
            padding:0;
            margin-top:15px;
        }
            .index-one .text h3{
                font-size:6vw;
            }
            .index-one .text h4{
                font-size:8vw;
                margin-top:15px;
            }
            .index-one .text p {
                font-size: 3.5vw;
                margin-top:20px;
            }
    .index-two{
        padding:20px;
        flex-direction:column;
     
    }
        .index-two .text{
            width:100%;
        }
        .index-two .img {
            width: 100%;
            margin-top: 20px;
        }
        .index-two .text h3{
            font-size:6vw;
        }
        .index-two .text h4{
            font-size:10vw;
            margin:15px 0;
        }
        .index-two .text .p1, .index-two .text .p2{
            font-size:3.5vw;
        }

    .index-three-navtop{
        overflow-x:auto;
        margin-top:40px;
        padding-left:20px;
        padding-right:20px;
    }
        .index-three-navtop ul{

        }
        .index-three-navtop ul li {
            margin:0;
        }
    .index-three-navtop ul li p {
        font-size: 14px;
        min-width: 120px;
        line-height: 20px;
        padding:10px;
        height:100%;
    }
    .index-three {
        padding-left: 20px;
        padding-right: 20px;
        padding-bottom: 30px;
    }
        .index-three .index-three-nav ul li{
            font-size:4vw;
            max-width:25%;
        }
            .index-three .index-three-nav ul li.active::before{
                bottom:0;
                height:5px;
            }
          /*  .index-three-nav {
                overflow-x: scroll;
            }*/
    .index-three .index-three-nav ul{
        width:max-content;
        min-width:100%;
    }
    .index-three-box-list ul li{
        width:100%;
    }
    .index-three-box-list ul li{
        margin-top:20% !important;
    }
    .cp-list .img{
        width:30%;
    }
    .cp-list {
        padding: 21% 15px 15px 15px;
        border-radius: 15px;
    }
        .cp-list .text h3{
            font-size:5vw;
        }
        .cp-list span img{
            width:30%;
        }
        .cp-list .text p{
            min-height:150px;
        }
        .cp-list .text p{
            font-size:3.5vw;
        }
    .mt150{
        margin-top:30px;
    }
    .index-four{
        padding:20px;
        flex-direction:column;
    }
        .index-four .img{
            width:100%;
            margin-top:15px;
        }
        .index-four .left{
            width:100%;
           /* overflow-x:scroll;*/
        }
            .index-four .left .index-four-leftList > h3{
                font-size:20px;
            }
            .index-four .left .index-four-leftList ul{
                display:block !important;
                margin-top:10px;
                overflow-x:auto;
            }
            .index-four .left ul li{
                display:inline-block;
                margin-top:0;
                font-size:4vw;
            }
        .index-four .img-box{
            width:100%;
        }
        .index-five {
            padding: 20px;
        }
    .index-title{
        font-size:6vw;
    }
    .index-five-boximg ul{
        margin:0 -5px;
    }
    .index-five-boximg ul li {
        padding: 0 5px;
        margin-top:10px;
    }
    .index-five-text{
        margin-top:15px;
        flex-direction:column;
    }
        .index-five-text .five-tex-l{
            width:100%;
            font-size:8vw;
        }
        .index-five-text .five-tex-r{
            width:100%;
        }
        .index-five-text .five-tex-r{
            font-size:3.5vw;
        }
    .index-six{
        padding:20px;
        text-align:left;
        padding-top:15vh;
    }
        .index-six .index-form{
            width:100%;
            max-width:350px;
            margin-top:15px;
        }
            .index-six .index-form input{
                height:42px;
                font-size:18px;
                text-align:left;
                margin-bottom:20px;
            }
    body .more {
        min-width: 150px;
        line-height: 44px;
        font-size:14px;
        padding:0 15px;
    }
    .footer{
        padding:20px;
    }
        .footer .footer-logo img{
            max-height:40px;
        }
    .footer-box{
        margin-top:20px;
        flex-wrap:wrap;
    }
        .footer-box .footer-conlist{
            width:50%;
            max-width:50%;
            margin:0;
        }
            .footer-box .footer-conlist h3{
                font-size:3vw;
            }
            .footer-box .footer-conlist .icon{
                margin:10px 0;
            }
                .footer-box .footer-conlist .icon img{
                    height:15px;
                }
            .footer-box .footer-conlist p{
                font-size:3vw;
            }
                .footer-box .footer-conlist p.tels{
                    font-size:4vw;
                }
                    .footer-box .footer-conlist p.tels img{
                        width:5vw;
                        margin-right:5px;
                    }
        .footer-box .footer-conlist:nth-last-child(1){
            width:100%;
            max-width:100%;
            margin-top:10px;
        }
    .footer .footer-bottom{
        margin-top:20px;
        font-size:12px;
    }

    .Lounge{
        padding:80px 20px 20px 20px;
    }
    .Lounge-box-list{
        flex-direction:column-reverse;
    }
        .Lounge-box-list .text{
            width:100%;
            padding:15px;
        }
        .Lounge-box-list .img{
            width:100%;
        }
        .Lounge-box-list .text .p1{
            font-size:3.5vw;
        }
        .Lounge-box-list .text h3{
            font-size:6vw;
            margin-top:15px;
        }
        .Lounge-box-list .text .p2{
            font-size:3.5vw;
        }
        .Lounge-box-list .text .p3{
            font-size:5.5vw;
            margin-top:10px;
        }

    .menu {
        padding: 70px 20px 20px 20px;
    }

    .menu-top {
        flex-direction: column;
        border-bottom: none;
    }
        .menu-top .menu-nav {
            width: 100%;
           
        }
            .menu-top .menu-nav ul{
                width:100%;
                max-width:100%;
            }
            .menu-top .menu-nav ul li {
                width: 100%;
                margin-right: 0;
                font-size: 4vw;
                padding: 3px 0;
                border-bottom: 1px solid #B3B3B3;
            }
                .menu-top .menu-nav ul li.active {
                    color: var(--color);
                    border-bottom: 1px solid var(--color);
                }
                .menu-top .menu-title {
                    width: 100%;
                }
            .menu-top .menu-title h3 {
                color: #000;
                font-size:5vw;
                min-width: 90px;
                line-height: 1;
            }
        .menu-top .menu-nav ul li.active::before{
            bottom:0;
            height:1px;
            display:none;
        }

    .menu-box{
        padding-top:10px;
    }
    .menu-box-listBox{
        flex-direction:column;
        background-color:#fff;
        padding:10px;
    }
        .menu-box-listBox .menu-box-l {
            width: 100%;
            overflow-x: hidden;
        }
        .menu-box-listBox .menu-box-r{
            width:100%;
            display:none;
        }
        .menu-box-listBox .menu-box-l ul li {
            color: #4D4D4D;
            font-size:5vw;
            margin-bottom:15px;
            padding-left:10px;
         
        }
            .menu-box-listBox .menu-box-l ul li p {
                padding-right: 8vw;
            }
            .menu-box-listBox .menu-box-l ul li i {
                display: block;
                position: absolute;
                right: 2vw;
                top: 0.5vw;
                font-size: 5vw;
                color:var(--color);
            }
            .menu-box-listBox .menu-box-l ul li.active::before {
                width: 4px;
                height:20px;
            }
    .arlist-box{
        margin-top:10px;
        padding-right:2vw;
        display:none;
    }

        .arlist-box .img img{
            width:100%;
        }
        .arlist-box ul{
            margin-top:10px !important;
        }
        .arlist-box ul li {
            padding-left: 0 !important;
            font-size: 3.5vw !important;
            color: #333333 !important;
        }
        .arlist-box ul li p{
            padding-right:0 !important;
            margin-top:3px;
        }
    .footer-box .footer-conlist .footer-link ul li{
        width:7vw;
    }
 
}

#main{
    width:100%;
    overflow-x:hidden;
}
