﻿body {
    background-color: #fff;
}

.banner {
    width: 100%;
    min-width: 1200px;
    height: 500px;
    background-image: url('images/banner.png');
    background-size: cover;
    background-position: center;
}

.bus_title {
    height: 70px;
    line-height: 70px;
    text-align: center;
    font-size: 36px;
    margin-top: 40px;
    margin-bottom: 35px;
}

.business {
    display: flex;
    display: -wekit-flex;
    justify-content: space-between;
    align-items: center;
    padding-bottom: 40px;
}

    .business .bus_content {
        width: 480px;
    }

.bus_list {
    display: flex;
    display: -wekit-flex;
    flex-wrap: wrap;
    padding-top: 30px;
}

    .bus_list li {
        width: 50%;
        margin-bottom: 30px;
    }

        .bus_list li .t1 {
            line-height: 40px;
            color: #ff833c;
            margin-bottom: 10px;
        }

            .bus_list li .t1 span {
                font-size: 40px;
                font-weight: 600;
            }

        .bus_list li .t2 {
            color: #777;
        }

.bus_content .sologan {
    border-bottom: 1px solid #efefef;
}

    .bus_content .sologan .s1 {
        font-size: 28px;
        color: #000;
        margin-bottom: 30px;
    }

    .bus_content .sologan .s2 {
        font-size: 18px;
        color: #999;
        margin-bottom: 40px;
    }

.advantage {
    width: 100%;
    min-width: 1200px;
    height: 630px;
    background-image: url('images/2.png');
    background-size: cover;
    background-position: center;
    padding-top: 40px;
}

    .advantage .ad_title {
        height: 70px;
        line-height: 70px;
        text-align: center;
        font-size: 36px;
        margin-bottom: 35px;
    }

.ad_list {
    display: flex;
    display: -wekit-flex;
    justify-content: space-between;
}

    .ad_list li {
        width: 380px;
        height: 430px;
        background-color: #fff;
    }

        .ad_list li .ad_cover {
            height: 250px;
        }

            .ad_list li .ad_cover img {
                display: block;
                width: 100%;
                height: 100%;
            }

        .ad_list li .ad_content {
            height: 180px;
            padding: 25px 110px 25px 25px;
            position: relative;
        }

            .ad_list li .ad_content p {
                line-height: 22px;
                font-size: 16px;
                color: #000;
            }

                .ad_list li .ad_content p span {
                    display: inline-block;
                    width: 10px;
                    height: 10px;
                    background-image: url(images/list.png);
                    margin-right:5px;
                }

            .ad_list li .ad_content > span {
                display: block;
                width: 100px;
                height: 114px;
                position: absolute;
                top: 0;
                right: 10px;
                background-size: cover;
            }

            .ad_list li .ad_content span.icon1 {
                background-image: url('images/9.png');
            }

            .ad_list li .ad_content span.icon2 {
                background-image: url('images/10.png');
            }

            .ad_list li .ad_content span.icon3 {
                background-image: url('images/11.png');
            }

.finance {
    width: 100%;
    min-width: 1200px;
    padding: 50px 0;
}

.process {
    width: 100%;
    min-width: 1200px;
    height: 360px;
    background-image: url('images/4.png');
    background-size: cover;
    background-position: center;
}

    .process img {
        margin-top: 45px;
    }

.cmp_bg {
    width: 100%;
    min-width: 1200px;
    background-image: url('images/3.png');
    background-size: cover;
    background-position: center;
    padding: 20px 0 50px;
}

.cmp_title {
    height: 100px;
    line-height: 100px;
    text-align: center;
    font-size: 36px;
}

.cmp_list {
    display: flex;
    display: -wekit-flex;
    flex-wrap: wrap;
}

    .cmp_list li {
        background-color: #fff;
        border-color: rgb(239, 239, 239);
        box-shadow: 0px 0px 8px rgba(0,0,0,.05);
        margin-right: 33px;
    }

        .cmp_list li:nth-child(5n) {
            margin-right: 0;
        }

        .cmp_list li:nth-child(n+6) {
            margin-top: 30px;
        }

        .cmp_list li a {
            width: 213px;
            height: 88px;
            display: flex;
            display: -wekit-flex;
            align-items: center;
            justify-content: center;
        }

            .cmp_list li a img {
                display: block;
                max-width: 100%;
                height: auto;
            }

.list_more, .list_less {
    width: 104px;
    height: 44px;
    line-height: 44px;
    font-size: 18px;
    text-indent: 25px;
    border: 1px solid rgb(170, 170, 170);
    border-radius: 5px;
    background-color: rgba(247, 247, 247, 0);
    margin: 36px auto 0;
    cursor: pointer;
    position: relative;
}

    .list_more:after, .list_less:after {
        display: block;
        content: "";
        width: 14px;
        height: 9px;
        position: absolute;
        top: 50%;
        margin-top: -4.5px;
        right: 20px;
        background-size: cover;
    }

    .list_more:after {
        background-image: url('images/more.png');
    }

.list_less {
    display: none;
}

    .list_less:after {
        background-image: url('images/less.png');
    }

.cmp_inner {
    height: 324px;
    overflow: hidden;
    transition: height 1s;
}
.partner {
    width:100%;
    min-width:1200px;
    background: url('images/partner-bg.png') no-repeat center bottom #fff;
    padding:50px 0;
}
.partner .title{
    display:block;
    margin:0 auto 40px;
}
.partner .company img{
    display:block;
    margin:0 auto;
    padding: 0 70px;
}
.swiper-button-next {
    background-image: url('images/next.png') !important;
}
.swiper-button-prev{
    background-image: url('images/prev.png') !important;
}