.header{
    background: #fff;
}
.header .logo img:nth-child(1){
    opacity: 0;
}
.header .logo img:nth-child(2){
    opacity: 1;
}
.header .other nav a{
    color: rgba(0, 0, 0, 1);
}
.header .other .menu{
    border: 1px solid #000;
}
.header .other .menu .joke div{
    background: #000;
}

/**/

.section{
    overflow: hidden;
}
.section .wrap{
    margin: 102px auto 0;
    display: flex;
    /*height: 1495px;*/
    height: calc(100vh - 102px)!important;
    transition: 0.6s;
}
.section .wrap .about_swiper{
    width: 100%;
    height: 100%;

}
.section .wrap .about_swiper .swiper-slide{
    width: 100%;
    display: flex;
    opacity: 0!important;
    transition: 1s;
}
.section .wrap .about_swiper .swiper-slide-active{
    opacity: 1!important;
}

@media screen and (max-width: 1920px) {
    .section .wrap {
        height: 1124px;
    }
}
.section .wrap .left{
    width: 42%;
    height: 100%;
    background: #888888;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: 1s;
}
.section .wrap .left .text > span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #FFFFFF;
    margin: 0 0 31px 0;
    display: block;
}
.section .wrap .left .text > p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #F7F7F7;
}
.section .wrap .left .text .more{
    margin: 74px 0 0 0;
    display: flex;
    align-items: center;
    cursor: pointer;
}
.section .wrap .left .text .more p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #FFFFFF;
    margin: 0 21px 0 0;
}
.section .wrap .left .text .more img{
    transition: 1s;
}
.section .wrap .left .text .more:hover img{
    transform: translateX(10px);
}
.section .wrap .left .text .svg{
    width: fit-content;
    margin: 90px 0 0 0;
    position: relative;
    left: 10px;
}
.section .wrap .left .text svg{
    stroke-dasharray: 200, 200;
    stroke-dashoffset: 200px;
    transform: scale(1.3);
    position: relative;
}
.section .wrap .about_swiper .swiper-slide-active .left .svg svg{
    animation: 3s stroke linear forwards;
    animation-delay: 500ms;
}
.section .wrap .about_swiper .swiper-slide.active .left .svg svg{
    animation-play-state: paused;
}
.section .wrap .left .text .svg .static{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.section .wrap .left .text .svg .swiper-pagination{
    position: static;
    width: fit-content;
}
.section .wrap .left .text .svg .swiper-pagination-lock{
    display: block;
}
.section .wrap .left .text .svg .swiper-pagination span{
    font-size: 16px;
    font-family: ITC Avant Garde Gothic Std;
    font-weight: normal;
    color: #FFFFFF;
    text-align: center;
}
.section .wrap .left .text .svg .swiper-pagination .line{
    width: 24px;
    height: 1px;
    background: #FFFFFF;
    opacity: 0.7;
    margin: 4px auto;
}
@keyframes stroke {
    100%{
        stroke-dashoffset: 1px;
    }
}

.section .wrap .about_swiper .swiper-slide.active .left{
    background: #d6d6d6;
}

.section .wrap .right{
    width: 58%;
    height: 100%;
    position: relative;
}
.section .wrap .right img{
    width: 100%;
    height: 100%;
}
.fixed_alert{
    position: fixed;
    width: 100%;
    height: 100vh;
    top: 0;
    left: 0;
    z-index: 99;
    opacity: 0;
    pointer-events: none;
    transition: 1s;
}
.fixed_alert.active{
    opacity: 1;
    pointer-events: auto;
}
.fixed_alert .item{
    opacity: 0;
    pointer-events: none;
    transition: 1s;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    z-index: 5;
}
.fixed_alert .item:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.5);
    top: 0;
    left: 0;
    z-index: -1;
}
.fixed_alert .item.active{
    opacity: 1;
    pointer-events: auto;
}
.fixed_alert .item .joke{
    transform: translateX(50px);
    transition: 1s;
}
.fixed_alert .item.active .joke{
    transform: translateX(0);
    transition-delay: 0.2s;
}
.fixed_alert .introduce{
    position: absolute;
    width: 58%;
    height: 100%;
    top: 0;
    left: 0;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 42%;
    transform: translateX(58vw);
    transition: 1s;
    opacity: 0;
}
.fixed_alert .item.active .introduce{
    transform: translateX(0);
    opacity: 1;
}
.fixed_alert .introduce .title{
    text-align: center;
}
.fixed_alert .introduce .title span{
    font-size: 40px;
    font-family: Source Han Sans CN;
    font-weight: bold;
    color: #333333;
    margin: 0 0 22px 0;
    display: block;
}
.fixed_alert .introduce .title p{
    font-size: 24px;
    font-family: Source Han Sans CN;
    font-weight: 500;
    color: #666666;
}
.fixed_alert .introduce .scroll{
    width: 624px;
    height: 448px;
    overflow: hidden;
    margin: 109px auto 0;
    padding: 0 34px 0 0;
    position: relative;
    left: 34px;
}
.fixed_alert .introduce .scroll .scrollbar-track-y {
    width: 1px!important;
    background-color: rgba(0,0,0,0.12)!important;
    opacity: 1!important;
}

.fixed_alert .introduce .scroll .scrollbar-thumb {
    width: 1px!important;
    background-color:rgba(0,0,0,0.38)!important;
    opacity: 1!important;
}
.fixed_alert .introduce .scroll p{
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #666666;
    line-height: 28px;
}
.fixed_alert .introduce .close{
    position: absolute;
    top: 165px;
    left: -48px;
    z-index: 1;
    width: 97px;
    height: 97px;
    border: 1px solid rgba(0,0,0,0.24);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: 0.6s;
}
.fixed_alert .introduce .close .iconfont{
    color: rgba(0,0,0,0.24);
    font-size: 38px;
    font-weight: bold;
    transition: 0.6s;
}
.fixed_alert .introduce .close:hover{
    border: 1px solid rgba(0,0,0,1);
}
.fixed_alert .introduce .close:hover .iconfont{
    color: rgba(0,0,0,1);
    transform: rotate(-90deg);
}
.team{
    overflow: hidden;
}
.team .wrap{
    margin: 196px auto 148px;
}
.team .wrap .content{
    width: 1197px;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.team .wrap .content .slide{
    display: flex;
}
.team .wrap .content .slide .images{
    width: 676px;
    height: 507px;
    overflow: hidden;
    border-radius: 43px;
    margin: 0 80px 0 0;
}
.team .wrap .content .slide .images img{
    width: 100%;
    height: 100%;
    transition: 3s;
}
.team .wrap .content .slide .matter{
    margin: 54px 0 0 0;
}
.team .wrap .content .slide .matter .headline span{
    font-size: 44px;
    font-family: PingFang SC;
    color: #333333;
    line-height: 62px;
    margin: 0 0 12px 0;
}
.team .wrap .content .slide .matter .headline p{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #333333;
}
.team .wrap .content .slide .matter .text{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 200;
    line-height: 36px;
    color: #666666;
    margin: 55px 0 0 0;
}
.team .wrap .content .slide .matter .more{
    margin: 35px 0 0 0;
    width: 213px;
    height: 51px;
    border: 1px solid #888888;
    border-radius: 26px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}
.team .wrap .content .slide .matter .more p{
    font-size: 18px;
    font-family: PingFang SC;
    font-weight: 400;
    color: #666666;
    margin: 0 19px 0 0;
}
.team .wrap .team__swiper{
    position: relative;
    width: 1197px;
    margin: 44px auto 0;
}
.team__swiper .swiper{
    width: 100%;
}
.team__swiper .swiper .swiper-slide img{
    width: 100%;
    transform: scale(0.8);
    transition: 0.4s;
    overflow: hidden;
    border-radius: 30px
}
.team__swiper .swiper .swiper-slide.slide_on img{
    transform: scale(1);
}
.team__swiper .swiper .swiper-slide.slide_on{
    margin: 0 15px;
}
.team__swiper .swiper .swiper-slide{
    left: -15px;
    transition: 0.4s;
    cursor: pointer;
}
.team .wrap .team__swiper .button_{
    position: absolute;
    width: 110%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    z-index: 9;
    pointer-events: none;
}
.team .wrap .team__swiper .button_ img{
    cursor: pointer;
    pointer-events: auto;
}
.team .wrap .team__swiper .button_ img:first-child{
    transform: rotateY(-180deg);
}
@media screen and (max-width: 2560px){
	
}


@media screen and (max-width: 2048px){
	
}

@media screen and (max-width: 1856px){
	
}

@media screen and (max-width: 1792px){
	.team .wrap {
        margin: 140px auto 100px;
    }
    .team .wrap .content .slide .images {
        width: 600px;
        height: 460px;
        margin-right: 40px;
    }
    .team .wrap .content .slide .matter .headline span {
        font-size: 40px;
    }
    .team .wrap .content .slide .matter .headline p {
        font-size: 16px;
    }
    .team .wrap .content .slide .matter {
        margin: 40px 0 0 0;
    }
    .team .wrap .content .slide .matter .more p {
        font-size: 16px;
    }
    .team .wrap .content .slide .matter .more img{
        width: 20px;
    }
    .team .wrap .content .slide .matter .more {
        width: 180px;
        height: 44px;
    }
    .team .wrap .content .slide .matter .text {
        margin-top: 40px;
        font-size: 16px;
        line-height: 30px;
    }
}

@media screen and (max-width: 1680px){
	.fixed_alert .introduce .close {
        left: -37px;
        width: 70px;
        height: 70px;
    }
    .fixed_alert .introduce .close .iconfont {
        font-size: 32px;
    }
    .fixed_alert .introduce .title span {
        font-size: 36px;
        margin-bottom: 10px;
    }
    .fixed_alert .introduce .scroll {
        width: 80%;
        margin-top: 60px;
    }
    
}

@media screen and (max-width: 1600px){
	
}

@media screen and (max-width: 1440px){
	.team .wrap .content .slide .images {
        width: 500px;
        height: 400px;
    }
    .team .wrap .content .slide .matter {
        margin: 20px 0 0 0;
    }
    .team .wrap .content .slide .matter .headline span {
        font-size: 36px;
    }
    .team .wrap .content .slide .matter .text {
        margin-top: 30px;
    }
    .team .wrap {
        margin: 100px auto 100px;
    }
    .team .wrap .team__swiper,
    .team .wrap .content {
        width: 85%;
    }
    .fixed_alert .introduce .title span {
        font-size: 32px;
    }
    .fixed_alert .introduce .title p {
        font-size: 20px;
    }
}

@media screen and (max-width: 1400px){
	
}

@media screen and (max-width: 1366px){
	
}


@media screen and (max-width: 1024px){
    .team .wrap .content .slide .images {
        width: 420px;
        height: 360px;
    }
    .team .wrap .content .slide .matter {
        margin: 0px 0 0 0;
    }
    .fixed_alert .introduce .scroll{
        left: 0;
    }
    .team .wrap .content .slide .images{
        width: 40vw;
        height: auto;
    }
    .team .wrap .content .slide .matter{
        flex: 1;
    }
    .team .wrap .content .slide .matter .more {
        margin-top: 20px;
    }
    .team .wrap .team__swiper .button_ {
        width: 160px;
        left: auto;
        right: 40px;
        top: auto;
        bottom: -80px;
        transform: none;
    }
    .team .wrap .team__swiper .button_ img{
        width: 30px;
    }
    .team .wrap .team__swiper, .team .wrap .content {
        width: 100%;
        padding: 0 30px;
    }
}



@media screen and (max-width: 820px){
    .team .wrap .team__swiper {
        margin-top: 30px;
    }
    .team .wrap .content .slide .images{
        margin-right: 30px
    }
    .team .wrap .content .slide .matter .headline span {
        font-size: 32px;
    }
    .team .wrap .content .slide .matter .text {
        line-height: 28px;
    }
    .team .wrap .content .slide .images {
        margin-right: 15px;
    }
}


@media screen and (max-width: 768px){

    .team .wrap .content .slide{
        flex-direction: column;
    }
    .team .wrap .content .slide .images {
        width: 100%;
        height: 65.10416666vw;
    }
    .team .wrap .content .slide .matter .more p {
        font-size: 14px;
    }
    .team .wrap .content .slide .images {
        border-radius: 20px;
    }
}


@media screen and (max-width: 540px){
	.team .wrap .content .slide .matter .headline span {
        font-size: 28px;
        line-height: 50px;
    }
    .team .wrap .content .slide .matter .text {
        margin-top: 20px;
        font-size: 14px;
        line-height: 24px;
    }
    .team .wrap .content .slide .matter .more {
        width: 160px;
        height: 40px;
    }
    .fixed_alert .introduce{
        width: 100%;
        margin-left: 0;
    }
    .fixed_alert .introduce .close{
        left: auto;
        right: 30px;
        top: 120px;
        width: 50px;
        height: 50px;
    }
    .fixed_alert .introduce .close .iconfont {
        font-size: 24px;
    }
    .team .wrap{
        margin-bottom: 80px;
    }
    .team .wrap .team__swiper .button_ {
        bottom: -60px;
    }
    .team .wrap .team__swiper, .team .wrap .content{
        padding: 0 20px;
    }
    .fixed_alert .introduce .scroll {
        width: 90%;
    }
}


@media screen and (max-width: 414px){
	.team .wrap .content .slide .matter .headline span {
        font-size: 24px;
    }
}

@media screen and (max-width: 375px){
	
}

@media screen and (max-width: 360px){
	
}




 