﻿.main{
    opacity: 0;
}
.main.active{
    opacity: 1;
}
.index{
    position: relative;
    height: 100vh;
    z-index: 1;
}
.index .inner{
    width: 1440px;
}
@media screen and (max-width: 1480px){
    .index .inner{
        width: 92%;
    }
}


.index .mobile-header{
    height: 0;
}
/*.index .swiper-pagination{
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 24px;
    left: 0;
    width: 104px;
    height: 100%;
    z-index: 1;
}*/
.index .swiper-pagination .tab{
    display: flex;
    align-items: center;
    width: 100%;
    color: #fff;
    white-space: nowrap;
    padding-left: 9px;
    background: none;
    margin-bottom: 18px;
}
.index .swiper-pagination .tab.swiper-pagination-bullet-active{
    padding-left: 0;
}
.index .swiper-pagination .tab::before{
    flex-shrink: 0;
    content: '';
    width: 8px;
    height: 2px;
    background-color: #fff;
    margin-right: 8px;
    border-radius: 1px;
}
.index .swiper-pagination .tab.swiper-pagination-bullet-active::before{
    width: 24px;
}
.index .swiper-pagination .tab span{
    opacity: 0;
}
.index .swiper-pagination .tab.swiper-pagination-bullet-active span{
    opacity: 1;
}
.index .index-page{
    padding: 80px 0 66px;
}
@media screen and (max-width: 950px){
    .index .index-page{
        padding: 12vw 0 8vw;
    }
    /*.index .swiper-pagination{
        display: none;
    }*/
}


.index-banner{
    position: relative;
    z-index: 1;
}
.index-banner .swiper-container{
    height: 100%;
}
.index-banner .btn{
    position: absolute;
    bottom: 0;
    left: 0;
    height: 64px;
    display: flex;
    z-index: 2;
}
.index-banner .btn .button-prev,
.index-banner .btn .button-next{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 128px;
    font-size: 16px;
    color: var(--main-color);
    background-color: rgba(255,255,255,.9);
    cursor: pointer;
}
.index-banner .btn .button-prev:hover,
.index-banner .btn .button-next:hover{
    color: #fff;
    background-color: rgba(51,93,163,.9);
}
.index-banner .btn .button-prev i,
.index-banner .btn .button-next i{
    width: 19px;
    height: 16px;
    background: url(../images/swiper_prev.png) no-repeat center center / 100% 100%;
    margin-right: 9px;
}
.index-banner .btn .button-next i{
    background: url(../images/swiper_next.png) no-repeat center center / 100% 100%;
    margin-left: 9px;
    margin-right: 0;
}
.index-banner .btn .button-prev:hover i{
    background-image: url(../images/swiper_prev_b.png);
}
.index-banner .btn .button-next:hover i{
    background-image: url(../images/swiper_next_b.png);
}
.index-banner .swiper-slide{
    overflow: hidden;
}
.index-banner .swiper-slide .img{
    width: 100%;
    height: 100%;
    background: no-repeat center center / cover;
    transition: transform 3s ease;
    transform: scale(1.2);
}
.index-banner .swiper-slide-active .img{
    transform: scale(1);
}
.index-banner .banner-text{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 92%;
    color: #fff;
    text-align: center;
    transform: translate(-50%, -50%);
}
.index-banner .banner-text .title{
    font-size: 48px;
    font-weight: bold;
    margin-bottom: 24px;
    transform: translate(0, 80px);
    opacity: 0;
    transition: all 2.7s ease .3s;
}
.index-banner .banner-text .en{
    font-size: 18px;
    transform: translate(0, 80px);
    opacity: 0;
    transition: all 2.4s ease .6s;
}
.index-banner .swiper-slide-active .banner-text .title{
    transform: translate(0, 0);
    opacity: 1;
}
.index-banner .swiper-slide-active .banner-text .en{
    transform: translate(0, 0);
    opacity: 1;
}

.wap_bot,.pagination{
    display: none;
}



.index-about{
    background: url(../images/index_about_bg.jpg) no-repeat center center / cover;
}
.index-about .top{
    display: flex;
    /*align-items: flex-end;*/
}
.index-about .top .text{
    flex: 1;
    padding: 15px;
}
.index-about .top .title{
    font-size: 30px;
    margin-bottom: 41px;
}
.index-about .top .com-name{
    font-size: 18px;
    margin-bottom: 23px;
}
.index-about .top .content{
    line-height: 40px;
    color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 10;
	-webkit-box-orient: vertical;
    text-indent: 28px;
}
.index-about .top .img{
    flex-shrink: 0;
    width: 480px;
    height: 294px;
    margin-left: 46px;
    overflow: hidden;
}
.index-about .top .img img{
    width: 100%;
    height: 100%;
    transition: all .3s ease;
    transform: scale(1);
}
.index-about .top .img video{
   width: 480px;
    height: 294px;
}
.index-about .top .img:hover img{
    transform: scale(1.1);
}
.index-about .list{
    display: flex;
    justify-content: space-between;
}
.index-about .list .item{
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 276px;
    height: 324px;
    background: url(../images/about_item_bg.png) no-repeat center center / 100% 100%;
}
.index-about .list .item .item-img{
    margin-bottom: 27px;
}
.index-about .list .item .item-img img{
    width: 50px;
    height: 50px;
    margin: 0 auto;
}
.index-about .list .item .item-cont{
    line-height: 24px;
    color: #fff;
    font-size: 16px;
    text-align: center;
}
@media screen and (max-width: 1480px){
    .index-about .top{
        margin-bottom: 24px;
    }
    .index-about .top .title{
        font-size: 24px;
        margin-bottom: 21px;
    }
    .index-about .top .com-name{
        font-size: 16px;
        margin-bottom: 12px;
    }
}
@media screen and (max-width: 950px){
    .index-about .top{
        display: block;
        margin-bottom: 5.0667vw;
    }
    .index-about .top .text{
        padding: 0;
    }
    .index-about .top .title{
        font-size: 4.8vw;
        margin-bottom: 5.6vw;
    }
    .index-about .top .com-name{
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }
    .index-about .list{
        display: none;
    }
}





.index-pro{
    padding-bottom: 0px !important;
    background: url(../images/index_pro_bg.jpg) no-repeat center center / cover;
}
.index-pro .list{
    display: flex;
    flex-wrap: wrap;
}
.index-pro .list .item{
    position: relative;
    width: 360px;
    max-width: 23.5%;
    height: 280px;
    color: #fff;
    text-align: center;
    background: no-repeat center center / cover;
    margin: 0 2% 2% 0;
}
.index-pro .list .item:nth-child(4n){
    margin-right: 0%;
}
.index-pro .list .item .item-img{
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.index-pro .list .item .item-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: all .3s ease;
    transform: scale(1);
}
.index-pro .list .item:hover .item-img img{
    transform: scale(1.1);
}
.index-pro .list .item .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}
.index-pro .list .item:hover .mask{
    opacity: 1;
}
.index-pro .list .item .title{
    font-size: 24px;
    margin: 0 auto;
    margin-top: 60px;
    color: #000000;
    /*background: #ffffff;*/
    width: 200px;
    position: absolute;
    z-index: 10;
    left:80px;
}
.index-pro .list .item .mask .btn{
    width: 120px;
    line-height: 40px;
    background-color: var(--main-color);
    border-radius: 26.6667vw;
}
.index-pro .checkmore{
    display: block;
    width: 160px;
    line-height: 48px;
    color: var(--main-color);
    text-align: center;
    background-color: #fff;
    margin: 32px auto 0;
    border-radius: 200px;
}
@media screen and (max-width: 1380px){
    .index-pro .list .item{
        height: 220px;
    }
}
@media screen and (max-width: 950px){
    .index-pro .list .item{
        width: 49%;
        height: 32vw;
        max-width: 49%;
    }
    .index-pro .list .item:nth-child(2n){
        margin-right: 0%;
    }
    .index-pro .list .item .mask .title{
        width: 90%;
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .index-pro .list .item .mask .btn{
        width: 16vw;
        line-height: 5.3333vw;
    }
    .index-pro .checkmore{
        width: 21.3333vw;
        line-height: 6.4vw;
        margin: 4vw auto 0;
        border-radius: 26.6667vw;
    }
}





.index-case{
    background: url(../images/index_case_bg.jpg) no-repeat center center / cover;
}
.index-classic{
    background: none;
}

.index-case .swiper-container{
    width: 100%;
}
.index-case .swiper-button-prev{
    left: 0;
    background-color: rgba(0,0,0,.8);
    margin-top: -90px;
}
.index-case .swiper-button-next{
    right: 0;
    background-color: rgba(0,0,0,.8);
    margin-top: -90px;
}
.index-case .swiper-button-prev::after,
.index-case .swiper-button-next::after{
    color: #fff;
    font-size: 14px;
}
.index-case .checkmore{
    display: block;
    width: 160px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    margin: 0 auto;
    border-radius: 200px;
}
.index-about .about_zindex .text .checkmore{
    display: block;
    width: 160px;
    line-height: 38px;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    border-radius: 200px;
    margin-top: 20px;
}
@media screen and (max-width: 950px){
    .index-case .swiper-button-prev{
        left: 4%;
        background-color: rgba(0,0,0,.2);
        margin-top: -12vw;
    }
    .index-case .swiper-button-next{
        right: 4%;
        background-color: rgba(0,0,0,.2);
        margin-top: -12vw;
    }
    .index-case .checkmore{
        width: 21.3333vw;
        line-height: 6.4vw;
        margin: 4vw auto 0;
        border-radius: 26.6667vw;
    }
}





.index-case2{
    position: relative;
    background: url(../images/index_case2_bg.jpg) no-repeat center center / cover;
}
.index-case2 .swiper-container{
    width: 100%;
    z-index: 1;
}
.index-case2 .swiper-button-prev{
    left: 0;
    background-color: rgba(0,0,0,.2);
    /*margin-top: -90px;*/
}
.index-case2 .swiper-button-next{
    right: 0;
    background-color: rgba(0,0,0,.2);
    /*margin-top: -90px;*/
}
.index-case2 .swiper-button-prev::after,
.index-case2 .swiper-button-next::after{
    color: #fff;
    font-size: 14px;
}
.index-case2 .checkmore{
    display: block;
    width: 160px;
    line-height: 48px;
    color: var(--main-color);
    text-align: center;
    background-color: #fff;
    margin: 32px auto 0;
    border-radius: 200px;
}
@media screen and (max-width: 950px){
    .index-case2 .swiper-button-prev{
        left: 4%;
        background-color: rgba(0,0,0,.2);
        margin-top: -12vw;
    }
    .index-case2 .swiper-button-next{
        right: 4%;
        background-color: rgba(0,0,0,.2);
        margin-top: -12vw;
    }
    .index-case2 .checkmore{
        width: 21.3333vw;
        line-height: 6.4vw;
        margin: 4vw auto 0;
        border-radius: 26.6667vw;
    }
    .crumbs{
        width: 100vw !important;
    }
    .crumbs .nav{
        display: none !important;
    }
}



.case-list{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.case-list .item{
    position: relative;
    width: 360px;
    max-width: 23.5%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 3%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.case-list .item:nth-child(4n){
    margin-right: 0%;
}
.case-list .item .item-img{
    position: relative;
    /*padding-bottom: 52.94%;*/
    background: no-repeat center center / cover;
    min-height: 200px;
}
.case-list .item .item-img .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
}
.case-list .item .item-text{
    padding: 24px;
    background-color: #fff;
}
.case-list .item .item-text .title{
    font-size: 18px;
    margin-bottom: 14px;
}
.case-list .item:hover .item-text .title{
    color: var(--main-color);
}
.case-list .item .item-text .subhead{
    color: #666666;
}

/*.index-case{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}*/
.index-case .item{
    position: relative;
    width: 360px;
    max-width: 23.5%;
    text-align: center;
    margin-right: 2%;
    margin-bottom: 3%;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
    display: block;
}
/*.index-case .item:nth-child(4n){
    margin-right: 0%;
}*/
.index-case .item .item-img{
    position: relative;
    padding-bottom: 52.94%;
    background: no-repeat center center / cover;
    overflow: hidden;
}
.index-case .item .item-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease;
}
.index-case .item:hover .item-img img{
    transform: scale(1.1);
}
.index-case .item .item-img .play{
    position: absolute;
    top: 50%;
    left: 50%;
    width: 56px;
    height: 56px;
    margin: -28px 0 0 -28px;
}
.index-case .item .item-text{
    padding: 24px;
    background-color: #fff;
}
.index-case .item .item-text .title{
    font-size: 18px;
    margin-bottom: 14px;
}
.index-case .item:hover .item-text .title{
    color: var(--main-color);
}
.index-case .item .item-text .subhead{
    color: #666666;
}
@media screen and (max-width: 1380px){
    .index-case .item{
        margin-bottom: 1%;
    }
    .index-case .item .item-text{
        padding: 8px;
        background-color: #fff;
    }
}
@media screen and (max-width: 950px){
    .index-case .item{
        display: flex;
        flex-direction: column;
        width: 49%;
        max-width: 49%;
    }
    .index-case .item:nth-child(2n){
        margin-right: 0%;
    }
    .index-caseindex-case .item .item-img{
        flex: 1;
    }
    .index-case .item .item-img .play{
        width: 9vw;
        height: 9vw;
        margin: -4.5vw 0 0 -4.5vw;
    }
    .index-case .item .item-text{
        padding: 1.6vw;
    }
    .index-case .item .item-text .title{
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }
    .index-case .item .item-text .subhead{
        font-size: 2.4vw;
    }
}





.case2-list{
    display: flex;
    justify-content: space-between;
}
.case2-list .item{
    width: 23.5%;
}
.case2-list .item .item-img{
    position: relative;
    padding-bottom: 100%;
    background: no-repeat center center / cover;
    overflow: hidden;
}
.case2-list .item .item-img .img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease;
}
.case2-list .item:hover .item-img .img{
    transform: scale(1.1);
}
.case2-list .item .item-img .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0;
    transition: all .3s ease;
}
.case2-list .item:hover .item-img .mask{
    opacity: 1;
}
.case2-list .item .item-text{
    padding: 32px 16px;
    background-color: #fff;
}
.case2-list .item .title{
    font-size: 18px;
    margin-bottom: 24px;
}
.case2-list .item:hover .title{
    color: var(--main-color);
}
.case2-list .item .subhead{
    line-height: 24px;
    color: #666666;
}
@media screen and (max-width: 950px){
    .case2-list{
        flex-wrap: wrap;
    }
    .case2-list .item{
        display: flex;
        flex-direction: column;
        width: 49%;
        max-width: 49%;
    }
    .case2-list .item .item-img{
        flex: 1;
    }
    .case2-list .item .item-text{
        padding: 4vw 2vw;
    }
    .case2-list .item .title{
        font-size: 4vw;
        margin-bottom: 3.2vw;
    }
    .case2-list .item .subhead{
        line-height: 4.8vw;
    }
}





.index-news{
    background: url(../images/index_news_bg.jpg) no-repeat center center / cover;
}
.index-news .list1{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.index-news .list1 .item{
    width: 48%;
    color: #fff;
    padding: 36px 42px 44px;
    background: no-repeat center center / cover;
}
.index-news .list1 .item-date{
    font-size: 16px;
    margin-bottom: 8px;
}
.index-news .list1 .item-title{
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 18px;
}
.index-news .list2{
    position: relative;
    display: flex;
    justify-content: space-between;
    margin-bottom: 64px;
}
.index-news .list2 .item{
    width: 22%;
    box-shadow:0 0 15px rgba(0,0,0,.1);
    transition:all 0.5s ease;
    padding:25px;
    background-color:rgba(241, 241, 241, 1);
}
.index-news .list2 .item .item-time{
    color:#0656a9;
}
.index-news .list2 .item .item-time .day{
    font-size: 46px;
}
.index-news .list2 .item .item-time .year{
    font-size: 20px;
}
.index-news .list2 .item .item-img{
    position: relative;
    padding-bottom: 51.612%;
    background: no-repeat center center / cover;
    margin-bottom: 24px;
    overflow: hidden;
}
.index-news .list2 .item .item-img img{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transform: scale(1);
    transition: all .3s ease;
}
.index-news .list2 .item:hover .item-img img{
    transform: scale(1.1);
}
.index-news .list2 .item .item-title{
    line-height: 30px;
    font-size: 18px;
}
.index-news .list2 .item .item-desc{
    line-height: 30px;
    font-size: 14px;
    color: #666;
}
.index-news .list2{
    width: 100%;
    overflow: hidden;
    z-index: 1;
}
.index-news .list2 .swiper-button-prev{
    left: 0;
    background-color: rgba(0,0,0,.8);
    /*margin-top: -60px;*/
}
.index-news .list2 .swiper-button-next{
    right: 0;
    background-color: rgba(0,0,0,.8);
    /*margin-top: -60px;*/
}
.index-news .list2 .swiper-button-prev::after,
.index-news .list2 .swiper-button-next::after{
    color: #fff;
    font-size: 14px;
}
.index-news .list3{
    display: flex;
    justify-content: space-between;
}
.index-news .list3 .item{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 11.625%;
    height: 56px;
    background-color: #fff;
    border-radius: 4px;
}
.index-news .list3 .item img{
    max-width: 90%;
    max-height: 90%;
}
@media screen and (max-width: 1380px){
    .index-news .list1{
        margin-bottom: 24px;
    }
    .index-news .list2{
        margin-bottom: 24px;
    }
}
@media screen and (max-width: 950px){
    .index-news .list1{
        margin-bottom: 4vw;
    }
    .index-news .list1 .item{
        width: 49%;
        padding: 4vw;
    }
    .index-news .list1 .item-date{
        font-size: 3.2vw;
        margin-bottom: 1.2vw;
    }
    .index-news .list1 .item-title{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .index-news .list2{
        flex-wrap: wrap;
        margin-bottom: 4vw;
    }
    .index-news .list2 .item{
        width: 24%;
    }
    .index-news .list2 .item .item-img{
        margin-bottom: 2vw;
    }
    .index-news .list2 .item .item-title{
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
    .index-news .list2 .swiper-button-prev{
        left: 4%;
        background-color: rgba(0,0,0,.2);
        margin-top: -12vw;
    }
    .index-news .list2 .swiper-button-next{
        right: 4%;
        background-color: rgba(0,0,0,.2);
        margin-top: -12vw;
    }
    .index-news .list3{
        flex-wrap: wrap;
    }
    .index-news .list3 .item{
        width: 24%;
        height: 9vw;
        margin-bottom: 1%;
    }
}
@media screen and (max-width: 630px){
    .index-news .list2 .item{
        width: 49%;
        margin-bottom: 2%;
    }
}





.index .index-footer{
    padding-bottom: 0;
    background: url(../images/index_footer_bg.jpg) no-repeat center center / cover;
}
.index-footer .footer-top{
    margin-bottom: 104px;
}
.index-footer .footer-top,
.index-footer .footer-center{
    width: 100%;
}
.index-footer .footer-top .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}
.index-footer .footer-center{
    margin-bottom: 16px;
}
.index-footer .footer-center .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
}
.index-footer .logo{
    display: flex;
    align-items: center;
    width: 158px;
    color: #fff;
    font-size: 18px;
    white-space: nowrap;
}
.index-footer .logo img{
    width: 100%;
}
.index-footer .logo .line{
    flex-shrink: 0;
    width: 1px;
    height: 34px;
    background-color: #999999;
    margin: 0 28px 0 32px;
}
.index-footer .footer-line{
    flex-shrink: 0;
    width: 1px;
    height: 88%;
    background-color: rgba(255,255,255,0.2);
}
.index-footer .ewm-box{
    display: flex;
}
.index-footer .ewm-box .ewm{
    text-align: center;
    padding: 18px 18px 22px;
    background-color: #fff;
    margin-right: 64px;
    border-radius: 10px;
}
.index-footer .ewm-box .ewm:last-child{
    margin-right: 0;
}
.index-footer .ewm-box .ewm img{
    width: 104px;
    height: 104px;
    margin: 0 auto 22px;
}
.index-footer .msg{
    display: flex;
    align-items: center;
    color: #fff;
    margin-bottom: 32px;
}
.index-footer .msg .icon{
    margin-right: 12px;
}
.index-footer .msg .icon img{
    width: 16px;
}
.footer-nav{
    padding-bottom: 40px;
}
.footer-nav .inner{
    width: 1200px;
}


.footer-nav .inner .sub_nav{
    display: inline-flex;
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 135px;
}
.footer-nav .inner .sub_nav dt{
    border-bottom: solid 1px rgba(255,255,255,0.2);
}
.footer-nav .inner .sub_nav dt a{
    color: #fff;
    display: block;
    padding: 15px;
    font-size: 18px;
}

.footer-nav .inner .sub_nav dd a{
    color: #eee;
    margin: 10px;
    display: block;
}
.index-footer .footer-bottom{
    width: 100%;
    height: 64px;
    color: #fff;
    background-color: rgba(238,238,238,.1);
}
.index-footer .footer-bottom .inner{
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.index-footer .footer-bottom .left{
    display: flex;
    align-items: center;
}
.index-footer .footer-bottom .left p{
    margin-right: 70px;
}
.index-footer .footer-bottom .left p:last-child{
    margin-right: 0;
}
@media screen and (max-width: 1380px){
    .index-footer .footer-top{
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1230px){
    .index-footer .footer-top{
        margin-bottom: 12vw;
    }
    .index-footer .footer-top .inner,
    .index-footer .footer-center .inner,
    .index-footer .footer-nav .inner{
        width: 92%;
    }
}
@media screen and (max-width: 950px){
    .index-footer .footer-top{
        margin-bottom: 8vw;
    }
    .index-footer .footer-nav{
        padding-bottom: 4vw;
    }
    .index-footer .footer-nav a{
        margin-right: 1.6vw;
    }
    .index-footer .logo{
        max-width: 100%;
        font-size: 3.2vw;
        overflow: hidden;
    }
    .index-footer .logo p{

    }
    .index-footer .logo .line{
        margin: 0 3.2vw;
    }
    .index-footer .footer-center .inner{
        display: block;
    }
    .index-footer .shuidi{
        width: 6vw;
    }
    .index-footer .ewm-box{
        margin-bottom: 2vw;
    }
    .index-footer .ewm-box .ewm{
        padding: 2vw;
        margin-right: 2vw;
        border-radius: 1.6vw;
    }
    .index-footer .ewm-box .ewm img{
        width: 12vw;
        height: 12vw;
        margin-bottom: 2vw;
    }
    .index-footer .msg{
        margin-bottom: 2vw;
    }
    .index-footer .msg .icon{
        margin-right: 12px;
    }
    .index-footer .msg .icon img{
        width: 3vw;
    }
    .index-footer .footer-bottom{
        height: 14vw;
    }
    .index-footer .footer-bottom .left p{
        margin-right: 4vw;
    }
}





.page-title{
    text-align: center;
}
.page-title h4{
    font-size: 30px;
    margin-bottom: 15px;
}
.page-title .en{
    color: #999999;
}
@media screen and (max-width: 950px){
    .page-title h4{
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }
}





.about-us .about1-main1{
    padding: 80px 0;
}
.about-us .about1-main1 .page-title{
    margin-bottom: 64px;
}
.about-us .about1-main1 .com-name{
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 32px;
}
.about-us .about1-main1 .intro{
    line-height: 2;
    color: #666666;
    margin-bottom: 48px;
    font-size: 18px;
}
.about-us .about1-main1 .intro img{
    max-width: 100%;
}
.about-us .about1-main1 .list{
    display: flex;
    justify-content: space-between;
    margin-bottom: 48px;
}
.about-us .about1-main1 .list .item{
    line-height: 24px;
    font-size: 16px;
    text-align: center;
}
.about-us .about1-main1 .list .item .item-img{
    margin-bottom: 32px;
}
.about-us .about1-main1 .list .item .item-img img{
    width: 50px;
    margin: 0 auto;
}
.about-us .about1-main1 .intro-img{
    width: 100%;
}
@media screen and (max-width: 950px){
    .about-us .about1-main1{
        padding: 8vw 0;
    }
    .about-us .about1-main1 .page-title{
        margin-bottom: 8vw;
    }
    .about-us .about1-main1 .com-name{
        font-size: 4vw;
        font-weight: bold;
        margin-bottom: 4vw;
    }
    .about-us .about1-main1 .intro{
        line-height: 4.8vw;
        margin-bottom: 6.4vw;
    }
    .about-us .about1-main1 .list{
        margin-bottom: 6.4vw;
    }
    .about-us .about1-main1 .list .item{
        line-height: 4.8vw;
        font-size: 3.2vw;
    }
    .about-us .about1-main1 .list .item .item-img{
        margin-bottom: 4vw;
    }
    .about-us .about1-main1 .list .item .item-img img{
        width: 8vw;
    }
}





.about-us .about1-main2{
    padding: 78px 0 80px;
    background: url(../images/about1_main2_bg.jpg) no-repeat center center / cover;
}
.about-us .about1-main2 .page-title{
    margin-bottom: 64px;
}
.about-us .about1-main2 .list{
    display: flex;
    justify-content: space-between;
}
.about-us .about1-main2 .list .item{
    position: relative;
    width: 280px;
    max-width: 24%;
    height: 180px;
    color: #fff;
    text-align: center;
    padding-bottom: 20px;
    background: no-repeat center center / cover;
    display: flex;
    align-items: center;
    justify-content: center;
}
.about-us .about1-main2 .list .item .line{
    width: 32px;
    height: 2px;
    background-color: #335da3;
    margin: 16px auto 24px;
}
.about-us .about1-main2 .list .item .content{
    position: absolute;
    top: 70.5%;
    left: 0;
    width: 100%;
    font-size: 18px;
    font-weight: bold;
    transform: translate(0,-50%);
}
@media screen and (max-width: 950px){
    .about-us .about1-main2{
        padding: 8vw 0;
        background: url(../images/about1_main2_bg.jpg) no-repeat center center / cover;
    }
    .about-us .about1-main2 .page-title{
        margin-bottom: 8vw;
    }
    .about-us .about1-main2 .list{
        flex-wrap: wrap;
    }
    .about-us .about1-main2 .list .item{
        width: 49%;
        max-width: none;
        height: 32vw;
        padding-bottom: 2.4vw;
        margin-bottom: 2%;
    }
    .about-us .about1-main2 .list .item .line{
        margin: 2vw auto 3.2vw;
    }
    .about-us .about1-main2 .list .item .content{
        font-size: 4vw;
    }
}





.about-us .about1-main3{
    padding: 80px 0;
}
.about-us .about1-main3 .page-title{
    margin-bottom: 64px;
}
.about-us .about1-main3 .checkmore{
    display: block;
    width: 160px;
    line-height: 48px;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    margin: 32px auto 0;
    border-radius: 200px;
}
@media screen and (max-width: 950px){
    .about-us .about1-main3{
        padding: 8vw 0;
    }
    .about-us .about1-main3 .page-title{
        margin-bottom: 8vw;
    }
    .about-us .about1-main3 .checkmore{
        width: 21.3333vw;
        line-height: 6.4vw;
        margin: 4vw auto 0;
        border-radius: 26.6667vw;
    }
}





.honor-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.honor-list::after{
    content: '';
    width: 32%;
}
.honor-list .item{
    width: 32%;
    margin-bottom: 2%;
}
.honor-list .item img{
    max-width: 100%;
}
@media screen and (max-width: 950px){
    .honor-list::after{
        display: none;
    }
    .honor-list .item{
        width: 49%;
    }
}





.about1-main4{
    padding: 80px 0;
    background-color: #f1f1f1;
}
.about1-main4 .page-title{
    margin-bottom: 64px;
}
.about1-main4 .content{
    line-height: 24px;
    padding: 10px 10px 24px;
    background-color: #fff;
}
.about1-main4 .content img{
    width: 100%;
    margin-bottom: 24px;
}
@media screen and (max-width: 950px){
    .about1-main4{
        padding: 8vw 0;
    }
    .about1-main4 .page-title{
        margin-bottom: 8vw;
    }
    .about1-main4 .content{
        line-height: 4.8vw;
        padding: 1.6vw;
    }
    .about1-main4 .content img{
        margin-bottom: 3.2vw;
    }
}






.pagination{
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 64px;
}
.pagination a,
.pagination span{
    padding: 10px 16px;
    background-color: #eeeeee;
    margin: 0 12px;
    border-radius: 4px;
}
.pagination a:hover,
.pagination span:hover{
    background-color: #c1cee3;
}
.pagination a.current,
.pagination span.current{
    color: #fff;
    background-color: var(--main-color);
}
.pagination .prev-button,
.pagination .next-button{
    padding: 10px 23px;
}
@media screen and (max-width: 950px){
    .pagination{
        flex-wrap: wrap;
        margin-top: 8vw;
    }
    .pagination a,
    .pagination span{
        padding: 1.3333vw 2.1333vw;
        margin: 0 1.6vw;
        border-radius: 0.5333vw;
    }
    .pagination .prev-button,
    .pagination .next-button{
        padding: 1.3333vw 3.0667vw;
    }
}





.about-us .honor{
    padding: 80px 0;
}
@media screen and (max-width: 950px){
    .about-us .honor{
        padding: 8vw 0;
    }
}






.page-tabs{
    display: flex;
}
.page-tabs .tab{
    color: #666666;
    padding-right: 42px;
    border-right: 1px solid #cccccc;
    margin-right: 42px;
}
.page-tabs .tab:last-child{
    padding-right: 0;
    margin-right: 0;
    border-right-width: 0;
}
.page-tabs .tab:hover,
.page-tabs .tab.active{
    color: var(--main-color);
}
/*@media screen and (max-width: 950px){
    .page-tabs .tab{
        padding-right: 5.6vw;
        margin-right: 5.6vw;
        padding-left: 5vw;
    }
}*/




.pro-center{
    padding: 80px 0;
}
.pro-center  .page-tabs{
    margin-bottom: 32px;
}
.pro-center  .pro-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-center  .pro-list .item{
    width: 590px;
    max-width: 49%;
    margin-bottom: 64px;
}
.pro-center  .pro-list .item-img{
    position: relative;
    padding-bottom: 50.847%;
    background: no-repeat center center / cover;
    margin-bottom: 24px;
    border-radius: 10px;
    overflow: hidden;
}
.pro-center  .pro-list .item-img .mask{
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.pro-center  .pro-list .item:hover .item-img .mask{
    display: flex;
}
.pro-center  .pro-list .item-img .content{
    width: 344px;
    max-width: 80%;
    line-height: 24px;
    color: #fff;
}
.pro-center  .pro-list .item-img .item-btn{
    width: 120px;
    line-height: 40px;
    color: #fff;
    text-align: center;
    background-color: var(--main-color);
    margin: 20px auto 0;
    border-radius: 200px;
}
.pro-center  .pro-list .item-title{
    font-size: 18px;
    font-weight: bold;
    text-align: center;
}
.pro-center  .pro-list .item:hover .item-title{
    color: var(--main-color);
}
@media screen and (max-width: 950px){
    .pro-center{
        padding: 8vw 0;
    }
    .pro-center  .page-tabs{
        margin-bottom: 4vw;
    }
    .pro-center  .pro-list .item{
        margin-bottom: 8vw;
    }
    .pro-center  .pro-list .item-img{
        margin-bottom: 3.2vw;
        border-radius: 1.6vw;
    }
    .pro-center  .pro-list .item:hover .item-img .mask{
        display: none;
    }
    .pro-center  .pro-list .item-title{
        font-size: 4vw;
    }
}





.pro-center .pro-list2{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.pro-center .pro-list2::after{
    content: '';
    width: 360px;
    max-width: 32%;
}
.pro-center .pro-list2 .item{
    width: 360px;
    max-width: 32%;
    background-color: #fff;
    border: 1px solid #eee;
    margin-bottom: 40px;
    border-radius: 10px;
    overflow: hidden;
}
.pro-center .pro-list2 .item .item-img{
    padding-bottom: 72.222%;
    background: no-repeat center center / cover;
}
.pro-center .pro-list2 .item .item-line{
    width: 86.111%;
    height: 1px;
    background-color: #eee;
    margin: 0 auto;
}
.pro-center .pro-list2 .item .item-text{
    padding: 32px 24px;
}
.pro-center .pro-list2 .item .item-title{
    font-size: 18px;
    margin-bottom: 15px;
}
.pro-center .pro-list2 .item .item-cont{
    line-height: 24px;
    margin-bottom: 18px;
}
.pro-center .pro-list2 .item .item-btn{
    width: 104px;
    line-height: 32px;
    color: #999999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 200px;
}
.pro-center .pro-list2 .item:hover{
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
}
.pro-center .pro-list2 .item:hover .item-title{
    color: var(--main-color);
}
.pro-center .pro-list2 .item:hover .item-btn{
    color: #fff;
    background-color: var(--main-color);
    border-color: var(--main-color);
}
@media screen and (max-width: 950px){
    .pro-center .pro-list2::after{
        display: none;
    }
    .pro-center .pro-list2 .item{
        width: 49%;
        max-width: none;
        margin-bottom: 5.6vw;
        border-radius: 1.6vw;
    }
    .pro-center .pro-list2 .item .item-text{
        padding: 3.2vw;
    }
    .pro-center .pro-list2 .item .item-title{
        font-size: 4vw;
        margin-bottom: 2vw;
    }
    .pro-center .pro-list2 .item .item-cont{
        line-height: 4.8vw;
        margin-bottom: 2vw;
    }
    .pro-center .pro-list2 .item .item-btn{
        width: 20vw;
        line-height: 6vw;
        border-radius: 26.6667vw;
    }
    .pro-center .pro-list2 .item:hover{
        box-shadow: 0 1.6vw 3.2vw 0 rgba(0,0,0,0.05);
    }
}




.pro-detail{
    padding: 80px 0;
}
.pro-detail .detail-title{
    font-size: 30px;
    font-weight: bold;
}
.pro-detail .detail-content{
    line-height: 24px;
    color: #666666;
}
.pro-detail .detail-content img{
    max-width: 100%;
}
@media screen and (max-width: 950px){
    .pro-detail{
        padding: 8vw 0;
    }
    .pro-detail .detail-title{
        font-size: 4.8vw;
    }
    .pro-detail .detail-content{
        line-height: 4.8vw;
    }
}






.pro-detail2{
    padding: 80px 0;
}
.pro-detail2 .detail-msg{
    position: relative;
    color: #fff;
    padding: 32px 335px 32px 24px;
    background: url(../images/pro_detail2_msg_bg.jpg) no-repeat center center / cover;
    margin-bottom: 64px;
    border-radius: 10px;
}
.pro-detail2 .detail-msg .text{
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 232px;
}
.pro-detail2 .detail-msg .name{
    font-size: 30px;
    margin-bottom: 17px;
}
.pro-detail2 .detail-msg .intro{
    opacity: 0.5;
    margin-bottom: 21px;
}
.pro-detail2 .detail-msg .tag{
    font-size: 18px;
    font-weight: bold;
}
.pro-detail2 .detail-msg .msgs{
    display: flex;
    align-items: center;
}
.pro-detail2 .detail-msg .msgs .msg{
    display: flex;
    align-items: center;
    margin-right: 48px;
}
.pro-detail2 .detail-msg .msgs .msg:last-child{
    margin-right: 0;
}
.pro-detail2 .detail-msg .msgs .msg .msg-t{
    opacity: 0.5;
    margin-right: 11px;
}
.pro-detail2 .detail-msg .img{
    position: absolute;
    top: 24px;
    right: 24px;
    width: 320px;
    height: 320px;
    background: no-repeat center center / cover;
    border: 1px solid #eeeeee;
    box-shadow: 0 10px 20px 0 rgba(0,0,0,0.05);
    border-radius: 10px;
}
.pro-detail2 .detail-content .block{
    margin-bottom: 48px;
}
.pro-detail2 .detail-content .block .block-t{
    margin-bottom: 24px;
}
.pro-detail2 .detail-content .block .block-t .cn{
    color: var(--main-color);
    font-size: 18px;
    font-weight: bold;
    margin-bottom: 9px;
}
.pro-detail2 .detail-content .block .block-t .en{
    color: #cccccc;
}
.pro-detail2 .detail-content .block .block-c img{
    width: 100%;
}
@media screen and (max-width: 950px){
    .pro-detail2{
        padding: 8vw 0;
    }
    .pro-detail2 .detail-msg{
        padding: 3.2vw;
        margin-bottom: 8vw;
        border-radius: 1.6vw;
    }
    .pro-detail2 .detail-msg .text{
        display: block;
        min-height: 0;
        margin-bottom: 4vw;
    }
    .pro-detail2 .detail-msg .name{
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }
    .pro-detail2 .detail-msg .intro{
        margin-bottom: 2.8vw;
    }
    .pro-detail2 .detail-msg .tag{
        font-size: 4vw;
        margin-bottom: 4vw;
    }
    .pro-detail2 .detail-msg .msgs{
        flex-wrap: wrap;
    }
    .pro-detail2 .detail-msg .msgs .msg{
        margin-right: 4vw;
    }
    .pro-detail2 .detail-msg .msgs .msg .msg-t{
        margin-right: 1.6vw;
    }
    .pro-detail2 .detail-msg .img{
        position: static;
        width: 100%;
        height: auto;
        padding-bottom: 100%;
        border-width: 0;
        box-shadow: 0 0 0 0 rgba(0,0,0,0);
        border-radius: 1.6vw;
    }
    .pro-detail2 .detail-content .block{
        margin-bottom: 4vw;
    }
    .pro-detail2 .detail-content .block .block-t{
        margin-bottom: 3.2vw;
    }
    .pro-detail2 .detail-content .block .block-t .cn{
        font-size: 4vw;
        margin-bottom: 1.2vw;
    }
}






.case-center{
    padding: 80px 0;
}
.case-center .page-tabs{
    margin-bottom: 32px;
}
.case-center .case-list::after{
    content: '';
    width: 340px;
    max-width: 32%;
}
.case-center .case-list .item{
    width: 340px;
    max-width: 32%;
    margin-right: 0;
    margin-bottom: 32px;
}
@media screen and (max-width: 950px){
    .case-center{
        padding: 8vw 0;
    }
    .case-center .page-tabs{
        margin-bottom: 4vw;
    }
    .case-center .case-list{
        height: auto;
    }
    .case-center .case-list::after{
        display: none;
    }
    .case-center .case-list .item{
        display: block;
        width: 49%;
        max-width: none;
        margin-bottom: 2%;
    }
    .case-center .case-list .item .item-img{
        padding-bottom: 52.94%;
    }
    .case-center .case-list .item .item-text{
        padding: 1.6vw;
    }
    .case-center .case-list .item .item-text .title{
        font-size: 3.2vw;
        margin-bottom: 1vw;
    }
    .case-center .case-list .item .item-text .subhead{
        font-size: 2.4vw;
    }
}





.case-center .case2-list{
    flex-wrap: wrap;
}
.case-center .case2-list::after{
    content: '';
    width: 340px;
    max-width: 32%;
}
.case-center .case2-list .item{
    width: 340px;
    max-width: 32%;
    margin-bottom: 32px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
@media screen and (max-width: 950px){
    .case-center .case2-list{
        height: auto;
    }
    .case-center .case2-list::after{
        display: none;
    }
    .case-center .case2-list .item{
        display: block;
        width: 49%;
        max-width: none;
        margin-bottom: 4vw;
        box-shadow: 0 0 1.6vw 0 rgba(0,0,0,0.1);
    }
    .case-center .case2-list .item .item-img{
        padding-bottom: 100%;
    }
}





.case-detail{
    padding: 80px 0;
}
.case-detail .detail-title{
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.case-detail .detail-title .title{
    color: var(--main-color);
    font-size: 30px;
    margin-bottom: 15px;
}
.case-detail .detail-title .date{
    color: #999999;
    font-size: 16px;
}
.case-detail .detail-title2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 32px;
}
.case-detail .detail-title3{
    padding-bottom: 32px;
    margin-bottom: 24px;
    border-bottom: 1px solid #eee;
}
.case-detail .detail-title3 .title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 23px;
}
.case-detail .detail-title3 .msgs{
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999999;
    font-size: 16px;
}
.case-detail .detail-title3 .msgs .msg{
    display: flex;
    align-items: center;
    margin: 0 24px;
}
.case-detail .detail-title3 .msgs .msg .icon{
    width: 16px;
    margin-right: 8px;
}
.case-detail .detail-content{
    line-height: 32px;
    color: #666;
    font-size: 16px;
}
.case-detail .detail-content img{
    max-width: 100%;
}
.case-detail .detail-tools{
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 24px;
    border-top: 1px solid #eee;
    margin-top: 64px;
}
.case-detail .detail-tools a{
    max-width: 49%;
    font-size: 16px;
}
.case-detail .detail-tools a i{
    color: #666;
}
.case-detail .detail-tools a.no-msg span{
    color: #999;
}
@media screen and (max-width: 950px){
    .case-detail{
        padding: 8vw 0;
    }
    .case-detail .detail-title{
        padding-bottom: 4vw;
        margin-bottom: 3.2vw;
    }
    .case-detail .detail-title .title{
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }
    .case-detail .detail-title .date{
        font-size: 3.2vw;
    }
    .case-detail .detail-title2{
        font-size: 4.8vw;
        margin-bottom: 4vw;
    }
    .case-detail .detail-title3{
        padding-bottom: 4vw;
        margin-bottom: 3.2vw;
    }
    .case-detail .detail-title3 .title{
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }
    .case-detail .detail-title3 .msgs{
        font-size: 3.2vw;
    }
    .case-detail .detail-title3 .msgs .msg{
        margin: 0 3.2vw;
    }
    .case-detail .detail-title3 .msgs .msg .icon{
        width: 3vw;
        margin-right: 1.2vw;
    }
    .case-detail .detail-content{
        line-height: 4.8vw;
    }
    .case-detail .detail-content video{
        max-width: 90vw;
    }
    .case-detail .detail-tools{
        padding-top: 3.2vw;
        margin-top: 8vw;
    }
    .case-detail .detail-tools a{
        font-size: 3.2vw;
    }
}


.detail-content p,.detail-content{
    font-size: 16px;
    line-height: 32px;
}

.news-center{
    padding: 80px 0;
}
.news-center .page-tabs{
    margin-bottom: 8px;
}
.news-center .news-list .list-item{
    display: flex;
    align-items: center;
    padding: 24px 0;
    border-bottom: 1px solid #eee;
}
.news-center .news-list .list-item .item-img{
    width: 330px;
    height: 150px;
    background: no-repeat center center / cover;
    margin-right: 26px;
}
.news-center .news-list .list-item .item-text{
    flex: 1;
}
.news-center .news-list .list-item .item-title{
    font-size: 18px;
    margin-bottom: 12px;
}
.news-center .news-list .list-item:hover .item-title{
    color: var(--main-color);
}
.news-center .news-list .list-item .item-cont{
    line-height: 24px;
    color: #666;
    margin-bottom: 12px;
}
.news-center .news-list .list-item .item-btn{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-center .news-list .list-item .item-btn .check-more{
    width: 104px;
    line-height: 32px;
    color: #999999;
    text-align: center;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 200px;
}
.news-center .news-list .list-item:hover .item-btn .check-more{
    color: #fff;
    border-color: var(--main-color);
    background-color: var(--main-color);
}
.news-center .news-list .list-item .item-btn .more img{
    width: 33px;
}
@media screen and (max-width: 950px){
    .news-center{
        padding: 8vw 0;
    }
    .news-center .page-tabs{
        margin-bottom: 1.2vw;
    }
    .news-center .news-list .list-item{
        padding: 3.2vw 0;
    }
    .news-center .news-list .list-item .item-img{
        width: 24vw;
        height: 20vw;
        margin-right: 3.6vw;
    }
    .news-center .news-list .list-item .item-title{
        font-size: 4vw;
        margin-bottom: 1.6vw;
    }
    .news-center .news-list .list-item .item-cont{
        line-height: 4.8vw;
        margin-bottom: 1.6vw;
    }
    .news-center .news-list .list-item .item-btn .check-more{
        width: 20vw;
        line-height: 6vw;
        border-radius: 26.6667vw;
    }
    .news-center .news-list .list-item .item-btn .more img{
        width: 4.4vw;
    }
}





.contact-us{
    padding: 80px 0;
}
.contact-us .page-tabs{
    margin-bottom: 32px;
}
.contact-us .contact-title{
    display: flex;
    align-items: center;
    height: 200px;
    padding-left: 64px;
    background: url(../images/contact_us_block1_bg.jpg) no-repeat left center / cover;
    margin-bottom: 64px;
}
.contact-us .contact-title .title{
    color: #fff;
}
.contact-us .contact-title .title .cn{
    font-size: 30px;
    margin-bottom: 15px;
}
.contact-us .msgs{
    display: flex;
    justify-content: space-between;
    margin-bottom: 104px;
}
.contact-us .msgs .msg{
    word-break: break-all;
    text-align: center;
}
.contact-us .msgs .msg .msg-img{
    display: flex;
    align-items: center;
    justify-content: center;
    width: 48px;
    height: 48px;
    background: var(--main-color);
    margin: 0 auto 15px;
    border-radius: 50%;
}
.contact-us .msgs .msg .msg-img img{
    width: 16px;
}
.contact-us .msgs .msg .msg-title{
    color: #666666;
    margin-bottom: 15px;
}
.contact-us .msgs .msg .msg-cont{
    font-size: 18px;
}
.contact-us .gaodeMap{
    height: 500px;
}
@media screen and (max-width: 950px){
    .contact-us{
        padding: 8vw 0;
    }
    .contact-us .page-tabs{
        margin-bottom: 4vw;
    }
    .contact-us .contact-title{
        height: 32vw;
        padding-left: 8vw;
        margin-bottom: 8vw;
    }
    .contact-us .contact-title .title .cn{
        font-size: 4.8vw;
        margin-bottom: 2vw;
    }
    .contact-us .msgs{
        flex-wrap: wrap;
        margin-bottom: 8vw;
    }
    .contact-us .msgs .msg{
        width: 49%;
        margin-bottom: 2%;
    }
    .contact-us .msgs .msg .msg-img{
        width: 8vw;
        height: 8vw;
        margin: 0 auto 2vw;
    }
    .contact-us .msgs .msg .msg-img img{
        width: 3vw;
    }
    .contact-us .msgs .msg .msg-title{
        margin-bottom: 2vw;
    }
    .contact-us .msgs .msg .msg-cont{
        font-size: 4vw;
    }
    .contact-us .gaodeMap{
        height: 66.6667vw;
    }
}








.talent-recruitment .jobTable{
    padding: 0 24px 24px;
    background-color: #fff;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}
.talent-recruitment .jobTable table{
    width: 100%;
}
.talent-recruitment .jobTable table thead{
    font-size: 18px;
    border-bottom: 1px solid #f1f1f1;
}
.talent-recruitment .jobTable table thead tr{
    height: 64px;
}
.talent-recruitment .jobTable table tbody{
    font-size: 16px;
    border-bottom: 1px solid #f1f1f1;
}
.talent-recruitment .jobTable table tbody tr{
    height: 64px;
}
.talent-recruitment .jobTable table th,
.talent-recruitment .jobTable table td{
    text-align: center;
    padding: 0 12px;
}
.talent-recruitment .jobTable table tbody tr:first-child{
    cursor: pointer;
}
.talent-recruitment .jobTable table td.icon{
    padding: 0;
    width: 40px;
}
.talent-recruitment .jobTable table td.icon i{
    display: block;
    width: 9px;
    height: 5px;
    background: url(../images/icon_unfold2.png) no-repeat center center;
}
.talent-recruitment .jobTable table .fold{
    background-color: #f1f1f1;
}
.talent-recruitment .jobTable table .fold td.icon i{
    background-image: url(../images/icon_fold2.png);
}
.talent-recruitment .jobTable table .trDetail{
    height: auto;
}
.talent-recruitment .jobTable table .trDetail td{
    padding: 0;
}
.talent-recruitment .jobTable table .trDetail .detailMsg{
    height: 0px;
    font-size: 14px;
    text-align: left;
    padding: 0px 50px 0px 40px;
    background-color: #f8f8f8;
    overflow: hidden;
}
.talent-recruitment .jobTable table .fold .trDetail .detailMsg{
    height: auto;
    padding: 36px;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .message{
    display: flex;
    flex-wrap: wrap;
    padding-bottom: 2px;
    border-bottom: 1px solid #eee;
    margin-bottom: 32px;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .message .msg{
    display: flex;
    align-items: center;
    width: 33%;
    margin-bottom: 30px;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .message .msg .msg-t{
    color: var(--main-color);
    margin-right: 16px;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .message .msg .msg-c{
    color: #666666;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .content .block{
    margin-bottom: 30px;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .content .block:last-child{
    margin-bottom: 0px;
}
.talent-recruitment .jobTable table .trDetail .detailMsg .content .block .block-t{
    color: var(--main-color);
}
.talent-recruitment .jobTable table .trDetail .detailMsg .content .block .block-c{
    line-height: 24px;
    color: #666666;
}
@media screen and (max-width: 950px){
    .talent-recruitment .jobTable{
        padding: 0 3.2vw 3.2vw;
        box-shadow: 0 0 1.6vw 0 rgba(0,0,0,0.1);
    }
    .talent-recruitment .jobTable table thead{
        font-size: 3.2vw;
    }
    .talent-recruitment .jobTable table thead tr{
        height: auto;
    }
    .talent-recruitment .jobTable table tbody{
        font-size: 3.2vw;
    }
    .talent-recruitment .jobTable table tbody tr{
        height: auto;
    }
    .talent-recruitment .jobTable table th,
    .talent-recruitment .jobTable table td{
        padding: 1.6vw 0;
    }
    .talent-recruitment .jobTable table td.icon{
        padding: 0;
        width: auto;
    }
    .talent-recruitment .jobTable table .trDetail .detailMsg{
        font-size: 3.2vw;
    }
    .talent-recruitment .jobTable table .fold .trDetail .detailMsg{
        padding: 4.8vw;
    }
    .talent-recruitment .jobTable table .trDetail .detailMsg .message{
        margin-bottom: 4vw;
    }
    .talent-recruitment .jobTable table .trDetail .detailMsg .message .msg{
        width: auto;
        min-width: 48%;
        margin-right: 2%;
        margin-bottom: 4vw;
    }
    .talent-recruitment .jobTable table .trDetail .detailMsg .message .msg .msg-t{
        margin-right: 2vw;
    }
    .talent-recruitment .jobTable table .trDetail .detailMsg .content .block{
        margin-bottom: 4vw;
    }
    .talent-recruitment .jobTable table .trDetail .detailMsg .content .block .block-c{
        line-height: 4.8vw;
    }
}

.block_title{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items:center;
    margin-bottom: 5vh;
}
.block_title  h3{
    font-size: 2vw;
}
.block_title  h5{
   color: #666666;
    margin-top: 1vh;
}

.index-pro .block_title,.index-pro .block_title  h5,.index-case2 .block_title,.index-case2 .block_title h5{
    color: #ffffff;
}

.case-list .swiper-container{
    width:100vw;
}

.case-list  .swiper-slide{
    overflow: hidden;
    width: 100%;
}

.about_zindex{
    background: #ffffff;
    box-shadow: 10px 10px 4px 1px rgba(0, 0, 0, 0.2);
    border-radius: 10px;
}


.solution{
    max-width: 100%;
    display: flex;
    height: auto;
    align-items: center;
    position: relative;

}


.solution .solution_box{
    position: relative;
    width: 25%;
}
.solution .solution_box .box_img{
    width: 100%;
}
.solution .solution_box .box_img img{
    width: 100%;
}
.solution_box .box_zhe:hover:before{
    content:'';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(141,186,52,.8);
    z-index: 10;
}
.box_content {
    padding: 10px;
    position: absolute;
    width: 100%;
    top: 30%;
    z-index: 800;
}
.box_content .summary .fl_ico {
    display: flex;
    justify-content: center;
}
.box_content  .title {
    text-align: center;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size: 20px;
    color: #fff;
}

.future{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.future .future_box{
    display: inline-flex;
    flex-direction: column;
    /*padding: 20px;*/
}
.future .future_box a{
    color: #ffffff;
}
.future .future_box img{
   /* width: 100%;*/
    /*border-radius: 10px;*/
}
.future .future_box h5{
    font-size: 20px;
    line-height: 60px;
    text-align: center;
}
.future .future_box p{
    line-height: 32px;
    text-indent: 2em;
    padding: 15px;
}

.crumbs{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 1200px;
    margin: 0 auto;
    position: relative;
    margin-top: 30px;
}
.crumbs .category a,.crumbs .nav,.crumbs .nav a{
    color: #666;
}


@media screen and (max-width: 750px){
    .index-banner .swiper-pagination{
        display: none;
    }
    .index-banner .btn .button-prev,
    .index-banner .btn .button-next{
        width: 17.0667vw;
        font-size: 3.2vw;
    }
    .index-banner .btn .button-prev i,
    .index-banner .btn .button-next i{
        width: 2.5333vw;
        height: 2.1333vw;
        margin-right: 1.2vw;
    }
    .index-banner .swiper-slide .img{
        width: 100vw;
        height: 100vw;
    }
    .index-banner .banner-text .title{
        font-size: 6.4vw;
        margin-bottom: 3.2vw;
    }
    .index-banner .banner-text .en{
        font-size: 4vw;
    }
    .footer-nav{
        display: none;
    }
    .index-pro .list .item .title{
        left:-20px !important;
    }
    .wap_bot{
        display:flex !important;
        position: fixed;
        bottom: 0px;
        width:100vw;
        height: 8vh;
        background:#ffffff;
        border-top:solid 1px rgba(0,0,0,0.1);
        z-index: 9999;
        justify-content: space-around;
        align-items: center;
    }

    .pagination_wap {
        position: absolute;
        bottom: 10px;
        width: 100%;
        text-align: center;
        z-index: 999;
    }
    .pagination_wap .swiper-pagination-switch {
        display: inline-block;
        width: 8px;
        height: 8px;
        border-radius: 8px;
        background: #555;
        margin: 0 5px;
        opacity: 0.8;
        border: 1px solid #fff;
        cursor: pointer;
    }
    .pagination_wap .swiper-active-switch {
        background: #fff;
    }
    .block_title h3{
        font-size: 6vw !important;
    }
    .block_title{
        margin-bottom:3vh !important; ;
    }
    .index-case .item{
        width: 100% !important;
        max-width: 100% !important;
    }
    .case-list {
        display: flex;
        justify-content: space-between;
    }
    .case-center .case-list .item {
        display: block;
        width: 49%;
        max-width: none;
        margin-bottom: 4vw;
        box-shadow: 0 0 1.6vw 0 rgba(0,0,0,0.1);
    }
    .case-center .case-list .item .item-img{
        padding-bottom: 0%;
    }
    .case-center .case-list .item .item-img img{
        max-width: 100%;
    }
    .index-about .top .content{
        line-height: 7.8vw;
        -webkit-line-clamp: 12;
        padding: 4vw;
        height: auto;
        min-height: 40vh;
        text-overflow:ellipsis;

    }
    .index-about .top .img{
        display: flex;
        margin-left: 0px;
        align-content: center;
        width: 92vw;
        /*background: #f1f1f1;*/
        border: solid 1px #eee;
    }
    .index-about .top .img video{
        width: 100vw;
       /* padding: 15px;*/
        height: auto;

    }
    .about_zindex{
        box-shadow: none;
    }
    .future{
        flex-direction: column;
    }
    .future .future_box img{
        width: 100vw;
    }
    .future .future_box p{
        padding-left: 15px;
        padding-right: 15px;
    }
    img{
        max-width: 100vw;
    }
    .about-us .about1-main1 .intro  img{
        max-width: 90vw;
    }
    .swiper-pagination-bullet{
        width: 24px;
        height: 24px;
    }
    .index-news .list2 .swiper-button-next{
        margin-top: 0vh;
    }
    .index-news .list2 .swiper-button-prev{
        margin-top: 0vh;
    }
    .page-tabs .tab{
        width: 26vw;
        height: 4vh;
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding-right: 0px;
        border-right:none;
        margin-right: 0px;
        background-color: #f1f1f1;
        margin-bottom: 1vh;
    }
    .index-case .checkmore{
        width: 50vw;
        line-height: 5vh;
    }
    .index-about .about_zindex .text .checkmore{
        display: none;
    }
}