﻿/* Place Your Custom Styles Here */
.w-1300{
    width: 1300px;
}
.w-666{
    width: 666px;
}
.pl-80{
    padding-left: 80px;
}

.pb-100{
    padding-bottom: 100px;
}

.relative{
    position: relative;
}

.site-header{
    padding: 18px 80px 0 80px !important;
}

.absolute{
    position: absolute;
}
.fs-home{
    width: 100%;
    box-sizing: border-box;
    max-height: 100vh;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
}
.home-content{
    padding-left: 80px;
    padding-bottom: 100px;
}
.home1-title{
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 42px;
    margin-bottom: 30px;
}

.home1-label{
    width: 666px;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 36px;
    text-align: left;
}
.pageindex{
    width: 480px;
    height: 130px;
    background: #151515;
    position: fixed;
    right: 0;
    bottom: 100px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    z-index: 99;
}
.page1{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 20px;
    font-size: 36px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
    border-right: 1px solid #353535;
}
.pages{
    display: flex;
    gap: 10px;
}
.page2{
    display: flex;
    align-items: center;
    height: 30px;
    padding: 0 20px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #555555;
    line-height: 36px;
}
.dian{
    width: 20px;
    height: 20px;
    background: #151515;
    border-radius: 50%;
    position: relative;
}
.dian::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #FFFFFF;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.dc{
    background-color: #2D2D2D;
}

.dc::after{
    content: '';
    width: 10px;
    height: 10px;
    background: #E70012;
    border-radius: 50%;
    position: absolute;
    top: 5px;
    left: 5px;
}
.page-btn{
    width: 12px;
    height: 20px;
    margin-left: 37px;
    cursor: pointer;
}

.navli{
    height: .8rem;
    text-align: center;
    border: none;
}
.navli-sm{
    width: 60px;
    text-align: center;
    border: none;
}
.navli .active{
    border: none;
}

.about-tag{
    height: 63px;
    position: relative;
    text-align: left;
    font-size: 80px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 63px;
    display: flex;
    align-items: center;
    margin-bottom: 73px;
}

.about-tag::before{
    position: absolute;
    content: '';
    display: block;
    width: 57px;
    height: 16px;
    background-color: #E70012;
    top: -30px;
    left: 0;
}

.about-title{
    text-align: left;
    margin-bottom: 30px;
}

.about-title .title{
    width: 168px;
    height: 41px;
    font-size: 42px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    
}

.about-title .title-en{
    width: 223px;
    height: 31px;
    font-size: 30px;
    font-weight: 300;
    color: #FFFFFF;
    line-height: 50px;
    opacity: 0.3;
}
.about-content{
    text-align: left;
    height: 91px;
    font-size: 18px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 36px;
}
.about-cards{
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .4);
}
.about-cards .about-card{
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 46px;
}

.about-cards .about-card .card-title{
    height: 22px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #888888;
    line-height: 36px;
}
.about-cards .about-card .card-dian{
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
}

.culture{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin-top: 50px;
    font-size: 18px;
    color: #DDDDDD;
    display: none;
    min-height: 160px;
}
.culturechk{
    display: flex;
}

.about-card-check .card-title{
    color: #fff !important;
}

.about-card-check .card-dian{
    background-color: #E70012 !important;
}
.about-tag-c{
    font-size: 42px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 50px;
    position: relative;
}

.about-tag-c::after{
    position: absolute;
    bottom: 0;
    content: '';
    width: 40px;
    height: 7px;
    background: #E70012;
    bottom: -20px;
    left: calc(50% - 20px);
}
.join-title{
    margin-top: 21px;
    text-align: center;
}
.join-title .title-en{
    font-size: 22px;
    color: #666666;
    line-height: 50px;
}

.items{
    margin-top: 60px;
    display: flex;
    justify-content: space-between;
}

.item{
    width: 400px;
    height: 400px;
    position: relative;
    z-index: 1;
    
}
.item:hover .mask{
    opacity: 1;
}
.item .mask{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    width: 400px;
    height: 400px;
    background-color: rgba(0, 0, 0, .8);
    opacity: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: opacity 0.2s ease-in;
    padding: 0 48px;
    border: 5px solid #E70012;
}

.item .mask .mask-title{
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF;
    line-height: 36px;
}

.item .mask .mask-content{
    margin-top: 30px;
    font-size: 18px;
    font-weight: 400;
    color: #AAAAAA;
    line-height: 36px;
}
.kejibg{
    display: flex;
    padding: 40px 40px 0 40px;
    width: 1300px;
    height: 382px;
    background-image: linear-gradient(rgba(255,255,255,.03),rgba(255,255,255,0));
}

.compony{
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    font-size: 18px;
    color: #DDDDDD;
    display: none;
    min-height: 160px;
    padding: 20px 0 0 40px;
}

.componychk{
    display: flex;
}

.compony-names{
    margin-top: 80px;
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, .1);
}
.compony-names .compony-name{
    width: max-content;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    height: 46px;
}

.compony-names .compony-name .card-title{
    height: 22px;
    font-size: 22px;
    font-family: Microsoft YaHei;
    font-weight: bold;
    color: #888888;
    line-height: 36px;
}
.compony-names .compony-name .card-dian{
    width: 10px;
    height: 10px;
    background: #AAAAAA;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
}

.compony-name-check .card-title{
    color: #fff !important;
}

.compony-name-check .card-dian{
    background-color: #E70012 !important;
}

.jcc{
    justify-content: center;
}

#ntmap {width:760px; height: 350px; display: flex;opacity: 0.8;}  

.componyname{
    font-size: 30px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 36px;
}
.compony-title{
    display: flex;
    align-items: center;
    font-size: 20px;
    color: #666;
    margin-top: 20px;
}
.compony-label{
    width: 430px;
    font-size: 20px;
    color: #aaa;
    margin-top: 10px;
    text-align: left;
}
.icon-address{
    width: 19px;
    height: 22px;
    margin-right: 13px;
}
.icon-email{
    width: 22px;
    height: 17px;
    margin-right: 10px;
}

.info{
    color: #888;
    height: 80px;
    position: fixed;
    right: 0;
    bottom: 0px;
    display: flex;
    align-items: center;
    padding: 0 30px;
    z-index: 99;
}
.info a{
    color: #888;
}

.amap-copyright{
    display: none !important;
}
.site-mobile{
    display: none;
}
.move{
    display: none;
}
.m{
    display: none;
}

@media only screen and (max-width:1600px){
    .align-self-center{
        transform: scale(.75);
    }
}


@media only screen and (max-width:750px){
    html {
        font-size: calc(100vw / 7.5);
        scrollbar-width: 0 !important;
        -webkit-overflow-scrolling: touch !important;
        overflow: hidden;
    }

    .jcc{
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        /*padding-bottom:2rem;*/
    }

    #navigation-toggle{
        width: .4rem;
        height: .31rem;
        background-image: url(../images/menu.png);
        background-repeat: no-repeat;
        background-size: 100%;
        cursor: pointer;
    }
    .site-nav{
        background: #000000;
        opacity: 0.8;
        border-radius: .2rem;
        position: fixed;
        right: .30rem;
        top: .70rem;
        padding: .26rem .32rem;
    }
    .header-mobile-dark{
        background: none;
    }
    .w-1300{
        width: 100vw;
    }
    .info{
        height: 1.4rem;
        padding-top: .4rem;
        font-size: .24rem;
        width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        bottom: 0;
        line-height: .4rem;
        color: #555;
        background: linear-gradient(360deg, rgba(0,0,0,.5), rgba(0,0,0,0));
    }
    .info a{
        font-size: .24rem;
        color: #555;
    }
    .pageindex{
        display: none;
    }
    .site-header{
        width: 100%;
        padding: .3rem !important;
        position: fixed;
        top: 0;
        left: 0 ;
    }
    .header-brand{
        display: flex;
        justify-content: space-between;
    }
    .logo img{
        width: 2.15rem;
        height: 0.7rem;
    }
    .header-collapse{
        justify-content: flex-end;
    }
    .pc{
        display: none;
    }
    #navigation{
        width: 100%;
        height: 100%;
        display: flex;
    }
    .navli a{
        font-size: .28rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        height: .40rem;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .mobile.home{
        width: 100%;
        padding-bottom: 150px;
    }
    .home-content{
        margin: 0 auto;
        padding-bottom: 2rem;
        padding-left: 0;
    }
    .home1-title{
        width: 100%;
        font-size: 0.48rem;
        text-align: center;
        margin: 0 auto;
    }
    .home1-label{
        width: 6.49rem;
        font-size: 0.24rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #AAAAAA;
        line-height: 0.48rem;
        text-align: left;
        margin: 0 auto;
    }
    .move{
        display: block;
        animation: move 2s infinite ease-in-out;
        position:fixed;
        width: .44rem;
        bottom: 1.4rem;
        left: calc(50% - .22rem);
    }
    .pl-80{
        padding-left: 0;
    }
    .pb-100{
        width: 100%;
        padding-bottom: 0;
    }

    @keyframes move {
        0%   {transform:translateY(0px);}
        25%  {transform:translateY(.1rem);}
    }

    .about-m{
        display: none;
    }
    .about-title{
        margin: 0 auto;
        text-align: center;
    }
    .about-title .title{
        font-size: 0.48rem;
        margin: 0 auto;
        text-align: center;
    }
    .about-content{
        margin: 0 auto;
        width: 6.5rem;
        height: max-content;
        font-size: 0.24rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #AAAAAA;
        line-height: 0.48rem;
        text-align: left;
    }
    #about .jcc{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*padding-top: 2.26rem;*/
    }

    #services .jcc{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*padding-top: 2.26rem;*/
    }

    #contact .jcc{
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
        /*padding-top: 2.26rem;*/
    }
    .compony-c{
        font-size: 0.48rem;
        font-family: Microsoft YaHei;
        font-weight: bold;
        color: #FFFFFF;
        line-height: 0.5rem;
        margin-bottom: .53rem;
        text-align: center;
    }
    .compony-b{
        width: 6.5rem;
        background: #1B1D29;
        opacity: 0.7;
        border-radius: 0.2rem;
        position: relative;
        padding: .49rem .41rem;
    }
    .compony-b::after{
        position: absolute;
        content: '';
        width: 0.4rem;
        height: 0.07rem;
        background: #E70012;
        top: 0;
        left: .48rem;
    }
    .compony-title-m{
        color: #fff;
        font-size: 0.36rem;
        line-height: 0.36rem;
        margin: 0;
    }
    .compony-content-m{
        color: #aaa;
        font-size: 0.24rem;
        line-height: 0.24rem;
    }
    .compony-content-m p{
        margin: 0;
    }
    .m{
        display: block;
    }

    #ntmap-m {width:6.5rem; height: 3rem; display: flex; opacity: 0.8;border-radius: .2rem .2rem 0 0;} 

    .contact-m-box{
        width: 6.5rem;
        height: 7.1rem;
        margin: 0 auto;
        overflow: hidden;
    }
    .swiper-container-map{
        width: 6.5rem;
        height: 4.1rem;
        background: rgba(0, 0, 0, .3);
        border-radius: 0.2rem;
        font-size: 0.24rem;
    }
    .contact-title{
        font-size: 0.36rem;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 0.36rem;
        text-align: left;
        
    }

    .contact-title-m{
        color: #666666;
        font-size: 0.24rem;
        height: .3rem;
        line-height: .3rem;
        text-align: left;
        margin-top: .26rem;
    }

    .contact-icon-address{
        width: 0.22rem;
        height: 0.25rem;
        margin-right: .08rem;
    }
    .contact-icon-email{
        width: 0.24rem;
        height: 0.2rem;
        margin-right: .06rem;
    }
    .contact-label{
        margin-top: .1rem;
        width: 4.83rem;
        font-size: 0.24rem;
        font-weight: 400;
        color: #AAAAAA;
        height: .3rem;
        line-height: .3rem;
        text-align: left;
    }
    .map-address{
        padding: .4rem .3rem;
    }
    .swiper-pagination-map{
        width: 100vw;
        height: 0.8rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 2rem;
    }
    .swiper-pagination-join{
        width: 100vw;
        height: 0.8rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: absolute;
        bottom: 2rem;
    }
    .swiper-pagination-join .swiper-pagination-bullet{
        background:#fff !important;
        opacity: 1;
        margin: 0 .1rem !important;
        transition: width 0.2s ease-out;
    }
    .swiper-pagination-join .swiper-pagination-bullet-active{
        width: 0.5rem !important;
        height: 0.16rem !important;
        background: #E70012 !important;
        border-radius: 0.08rem !important;
    }
    .swiper-pagination-map .swiper-pagination-bullet{
        background:#fff !important;
        opacity: 1;
        margin: 0 .1rem !important;
        transition: width 0.2s ease-out;
    }
    .swiper-pagination-map .swiper-pagination-bullet-active{
        width: 0.5rem !important;
        height: 0.16rem !important;
        background: #E70012 !important;
        border-radius: 0.08rem !important;
    }

    .swiper-pagination{
        width: 6.5rem;
        height: .8rem;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        align-items: center;
        position: fixed;
        bottom: 2rem;
    }
    .swiper-pagination .swiper-pagination-bullet{
        background:#fff !important;
        opacity: 1;
        margin: 0 .1rem !important;
        transition: width 0.2s ease-out;
    }
    .swiper-pagination .swiper-pagination-bullet-active{
        width: 0.5rem !important;
        height: 0.16rem !important;
        background: #E70012 !important;
        border-radius: 0.08rem !important;
    }
    .join-box{
        width: 6.5rem;
        margin: 0 auto;
    }
    .swiper-container-join{
        width: 6.5rem;
        border-radius: 0.3rem;
        overflow: hidden;
    }
    .join-content{
        width: 6.5rem;
        height: 2rem;
        background: #E0E0E0;
        padding: .3rem;
    }
    .join-title-m{
        height: 0.36rem;
        font-size: 0.36rem;
        font-weight: 400;
        color: #111111;
        line-height: 0.48rem;
        text-align: left;
    }
    .join-label-m{
        margin-top: .24rem;
        font-size: 0.24rem;
        font-weight: 400;
        color: #666666;
        line-height: 0.4rem;
        text-align: left;
    }
    .compony-title-m{
        font-size: 0.36rem;
        font-weight: 400;
        color: #FFFFFF;
    }
    .compony-content-m{
        margin-top: .41rem;
        font-size: 0.24rem;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #AAAAAA;
        line-height: 0.48rem;
    }
}

