@font-face {
    font-family: "ENG";
    src: url("/static/font/ArialRoundedMTStd.otf") format("truetype");
}

@font-face {
    font-family: "FZBangSXJW";
    src: url("/static/font/FZBangSXJW.TTF") format("truetype");
}
@font-face {
  font-family: 'STFangsong';
  src: url('https://cdn.peixun.cn/static/font/HWFS.ttf') format('truetype');
}
* {
    box-sizing: border-box;
}

body,
html {
    scrollbar-width: none;
    margin: 0;
    padding: 0;
    font-family: "STFangsong";
    font-style: normal;
    text-transform: none;
}

a {
    text-decoration: none !important;
    color: none !important;
}

/* 列表样式 */
ul li {
    list-style: none;
}

ol li {
    list-style: none;
}

.content {
    width: 100%;
    max-width: 1600px;
    margin: 0 auto;
}

.head {
    width: 100%;
    border-radius: 0px 0px 35px 35px;
    position: relative;

    .jia {
        height: calc(100vh - 280px);
    }

    .head_bg {
        position: absolute;
        top: 0;
        width: 100%;
        background-image: url('/static/hyzx_pc/images/headbg.png');
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 80% 50%;
        height: 100vh;
        border-radius: 0px 0px 70px 70px;
        display: flex;
        align-items: center;
        flex-direction: column;

        .tele {
            position: absolute;
            /* top: 58px; */
            top: 5.37%;
            right: 9.58%;
            /* right: 184px; */
            display: flex;
            align-items: center;
            font-weight: bold;
            font-size: 36px;
            color: #F4B701;
            line-height: 36px;
            font-family: "ENG";

            img {
                width: 36px;
                height: 36px;
                object-fit: cover;
                margin-right: 10px;
                margin-bottom: 6px;
            }
        }

        .head_title {
            font-weight: 400;
            font-size: 150px;
            color: #0046A6;
            line-height: 130px;
            font-family: FZBangSXJW !important;
            position: absolute;
            left: 8.5%;
            top: 17.07%;

            .head_tit1 {
                display: flex;
                margin-bottom: 28px;
            }

            .pore {
                position: relative;

                .white_du {
                    position: absolute;
                    top: -2px;
                    left: -2px;
                    color: #fff;
                }

                .white_sheng {
                    position: absolute;
                    top: -1px;
                    left: -3px;
                    color: #fff;
                }
            }
        }

        .head_bot {
            position: absolute;
            top: 120%;
            left: 0;
            /* bottom: 29.07%;
                left: 8.5%; */
            width: 416px;
            height: 106px;
            border-radius: 300px;
            border: 2px solid #FFFFFF;
            font-weight: 400;
            font-size: 80px;
            color: #FFFFFF;
            line-height: 90px;
            font-family: FZBangSXJW !important;
            display: flex;
            align-items: center;
            justify-content: center;

            .botpore {
                position: relative;
                color: #0046A6;
            }

            .xian_white {
                position: absolute;
                top: -1px;
                left: 0px;
                color: #fff;
            }
        }
    }

    .head_behind {
        width: 100%;
        height: 772px;
        background-image: url('/static/hyzx_pc/images/yellowblue_bg.png');
        background-size: 100% 100%;
        background-repeat: no-repeat;
        border-radius: 0px 0px 70px 70px;
        padding-top: 330px;
        display: flex;
        flex-direction: column;

        .head_tag {
            width: 100%;
            max-width: 1392px;
            margin: 0 auto 50px;

            display: flex;
            align-items: center;
            justify-content: space-between;

            .head_tagitem {
                text-align: center;

                .tag_box {

                    height: 106px;
                    font-weight: 400;
                    font-size: 90px;
                    color: #F4B701;
                    line-height: 98px;
                    border-radius: 60px;
                    border: 2px solid #F4B701;
                    padding: 0 30px;
                    display: flex;
                    align-items: center;
                    justify-content: center;
                    font-family: Arial Rounded MT Bold, Arial Rounded MT Bold;
                    margin-bottom: 20px;

                }

                .tag_text {
                    font-weight: 400;
                    font-size: 28px;
                    color: #F4B701;
                }

                .number-animation2 {
                    transition: opacity 0.3s ease, transform 0.3s ease;
                }
            }
        }

        .head_intro {
            font-weight: 400;
            font-size: 30px;
            color: #FFFFFF;
            line-height: 30px;
            width: 100%;
            max-width: 1392px;
            margin: 0 auto 30px;
        }

        .head_intro:last-child {
            margin-bottom: 0;
        }
    }

    .bodybox {
        position: absolute;
        width: 100%;
        z-index: -1;
        transform: translateY(-219px);

        .pc_bg1 {
            position: absolute;
            display: flex;
            flex-direction: column;
            z-index: -2;
            width: 100%;
            height: 100%;
            top: 0;

            img {
                width: 100%;
                height: 65.67%;
                object-fit: cover;
            }

            img:last-child {
                height: 34.33%;
            }
        }

        .content_box {
            padding-top: 100px;

            .box_item {
                border-radius: 70px;
                border: 6px solid #A4D6FA;

            }
        }

        .content_box:nth-of-type(1) {
            padding-top: 219px;
        }

        .content_box:nth-of-type(1) .box_item,
        .content_box:nth-of-type(2) .box_item {
            padding: 30px;
            background-image: url('/static/hyzx_pc/images/zhuanjiajiaoshi_bg.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;

            .swiper {
                width: 100%;
                height: 100%;
                padding-bottom: 40px;

            }

            .swiper-slide {
                overflow: hidden;

                .swiper-slide-column {
                    margin-bottom: 30px;
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                .swiper-slide-column2 {
                    display: flex;
                    flex-direction: column;
                    align-items: center;
                }

                img {
                    width: 100%;
                    aspect-ratio: 362 / 447;
                    border-radius: 50px;
                    overflow: hidden;
                    object-fit: cover;
                }

                .swiper_title {
                    font-weight: 400;
                    font-size: 26px;
                    color: #4D4D4D;
                    line-height: 26px;
                    margin: 26px 0 12px;
                }

                .swiper_intro {
                    height: 48px;
                    font-weight: 300;
                    font-size: 18px;
                    color: #6D6D6D;
                    line-height: 24px;
                }
            }

            .swiper-pagination-bullet {
                width: 12px;
                height: 12px;
                background: #D9D9D9;
                opacity: 1;
            }

            .swiper-pagination-bullet-active {
                background: #919191;
            }

            .swiper-pagination {
                position: absolute;
                bottom: 0px;
            }
        }

        .content_box:nth-of-type(2) .box_item {
            background-image: url('/static/hyzx_pc/images/zhuanjiajiaoshi_bg.png');

            .swiper_intro {
                height: 24px;
            }
        }

        .content_box:nth-of-type(3) .box_item {
            /* padding: 17px 0 24px; */
            padding: 30px 30px 60px;
            overflow: hidden;
            background-image: url('/static/hyzx_pc/images/youxiuxuezi_bg.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;

            .swiper {
                width: 100%;
                padding-bottom: 60px;
            }

            .swiper-slide {
                overflow: hidden;
                display: flex;
                flex-direction: column;
                align-items: center;

                img {
                    width: 100%;
                    aspect-ratio: 284 / 361;
                    /* height: 152.5px; */
                    border-radius: 50px;
                    overflow: hidden;
                    /* object-fit: 100% 100%; */
                    object-fit: cover;
                }

                .swiper_title {
                    font-weight: 400;
                    font-size: 22px;
                    color: #6D6D6D;
                    line-height: 24px;
                    /* font-family: "WRYH"; */
                    margin: 22px 0 16px;
                }

                .swiper_intro {
                    font-weight: 400;
                    font-size: 26px;
                    color: #4D4D4D;
                    line-height: 26px;
                    /* font-family: "WRYH"; */
                }
            }

            .tables {
                margin: 30px 50px 0;
                display: flex;
                flex-direction: column;


                .table {
                    display: flex;
                    flex-direction: column;

                    .ver_line {
                        display: flex;
                        align-items: center;
                        width: 100%;
                        /* flex: 1; */
                        /* text-align: center; */
                        /* background-color: pink; */
                        /* margin-right: 192px; */
                        margin-right: 12.33%;
                        /* .cell {
                          flex: 1;

                        } */
                        /* .vertical1 {
                          flex: 1;

                        } */
                    }

                    .ver_line:last-child {
                        margin-right: 0;
                    }

                    .t_head {
                        width: 100%;
                        display: flex;
                        align-items: center;
                        /* justify-content: space-between; */
                        padding: 0 20px;
                        border-bottom: 1px solid #E1E1E1;

                        .cell {
                            font-weight: bold;
                            font-size: 26px;
                            color: #6D6D6D;
                            line-height: 26px;
                            padding-bottom: 27px;
                            /* text-align: center; */
                            /* flex: 1; */
                            /* font-weight: bold;
                            font-size: 13px;
                            color: #6D6D6D;
                            line-height: 13px; */
                        }

                        .vertical1 {
                            margin-right: 15px;
                            /* width: 66px; */
                            width: 33.33%;
                            text-align: center;
                            /* background-color: pink; */
                        }

                        .vertical2 {
                            /* width: 132px; */
                            width: 66.66%;
                            text-align: center;
                            /* background-color: yellow; */
                        }
                    }

                    .t_body {
                        .t_body_line {
                            display: flex;
                            align-items: center;
                            font-weight: 400;
                            font-size: 22px;
                            color: #6D6D6D;
                            line-height: 24px;
                            /* justify-content: space-between; */
                            /* font-weight: 400;
                            font-size: 11px;
                            color: #6D6D6D;
                            line-height: 12px; */
                            /* font-family: "WRYH"; */
                            border-bottom: 1px solid #E1E1E1;
                            /* padding: 0 3.5px 0 8.5px; */
                            padding: 0 20px;

                            .cell {
                                /* text-align: center; */
                                padding: 18px 0;
                            }

                            .vertical1 {
                                margin-right: 15px;
                                /* width: 66px; */
                                width: 33.33%;
                                text-align: center;
                                /* background-color: pink; */
                            }

                            .vertical2 {
                                /* width: 132px; */
                                width: 66.66%;
                                text-align: center;
                                /* background-color: yellow; */
                            }
                        }
                    }

                    /* .vertical1 {
                      width: 13.67%;
                      text-align: center;
                    }
                    .vertical2 {
                      margin-right: 9.33%;
                      width: 24.5%;
                      text-align: center;
                    }
                    .vertical3 {
                      margin-left: 9.33%;
                      width: 17.3%;
                      text-align: center;
                    }
                    .vertical4 {
                      width: 20.67%;
                      text-align: center;
                    } */
                }

                .table_bot {
                    margin-top: 60px;
                    font-weight: 400;
                    font-size: 32px;
                    color: #6D6D6D;
                    line-height: 32px;
                    text-align: center;
                    /* font-family: "WRYH"; */
                    /* margin-left: 20.5px; */
                }
            }
        }

        .content_box:nth-of-type(4) .box_item {
            padding: 30px 30px 0;
            display: flex;
            background-image: url('/static/hyzx_pc/images/xiaoyuanwenhua_bg.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;

            .pic_left {
                margin-right: 15px;
                width: calc(50% - 15px);

            }

            .pic_right {
                margin-left: 15px;
                width: calc(50% - 15px);
            }

            img {
                width: 100%;
                aspect-ratio: 755 / 465;
                border-radius: 50px;
                margin-bottom: 30px;
                object-fit: cover;
            }

            .culture_intro {
                height: 60px;
                overflow: hidden;
                font-weight: 400;
                font-size: 22px;
                color: #6D6D6D;
                line-height: 30px;
                margin: 0 30px 60px;
            }
        }

        .content_box:nth-of-type(5) .box_item {
            padding: 30px 30px 60px;
            display: flex;
            flex-direction: column;
            background-image: url('/static/hyzx_pc/images/xuexiaodizhi_bg.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;

            img {
                aspect-ratio: 1539 / 730;
                border-radius: 40px;
                object-fit: 100% 100%;
                margin-bottom: 40px;
                border: 1px solid #A4D6FA;
            }

            .address {
                font-weight: 400;
                font-size: 30px;
                color: #6D6D6D;
                margin-left: 29px;
            }
        }
    }

    .bottom {
        margin-top: 100px;

        .bottom_box {
            height: 847px;
            border-radius: 70px 70px 0px 0px;
            background-image: url('/static/hyzx_pc/images/online_bg.png');
            background-size: 100% 100%;
            background-repeat: no-repeat;
            padding: 60px 200px;

            .bot_title {
                font-weight: 400;
                font-size: 28px;
                color: #4A4A4A;
                line-height: 28px;
                margin-bottom: 20px;
                margin-left: 18px;
            }

            input {
                width: 361px;
                height: 60px;
                background: #FFFFFF;
                border-radius: 80px;
                margin-bottom: 40px;
                border: none;
                font-size: 28px;
                color: #4A4A4A;
                line-height: 28px;
                padding: 0 20px;
            }

            .bot_intro {
                font-weight: 300;
                font-size: 24px;
                color: #4A4A4A;
                line-height: 33px;
                margin: 0 0 30px 18px;
            }

            button {
                /* width: 104px; */
                padding: 0 24px;
                height: 44px;
                text-align: center;
                background: #F4B701;
                border-radius: 3000px;
                font-weight: 300;
                font-size: 28px;
                color: #FFFFFF;
                line-height: 28px;
                border: none;
                margin: 0 0 59px 18px;
                font-family: 'STFangsong';
            }

            .bot_line {
                display: flex;
                align-items: center;
                margin-bottom: 30px;

                .bot_tit {
                    font-weight: bold;
                    font-size: 28px;
                    color: #4A4A4A;
                    line-height: 28px;
                }

                .bot_telenum {
                    font-weight: bold;
                    font-size: 28px;
                    color: #4A4A4A;
                    line-height: 28px;
                }

                .bot_light {
                    font-weight: 300;
                    font-size: 28px;
                    color: #4A4A4A;
                    line-height: 28px;
                }
            }

            .code {
                text-align: right;

                img {
                    width: 141px;
                    height: 141px;
                    background: #F1F6FC;
                    border-radius: 20px;
                    padding: 10px;
                    object-fit: cover;
                }
            }
        }
    }

    .content_title {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 34px;

        .cricle {
            width: 24px;
            height: 24px;
            background: #F4B701;
            border-radius: 50%;
            margin-right: 20px;
        }

        .content_tit {
            font-weight: bold;
            font-size: 60px;
            color: #515151;
            line-height: 60px;
        }
    }
}

.bot_open {
    position: fixed;
    bottom: 40px;
    width: calc(100% - 40px);
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;

    .dianhua {
        height: 90px;
        margin-right: 20px;
        width: 378px;
        background-color: #F4B701;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 32px;
        color: #fff;

        img {
            width: 32px;
            height: 32px;
            margin-right: 20px;
        }
    }

    .weixin {
        height: 90px;
        width: 312px;
        background-color: #13B71E;
        border-radius: 60px;
        display: flex;
        align-items: center;
        justify-content: center;
        font-weight: 700;
        font-size: 32px;
        color: #fff;

        img {
            width: 32px;
            height: 32px;
            margin-right: 20px;
        }
    }


}