



.main-swipe{
    min-width: 1100px;
    position: relative;
    overflow: hidden;
}

.main-swipe .swiper-pagination-bullet-active {
    opacity: 1;
    background: #f2b705;
    border: 1px solid #f2b705 !important;
}
.main-swipe .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    border: 1px solid #000000;
}
.main-swipe .swiper-slide{
    position: relative;
}
.swiper-absol{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50% , -50%);
}

.swiper-cnt{
    background-color: rgba(255, 255, 255, .7);
    padding: 30px 40px;
    border-radius: 10px;
}
.swiper-ctit{
    font-size: 36px;
}

.swiper-cbtm{
    display: flex;
    justify-content: space-between;
    padding: 20px 0;
}
.swiper-cbmle{
    width: 18%;
}
.swiper-cbmle img{
    width: 100%;
    height: auto;
}
.swiper-cbmri{
    width: 80%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}
.swiper-cbmri p{
    font-size: 18px;
}



.product-tit{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.product-tit h2{
    font-size: 34px;
    font-weight: 600;
}
.product-tit a{
    font-size: 16px;
    color: #444444;
    padding: 10px 25px;
    border-radius: 5px;
   /* border: 1px solid #444444;*/
}
.suggest-bj{
    background-color: #f5f5f5;
}
/* 产品目录 */
.contents-box{
    padding: 60px 0;
}
.contents-bul{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}

.contents-bul li{
    width: 16%;
    padding: 35px 0 30px;
    border: 1px solid #e5e5e5;
    border-radius: 10px;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.contents-bimg{
    width: 110px;
    height: 110px;
    border-radius:50%;
    overflow: hidden;
}
.contents-bimg img{
    width: 100%;
    height: 100%;
}
.contents-btxt{
    min-height: 50px;
    font-size: 16px;
    padding: 20px;
}
.contents-bul li a{
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px 30px;
    border-radius: 10px;
}
.contents-bul li a img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}
.ulimga{
    display: block;
}
.ulimgb{
    display: none;
}
.contents-bul li:hover{
    border: 1px solid #1a0e72;
}
.contents-bul li:hover a{
    color: #1a0e72;
    background-color: #edecf4;
}
.contents-bul li:hover .ulimga{
    display: none;
}
.contents-bul li:hover .ulimgb{
    display: block;
}


.product-tit a:hover {
    color: #1a0e72;
    background-color: #edecf4;
}



/* 产品推荐 */
.suggest-box{
    padding: 60px 0;
}

.suggest-bul{
    display: flex;
    flex-wrap: wrap;
    margin-top:20px;
}
.suggest-bul li{
    width: 31%;
    margin: 15px;
    background-color: #ffffff;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
    .suggest-bul li:hover {
        border: 1px solid #1a0e72;
    }

.suggest-bcnt{
    padding: 25px;
    display: flex;
    justify-content: space-between;
}
.suggest-bcle{
    width: 120px;
}
.suggest-bcle img{
    width: 100%;
    height: auto;
}

.suggest-bcri{
    width:65%;
}
.suggest-bcri h3{
    font-size: 18px;
    margin-bottom: 10px;
    font-weight: 600;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.suggest-bcri p{
    font-size: 16px;
    color: #999999;
    margin-bottom: 5px;
}
.suggest-bcri span{
    font-size: 16px;
    color: #999;
    padding-top: 10px;
}


.suggest-bbtn{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color:rgba(121, 108, 206, .5);
    display: none;
}
.suggest-btnct{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.suggest-bbtn a{
    width: 130px;
    height: 50px;
    font-size: 16px;
    color: #ffffff;
    background-color: #f2b705;
    border-radius: 10px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.suggest-bbtn a img{
    width: 20px;
    height: 20px;
}
.suggest-bul li:hover .suggest-bbtn{
    display: block;
}










.help-box{
    padding: 70px 0;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.help-bitm{
    width: 32%;
    overflow: hidden;
    position: relative;
    border-radius: 10px;
}
.helpb-itmabsol{
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.itmabsol-cnt{
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 45px 35px;
}
.itmabsol-cnt h3{
    font-size: 32px;
    color: #ffffff;
}

    .itmabsol-cnt a {
        width: 130px;
        background-color: #999;
        color: #ffffff;
        font-size: 16px;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 10px 0;
        border-radius: 10px;
    }
        .itmabsol-cnt a:hover {
            color: #1a0e72;
            background-color: #edecf4;
        }
.itmabsol-cnt a img{
    width: 20px;
    height: 20px;
    margin-left: 5px;
}






/* 服务于世界的知名客户 */
.customer-box{
    padding: 60px 0 50px;
}
.customer-swipe{
    position: relative;
    padding: 30px 0 50px;
    overflow: hidden;
}
.customer-swipe .swiper-slide img{
   width: 100%;
   height: auto;
}
/* .customer-swipe .swiper-slide p{
    width: 200px;
    height: 100px;
    margin: 10px;
    background-color: #ffffff;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 10px;
} */


.customer-swipe .swiper-pagination-bullet-active {
    opacity: 1;
    background: transparent;
    border: 3px solid #999999 !important;
}
.customer-swipe .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
}


.about-box {
    padding: 60px 0;
    display: flex;
    justify-content: space-between;
}
.about-ble {
    width: 43%;
}
    .about-ble h2 {
        font-weight: 600;
        font-size: 28px;
    }
    .about-ble p {
        margin-top: 20px;
        font-size: 16px;
        line-height: 36px;
        padding: 2px 0;
    }
    .about-ble a {
        font-size: 13px;
        color: #333;
        padding: 10px 25px;
        border-radius: 5px;
        border: 1px solid #333;
        margin-top: 30px;
    }
    .about-ble a:hover {
        color: #1a0e72;
        background-color: #edecf4;
    }

.about-ble .gywm {
    display:flex;
    justify-content:flex-end;
}

.about-bri {
    width: 53%;
    display: flex;
    align-items: center;
}
    .about-bri img {
        width: 100%;
        height: auto;
    }






@media only screen and (max-width: 1400px) {
    .swiper-cnt {
        padding: 20px 30px;
    }
    .swiper-ctit {
        font-size: 30px;
    }
    .swiper-cbmri p {
        font-size: 16px;
    }


    .product-tit h2 {
        font-size: 28px;
    }
    .product-tit a {
        font-size: 14px;
        padding: 6px 20px;
    }

    .contents-box {
        padding: 50px 0;
    }

    .contents-bul li {
        width: 16%;
        padding: 25px 0 20px;
    }
    .contents-bimg {
        width: 90px;
        height: 90px;
    }
    .contents-btxt {
        min-height: 50px;
        font-size: 14px;
        padding: 15px;
    }

    .contents-bul li a {
        padding: 10px 25px;
    }


    
    .suggest-box {
        padding: 50px 0;
    }
    .suggest-bul li{
        margin: 12px;
    }
        .suggest-bul li:hover {
            border: 1px solid #1a0e72;
        }

    .suggest-bcle {
        width: 100px;
    }
    .suggest-bcnt {
        padding: 20px;
    }
    .suggest-bcri h3 {
        font-size: 16px;
        margin-bottom:8px;
    }
    .suggest-bcri p {
        font-size: 14px;
        margin-bottom: 4px;
    }
        .suggest-bcri p em {
            font-size: 13px;
        }

    .suggest-bcri span {
        font-size: 15px;
    }
    .suggest-bbtn a {
        width: 110px;
        height: 40px;
        font-size: 14px;
    }

    .itmabsol-cnt {
        padding: 35px 25px;
    }
    .itmabsol-cnt h3 {
        font-size: 26px;
    }
    .itmabsol-cnt a {
        width: 110px;
        font-size: 14px;
        padding: 8px 0;
    }



    .customer-box {
        padding: 50px 0 40px;
    }



}

@media only screen and (max-width: 768px) {
    .main-swipe{
        min-width: 100%;
    }

    .main-swipe .swiper-slide {
        height: 12rem;
        position: relative;
    }
    .main-swipe .swiper-slide > img{
        height: 100%;
    }
    .swiper-absol {
        position: absolute;
        top: 0%;
        left: 50%;
        transform: translate(-50%, 0%);
    }

    .swiper-cnt {
        padding: .2rem .3rem;
    }
    .swiper-ctit {
        font-size: 20px;
    }
    .swiper-cbtm {
        flex-direction: column;
        padding: .2rem 0;
    }

    .swiper-cbmle {
        width: 50%;
        margin: 0 auto;
    }
    .swiper-cbmri {
        width: 100%;
    }
    .swiper-cbmri p {
        font-size: 14px;
        padding: .1rem 0;
    }


    .product-tit h2 {
        font-size: 20px;
    }
    .product-tit a {
        font-size: 12px;
        padding: .1rem .2rem;
    }

    .contents-box {
        padding: .5rem .1rem;
    }
    .contents-bul {
        flex-wrap: wrap;
        margin-top: .3rem;
    }
    .contents-bul li {
        width: 48%;
        padding: .25rem 0 .2rem;
        margin-bottom: .2rem;
    }



    .suggest-box {
        padding: .5rem .1rem;
    }
    .suggest-bul {
        margin-top: .2rem;
    }
    .suggest-bul li {
        width: 100%;
        margin: .1rem;
    }





    .help-box {
        padding: .7rem .1rem;
        flex-direction: column;
    }
    .help-bitm {
        width: 100%;
        margin-bottom: .2rem;
    }

    .itmabsol-cnt {
        padding: .35rem .25rem;
    }
    .itmabsol-cnt h3 {
        font-size: 20px;
    }



    .customer-box {
        padding: .5rem .1rem .4rem;
    }



}