/*首页banner*/
.banner_img{
    margin: 0;
    padding: 0;
}
.banner_img img{
    width: 100vw;
    height: 36vw;
}

.container{
    min-height: 20px!important;
}

/*container*/
.title_box{
    padding: 70px 0 50px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: MicrosoftYaHei;
    color: #212121;
    line-height: 26px;
    letter-spacing: 2px;
}

.title_box_title{
    margin-top: 14px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 34px;
    font-family: Didot;
    color: #212121;
    line-height: 43px;
}

.title_box_title div:last-child{
    border-bottom: 1px solid #BDBDBD;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #616161;
    line-height: 43px;
}

/*精品案例*/
.excellent_box{
    overflow: hidden;
    border-left: 1px solid #eee;
    border-top: 1px solid #eee;
}

.demo{
    padding-bottom: 120px;
    box-sizing: border-box;
}

/*我们的服务*/
.service_content{
    overflow: hidden;
    background: #F8F8F8;
    position: relative;
}

.service_title{
    position: absolute!important;
    top: 0!important;
    right: 0!important;
    z-index: 1!important;
    padding: 44px 15px;
    box-sizing: border-box;
    font-size: 20px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #212121;
    line-height: 28px;
}

.service_title div:last-child{
    margin-top: 7px;
    font-size: 34px;
    font-family: Didot;
    color: #212121;
    line-height: 43px;
}


.service_li{
    float: left;
    border-left: 1px solid #E8E8E8;
    padding: 160px 13px 90px;
    box-sizing: border-box;
    font-size: 18px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    line-height: 25px;
    letter-spacing: 1px;
    cursor: pointer;
}

.service_li:first-child{
    border: none
}

.service_li_content{
    margin-top: 20px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    font-size: 12px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #616161;
    line-height: 18px;
}

.service_li_eng{
    margin-top: 30px;
    text-align: right;
    font-size: 24px;
    font-family: Didot-Bold, Didot;
    font-weight: bold;
    color: #212121;
    line-height: 31px;
}

.service_li_eng{
    margin-top: 30px;
    text-align: right;
    font-size: 24px;
    font-family: Didot-Bold, Didot;
    font-weight: bold;
    color: #212121;
    line-height: 31px;
}

.service_li_more{
    text-align: right;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #616161;
    line-height: 16px;
}

.service_li_img{
    margin-top: 30px;
    width: 100%;
    height: 400px;
}
/*contactUs*/
.contact_us{
    width: 100vw;
    background-image: url("../img/index_aboutus_bg.jpg");
    background-size: 100vw 100%;
    padding: 84px 0;
    box-sizing: border-box;
}

.contact_us .container{
    overflow: hidden;
}

.contact_us_left{
    float: left;
    width: 40%;
    padding-bottom: 15px;
    box-sizing: border-box;
}

.contact_us_left_main{
    width: 84%;
    height: 237px;
    background: #BDBDBD;
    position: relative;
}

.contact_us_left_main img{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 15px;
    left: 15px
}

.contact_us_right{
    width: 60%;
    height: 250px;
    float: right;
    padding-top: 33px;
    box-sizing: border-box;
}

.contact_us_right_1{
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    line-height: 32px;
    cursor: pointer;
}

.contact_us_right_1 div:last-child{
    border-bottom: 1px solid #bdbdbd;
    line-height: 32px;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #616161;
}

.contact_us_right_2{
    font-size: 34px;
    font-family: Didot;
    color: #212121;
    line-height: 43px;
}

.contact_us_right_3{
    margin-top: 30px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    text-align: justify;
}

@media screen and (max-width: 1200px) and (min-width: 992px) {
    .contact_us_left_main{
        height: 210px;
    }

    .contact_us_right{
        padding-top: 15px;
    }
}

@media screen and (max-width: 992px) and (min-width: 576px) {
    .demo{
        padding-bottom: 80px
    }

    .title_box{
        padding: 35px 20px 30px;
        font-size: 18px;
    }

    .title_box_title{
        margin-top: 12px;
        font-size: 24px;
        line-height: 30px;
    }

    .title_box_title div:last-child{
        font-size: 14px;
        line-height: 30px;
    }

    .service_li{
        padding: 210px 13px 40px;
    }

    .contact_us_left_main{
        height: 160px;
    }

    .contact_us_right{
        height: 175px;
        padding-top: 0
    }

    .contact_us_right_3{
        margin-top: 3px
    }
}

@media screen and (max-width: 576px) {
    .banner_img img{
        height: 50vw;
    }

    .demo{
        padding-bottom: 50px
    }

    .title_box{
        padding: 25px 15px 20px;
        font-size: 18px;
    }

    .title_box_title{
        margin-top: 10px;
        font-size: 24px;
        line-height: 30px;
    }

    .title_box_title div:last-child{
        font-size: 12px;
        line-height: 30px;
    }

    .service_li{
        padding: 50px 13px 20px;
    }

    .service_li:first-child{
        padding: 170px 13px 20px;
    }

    .contact_us_left{
        width: 100%;
        float: none;
        display: flex;
        justify-content: center;
    }

    .contact_us_left_main{
        width: calc(100% - 50px);
        margin-left:-25px;
        height: 160px;
    }

    .contact_us_right{
        width: calc(100% - 30px);
        height: 175px;
        float: none;
        margin: 15px auto 0
    }

    .contact_us_right_3{
        margin-top: 3px
    }
}




/*团队展示样式开始*/
.team_show{
    padding: 110px 0 140px;
    box-sizing: border-box;
}

.swiper-container-1,.swiper-container-2{
    margin: 0 auto;
    width: 100%;
    display: block;
    position: relative;
}

.swiper-slide-1{
    width:100%;
    position: relative;
    padding: 0 0 75px 0!important;
    margin: 60px 0 0 0!important;
    box-sizing: border-box;
}

.team_li_main_box{
    background-image: url("../img/index_team_bg.png");
    background-size: 100% 100%;
    height: 246px;
    position: relative
}

.team_li_main{
    height: 100%;
    float: left;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 50px;
    padding-right: 50%;
    box-sizing: border-box;
}

.team_li_title{
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    font-size: 20px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    line-height: 28px;
}

.team_li_title_name{
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #212121;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.team_li_eng{
    margin-top: 5px;
    font-size: 20px;
    font-family: Poppins-SemiBold, Poppins;
    font-weight: 600;
    color: #333333;
    line-height: 32px;
}

.team_li_content{
    margin-top: 15px;
    font-size: 14px;
    font-family: PingFangSC-Regular, PingFang SC;
    font-weight: 400;
    color: #616161;
    line-height: 30px;
    overflow: hidden;
    display: -webkit-box;
    line-clam: 2;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.team_li_right{
    position: relative;
    float: right;
    margin-top: -114px;
    height: 350px;
}

.team_li_right_box{
    position: absolute;
    top: 65px;
    right:15%;
    z-index: 1;
    width: 360px;
    height: 100%;
    background: #9E9E9E;
}

.team_li_right_box_img{
    width: 310px;
    height: 476px;
    margin: -23px 26px 0;
}

.team_li_right_box_img div{
    width: 100%;
    height: 436px;
    position: relative;
    overflow: hidden;
}

.team_li_right_box_img img{
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}

.team_li_title_bottom{
    margin-top:6px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 34px;
    font-family: Didot;
    color: #212121;
    line-height: 43px;
}

.team_li_title_bottom div:last-child{
    border-bottom: 1px solid #bdbdbd;
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #616161;
    line-height: 43px;
    cursor: pointer;
}



.swiper-button-prev:after,.swiper-button-next:after{
    content: '';
}

.swiper-button-prev,.swiper-button-next{
    width: 50px;
    height: 50px;
    background-size: 50px 50px;
    position: absolute;
    top: auto;
    bottom: 10px;
    z-index:9999;
    outline: none;
}

.swiper-button-prev{
    left: calc(50% - 120px);
    background-image: url("../img/icon_left.png");
}

.swiper-button-next{
    left: calc(50% - 50px);
    background-image: url("../img/icon_right.png");
}

@media screen and (max-width: 992px) and (min-width: 768px){
    .swiper-slide-1{
        padding:0 0 10px 0!important;
    }

    .team_show{
        padding:50px 0
    }

    .team_li_main_box,.team_li_main_box{
        height: 200px;
    }

    .team_li_right{
        height: 295px;
        margin-top:0;
    }

    .team_li_right_box{
        top: 0;
        right:10%;
        width: 300px;
        background: #9E9E9E;
        margin-top: -45px
    }

    .team_li_right_box_img{
        width:274px;
        height: 370px;
        margin: -23px 13px 0
    }


    .team_li_right_box_img div{
        width: 100%;
        height: 340px;
        position: relative;
        overflow: hidden
    }

    .swiper-button-prev,.swiper-button-next{
        bottom: 25px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}

@media screen and (max-width: 768px) and (min-width: 576px){
    .team_show{
        padding: 50px 0 60px;
    }

    .swiper-slide-1{
        height: 300px;
        padding:0 0 10px 0!important;
        margin-top: 10px !important;
    }

    .team_li_main_box{
        height: 200px;
    }
    .team_li_main_box,.team_li_right{
        height: 200px;
    }

    .team_li_right{
        margin-top: 0 !important;
        padding: 0 !important;
    }

    .team_li_right_box{
        top:0;
        width: 200px;
    }

    .team_li_right_box_img{
        width:226px;
        height: 302px;
        margin: -36px -11px 0
    }

    .team_li_right_box_img div{
        width: 100%;
        height: 272px;
        position: relative;
        overflow: hidden
    }


    .swiper-button-prev,.swiper-button-next{
        bottom: 50px;
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
    }
}

@media screen and (max-width: 576px){
    .team_show{
        padding: 30px 0 40px;
    }

    .team_li_main_box{
        background: #fff;
        height: auto;
    }

    .team_li_main{
        float: none;
        background-image: url("../img/index_team_bg.png");
        padding: 15px 0;
        box-sizing: border-box;
    }

    .team_li_right{
        float: none;
        margin-top: 60px;
    }

    .team_li_right_box{
        top: 0;
        right: calc(50% - 180px);
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .team_li_right_box_img{
        margin: 36px 0 0!important;
    }

    .swiper-button-prev,.swiper-button-next{
        width: 30px;
        height: 30px;
        background-size: 30px 30px;
        bottom: 50%;
        /*transform: translateY(-50%);*/
    }

    .swiper-button-prev{
        left: 10px;
    }

    .swiper-button-next{
        left: auto;
        right: 10px;
    }
}

/*团队展示样式结束*/

/*动态样式开始*/
.dynamic{
    background: #F8F8F8;
    padding: 116px 0;
    box-sizing: border-box;
}

.dynamic_container{
    overflow: hidden;
    padding: 0!important;
}

.swiper-pagination{
    bottom: 0!important;
}

.swiper-pagination-bullet-active{
    background: #bdbdbd;
}

.swiper-pagination-bullet{
    background: #eee;
}

.dynamic_left{
    width: 76%;
    float: left;
    padding: 16px 0 16px 16px;
    box-sizing: border-box;
    background: #fff;
}

.swiper-container,.swiper-wrapper,.swiper_dynamic_left{
    width: 100%
}

.swiper-wrapper{
    position: relative;
    z-index: 999
}

.swiper_dynamic{
    height: 205px;
    padding: 0;
    margin: 0
}

.swiper_dynamic_left{
    width: 38%;
    height: 100%;
    float: left;
}

.swiper_dynamic_left img{
    width: 100%;
    height: 100%;
}

.swiper_dynamic_right{
    width: 62%;
    height: 100%;
    padding: 34px 50px 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.swiper_dynamic_time{
    font-size: 14px;
    font-family: MicrosoftYaHei;
    color: #616161;
    line-height: 19px;
}

.swiper_dynamic_title{
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 18px;
    font-family: PingFangSC-Medium, PingFang SC;
    font-weight: 500;
    color: #212121;
    line-height: 25px;
}

.swiper_dynamic_content{
    width: 100%;
    overflow: hidden;
    display: -webkit-box;
    line-clamp: 3;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    font-size: 14px;
    font-family: PingFangSC-Light, PingFang SC;
    font-weight: 300;
    color: #616161;
    line-height: 20px;
}

.swiper_dynamic_last{
    padding: 12px 0 6px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: 12px;
    font-family: MicrosoftYaHei;
    color: #616161;
    line-height: 12px;
    border-top: 1px solid #eee;
    cursor: pointer;
}

.swiper_dynamic_last img{
    width: 22px;
    height: 12px;
    margin-left: 6px;
}

.dynamic_right{
    float: right;
    width: 24%;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-top: 30px;
    box-sizing: border-box;
    text-align: right;
    cursor: pointer;
}

.dynamic_right_title{
    font-family: MicrosoftYaHei;
    color: #212121;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 2px;
}

.dynamic_right_title_en{
    font-family: Didot;
    color: #212121;
    margin-top: 14px;
    font-size: 34px;
    line-height: 43px;
}

.dynamic_view div{
    display: inline-block;
    line-height: 32px;
    border-bottom: 1px solid #bdbdbd;
    margin-top: 40px;
    cursor: pointer;
}

@media screen and (max-width: 1200px) and (min-width: 992px){
    .swiper_dynamic_right{
        padding: 26px 30px 0;
    }
}

@media screen and (max-width: 992px) and (min-width: 768px){
    .dynamic{
        padding: 80px 0;
    }

    .dynamic_left{
        padding: 12px 0 12px 12px
    }

    .swiper_dynamic {
        height: 145px;
    }

    .swiper_dynamic_right{
        padding: 14px 20px 0;
    }

    .dynamic_right_title{
        line-height: 20px;
        font-size: 14px;
    }

    .swiper_dynamic_content{
        line-clamp: 2;
        -webkit-line-clamp: 2;
        font-size: 12px;
        line-height: 20px;
    }

    .dynamic_right{
        padding-top: 30px;
    }

    .dynamic_right_title_en{
        margin-top: 10px;
        font-size: 34px;
    }

    .dynamic_view div{
        margin-top: 30px
    }
}

@media screen and (max-width: 768px) and (min-width: 576px){
    .dynamic{
        padding: 50px 0;
    }

    .swiper-pagination{
        bottom: -5%!important;
    }

    .dynamic_left{
        width: 70%;
        padding: 10px 0 10px 10px
    }

    .swiper_dynamic {
        height: 100px;
    }

    .swiper_dynamic_right{
        padding: 6px 14px 0;
    }

    .swiper_dynamic_time{
        font-size: 10px;
        line-height: 12px;
    }

    .swiper_dynamic_title{
        line-height: 16px;
        font-size: 12px;
    }

    .swiper_dynamic_content{
        line-clamp: 2;
        -webkit-line-clamp: 2;
        font-size: 8px;
        line-height: 14px;
    }

    .swiper_dynamic_last{
        padding: 4px 0 0;
        font-size: 10px;
    }

    .dynamic_right{
        width: 30%;
        padding-top: 10px;
    }

    .dynamic_right_title{
        font-size: 14px;
        line-height: 20px;
    }

    .dynamic_right_title_en{
        margin-top: 4px;
        font-size: 20px;
        line-height: 30px;
    }

    .dynamic_view div{
        margin-top: 20px;
        line-height: 20px;
    }
}

@media screen and (max-width: 576px){
    .dynamic{
        padding: 30px 15px;
    }

    .swiper-pagination{
        bottom: -5%!important;
    }

    .dynamic_left{
        width: 72%;
        padding: 10px 0 10px 10px
    }

    .swiper_dynamic {
        height: 100px;
    }

    .swiper_dynamic_right{
        padding: 6px 14px 0;
    }

    .swiper_dynamic_time{
        font-size: 10px;
        line-height: 12px;
    }

    .swiper_dynamic_title{
        line-height: 16px;
        font-size: 12px;
    }

    .swiper_dynamic_content{
        line-clamp: 2;
        -webkit-line-clamp: 2;
        font-size: 8px;
        line-height: 14px;
    }

    .swiper_dynamic_last{
        padding: 4px 0 0;
        font-size: 10px;
    }

    .dynamic_right{
        width: 28%;
        padding-top: 10px;
    }

    .dynamic_right_title{
        font-size: 14px;
        line-height: 20px;
    }

    .dynamic_right_title_en{
        margin-top: 4px;
        font-size: 20px;
        line-height: 30px;
    }

    .dynamic_view div{
        margin-top: 20px;
        line-height: 20px;
    }
}
/*动态样式结束*/
