* {
    box-sizing: border-box;
    font-family: Microsoft YaHei;
    font-weight: 400;
}

a {
    text-decoration: none;
    font-weight: 400;
    cursor: pointer;
    color: #050B1F;
}

img {
     
}

ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.layout {
    width: 1200px;
    margin: 0 auto;
}

.header .nav {
    height: 40px;
    font-size: 14px;
    color: #9195A6;
    background-color: #F6F7F9;
}

    .header .nav .layout {
        display: flex;
        justify-content: space-between;
        align-items: center;
        height: 40px;
    }

        .header .nav .layout .nav-title {
            display: flex;
            justify-content: space-between;
            align-items: center;
            height: 40px;
        }

        .header .nav .layout .apps {
            display: flex;
            align-items: center;
            height: 40px;
        }

            .header .nav .layout .apps .app {
                display: flex;
                align-items: center;
                height: 40px;
                position: relative;
                cursor: pointer;
            }

                .header .nav .layout .apps .app::before {
                    content: '';
                    width: 24px;
                    height: 24px;
                    margin-right: 8px;
                    background-size: 24px 24px;
                    background-position: center;
                    background-repeat: no-repeat;
                }

                .header .nav .layout .apps .app.app-weixin::before {
                    background-image: url(/assets/imgs/icon-weixin.png);
                }

                .header .nav .layout .apps .app.app-weixin:hover:before {
                    background-image: url(/assets/imgs/icon-weixin-active.png);
                }

                .header .nav .layout .apps .app.app-kuaishou::before {
                    background-image: url(/assets/imgs/icon-kuaishou.png);
                }

                .header .nav .layout .apps .app.app-kuaishou:hover:before {
                    background-image: url(/assets/imgs/icon-kuaishou-active.png);
                }

                .header .nav .layout .apps .app.app-douyin::before {
                    background-image: url(/assets/imgs/icon-douyin.png);
                }

                .header .nav .layout .apps .app.app-douyin:hover:before {
                    background-image: url(/assets/imgs/icon-douyin-active.png);
                }

                .header .nav .layout .apps .app:hover {
                    color: #050B20;
                }

                .header .nav .layout .apps .app + .app {
                    margin-left: 30px;
                }


                .header .nav .layout .apps .app img {
                    width: 24px;
                    height: 24px;
                    margin-right: 5px;
                }

                .header .nav .layout .apps .app .app-name {
                    color: #9195A6;
                }

                .header .nav .layout .apps .app .qrcode {
                    display: none;
                    position: absolute;
                    top: 40px;
                    left: 50%;
                    margin-left: -60px;
                    width: 120px;
                    height: 120px;
                    background: #FFFFFF;
                    box-shadow: 0px 1px 20px 0px rgba(24, 28, 32, 0.1);
                    border-radius: 10px;
                    padding: 5px;
                    overflow: hidden;
                    z-index: 9;
                }


                .header .nav .layout .apps .app:hover .qrcode {
                    display: block;
                }


                .header .nav .layout .apps .app .qrcode > img {
                    width: 110px;
                    height: 110px;
                }

                .header .nav .layout .apps .app:hover .app-name {
                    color: #050B20;
                }

            .header .nav .layout .apps .hotline {
                display: flex;
                align-items: center;
                font-weight: bold;
                color: #9195A6;
                margin-left: 30px;
            }

                .header .nav .layout .apps .hotline > img {
                    width: 14px;
                    height: 14px;
                    margin-right: 10px;
                }

.header .header-container {
    height: 100px;
    background-color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.header .logo {
    width: 394px;
}

.header .menus {
    height: 100px;
}

    .header .menus ul {
        height: 100px;
        display: flex;
        align-items: center;
    }

        .header .menus ul > li {
            height: 100px;
            flex-shrink: 0;
            display: flex;
            align-items: center;
            justify-content: center;
            position: relative;
        }

            .header .menus ul > li:nth-child(n+2) {
                margin-left: 40px;
            }

            .header .menus ul > li:hover::after {
                content: "";
                position: absolute;
                height: 4px;
                background: #2cb49d;
                left: 0;
                right: 0;
                bottom: 10px;
            }

            .header .menus ul > li > a {
                flex: 1;
                display: flex;
                align-items: flex-end;
                justify-content: center;
                height: 100px;
                font-size: 17px;
                font-weight: 400;
                padding-bottom: 30px;
            }

            .header .menus ul > li .dropdown {
                display: flex;
                flex-direction: column;
                align-items: center;
                position: absolute;
                left: 50%;
                transform: translateX(-50%);
                top: 100%;
                min-width: 160px;
                background: #fff;
                box-shadow: 0px 3px 30px 0px rgba(24,28,32,0.1);
                z-index: 2;
                display: none;
            }

            .header .menus ul > li:hover .dropdown {
                display: block;
            }

            .header .menus ul > li .dropdown > a {
                display: flex;
                align-items: center;
                justify-content: center;
                height: 40px;
                font-size: 15px;
                font-weight: 400;
                color: #000000;
            }

                .header .menus ul > li .dropdown > a:hover {
                    background-color: #F0F1F6;
                }

.footer {
    background: #2cb49d;
}

    .footer .footer-img {
        padding: 40px 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .footer .footer-img img {
            width: 1000px;
            height: auto;
        }

    .footer .navs {
        padding: 30px 0;
        border-top: 1px solid rgba(255,255,255,.1)
    }

        .footer .navs .flex-main {
            display: flex;
        }

            .footer .navs .flex-main .title {
                font-size: 17px;
                font-weight: bold;
                color: #FFFFFF;
                padding-bottom: 10px;
            }

            .footer .navs .flex-main .contact {
                flex: 1;
            }

                .footer .navs .flex-main .contact .contact-item {
                    font-size: 14px;
                    color: #FFFFFF;
                    display: flex;
                    padding: 10px 0;
                }

                    .footer .navs .flex-main .contact .contact-item > div:nth-child(n+2) {
                        margin-left: 45px;
                    }
 
            .footer .navs .flex-main .friendly {
                margin: 0 150px 0 100px;
                width: 250px;
            }

                .footer .navs .flex-main .friendly .links {
                    display: flex;
                    flex-wrap: wrap;
                }


                    .footer .navs .flex-main .friendly .links a {
                        font-size: 14px;
                        color: #FFFFFF;
                        opacity: 0.5;
                        margin: 10px 15px 10px 0;
                    }

                .footer .navs .flex-main .friendly .links a:hover {
                    opacity: 1;
                }


            .footer .navs .flex-main .mp {
                flex-shrink: 0;
                margin-left: 50px;
            }

                .footer .navs .flex-main .mp .qrcode {
                    width: 120px;
                    height: 120px;
                }

                .footer .navs .flex-main .mp .tip {
                    width: 120px;
                    font-size: 14px;
                    font-weight: 400;
                    color: #FFFFFF;
                    text-align: center;
                }

    .footer .copyright {
        height: 50px;
        background: #101E3C;
    }

        .footer .copyright > div.layout {
            height: 50px;
            font-size: 14px;
            font-weight: 400;
            color: #7C858E;
            display: flex;
            justify-content: center;
            align-items: center;
        }

            .footer .copyright > div.layout > a {
                font-size: 14px;
                font-weight: 400;
                color: #7C858E;
                margin-left: 1em;
            }

.booking {
    background-image: url(/assets/imgs/booking.png);
    background-size: cover;
    background-position: center center;
    height: 90px;
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
}

.booking-placeholder {
    height: 90px;
}

.booking .booking-form {
    height: 90px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .booking .booking-form input {
        width: 260px;
        height: 50px;
        background: #FFFFFF;
        border-radius: 6px;
        border: none;
        outline: none;
        font-size: 16px;
        padding: 0 1em;
    }

        .booking .booking-form input.booking-mobile {
            margin-left: 20px;
        }


    .booking .booking-form .btn-booking {
        margin-left: 40px;
        width: 200px;
        height: 50px;
        background: #FFE616;
        border: none;
        box-shadow: 0px 4px 20px 0px rgba(62, 27, 7, 0.3);
        border-radius: 6px;
        font-size: 20px;
        font-weight: bold;
        color: #A74B00;
        outline: none;
    }

.breadcrumb-box {
    background: #FAFAFA;
    font-size: 14px;
    color: #181818;
}

.breadcrumb {
    display: flex;
    align-items: center;
    height: 50px;
}

    .breadcrumb > li + li:before {
        color: #181818;
        content: ">>";
        padding: 0 5px;
    }

.pagenation {
    padding: 60px 0 120px;
    display: flex;
    justify-content: center;
}

.pager {
    display: flex;
}

    .pager li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

        .pager li + li {
            margin-left: 8px
        }

        .pager li a {
            display: flex;
            justify-content: center;
            align-items: center;
            flex: 1;
            padding: 3px 10px;
            border: 1px solid #E1E3EB;
            border-radius: 2px;
            font-size: 14px;
            color: #151927;
        }

        .pager li.active a {
            border: 1px solid #2cb49d;
            background-color: #2cb49d;
            color: #ffffff;
        }

        .pager li a:hover {
            background-color: #2cb49d;
            color: #ffffff;
        }



.visitor .visitor-mini {
    position: fixed;
    right: 30px;
    bottom: 0;
    width: 200px;
    height: 42px;
    z-index: 1000000;
    background-color: #1f8ceb;
    display: flex;
    justify-content: space-between;
}

    .visitor .visitor-mini .mini-btn-info {
        width: 42px;
        height: 42px;
        background-image: url(/assets/imgs/visitor-msg.png);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
        background-color: #1970bc;
    }

    .visitor .visitor-mini .mini-btn-middle {
        flex: 1;
        font-weight: normal;
        line-height: 42px;
        padding: 0 8px;
        font-size: 16px;
        color: #FFFFFF;
        letter-spacing: 0.83px;
        cursor: pointer;
        text-align: center;
    }

    .visitor .visitor-mini .mini-btn-window {
        width: 42px;
        height: 42px;
        background-image: url(/assets/imgs/visitor-window.png);
        background-position: center;
        background-repeat: no-repeat;
        cursor: pointer;
    }

.visitor .visitor-window {
    position: fixed;
    right: 0px;
    bottom: 0px;
    width: 360px;
    height: 400px;
    z-index: 1000001;
    background-color: #fff;
    box-shadow: rgb(0 0 0 / 16%) 0px 5px 40px !important;
    border-radius: 2px;
    display: none;
}

    .visitor .visitor-window .window-title {
        width: 100%;
        background: #1f8ceb no-repeat 10px;
        font-size: 14px;
        color: #fff;
        height: 36px;
        line-height: 36px;
        font-weight: normal;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding-left: 10px;
    }

        .visitor .visitor-window .window-title .visitor-logo {
            width: 24px;
            height: 24px;
        }

        .visitor .visitor-window .window-title .visitor-name {
            flex: 1;
            font-weight: normal;
            color: #fff;
            margin-left: 5px;
            font-size: 14px;
        }

        .visitor .visitor-window .window-title .visitor-btn-window {
            width: 36px;
            height: 36px;
            cursor: pointer;
        }

        .visitor .visitor-window .window-title .visitor-btn-close {
            width: 36px;
            height: 36px;
            cursor: pointer;
        }

    .visitor .visitor-window .window-main {
        height: 364px;
        overflow-y: auto;
        padding: 10px 15px;
    }

        .visitor .visitor-window .window-main .talk-item {
            display: flex;
            margin-bottom: 15px;
            padding-right: 8px;
        }

            .visitor .visitor-window .window-main .talk-item .avator {
                width: 38px;
                flex-shrink: 0;
            }

                .visitor .visitor-window .window-main .talk-item .avator > img {
                    width: 30px;
                    height: 30px;
                }

            .visitor .visitor-window .window-main .talk-item .talk-msg {
                flex: 1;
            }

                .visitor .visitor-window .window-main .talk-item .talk-msg .msg-title {
                    font-size: 12px;
                    color: #62778C;
                    margin-bottom: 5px;
                    height: 18px;
                }

                    .visitor .visitor-window .window-main .talk-item .talk-msg .msg-title > label {
                        font-size: 12px;
                    }

                .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content {
                    padding: 8px;
                    background-color: #eff3f6;
                    color: #28334B;
                    border-radius: 4px;
                    white-space: normal;
                    font-size: 15px;
                    word-break: break-word;
                    word-wrap: break-word;
                }

                    .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content .red {
                        color: #E53333;
                    }

                    .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content .msg-send-box {
                        background: #FFF;
                        border: 1px solid #CED5E0;
                        padding: 8px;
                    }

                        .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content .msg-send-box .input-cell {
                            margin-bottom: 10px;
                        }

                        .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content .msg-send-box .input-box {
                            height: 32px;
                            border-radius: 2px;
                            font-size: 15px;
                            width: 100%;
                            padding: 0 5px;
                            border: 1px solid #CED5E0;
                            outline: none;
                        }

                        .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content .msg-send-box .input-textarea {
                            height: 58px;
                            border-radius: 2px;
                            font-size: 15px;
                            width: 100%;
                            font-family: 'Microsoft YaHei';
                            padding: 5px 5px;
                            border: 1px solid #CED5E0;
                            outline: none;
                        }

                        .visitor .visitor-window .window-main .talk-item .talk-msg .msg-content .msg-send-box .btn-send {
                            display: inline-block;
                            width: 100%;
                            font-size: 15px;
                            height: 32px;
                            line-height: 28px;
                            border: 1px solid #ff5a5f;
                            border-radius: 2px;
                            color: #FFF;
                            background: #ff5a5f;
                            padding: 0 10px;
                            text-align: center;
                            cursor: pointer;
                            outline: none;
                        }
