/* 
* @Date:   2021-08-12 19:11:05
*/


/* 菜单栏修改 */

#header .topbar {
    padding: 0;
}

#header .topbar .container-fluid {
    padding: 0 7px;
}

#header .topbar p {
    margin: 0;
    padding: 8px 0;
    color: #e5e3e3;
    line-height: 1em;
    font-weight: 100;
    font-size: 12px;
}

#header .topbar p a {
    color: #e5e3e3;
    line-height: 1em;
    font-weight: 100;
    font-size: 12px;
}

.contact-intro {
    text-align: left;
}

.contact-info {
    text-align: right;
}

#header .contact-info a:hover {
    color: #fff !important;
}

#header .navbar-nav a:hover {
    background: #AC1F24;
    color: #fff !important;
    font-weight: 300;
}

#header .navbar-nav a.active {
    background: #AC1F24;
    color: #fff !important;
    font-weight: 300;
}

#header .wpo-site-header #navbar > ul > li > a:before {
    background: none !important;
}

#header .dl-menuwrapper button:hover,
#header .dl-menuwrapper button.dl-active,
#header .dl-menuwrapper ul {
    background: #AC1F24;
}

#header .dl-menuwrapper li {
    background: #AC1F24;
}

#header .dl-menuwrapper button {
    background-color: #AC1F24;
}

#header .wpo-site-header .navigation .container-fluid {
    padding-right: 0 !important;
}

/* 商务合作 */
#header .business {
    padding-right: 0;
}

.wpo-site-header .header-right > div:last-child {
    margin: -7px 0 0 10px;
}

@media (max-width: 767px) {
    .contact-intro {
        text-align: center;
    }

    .contact-info {
        text-align: center;
    }
}

@media (max-width: 425px) {
    .dl-menuwrapper button {
        width: 30px;
        height: 32px;
    }

    .dl-menuwrapper button:after {
        content: '';
        position: absolute;
        width: 67%;
        height: 4px;
        background: #fff;
        top: 5px;
        left: 16%;
        box-shadow: 0 10px 0 #fff, 0 20px 0 #fff;
    }

    #header .wpo-site-header .header-right .close-form {
        margin: 0px 0 0 0;
    }

    #header .wpo-site-header .header-right .theme-btn {
        padding: 8px 10px;
        font-size: 12px;
        top: 4px;
    }

    /*#header .wpo-site-header .header-right {
        margin-right: 0;
    }
}

@media screen and (max-width: 425px) {*/
    /*#header .wpo-site-header .header-right .close-form .theme-btn {
        padding: 5px 8px;
    }*/
    #header .wpo-site-header .header-right {
        margin-right: -5px;
    }
    #dl-menu .dl-trigger {
        top: -4px;
    }
    .wpo-site-header .navbar-header {
        width: 120px;
    }
}

@media (min-width: 520px) {
    #header .wpo-site-header .header-right {
        margin-right: 55px;
    }

    #header .wpo-site-header .header-right .close-form .theme-btn {
        padding: 10px 15px;
        top: 0;
    }

    #header .topbar .container-fluid {
        padding: 0 20px;
    }

    #dl-menu .dl-trigger {
        top: -1px;
    }
}

@media (max-width: 767px) {
    .wpo-site-header .header-right .close-form {
        display: block;
    }
}

@media (min-width: 767px) {

    .wpo-site-header .header-right > div:last-child {
        margin: -7px 0 0 10px;
    }

    .contact-intro {
        text-align: left;
    }

    .contact-info {
        text-align: right;
    }
}

@media (min-width: 991px) {
    #header .topbar .contact-intro ul {
        justify-content: flex-start;
        align-items: flex-start;
    }

    #header .topbar .contact-info ul {
        justify-content: flex-end;
        align-items: flex-end;
    }

    #header .wpo-site-header .header-right {
        margin-right: 0;
    }
}

@media (min-width: 1200px) {
    .wpo-site-header .header-right .theme-btn {
        font-size: 16px;
    }
}

@media (min-width: 1500px) {
    #header .topbar {
        padding: 0 25px;
    }
}

@media (min-width: 1700px) {
    #header .topbar {
        padding: 0 140px;
    }

    #header .topbar .container-fluid {
        padding: 0 9px;
    }
}


/*导航条*/

/* footer */
.wpo-site-footer .wpo-upper-footer {
    padding-bottom: 0;
}

.wpo-site-footer .contact-ft ul li {
    padding-left: 0;
}

.wpo-site-footer .wpo-upper-footer .service-link,
.wpo-site-footer .wpo-upper-footer .service-link-item {
    display: block;
}

.wpo-site-footer .wpo-upper-footer .service-link .service-link-item {
    width: 20%;
    float: left;
}

.wpo-site-footer .widget-title h3 {
    font-size: 16px;
}

.wpo-site-footer .service-link-item .link-widget ul li a {
    font-size: 14px;
    color: #fff;
}

.wpo-site-footer .wpo-upper-footer .motto .motto-title {
    font-size: 16px;
    color: #fff;

}

.wpo-site-footer .wpo-upper-footer .motto .motto-pd {
    margin-top: 30px;
}

.wpo-site-footer .wpo-upper-footer .motto p {
    margin-top: 15px;
    margin-bottom: 0;
    font-size: 14px;
    color: #999;
}

.service-notice p {
    font-size: 14px;
    color: #ccc;
}

.service-notice {
    margin-top: 30px;
    border-top: 1px solid #666;
    padding: 10px 0 20px;
    font-size: 14px;
    text-align: center;
    position: relative;
}

.service-notice .left {
    float: left;
    display: block;
}

.notice {
    display: block;
    float: right;
}

.register {
    margin-left: 15px;
}

@media only screen and (max-width: 767px) {
    .service-notice p {
        display: block !important;
        text-align: center;
        margin: 0 auto;
        float: none !important;
    }
}

/*公共分页*/
#page-wrapper .pagination-wrapper li span,
#page-wrapper .pagination-wrapper li a {
    background: #e4b4b4;
    border-color: #e4b4b4;
    color: #fff;
    width: 40px;
    height: 40px;
    line-height: 40px;
    font-size: 24px !important;
    font-size: 1.0666666667rem;
    font-weight: 100 !important;
    display: block;
}

#page-wrapper .pagination-wrapper li.active a,
#page-wrapper .pagination-wrapper li:hover a {
    background: #8a181e;
    border-color: #8a181e;
    color: #fff;
}

/*锚点*/
.maodian {
    width: 100%;
    height: 101px;
    background: url(https://awhf-oss-img.oss-cn-beijing.aliyuncs.com/statics/img/maodian.png);
    padding-top: 35px;
    padding-left: 20%;
    margin-bottom: 3px;
}

.maodian div {
    width: 20%;
    float: left;
}

.maodian div a {
    font-size: 18px;
    font-family: Source Han Sans CN;
    font-weight: 400;
    color: #A92611;
    padding-bottom: 41px;
    border-bottom: 3px solid #fff;
}

.maodian div a:hover {
    border-bottom: 3px solid #AC1F24;
}

@media (max-width: 990px) {
    .maodian div a {
        font-size: 14px;
    }
}

@media (min-width: 990px) {
    .maodian div a {
        font-size: 16px;
    }
}

@media (min-width: 1200px) {
    .maodian div a {
        font-size: 18px;
    }
}

/*联系我们*/

.wpo-support-section .contact-info {
    float: left;
}

.wpo-support-section .erweimafu {
    float: right;
}

.wpo-support-section .erweimafu ul {
    display: block;
}

.wpo-support-section .erweimafu ul li {
    list-style: none;
    display: block;
    float: right;
    padding-right: 15px;

}

.wpo-support-section .erweimafu .erweimatu {
    width: 86px;
    height: 86px;
    overflow: hidden;
}

.wpo-support-section .erweimafu .erweimatu img {
    width: 100%;
}

.wpo-support-section .erweimafu .qr-title {
    text-align: center;
    font-size: 12px;
    color: #fff;
    line-height: 24px;
}

.wpo-support-section .contact-info h2 {
    text-align: left;
    font-size: 35px;
    color: #fff;
    line-height: 36px;
}

.wpo-support-section .contact-info p {
    text-align: left;
    font-size: 16px;
    color: #fff;
    line-height: 24px;
}

@media (max-width: 767px) {
    .wpo-support-section .erweimafu ul li {
        list-style: none;
        display: block;
        float: left;
        padding-right: 15px;
    }
}

@media (min-width: 768px) {
    .wpo-support-section .erweimafu ul li {
        list-style: none;
        display: block;
        float: right;
        padding-right: 15px;
    }
}


/*crumb-desc*/
.crumb {
    padding: 20px 20px 0;
}

.crumb .crumb-desc, .crumb .crumb-desc a {
    font-size: 16px;
    font-family: Source Han Sans CN;
    font-weight: light;
    color: #999;
    line-height: 16px;
    margin-bottom: 5px;
}

@media (max-width: 768px) {
    .crumb .crumb-desc, .crumb .crumb-desc a {
        font-size: 12px;
    }
}

@media (min-width: 768px) {
    .crumb .crumb-desc, .crumb .crumb-desc a {
        font-size: 14px;
    }
}

@media (min-width: 1200px) {
    .crumb .crumb-desc, .crumb .crumb-desc a {
        font-size: 16px;
    }
}


/*other*/
.nomt {
    margin-top: 0 !important;
}