﻿
.main-2023 {
    width: 1280px;
    margin: auto;
    position: relative;
}

.header-2023 {
    padding: 30px 80px 0 80px;
    height: 100px;
    min-width: 1200px;
}

    .header-2023 .logo {
        float: left;
    }

    .header-2023 .nav {
        float: left;
        margin-left: 20px;
    }

        .header-2023 .nav ul li {
            line-height: 40px;
            float: left;
            padding-right: 10px;
            padding-left: 20px;
            border-radius: 5px 5px 0 0;
            cursor: pointer;
            font-size: 16px;
            margin-left: 20px;
            position: relative;
        }

            .header-2023 .nav ul li:hover {
                box-shadow: 0px -8px 10px 2px #ddd;
            }

                .header-2023 .nav ul li:hover .options {
                    display: block;
                }

            .header-2023 .nav ul li .ax {
                display: block;
                padding-right: 20px;
                background: url(/static/2023/img/nav-li.png) no-repeat right center;
            }

            .header-2023 .nav ul li a:hover, .header-2023 .user-info a:hover, .nav-com a:hover {
                color: #F02A2E !important;
            }
    .header-2023 .nav-com a {
        display: inline-block;
        line-height: 40px;
        font-size: 16px;
        padding: 0 20px;
        margin-left: 20px;
    }
    .header-2023 .msg {
        position: relative;
    }

        .header-2023 .msg span {
            padding: 0 3px;
            min-width: 18px;
            height: 18px;
            background-color: #db282b;
            color: #fff;
            font-size: 12px;
            border-radius: 9px;
            line-height: 18px;
            text-align: center;
            display: inline-block;
            position: absolute;
            top: -15px;
            left: 10px;
        }
    .header-2023 .user-info {
        display: inline-block;
        padding: 5px 10px;
        border-radius: 5px 5px 0 0;
        position: relative;
    }
        .header-2023 .user-info img {
            border-radius: 50%;
            height: 30px;
            width: 30px;
        }
        .header-2023 .user-info .user-name {
            padding-right: 15px;
            padding-left: 5px;
            font-weight: bold;
            background: url(/static/2023/img/nav-li.png) no-repeat right center
        }

        .header-2023 .user-info:hover {
            box-shadow: 0px -8px 10px 2px #ddd;
        }

            .header-2023 .user-info:hover .options {
                display: block;
            }

        .header-2023 .user-info .options {
            padding-top: 5px;
            line-height: 35px;
            font-size: 16px;
        }
.options {
    display: none;
    position: absolute;
    top: 40px;
    left: 0;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
    box-shadow: 0px 1px 2px 0px #eee;
    width: 100%;
    padding-bottom: 5px;
    z-index: 999;
}

    .options a {
        width: 100%;
        display: block;
        text-align: center;
        padding-right: 10px;
    }

.btn-red {
    width: 100px;
    height: 40px;
    background: #ED2D36;
    border: 0px solid #DA3934;
    box-shadow: 0px 2px 8px 0px rgba(211,26,35,0.68);
    border-radius: 4px;
    color: #FFFFFF !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}

.btn-red-bor {
    width: 100px;
    height: 40px;
    background: #FFFFFF;
    border: 1px solid #D81B24;
    border-radius: 4px;
    color: #D81B24 !important;
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    line-height: 40px;
}

.btn-red a {
    color: #FFFFFF;
}

.footer-2023 {
    background: #242935;
    padding-top: 75px;
    color: #FFFFFF;
}

    .footer-2023 a {
        color: #A8ADB9;
        transition: color 0.2s;
    }

        .footer-2023 a:hover {
            color: #FFFFFF;
        }

    .footer-2023 .bottom {
        border-top: 1px solid #373B47;
        padding: 20px 0;
        height: 65px;
        font-size:12px;
    }

    .footer-2023 .topline {
        padding-bottom: 20px;
    }

        .footer-2023 .topline .pl {
            display: inline-block;
            vertical-align: top;
            line-height: 30px;
        }

        .footer-2023 .topline .qr {
            text-align: center;
        }

        .footer-2023 .topline .tel {
            font-size: 26px;
            font-weight: bold;
            letter-spacing: 2.5px;
        }

        .footer-2023 .topline .addr {
            font-size: 12px;
            line-height: 22px;
            color: #A8ADB9;
            margin-top: 15px;
            padding-top: 10px;
            border-top: 1px solid #373B47;
        }

            .footer-2023 .topline .addr .addr-p1 {
                display: inline-block;
                vertical-align: top;
            }

            .footer-2023 .topline .addr .addr-p2 {
                display: inline-block;
                width: 155px;
            }

    .footer-2023 .lk-ul {
        display: inline-block;
        margin-left: 60px;
        vertical-align: top;
    }

        .footer-2023 .lk-ul li {
            font-size: 14px;
            height: 30px;
            line-height: 30px;
        }

            .footer-2023 .lk-ul li.hd {
                font-size: 16px;
                font-weight: 400;
                margin-bottom: 15px;
            }

.search-2023 {
    color: #FFFFFF;
    display: none;
}

    .search-2023 .shade {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: #000;
        z-index: 999;
        opacity: 0.8;
        padding-top: 100px;
    }

    .search-2023 .lm {
    }

        .search-2023 .lm a {
            width: 120px;
            height: 40px;
            background: rgba(0,0,0,0.3);
            border: 1px solid #FFFFFF;
            border-radius: 4px;
            display: inline-block;
            text-align: center;
            line-height: 38px;
            color: #FFFFFF;
            font-size: 20px;
            margin-left: 20px;
        }

            .search-2023 .lm a.active {
                background: #FFFFFF;
                border: 1px solid #FFFFFF;
                color: #333;
            }

    .search-2023 input::-webkit-input-placeholder {
        color: #FFF;
        font-size: 36px;
    }

    .search-2023 input {
        width: 100%;
        padding: 10px;
        padding-left: 0;
        font-size: 32px;
        color: #fff;
        background: none;
        border: 0;
        border-bottom: 2px solid #FFF;
    }
    .search-2023 .search-boxs {
        position: fixed;
        margin-left: 50%;
        width: 1280px;
        top: 100px;
        left: -640px;
        z-index: 9999;
    }
    .search-2023 .search-bot {
        line-height: 50px;
        font-size: 20px;
        text-align: right;
    }

.fixed-right-2023 {
    width: 100px;
    height: 404px;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0px 0px 18px 0px rgba(36, 36, 36, 0.11);
    padding: 0 10px;
    position: fixed;
    bottom: 300px;
    left: 50%;
    margin-left: 680px;
    z-index: 666;
    text-align: center;
}

    .fixed-right-2023 a {
        margin-top: 20px;
        display: block;
        padding-bottom: 15px;
        border-bottom: 1px solid #F2F2F2;
        transition: color 0.3s;
    }
    .fixed-right-2023 a:hover {
        color:#F02A2E;

    }

        .fixed-right-2023 a p {
            margin-top: 5px;
        }

    .fixed-right-2023 .app {
        position: relative;
    }

        .fixed-right-2023 .app .qrcode {
            position: absolute;
            top: -10px;
            right: 80px;
            background: #FFF;
            padding: 10px;
            box-shadow: 0px 0px 2px 1px #ddd;
            display: none;
        }

        .fixed-right-2023 .app:hover .qrcode {
            display: block;
        }
.w300 {
    width: 300px !important;
}
.w400 {
    width: 400px !important;
}
.w200 {
    width: 200px !important;
}
.w100 {
    width: 100px !important;
}
.w150 {
    width: 150px !important;
}
.ml5{
    margin-left:5px;
}
.mr5 {
    margin-right: 5px;
}

.h48 {
    height: 48px !important;
    line-height: 48px !important;
    font-size: 16px;
}
.h25 {
    height: 25px !important;
    line-height: 25px !important;
}
.ft12 {
    font-size: 12px;
}

.ft14 {
    font-size: 14px;
}

.ft16 {
    font-size: 16px;
}

.ft18 {
    font-size: 18px;
}

.ft20 {
    font-size: 20px;
}

.b-line {
    border-bottom: 1px solid #F4F7FF;
}
.gray {
    color: #888888;
}