
.swiper-main{
    width: 100%;
    height: 700px;
    overflow: hidden;
}  
.swiper-main .swiper-slide{
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
}
.swiper-main .swiper-pagination{
    bottom: 34px!important;
}
.swiper-main .swiper-pagination-bullet{
    width:50px!important;
    height:5px!important;
    border-radius: 2.5px!important;
    background-color: #999!important;
}
.swiper-main .swiper-pagination-bullet-active{
    background:#336FFF!important;
}
.swiper-main .wrap{
    height:100%;
}
.swiper-main .h1{
    color: #0a0a2e;
    font-size: 48px;
    font-weight: 700;
    line-height: 60px;
}
.swiper-main .h2{
    font-size: 32px;
    /* 字体使用渐变色 */
    background: linear-gradient(to right, #0036ff, #cc95ff);
    background-size: 100% 100%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-top: 10px;
    line-height: 60px;
}
.swiper-main .h3{
    font-size: 17px;
    color: #333333;
    line-height: 27px;
    margin-top: 20px;
}
.swiper-main .lbtn{
    width:180px;
    height:50px;
    text-align: center;
    line-height: 50px;
    color: #fff;
    border-radius: 10px;
    background: linear-gradient(to right, #594bff, #658dff);
    margin-top: 40px;
    display: block;
    font-size: 20px;
}
.swiper-button-next, .swiper-rtl .swiper-button-prev{
    right: 50px !important;
    height: 45px!important;
    width: 23px!important;
    background: url(../img/ico_swiper_right.png) center no-repeat;
    display: none;
}
.swiper-button-next:after, .swiper-rtl .swiper-button-prev:after{
    content: ''!important;
}
.swiper-button-prev, .swiper-rtl .swiper-button-next{
    left: 50px!important;
    height: 45px!important;
    width: 23px!important;
    background: url(../img/ico_swiper_left.png) center no-repeat;
    display: none;
}
.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after{
    content: ''!important;
}
.swiper-main:hover .swiper-button-next,.swiper-main:hover .swiper-button-prev{
    display: block;

}
.swiper-main .content{
    display: flex;
    justify-content: center;
    /* align-items: flex-end; */
    height:100%;
    flex-direction: column;
    width: 640px;
}
.intro-list{
    background-color: #F9FBFE;
    
}
.intro-list .wrap .intro-item{
    /* width: 33.33%; */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 140px;
}
.intro-list .wrap .intro-item .title{
    font-size: 18px;
    color: #000000;
    margin-bottom: 10px;
}
.intro-list .wrap .intro-item .content{
    font-size:14px ;
    color: #666666;
}
.intro-list .wrap .intro-item:hover .title{
    color: #004bff;
    transition: all 1s;
}
.question {
    padding: 114px 0 104px 0;
    /* 渐变背景 */
    background: linear-gradient(to top, #F5F5F5 0%, #fff 100%);
}
.cblock div.h2{
    font-size: 42px;
    font-weight: 700;
    color: #000000;
    text-align: center;
}
.question .q-list{
    margin-top: 80px;
}

.question .q-list .q-item{
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: #fff;
    border-radius: 10px;
    padding: 57px 0;
    flex:1;
    /* 阴影 */
    box-shadow: 0 10px 30px rgba(120,141,186,0.2);
}
.question .q-list .q-item:hover{
    /* 鼠标获取焦点，元素上移 */
    /* transform: translateY(-10px); */
    /* 变大 */
    transform: scale(1.05);
    /* 动画 */
    transition: all 0.3s;
}
.question .q-list .q-item:last-child{
    margin-right: 0;
}
.question .q-list .q-item .icon{
    margin-bottom: 15px;
}
.question .q-list .q-item .tag{
    margin-bottom: 20px;
}
.question .q-list .q-item .title{
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.question .q-list .q-item .content{
    font-size: 14px;
    color: #666666;
    padding:0 54px;
    text-align: center;
}
.service{
    padding:126px 0 104px 0;
}
.service .slist{
    min-height:160px;
    background: url(../img/bg_service.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 80px;
    margin-top: 48px;
}
.service .slist .sitem{
    min-height:160px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 36px;
    position: relative;
}
.service .slist .sitem:after{
    content: '';
    width: 1px;
    height: 40%;
    background-color: #acc9ff;
    position:absolute;
    right:0;
    top:30%;
}
.service .slist .sitem:last-child:after{
    display: none;
}
.service .slist .sitem .icon{
    width:48px;
    height:54px;
    background-position: center;
    background-repeat: no-repeat;
    margin-right: 20px;
    flex-shrink: 0;
}
.service .slist .sitem .content{
    flex:1;
    height:70px;
}
.service .slist .sitem .title{
    font-size: 21px;
    color: #000000;
    margin-bottom: 10px;
}
.service .slist .sitem .intro{
    font-size: 14px;
    color: #666666;
}
.juzhen {
    background: url(../img/bg_juzhen.png) center center no-repeat;
    background-size:cover;
    padding: 120px 0 118px 0;
}
.juzhen .dlink{
    text-align: center;
    margin-top: 10px;
}
.juzhen .dlink a{
    color: #135af4;
}
.juzhen .tab-list{
    display: flex;
    justify-content: center;
    margin-top: 62px;
}
.juzhen .tab-list .tab-item{
    margin-right:110px;
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    cursor: pointer;
}
.juzhen .tab-list .tab-item:last-child{
    margin:0;
}
.juzhen .tab-list .tab-item.active:after{
    width:60px;
    height:4px;
    border-radius: 2px;
    background-color: #135af4;
    position: absolute;
    content: ' ';
    bottom: -35px;
    left:50%;
    margin-left: -30px;
}
.juzhen .container-list{
    background-color: #fff;
    border-radius: 20px;
    margin-top: 35px;
    padding: 78px 60px;
}
.juzhen .container-list .content{
    padding-left: 30px;
}
.juzhen .container-list .content .title{
    font-size: 28px;
    color: #000000;
    margin-bottom: 25px;
}
.juzhen .container-list .content .intro{
    color: #666666;
    font-size: 17px;
    margin-bottom: 45px;
}
.juzhen .container-list .content .info-list {
    margin-bottom: 30px;
}
.juzhen .container-list .content .info-list .info-item{
    display: flex;
    margin-bottom: 32px;
}
.juzhen .container-list .content .info-list .icon{
    height:20px;
    width:20px;
    background: url('../img/ico_dui.png') center center no-repeat;
    margin-right: 14px;
}
.juzhen .container-list .content .info-list .name{
    font-size:18px;
    color: #000000;
    margin-bottom: 10px;
    line-height: 1;
}
.juzhen .container-list .content .info-list .value{
    font-size:15px;
    color: #9e9e9e;
}
.juzhen .container-list .content .lbtn{
    width:140px;
    height:46px;
    border-radius: 23px;
    background-color: #336FFF;
    color: #fff;
    display: block;
    text-align: center;
    line-height: 46px;
}
.tongxin{
    padding: 120px 0 140px 0;
    background: url('../img/bg_tongxin.png') center bottom no-repeat;
}
.tongxin .dlink{
    text-align: center;
    margin-top: 10px;
}
.tongxin .dlink a{
    color: #135af4;
}
.tongxin .container{
    display: flex;
    justify-content: space-between;
    width: 1182px;
    margin:0 auto;
    margin-top: 88px;
}
.tongxin .container .cleft{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:574px;
    height:819px;
    position: relative;
    border-radius: 25px;
}
.tongxin .container .cleft .content{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 42px;
    bottom: 0;
}
.tongxin .container .title{
    font-size: 30px;
    color: #000000;
    margin-bottom: 20px;
}
.tongxin .container .cleft .content .info{
    font-size: 20px;
    color: #666666;
    display: flex;
    justify-content: space-between;
}
.tongxin .container .cright .ctop{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:574px;
    height:395px;
    position: relative;
    border-radius: 25px;
}
.tongxin .container .cright .cbottom{
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    width:574px;
    height:395px;
    margin-top: 29px;
    position: relative;
    border-radius: 25px;
}
.tongxin .container a{
    color: #336fff;
    font-size: 17px;
}
.tongxin .container .cright .content{
    position: absolute;
    width: 100%;
    box-sizing: border-box;
    padding: 42px;
    bottom: 0;
}
.tongxin .container .cright .dot-list{
    font-size: 20px;
    color: #666666;
    justify-content: space-between;
    margin-bottom: 30px;
    line-height: 1.7;
}
.tongxin .container .tx-item:hover{
    /* 阴影 */
    box-shadow: 0 0 20px rgba(40,84,181,0.2);
}

.aboutus{
    padding: 126px 0 114px 0;
    background:url(../img/bg_aboutus.png) center center no-repeat;
}
.aboutus div.h2{
    color: #fff;
}
.aboutus .container{
    width: 50%;
    padding: 0 50px;
    margin-top: 120px;
    color: #fff;
    box-sizing: border-box;
}
.aboutus .container .h3{
    font-size: 36px;
    margin-bottom: 40px;
}
.aboutus .container .content{
    font-size: 18px;
}
.aboutus .container .content p{
    margin-bottom: 30px;
}
.aboutus .container .dlink a{
    color: rgba(255, 255, 255, .8);
}
.aboutus .container .counter-list{
    display: flex;
    margin-top: 84px;
}
.aboutus .container .counter-list .counter-item{
    margin-right: 35px;
}
.aboutus .container .counter-list .counter-item:last-child{
    margin:0;
}
.aboutus .container .counter-list .counter-item .value{
    font-size: 64px;
    color: #00f0ff;
}
.aboutus .container .counter-list .counter-item .value .unit{
    font-size: 16px;
}
.aboutus .container .counter-list .counter-item .name{
    font-size: 17px;
}
.customer{
    background-color: #fff;
    padding:113px 110px;
}
.customer .logo-list{
    margin-top: 65px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.customer .logo-list .logo-item{
    height:80px;
    width: 180px;
    margin: 10px;
    border:1px solid #d5d5d5;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    flex-shrink: 0;
}


@media (max-width: 768px) {
    .swiper-main{
        height: 250px;
        font-size: 14px;
    }
    .swiper-main .h1{
        font-size: 1.2rem;
        /* font-weight: 500; */
        /* text-align: center; */
        padding: 2rem;
        padding: 0 1rem;
    }
    .swiper-main .h2{
        font-size: 1rem;
        display: none;
    }
    .swiper-main .h3{
        font-size: 1rem;
        display: none;
    }

    .swiper-main .lbtn{
        display: none;
    }

    .swiper-main .content{
        width: 100%;
    }
    .intro-list .wrap .intro-item{
        height: auto;
        padding: 1rem 0;
    }
    .cblock div.h2{
        font-size: 1.2rem;
    }
    .question .q-list .q-item .title{
        font-size: 1.1rem;
        margin-bottom: 5px;
    }
    .service .slist .sitem .icon{
        margin-right: 10px;
    }
    .question .q-list .q-item .tag{
        margin-bottom: 10px;
    }
    .question .q-list .q-item .content{
        font-size: 1;
    }
    .question{
        padding: 2rem 0;
    }
    .question .q-list{
        margin-top: 1rem;
    }
    .question .q-list .q-item{
        padding: 1rem 0;
    }
    .service{
        padding:2rem 0;
    }
    .service .slist{
        margin-top: 1rem;
        border-radius: 10px;
        overflow: hidden;
        padding-top: 1rem;
        margin: 1rem 1rem 0 1rem;

    }
    .service .slist .sitem:after{
        display: none;
    }
    .service .slist .sitem{
        min-height: 120px;
        padding: 0 1rem;
        min-height: auto;
        margin-bottom: 1rem;
    }
    .service .slist .sitem .title{
        font-size: 1.1rem;
        margin-bottom: 0;
        margin-top: 0.5rem;
    }
    .juzhen{
        padding: 2rem 0;
    }
    .juzhen .tab-list{
        margin-top: 1rem;
        overflow-x: scroll;
        justify-content:flex-start
    }
    
    .juzhen .tab-list .tab-item{
        margin: 0;
        padding: 1rem;
        text-align: center;

    }
    .juzhen .container-list{
        padding: 1rem;
        margin-top: 1rem;
        box-sizing: border-box;
    }
    .juzhen .tab-list .tab-item.active:after{
        bottom:1px;
        z-index: 999;
    }
    .juzhen .container-list .pic{
        height: 180px;
        overflow: hidden;
        margin-bottom:1rem ;
    }
    .juzhen .container-list .pic img{
        width: 100%;
    }
    .juzhen .container-list .content{
        padding-left: 0;
    }
    .juzhen .container-list .content .title{
        font-size: 16px;
        margin-bottom: 10px;
    }
    .juzhen .container-list .content .intro{
        font-size: 14px;
        line-height: 1.7;
        margin-bottom: 1rem;
    }
    .juzhen .container-list .content .info-list{
        margin-bottom: 1rem;
    }
    .juzhen .container-list .content .info-list .name{
        font-size: 14px;
        margin-bottom: 5px;
    }
    .juzhen .container-list .content .info-list .value{
        font-size: 14px;
    }
    .juzhen .container-list .content .info-list .info-item:last-child{
        margin-bottom: 0;
    }
    .tongxin{
        padding: 2rem 1rem;
    }
    .tongxin .container{
        margin-top: 1rem;
        flex-wrap: wrap;
    }
    .tongxin .container .cleft{
        width: 100%;
        height: 280px;
        /* background-position: 23vw center; */
        background-size: cover;
    }
    .aboutus{
        background-size: cover;
        padding:2rem 0;
    }
    .aboutus .container{
        width: 100%;
        padding: 0 1rem;
        margin-top: 1rem;
        
    }
    .aboutus .container .h3{
        display: none;
    }
    .aboutus .container .content{
        font-size: 14px;
        line-height: 1.7;
    }
    .aboutus .container .counter-list{
        margin-top: 2rem;
        flex-wrap: wrap;
    }
    .aboutus .container .counter-list .counter-item{
        width: 50%;
        margin: 0;
        margin-bottom: 1rem;
    }
    .aboutus .container .counter-list .counter-item .value{
        font-size: 2rem;
    }
    .aboutus .container .counter-list .counter-item .name{
        font-size: 14px;
    }
    .customer{
        padding: 2rem;
    }
    .customer .logo-list{
        margin-top: 1rem;

    }
   
    .tongxin .container .cright .content{
        padding: 1rem;
    }
    .tongxin .container .title{
        font-size: 1.1rem;
    }
    .tongxin .container .cright .dot-list{
        font-size: 1rem;
        margin-bottom: 1rem;
    }
    .tongxin .container .content{
        position: relative !important;
    }
    .tongxin .container .cright .cbottom{
        margin-top: 0;
    }
    .tongxin .container .tx-item{
        display: flex;
        align-items: center;

        /* margin:0 1rem; */
        border-radius: 10px!important;
        overflow: hidden;
        margin-bottom: 10px;
    }
    .tongxin .container .cright{
        flex: 1;
    }
    .tongxin .container .cright .tx-item{
        width: 100%;
        height:280px;
    }
    .tongxin .container .cleft .content{
        padding:1rem;
    }
    .tongxin .container .cleft .content .info{
        font-size: 1rem;
        display: flex;
        flex-direction: column;
    }
    .tongxin .container .cleft .content .info a{
        margin-top: 1rem;
    }

    .tongxin .container{
        width: 100%;
    }
}

