﻿.rightBar {
    display: block;
    position: fixed;
    right: 0;
    top: 50%;
    z-index: 9999;
    border-radius: 50%;
    color: #fff;
    font-size: 20px;
    cursor: pointer;
}

.probaner {
    height: 6.4rem;
}

.cloud-share {
    width: 100%;
    height: 100%;
    margin-top: 20px;
    position: relative;
}

    .cloud-share > p {
        width: 132px;
        height: 132px;
        border: 1px solid #ddd;
        background-color: #fff;
    }

.wei-xin {
    position: absolute;
    top: -145px;
    left:-30px;
    background-image: url(../images/erweima.jpg);
    display: none;
    background-size: 132px;
}

.corner {
    border: 10px solid transparent;
    border-top: 10px solid #fff;
    position: absolute;
    bottom: -20px;
    right: 50%;
    margin-right: -10px;
    z-index: 10;
}

.wei-xin1 {
    position: absolute;
    top: -145px;
    left: 30px;
    background-image: url(../images/qywx.png);
    display: none;
    background-size: 132px;
}

.qq-xin {
    position: absolute;
    top: -145px;
    left: 80px;
    background-image: url(../images/qqdb.png);
    display: none;
    background-size: 132px;
}
.dy-xin {
    position: absolute;
    top: -145px;
    left: 140px;
    background-image: url(../images/dydb.png);
    display: none;
    background-size: 132px;
}

.cloud-share ul li {
    float: left;
    margin-left: 15px;
    width: 40px;
    height: 40px;
}

    .cloud-share ul li a {
        display: block;
    }

        .cloud-share ul li a span {
            display: inline-block;
            width: 40px;
            height: 40px;
            background-repeat: no-repeat;
            background-size: 40px;
        }

    .cloud-share ul li .icon-blog {
        background-image: url(../images/wb1.png);
    }

        .cloud-share ul li .icon-blog:hover {
            background-image: url(../images/wb2.png);
        }

    .cloud-share ul li .icon-wei {
        background-image: url(../images/wx1.png);
    }

        .cloud-share ul li .icon-wei:hover {
            background-image: url(../images/wx2.png);
        }

    .cloud-share ul li .icon-qq {
        background-image: url(../images/qq1.png);
    }

        .cloud-share ul li .icon-qq:hover {
            background-image: url(../images/qq2.png);
        }

    .cloud-share ul li .icon-mail {
        background-image: url(../images/dy1.png);
    }

        .cloud-share ul li .icon-mail:hover {
            background-image: url(../images/dy2.png);
        }

    .cloud-share ul li .icon-wei1 {
        background-image: url(../images/qywx1.png);
    }

        .cloud-share ul li .icon-wei1:hover {
            background-image: url(../images/qywx2.png);
        }



@media only screen and (max-width: 1200px) {
    .rightBar {
        font-size: 16px;
    }
}

@media only screen and (max-width: 1024px) {
    .rightBar {
        font-size: 16px;
    }
}

.rightBar ul li {
    display: flex;
    text-align: center;
    justify-content: center;
    align-items: center;
    width: 0.7rem;
    height: 0.7rem;
    background: #e6e6e6;
    margin-bottom: 2px;
    transition: all 0.3s ease-out;
    position: relative;
}

    .rightBar ul li:hover .QrContainer {
        display: flex;
    }

    .rightBar ul li p {
        color: #fff;
    }

    .rightBar ul li:first-child {
        background: #df1f2d;
    }

        .rightBar ul li:first-child > img {
            display: none;
        }

        .rightBar ul li:first-child p {
            display: block;
            padding: 5px;
        }

    .rightBar ul li:nth-child(3) {
        background: #df1f2d;
    }

        .rightBar ul li:nth-child(3) > img {
            display: none;
        }

        .rightBar ul li:nth-child(3) p {
            display: block;
            padding: 5px;
        }

    .rightBar ul li:hover {
        background: #df1f2d;
    }

        .rightBar ul li:hover > img {
            display: none;
        }

        .rightBar ul li:hover p {
            display: block;
            padding: 5px;
        }

    .rightBar ul li#IM_consult {
        flex-direction: column-reverse;
    }

        .rightBar ul li#IM_consult:hover img {
            filter: none;
        }

        .rightBar ul li#IM_consult p {
            padding: 0;
        }

        .rightBar ul li#IM_consult img {
            display: block;
            width: 50%;
            filter: opacity(0.7);
        }

    .rightBar ul li .QrContainer {
        display: none;
        position: absolute;
        left: -1.98rem;
        padding-right: 0.28rem;
        top: 50%;
        transform: translateY(-50%);
    }

        .rightBar ul li .QrContainer .QrBox {
            position: relative;
            display: flex;
            flex-direction: column;
            justify-content: center;
            background: #fff;
            padding: 0.2rem;
            border-radius: 5px;
            align-items: center;
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
        }

            .rightBar ul li .QrContainer .QrBox::after {
                position: absolute;
                right: -0.18rem;
                top: 50%;
                margin-top: -0.18rem;
                content: "";
                width: 0;
                height: 0;
                border-top: 0.18rem solid transparent;
                border-bottom: 0.18rem solid transparent;
                border-left: 0.2rem solid #fff;
            }

            .rightBar ul li .QrContainer .QrBox img {
                width: 1.3rem;
            }

            .rightBar ul li .QrContainer .QrBox p {
                display: block;
                font-size: 16px;
                color: #666;
                margin-top: 0.2rem;
            }

@media only screen and (max-width: 1366px) {
    .rightBar ul li .QrContainer .QrBox p {
        font-size: 14px;
    }
}

@media only screen and (max-width: 767px) {
    .rightBar ul li .QrContainer .QrBox p {
        font-size: 14px;
    }
}


.rightBar ul li p {
    font-size: 14px;
    display: none;
}

.rightBar ul li > img {
    width: 56%;
    filter: opacity(0.335);
}

@media screen and (max-width: 1080px) {
    .rightBar {
        display: none;
    }

    .mobile-common-fixed-menu {
        display: flex;
    }
}

.mobile-common-fixed-menu {
    display: none;
    position: fixed;
    top: 50%;
    right: 0;
    width: 0.7rem;
    z-index: 998;
    flex-direction: column;
}

    .mobile-common-fixed-menu .img-box {
        width: 0.7rem;
        height: 0.7rem;
        display: flex;
        justify-content: center;
        align-items: center;
        overflow: hidden;
        background-color: #fff;
    }

        .mobile-common-fixed-menu .img-box:not(:last-child) {
            margin-bottom: 5px;
        }

        .mobile-common-fixed-menu .img-box img {
            width: 70%;
        }

.about-box {
    display: none;
}

.foot_menus {
    display: none;
}

.huoqu_baojia_c {
    display: none;
}

@media only screen and (max-width: 767px) {
    .rightBar ul li p {
        font-size: 12px;
    }

    .probaner {
        height: 16rem;
    }

    .huoqu_baojia_c {
        padding: 10px 10px;
        display: block;
        background-color: white;
    }

    .huoqu_baojia_c_pic {
        padding: 15px 0;
    }

        .huoqu_baojia_c_pic img {
            width: 60%;
            margin: 0 auto;
            height: auto;
            display: block;
        }

    .huoqu_baojia_c_num {
        font-size: 28px;
        color: #ff4d0d;
        font-weight: bold;
        text-align: center;
    }

    .huoqu_baojia_c_ewm {
        width: 260px;
        margin: 0 auto;
        padding: 20px 0;
    }

        .huoqu_baojia_c_ewm dl {
            width: 50%;
            float: left;
            text-align: center;
            color: #999999;
            font-size: 16px;
        }

            .huoqu_baojia_c_ewm dl img {
                width: 100px;
                height: auto;
                display: block;
                margin: 0 auto;
            }

    .foot_adder {
        font-size: 14px;
        color: #999999;
        text-align: center;
        padding: 12px 0;
    }

    .foot_links {
        font-size: 14px;
        color: #999999;
        text-align: center;
        padding: 2px 0 10px 0;
        line-height: 22px;
    }

        .foot_links a {
            color: #999999;
            margin: 0 5px;
        }

            .foot_links a:active {
                color: #0874cb;
            }

    .foot_banquan {
        border-top: 1px solid #cccccc;
        font-size: 14px;
        line-height: 22px;
        color: #999999;
        text-align: center;
        padding: 15px 0;
        padding-bottom: 80px;
    }

    .foot_menus {
        width: 100%;
        background-color: #FFFFFF;
        border-top: 1px solid #e7ecf0;
        padding: 6px 0 6px 0;
        position: fixed;
        bottom: 0;
        height: 58px;
        z-index: 99;
        left: 0;
        display: block;
        margin-top: 30px;
    }

    .foot_menus_boxs {
        width: 100%;
    }

    .f_m_li {
        width: 20%;
        text-align: center;
        float: left;
    }

        .f_m_li i.f_m_icon1 {
            background: url(../images/f_nav_icon1.png) no-repeat center;
            height: 26px;
            display: block;
            background-size: 22px;
        }

        .f_m_li i.f_m_icon2 {
            background: url(../images/f_nav_icon2.png) no-repeat center;
            height: 26px;
            display: block;
            background-size: 22px;
        }

        .f_m_li i.f_m_icon3 {
            background: url(../images/f_nav_icon3.png) no-repeat center;
            height: 26px;
            display: block;
            background-size: 22px;
        }

        .f_m_li i.f_m_icon4 {
            background: url(../images/f_nav_icon4.png) no-repeat center;
            height: 26px;
            display: block;
            background-size: 22px;
        }

        .f_m_li span {
            display: block;
            font-size: 12px;
            color: #979797;
        }

    .foot_menus_boxs .ac_f_menu i.f_m_icon1 {
        background: url(../images/f_nav_icon1_h.png) no-repeat center;
        background-size: 22px;
        height: 26px;
    }

    .foot_menus_boxs .ac_f_menu i.f_m_icon2 {
        background: url(../images/f_nav_icon2_h.png) no-repeat center;
        background-size: 22px;
        height: 26px;
    }

    .foot_menus_boxs .ac_f_menu i.f_m_icon3 {
        background: url(../images/f_nav_icon3_h.png) no-repeat center;
        background-size: 22px;
        height: 26px;
    }

    .foot_menus_boxs .ac_f_menu i.f_m_icon4 {
        background: url(../images/f_nav_icon4_h.png) no-repeat center;
        background-size: 22px;
        height: 26px;
    }

    .foot_menus_boxs .ac_f_menu span {
        color: #005baa;
    }

    .f_m_li_center {
        width: 20%;
        text-align: center;
        float: left;
        margin-top: -40px;
    }

        .f_m_li_center img {
            width: 80px;
            height: auto;
        }

    #c-footer {
        display: none;
        margin-top: 80px;
    }

    .btn-box {
        width: 100%;
        height: 0.8rem;
        border: 1px solid #e1e1e1;
        display: flex;
        justify-content: center;
        align-items: center;
        color: #666;
    }

    .mobile-common-fixed-menu {
        display: block;
        position: fixed;
        top: 50%;
        right: 0;
        width: 2rem;
        z-index: 998;
        flex-direction: column;
    }

        .mobile-common-fixed-menu .img-box {
            width: 2rem;
            height: 2rem;
            display: flex;
            justify-content: center;
            align-items: center;
            overflow: hidden;
            background-color: #fff;
        }

    .section4 {
        display: none;
    }

    .about-box {
        display: block;
        background-repeat: no-repeat;
        background-size: cover;
        background-position: 60%;
        padding: 1.2rem 0.3rem;
    }

        .about-box .scroll-num {
            display: flex;
            flex-wrap: wrap;
        }

            .about-box .scroll-num li {
                width: 50%;
                padding: 0 0 1.9rem 1.3rem;
            }

                .about-box .scroll-num li .box {
                    padding-left: 0.3rem;
                    position: relative;
                }

                    .about-box .scroll-num li .box::before {
                        content: " ";
                        position: absolute;
                        top: 0;
                        left: 0;
                        width: 4.3rem;
                        height: 4.3rem;
                        border-radius: 50%;
                        border: 1px solid #dedede;
                        z-index: -1;
                    }

                    .about-box .scroll-num li .box img {
                        height: 55px;
                    }

                    .about-box .scroll-num li .box .number {
                        display: flex;
                        align-items: flex-start;
                        color: #333;
                    }

                        .about-box .scroll-num li .box .number .num {
                            font-size: 1.2rem;
                        }

                        .about-box .scroll-num li .box .number .plus {
                            margin-left: 5px;
                            font-size: 12px;
                        }

                .about-box .scroll-num li .text {
                    margin-top: 25px;
                    padding-right: 20%;
                    color: #333;
                    font-size: 0.6rem;
                }
}
