/* 内页banner */
.innerBanner {
    width: 100%;
    padding: 5em 0em 6em 0em;
    position: relative;
    background-color: #111111;
}

.innerBanner_overlay {
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-attachment: fixed;
    background-image: url(../images/banner_contact.jpg);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
    opacity: 0.4;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

.innerBanner .innerBanner_cen {
    width: 1280px;
    margin: 0 auto;
    max-width: 96%;
    padding: 10px;
    position: relative;
    z-index: 3;
}

.innerBanner .innerBanner_cen h2 {
    color: #FFFFFF;
    font-size: 58.92px;
    font-weight: 500;
    line-height: 1;
    padding-bottom: 20px;
}

.innerBanner .innerBanner_cen .lint {
    width: 100%;
    background: #FFFFFF2B;
    height: 1px;
    margin: 3px 0;
}

.innerBanner .innerBanner_cen h4 {
    padding-top: 20px;
    color: #FFFFFF;
    font-size: 24.88px;
    text-align: right;
    font-weight: 500;
}

.innerBanner .innerBanner_shape {
    width: 100%;
    overflow: hidden;
    position: absolute;
    left: 0;
    width: 100%;
    line-height: 0;
    direction: ltr;
    bottom: -1px;
    z-index: 2;
}

.innerBanner .innerBanner_shape svg {
    height: 20px;
    display: block;
    width: calc(100% + 1.3px);
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}


.innerBanner .innerBanner_shape svg {
    fill: #f4f4f4;
    transform-origin: center;
}



.search_box{
    padding: 7em 0em 7em 0em;
}




@media (max-width: 1300px) {
    
}

@media (max-width: 1024px) {
    

}

@media (max-width: 768px) {
    .innerBanner .innerBanner_cen h2{
        font-size: 38px;
    }
    .innerBanner .innerBanner_cen h4{
        font-size: 16px;
        text-align: left;
    }

    

}