﻿
.indexBox {
    box-sizing: border-box;
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0px;
    padding-right: 0px;
    max-width: 1200px
}

.swiper-pagination {
    display: flex;
    justify-content: center;
    height: 3px;
    overflow: hidden;
}

.my-bullet {
    box-sizing: content-box;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    opacity: .5;
    transition: opacity .6s ease;
}

.swiper-pagination-bullet-active {
    background: #fff !important;
    opacity: 1;
}



/* sc-component-id: sc-fAjcbJ */
.customerSay {
    margin-top: 30px;
}

    .customerSay .indexBox {
        display: flex;
        flex-wrap: wrap;
    }

    .customerSay .box {
        width: 33.33%;
    }

    .customerSay .title {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        font-size: 24px;
        font-weight: 500;
        color: rgba(162, 177, 190, 1);
        line-height: 33px;
        padding-left: 25px;
        position: relative;
        margin-bottom: 60px;
    }

        .customerSay .title img {
            position: absolute;
            right: 0;
            top: -10px;
        }

    .customerSay .comment-item {
        margin-bottom: 60px;
        min-height: 200px;
    }

        .customerSay .comment-item .comment {
            box-sizing: border-box;
            min-height: 300px;
            height: 100%;
            width: 90%;
            margin: 0 auto;
            background: rgba(255, 255, 255, 1);
            box-shadow: 0px 10px 30px 0px rgba(49, 83, 212, 0.1);
            border-radius: 5px;
            padding: 40px;
        }

            .customerSay .comment-item .comment p {
                font-size: 14px;
                font-weight: 400;
                color: rgba(13, 25, 36, 1);
                line-height: 32px;
                text-align: justify;
                position: relative;
                padding-left: 10px;
                margin-top: 20px;
            }

                .customerSay .comment-item .comment p:before {
                    position: absolute;
                    content: '“';
                    top: 2px;
                    left: 0px;
                    font-size: 18px;
                    font-family: Helvetica;
                    color: rgba(50, 65, 72, 1);
                    line-height: 32px;
                }

    .customerSay .banner-control {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 100px;
    }



        .customerSay .banner-control .iconfont:hover {
            color: #fff;
            background: #3366ff;
        }

        .customerSay .banner-control .iconfont:first-child {
            margin-right: 20px;
        }


    .customerSay .headimg {
        width: 50px;
        height: 50px;
        border-radius: 25px;
        overflow: hidden;
        margin-right: 10px;
        float: left;
    }

    .customerSay .comment b {
        display: block;
    }

    .customerSay .comment span {
        font-size: 14px;
        color: #999;
    }

.links a {
    margin-right: 10px;
    color: #adc0ff !important;
}


/* sc-component-id: customerSay */


.mycustomer .partner-wrap {
    padding: 100px 0;
    background-color: #FFFFFF;
}

@media (max-width:768px) {
    .mycustomer .partner-wrap {
        padding: 60px 0;
    }

    .customerSay .box {
        width: 100%;
    }
}

.mycustomer .partner-wrap .part-title {
    font-weight: 500;
    color: rgba(13, 25, 36, 1);
    font-size: 36px;
    text-align: center;
    margin-bottom: 10px;
}

@media (max-width:768px) {
    .mycustomer .partner-wrap .part-title {
        font-weight: 400;
        margin-bottom: 23px;
        padding: 0px 31px;
    }

        .mycustomer .partner-wrap .part-title::after {
            content: '';
            width: 40px;
            display: block;
            height: 2px;
            background: #3366ff;
            border-radius: 3px;
            margin: 0 auto;
            margin-top: 5px;
        }
}

.mycustomer .partner-wrap .part-item-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 0 auto;
    margin-top: 35px;
}

@media (max-width:768px) {
    .mycustomer .partner-wrap .part-item-wrap {
        width: 340px;
    }
}

.mycustomer .partner-wrap .part-item-wrap .part-item {
    width: 180px;
    background: rgba(255, 255, 255, 1);
    height: 72px;
    margin-right: 24px;
    margin-top: 34px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(6n) {
        margin-right: 0;
    }

@media (max-width:768px) {
    .mycustomer .partner-wrap .part-item-wrap .part-item {
        width: 100px;
        height: 40px;
        margin-right: 20px;
        margin-top: 7px;
        margin-bottom: 8px;
    }

        .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(3n) {
            margin-right: 0;
        }

        .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(5n) {
            margin-right: 20px;
        }

        .mycustomer .partner-wrap .part-item-wrap .part-item:nth-child(15n) {
            margin-right: 0;
        }
}

/* sc-component-id: sc-jAaTju */
.fc-index-Box-Four {
    min-width: 280px;
    flex: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    background: #fff;
    box-shadow: 0px 10px 30px 0px rgba(49, 83, 212, 0.1);
    margin: 0 10px;
    flex-wrap: wrap;
}


    .fc-index-Box-Four:first-child {
        margin-top: 0;
    }

    .fc-index-Box-Four .header {
        height: 90px;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding-left: 30px;
        background-color: #3366ff;
        background-position: right;
        background-repeat: no-repeat;
    }

        .fc-index-Box-Four .header span:first-child {
            font-size: 16px;
            font-weight: 300;
            color: rgba(255, 255, 255, 1);
            line-height: 22px;
        }

        .fc-index-Box-Four .header span:last-child {
            font-size: 18px;
            font-weight: 400;
            color: rgba(255, 255, 255, 1);
            line-height: 25px;
        }

    .fc-index-Box-Four .product-list > div {
        border-bottom: 1px solid #eee;
    }

        .fc-index-Box-Four .product-list > div:last-child {
            border-bottom: none;
        }

/* sc-component-id: sc-jDwBTQ */

/* sc-component-id: fc-index-GAJT */
.fc-DRLO {
    width: 100%;
}

.product-list-wrapper {
    display: flex;
    margin-top: 20px;
}

.qywxBox .fc-index-Box-Four {
    padding: 30px;
    text-align: center;
}

@media (max-width:768px) {
    .hHnLfl {
        background-image: url(./images/shoujiduan-3.png);
    }

    .product-list-wrapper {
        display: initial;
    }

    .fc-index-Box-Four {
        margin: 16px auto 0 auto;
        width: 100%;
    }
}

.Home-PC-intro-reason-contentTitle {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    font-weight: bold;
}

.Home-PC-intro-reason-contentDesc {
    text-align: left;
    font-size: 14px;
    color: #666;
}

.Home-PC-intro-reason-contentImg {
    margin-bottom: 20px;
    height: 100px;
    clear: both;
    overflow: hidden;
}

    .Home-PC-intro-reason-contentImg img {
        height: 50px;
        margin-top: 20px;
    }

    .Home-PC-intro-reason-contentImg .iconfont {
        font-size: 66px;
        color: #3366ff
    }
 