﻿* {
    margin: 0;
    padding: 0;
}

.partCenter {
    margin-top: 64px;
    min-width: 1100px;
}

.header {
    height: 420px;
    background: url(../img/channel/channelCooperation.jpg) no-repeat center;
    background-size: cover;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.content {
    width: 1100px;
    margin: 0 auto;
    margin-top: -35px;
}

.inputBox {
    width: 100%;
    height: 88px;
    padding: 15px 18px;
    background: #118DE2;
    box-sizing: border-box;
    box-shadow: 0px 5px 24px 0px rgba(21, 69, 101, 0.43);
    display: flex;
}

.inputDiv {
    width: calc( 100% - 170px);
    height: 100%;
    border: none;
    outline: none;
    padding-left: 17px;
    font-size: 23px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 58px;
}

input::-webkit-input-placeholder {
    color: #aab2bd;
    font-size: 12px;
    text-align: left;
    font-size: 23px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 58px;
    opacity: 0.5;
}

.serachBox {
    width: 130px;
    height: 100%;
    line-height: 100%;
    padding-left: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    user-select: none;
}

.serachIcon {
    width: 26px;
    height: 26px;
}

.serachText {
    font-size: 23px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #FFFFFF;
    line-height: 58px;
    margin-left: 8px;
}

.jieJueFangAn {
    margin-top: 80px;
}

.JJFangAnTitle {
    text-align: center;
    font-size: 35px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #1C1C1C;
}

.JJFAcontent {
    margin-top: 30px;
    width: 100%;
    height: 1308px;
    display: flex;
    flex-wrap: wrap;
    justify-items: center;
    justify-content: space-between;
}

.JJFAitem {
    width: 350px;
    height: 420px;
    cursor: default;
    box-shadow: 0 14px 40px 0 rgba(14, 30, 87, .1);
}

    .JJFAitem:hover {
        margin-top: -5px;
    }

    .JJFAitem img {
        width: 350px;
        height: 274px;
    }

.JJFAitemDes {
    width: 350px;
    height: 146px;
    background: #F5F5F5;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

    .JJFAitemDes p {
        font-size: 23px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #1C1C1C;
        line-height: 42px;
    }

    .JJFAitemDes span {
        font-size: 18px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #7C7C7C;
        line-height: 31px;
    }

        .JJFAitemDes span:first-child {
            margin-top: 19px;
        }

        .JJFAitemDes span:nth-child(2) {
            margin-top: 10px;
        }

.applyAgent {
    margin: 0 auto;
    margin-top: 68px;
    width: 350px;
    height: 58px;
    background: #1A9BE6;
    border-radius: 2px;
    font-size: 20px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF !important;
    text-align: center;
    line-height: 58px;
    display: block;
}

.fuChiBox {
    margin-top: 80px;
}

.fuchiPlan {
    text-align: center;
    font-size: 35px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1C1C1C;
}

.bannerBox {
    width: 100%;
    margin-top: 30px;
}

    .bannerBox .banner ul li {
        display: flex;
        justify-content: flex-start;
        background-color: #ffffff;
    }

        .bannerBox .banner ul li:first-child, .bannerBox .banner ul li:nth-child(2), .bannerBox .banner ul li:last-child {
            box-shadow: 0px 10px 37px 6px rgba(0, 0, 0, 0.09);
        }

        .bannerBox .banner ul li img {
            width: 315px;
            height: 351px;
        }

        .bannerBox .banner ul li .descri {
            margin-left: 37px;
            padding-top: 58px;
        }

            .bannerBox .banner ul li .descri .title {
                display: flex;
                justify-content: start;
                align-items: center;
            }

                .bannerBox .banner ul li .descri .title img {
                    width: 38px;
                    height: 38px;
                }

                .bannerBox .banner ul li .descri .title span {
                    margin-left: 7px;
                    font-size: 26px;
                    font-family: PingFang SC;
                    font-weight: bold;
                    color: #1C1C1C;
                }

            .bannerBox .banner ul li .descri .slogan {
                width: 325px;
                display: inline-block;
                margin-top: 15px;
                font-size: 18px;
                font-family: PingFang SC;
                font-weight: 500;
                color: #7C7C7C;
            }

        .bannerBox .banner ul li .gaofandianBottom {
            position: absolute;
            right: 0;
            bottom: 0;
            width: 280px;
            height: auto;
        }


/* 荣誉奖项 */

.prizeContent {
    width: 100%;
    background: #f5f5f5;
    padding-top: 53px;
    margin: 0 auto;
    margin-top: 117px;
    padding-bottom: 81px;
}

.prizeTitle {
    text-align: center;
    font-size: 35px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1C1C1C;
}

.prizeBox {
    width: 1100px;
    margin: 0 auto;
    margin-top: 62px;
    position: relative;
}

.swiper-container .swiper-wrapper {
    /*之前是ease-out*/
    -webkit-transition-timing-function: linear;
    -moz-transition-timing-function: linear;
    -ms-transition-timing-function: linear;
    -o-transition-timing-function: linear;
    transition-timing-function: linear;
}

#prizeSwiper .swiper-slide {
    width: 257px;
    height: 286px;
    margin-right: 24px;
    position: relative;
}

    #prizeSwiper .swiper-slide img {
        width: 257px;
        height: 286px;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 0;
    }

    #prizeSwiper .swiper-slide span:nth-child(2) {
        text-align: center;
        font-size: 20px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #1C1C1C;
        position: absolute;
        bottom: 54px;
        left: 0;
        right: 0;
        margin: auto;
    }

    #prizeSwiper .swiper-slide span:nth-child(3) {
        text-align: center;
        font-size: 14px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #7C7C7C;
        position: absolute;
        bottom: 24px;
        left: 0;
        right: 0;
        margin: auto;
    }

#prizeSwiper .swiper-pagination {
    margin-top: 24px;
}

.zhaoShangBox {
    width: 1100px;
    margin: 0 auto;
    margin-top: 73px;
    display: flex;
    justify-content: flex-start;
}

.zhaoShangLeft {
    width: calc( 100% - 679px);
}

.zhaoShangTitle {
    margin-top: 19px;
    font-size: 35px;
    font-family: PingFang SC;
    font-weight: 800;
    color: #1C1C1C;
}

.zhaoShangEn {
    margin-top: 10px;
    font-size: 28px;
    font-family: Arial Black;
    font-weight: 400;
    color: rgba(10, 47, 72, 0.61);
    opacity: 0.11;
}

.zhaoshangName {
    margin-top: 65px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 42px;
}

.zhaoShangMobile {
    margin-top: 15px;
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: 500;
    color: #1C1C1C;
    line-height: 42px;
}

.zhaoShangRight1 {
    width: 679px;
    height: 170px;
    box-shadow: 0px 10px 37px 6px rgba(0, 0, 0, 0.09);
    padding: 33px 31px;
    box-sizing: border-box;
    position: relative;
}

.zhaoShangRight2 {
    margin-top: 24px;
}

.zhaoShangRight1 p:first-child {
    font-size: 24px;
    font-family: PingFang SC;
    font-weight: bold;
    color: #1c1c1c;
}

.zhaoShangRight1 p:nth-child(2) {
    margin-top: 20px;
    font-size: 20px;
    font-family: PingFang SC;
    color: #1C1C1C;
    line-height: 31px;
    opacity: 0.5;
}

.zhaoShangRight1 img {
    position: absolute;
    right: 18px;
    bottom: 8px;
    width: 154px;
    height: 154px;
}


/* 搜索结果 */

#mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, .6);
    z-index: 10;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: none;
}

.license {
    width: 800px;
    min-height: 588px;
    background: url(../img/channel/license.png);
    background-position: center;
    background-size: 100% 100%;
    padding-bottom: 55px;
}

    .license .hua{
        width:250px;
        display:block;
        margin:0 auto;
        margin-top:110px;
    }

    .license .hua2{
        display:block;
        width:60px;
        margin:0 auto;
        margin-top:8px;
    }

    .license .title {
        text-shadow: 3px 3px 2px #ffffff;
        text-align: center;
        margin-top: 10px;
        font-size: 54px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #07243B;
    }

    .license .title2 {
        width: 40%;
        margin: 0 auto;
        margin-top: 10px;
        background: url(../img/channel/hua1.png);
        text-align: center;
        font-size: 16px;
        font-family: Optima;
        font-weight: 400;
        color: #01101E;
    }

    .license .companyName {
        text-align: center;
        margin-top: 10px;
        font-size: 24px;
        font-family: PingFang SC;
        font-weight: 800;
        color: #07243B;
    }

    .license hr {
        width: 280px;
        height: 0.7px;
        background-color: #07243B;
        margin: 0 auto;
        margin-top: 2px;
    }

    .license h5 {
        text-align: center;
        font-size: 20px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #164A74;
        width: 65%;
        margin: 0 auto;
        margin-top: 12px;
        display: flex;
        justify-content: center;
        flex-direction: column;
    }

        .license h5 span {
            min-width: 156px;
            text-align: center;
            display: block;
            position: relative;
        }

            /*.license h5 span::after {
                content: "";
                min-width: 156px;
                max-width: 220px;
                height: 1px;
                background-color: #07243B;
                opacity: 0.46;
                position: absolute;
                bottom: -5px;
                left: 0;
                right: 0;
                margin: auto;
            }*/

    .license .slogan {
        margin-top: 18px;
        text-align: center;
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 500;
        color: #164A74;
    }

    #mask button {
        width: 230px;
        height: 44px;
        margin: 0 auto;
        background: #1A9BE6;
        border-radius: 2px;
        line-height: 44px;
        text-align: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        border: none;
        cursor: pointer;
        user-select: none;
        outline: none;
    }

.fuchiTitle {
    display: flex;
    justify-content: space-between;
}

    .fuchiTitle span {
        font-size: 23px;
        font-family: PingFang SC;
        font-weight: 500;
        color: rgba(10, 47, 72, 0.61);
        line-height: 42px;
        opacity: 0.5;
        position: relative;
        cursor: pointer;
    }

    .fuchiTitle .active {
        font-weight: bold;
        color: #1A9BE6;
        opacity: 1;
    }

        .fuchiTitle .active::after {
            content: "";
            position: absolute;
            left: 0;
            bottom: -10px;
            width: 100%;
            height: 3px;
            background-color: #1A9BE6;
        }
