﻿.wsc-banner .wsc-bread {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    background: none;
    border: none;
    z-index: 10;
}
.wsc-banner .breadcrumb {
    background: none;
    padding: 30px 0;
}
.wsc-banner .breadcrumb a {
    color: rgba(255,255,255,0.6);
}
.wsc-banner .breadcrumb > .active ,
.wsc-banner .breadcrumb > .active h1{
    color: #fff;
    font-size: 16px !important;
}
.wsc-banner .breadcrumb > li a:hover {
    color: #fff;
}
.wsc-banner .wsc-bannerCon{
    position: relative;
    z-index: 2;
    background: rgba(0,0,0,0.3);
}
.wsc-banner .wsc-bannerCon .banTit {
    padding-top: 158px;
    text-align: left;
    color: #FFFFFF;
}
.wsc-banner .wsc-bannerCon .banTit .marktext {
    margin-bottom: 15px;
    font-size: 40px;
    font-weight: bold;
}
.wsc-banner .wsc-bannerCon .banTit .banTit p {
    font-size: 18px;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 18px;
}
.m-banner{
    display: none;
}
@media (max-width: 768px) {
    .wsc-banner{
        display: none;
    }
    .m-banner{
        position: relative;
        display: block;
    }
    .m-banner img {
        display: block;
        width: 100%;
    }
    .m-banner h3 {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        width: 100%;
        background: rgba(0,0,0,0.3);
        font-size: 40px;
        font-weight: bold;
        color: #FFFFFF;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}