/* =========

  内页大图

  ========== */
.allbg {
    height: 700px;
    -webkit-background-size: cover;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: 105px;
    background-color: #ccc;
    position: relative;
}

.allbg .title {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;
    transform: translate(-50%, -50%);
    width: 85%;
    color: #fff;
    font-size: 44px;
    white-space: normal !important;
}



/* .allbg .title::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 35px;
    background-color: #fff;
    margin-top: 20px;
} */

.allbg.casev {
    max-height: 500px;
}

.allmap {
    height: 700px;
    margin-top: 105px;
}

.allmap img {
    max-width: none;
}

.allbg .res-banner {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.allbg .res-banner .tit {
    color: #fff;
    font-size: 44px;
    position: relative;
    text-align: center;
    margin-bottom: 55px;
}

.allbg .res-banner .tit::after {
    content: "";
    position: absolute;
    top: 100%;
    left: 50%;
    width: 1px;
    height: 35px;
    background-color: #fff;
    margin-top: 20px;
}

.allbg .res-banner .stit {
    font-size: 24px;
    color: #fff;
    padding: 20px 0 12px 0;
    text-align: center;
}

.allbg .res-banner .res-search {
    width: 650px;
}

.allbg .res-banner .res-search input[type="text"] {
    border: 0;
    height: 45px;
    width: calc(100% - 50px);
    background-color: #fff;
    text-indent: 10px;
}

.allbg .res-banner .res-search input[type="submit"] {
    width: 50px;
    height: 45px;
    cursor: pointer;
    right: 0;
    position: absolute;
    background: url(/html/phone/images/search-icon2.png) rgb(20, 98, 60) no-repeat center;
    border: 0;
}

.allbg .res-banner .res-may {
    font-size: 14px;
    color: #fff;
    margin-top: 15px;
    text-align: center;
}

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

    .allbg,
    .allmap {
        height: 620px;
    }

}

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

    .allbg,
    .allmap {
        height: 540px;
    }

    .allbg .title,
    .allbg .res-banner .tit {
        font-size: 40px;
    }
}

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

    .allbg,
    .allmap {
        height: 460px;
    }

    .allbg .title,
    .allbg .res-banner .tit {
        font-size: 36px;
    }

}

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

    .allbg,
    .allmap {
        height: 380px;
        margin-top: 50px;
    }

    .allbg .title,
    .allbg .res-banner .tit {
        font-size: 32px;
    }

    .allbg .res-banner .tit {
        margin-bottom: 35px;
    }

    .allbg .res-banner .tit::after {
        margin-top: 10px;
    }

    .allbg .res-banner .res-search input[type="text"] {
        height: 40px;
    }

    .allbg .res-banner .res-search input[type="submit"] {
        height: 40px;
    }
}

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

    .allbg,
    .allmap {
        height: 320px;
    }

    .allbg .title,
    .allbg .res-banner .tit {
        font-size: 26px;
        white-space: nowrap;
    }

    .allbg .res-banner .res-search {
        width: 450px;
    }
}

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

    .allbg,
    .allmap {
        height: 250px;
    }

    .allbg .title,
    .allbg .res-banner .tit {
        font-size: 24px;
    }

    .allbg .res-banner .tit {
        margin-bottom: 20px;
    }

    .allbg .res-banner .tit::after {
        margin-top: 4px;
    }

    .allbg .res-banner .stit {
        font-size: 20px;
        padding: 20px 0 8px 0;
    }

    .allbg .res-banner .res-search {
        width: 300px;
    }

    .allbg .res-banner .res-search input[type="text"] {
        height: 35px;
        width: calc(100% - 40px);
    }

    .allbg .res-banner .res-search input[type="submit"] {
        height: 35px;
        width: 40px;
    }

    .allbg .res-banner .res-may {
        margin-top: 5px;
    }
}

@media only screen and (max-width:450px) {
    .allbg .title {
        font-size: 18px;
    }
}

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

    .allbg,
    .allmap {
        height: 200px;
    }
}