* {
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none;
    }

li {
    list-style: none;
}

input:focus {
    outline: none;
}

textarea:focus {
    outline: none;
}

select:focus {
    outline: none;
}

.point {
    cursor: pointer;
}

html {
    min-width: 1200px;
    width: 100%;
    overflow-x: scroll;
}

.container1 {
    width: 100%;
    min-height: 100vh;
    background-color: #F4F4F4;
}

.header {
    width: 100%;
    height: 189px;
    background-image: url('../../../img/Client/header.png');
    background-size: 100% 100%;
    background-repeat: repeat;
}

    .header .header_one {
        width: 1200px;
        margin: auto;
        height: 40px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: space-between;
    }

        .header .header_one .left {
            line-height: 14px;
            height: 14px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 400;
            color: #FFFFFF;
        }

        .header .header_one .right {
            display: flex;
            flex-wrap: nowrap;
        }

            .header .header_one .right li a {
                font-size: 14px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #FFFFFF;
                margin: 0 0 0 10px;
            }

    .header .header_two {
        margin: auto;
        width: 1200px;
        height: 149px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        align-content: center;
    }

        .header .header_two .logo {
            width: 188px;
            height: 60px;
        }

        .header .header_two .search {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
        }

            .header .header_two .search .sec_search {
                position: relative;
                width: 434px;
                height: 47px;
                background: #FFFFFF;
                border-radius: 5px;
                margin: 0 11px 0 0;
                display: flex;
                align-items: center;
            }

                .header .header_two .search .sec_search .select_menu {
                    width: 111px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    border-right: 1px solid #BBBBBB;
                    height: 41px;
                }

                    .header .header_two .search .sec_search .select_menu p {
                        font-size: 16px;
                        font-family: PingFang SC;
                        font-weight: 400;
                        color: #1D1D1D;
                    }

                    .header .header_two .search .sec_search .select_menu img {
                        width: 9px;
                        height: 5px;
                        margin: 0 0 0 11px;
                    }

            .header .header_two .search .box_menu {
                position: absolute;
                top: 45px;
                width: 111px;
                height: 100px;
                background-color: #ffffff;
                left: 0;
            }

                .header .header_two .search .box_menu .menu_item {
                    width: 111px;
                    text-align: center;
                    background-color: #ffffff;
                    padding: 10px 20px;
                    box-sizing: border-box;
                    border-bottom: 1px dashed #e6e6e6;
                }

            .header .header_two .search .search {
                border: none;
                width: 312px;
                padding-left: 10px;
                height: 100%;
                font-size: 15px;
                outline: none;
            }

            .header .header_two .search input:focus {
                outline: none;
            }

            .header .header_two .search .sec_btn {
                width: 113px;
                height: 47px;
                background: #F1A010;
                border-radius: 5px;
                font-size: 20px;
                font-family: PingFang SC;
                font-weight: 500;
                color: #FFFFFF;
                line-height: 47px;
                text-align: center;
            }

        .header .header_two .box_button {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
        }

            .header .header_two .box_button .btn00 {
                line-height: 38px;
                /*width: 90px;*/
                height: 38px;
                background: #FFFFFF;
                border-radius: 5px;
                text-align: center;
                font-size: 14px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #1D1D1D;
                position: relative;
                padding: 0 15px;
            }

                .header .header_two .box_button .btn00 a {
                    color: #1D1D1D;
                }

                .header .header_two .box_button .btn00 .box_menu {
                    position: absolute;
                    top: 35px;
                    width: 90px;
                    height: 100px;
                    background-color: #ffffff;
                    left: 0;
                }

                    .header .header_two .box_button .btn00 .box_menu .menu_item {
                        font-size: 13px;
                        width: 100px;
                        text-align: center;
                        background-color: #ffffff;
                        padding: 2px 10px;
                        box-sizing: border-box;
                        border-bottom: 1px dashed #e6e6e6;
                    }

            .header .header_two .box_button .btn01 {
                margin: 0 8px 0 0;
            }

            .header .header_two .box_button .btn02 {
                display: flex;
                flex-wrap: nowrap;
                align-items: center;
                justify-content: center;
            }

                .header .header_two .box_button .btn02 img {
                    width: 9px;
                    height: 5px;
                    margin: 0 0 0 7px;
                }

.menuList {
    width: 100%;
    height: 60px;
    background-color: #1542e9;
}

    .menuList ul {
        width: 1200px;
        margin: auto;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        justify-content: space-between;
        height: 60px;
    }

        .menuList ul li {
            height: 60px;
        }

            .menuList ul li a {
                display: block;
                line-height: 60px;
                height: 60px;
                font-size: 22px;
                font-family: PingFang SC;
                font-weight: 500;
                color: #FFFFFF;
            }

.menuRourer {
    height: 66px;
    width: 1200px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: flex-start;
}

    .menuRourer ul {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        justify-content: center;
    }

        .menuRourer ul a {
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: center;
        }

            .menuRourer ul a img {
                width: 18px;
                height: 16px;
                margin: 0 10px 0 0;
            }

            .menuRourer ul a p.txt {
                height: 66px;
                font-size: 16px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #2345E0;
                line-height: 66px;
            }

            .menuRourer ul a p.txt2 {
                height: 66px;
                font-size: 16px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #1D1D1D;
                line-height: 66px;
            }

.footer_content {
    width: 100%;
    height: 230px;
    background-image: url('../../../img/Client/footer.png');
    display: inline-block;
}

    .footer_content .footer_text {
        margin: auto;
        width: 1187px;
        min-width: 1200px;
        text-align: center;
    }

        .footer_content .footer_text .title {
            width: 100%;
            text-align: center;
            height: 39px;
            font-size: 41px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #FFFFFF;
            line-height: 39px;
            margin: 58px auto 0;
        }

        .footer_content .footer_text ul {
            width: 100%;
            display: flex;
            flex-wrap: nowrap;
            align-items: center;
            justify-content: space-between;
            margin: 66px auto 0;
        }

            .footer_content .footer_text ul li {
                height: 20px;
                font-size: 20px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #FFFFFF;
                line-height: 20px;
            }

footer {
    width: 100%;
    height: 283px;
    background: #373737;
}

    footer .foo_contain {
        margin: auto;
        width: 1200px;
    }

        footer .foo_contain .foo_one {
            border-bottom: 1px solid #434343;
            width: 1187px;
            height: 211px;
            display: inline-block;
        }

            footer .foo_contain .foo_one .one_content {
                display: flex;
                flex-wrap: nowrap;
                justify-content: space-between;
                height: 112px;
                margin: 53px auto 0;
            }

            footer .foo_contain .foo_one .foo_left .box_left {
                display: flex;
                flex-wrap: nowrap;
            }

                footer .foo_contain .foo_one .foo_left .box_left li {
                    margin: 0 85px 0 0;
                }

            footer .foo_contain .foo_one .foo_left li {
                margin: 34px auto 0;
                font-size: 18px;
                color: #FFFFFF;
            }

            footer .foo_contain .foo_one .foo_left .bottomMenulist {
                display: flex;
            }

            footer .foo_contain .foo_one .foo_left a {
                height: 15px;
                line-height: 15px;
                font-size: 18px;
                color: #FFFFFF;
                margin-right: 15px;
                border-right: 2px solid #FFFFFF;
                padding: 0 15px 0 0px;
            }

                footer .foo_contain .foo_one .foo_left a:nth-last-child(1) {
                    border: none;
                }

            footer .foo_contain .foo_one .foo_right {
                margin: 0 72px 0 0;
            }

                footer .foo_contain .foo_one .foo_right image {
                    width: 112px;
                    height: 112px;
                }

        footer .foo_contain .foo_text {
            margin: auto;
            width: 100%;
            height: 71px;
            font-size: 14px;
            font-family: PingFang SC;
            font-weight: 300;
            color: #FFFFFF;
            line-height: 71px;
            text-align: center;
        }

.boxServer {
    margin: 0 0 20px 0;
    width: 219px;
    background: #FFFFFF;
    border-radius: 5px;
    padding: 0 13px 10px 13px;
    box-sizing: border-box;
}

    .boxServer .title {
        height: 75px;
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        align-content: center;
        margin: 0 0 2px 0;
    }

        .boxServer .title img {
            width: 19px;
            height: 19px;
            margin: 0 6px 0 0;
        }

        .boxServer .title p {
            font-size: 18px;
            font-family: PingFang SC;
            font-weight: 500;
            color: #242424;
            width: 140px;
            text-align: left;
        }

        .boxServer .title a {
            font-size: 14px;
            font-family: Alibaba PuHuiTi;
            font-weight: 400;
            color: #1542E9;
        }

    .boxServer .smallModule2 li {
        position: relative;
        padding: 0 19px 0px 19px;
        margin: 0 0 20px 0;
        box-sizing: border-box;
        width: 182px;
        height: 255px;
        border-radius: 5px;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        align-items: flex-start;
        align-content: flex-start;
    }

        .boxServer .smallModule2 li .topLogo {
            width: 182px;
            margin: 0 auto 15px;
        }

            .boxServer .smallModule2 li .topLogo img {
                width: 182px;
                height: 182px;
                border: 1px solid #E4E4E4;
                box-sizing: border-box;
            }

        .boxServer .smallModule2 li .bottomTexe {
            font-size: 16px;
            font-family: PingFang SC;
            font-weight: 400;
            color: #1D1D1D;
        }

            .boxServer .smallModule2 li .bottomTexe .money {
                font-size: 15px;
                font-family: PingFang SC;
                font-weight: 400;
                color: #E61F1F;
                text-align: center;
                height: 14px;
                line-height: 14px;
            }

            .boxServer .smallModule2 li .bottomTexe .name {
                overflow: hidden;
                /*超出部分隐藏*/
                text-overflow: ellipsis;
                /* 超出部分显示省略号 */
                white-space: nowrap;
                /*规定段落中的文本不进行换行 */
                max-width: 158px;
                /*需要配合宽度来使用*/
                text-align: left;
                height: 16px;
                line-height: 16px;
                margin-top: 9px;
            }

        .boxServer .smallModule2 li:after {
            content: '';
            position: absolute;
            bottom: 0px;
            /*left: 6px;*/
            left:0;
            width: 182px;
            height: 1px;
            background-color: #D2D2D2;
        }

        .boxServer .smallModule2 li:last-child:after {
            content: '';
            display: none;
        }

.smallModule li {
    position: relative;
    padding: 0 8px 0px 8px;
    margin: 0 0 20px 0;
    box-sizing: border-box;
    width: 194px;
    height: 78px;
    border-radius: 5px;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}

    .smallModule li .leftLoge img {
        width: 48px;
        height: 48px;
        margin: 0 18px 0 0;
    }

    .smallModule li .rightText {
        font-size: 16px;
        font-family: PingFang SC;
        font-weight: 400;
        color: #1D1D1D;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        overflow: hidden;
        width: 200px;
        text-align: left;
    }

    .smallModule li:nth-child(1) {
        background-image: url('../../../img/Client/txtBg1.png');
        background-size: 100% 100%;
    }

    .smallModule li:nth-child(2) {
        background-image: url('../../../img/Client/txtBg2.png');
        background-size: 100% 100%;
    }

    .smallModule li:nth-child(3) {
        background-image: url('../../../img/Client/txtBg3.png');
        background-size: 100% 100%;
    }

    .smallModule li:nth-child(4) {
        background-image: url('../../../img/Client/txtBg4.png');
        background-size: 100% 100%;
    }

    .smallModule li:nth-child(5) {
        background-image: url('../../../img/Client/txtBg5.png');
        background-size: 100% 100%;
    }

    .smallModule li:after {
        content: '';
        position: absolute;
        bottom: -10px;
        left: 6px;
        width: 182px;
        height: 1px;
        background-color: #D2D2D2;
    }

    .smallModule li:last-child:after {
        content: '';
        display: none;
    }

.boxPage {
    height: 117px;
    width: 100%;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: center;
}

    .boxPage li {
        /*height: 17px;*/
        font-size: 18px;
        font-family: Alibaba PuHuiTi;
        font-weight: 500;
        color: #1542e9;
        line-height: 17px;
        padding: 0.569rem 1.1rem;
        border: 1px solid #dee2e6;
    }
        .boxPage li:first-child {
            border-bottom-left-radius: 5px;
            border-top-left-radius: 5px
        }
        .boxPage li:last-child {
            border-bottom-right-radius: 5px;
            border-top-right-radius: 5px
        }
        .boxPage li.active {
            color: #fff;
            background-color: #1542e9
        }
        .boxPage li.nobtn {
            color: #848484;
        }
