.content{
    width: 100%;
    height: 100%;
    margin-top: -6.4vw;

}

/* 首页区域 */
.home{
    position: relative;
    left: 0;
    top:0;
    z-index: 1;
    height: 73%;
}
.home .main-text{
    width: 100%;
    height: 100%;
    position: absolute;
    top:50%;
    transform: translateY(-50%);
    z-index:9;
    justify-content: center;
    display: flex;
    align-items: center;
}
.home .main-text p{
    font-family: "OPPOSans B",OPPOSans, sans-serif;
    font-size: 5vw;
    color: #ffffff;
    margin:0 11vw;
    transition: all 0.5s ease-in-out;
}
.home .main-text .big{
    font-family: "OPPOSans B",OPPOSans, sans-serif;
    font-size: 5.5vw;
    color: rgba(255,255,255,0.8);
    margin:0 10.5vw;
    transition: all 0.5s ease-in-out;
}
/*移动端首图轮播*/
.home .myMobileSwiper {
    display: none;
    width: 100%;
    height: 100%;
    z-index: 6;
    position: relative;
}
.home .myMobileSwiper .item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 4.63vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.home .myMobileSwiper .item img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}
.home .myMobileSwiper .swiper-text{
    display: none;
    position: absolute!important;
    z-index: 9;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.home .myMobileSwiper .swiper-text .wrapper{
    width: 100%;
    height: 100%;
    position: relative;
}
.home .myMobileSwiper .swiper-text p{
    display: none;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    font-family: "OPPOSans B",OPPOSans, sans-serif;
    font-size: 15vw;
    color: #ffffff;
}
.home .mySwiper {
    width: 100%;
    height: 100%;
    z-index: 5;
}
.home .mySwiper .item {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    font-size: 4.63vw;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
}

.home .mySwiper .item img {
    position: absolute;
    display: block;
    width: 100%;
    height: auto;
    object-fit: cover;
}

.home .swiper-button-next,
.home .swiper-button-prev{
    width: 1.04vw;
    height: 1.93vw;
    color:#fff;
}
.home .swiper-button-prev{
    left:2.34vw;
    right:auto;
}
.home .swiper-button-next{
    right:2.34vw;
    left:auto;
}
    
.home .swiper-button-next::after,
.home .swiper-button-prev::after{
    font-size: 1.93vw;
}



.home .show-text p,
.home .show-text .logo,
.home .show-text div{
    position: absolute;
    left:50%;
    background-color: transparent;
    transform: translate(-50%,-50%);
    text-align: center;
    opacity: 0;
    z-index: 10;
}
.home .show-text p{
    top:60%;
    /* width: 4vw;
	height: 1.04vw; */
    font-family: "OPPOSans M",sans-serif;
    /* font-size: 1.01vw; */
    font-size: 3.35vw;
    font-weight: normal;
    font-stretch: normal;
    letter-spacing: 0vw;
    color: #ffffff;
}
.home .show-text .logo{
    top:70%;
    /* width: 21vw;
    height: 5vw;  */
    width: 255px;
    height: 60px;
}
.home .show-text .logo h1{
    display: inline-block;
    width: 100%;
    height: 100%;
}
.home .show-text .logo a{
    display: inline-block;
    width: 100%;
    height: 100%;
    background-image: url(../images/logo-text.png);
    background-size: cover;
    background-position: center center;
    font-size: 0;
    overflow: hidden;
}
.home .show-text .line{
    top:80%;
    display:inline-block;
    background-color: #fff;
    /* height: 0.3vw;
    width: 1.76vw; */
    height: 3px;
    width: 22px;
}

/* ------------------------------------------------------- */
/* 现在 区域 */
.now{
    width: 100%;
    margin: 3vw 0;
}
.now .wrapper{
    /* position: relative; */
    width:100%;
    /* height:100%; */
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}
/* 现在 文字描述 */
.now .show-text{
    margin: 0 auto;
    margin-top: 90px;
    margin-bottom: 55px;
    text-align: center;
    opacity: 1;
}
.now .show-text p{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-weight: normal;
    font-size: 1vw;
    line-height: 1.5vw;
    color:#808080;
}
.now .show-text .co-logo{
    display: inline-block;
    width: 140px;
    height: 30px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: cover;
}
.now .show-text h1{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 1.5vw 0 2.2vw 0;
}
.now .show-text .desc p{
    margin: 0 auto;
    width: 57vw;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
/* 现在 项目区域 */
.now .banner{
    width: 100%;
}
.now .wrapper-banner{
    position: relative;
    width: 100%;
    height: auto;
}
.now .banner .wrapper-inner{
    position: relative;
    width: 71.79vw;
    height: 100%;
    margin: 0 auto;
}
.now .banner ul{
    height: auto;
    display: flex;
    align-items: stretch;
}
.now .banner li{
    width: auto;
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    text-align: center;
}
.now .banner li .top-inner{
    display: flex;
    flex-direction: column;
    text-align: center;
}
.now .banner li .img-wrapper{
    margin: 0 auto;
    display: inline-block;
    position: relative;
    width: 22.33vw;
    height: 15.28vw;
    text-align:center;
    overflow: clip;
}
.now .banner li img{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 23.75vw;
    height: auto;
    transform: translate(-50%,-50%);
    transition: transform 0.5s cubic-bezier(.33,.02,0,.93);

}
.now .banner li img:hover{
    transform:  translate(-45%,-50%) scale(1.05);
}

.now .banner li .title{
    cursor: default;
    width: 90%;
    margin: 1.6vw 0 1vw 0;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 1.1vw;
    line-height: 1.5vw;
    font-weight: normal;
    text-align: left;
}
.now .banner li .description{
    width: 90%;
    /* margin-bottom: 0.5vw; */
}
.now .banner li .description p{
    cursor: default;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.8vw;
    line-height: 1.5vw;
    font-weight: normal;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
/* 现在 我们的计划动画 */
.now .banner .more-project{
    cursor: default;
    display: inline-block;
    margin-bottom: 2vw;
    text-align: left;
}
.now .banner .more-project-text{

    cursor: pointer;
    position: relative;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.95vw;
    line-height: 1.5vw;
    padding: 0.5vw 0;
}
.now .banner .more-project-text:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 0.1vw;
    background-color: currentColor;
    width: 0;
    transition: width .7s cubic-bezier(.28,.38,0,.81);
}
.now .banner .more-project:hover .more-project-text:before{
    width: 100%;
}
.now .banner .more-project-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 0.1vw;
    background-color: currentColor;
    width: 100%;
    transition: width .3s cubic-bezier(.28,.38,0,.81);

}
.now .banner .more-project:hover .more-project-text:after{
    width: 0;
}
/* 现在 项目区域箭头 */
.now .swiper-button-next,
.now .swiper-button-prev{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color:transparent;
    line-height: 8vw;
    cursor: pointer;
    z-index: 10;
    color:#2e2725;
    transition: opacity 0.3s ease-in-out;
}
.now .swiper-button-prev{
    left:8%;
    /* display: none; */
}
.now .swiper-button-next{
    right:8%;
}
.now .swiper-button-next::after,
.now .swiper-button-prev::after{
    font-size: 30px;
    color:#2e2725;
}
.now .swiper-button-next.swiper-button-disabled,
.now .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}



/* ---------------------------------------------- */
/* 市场评价区域 */
.evaluation{
    width: 100%;
    overflow: hidden;
    margin: 0 0 3vw 0;
}
.evaluation .wrapper{
    width:100%;
    display: flex;
    justify-content: space-between;
}
.evaluation .left,
.evaluation .right{
    height: 30vw;
}
.evaluation .left{
    width: 47%;
    background-image: url(../images/eval/pic.jpg);
    background-size: cover;
    background-position: center center;
}
.evaluation .right{
    width: 53%;
    position: relative;
}
/* 轮播区域 */
.evaluation .banner{
    display: inline-block;
    width: 100%;
    height: 100%;
    position: relative;
    /* overflow: hidden; */
}
/* 文字区域 */
.evaluation .slider{
    position: absolute;
    left:50%;
    top:50%;
    width: 30vw;
    height: 80%;
    transform: translate(-50%,-50%);
    z-index: 10;
}


.evaluation .slider li{
    /* float: left; */
    width: 30vw;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;
}
.evaluation .slider li p{
    color: #fff;
    font-family: "OPPOSans L",OPPOSans,sans-serif;
    font-size: 1.03vw;
    line-height: 1.8vw;
    font-weight: normal;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
.evaluation .slider li p.name{
    text-align: end;
    line-height: 2.4vw;
}
.evaluation .swiper-button-next,
.evaluation .swiper-button-prev{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color:transparent;
    line-height: 8vw;
    cursor: pointer;
    z-index: 10;
    color:#fff;
    transition: opacity 0.3s ease-in-out;
}
.evaluation .swiper-button-prev{
    left:8%;
}
.evaluation .swiper-button-next{
    right:8%;
}
.evaluation .swiper-button-next::after,
.evaluation .swiper-button-prev::after{
    font-size: 30px;
    color:#fff;
}
.evaluation .swiper-button-next.swiper-button-disabled,
.evaluation .swiper-button-prev.swiper-button-disabled {
    opacity: 1;
    cursor: auto;
    pointer-events: none
}
/* 背景图 */
.evaluation .image-holder{
    width: 100%;
    height: 100%;
    position: absolute;
    left:0;
    top:0;
    z-index: 0;
}
.evaluation .image-holder::after{
    /* 遮罩 */
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
    z-index: 10;
}
.evaluation .image-content{
    width: 100%;
    height: 100%;
    z-index: 9;
    overflow: clip;
}
.evaluation img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* .evaluation .image-holder .current{
    display: inline-block;
} */



/* ---------------------------------------------- */
/* 合作伙伴区域 */
.cooperation{
    width: 100%;
    margin-bottom: 100px;
}
.cooperation .wrapper{
    position: relative;
    width:100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* 合作伙伴 文字描述 */
.cooperation .text{
    margin: 60px 0;
    text-align: center;
}
.cooperation .text .co-logo{
    display: inline-block;
    width: 140px;
    height: 30px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: cover;
}
.cooperation .text h1{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 1.5vw 0 2.2vw 0;
}
/* 合作伙伴 logo网格区域 */
.cooperation .grid{
    width: 91vw;
    height: 18vw;
    margin: 0 auto;
    text-align: center;
}
.cooperation .grid-inner{
    width: 100%;
    height: 100%;
    display: flex;
    /* justify-content: center; */
    align-items: center;
    flex-wrap: wrap;
}

.cooperation .item{
    width: 13vw;
    height: 9vw;
    border-right: 1px solid #d1d1d1;
}

.cooperation .item:nth-child(-n+7){
    border-bottom: 1px solid #d1d1d1;
}


.cooperation .item:nth-child(7n)
{
    border-right: 0px;
}
.cooperation a{
    position: relative;
    display: inline-block;
    width: 100%;
    height: 100%;
    line-height: 100%;
    cursor: pointer;
}
.cooperation .logo-image{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 80%;
    height: auto;
    transform: translate(-50%,-50%);
    max-width: 100%;
    transition: opacity .3s ease-out;
}
.cooperation .ori-image{
    opacity: 1;
}
.cooperation .hover-image{
    opacity: 0;
}
.cooperation .item:hover .ori-image{
    opacity: 0;
}
.cooperation .item:hover .hover-image{
    opacity: 1;
}

/* ---------------------------------------------- */
/* 服务范围 区域 */
.service{
    margin: 3vw 0;
    width: 100%;
    /* padding: 2vw 0 2vw 0; */
} 

.service .wrapper{
    position: relative;
    width:100%;
    height: 35vw;;
}

.service .grid{
    width: 100%;
    height: 100%;
    background-image: url(../images/service/bgc-img.jpg);
    background-position: center center;
    background-size: cover;
}
.service .grid::after{
    /* 遮罩 */
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,.6);
}
.service .grid-inner{
    position: absolute;
    left: 50%;
    top: 50%;
    width: 85vw;
    height: 25vw;
    transform: translate(-50%,-50%);
    z-index: 10;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
}
.service .item{
    position: relative;
    display: inline-block;
    width: 8vw;
    height: 8vw;
    margin: 1vw 4vw;
    cursor: pointer;
}

.service .item:hover  .title{
    opacity: 0;
}
.service .item:hover  .num{
    opacity: 1;
}

/* 圆形进度条 */
.service .circleProgress_wrapper,
.service .num{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 10vw;
    height: 10vw;
    text-align: center;

}
.service .num{
    opacity: 0;
    transition: opacity 0.15s ease-in;
}
.service .num p{
    line-height: 10vw;
    color: #fff;
    font-family: "SSJHZXT",OPPOSans,sans-serif;
    font-size: 1.6vw;
    font-weight: lighter;
    z-index: 10;
}
.service .num p span{
    font-size: 1vw;
}
.service .item8 .num p{
    font-size: 2.2vw;
}
.service .item8 .num p span{
    font-size: 1.3vw;
}
.service .circleProgress_wrapper .title{
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #fff;
    font-family: "OPPOSans L",OPPOSans,sans-serif;
    font-size: 1.58vw;
    z-index: 10;
    opacity: 1;
    transition: opacity 0.15s ease-out;
}
.service .circleProgress_wrapper .wrapper{
    width: 50%;
    height: 100%;
    position: absolute;
    top:0;
    overflow: hidden;
}
.service .circleProgress_wrapper .right{
    right:0;
}
.service .circleProgress_wrapper .left{
    left:0;
}
.service .circleProgress_wrapper .circleProgress{
    width: 10vw;
    height: 10vw;
    border:2px solid rgb(172, 172, 172,0.5);
    position: absolute;
    top:0;
    border-radius: 50%;
    transform: rotate(-135deg);
}
.service .circleProgress_wrapper .rightcircle{
    border-top:2px solid rgb(172, 172, 172,0.5);
    border-right:3px solid rgb(255,255,255);
    right:0;
    /* animation: circleProgressLoad_right 1s linear  forwards 1s; */
}
.service .circleProgress_wrapper .leftcircle{
    border-bottom:2px solid rgb(172, 172, 172,0.5);
    border-left:2px solid rgb(172, 172, 172,0.5);
    left:0;
    /* animation: circleProgressLoad_left 1s linear  forwards 1s; */
}
@keyframes circleProgressLoad_right_1{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-72.6deg);
    }
}
@keyframes circleProgressLoad_right_2{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-81deg);
    }
}
@keyframes circleProgressLoad_right_3{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-54.6deg);
    }
}
@keyframes circleProgressLoad_right_4{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-121.8deg);
    }
}
@keyframes circleProgressLoad_right_5{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-111deg);
    }
}
@keyframes circleProgressLoad_right_6{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-60deg);
    }
}
@keyframes circleProgressLoad_right_7{
    0%{
        -webkit-transform: rotate(-76.8deg);
    }
    50%,100%{
        -webkit-transform: rotate(-93.96deg);
    }
}
@keyframes circleProgressLoad_right_8{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-85deg);
    }
}
@keyframes circleProgressLoad_right_9{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-45deg);
    }
}
@keyframes circleProgressLoad_right_10{
    0%{
        -webkit-transform: rotate(-135deg);
    }
    50%,100%{
        -webkit-transform: rotate(-99deg);
    }
}
/* @keyframes circleProgressLoad_left{
    0%,50%{
        -webkit-transform: rotate(-135deg);
    }
    100%{
        -webkit-transform: rotate(-125deg);
    }
} */

/* ---------------------------------------------- */
/* 企业文化 区域 */
.culture{
    width: 100%;
    height: auto;
    padding: 3vw 0;
}
.culture .wrapper{
    position: relative;
    width:85vw;
    height:100%;
    margin:0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
}
.culture .left,
.culture .right{
    height:100%;
    background-color: #fff;
    margin: 0 3vw;
}
.culture .left{
    width:39vw;
    margin-bottom: 20px;
}
.culture .right{
    margin-left: 1vw;
    width:47vw;
    padding-top: 2vw;
}
/* 文字区域 */
.culture .left .title{
    width: 100%;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 1.8vw;
    font-weight: normal;
    line-height: 2.2vw;
    letter-spacing: 0.8px;
    margin-top: 2.4vw;
    margin-bottom: 2.7vw;
}
.culture .left .desc{
    width: 100%;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 1vw;
    font-weight: normal;
    line-height: 1.8vw;
    color: #808080;
    margin-bottom: 2.5vw;
}
.culture .left .desc p{
    margin-bottom: 0.5vw;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
/* EXCEPT MORE动画 */
.culture .more-project{
    display: inline-block;
    cursor: pointer;
}
.culture .more-project-text{
    position: relative;
    font-size: 1.03vw;
    line-height: 2vw;
    font-weight: 500;
    padding: 3px 0;
}
.culture .more-project-text .iconfont{
    font-size: 1.1vw;
    line-height: 2vw;
    font-weight: 500;
    padding: 3px 0;
}
.culture .more-project-text:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1.5px;
    background-color: currentColor;
    width: 0;
    transition: width .7s cubic-bezier(.28,.38,0,.81);
}
.culture .more-project:hover .more-project-text:before{
    width: 100%;
}
.culture .more-project-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1.5px;
    background-color: currentColor;
    width: 100%;
    transition: width .3s cubic-bezier(.28,.38,0,.81);

}
.culture .more-project:hover .more-project-text:after{
    width: 0;
}
/* 手风琴区域 */
.culture .right .container{
    width: 100%;
    height: 100%;
    padding: 0 0;
    overflow: hidden;
}
.culture .right .header{
    position: relative;
    background-color: #fff;
    padding: 1.6vw 1.9vw;
    border: 1px solid #e1e1e1;
    cursor: pointer;
    display: flex;
}

.culture .right .mark{
    position: absolute;
    top: 50%;
    left: 1.8vw;
    width: 2vw;
    height: 2vw;
    font-size: 1.03vw;
    line-height: 2vw;
    text-align: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.culture .right .mark .iconfont{
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    font-size: inherit;
    line-height: inherit;
    transition: opacity .3s ease-out;
}
.culture .right .mark .icon-add{
    opacity: 1;
}
.culture .right .mark .icon-minus{
    opacity: 0;
}

.culture .right .tab-title{
    margin-left: 2.3vw;
    font-size: 1.03vw;
    line-height: 1.5vw;
    font-weight: normal;
}
.culture .right .header1 .tab-title{
    font-family: "OPPOSans B",OPPOSans,sans-serif;
}
.culture .right .tab-desc{
    font-size: 1.03vw;
    line-height: 1.5vw;
    font-weight: normal;
    color: #808080;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
.culture .right .tab-content{
    display: inline-block;
    display: none;
    width:100%;
    padding: 1.6vw 2.0vw;
    border: 1px solid #e1e1e1;
    text-align: justify;
    text-justify: inter-word;
}
.culture .right .content-active{
    display: inline-block;
}
.culture .right .tab-content p{
    /* display: inline-block; */
    word-wrap: break-word;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-weight: 400;
    font-size: 0.9vw;
    line-height: 1.5vw;
    color: #898989;
}

/* ---------------------------------------------- */
/* 里程碑 区域 */
.milestone{
    width: 100%;
    height: auto;
    margin: 5vw 0 5vw 0;
}
.milestone .wrapper{
    position: relative;
    width:100%;
    height:auto;
    background-color: #e6e6e6;
    margin:0 auto;
    display: flex;
    justify-content: center;

}

.milestone .left{
    width:50%;
    height:auto;
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 14vw;
    padding-right: 12vw;
}
.milestone .right{
    width:50%;
    height:auto;
}
/* 文字区域 */
.milestone .left .wrapper-inner{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
    
.milestone .left .title{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 1.6vw;
    font-weight: normal;
    line-height: 1.9vw;
    letter-spacing: 0.6px;
    margin-bottom: 2.2vw;

}
.milestone .left .desc{
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.9vw;
    line-height: 1.5vw;
    font-weight: normal;
    letter-spacing: 0.3px;
    color: #808080;
    margin-bottom: 3.5vw;
}
.milestone .left .desc p{
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
.milestone .left .project{
    margin-bottom: 1.5vw;
}
.milestone .left .project a{
    display: block;
    cursor: pointer;
    word-wrap: break-word;
    font-family: "OPPOSans B",OPPOSans,sans-serif;
    font-size: 0.85vw;
    line-height: 2vw;
    letter-spacing: 0.3px;
}
.milestone .left .project .iconfont{
    font-size: 1vw;
}
.milestone .left .project a:hover{
    color: #808080;
}
/* 浏览更多动画 */
.milestone .left .more-project{
    display: inline-block;
    height: 4.5vw;
    width: 15vw;
    background-color: #000;
    color: #fff;
    text-align: center;
    line-height: 4.3vw;
    cursor: pointer;
}

.milestone .more-project-text{
    position: relative;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 1vw;
    font-weight: normal;
    padding-top: -3px;
    padding-bottom: 4px;
}
.milestone .more-project-text:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: currentColor;
    width: 0;
    transition: width .7s cubic-bezier(.28,.38,0,.81);
}
.milestone .more-project:hover .more-project-text:before{
    width: 100%;
}
.milestone .more-project-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    width: 100%;
    transition: width .3s cubic-bezier(.28,.38,0,.81);

}
.milestone .more-project:hover .more-project-text:after{
    width: 0;
}
/* 视频部分 */
.milestone .right{
    background-color:#000;
    background-position: center right;
    background-size: cover;
}
.milestone .right .container{
    position: relative;
    width: 100%;
    height: 100%;
}
.milestone .right #gaiaVideo{
    width: 100%;
    height: 100%;
}
.milestone .right #gaiaVideo::-webkit-media-controls-play-button{
    display: none;
}
.milestone .right .play-button{
    width: 5.2vw;
    height: 5.2vw;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    border: none;
    cursor: pointer;
    color: #fff;
    transition: all .4s ease-in-out;
}
.milestone .right .play-button i{
    font-size: 5.2vw;
    font-weight: 200;
    color: rgba(255,255,255);
    transition: all .4s ease-in-out;
}
.milestone .right .container:hover .play-button-play{
    opacity: 1;
}
.milestone .right .container:hover .play-button-pause{
    opacity: 1;
}
.milestone .right .play-button-play:hover{
    width: 6vw;
    height: 6vw;
}
.milestone .right .play-button-play:hover i{
    font-size: 6vw;
}
.milestone .right .play-button-pause{
    display: none;
}
.milestone .right .play-button-pause:hover{
    width: 6vw;
    height: 6vw;
}
.milestone .right .play-button-pause:hover i{
    font-size: 6vw;
}

.milestone .right{
    /* background-image: url(../images/milestone/img1.jpg); */
    background-position: center right;
    background-size: cover;
}



/* ---------------------------------------------- */
/* 我们的团队区域 */
.team{
    width: 100%;
    margin: 30px 0;
}
.team .wrapper{
    width:100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    flex-direction: column;
}
/* 合作伙伴 文字描述 */
.team .text{
    margin: 30px auto;
    text-align: center;
}
.team .text .co-logo{
    display: inline-block;
    width: 140px;
    height: 30px;
    background-image: url(../images/logo.png);
    background-position: center;
    background-size: cover;
}
.team .text h1{
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 1.5vw 0 2.2vw 0;
}
.team .text p{
    text-align: left;
    display: inline-block;
    width: 48%;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    font-size: 0.8vw;
    font-weight: normal;
    font-stretch: normal;
    line-height: 1.5vw;
    letter-spacing: 0.3px;
    color: #808080;
}
/* EXCEPT MORE动画 */
.team .more-project{
    display: inline-block;
    cursor: pointer;
}
.team .more-project-text{
    position: relative;
    color: #808080;
    padding: 2px 0;
}
.team .more-project-text:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    height: 1px;
    background-color: currentColor;
    width: 0;
    transition: width .7s cubic-bezier(.28,.38,0,.81);
}
.team .more-project:hover .more-project-text:before{
    width: 100%;
}
.team .more-project-text:after{
    content: '';
    position: absolute;
    bottom: 0;
    right: 0;
    height: 1px;
    background-color: currentColor;
    width: 100%;
    transition: width .3s cubic-bezier(.28,.38,0,.81);

}
.team .more-project:hover .more-project-text:after{
    width: 0;
}

.team .show{
    width: 100%;
}
.team .wrapper-banner{
    position: relative;
    width: 100%;
    height: auto;
}
.team .show .wrapper-inner{
    position: relative;
    width: 71.79vw;
    height: 100%;
    margin: 0 auto;
}
.team .show ul{
    height: auto;
}
.team .show .item{
    overflow: hidden;
    display: flex;
    flex-direction: column;
    text-align: center;
}
.team .show .item .photo{
    position: relative;
    width: 22.33vw;
    height: 25vw;
    background-position: top center;
    background-size: cover;
    cursor: pointer;
    margin: 0 auto;
    overflow: hidden;
}
.team .show .item .photo img{
    position: absolute;
    left: 0;
    top: 0;
    width:100%;
    height: auto;
    object-fit: cover;
}
.team .show .item .photo .bg-text{
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    opacity: 0;
    background-color: rgb(0,0,0,0.6);
    transition: opacity .15s ease-out;
}
.team .show .item .photo p{
    width: 60%;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.9vw;
    line-height: 2vw;
    font-weight: normal;
    text-align: left;
    color: #fff;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
}
.team .show .item .photo:hover .bg-text{
    opacity: 1;
}
/* 人物描述 */
.team .show .item .desc{
    margin: 2vw 0;
}
.team .show .item .desc p{
    width:100%;
    display: inline-block;
    text-align: center;
    font-family: "OPPOSans R",sans-serif;
    font-size: 1.03vw;
    line-height: 1.6vw;
    font-weight: normal;

    word-wrap: break-word;
    color: #3e3a3a;
}
/* 团队 项目区域箭头 */
.team .swiper-button-next,
.team .swiper-button-prev{
    position: absolute;
    top: 40%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    background-color:transparent;
    line-height: 8vw;
    cursor: pointer;
    z-index: 10;
    color:#2e2725;
    transition: opacity 0.3s ease-in-out;
}
.team .swiper-button-prev{
    left:8%;
    /* display: none; */
}
.team .swiper-button-next{
    right:8%;
}
.team .swiper-button-next::after,
.team .swiper-button-prev::after{
    font-size: 30px;
    color:#2e2725;
}
.team .swiper-button-next.swiper-button-disabled,
.team .swiper-button-prev.swiper-button-disabled {
    opacity: 0;
    cursor: auto;
    pointer-events: none
}

/* ---------------------------------------------- */
/* 时间轴区域 */
.timeline{
    width: 100%;
    height: auto;
    margin: 30px 0 0;
}
.timeline .wrapper{
    width:100%;
    height:auto;
    margin: 0 auto;
    padding: 20px 0;
    overflow: hidden;
    background-color: #171717;
}
/* 时间轴 标题 */
.timeline .text{
    width: 100%;
    text-align: center;
    margin-top: 90px;
    margin-bottom: 10px;
}
.timeline .text h1{
    color:#fff;
    font-family: "OPPOSans M",OPPOSans,sans-serif;
    letter-spacing: 4px;
    font-size: 3.3vw;
    line-height: 3.3vw;
    font-weight: normal;
    margin: 1.5vw 0 1vw 0;
}
/* 时间轴 内容 *
/* 时间轴 内容 */
.timeline .row{
    position: relative;
    width: 100%;
    /*cursor: url('https://www.gaia-arch.cn/static/images/timeline/carrow2.svg') ,auto; !*  auto作为后备光标，如果下载或显示失败，自动变为系统预设样式 *!*/
}
.row-right{
    cursor: url('https://www.gaia-arch.cn/static/images/timeline/carrow2.svg') ,auto; /*  auto作为后备光标，如果下载或显示失败，自动变为系统预设样式 */
}
.row-left{
    cursor: url('https://www.gaia-arch.cn/static/images/timeline/carrow1.svg') ,auto; /*  auto作为后备光标，如果下载或显示失败，自动变为系统预设样式 */
}
/*.timeline .row:hover{*/
/*    cursor: url('https://www.gaia-arch.cn/static/images/timeline/carrow2.svg') 48 48,auto; !*  auto作为后备光标，如果下载或显示失败，自动变为系统预设样式 *!*/

/*}*/
.timeline .handle{
    padding-top: 200px;
    padding-bottom: 200px;
    left: 0px;
    top: 0px;
    width: 2800px;
    display: flex;
    overflow: hidden;

}
.timeline .swiper-free-mode>.swiper-wrapper {
    transition-timing-function: linear;
}
.timeline .row .handle-line{
    background-color: rgba(234,234,234,.2);
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    pointer-events: none;
}
.timeline .content-item{
    float: left;
    position: relative;
    width: 300px;
    text-align: center;
}
.timeline .content-item .ti-image{
    position: absolute;
    width: 100%;
    text-align: center;
}
.timeline .content-item:nth-child(odd) .ti-image{
    bottom: 30px;
}
.timeline .content-item:nth-child(even) .ti-image{
    top: 30px;
}
.timeline .content-item .ti-image img{
    width: 160px;
    height: 115px;
    max-height:115px;
}

.timeline .content-item:nth-child(4) .ti-image img{
    width: 115px;
    height: auto;
}
.timeline .content-item:nth-child(3) .ti-image img,
/* .timeline .content-item:nth-child(7) .ti-image img, */
.timeline .content-item:nth-child(7) .ti-image img{
    width: 115px;
    height: 160px;
    max-height: 160px;
}
.timeline .content-item .ti-circle{
    display: block;
    margin: 0 auto;
    width: 14px;
    height: 14px;
    background-color: #e9e9e9;
    border-radius: 50%;
}
.timeline .content-item .ti-value{
    position: absolute;
    width: 100%;
}
.timeline .content-item:nth-child(odd) .ti-value{
    top:30px;
}
.timeline .content-item:nth-child(even) .ti-value{
    bottom:30px;
}
.timeline .content-item .ti-title{
    font-family:"OPPOSans M",OPPOSans,sans-serif;
    color: #fff;
    font-size: 1vw;
    letter-spacing: 1px;
    margin-bottom: 1vw;
}
.timeline .content-item .ti-subtitle{
    color: #808080;
    font-family:"OPPOSans M",OPPOSans,sans-serif;
    font-size: 1vw;
    letter-spacing: 1px;
    line-height: 1.5vw;
    margin-bottom: 1.5vw;
    padding: 0 10%;
}
.timeline .content-item .ti-date{
    font-family:"OPPOSans R",OPPOSans,sans-serif;
    color: #fff;
    font-size: 1vw;
}

/* ---------------------------------------------- */
/* 联系我们区域 */
.flowpath{
    width: 100%;
    height: auto;
}
.flowpath .wrapper{
    width: 100%;
    height: auto;
}
.flowpath .wrapper-inner{
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}
.flowpath .flowpath-img{
    position: absolute;
    width: 15vw;
    height: auto;
    max-height: 100%;
    z-index: -1;
}
.flowpath .flowpath-left-img{
    bottom: 0;
    left: 0;
}
.flowpath .flowpath-right-img{
    width: 17vw;
    top: 0;
    right: 0;
}
.flowpath .call-content{
    z-index: 5;
    height: auto;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    justify-content: center;
    overflow: hidden;

}
.flowpath .item{
    position: relative;
    opacity: 1;
    cursor: pointer;
}
.flowpath .item img{
    opacity: 0.8;
}
.flowpath .item .bg-text{
    width:100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;

    opacity: 0;
    background-color: #727171;
    transition: opacity .15s ease-out;
}
.flowpath .item .bg-text p{
    width: 70%;
    font-family: "OPPOSans R",OPPOSans,sans-serif;
    font-size: 0.7vw;
    line-height: 1vw;
    font-weight: normal;
    text-align: left;
    color: #fff;
    word-wrap: break-word;
    text-align: justify;
    text-justify: inter-word;
    
}
.flowpath .item:hover .bg-text{
    opacity: 1;
}

.flowpath .desc p{
    font-family:"OPPOSans R",OPPOSans,sans-serif;
    font-size: 2.8vw;
    color: #3e3a3a;
    line-height: 6.15vw;
    text-align: justify;
    text-justify: inter-word;
}


footer .map{
    width: 100%;
    height: 32vw;
    overflow: hidden;
}
footer .map .call-info{
    /* 地图 */
    background: transparent!important;
    padding-top:0;
}

footer .map .call-info .left,
footer .map .call-info .right{
    top: 17vw;
}


footer .footer__cta{
    margin-top: 0;
    width: 100%;
    height: 14vw;
}

