
.main{
    width:100%;
    height: 1080px;
    position: relative;
        object-fit: cover;
}
.main video{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}
.main video.mo{
    display: none;
}
.main-bot{
    position: absolute;
    bottom: -5px;
    z-index: 99;
    width:100%;
}
.main-bot img{
    width:100%;
}
.main-cont{
    text-align: center;
    color: #fff;
    width: 100%;
    height: 100%;
    object-fit: cover;
    position: relative;
}
.main-txt{
    position: absolute;
    left: 50%;
    bottom:20%;
    transform: translate(-50%, -50%);
    z-index: 999;
    text-shadow:0px 0px 5px rgba(0,0, 0,0.4);
}
.main-txt p:first-child{
font-size: 20px;
}
.main-txt h1{
    font-size: 22px;
    margin-top: 50px;
    margin-bottom: 10px;
    font-weight: 500;
}
.main-txt p{
    font-size: 14px;
}
.main-cont .swiper-slide img{
    z-index: -99;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.main-cont video{
    width: 100%;
}
.main-cont .swiper-button-next{
right: calc((100% - 1400px)/2);
}
.main-cont .swiper-button-prev{
left: calc((100% - 1400px)/2);
}
.main-cont .swiper-button-next,.main-cont .swiper-button-prev{
    color:#fff;
}
.main-cont .swiper-pagination-bullet{
    background-color:#fff;
}
.main-cont .swiper-pagination{
    margin-bottom: 300px;
}

/* intro */
.intro-cont-wrap{
    display: flex;
    justify-content: center;
}

.int-tit{
    font-size: 30px;
    font-weight: bold;
}
.int-tit span{
    color: #0066cc;
}
.int-txt{
    margin: 20px 0;
}
.int-slide{
    overflow: hidden;
            position: relative;
}
.int-cont{
    width:calc((100% - 20px)/2);
}
.int-cont1{
    margin-right: 20px;
}
.int-slide .swiper-slide img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.int-slide .swiper-button-next,.int-slide .swiper-button-prev{
    background-repeat: no-repeat;
        background-size: contain;
        color: rgba(0, 0, 0, 0);
}
.int-slide .swiper-button-next{
    background-image: url(../images/common/arrow-circle-next.png);
}
.int-slide .swiper-button-prev{
    background-image: url(../images/common/arrow-circle-prev.png);
}
/* program */
.pro-menu ul{
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
    gap: 20px;
}
.pro-menu ul li{
    border: 1px solid #ddd;
    padding: 15px 0;
    width: calc((100% - 80px) / 5);
    color:#777;
    text-align: center;
}

.pro-img{
    width: calc((100% - 20px)/2);
    height:690px;
    overflow: hidden;
        margin-right: 20px;
        position: relative;
}
.pro-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.tab-cont{
    display: flex;
    justify-content: flex-start;

}
.tab-txt{
    padding: 50px;
    position: relative;
    width: calc((100% - 20px)/2);
}

.tab-txt span::after{
    content: "";
    display: block;
    background-image: url('../images/common/txt-icon.png');
    width: 11px;
    height: 14px;
    position: absolute;
    left: 20px;
    top:90px;
}

.tab-txt .pro-color{
    color:#0066cc;
    margin-bottom: 10px;
}
.pro-B{
    margin-bottom: 50px;
    display: block;
    line-height: 24px;
}
.pro-txt{
    line-height: 30px;
}
.reser-btn img{
    width:15px;
    margin-right: 10px;
}
.reser-btn:hover{
        transform: scale(1.2);
        transition: all 0.3s;
        cursor: pointer;
}
.reser-btn{
    padding:15px 30px;
    border: none;
    background-image: url('../images/common/btn.png');
    background-size: cover;
    color: #fff;
        margin-top: 30px;
    font-size: 16px;
    border-radius: 10px;
}


.tab-btn li:hover{
    cursor: pointer;
    /* background-color: #0a55a0; */
    color: #0066cc;
    border: 1px solid #0066cc;
}
.tab-btn .active:hover{
    color:#fff;
    border:none;
}
.tab-btn .active{
    background-color: #0066cc;
    color: #fff;
    border: none;
}
.pro-img .swiper-button-next,
.pro-img .swiper-button-prev {
    background-repeat: no-repeat;
    background-size: contain;
    color: rgba(0, 0, 0, 0);
}

.pro-img .swiper-button-next {
    background-image: url(../images/common/arrow-circle-next.png);
}

.pro-img .swiper-button-prev {
    background-image: url(../images/common/arrow-circle-prev.png);
}

/* provision */

.prov-wrap{
    width:100%;
}

.prov-cont{
    width: calc(100% / 3);
    height: 400px;
    float:left;
    object-fit: cover;
    position: relative;
    background-color: #000;
    overflow: hidden;
}
/* .prov-wrap .prov-cont:nth-child(4),.prov-wrap .prov-cont:nth-child(5){
    width: calc(100% / 2)
} */
.prov-wrap .prov-cont:nth-child(6){
    background-color: #fff;
    font-family:'SBAggro';
    display: flex;
    align-items: center;
    justify-content: center;
        text-align: center;
}
.prov-wrap .prov-cont:nth-child(6) b{
    font-weight: 100;
}


.prov-cont img{
    width:100%;
    height: 100%;
    opacity: 0.5;
    transition: all 0.3s;
    object-fit: cover;
}
.prov-cont p{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color:#fff;
    border: 1px solid #fff;
    padding:10px 30px;
    border-radius: 50px;
}
.prov-wrap::after{
    clear: both;
    content: "";
    display: block;
}

.prov-cont:hover img{
    opacity: 1;
    transform: scale(1.2);
}
.prov-cont:hover p{
    display: none;
}

/* commitment */

.commit-bg{
    width:100%;
    height: 500px;
    background-image: url('../images/commit-bg.png');
        display: flex;
            align-items: center;
}
.commitment{
        text-align: center;
}
.commit-cont{
    width:calc((100% - 40px)/3);
    float:left;
    background-color: #0066cc;
    margin-right: 20px;
    height: 335px;
    background-image: url('../images/common/commit-cont-bg.png');
    background-size: cover;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.commit-cont:first-child{
    border-radius: 20px 0 0 0;
}
.commit-cont:last-child{
    margin-right: 0;
    border-radius: 0 0 20px 0;
}
.commit-num {
    font-size: 24px;
    font-weight: bold;
    opacity: 0.5;
    margin-top: -20px;
}

.commit-tit p {
    font-size: 28px;
    font-weight: bold;
    margin: 20px 0;
}
.commit-txt{
    line-height: 30px;
    font-size: 18px;
}
/* gallery */


.g-big{
    width:calc((100% - 40px)/2);
    height: 400px;
}
.g-small{
    width: calc((50% - 20px)/2);
    height: 400px;
}
.g-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.g-img:hover.g-img img{
    transform: scale(1.2);
            transition: all 0.3s;
}
.g-img{
    float:left;
    margin-bottom: 20px;
    margin-right: 20px;
    overflow: hidden;
}
.g-img:nth-child(3n){
    margin-right: 0;
}
.g-more{
    padding:10px 35px 10px 30px;
    font-size: 16px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #000;
    position: relative;
    margin: 0 auto;
    display: block;
    margin-top: 60px;
}
.g-more:hover.g-more span::after{
    opacity: 1;
    transition: all 0.3s;
}

.g-more:hover{
    cursor: pointer;
    padding: 10px 50px 10px 30px;
        transition: all 0.3s;
}
.g-more span::after{
    content: "";
    display: block;
    width:11px;
    height: 6px;
    background-image: url('../images/common/arrow-down.png');
    position: absolute;
    right: 20px;
    top: 15px;
    opacity: 0;
}
/* footer */
.footer{
    margin-top: 150px;
}

.footer .title{
    text-align: left;
    color: #fff;
}
.footer .title h1{
    font-size: 30px;
    line-height: 40px;
    margin-top: 20px;
}
.ft-bg{
    background-image: url('../images/footer-bg.png');
    width:100%;
    height: 100%;
    background-size: cover;
    padding:100px 0;
    background-repeat: no-repeat;
}
.footer .btn button{
    width:300px;
    color: #fff;
    background-image: url('../images/common/btn.png');
    background-size:cover;
    border-radius: 10px;
    padding: 15px 60px 15px 40px;
    display: block;
    border: none;
    font-size: 16px;
    position: relative;
}.call{
width:100%;
}
.footer .btn a{
    display: inline-block;
}
.footer .btn div{
    margin-bottom: 20px;
}
.call span{
    margin-right: 15px;
}
footer .btn .call{
}
.call p{
    font-size: 16px;
    color: #fff;
    border: 1px solid #fff;
    padding: 15px 45px;
    border-radius: 10px;
    display: inline-block;
}

.footer .btn p:hover{
    transform: scale(1.1);
    transition: all 0.3s;
}
.footer .btn p{
    display: inline-block;
}
.footer .btn button img{
    height:15px;
    margin-right: 15px;
}
.footer .btn button:hover{
    cursor: pointer;
}
.footer .btn button::after{
    content: "";
    background-image: url('../images/common/link.png');
    width:15px;
    height: 15px;
    display: block;
    right: 35px;
    position: absolute;
    background-size: cover;
    top: 15px;
}

.ft-left{
    width: calc(((100% - 20px)/5)*3);
    margin-right: 20px;
    float:left;

}
.ft-right{
    width: calc(((100% - 20px)/5)*2);
        float: right;
}
.ft-tit{
    font-size: 20px;
    color: #fff;
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
}
.ft-map img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.ft-place,.ft-map{
    width:100%;
    height: 100%;
    overflow: hidden;
}
.ft-tit::before{
    background-image: url('../images/common/txt-icon.png');
    width:11px;
    height: 14px;
    display: block;
    content: "";
    position: absolute;
    left: 0;
    top:5px;
}
.place-img{
    width:100%;
    height: 100%;
    margin-bottom: 20px;
}
.place-img img{
    width:100%;
    height: 100%;
    object-fit: cover;
}
.map-txt{
    width:100%;
    background-color: #fff;
    height: 100px;
    margin-top: -5px;
    padding: 20px;
}
.map-txt h1{
    font-size: 24px;
    margin-top: 5px;
}
.popDiv{
    display: none;
    position: fixed;
    top: 140px;
    left: calc((100% - 1400px) / 2);
    width: 500px;
    height: 540px;
    z-index: 99999;
}

.popDiv .popimg{
    position: relative;
    height: 500px;
}
.popDiv .popimg img{
    width: 100%;
}
.popDiv .popimg a{
    position: absolute;
    background-color: orange;
    font-weight: 600;
    color: #000;
    padding: 10px 20px;
    border-radius: 50px;
    right: 30px;
    bottom: 30px;
    display: flex;
    align-items: center;
}
.popDiv .popimg a svg{
    margin-right: 8px;
}
.popDiv .popBtn{
    height: 40px;
    display: flex;
}
.popDiv .popBtn button{
    width: 50%;
    color: #fff;
    border: none;
}
.popDiv .popBtn button.closeDay{
    background-color: #777;
}
.popDiv .popBtn button.closePop{
    background-color: #111;
}

@media screen and (max-width: 1400px){

        .main-cont .swiper-button-next {
            right: calc((100% - 1300px)/2);
        }
    
        .main-cont .swiper-button-prev {
            left: calc((100% - 1300px)/2);
        }
}

@media screen and (max-width: 1140px){
    .main-cont .swiper-button-next {
            right: calc((100% - 1100px)/2);
    }
    
    .main-cont .swiper-button-prev {
            left: calc((100% - 1100px)/2);
    }
    .pro-menu ul li{
    border: 1px solid #ddd;
    padding: 15px 35px;
    color:#777;
    }
    .tab-txt{
        padding:50px;
    }
    .pro-img{
    width: calc((100% - 20px)/2);
    height:500px;
    overflow: hidden;
    position: relative;
    }
    .prov-cont p{
        text-align: center;
        width:80%;
    }
}
@media screen and (max-width: 1124px){
        .main-cont .swiper-button-next {
            right: calc((100% - 900px)/2);
    }
    
    .main-cont .swiper-button-prev {
            left: calc((100% - 900px)/2);
    }
    .pro-menu ul li{
        padding:15px 20px;
    }
    .prov-cont{
        height: 300px;
    }
    .commit-cont{
        padding:0 15px;
    }
    .g-img > div{
        height: 300px;
    }
}

@media screen and (max-width: 768px){
    .main{
        height: 70vh;
    }
    .main-txt{
        top: 45%;
        width: 100%;
        padding: 0 20px;
    }
    .main-txt p{
        width: 80%;
        margin: 0 auto;
    }

    .pro-menu ul {
        gap: 10px;
        flex-wrap: nowrap; 
        overflow-x: auto;  
    }
    .pro-menu ul li {
        width: auto;
        flex: 0 0 auto;
        display: flex;
        align-items: center;
        height: 60px;
        padding:10px 20px;
        justify-content: center;
    }
    .tab-txt{
        padding: 20px 50px;
    }
    .tab-btn{
        flex-wrap: wrap;
    }
    .tab-btn li{
        width:calc(100% / 2.5);
        margin-right: 10px;
        margin-bottom: 10px;
    }
     .tab-btn li:nth-child(3n){
        margin-right: 0;
     }
     .commit-cont{
        float: none;
        width:100%;
        margin-bottom: 20px;
     }
     .commit-bg{
        height: auto;
        padding: 50px;
     }
    .pro-B{
        margin-bottom: 20px;
                font-size: 14px;
    }
    .pro-txt{
        font-size: 14px;
        line-height: 26px;
    }
    .tab-txt{
        width: 100%;
        padding:20px 0;
    }
    .tab-txt h1{
        font-size: 24px;
    }
    .tab-txt span::after{
        display: none;
    }
    .prov-cont p{
        font-size: 14px;
    }
    .g-small{
        width: calc((100% - 10px)/2);
        height: calc((100vw - 50px) / 2);
    }
    .g-big{
        width: calc((100% - 10px)/2);
        height: calc((100vw - 50px) / 2);
    }
    .g-img{
        margin-bottom: 10px;
        margin-right: 10px;
    }
    .g-img:nth-child(3n){
        margin-right: 10px;
    }
    .g-img:nth-child(2n){
        margin-right: 0px;
    }
    .footer .ft-bg .inner{
        display: flex;
        align-items: center;
    }
    .map-txt{
        padding:15px;
        height: auto;
    }
    .map-txt h1{
        font-size: 20px;
    }
    .map-txt p{
        font-size: 14px;
    }
    .main-txt h1{
        font-size: 30px;
    }
    .main-txt h1 br{
        display: none;
        word-break: keep-all;
    }
    .main-cont .swiper-pagination{
        margin-bottom: 50px;
    }
    .tab-cont{
        flex-wrap: wrap;
    }
    .pro-img{
        width: 100%;
        margin-right: 0;
        height: calc(100vw - 40px);
    }

    .intro-cont-wrap{
        flex-wrap: wrap;
    }
    .int-cont{
        width:100%;
        margin: 0;
    }
    .int-cont2{
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #ddd;
    }
    .int-tit{
        font-size: 24px;
    }
    .int-txt{
        font-size: 15px;
    }
    .int-txt br{
        display: none;
    }
    .prov-cont{
        width: 50%;
        height: 140px;
    }
    .prov-cont p{
        padding: 8px 20px;
        justify-content: center;
        display: flex;
        align-items: center;
        min-height: 74.5px;
    }
    .prov-cont b{
        font-size: 12px;
    }
    .prov-cont h1{
        font-size: 20px;
    }
    .commit-txt{
        font-size: 15px;
        line-height: 1.4;
    }
    .commit-txt br{
        display: none;
    }
    .commit-cont{
        width: 100%;
        height: auto;
        padding: 40px 0 30px;
    }
    .commit-bg{
        padding: 40px 0;
    }
    .g-more{
        margin: 20px auto 0;
    }
    .footer{
        margin-top: 60px;
    }

    .footer {
        margin-top: 50px;
    }
    .footer .ft-bg .inner{
        flex-wrap: wrap;
    }
    .ft-left{
        width:100%;
        margin-right: 0;
    }
    .ft-right{
        width: 100%;
    } 
    .footer .title{
        margin-top: 0;
        margin-bottom: 20px;
        text-align: center;
    }
    .footer .title h1{
        font-size: 24px;
    }
    .footer .btn{
        text-align: center;
        margin-bottom: 50px;
    }
    .footer .btn button{
        width:100%;
    }
    .footer .btn a{
        display: block;
    }
    .footer .btn p{
        display: block;
    }
    footer .btn .call{
        margin-bottom: 20px;
    }
    .call p{
        padding: 15px 30px;
    }
    .ft-bg{
        width: auto;
        padding: 50px 0;
    }
    .popDiv{
        width: 90vw;
        height: calc(90vw + 40px);
        left: 5vw;
        top: 100px;
    }
    .popDiv .popimg{
        height: 90vw;
    }
    .popDiv .popimg a{
        font-size: 14px;
        bottom: 20px;
        right: 15px;
        padding: 7px 15px;
    }
    .popDiv .popimg a svg{
        height: 12px;
        margin-right: 5px;
    }

    .main video.pc{
        display: none;
    }
.main video.mo{
    display: block;
}
    
}
@media screen and (max-width: 390px){
/*     
    .main-txt{
        width: 100%;
        padding: 0 20px;
        top: 47%;
    }
    .tab-cont{
        flex-wrap: wrap;
    }
    .prov-cont{
        width:50%;
        margin: 0;
        height: 200px;
    }
    .prov-cont p{
        border:none;
    }
    .gallery .g-img{
        margin-right: 10px;
        margin-bottom: 10px;
        height: 200px;
        width: calc((100% - 10px)/2);
    }
    .g-img:nth-child(2n){
        margin-right: 0px;
    }
    .g-more{
        margin-top: 30px;
    }*/
}