﻿/*** 总体样式***/
body {
    margin: 0px;
    padding: 0px;
    background-color: #fff;
    text-align: left;
    color: #333333;
    font: 12px microsoft yahei,sans-serif;
}

div, form, img, ul, ol, li, dl, dt, dd {
    padding: 0px;
    border: 0px;
    margin: 0px;
}

h1, h2, h3, h4, h5, h6 {
    margin: 0px;
    padding: 0px;
}

li {
    list-style: none;
}

a {
    color: #333;
    text-decoration: none;
    cursor: pointer;
}

    a:hover {
        text-decoration: none !important;
        color: #333 !important;
    }

.wrap {
    width: 1190px;
    margin: 0 auto;
}
select {
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    border: none;
    background: url(../../Images/v2023/down8.png) 220px center no-repeat;
}
/**logobox*/
.topbox {
    height: 101px;
    margin: 10px auto;
}

.logobox {
    margin: 20px 20px 0 0;
    display: block;
    float: left;
    width:220px;
    height:60px;
}
    .logobox img {
        width: 220px;
        height: 60px;
    }

    .wrapper_search {
        display: block;
        float: left;
        width: 670px !important;
        background: #fff !important;
        border: 2px solid #EE0A24;
        height: 40px;
        margin-top: 30px !important;
        border-radius: 4px;
    }

.wrapper_searchleft2 {
    position: relative;
    float: left;
    left: 0px !important;
    width: 100% !important;
    height: auto !important;
    padding-top: 0px !important;
    overflow: hidden;
}

.wrapper_searchDM {
    background: #fff !important;
    width: 565px !important;
    padding: 0 18px !important;
    height: 40px !important;
    margin: 0 2px;
}

    .wrapper_searchDM input {
        line-height: 40px !important;
        width: 99% !important;
        height: 38px !important;
        outline: none;
    }

.wrapper_searchDR {
    width: 65px !important;
    height: 41px !important;
    background: #EE0A24;
}

    .wrapper_searchDR input {
        width: 20px;
        height: 20px;
        margin: 10px 22px;
    }

.state {
    display: block;
    float: left;
}

    .state a {
        display: block;
        width: 110px;
        height: 40px;
        background: #FFFFFF;
        border: 1px solid rgba(255,1,54,1);
        border-radius: 4px;
        font-size: 14px;
        color: #EE0A24;
        letter-spacing: -0.32px;
        line-height: 40px;
        text-align: center;
        font-weight: 500;
        margin-top: 30px;
        margin-left: 20px;
        cursor: pointer;
    }

        .state a:hover {
            color: #EE0A24 !important;
        }

.share {
    display: block;
    float: right;
    position: relative;
}

    .share .head {
        width: 84px;
        height: 101px;
        background: #F5F5F5;
        border-radius: 8px;
        cursor: pointer
    }

        .share .head img {
            width: 72px;
            height: 72px;
            margin: 6px 6px 5px 6px;
        }

        .share .head .text {
            height: 17px;
            margin: 0 5px;
        }

            .share .head .text p {
                font-size: 12px;
                color: #555555;
                letter-spacing: 0;
                font-weight: 400;
                display: block;
                float: left;
                width: 55px;
                text-align: center;
            }

            .share .head .text img {
                width: 8px;
                height: 5px;
                display: block;
                float: left;
                margin-left: 5px;
            }

    .share:hover .listbox {
        display: block;
    }

    .share .listbox {
        display: none;
        position: absolute;
        right: -20px;
        top: 100px;
        width: 120px;
        height: auto;
        background: #FFFFFF;
        box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
        padding: 20px 0;
    }

        .share .listbox .item {
            margin: 0 20px;
        }

            .share .listbox .item .imgbox {
                width: 80px;
                height: 80px;
                background: #FFFFFF;
                margin: 0 auto;
                border: 1px solid rgba(233,233,235,1);
                border-radius: 8px;
            }

            .share .listbox .item img {
                width: 72px;
                height: 72px;
                display: block;
                margin: 4px auto;
            }

            .share .listbox .item p {
                font-size: 12px;
                color: #555555;
                text-align: center;
                font-weight: 400;
                margin: 5px auto;
                line-height: 17px;
            }

.wrapper_searchleft3 {
    padding-top: 7px !important;
    color: #606266 !important;
    width: 600px !important;
}

    .wrapper_searchleft3 span {
        display: block;
        float: left;
    }

    .wrapper_searchleft3 li a {
        font-size: 12px;
        color: #606266 !important;
        letter-spacing: 0;
        line-height: 18px;
        font-weight: 400;
    }

/*top*/

/*头部浮动导航菜单部分开始*/
.FloatTop {
    width: 100%;
    height: 34px;
    background: #F5F5F5;
}

    .FloatTop .login {
        display: block;
        float: left;
        line-height: 34px;
        font-size: 12px;
        color: #333333;
        text-decoration: none;
    }

        .FloatTop .login a {
            color: #333;
            text-decoration: none;
        }

        .FloatTop .login .gologin {
            display: block;
            float: left;
            color: #FA5151;
            margin-right: 5px;
            position: relative;
        }

            .FloatTop .login .gologin:hover .info {
                display: block;
            }

            .FloatTop .login .gologin .unlogin {
                font-size: 12px;
                color: #FA5151;
                letter-spacing: 0;
                font-weight: 400;
            }

            .FloatTop .login .gologin .info {
                display: none;
                z-index: 9999;
                position: absolute;
                top: 34px;
                left: 0;
                width: 200px;
                padding: 20px;
                background: #FFFFFF;
                box-shadow: 0px 0px 15px 0px rgba(0,0,0,0.1);
                border-radius: 8px;
            }

                .FloatTop .login .gologin .info .account {
                    margin-top: 3px;
                    padding-bottom: 10px;
                    border-bottom: 1px solid #E4E4E4;
                    overflow: hidden;
                }

                    .FloatTop .login .gologin .info .account img {
                        width: 44px;
                        height: 44px;
                        display: block;
                        float: left;
                        margin-right: 10px;
                    }

                    .FloatTop .login .gologin .info .account .account-text {
                        height: auto;
                        overflow: hidden;
                    }

                        .FloatTop .login .gologin .info .account .account-text h4 {
                            font-size: 14px;
                            color: #333333;
                            letter-spacing: -0.32px;
                            font-weight: 400;
                            word-break: break-all;
                            word-wrap: break-word;
                            white-space: pre-wrap;
                            white-space: nowrap;
                            overflow: hidden;
                            text-overflow: ellipsis;
                        }

                        .FloatTop .login .gologin .info .account .account-text p {
                            font-size: 12px;
                            color: #D4D4D4;
                            letter-spacing: -0.27px;
                            font-weight: 400;
                        }

                .FloatTop .login .gologin .info .linkbox {
                    width: 100%;
                    padding: 20px 0;
                    overflow: hidden;
                }

                    .FloatTop .login .gologin .info .linkbox a {
                        display: block;
                        float: left;
                        width: 50%;
                        text-decoration: none;
                    }

                        .FloatTop .login .gologin .info .linkbox a.consume {
                            display: block;
                            float: right;
                            width: 50%;
                        }

                        .FloatTop .login .gologin .info .linkbox a img {
                            width: 16px;
                            height: 16px;
                            display: block;
                            float: left;
                            margin: 5px 10px 5px 0;
                        }

                        .FloatTop .login .gologin .info .linkbox a p {
                            font-size: 12px;
                            color: #333333;
                            letter-spacing: -0.27px;
                            line-height: 26px;
                        }

                .FloatTop .login .gologin .info .btn {
                    width: 100%;
                    background: #F5F5F5;
                    border-radius: 4px;
                    font-size: 12px;
                    color: #000000;
                    letter-spacing: -0.27px;
                    text-align: center;
                    font-weight: 400;
                    height: 30px;
                    line-height: 30px;
                    cursor: pointer;
                }

    .FloatTop .toolbox {
        display: block;
        float: right;
    }

        .FloatTop .toolbox .dropDown, .FloatTop .toolbox .ipv6 {
            display: block;
            float: left;
        }

        .FloatTop .toolbox .ipv6 {
            margin: 7px 0;
        }

        .FloatTop .toolbox .dropDown {
            margin-right: 25px;
            position: relative;
            cursor: pointer;
        }

            .FloatTop .toolbox .dropDown:hover .downbox {
                display: block
            }

            .FloatTop .toolbox .dropDown .title {
                height: 34px;
                display: block
            }

                .FloatTop .toolbox .dropDown .title p {
                    line-height: 34px;
                    font-size: 12px;
                    color: #333333;
                    display: block;
                    float: left;
                }

                .FloatTop .toolbox .dropDown .title img {
                    display: block;
                    float: left;
                    width: 8px;
                    height: 5px;
                    margin: 15px 0 14px 5px;
                }

            .FloatTop .toolbox .dropDown .downbox {
                display: none;
                z-index: 9999;
                position: absolute;
                right: 0;
                top: 34px;
                width: 100px;
                background: #FFFFFF;
                box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
                border-radius: 8px;
                padding: 2px 0 11px 0;
            }

                .FloatTop .toolbox .dropDown .downbox a {
                    display: block;
                    padding: 0 14px;
                    font-size: 12px;
                    color: #333333;
                    line-height: 30px;
                    cursor: pointer;
                    text-decoration: none;
                }

                    .FloatTop .toolbox .dropDown .downbox a:hover {
                        color: #EE0A24;
                        background: #F7F9FA;
                    }
/*导航*/
.navbox {
    width: 100%;
    height: 45px;
    background: #EE0A24;
    margin: 10px 0 20px 0;
}

    .navbox li {
        display: block;
        float: left;
        width: 120px;
        height: 45px;
        position: relative;
    }

        .navbox li .title {
            display: block;
            font-size: 15px;
            color: #FFFFFF;
            letter-spacing: 0;
            text-align: center;
            line-height: 45px;
            font-weight: 500;
        }

            .navbox li .title:hover, .navbox li .title.cur {
                color: #fff !important;
                background: #F35466
            }

        .navbox li .hot {
            z-index: 999;
            position: absolute;
            top: -7px;
            right: -3px;
            height: 16px;
            width: 33px;
        }

        .navbox li:hover .down-menu {
            display: block;
        }

        .navbox li .down-menu {
            display: none;
            z-index: 9999;
            position: absolute;
            top: 42px;
            left: 50%;
            margin-left: -105px;
            width: 210px;
            background: #FFFFFF;
            box-shadow: 0px 0px 30px 0px rgba(0,0,0,0.1);
            border-radius: 4px;
            padding: 10px 0;
        }

            .navbox li .down-menu a {
                display: block;
                font-size: 14px;
                color: #000000;
                letter-spacing: 0;
                line-height: 35px;
                font-weight: 400;
                padding: 0 30px;
            }

                .navbox li .down-menu a:hover {
                    font-size: 14px;
                    color: #EE0A24 !important;
                    letter-spacing: 0;
                    line-height: 35px;
                    font-weight: 500;
                    background: #F5F5F5;
                }
/*底部*/
.agreement {
    width: 100%;
    background: #F7F9FA;
    padding: 30px 0;
    overflow: hidden;
    margin-top: 20px;
}

    .agreement .flbox, .agreement .frbox {
        display: block;
        float: left;
        
    }

    .agreement .flbox {
        width: 504px;
        margin-right: 90px;
        
    }

    .agreement .frbox {
        width: 510px;
        padding-left: 83px;
        border-left: 1px solid #d9d9d9;
    }

    .agreement h4 {
        font-size: 14px;
        color: #000000;
        letter-spacing: 0;
        font-weight: 600;
        text-align: center;
        margin-bottom: 15px;
    }

    .agreement .tip {
        font-size: 12px;
        color: #000000;
        letter-spacing: 0;
        line-height: 18px;
        font-weight: 400;
    }

    .agreement .list {
        margin: 18px 0;
    }

        .agreement .list p {
            font-size: 12px;
            color: #555555;
            letter-spacing: 0;
            line-height: 18px;
            font-weight: 400;
        }

    .agreement .frbox p {
        font-size: 12px;
        color: #555555;
        letter-spacing: 0;
        text-align: justify;
        line-height: 27px;
        font-weight: 400;
    }

.footer {
    padding: 35px 0;
}

    .footer .copyright {
        width: auto;
        margin: 0 auto 10px auto;
        text-align: center;
    }

        .footer .copyright .linkbox {
            display: inline-block;
            text-align: center;
            padding: 0 10px;
            font-size: 12px;
            color: #555555;
            letter-spacing: 0;
            text-align: center;
            line-height: 16px;
            font-weight: 400;
        }

        .footer .copyright .line {
            width: 1px;
            height: 10px;
            display: inline-block;
            background: #555555;
        }

    .footer .piclink {
        margin: 20px auto;
        text-align: center;
        width: 450px;
        height: 30px;
        position: relative;
    }

        .footer .piclink a {
            background-image: url("../../Images/v2023/copyright@4x.png");
            background-size: auto 30px;
            background-repeat: no-repeat;
            display: block;
            float: left;
        }

        .footer .piclink .link1 {
            width: 170px;
            height: 100%;
        }

        .footer .piclink .link3 {
            width: 110px;
            height: 100%;
            background-position-x: -345px;
            background-position-y: 0px;
        }

        .footer .piclink .link4 {
            width: 135px;
            height: 100%;
            background-position-x: -450px;
            background-position-y: 0px;
        }

.fixed-tool {
    z-index: 999;
    position: fixed;
    top: 70%;
    right: 0;
    width: 120px;
    height: 380px;
    margin-top: -190px;
}

    .fixed-tool .kefu {
        width: 120px;
        height: 380px;
    }

    .fixed-tool .goback {
        z-index: 9999;
        position: absolute;
        left: 29px;
        top: 31px;
        height: 76px;
        width: 60px;
        cursor: pointer;
    }

    .fixed-tool .online {
        z-index: 9999;
        position: absolute;
        left: 29px;
        top: 114px;
        height: 72px;
        width: 60px;
        cursor: pointer;
    }

    .fixed-tool .tel {
        z-index: 9999;
        position: absolute;
        left: 29px;
        top: 190px;
        height: 79px;
        width: 60px;
        cursor: pointer;
    }

        .fixed-tool .tel:hover .number {
            display: block;
        }

        .fixed-tool .tel .number {
            display: none;
            z-index: 99;
            position: absolute;
            right: 40px;
            top: -25px;
            width: 278px;
            height: 157px;
        }

            .fixed-tool .tel .number img {
                width: 278px;
                height: 157px;
            }

            .fixed-tool .tel .number .text {
                z-index: 999;
                position: absolute;
                left: 38px;
                top: 49px;
                width: 195px;
                height: 67px;
            }

                .fixed-tool .tel .number .text h4 {
                    color: #EE0A24;
                    font-weight: bold;
                    font-size: 24px;
                }

                    .fixed-tool .tel .number .text h4 p {
                        color: #333333;
                    }

    .fixed-tool .help {
        z-index: 9999;
        position: absolute;
        left: 29px;
        top: 274px;
        height: 67px;
        width: 60px;
        cursor: pointer;
    }
