

.header_gap{
    margin-top: 80px;
}

/** 1.banner pic / banner nav**/
.banner{
    height: 490px;
}

@media (max-width: 991px) {
    .banner{
        height: 250px;
    }
    .PC .gap{
        padding-top: 30px;
    }
    .PHONE .gap{
        padding: 0;
    }
}

.banner_nav{
    overflow: hidden;
}


.banner_title{
    position: absolute;
    top: 0;
    color: #005183;
    display: flex;
    flex-direction: column;
    justify-content: center;
}



.banner_title h3{
    margin-bottom: 17px;
}

.banner_title h2{
    font-weight: bolder;
}

.banner_title .line{
    background-color: #1e66f8;
    display: block;
    height: 3px;
    margin-top: 17px;
    width: 5em;
}

@media (max-width: 991px) {
    .banner_title{
        display: none;
    }

}


/** bannepic / banner nav END **/

/** sort row **/

.holder .navbar{
    float: left;
    width: 100%;
    justify-content: flex-start;
    padding-bottom: 0;
    align-items: flex-end;
}

.holder .row{
    border-bottom: 1px solid rgba(0,0,0,0.1);
}

@media (max-width: 991px){
    .holder .row{
        padding-bottom: 3px;
    }
}

.holder .sort-item{
    height: 70px;
    width: 24%;
    max-width: 132px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.holder .sort-item div{
    color: #1e1e27;
    font-size: 15px;
    font-weight: 700;
    cursor: pointer;
}

.holder .sort-item.is_active{
    border-bottom: 3px solid #1e66f8;
}

.holder .sort-item.is_active div{
    color: #1e66f8;
}


/** sort row END **/



/** About Us **/

.aboutus .row{
    padding: 3em 0 5em;
}

@media (max-width: 991px) {
    .aboutus .row{
        padding-bottom: 0;
    }
}

.aboutus .sub_title{
    display: none;
}

.subtitle,
.sub_title{
    font-size: 32px;
    font-weight: bolder;
    margin: 0.5em 0;
}

.sub_title{
    margin: 1em 0;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (max-width: 991px) {
    .aboutus .sub_title{
        margin-top: 0;
    }
}

.starsvg{
    position: absolute;
    left: 0;
    top: 200%;
    width: 100%;
    /*overflow: hidden;*/
    z-index: -1;
}

.starsvg img{
    pointer-events: none;
    width: 100%;
    animation: xuanzj 4s infinite linear;
    -webkit-animation: xuanzj 4s infinite linear;
    -moz-animation: xuanzj 4s infinite linear;
    -o-animation: xuanzj 4s infinite linear;
    opacity: 1;
    animation-delay: 1.5s;
    transition-delay: 1.5s;
}

@media (max-width: 991px) {
    .starsvg img{
        display: none;
    }
}


@-webkit-keyframes xuanzj {

    from {
        transform: translateY(0%);
        opacity: 0;
    }



    to {
        opacity: 1;
        transform: translateY(-100%);
    }
}



@-moz-keyframes xuanzj {

    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-100%);
    }
}



@-o-keyframes xuanzj {

    from {
        transform: translateY(0%);
    }



    to {
        transform: translateY(-100%);
    }
}



@keyframes xuanzj {

    from {
        transform: translateY(0%);
    }
    to {
        transform: translateY(-100%);
    }
}




.aboutus .left{
    padding-top: 90px;
    width: 45%;
}

.aboutus .right{
    width: 55%;
    padding-left: 2em;
}

.aboutus .right .content{
    height: max(25vh,20vw);
    max-height: 340px;
    overflow-y: scroll;
}

.aboutus .left video{
    box-shadow: 0px 32px 28px -19px #999999;
    cursor: pointer;
}

@media (max-width: 991px) {
    .aboutus .left,
    .aboutus .right{
        margin-left: 50%;
        transform: translateX(-50%);
        width: 90%;
        padding-top: 0;
        padding-bottom: 3em;
    }

    .aboutus .sub_title{
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .aboutus .subtitle{
        display: none;
    }

}

.aboutus .earthsvg{
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    z-index: -1;
    pointer-events: none;
}

.aboutus .earthsvg img{
    width: 100%;
    position: absolute;
    left: 0;
    bottom: 0;
}

/** About Us END **/

/** History **/

.history {
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #fff;
    flex-direction: column;
}

.timeline {
    width: 100%;
    background-color: #fff;
}
.timeline .swiper-container {
    height: min(100vw,580px);
    width: 100%;
    position: relative;
    box-shadow: 0 5px 25px 5px rgba(0, 0, 0, .2);
}
.timeline .swiper-wrapper {
    transition: 2s cubic-bezier(0.68, -0.4, 0.27, 1.34) 0.2s;
    flex-direction: column;
}

@media (max-width: 768px) {
    .timeline .swiper-wrapper{
        flex-direction: row;
    }
    .timeline-year{
        margin-bottom: 3em;
    }
    .timeline .swiper-container,.swiper-slide{
        max-height: 400px;
        border-radius: 20px;
    }
    .timeline .swiper-slide .timeline-text{
        font-size: 14px !important;
    }
}

@media (min-width: 768px) {
    .swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction{
        width: auto;
        left: auto;
    }
}

.timeline .swiper-slide {
    position: relative;
    color: #fff;
    overflow: hidden;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center bottom;

}
.timeline .swiper-slide::after {
    content: "";
    position: absolute;
    z-index: 1;
    right: -115%;
    bottom: -10%;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    box-shadow: -230px 0 150px 60vw rgba(0, 0, 0, .7);
    border-radius: 100%;
}
.timeline .swiper-slide-content {
    position: absolute;
    text-align: center;
    width: 90%;
    max-width: 90vw;
    right: 50%;
    top: 13%;
    transform: translate(50%, 0);
    font-size: 12px;
    z-index: 2;
}
.timeline .swiper-slide .timeline-year {
    display: block;
    font-size: 30px !important;
    margin-bottom: 0.5em;
    transform: translate3d(20px, 0, 0);
    color: orange;
    font-style: italic;
    font-weight: bolder;
    opacity: 0;
    transition: 0.2s ease 0.4s;
}
.timeline .swiper-slide .timeline-title {
    font-weight: 800;
    font-size: 54px !important;
    margin: 0 0 30px;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.5s;
}
.timeline .swiper-slide .timeline-text {
    line-height: 1.8;
    opacity: 0;
    transform: translate3d(20px, 0, 0);
    transition: 0.2s ease 0.6s;
    font-size: 16px;
}


.timeline .swiper-slide-active .timeline-year {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.6s;

}
.timeline .swiper-slide-active .timeline-title {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.7s;
}
.timeline .swiper-slide-active .timeline-text {
    opacity: 1;
    transform: translate3d(0, 0, 0);
    transition: 0.4s ease 1.8s;
}

.timeline .swiper-slide-active .timeline-text span{
    padding: 0.2em 0.4em;
    background: linear-gradient(to right,rgba(0,0,0,0.5),rgba(0,0,0,0));
    color: #fff;
    font-weight: bolder;
}

.timeline .swiper-pagination {
    right: 15% !important;
    height: 100%;
    display: none;
    flex-direction: column;
    justify-content: center;
    font-style: italic;
    font-weight: 300;
    font-size: 18px;
    z-index: 1;
}
.timeline .swiper-pagination::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 0;
    height: 100%;
    width: 1px;
    background-color: rgba(255, 255, 255, .2);
}
.timeline .swiper-pagination-bullet {
    width: auto;
    height: auto;
    text-align: center;
    opacity: 1;
    background: transparent;
    color: #d4a024;
    margin: 15px 0 !important;
    position: relative;
}
.timeline .swiper-pagination-bullet::before {
    content: "";
    position: absolute;
    top: 8px;
    left: -32.5px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background-color: #d4a024;
    transform: scale(0);
    transition: 0.2s;
}
.timeline .swiper-pagination-bullet-active {
    color: #d4a024;
}
.timeline .swiper-pagination-bullet-active::before {
    transform: scale(1);
}
.timeline .swiper-button-next, .timeline .swiper-button-prev {
    background-size: 20px 20px;
    top: 15%;
    width: 20px;
    height: 20px;
    margin-top: 0;
    z-index: 2;
    transition: 0.2s;
}
.timeline .swiper-button-prev {
    left: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-prev:hover {
    transform: translateX(-3px);
}
.timeline .swiper-button-next {
    right: 8%;
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23d4a024'%2F%3E%3C%2Fsvg%3E");
}
.timeline .swiper-button-next:hover {
    transform: translateX(3px);
}
@media screen and (min-width: 768px) {
    .timeline .swiper-slide::after {
        right: -30%;
        bottom: -8%;
        width: 240px;
        height: 50%;
        box-shadow: -230px 0 150px 50vw rgba(0, 0, 0, .7);
    }
    .timeline .swiper-slide-content {
        right: 30%;
        top: 50%;
        transform: translateY(-50%);
        width: 50vw;
        font-size: 11px;
        text-align: right;
    }
    .timeline .swiper-slide .timeline-year {
        margin-bottom: 1em;
        font-size: 32px;
    }
    .timeline .swiper-slide .timeline-title {
        font-size: 46px;
        margin: 0;
    }
    .timeline .swiper-pagination {
        display: flex;
    }
    .timeline .swiper-button-prev {
        top: 15%;
        left: auto;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-prev:hover {
        transform: rotate(90deg) translate(-3px, 10px);
    }
    .timeline .swiper-button-next {
        top: auto;
        bottom: 15%;
        right: 15%;
        transform: rotate(90deg) translate(0, 10px);
    }
    .timeline .swiper-button-next:hover {
        transform: rotate(90deg) translate(3px, 10px);
    }

    .swiper-container::after{
        content: '发展历程';
        position: absolute;
        top: 2em;
        left: 2em;
        font-size: 32px;
        font-weight: bolder;
        color: #fff;
        z-index: 1;
    }

    .history .sub_title span{
        display: none;
    }


}
@media screen and (min-width: 1024px) {
    .timeline .swiper-slide::after {
        right: -20%;
        bottom: -12%;
        width: 240px;
        height: 50%;
    }
    .timeline .swiper-slide-content {
        right: 25%;
    }
}

.history .swiper-slide{
    width: 100% !important;
}

.history .sub_title{
    display: flex;
    justify-content: center;
    align-items: center;
}

/** History END **/

/** award **/

.honor .pic img{
    width: 100%;
    margin-bottom: 2em;
}


.honor .award ul{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.honor .award ul li{
    width: 33.33%;
    background: url("../images/crown.png");
    background-position:center;
    background-size:contain;
    background-repeat:no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    padding: 1em;
}

.honor .award ul li h3,
.honor .award ul li h4{
    margin: 0em;
    font-weight: bolder;
    color: #bd9448;
}

@media (max-width: 991px) {
    .honor .award ul li{
        width: 50%;
    }
}


/** award END**/

/** content **/

.contentNav span{
    user-select:text;
}

.contentNav .hq{
    display: none;
}


.contentNav .corp{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
}

.contentNav .corp .content{
    width: 100%;
    margin: 2em 0;
    display: flex;
    padding: 2em 2.5em;
    box-shadow: 0 2px 4px #b1b1b1;
    transition: padding-left 0.5s ease-in-out;
}

@media (min-width: 991px) {
    .contentNav .corp .content{
        width: 48%;
    }

    .contentNav .corp .HQ{
        display: none;
    }

    /*.contentNav .hq{*/
    /*    display: flex;*/
    /*    flex-direction: row;*/
    /*    justify-content: space-between;*/
    /*    width: 100%;*/
    /*}*/

    /*.contentNav .hq .content{*/
    /*    margin: 2em 0;*/
    /*    display: flex;*/
    /*    padding: 2em 2.5em;*/
    /*}*/

    /*.contentNav .hq .hqImg{*/
    /*    width: 48%;*/
    /*}*/

    .contentNav .hq{
        display: block;
        margin-bottom: 2em;
    }

    .contentNav .hq .content{
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: 2;
        left: 2.5em;
        /*background: rgba(0,0,0,0.5);*/
        color: #fff;
        transition: padding-left 0.5s ease-in-out;
    }
    .contentNav .hqImg
    {
        width: 100%;
        overflow: hidden;
        box-shadow: 0 2px 4px #b1b1b1;
    }

    .contentNav .hqImg::after{
        content: "";
        position: absolute;
        top: 0;
        z-index: 1;
        width: 100%;
        height: 100%;
        background: linear-gradient(to right, #0d6efd9e,#0d6efd75,#0d6efd42, rgba(0,0,0,0), rgba(0,0,0,0));
    }

    .contentNav .hqImg img{
        width: 110%;
    }

    .contentNav .hq .content ul li:first-child{
        color: #FF1;
        font-size: 1.3em;
        font-weight: bolder;
    }

    .contentNav .hq .content:hover{

        padding-left: 1.5em;
        transition: padding-left 0.5s ease-in-out;
    }


}

.contentNav .corp .content:hover{

    padding-left: 3.5em;
    transition: padding-left 0.5s ease-in-out;
}

.contentNav .content ul li{
    padding-bottom: 6px;
}

.contentNav .corp .content ul li:first-child{
    color: #1e66f8;
    font-size: 1.3em;
    font-weight: bolder;
}



/** content END **/


/** Manager **/

.ManagerNav .mainNav{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #FBFBFB;
}

.ManagerNav .Card{
    width: 33.33%;
    padding-left: 3em;
}

.ManagerNav .content{
    display: flex;
    flex-direction: column;
    margin-top: 170px;
    width: 100%;
    margin-bottom: 3em;
}

.ManagerNav .name{
    font-size: 1.3em;
    color: #1e66f8;
    font-weight: bolder;
    margin-bottom: 1em;
}

.ManagerNav .title{
    height: 99px;
}

.ManagerNav .title p{
    margin-bottom: 0.5em;
}




.ManagerNav .pic{
    position: absolute;
    top: 0;
    right: 0;
    width: 40%;
    max-width: 150px;
    max-height: 150px;
}

.ManagerNav .pic img{
    width: 100%;
}

.ManagerNav .Card .pic .i{
    position: absolute;
    top: 100%;
    right: 100%;
    width: 20%;
    height: 20%;
    background: #1e66f8;
    transition: all 0.5s ease-in-out;
}

.ManagerNav .Card:hover{
    background: #F2F3F5;
}

.ManagerNav .Card:hover .pic .i{
    top: 80%;
    right: 80%;
    transition: all 0.5s ease-in-out;
}

@media (max-width: 991px) {

    .ManagerNav .Card{
        width:50%;
    }

}

@media (max-width: 600px) {

    .ManagerNav .Card{
        width:100%;
        padding-left:1em;
    }

    .ManagerNav .mainNav{
        padding: 1em;
    }
}


/** Manager END **/

/** partner **/

.partnerNav .mainNav{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    flex-wrap: wrap;
    background: #FBFBFB;
}

.partnerNav .Card{
    width: 25%;
    transition: all 0.5s;
}

.partnerNav .Card:hover{
    box-shadow: 0 2px 20px #b1b1b1;
    transform: translateY(-6px);
}

.partnerNav .pic{
    position: absolute;
    top: 40%;
    left: 50%;
    transform: translateY(-50%) translateX(-50%);

    display: flex;
    align-items: center;
    justify-content: center;

}

.partnerNav .pic img{
    width: 100%;
}


.partnerNav .content{
    margin-top: 200px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

@media (max-width: 991px) {

    .partnerNav .Card{
        width:50%;
    }

}

@media (max-width: 600px) {

    .partnerNav .Card{
        width:100%;
        padding-left: 0;
    }

    .partnerNav .mainNav{
        padding: 0;
    }
}

.partnerNav .law{
    left: 50%;
    transform: translateX(-50%);
    margin: 2em 0 5em 0;
}

.partnerNav .law .lawcontent{
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;

}


/** partner END**/

/** law **/

.lawNav .banner_nav{
    border-radius: 1em;
}

.lawNav .sub_title{
    color: #fff;
    padding: 3em 0 1em 0;
}

.lawNav .content{
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

.lawNav .lawbtn{
    background: #1e66f8;
    color: #fff;
    padding: 1em;
    margin: 3em 3em 6em 3em;
    border-radius: 0.5em;
    width: 11em;
    text-align: center;
}

@media (min-width:601px) and (max-width: 900px) {
    .lawNav .sub_title{
        padding: 1em 0;
    }
    .lawNav .lawbtn {
        margin: 0 1em 3em 1em;
    }
}

@media (max-width: 600px) {
    .lawNav .sub_title{
        padding: 1em 0;
    }
    .lawNav .lawbtn {
        margin: 1em 1em 2em 1em;
    }
}

/** law END **/
