/**/
body {
    width: 100%;
    background-color: #fbf9f8 !important;
}

a:link {
    text-decoration: none;
}

/* 指正常的未被访问过的链接*/

a:visited {
    text-decoration: none;
}

/*指已经访问过的链接*/

a:hover {
    text-decoration: none;
}

/*指鼠标在链接*/

a:active {
    text-decoration: none;
}

/* 指正在点的链接*/

/**头部**/
.default_menu {
    width: 100%;
    height: 80px;
    background-color: #fff;
}

.default_menu_div {
    width: calc(80% + 110px);
    height: 100%;
    min-width: 1200px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1400px;
}

.default_logo {
    width: 200px;
    margin-right: 10px;
}

.default_logo_main {
    display: flex;
    align-items: center;
    height: 80px;
}

.default_logo a {
    color: #000;
    height: 60px;
    width: 200px;
}

.default_logo a {
    background-image: url("../img/log_black.png");
    background-repeat: no-repeat;
    background-size: cover;
}

.default_logo a:hover {
    background-image: url("../img/log_red.png");
    background-repeat: no-repeat;
    background-size: cover;
}


.web_default_ul {
    margin-bottom: 0px;
    height: 100%;
}

.web_default_ul li {
    height: 100%;
    background-color: #CC2D34;
    color: #fff;
}

.web_default_ul li a {
    height: 100%;
    padding: 0 30px;
    color: #fff;
}

.web_default_ul li a:hover {
    color: #fff;
}

.web_default_ul li:hover {
    color: #fff;
    background-color: #CC2D34;
}

.web_default_ul li .active {
    height: 100%;
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: center;
    background-color: #CC2D34;
    color: #fff;
}

.web_default_ul li:hover a {
    color: #fff;
}

.default_login_div p {
    padding: 28px;
    margin-bottom: 0px;
    background-color: #CC2D34;
    color: white;
}

.default_login_button {
    margin-left: 2.05%;
    width: 93px;
    height: 32px;
    box-shadow: 0 0 0 4px rgba(204, 45, 52, 0.3);
    border-radius: 16px;
}

a.default_login_button:hover {
    color: #fff;
}

a.default_login_button:active {
    color: #fff;
}

a.default_login_button:visited {
    color: #fff;
}


/*微信端导航栏*/
#weixin_default_ul_id {
    display: none;
}

/*导航栏按钮图片*/
#weixin_default_menus {
    display: none;
}

/**尾部**/
.footer {
    width: 100%;
    padding: 60px 0 30px 0;
}

.footer_link {
    margin: 0 0 60px 0;
    padding: 0 30%;
    width: 100%;
}

.footer_link a {
    color: #fff;
}

.footer_link a:hover {
    color: #fff;
    text-decoration: none;
}


.default-footer-icon {
    color: #ffffff;
    font-size: 35px;
}

.default_icon {
    margin: 0 auto;
    width: 0;
}

.default_icon .wechat {
    transition: 1s;
    position: relative;
    margin: 0 auto;
}

.default_icon .wechat:hover .default_icon_code {
    display: flex;
}

.default_icon .wechat:hover .triangle_border_down {
    display: flex;
}

.triangle_border_down {
    width: 0;
    height: 0;
    border-width: 10px 10px 0;
    border-style: solid;
    border-color: #fff transparent transparent;
    position: absolute;
    display: none;
    top: -8px;
    left: 9px;
}

.default_icon_code {
    width: 110px;
    height: 110px;
    display: none;
    position: absolute;
    bottom: 60px;
    z-index: 999;
    transition: 1s;
    left: -35px;
}

.footer_linkdiv {
    font-size: 16px;
    margin-top: 50px;
    line-height: 1;
    color: #300404;
    text-align: center;

}

.footer_linkdiv a {
    cursor: pointer;
    color: #300404;
    white-space: nowrap;
}

.footer_linkdiv a:hover {
    color: #fff;
}

.footer_copy {
    font-size: 16px;
    color: #ffffff;
    margin-top: 10px;
    line-height: 1;
}

.footer_copy a {
    color: #ffffff;
    cursor: pointer;
}

.footer_copy a:hover {
    color: #5A0707;
}

.Public_Security {
    margin-left: 10px;
}

.Public_Security img {
    width: 15px;
    height: 15px;
    margin-bottom: 5px;
}

@media screen and (max-width: 500px) {
    .footer_copy.flex_center {
        display: block;
    }
}

@media screen and (max-width: 768px) {

    /*PC端导航栏*/
    #web_default_ul_id {
        display: none;
    }

    /*我要捐款*/
    .default_login_button {
        display: none;
    }

    /*搜索*/
    .default_login_div .search {
        display: none;
    }

    .default_menu {
        height: 50px;
    }

    .default_menu_div {
        height: 50px;
        justify-content: space-between;
        min-width: 0;
        width: 100%;
    }

    .default_login_div p {
        padding: 0 15px;
        background: white;
        color: #333333;
        font-size: 14px;
        white-space: nowrap;
        margin-right: 0px;
    }

    .default_logo_main {
        height: 50px;
    }

    .default_logo {
        margin-left: 20px;
        width: 100%;
    }

    .default_logo_p {
        font-size: 14px;
    }

    .default_logo a {
        width: 140px;
        height: 40px;
    }

    /*导航栏按钮图片*/
    #weixin_default_menus {
        display: flex;
        width: 50px;
        color: #CC2D34;
        font-size: 14px;
    }

    #weixin_default_menus a {
        color: #CC2D34;
    }

    /*微信端导航栏*/
    #weixin_default_ul_id {
        display: block;
    }

    #weixin_default_ul_id div {
        /*width: 100%;*/
        padding: 14px 0;
        background: #CC2D34;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #FFFFFF;
    }

    #weixin_default_ul_id a {
        color: #FFFFFF;
    }

    /*#weixin_default_ul_id li a {*/
    /*    width: 100%;*/
    /*    background: #f5f5f5;*/
    /*    border-bottom: 1px solid #e4e4e4;*/
    /*    padding: 10px 0;*/
    /*    line-height: 1;*/
    /*}*/
    /*#weixin_default_ul_id li a {*/
    /*    line-height: 1.5;*/
    /*    font-size: 14px;*/
    /*    font-weight: bold;*/
    /*}*/
    /*.weixin_default_ul li .active {*/
    /*    display: flex;*/
    /*    align-items: center;*/
    /*    flex-direction: column;*/
    /*    justify-content: center;*/
    /*    background-color: #CC2D34 !important;*/
    /*    color: #fff;*/
    /*}*/
    .swiper-pagination {
        display: none;
    }

    /*底部*/
    .footer {
        padding: 30px 0 45px 0;
    }

    .footer_linkdiv {
        text-align: center;
        margin-top: 20px;
        font-size: 10px;
        line-height: 1.5;
        padding: 0 15px;
    }

    .footer_linkdiv span {
        margin-bottom: 5px;
        text-align: center;
    }

    .footer_copy {
        font-size: 10px;
        text-align: center;
        line-height: 1.5;
    }

    .default_icon {
        width: 90px;
    }

    .default-footer-icon {
        font-size: 26px;
    }

    .default_icon_code {
        bottom: 45px;
    }

}

@media screen and (min-width: 1366px) and (max-width: 1980px) {
    .web_default_ul li a {
        padding: 0 30px;
    }
}


#xc_mycent_tab_value {
    display: none;
}

.lingshan_cen_img {
    width: 40px;
    cursor: pointer;
    border-radius: 50%;
    height: 40px;
}

.default_login_div {
    height: 400px;
}

.cen_mycenter_signout {
    z-index: 9;
    position: absolute;
    top: 80px;
    width: 100px;
    display: none;
}

.cen_mycenter_signout a {
    padding: 15px 0;
    width: 100%;
    text-align: center;
    background: #fff;
}

.cen_mycenter_signout .active {
    background: #C81333;
    color: #fff;
}

.default_login_div:hover .cen_mycenter_signout {
    display: flex;
}

.weixin_center_default {
    display: none;
}

@media screen and (max-width: 768px) {
    .weixin_center_default {
        display: flex;
    }

    .web_center_default {
        display: none;
    }


    #xc_mycent_tab_value {
        width: 100%;
    }

    #xc_mycent_tab_value li {
        width: 100%;
    }

    #xc_mycent_tab_value li a {
        line-height: 1;
        width: 100%;
        background: #f5f5f5;
        border-bottom: 1px solid #e4e4e4;
        padding: 10px 0;
    }

    #xc_mycent_tab_value li .active {
        display: flex;
        align-items: center;
        flex-direction: column;
        justify-content: center;
        background-color: #CC2D34 !important;
        color: #fff;
    }

    .lingshan_cen_img {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        margin-right: 20px;
    }

    .cen_mycenter_signout {
        display: none;
    }

    .default_login_div:hover .cen_mycenter_signout {
        display: none;
    }

    .mainleft {
        display: none;
    }
}

/*底部分页栏*/
.pagination {
    display: flex;
    align-items: center;
    justify-content: center;
}

.pagination > .active > a,
.pagination > .active > a:focus,
.pagination > .active > a:hover,
.pagination > .active > span,
.pagination > .active > span:focus,
.pagination > .active > span:hover {
    background-color: #C81333;
    border: 1px solid #C81333;
}


/*关于我们*/
.about_us_allli {
    color: #300404;
    font-size: 18px;
    margin: 50px 0 -30px 0;
    text-align: center;
}

.about_us_allli a {
    cursor: pointer;
    color: #300404;
}

.about_us_allli a:hover {
    color: #fff;
}

@media screen and (max-width: 768px) {
    .about_us_allli {
        text-align: center;
        font-size: 13px;
        margin: 30px 0 -10px 0;
        justify-content: center;
        padding: 0 15px;
    }

    .about_us_allli span {
        text-align: left;
    }

}
