.main {
    padding-top: 80px;
}

.crumbsContent {
    padding: 0;
    background: #EFF1F3;
    padding-top: 19px;
    padding-bottom: 19px;
}

    .crumbsContent .txt {
        font-size: 16px;
        line-height: 22px;
        color: #515356;
        text-decoration: none;
    }

    .crumbsContent .arrow {
        width: 12px;
        height: 16px;
        margin-left: 12px;
        margin-right: 12px;
    }

#menu {
    position: fixed;
    width: 100%;
    height: 80px;
    background: #FFFFFF;
    top: 0;
    z-index: 100;
}

    #menu .menuContent {
        height: 100%;
        padding-left: 40px;
        padding-right: 20px;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

        #menu .menuContent .flexBox {
            display: flex;
            align-items: center;
        }

        #menu .menuContent .logo {
            height: 52px;
        }

        #menu .menuContent .region {
            width: 58px;
            height: 28px;
            display: flex;
            align-items: center;
            justify-content: center;
            border: solid 2px rgba(114, 116, 118, 0.5);
            border-radius: 14px;
            margin-left: 20px;
            box-sizing: border-box;
            cursor: pointer;
        }

            #menu .menuContent .region .text {
                font-size: 12px;
                line-height: 20px;
                color: #515356;
            }

            #menu .menuContent .region .arrow {
                display: block;
                width: 6px;
                height: 6px;
                margin-left: 3px;
            }

        #menu .menuContent .menuList {
            position: relative;
            height: 100%;
            display: flex;
            justify-content: space-between;
        }

            #menu .menuContent .menuList .btn {
                position: relative;
                display: block;
                height: 100%;
                font-size: 16px;
                line-height: 80px;
                color: #ffffff;
                font-weight: 400;
                padding: 0;
                padding-left: 10px;
                padding-right: 10px;
                border: 0;
                margin: 0;
                margin-right: 25px;
                border-radius: 0;
                overflow: hidden;
                word-wrap: normal;
            }

                #menu .menuContent .menuList .btn .txt {
                    color: #222325;
                    text-decoration: none;
                }

                #menu .menuContent .menuList .btn:last-child {
                    margin-right: 0;
                }

                #menu .menuContent .menuList .btn .navs {
                    position: absolute;
                    width: 180px;
                    top: 0px;
                    left: 50%;
                    margin-left: -90px;
                    text-align: center;
                    line-height: 48px;
                    padding-top: 20px;
                    font-size: 16px;
                    opacity: 0;
                }

                    #menu .menuContent .menuList .btn .navs .nav {
                        color: #333436;
                        text-decoration: none;
                        display: block;
                    }

                #menu .menuContent .menuList .btn:hover {
                    overflow: inherit;
                    background: #F6F8FA;
                }

                    #menu .menuContent .menuList .btn:hover .navs {
                        top: 80px;
                        opacity: 1;
                        transition: all 0.3s ease-out;
                    }

        #menu .menuContent .language {
            font-size: 13px;
            line-height: 32px;
            color: rgba(255, 255, 255, 0.5);
            margin-right: 6px;
            cursor: pointer;
        }

            #menu .menuContent .language .active {
                color: #fff;
            }

        #menu .menuContent .tel {
            display: flex;
            align-items: center;
            font-size: 13px;
            line-height: 24px;
            color: #222325;
            margin-left: 6px;
            margin-right: 6px;
        }

            #menu .menuContent .tel .icon {
                width: 24px;
                height: 24px;
                display: block;
            }

        #menu .menuContent .search {
            width: 32px;
            height: 32px;
            cursor: pointer;
        }

            #menu .menuContent .search .icon {
                display: block;
                width: 32px;
                height: 32px;
            }

.menuDown {
    position: fixed;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 99;
}

    .menuDown .infoBox {
        position: fixed;
        width: 100%;
        top: 80px;
        z-index: 99;
    }

        .menuDown .infoBox .infoContent {
            background: #F6F8FA;
            padding-top: 40px;
            padding-bottom: 40px;
        }

            .menuDown .infoBox .infoContent.search {
                position: absolute;
                top: 0;
                width: 100%;
                text-align: center;
                opacity: 0;
            }

                .menuDown .infoBox .infoContent.search .title {
                    font-size: 22px;
                    color: #707579;
                    margin-bottom: 20px;
                }

                .menuDown .infoBox .infoContent.search .searchInput {
                    position: relative;
                    width: 500px;
                    height: 48px;
                    border-radius: 8px;
                    background: #ffffff;
                    margin: auto;
                }

                    .menuDown .infoBox .infoContent.search .searchInput .input {
                        position: absolute;
                        width: 100%;
                        height: 100%;
                        left: 0;
                        top: 0;
                        border: 0;
                        background: none;
                        padding-left: 15px;
                        font-size: 16px;
                        color: #707579;
                        font-weight: 300;
                        outline: none;
                    }

                    .menuDown .infoBox .infoContent.search .searchInput .icon {
                        position: absolute;
                        width: 32px;
                        height: 32px;
                        right: 8px;
                        top: 8px;
                    }

            .menuDown .infoBox .infoContent.region {
                position: absolute;
                width: 100%;
                height: 0;
                display: none;
                opacity: 0;
                left: 0px;
                top: 0;
                padding-left: 280px;
                padding-right: 280px;
                overflow: hidden;
            }

                .menuDown .infoBox .infoContent.region .regionContainer {
                    display: flex;
                    justify-content: space-between;
                }

                .menuDown .infoBox .infoContent.region .regionBox .regionLabel {
                    font-size: 13px;
                    line-height: 17px;
                    color: #727476;
                    margin-bottom: 21px;
                }

                .menuDown .infoBox .infoContent.region .regionBox .regionBtn {
                    font-size: 16px;
                    line-height: 28px;
                    color: #333436;
                    cursor: pointer;
                    text-decoration: none;
                    display: block;
                    width: fit-content;
                    margin-bottom: 10px;
                }

                    .menuDown .infoBox .infoContent.region .regionBox .regionBtn.active {
                        border-bottom: solid 2px #333436;
                    }

            .menuDown .infoBox .infoContent.menuHover {
                position: absolute;
                width: 100%;
                height: 0;
                opacity: 0;
            }

    .menuDown .mobileMenu {
        position: fixed;
        width: 100%;
        height: 0;
        top: 0;
        padding-left: 30px;
        padding-right: 30px;
        padding-top: 50px;
        background: #CF0C1B;
        z-index: 99;
        opacity: 0;
        overflow: hidden;
    }

        .menuDown .mobileMenu .searchInput {
            position: relative;
            height: 40px;
            border-radius: 6px;
            background: #ffffff;
            margin: auto;
            margin-bottom: 30px;
            margin-top: 30px;
        }

            .menuDown .mobileMenu .searchInput .input {
                position: absolute;
                width: 100%;
                height: 100%;
                left: 0;
                top: 0;
                border: 0;
                background: none;
                padding-left: 15px;
                font-size: 14px;
                color: #707579;
                font-weight: 300;
                outline: none;
            }

            .menuDown .mobileMenu .searchInput .icon {
                position: absolute;
                width: 32px;
                height: 32px;
                right: 4px;
                top: 4px;
            }

        .menuDown .mobileMenu .bar {
            height: 1px;
            background: #fff;
            opacity: 0.3;
            margin-bottom: 30px;
        }

        .menuDown .mobileMenu .menuBtns .menuBtn {
            display: block;
            font-size: 18px;
            line-height: 40px;
            color: #fff;
            margin-bottom: 20px;
            transition: all 0.5s;
            text-decoration: none;
        }

            .menuDown .mobileMenu .menuBtns .menuBtn:hover {
                font-size: 20px;
            }

        .menuDown .mobileMenu .flexBox {
            position: absolute;
            width: 100%;
            bottom: 50px;
            left: 0;
            display: flex;
            justify-content: center;
        }

            .menuDown .mobileMenu .flexBox .language {
                font-size: 13px;
                line-height: 32px;
                color: rgba(255, 255, 255, 0.5);
                margin-right: 10px;
                cursor: pointer;
            }

                .menuDown .mobileMenu .flexBox .language .active {
                    color: #fff;
                }

            .menuDown .mobileMenu .flexBox .tel {
                display: flex;
                align-items: center;
                font-size: 13px;
                line-height: 32px;
                color: #fff;
                margin-left: 6px;
                margin-right: 6px;
            }

                .menuDown .mobileMenu .flexBox .tel .icon {
                    width: 26px;
                    height: 26px;
                    display: block;
                }

    .menuDown .bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 99;
        opacity: 0;
    }

#banner {
    position: relative;
}

    #banner .pic {
        width: 100%;
    }

    #banner .titleBox {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #banner .title {
        font-size: 66px;
        color: #fff;
        font-weight: bold;
        text-align: center;
    }

    #banner .bannerSwiper {
        position: relative;
        height: auto;
    }

    #banner .swiperBtn {
        position: absolute;
        bottom: 42px;
        left: 153px;
        z-index: 1;
    }

    #banner .left,
    #banner .right {
        width: 40px;
        height: 16px;
        cursor: pointer;
        transition: all 0.3s ease-out;
    }

        #banner .left:hover {
            transform: translateX(-10px);
        }

    #banner .right {
        margin-left: 20px;
    }

        #banner .right:hover {
            transform: translateX(10px);
        }

    #banner .pagination {
        position: absolute;
        right: 135px;
        left: auto;
        width: auto;
        text-align: right;
        z-index: 1;
    }

    #banner .swiper-pagination-bullet {
        background: #fff;
        opacity: 1;
        border-radius: 3px;
        width: 10px;
        height: 10px;
    }

    #banner .swiper-pagination-bullet-active {
        background: #E60012;
    }

.titleContainer {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
}

.titleBox .bar {
    width: 52px;
    height: 6px;
    background: #E60012;
    border-radius: 3px;
}

.titleBox .text {
    font-size: 40px;
    color: #222326;
    font-weight: bold;
    margin-top: 14px;
    line-height: 52px;
}

    .titleBox .text .sml {
        font-size: 15px;
        line-height: 24px;
    }

.button_v2 {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #E9463F;
    height: 42px;
    cursor: pointer;
    text-decoration: none;
}

    .button_v2 .text {
        font-size: 14px;
        line-height: 24px;
        color: #fff;
    }

    .button_v2 .arrow {
        position: absolute;
        width: 20px;
        height: 20px;
        right: 11px;
        top: 50%;
        margin-top: -10px;
    }

    .button_v2:hover {
        text-decoration: none;
    }

.button {
    display: block;
    height: 40px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

    .button .txt {
        font-size: 18px;
        color: #333436;
        font-weight: bold;
        line-height: 40px;
    }

    .button .arrow {
        width: 24px;
        height: 12px;
        display: block;
        margin-left: 10px;
        transition: all 0.3s ease-out;
    }

    .button:hover {
        text-decoration: none;
    }

        .button:hover .arrow {
            transform: translateX(10px);
        }

.loading {
    position: relative;
}

    .loading .icon {
        width: 30px;
        display: block;
        margin: auto;
    }

.newsCellBox {
    position: relative;
    width: 100%;
    padding: 18px 20px;
    padding-bottom: 16px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    margin-bottom: 12px;
    text-decoration: none;
    display: block;
    background: #fff;
}

    .newsCellBox .title {
        font-size: 19px;
        line-height: 28px;
        color: #333436;
        font-weight: 500;
    }

        .newsCellBox .title.ml10 {
            margin-left: 10px;
        }

    .newsCellBox .date {
        font-size: 13px;
        line-height: 18px;
        color: #727476;
        margin-top: 6px;
        font-weight: 300;
        margin-left: 10px;
    }

    .newsCellBox .arrow {
        position: absolute;
        right: 20px;
        top: 50%;
        width: 20px;
        margin-top: -10px;
    }

    .newsCellBox:hover {
        text-decoration: none;
    }

.newsBox {
    position: relative;
    cursor: pointer;
    width: 32%;
    display: block;
    text-decoration: none !important;
    background: #FFFFFF;
    padding: 40px;
    height: 320px;
}

    .newsBox .pic {
        width: 100%;
    }

    .newsBox .title {
        font-size: 19px;
        color: #333436;
        line-height: 28px;
        font-weight: 500;
        margin-bottom: 10px;
    }

    .newsBox .sourceBox {
        height: 18px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: space-between;
        margin-bottom: 10px;
    }

        .newsBox .sourceBox .source {
            font-size: 13px;
            color: #515356;
            line-height: 18px;
            font-weight: 300;
        }

        .newsBox .sourceBox .time {
            font-size: 13px;
            color: #727476;
            line-height: 18px;
            font-weight: 300;
        }

    .newsBox .desc {
        font-size: 13px;
        line-height: 24px;
        color: #727476;
        font-weight: 300;
    }

    .newsBox .arrow {
        position: absolute;
        width: 20px;
        height: 20px;
        bottom: 20px;
        right: 30px;
    }

#tabs {
    position: relative;
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #F5F8FA;
}

    #tabs .swiper-container {
        margin: 0;
    }

    #tabs .tab {
        position: relative;
        padding: 19px 29px;
        width: 122px;
        width: auto;
        white-space: nowrap;
        text-decoration: none;
        cursor: pointer;
    }

        #tabs .tab .txt {
            font-size: 16px;
            color: #222326;
            line-height: 22px;
            text-decoration: none;
        }

        #tabs .tab .bar {
            position: absolute;
            width: 50%;
            height: 4px;
            left: 25%;
            bottom: 0;
            background: #E60012;
            display: none;
        }

        #tabs .tab.curr .bar {
            display: block;
        }

#footer {
    background: #505558;
    margin-top: 0px;
}

    #footer .mapInfo {
        display: flex;
        justify-content: space-between;
        padding-top: 60px;
        padding-bottom: 51px;
        overflow: initial;
    }

        #footer .mapInfo .logo {
            height: 79px;
            display: block;
        }

        #footer .mapInfo .maps {
            display: flex;
            justify-content: space-between;
        }

            #footer .mapInfo .maps .navBox {
                margin-right: 25px;
                margin-left: 25px;
            }

                #footer .mapInfo .maps .navBox:last-child {
                    margin-right: 0;
                }

                #footer .mapInfo .maps .navBox .nav {
                    font-size: 14px;
                    color: #ffffff;
                    font-weight: 400;
                    margin-bottom: 10px;
                    display: block;
                }

                #footer .mapInfo .maps .navBox .navBtn {
                    font-size: 13px;
                    color: #ffffff;
                    opacity: 0.6;
                    font-weight: 300;
                    line-height: 23px;
                    display: block;
                }

        #footer .mapInfo .qrcodeInfo .title {
            font-size: 14px;
            color: #ffffff;
            opacity: 0.6;
            margin-bottom: 15px;
            text-align: center;
        }

        #footer .mapInfo .qrcodeInfo .qrcodes {
            position: relative;
            display: flex;
        }

            #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox {
                position: relative;
                margin-right: 15px;
                cursor: pointer;
            }

                #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:last-child {
                    margin-right: 0;
                }

                #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .weixin {
                    width: 60px;
                }

                #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .qrcode {
                    width: 120px;
                }

                #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .name {
                    font-size: 11px;
                    color: #ffffff;
                    opacity: 0.6;
                    line-height: 23px;
                    margin-top: 2px;
                }

                #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox {
                    position: absolute;
                    left: -50px;
                    bottom: 120px;
                    opacity: 0;
                    transition: all 0.3s ease-out;
                }

                    #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode {
                        width: 160px;
                        padding: 20px;
                        padding-bottom: 12px;
                        background: #fff;
                        border-radius: 5px;
                    }

                        #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode .img {
                            display: block;
                            width: 120px;
                        }

                        #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .hoverCode .txt {
                            font-size: 14px;
                            color: #333436;
                            margin-top: 5px;
                            text-align: center;
                        }

                    #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .hoverBox .arrow {
                        width: 10px;
                        height: 4px;
                        display: block;
                        margin: auto;
                    }

                #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:hover .hoverBox {
                    opacity: 1;
                    bottom: 90px;
                }

    #footer .copyright {
        background: #484E52;
        text-align: center;
        padding-top: 15px;
        padding-bottom: 15px;
    }

        #footer .copyright .txt {
            font-size: 12px;
            color: #868C92;
            line-height: 20px;
        }

.floatBtnBox {
    position: fixed;
    top: 310px;
    right: 0;
    border-radius: 5px 0 0 5px;
    box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
    z-index: 1;
}

    .floatBtnBox .floatBtn {
        position: relative;
        display: block;
        width: 60px;
        cursor: pointer;
    }

        .floatBtnBox .floatBtn .btnIcon {
            position: relative;
            width: 60px;
            border-bottom: solid 1px #FAFAFA;
        }

        .floatBtnBox .floatBtn:first-child .btnIcon {
            border-radius: 5px 0 0 0;
        }

        .floatBtnBox .floatBtn:last-child .btnIcon {
            border-radius: 0 0 0 5px;
            border-bottom: 0;
        }

        .floatBtnBox .floatBtn:hover .infoBox {
            right: 60px;
            opacity: 1;
        }

    .floatBtnBox .infoBox {
        position: absolute;
        display: flex;
        justify-content: right;
        right: -326px;
        padding-right: 2px;
        opacity: 0;
        top: 0;
        transition: all 0.3s ease-out;
    }

        .floatBtnBox .infoBox .arrow {
            width: 4px;
            height: 10px;
            margin-top: 25px;
        }

        .floatBtnBox .infoBox .info {
            border-radius: 5px;
            box-shadow: 0 0 32px rgba(0, 0, 0, 0.05);
            background: #ffffff;
        }

        .floatBtnBox .infoBox.dianhua .info {
            width: 229px;
            height: 60px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .floatBtnBox .infoBox.dianhua .info .txt {
                font-size: 14px;
                color: #333436;
            }

                .floatBtnBox .infoBox.dianhua .info .txt span {
                    font-size: 16px;
                    color: #E9463F;
                }

        .floatBtnBox .infoBox.weixin .info {
            width: 320px;
            height: 180px;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .floatBtnBox .infoBox.weixin .info .qrcodeBox .qecode {
                width: 120px;
                height: 120px;
                display: block;
            }

            .floatBtnBox .infoBox.weixin .info .qrcodeBox .txt {
                font-size: 14px;
                color: #333436;
                text-align: center;
                margin-top: 8px;
            }

            .floatBtnBox .infoBox.weixin .info .bar {
                position: relative;
                width: 1px;
                height: 100px;
                margin-left: 20px;
                margin-right: 20px;
                background: rgba(0, 0, 0, 0.08);
            }

.inputBox {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 5px;
}

    .inputBox .text {
        min-width: 100px;
        margin-left: 25px;
        font-size: 13px;
        color: #333436;
    }

    .inputBox .input {
        width: 100%;
        height: 36px;
        background: #F1F3F5;
        border: 0;
        margin-right: 25px;
        outline: none;
        padding: 8px 9px;
        border-radius: 3px;
    }

    .inputBox .yzmBox {
        display: flex;
        justify-content: space-between;
        margin-right: 25px;
    }

        .inputBox .yzmBox .input {
            margin-right: 0;
        }

        .inputBox .yzmBox .yzm {
            width: 90px;
            height: 36px;
            margin-left: 5px;
        }

.err {
    color: #E60012;
}

    .err::-webkit-input-placeholder {
        color: #E60012;
    }

    .err::-moz-placeholder {
        color: #E60012;
    }

    .err input:-ms-input-placeholder {
        color: #E60012;
    }

    .err::-webkit-input-placeholder {
        color: #E60012;
    }

    .err::placeholder {
        color: #E60012;
    }

.floatPage {
    display: none;
}

    .floatPage .bg {
        position: fixed;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        background: rgba(0, 0, 0, 0.3);
        z-index: 102;
        opacity: 0;
    }

    .floatPage .floatInfo {
        position: fixed;
        width: 360px;
        left: 50%;
        top: 70%;
        margin-left: -180px;
        margin-top: -237px;
        z-index: 103;
        opacity: 0;
    }

        .floatPage .floatInfo .infoBox {
            position: relative;
            width: 100%;
            background: #fff;
            border-radius: 5px;
            overflow: hidden;
            padding-bottom: 25px;
        }

            .floatPage .floatInfo .infoBox .tab {
                display: flex;
                justify-content: space-between;
                margin-bottom: 25px;
            }

                .floatPage .floatInfo .infoBox .tab .tabBtn {
                    width: 50%;
                    text-align: center;
                    line-height: 44px;
                    font-size: 14px;
                    color: #333436;
                    background: #F1F3F5;
                    cursor: pointer;
                }

                    .floatPage .floatInfo .infoBox .tab .tabBtn.curr {
                        background: #fff;
                    }

            .floatPage .floatInfo .infoBox .button1 {
                position: relative;
                background: #E9463F;
                width: 200px;
                height: 42px;
                margin: auto;
                margin-top: 15px;
                cursor: pointer;
            }

                .floatPage .floatInfo .infoBox .button1 .txt {
                    font-size: 14px;
                    color: #fff;
                    text-align: center;
                    line-height: 42px;
                }

                .floatPage .floatInfo .infoBox .button1 .arrow {
                    position: absolute;
                    width: 20px;
                    height: 20px;
                    top: 11px;
                    right: 11px;
                }

        .floatPage .floatInfo .floatClose {
            position: absolute;
            width: 32px;
            height: 32px;
            left: 50%;
            margin-left: -16px;
            bottom: -47px;
            cursor: pointer;
        }

        .floatPage .floatInfo .titleBar {
            display: flex;
            align-items: center;
            justify-content: space-between;
            background: linear-gradient(#fff, #F2F5F8);
            padding: 15px 20px;
            padding-right: 11px;
        }

            .floatPage .floatInfo .titleBar .title {
                font-size: 15px;
                line-height: 20px;
                font-weight: bold;
                color: #333436;
            }

            .floatPage .floatInfo .titleBar .close {
                width: 28px;
                height: 28px;
                display: block;
                opacity: 1;
            }

#productNameFloat .floatInfo {
    width: 664px;
    margin-left: -332px;
    overflow: hidden;
    border-radius: 5px;
}

    #productNameFloat .floatInfo .infoBox {
        border-radius: 0;
        padding: 30px 60px;
    }

        #productNameFloat .floatInfo .infoBox .text {
            font-size: 14px;
            line-height: 26px;
            color: #333436;
            margin-bottom: 20px;
        }

            #productNameFloat .floatInfo .infoBox .text span {
                color: #E9463F;
                font-weight: bold;
            }

        #productNameFloat .floatInfo .infoBox .productNameList {
            display: flex;
            flex-wrap: wrap;
        }

            #productNameFloat .floatInfo .infoBox .productNameList .productName {
                font-size: 13px;
                line-height: 20px;
                color: #333436;
                padding: 10px 18px;
                background: #F1F3F5;
                border-radius: 3;
                margin-right: 10px;
                margin-bottom: 10px;
            }

        #productNameFloat .floatInfo .infoBox .inputBox {
            width: 422px;
            margin-top: 10px;
        }

            #productNameFloat .floatInfo .infoBox .inputBox .text {
                min-width: 62px;
                margin-left: 0;
                margin: 0;
            }

            #productNameFloat .floatInfo .infoBox .inputBox .input {
                margin-right: 0;
            }

@media (max-width: 1199px) {
    #menu .menuContent .menuList .btn {
        font-size: 14px;
        margin-right: 10px;
    }

    #footer {
        position: relative;
        padding-top: 20px;
    }

        #footer .mapInfo .logo {
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -53px;
        }

        #footer .mapInfo .maps .navBox {
            margin-right: 20px;
        }
}

@media (max-width: 991px) {
    #footer {
        padding-top: 20px;
        position: relative;
    }

        #footer .mapInfo .logo {
            position: absolute;
            top: 30px;
            left: 50%;
            margin-left: -53px;
        }

        #footer .mapInfo .maps .navBox {
            margin-right: 10px;
        }
}

@media (max-width: 767px) {
    .main {
        padding-top: 50px;
    }

    #menu {
        height: 50px;
    }

        #menu .menuContent {
            padding-left: 20px;
            padding-right: 15px;
        }

            #menu .menuContent .logo {
                width: 18px;
                height: 24px;
            }

            #menu .menuContent .menuList .btn {
                font-size: 15px;
                padding-left: 6px;
                padding-right: 6px;
            }

            #menu .menuContent .mobileIcon .openMenu {
                width: 32px;
                height: 32px;
            }

            #menu .menuContent .mobileIcon .closeMenu {
                width: 32px;
                height: 32px;
                display: none;
            }

    #banner .pagination {
        text-align: left;
        right: auto;
        left: 0;
        padding-left: 25px;
        margin: 0;
    }

    #banner .swiper-pagination-bullet {
        height: 6px;
        width: 6px;
        border-radius: 2px;
    }

    #banner .titleBox .title {
        font-size: 32px;
    }

    .button .txt {
        font-size: 16px;
    }

    .button .arrow {
        width: 20px;
    }

    .titleBox .bar {
        width: 30px;
        height: 4px;
    }

    .titleBox .text {
        font-size: 25px;
        line-height: 33px;
    }

    .newsCellBox {
        margin-bottom: 8px;
    }

        .newsCellBox .title {
            font-size: 15px;
            line-height: 22px;
        }

        .newsCellBox .date {
            margin-top: 5px;
            font-size: 12px;
            line-height: 17px;
            margin-left: 0;
        }

    .newsBox {
        width: 100% !important;
        margin-bottom: 10px !important;
        padding: 20px;
        height: auto;
    }

        .newsBox .title {
            font-size: 19px;
            line-height: 28px;
        }

        .newsBox .sourceBox {
            justify-content: flex-start;
        }

            .newsBox .sourceBox .time {
                margin-left: 15px;
            }

    #tabs {
        height: 48px;
    }

        #tabs .tab {
            padding: 12px 15px;
        }

            #tabs .tab .txt {
                font-size: 15px;
                line-height: 24px;
            }

    #footer {
        padding-top: 0;
    }

        #footer .mapInfo {
            flex-wrap: wrap;
            padding-top: 50px;
            padding-bottom: 50px;
        }

            #footer .mapInfo .logo {
                position: relative;
                width: 60px;
                height: 79px;
                left: auto;
                top: auto;
                margin: auto;
            }

            #footer .mapInfo .qrcodeInfo {
                width: 100%;
                margin-top: 20px;
            }

                #footer .mapInfo .qrcodeInfo .title {
                    text-align: center;
                }

                #footer .mapInfo .qrcodeInfo .qrcodes {
                    justify-content: center;
                    margin-top: 10px;
                }

                    #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .qrcode {
                        width: 100px;
                        height: 100px;
                    }

                    #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox .name {
                        text-align: center;
                        font-size: 13px;
                        line-height: 23px;
                        margin-top: 5px;
                    }

                    #footer .mapInfo .qrcodeInfo .qrcodes .qrcodeBox:hover .hoverBox {
                        display: none;
                    }

        #footer .copyright .txt {
            font-size: 12px;
            line-height: 20px;
            font-weight: 300;
        }

    .floatBtnBox {
        top: 290px;
    }

        .floatBtnBox .floatBtn {
            width: 50px;
        }

            .floatBtnBox .floatBtn .btnIcon {
                width: 50px;
            }

            .floatBtnBox .floatBtn .weixin .info {
                padding-top: 10px;
                width: 140px;
                height: auto;
                display: block;
                margin-top: -60px;
                padding-bottom: 10px;
            }

                .floatBtnBox .floatBtn .weixin .info .qrcodeBox .qecode {
                    margin: auto;
                }

                .floatBtnBox .floatBtn .weixin .info .qrcodeBox .txt {
                    margin-top: 0;
                }

                .floatBtnBox .floatBtn .weixin .info .bar {
                    width: 100px;
                    height: 1px;
                    margin-top: 9px;
                    margin-bottom: 10px;
                }

    .menuDown .infoBox {
        top: 50px;
    }

        .menuDown .infoBox .infoContent {
            height: 100%;
        }

            .menuDown .infoBox .infoContent.region {
                position: relative;
                overflow: scroll;
                display: block;
                width: 100%;
                padding: 0;
            }

                .menuDown .infoBox .infoContent.region .regionContainer {
                    display: flex;
                    flex-wrap: wrap;
                    height: max-content;
                    padding: 30px;
                }

                .menuDown .infoBox .infoContent.region .regionBox {
                    width: 50%;
                    margin-bottom: 40px;
                }

                    .menuDown .infoBox .infoContent.region .regionBox .regionLabel {
                        margin-bottom: 10px;
                    }

                .menuDown .infoBox .infoContent.region .region1 {
                    width: 100%;
                }

                    .menuDown .infoBox .infoContent.region .region1 .regionBtn {
                        display: inline-block;
                    }

    .floatPage .floatInfo .titleBar {
        padding: 11px 20px;
        padding-right: 11px;
    }

    #productNameFloat .floatInfo {
        width: 96%;
        left: 2%;
        margin-left: 0;
        margin-top: -290px;
    }

        #productNameFloat .floatInfo .infoBox {
            padding: 20px;
        }

            #productNameFloat .floatInfo .infoBox .text {
                font-size: 12px;
                line-height: 26px;
                margin-top: -5px;
                margin-bottom: 19px;
            }

            #productNameFloat .floatInfo .infoBox .productNameList .productName {
                font-size: 12px;
                line-height: 20px;
                padding: 8px 10px;
            }

            #productNameFloat .floatInfo .infoBox .inputBox {
                width: 100%;
            }
}
