/* ========== 头部 Banner ========== */
.zqcontent-header {
    background: #2478C8;
    background: url(../images/addp4.png) no-repeat center center;
    width: 100%;
    height: 270px;
}
/* Banner 文字叠加 */
.banner-text {
    position: absolute;
    top: 90px;
    left: 362px;
    pointer-events: none;
}

.banner-text-line1 {
    font-size: 40px;
    font-weight: 800;
    color: #EE0001;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    letter-spacing: 14px;
}

.banner-text-line2 {
    font-size: 40px;
    font-weight: 800;
    color: #EE0001;
    text-shadow: #fff 1px 0 0, #fff 0 1px 0, #fff -1px 0 0, #fff 0 -1px 0;
    letter-spacing: 14px;
    line-height: 1.3;
}
.breadcrumb >div{
    position: relative;
}
.tips{
    position: absolute;
    left: 50%;
    top:5px;
    transform: translateX(-50%);
    background: url(../images/addp3.png) no-repeat left center;
    background-size: 20px 26px;
    padding-left: 30px;
    font-size: 14px!important;
    color: #E72627!important;
    line-height: 1.8;
}
.footer-zqcontent{
    background: #2478C8;
}