
/* 关于我们 */
.intro-section{
    background:  no-repeat center;
    background-size: cover;
    padding-top: 5.46vw;
    padding-bottom: 6.35vw;
}

.intro-section .left-intro{
    text-align: center;
}


.intro-section .left-intro h2{
    font-size: var(--size-40);
    text-align: center;
}


.intro-section .left-intro p{
    font-size: var(--size-18);
    color: #666;
    line-height: 1.9;
    margin-top: 3.9vw;
    /* padding: 0 14vw; */
    padding: 0 14vw;


}

.intro-section .right-intro{
    display: flex;
    align-items: flex-start;
    justify-content: space-around;
    margin-top: 8.3vw;
}

/* .intro-section .right-intro dl{
    width: 21%;
} */


.intro-section .right-intro dd{
    margin-top: 1.1vw;

    font-size: var(--size-18);
    color: #666;
}

.intro-section .right-intro dl dt{

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

.intro-section .right-intro dl dt h2{
    /* font-size: 66px; */
    font-size: calc(14px   2.7vw);

    color: #000;

    font-weight: bold;
    margin-left: 1.04vw;
    display: flex;
    align-items: baseline;
}

.intro-section .right-intro dl dt h2 i{
    font-size: var(--size-16);
    margin-top: -5px;
    margin-left: 5px;
    font-weight: normal;
}

.intro-section .right-intro dl dt img{
    transition: all .45s ease;

}




/* 荣誉 */
.honor-section{
    padding: 4.6vw 4vw 3.5vw 4vw;
    background:  no-repeat center bottom;
    overflow: hidden;
}
.honor-section .honor-img{
    text-align: center;
}

.honor-section .honor-img img{
    width: 61.92vw;
    max-width: 1190px;
}
.horon-wrap{
    width: 81.25vw;
    max-width: 1560px;
    padding: 2.6vw 0;
    margin: 0 auto;
    background-color: #fff;
    box-shadow: 0 5px 20px rgba(76, 78, 82, .1);

}
.honor-news{
    height: 14.065vw;
    max-height: 270px;
    min-height: 120px;
    overflow: hidden;
}
.honor-news ul{
    padding: 0 1.5625vw;
}
.honor-news ul::before,
.honor-news ul::after{
    content: "";
    display: block;
    clear: both;

}
.honor-news li{
    width: 50%;
    float: left;
    box-sizing: border-box;
    font-size: var(--size-18);
    line-height: 3 ;
    padding: 0 5.2vw;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.honor-news li a{
    color: #333;
    position: relative;
    padding-left: 30px;

}
.honor-news li a::before{
    content: "";
    display: inline-block;
    width: 13px;
    height: 13px;
    border: 3px solid #3f8ae1;
    border-radius: 50%;

    margin-right: 18px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translatey(-50%);
}


@media (max-width: 1024px) {

    .honor-news li a::before{
        width: 8px;
        height: 8px;

    }
    .horon-wrap{
        width: 90%;
    }
    .honor-news li{
        padding-left: 1vw;
        padding-right: 2vw;
    }
    
}


/* 使命 */
.mission-section{
    color: #fff;
    text-align: center;
    padding: 4.4vw 0 5.2vw;
    background:  no-repeat center;
    background-size: auto 100%;
}

.mission-section dl{
    border-right: 1px solid rgba(255, 255, 255, .16);
    padding-top: 3.64vw;
    padding-bottom: 7.03vw;
}

.mission-section dl dt{
    width: 100px;
    height: 100px;
    display: inline-block;
}

.mission-section dl dt img{
    width: 100%;
    height: 100%;
}

.mission-section dl dd{
    line-height: 1.8;
    margin-top: 1vw;
}
.mission-section dl dd h2{
    font-size: var(--size-26)
}
.mission-section dl dd p{
    font-size: var(--size-18);
    padding: 0 3vw;
}
.mission-section dl dt img{
    transition: all .45s ease;;
}

.mission-section dl dt:hover  img{
    transform: translatey(-5px);
}

@media (max-width: 1600px) {
  

    .mission-section dl dt{
        width: 90px;
        height: 90px;
    }
}



@media (max-width: 768px) {
    .mission-section .col-md6{
        width: 50%;
            float: left;
    }
    .mission-section dl dt{
        width: 70px;
        height: 70px;
    }

    /* .owl-theme .owl-dots .owl-dot.active span, 
    .owl-theme .owl-dots .owl-dot:hover span{
        background: linear-gradient(90deg, #082da5,#2396c7 );
        background-image:-webkit-gradient(linear,0% 100%, 92% 100%,from(#082da5),to(#2395c7));
        
    }

    .owl-theme .owl-nav.disabled .owl-dots{
        margin-top: 20px;
    } */

    .honor-news li{
        line-height: 2.5;
    }
    .honor-news li a::before{
        background-size: 13px auto;
    }

    .mission-section dl dd p{
        font-size: 15px;
    }

    .honor-news li{
        line-height: 2;
    }
    
    .honor-news li a::before{
        background-size: 10px auto;
        margin-right: 0;
    }
    .honor-news li a{
        padding-left: 22px;
    }
}



/* 管理团队 */
.team-section{
    padding-top: var(--size-60);
    padding-bottom: var(--size-60);
}
.team-section .sub-title{
    margin-bottom: var(--size-60);
}

.team-items{
    width: 81.25vw;
    max-width: 1560px;

    margin-left: auto;
    margin-right: auto;
}
.team-items .item{
    display: flex;
    margin-top: 7.8125vw;
}
.team-items .item .right{
    width: 25.7vw;
    /* width: 20.56vw; */
    padding-right: 2.5vw;

}
.team-items .item .left{
    width: calc(100% - 25.7vw);
    padding-right: 3.64vw;
    padding-top: 1.5625vw;

}
.team-items .item .left h2{
    font-size: 48px;
    font-size: calc(14px   1.77vw);

    line-height: 1;
}
.team-items .item .left h2 i{
    font-size: 32px;
    font-size: calc(14px   .9375vw);
    margin-left: calc(14px   .677vw);

    color: #666;
}
.team-items .item .left p{
    color: #000;
    font-size: var(--size-18);
    line-height: 1.8;
    margin-top: 1.822vw;
}

.team-items .item .right .img{
    display: inline-block;
    position: relative;
}
.team-items .item .right .img::after{
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 2.5vw;
    top: -2.5vw;
    z-index: 0;
}
.team-items .item .right .img img{
    position: relative;
    z-index: 2;
}

.team-items .item:nth-child(1) .img::after{
    background: linear-gradient(0deg, rgba(63, 138, 225, 0.41), #3f8ae1);
}
.team-items .item:nth-child(2) .img::after{
    background: linear-gradient(0deg, rgba(197, 219, 227, 0.41), #cfdae3);
}
.team-items .item:nth-child(3) .img::after{
    background: linear-gradient(0deg, rgba(153, 164, 166, 0.41), #c4cbcc);
}
.team-items .item:nth-child(1){
    margin-top: 0;
    padding-top: 2.5vw;
}
.team-items .item:nth-child(2){
    flex-direction: row-reverse;
}
.team-items .item:nth-child(2) .left{
    padding-right: 0;
    padding-left: 6.25vw;
}


/* 企业大事记 */
.company-section{
    padding-top: 3vw;
    padding-bottom: 5.2vw;
    overflow: hidden;
}

/* .company-section .container{
    width: 1320px!important;
} */
.company-section .y-item{
    /* width: 1160px; */
    width: 100%;
    margin-top: 2.6vw;
}
.company-section .y-item:first-child{
    margin-top: 0;
}
.company-section .y-title{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 22px;

}
.company-section .y-title h2{
    font-size: 44px;
    font-size: calc(14px   1.5625vw);
    font-weight: bold;
}
.company-section .y-title h2::after{
    content: "";
    display: inline-block;
    width: 12px;
    height: 1px;
    background-color: #000;


}
.company-section .y-title a{
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.company-section .y-title a i{
    display: inline-block;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    
    border: 2px solid #666666;
    margin-left: 15px;

    display: flex;
    align-items: center;
    font-size: 12px;
    transform: rotate(-90deg);
    justify-content: center;
    font-weight: bold;

    transition: all .35s ease;
}
.company-section .y-title a.zk{
    color: #0e62ec;
}
.company-section .y-title a.zk i{
    transform: rotate(90deg);
    border-color: #0e62ec;
    background-color: #0e62ec;
    color: #fff;
}



.company-section .y-con dl{
    display: flex;
    padding: 40px ;
    align-items: flex-start;

}

.company-section .y-con dl:nth-child(odd){
    background: rgba(14, 98, 236, .1);
    
}

.company-section .y-con .more dl:nth-child(odd){
    background: #fff;
}
.company-section .y-con .more dl:nth-child(even){
    background: rgba(14, 98, 236, .1);
    }



.company-section .y-con dt{
    color: #0e62ec;
    width: 100px;
    text-align: right;
    display: flex;
    align-items: flex-end;
    
}

.company-section .y-con dt span{
    font-weight: bold;
    font-size: 48px;
    height: 50px;;
    line-height: 67px;


}
.company-section .y-con dt i{
    font-size: 24px;
    font-size: var(--size-24);
    margin-left: 5px;
    line-height: 1;
}



.company-section .y-con dd{
    font-size: var(--size-18);
    width: calc(100% - 100px);
    /* padding-left: 80px; */
    padding-left: calc(14px   3.4375vw);
}

.company-section .y-con dd p{
    margin: 15px 0;
    line-height: 1.5;
    padding-left: 30px;
    position: relative;
}



.company-section .y-con dd p::before,
.company-section .y-con dd p::after{
    content: "";
    display: inline-block;
    border-radius: 50%;
    position: absolute;
   
}
.company-section .y-con dd p::before{
   
    width: 18px;
    height: 18px;
    border: 1px solid #000;
    top: 3px;
    left: 0;
}

.company-section .y-con dd p::after{
    width: 6px;
    height: 6px;
    background-color: #000;
    left: 7px;
    top: 10px;
}

.company-section .show-more{
    text-align: center;
    margin-top: 25px;
    display: none;
    font-size: var(--size-18);
    cursor: pointer;
}







/* 宣传片 */
.video-section{
    position: relative;
    text-align: center;
    overflow: hidden;
}
.video-section .btn-video{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    color: #fff;
    cursor: pointer;
    font-size: var(--size-18);
}
.video-section .icon-video{
    background:  no-repeat center;
    width: 80px;
    height: 80px;
    margin: 1.05vw 0;
    display: inline-block;
    position: relative;
}

.video-section .icon-video::after{
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: all .65s ease;
    -webkit-transition: all .65s ease;
    background:  no-repeat center;
    background-size: cover;
}

.video-section img{
    transition: all .7s ease;
}
.video-section:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);

}

.video-section .icon-video:hover::after{
    transform: rotate(40deg);
    -webkit-transform: rotate(40deg);

}
.video-wrap{
    display: none;
}
.video-wrap .bg,
.video-wrap{
    position: fixed;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 999;
}

.video-wrap .bg{
    background: rgba(0, 0, 0, .5);
    z-index: 2;
}

.video-wrap video{
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 100;
    transform: translate3d(-50%,-50%,0);
    -webkit-transform: translate3d(-50%,-50%,0);
    max-height: 80vh;
    max-width: 75vw;
}
.video-wrap .btn-close{
    position: absolute;
    right: 24px;
    top: 30px;
    z-index: 100;
    cursor: pointer;
}   

.video-wrap .btn-close .layui-icon{
    font-size: 24px;
    background: #fff;
    border-radius: 50%;
    color: #000;
    padding: 8px;
    font-weight: bold;
    border: 0;
    transition: all .35s ease;
    -webkit-transition: all .35s ease;
}

.video-wrap .btn-close:hover .layui-icon{
    color: #082da5;
    box-shadow: 0 0 10px rgba(255, 255, 255, .7)
}

@media (max-width: 1680px) {
    .intro-section .left-intro p{
        padding-left: 4vw;
        padding-right: 4vw;
    }
    
}


@media (max-width: 1440px) {
    .company-section .container,
    .team-items{
        width: 81.25vw!important;
    }
    .company-section .y-con dt{
        width: 80px;
    }

    .company-section .y-con dd{
        width: calc(100% - 80px);
    }
  
}

@media (max-width: 1024px) {
    .intro-section .left-intro p{
        padding-left: 0;
        padding-right: 0;
    }
    .company-section .container, .team-items{
        width: 90%!important;
    }

    .company-section .y-con dt span{
        font-size: 30px;
        height: 44px;
    }
}


@media (max-width:768px) {
    .video-section img{
        height: 280px;
    }

    .video-section .icon-video{
        width: 60px;
        height: 60px;
    }
    
 
    .intro-section .right-intro dl{
        padding: 0 2vw;
    }

    .mission-section dl{
        padding-top: 0;
    }

    .intro-section .right-intro dl dt img{
        height: 60px;
    }


    .company-section .y-con dl{
        padding: 20px;
    }

    .team-items .item{
        flex-direction: column-reverse!important;

    }
    .team-items .item .right,
    .team-items .item .left{
        width: 100%;
    }
    .team-items .item .left{
        padding-right: 0;
        margin-top: .5rem;
    }
    .team-items .item:nth-child(2) .left{
        padding-left: 0;
    }
    .team-items .item .right .img{
        width: 30vw;
    }

  
}
@media (max-width: 767px) {
    .mininav .right{
        display: none;
    }
    .intro-section .left-intro h2{
        font-size: 20px;
    }
}
@media (max-width: 640px) {
    .intro-section .right-intro dl dt{
        display: block;
        text-align: center;
    }
    .intro-section .right-intro dl dt h2{
        justify-content: center;
        margin-top: 1vw;
    }

   
    
}


@media (max-width:480px) {
    .video-section img{
        height: 180px;
    }
    .video-section .icon-video{
        width: 55px;
        height: 55px;
        
    }

    .intro-section .right-intro dd{
        font-size: 13px;
    }

    .honor-news li{
        width: 100%;
    }

    .swiper-button-prev, .swiper-button-next{
        width: 48px;
        height: 48px;
    }


   

    .intro-section .right-intro dl dt img{
        height: 50px;
    }

    .intro-section .right-intro dl{
        padding: 0 1vw;

    }
    .intro-section .right-intro dd{
        font-size: 12px;
    }


    .company-section .y-con dl{
        flex-direction: column;

    }

    .company-section .y-con dd{
        padding-left: 0;
        width: 100%;
    }
    .company-section .y-con dd p::before{
        width: 14px;
        height: 14px;

    }
    .company-section .y-con dd p::after{
        left: 5px;
        top: 8px;
    }


}




































