.container{
    width: 1200px;
    margin: 0 auto;
}

.statistics_box{
    /* height: 280px; */
    padding: 100px 0;
    background-color: #fff;
}
.statistics_url{
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-around;
    margin: 0 auto;
}
.statistics_li{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.statistics_img{
    width: 80px;
    height: auto;
    margin-right: 10px;
}
.statistics_img1{
    width: 72px;
}
.statistics_img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.statistics_count{
    color: #333333;
    font-size: 18px;
}
.statistics_count_weight{
    font-size: 30px;
    margin-bottom: 15px;
    font-weight: 600;
}

.project_box{
    background-color: #FAFBFF;
    /* height: 520px; */
    /* padding: 84px 0; */
    /* height: 485px; */
    overflow: hidden;
}

.project_cont{
    height: 100%;
    margin: 0 auto;
    /* display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center; */
    position: relative;
}
.pagination{
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -35px;
}

.fixed-dom{
    position: fixed;
    width: 100%;
    left: 0;
}
.pagination-item{
    width: 8px;
    height: 8px;
    background-color: #D7DEDD;
    margin-bottom: 8px;
    border-radius: 50%;
    margin-right: 40px;
}
.pagination-item.pagination-active{
    height:14px;
    background-color: #3856DC;
    border-radius: 60px;
}
.project_list{
    padding-left: 40px;
    height: 485px;
    /* overflow-y: scroll; */
}
.project_list::-webkit-scrollbar{
    display: none;
}
.project_item{
    display: flex;align-items: center;
    padding: 60px 0;
}
.project-des-icon{
    width: 66px;
    height: 66px;
    line-height: 66px;
    text-align: center;
    border-radius: 50%;
    background-color: #1472FF;
    margin-bottom: 20px;
}
.project-des-icon .iconfont{
    color: #fff;
    font-size: 34px;
}
.project-des-title{
    font-size: 36px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 20px;
    line-height: 50px;
}
.project-des-text{
    margin-bottom: 20px;
    font-size: 16px;
    color: #999999;
}
.project-des-text p:first-child{
    margin-bottom: 5px;
}
.project-des-img{
    margin-left: 80px;
    width: 400px;
}
.project-des-img img{
    width: 100%;
    height: auto;
    object-fit: cover;
}


.ty-box{
    text-align: center;
    /* height: 350px; */
    padding: 88px 0;
    flex-direction: column;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    background: url('/static/home/images/about/ty-bg.png') no-repeat center top; 
    background-size:cover; 
    width:100%;
}
.ty-title{
    color: #333333;
    font-size: 32px;
    line-height: 50px;
    font-weight: bold;
}
.ty-desc{
    font-size: 22px;
    color: #999999;
    margin: 18px 0 36px;
}
.ty-btn{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center
}
.ty-btn .ty-btn-reg,
.ty-btn .ty-btn-cu{
    height: 46px;
    width: 150px;
    line-height: 46px;
    text-align: center;
    font-size: 20px;
    border-radius: 25px;
    cursor: pointer;
}
.ty-btn-reg{
    color: #fff;
    background-color: #25B728;
    border: 1px solid #25B728;
    margin-right: 60px;
    display: block;
}
.ty-btn-cu{
    color: #25B728;
    background-color: #fff;
    border: 1px solid #25B728;
}

.step-box{
    height: 250px;
}
.step-ul{
    height: 100%;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
}
.none{
    display: none;
}
.step-li{
    width: 320px;
    /* width: 300px; */
    position: relative;
    cursor: pointer;
    background-color: #202F3D;
    height: 100%;
    border-right: 2px solid rgba(248, 249, 252, .2);
}
.step-li-big{
    flex: 2;
    /* width: calc(100% - ); */
}
.step-li-content{
    width: 320px;
    position: relative;
}
.step-li-content1{
    margin-left: auto;
}
.icon-img{
    width: 120px;
    height: auto;
    position: absolute;
    right: 0;
    top: 5px;
    /* top: -46px; */
    display: none;
}
.step-num-img{
    height: auto;
    margin: -50px 0 0 24px;
    position: relative;
}
.step-num-img1{
    width: 55px;
}
.step-num-img2{
    width: 93px;
}
.step-num-img3{
    width: 93px;
}
.step-num-img4{
    width: 84px;
}
.step-num-img img,.icon-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.step-title{
    color: #FFFFFF;
    font-size: 22px;
    text-align: center;
    margin-top: -18px;
}
.step-desc{
    color: #999999;
    font-size: 18px;
    text-align: center;
    margin: 12px 0 12px;
}
.step-btn{
    display: none;
    width: 108px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 25px;
    background-color: #25B728;
    color: #fff;
    font-size: 16px;
    margin: 0 auto;
}

.step-jt{
    display: none;
    background-color: #3988F5;
    width: 34px;
    height: 34px;
    line-height: 34px;
    text-align: center;
    border-radius: 50%;
    position: absolute;
    top: 50%;
    margin-top: -17px;
    right: -17px;
    z-index: 999;
}
.step-jt .iconfont{
    font-size: 18px;
    color: #fff;
    font-weight: bold;
}

.step-li .step-num-img .stepnumimg20{
    display: block;
}
.step-li .step-num-img .stepnumimg50{
    display: none;
}

.step-li:last-child{
    border: none;
}
.step-li:hover{
    background-color: rgba(56, 86, 220, .1);
    /* flex: 2; */
}
.step-li:hover .step-title{
    color: #000000;
}
.step-li:hover .step-num-img .stepnumimg20{
    display: none;
}
.step-li:hover .step-num-img .stepnumimg50,
.step-li:hover .step-jt,
.step-li:hover .step-btn,
.step-li:hover .icon-img{
    display: block;
}


.we-box{
    padding: 80px 0;
}
.part-title{
    color: #333333;
    font-size: 38px;
    line-height: 50px;
    text-align: center;
    font-weight: bold;
}
.we-desc{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: center;
    margin-top: 60px;
    width: 1000px;
}
.we-text{
    font-size: 20px;
    color: #666666;
    line-height: 38px;
    margin-right: 130px;
    flex: 1;
}
.we-img{
    /* width: 42%; */
    /* width: 514px; */
    height: auto;
    position: relative;
}
.we-img-box{
    width: 330px;
    height: 330px;
    position: relative;
}
.we-img img{
    width: 330px;
    height: 330px;
    object-fit: cover;
    position: relative;
    z-index: 2;
}
.we-img .bg-top{
    background-color: #E0E5F6;
    position: absolute;
    width: 150px;
    height: 150px;
    top: -22px;
    right: -26px;
}
.we-img .bg-bottom{
    background-color: rgba(23, 92, 250, .3);
    position: absolute;
    width: 50px;
    height: 50px;
    bottom: 40px;
    left: -16px;
}
.we-text p:first-child{
    margin-bottom: 30px;
}

.honor-box{
    background-color: #FAFBFF;
    padding: 80px 0;
}
.honor-cont{
    margin-top: 50px;

}
.honor-ul{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
}
.honor-li{
    -webkit-box-shadow: 0 5px 30px rgba(90, 90, 90, 0.3);
    box-shadow: 0 5px 30px rgba(90, 90, 90, 0.3);
}
.honor-li.honor-li-g{
    width: 32%;
}
.honor-li.honor-li-w{
    width: 16%;
}
.honor-li img{
    object-fit: contain;
    width: 100%;
}
.qualification-ul{
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
}
.qualification-li{
    /* width: 184px; */
    width: 15%;
    height: auto;
    -webkit-box-shadow: 0 5px 30px rgba(90, 90, 90, 0.06);
    box-shadow: 0 5px 30px rgba(90, 90, 90, 0.06);
    border-radius: 8px;
}
.qualification-li img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.connect-box{
	padding: 80px 0;
    background: url('/static/home/images/about/connect-bg.png') no-repeat center top; 
    background-size:cover; 
    width:100%;
    color: #fff;
}
.connect-box .part-title{
    color: #fff;
}
.connect-cont{
    padding-top: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
    justify-content: space-between;
    font-size: 24px;
    line-height: 32px;
}
.connect-way{
}
.connect-way-li{
    margin-bottom: 50px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.connect-way-li:last-child{
    margin-bottom: 0;
}
.connect-way-li .iconfont{
    font-size: 23px;
    margin-right: 12px;
}
.connect-wxqrcode{
    background-color: #0A48F0;
    border-radius: 16px;
    padding: 20px;
    display: flex;
    display: -webkit-flex;
    align-items: center;
}
.wxqrcode-item{
    text-align: center;
}
.wxqrcode{
    background-color: #0772FF;
    padding: 15px;
    border-radius: 16px;
    border: 1px solid #43B1FF;
    width: 150px;
    height: 150px;
}
.wxqrcode-item:first-child{
    margin-right: 20px;
}
.wxqrcode img{
    width: 150px;
    height: 150px;
    object-fit: cover;
}
.wxqrcode-item p{
    padding-top: 20px;
}
.connect-way-text a {
    color: #fff;
    margin-left: 10px;
    font-size: 15px;
}


.step-jt .iconfont.icon-erjiyemianjiantou01{
    display: block;
}
.step-jt .iconfont.icon-erjiyemianjiantou01-copy{
    display: none;
}



/* 图文轮播图 */
.product-box{
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    align-content: flex-start;
    flex-shrink: 0;
    margin: 0px auto;
    position: relative;
    width: 100%;
    background-color: #FAFBFF;
}
.product-container{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-self: center;
    margin: 0 auto 64px;
}
.product-wrapper {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    width: 100%;
    margin: 0 auto;
    padding: 60px 0;
}
.product-wrapper-container {
    display: flex;
    justify-content: flex-end;
    flex-direction: row;
    position: relative;

    justify-content: space-between;
}
.slide-dots {
    display: flex;
    flex-direction: column;
    align-self: center;
}
.dots-item {
    width: 8px;
    height: 8px;
    border-radius: 4px;
    margin: 8px;
    transition: transform .3s ease-in-out;
    background-color: #D7DEDD;
}
.dots-item-active {
    height: 14px;
    background-color: #3856DC;
}

.temp-container{
    display: flex;
    flex-direction: column;
    align-items: center;
    height: 400px;
}
.image-ul {
    position: relative;
    width: 400px;
    height: 400px;
    width: 320px;
}
.image-li {
    position: absolute;
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s .3s,opacity .3s linear;
    width: 100%;
    height: 100%;
    vertical-align: middle;
    display: flex;
    margin: auto;
}
.image-li img{
    width: auto;
    height: 266px;
    object-fit: contain;
    display: block;
    margin: auto auto 0 auto;
}
.image-li.image-li-active {
    position: absolute;
    visibility: visible;
    opacity: 1;
    transition: opacity .3s linear;
}

.product-left-container{
    /* width: 524px; */
    width: 556px;
    margin-top: -350px;
    display: flex;
    margin-left: 90px;
}
.product-function-slide-window {
    width: 460px;
    margin: 32px 36px 0 32px;
}
.product-slide-view{
    transition: transform .3s ease-in-out;
    align-self: flex-start;
}
.product-slide-item {
    width: 100%;
    transition: transform .3s ease-in-out;
    display: flex;
    flex-direction: column;
}
.product-slide-item:last-child {
    /* margin-bottom: 170px; */
    margin-bottom: 122px;
}
.product-slide-icon{
    width: 58px;
    height: 58px;
    /* line-height: 58px; */
    text-align: center;
    border-radius: 50%;
    /* background-color: #1472FF; */
    margin-bottom: 10px;
}
.product-slide-icon img{
    /* width: 34px; */
    width: 100%;
    object-fit: cover;
    vertical-align: middle;
}
/* .product-slide-icon .iconfont{
    color: #fff;
    font-size: 34px;
} */
.product-slide-title{
    font-size: 26px;
    color: #333333;
    font-weight: bold;
    margin-bottom: 10px;
    line-height: 44px;
}
.product-slide-text{
    margin-bottom: 20px;
    font-size: 14px;
    color: #999999;
}
.product-slide-text p{
    line-height: 24px;
    margin-bottom: 10px;
}
.product-slide-text p:first-child {
    /* margin-bottom: 5px; */
}

@media screen and (max-width: 1200px) {
    .container{
        width: 94%;
    }
    .step-li,.step-li-content {
        width: 295px;
    }
    
}

@media screen and (max-width: 1024px) {
    .product-box{
        display: none;
    }

    .container{
        width: 94%;
    }
    .step-li {
        width: 25%;
    }
    .step-li-content {
        width: 100%;
    }

    .we-text {
        font-size: 18px;
        line-height: 40px;
        margin-right: 30px;
    }
    /* .we-img {
        width: 476px;
    } */

    .pagination-item {
        margin-right: 26px;
    }
    .project-des-img {
        margin-left: 50px;
        width: 320px;
    }
    .project-des-title {
        font-size: 34px;
    }

    .honor-ul {
        margin-bottom: 36px;
    }

    .honor-li.honor-li-g{
        width: 32%;
    }
    .honor-li.honor-li-w{
        width: 16%;
    }

    .connect-cont {
        font-size: 22px;
    }
    .wxqrcode {
        padding: 13px;
        width: 130px;
        height: 130px;
    }
}

@media screen and (max-width: 768px) {
    .statistics_box {
        padding: 68px 0;
    }
    .statistics_img {
        width: 60px;
        margin-right: 4px;
    }
    .statistics_img1 {
        width: 60px;
    }
    .statistics_count {
        font-size: 16px;
    }
    .statistics_count_weight {
        font-size: 26px;
        margin-bottom: 10px;
    }

    .pagination-item.pagination-active {
        height: 12px;
    }
    .pagination-item {
        margin-right: 20px;
        width: 6px;
        height: 6px;
        margin-bottom: 6px;
    }
    .project-des-icon {
        width: 52px;
        height: 52px;
        line-height: 52px;
        margin-bottom: 16px;
    }
    .project-des-icon .iconfont {
        font-size: 30px;
    }
    .project-des-title {
        font-size: 26px;
        margin-bottom: 20px;
        line-height: 36px;
    }
    .project-des-img {
        margin-left: 40px;
        width: 270px;
    }
    .project_box {
        padding: 60px 0;
        /* height: 470px; */
    }

    .ty-box {
        /* height: 300px; */
        padding: 68px 0;
    }
    .ty-title {
        font-size: 30px;
    }
    .ty-desc {
        font-size: 20px;
        margin: 18px 0 32px;
    }
    .ty-btn .ty-btn-reg, .ty-btn .ty-btn-cu {
        height: 40px;
        width: 140px;
        line-height: 40px;
        font-size: 18px;
    }
    .ty-btn-reg {
        margin-right: 40px;
    }

    .step-title {
        font-size: 20px;
    }
    .step-desc {
        font-size: 16px;
    }
    .step-btn {
        width: 100px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }
    .step-jt {
        width: 30px;
        height: 30px;
        line-height: 30px;
    }
    .icon-img {
        width: 100px;
        top: 12px;
    }

    .we-box {
        padding: 60px 0;
    }
    .part-title {
        font-size: 34px;
    }
    .we-desc {
        margin-top: 40px;
    }
    .we-text {
        font-size: 16px;
        line-height: 34px;
        margin-right: 16px;
    }
    .we-text p:first-child{
        margin-bottom: 20px;
    }

    .honor-box {
        padding: 60px 0;
    }
    .honor-cont {
        margin-top: 36px;
    }

    .connect-box {
        padding: 60px 0;
    }
    .connect-cont {
        padding-top: 40px;
        font-size: 20px;
    }
    .connect-way {
        padding-right: 10px;
    }
    .connect-way-li {
        margin-bottom: 32px;
    }
    .connect-wxqrcode {
        padding: 18px;
    }
    .wxqrcode-item:first-child {
        margin-right: 18px;
    }
    .wxqrcode {
        padding: 12px;
        width: 100px;
        height: 100px;
    }
    .wxqrcode-item p {
        padding-top: 12px;
    }
    
}

@media screen and (max-width: 420px) {
    .statistics_url {
        flex-wrap: wrap;
    }
    .statistics_box {
        padding: 32px 0 22px 0;
    }
    .statistics_li {
        margin-bottom: 10px;
    }
    .statistics_img {
        width: 54px;
        margin-right: 6px;
    }
    .statistics_count {
        font-size: 14px;
    }
    .statistics_count_weight {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .project_box {
        padding: 40px 0;
    }
    .project_cont {
        flex-wrap: wrap;
    }
    .pagination-item {
        margin-right: 14px;
        width: 4px;
        height: 4px;
        margin-bottom: 4px;
    }
    .pagination-item.pagination-active {
        height: 10px;
    }
    .project-des-icon {
        width: 42px;
        height: 42px;
        line-height: 42px;
        margin-bottom: 8px;
    }
    .project-des-icon .iconfont {
        font-size: 24px;
    }
    .project-des-title {
        font-size: 20px;
        margin-bottom: 15px;
        line-height: 30px;
    }
    .project-des-text {
        margin-bottom: 12px;
        font-size: 14px;
    }
    .project-des-text p:first-child {
        margin-bottom: 3px;
    }
    .project-des-img {
        margin-left: 0;
        width: 86%;
        margin-top: 16px;
    }
    
    .ty-box {
        padding: 40px 0;
    }
    .ty-title {
        font-size: 24px;
        line-height: 40px;
    }
    .ty-desc {
        font-size: 16px;
        margin: 12px 0 26px;
        line-height: 26px;
    }
    .ty-btn .ty-btn-reg, .ty-btn .ty-btn-cu {
        height: 32px;
        width: 112px;
        line-height: 32px;
        font-size: 16px;
    }
    .ty-btn-reg {
        margin-right: 20px;
    }

    .step-box {
        height: 210px;
    }
    .icon-img {
        width: 64px;
        top: 16px;
        right: -6px;
        top: 5px;
    }
    .step-num-img {
        margin: -40px 0 0 0px;
    }
    .step-num-img1 {
        margin: -40px 0 0 12px;
        width: 48px;
    }
    .step-num-img2 {
        width: 80px;
    }
    .step-num-img3 {
        width: 80px;
    }
    .step-num-img4 {
        width: 72px;
    }
    .step-title {
        font-size: 16px;
        margin-top: -18px;
    }
    .step-desc {
        font-size: 12px;
        margin: 6px 0;
    }
    .step-btn {
        width: 82px;
        height: 24px;
        line-height: 24px;
        font-size: 12px;
    }
    .step-jt {
        width: 22px;
        height: 22px;
        line-height: 22px;
    }
    .step-jt .iconfont {
        font-size: 12px;
    }

    .we-box {
        padding: 40px 0;
    }
    .part-title {
        font-size: 24px;
        line-height: 40px;
    }
    .we-desc {
        margin-top: 14px;
        flex-wrap: wrap;
    }
    .we-text {
        font-size: 14px;
        line-height: 28px;
        margin-right: 0;
    }
    .we-img {
        width: 100%;
    }

    .honor-box {
        padding: 40px 0;
    }
    .honor-cont {
        margin-top: 20px;
    }
    .honor-ul {
        margin-bottom: 24px;
    }

    .connect-box {
        padding: 40px 0;
    }
    .connect-cont {
        padding-top: 20px;
        font-size: 16px;
        flex-wrap: wrap;
    }
    .connect-way {
        padding-right: 0;
    }
    .connect-way-li {
        margin-bottom: 18px;
    }
    .connect-way-li .iconfont {
        font-size: 20px;
    }
    .connect-way-text{
        line-height: 26px;
    }
    .connect-wxqrcode {
        width: 100%;
        margin-top: 26px;
    }
    .connect-wxqrcode {
        justify-content: space-around;
    }
    .connect-wxqrcode {
        width: 100%;
        margin-top: 26px;
    }
    .wxqrcode {
        width: 120px;
        height: 120px;
    }
    .wxqrcode-item p {
        padding-top: 6px;
    }
}

@media screen and (max-width: 375px) {
    .step-box {
        height: auto;
    }
    .step-ul {
        flex-wrap: wrap;
    }
    .step-li {
        width: 100%;
        height: 160px;
        border-bottom: 2px solid rgba(248, 249, 252, .2);
        border-right: none;
    }
    .icon-img {
        width: 70px;
        right: 0px;
        top: 17px;
    }
    .step-num-img {
        margin: -40px 0 0 47px;
    }
    .step-num-img1 {
        margin: -40px 0 0 65px;
        width: 48px;
    }
    .step-title {
        font-size: 16px;
        margin-top: -70px;
    }
    .step-jt {
        top: calc(100% - 11px);
        left: 50%;
        margin-left: -11px;
        margin-top: 0;
        right: 0;
    }
    .step-jt .iconfont.icon-erjiyemianjiantou01{
        display: none;
    }
    .step-jt .iconfont.icon-erjiyemianjiantou01-copy{
        display: block;
    }
}


.project_box,.swiper-container{
    height: 485px;
}
.swiper-slide{
    height: 485px;
    margin-bottom: 0;
} 



  