body {
    background: #4D1819 !important;
}

.headerBox {
    width: 100%;
    background-color: #851C21;
}

.banner {
    text-align: center;
    padding: 60px 0;
}

.bannerBg {
    background: url("../images/beyond/bannerBg.png") no-repeat;
    background-size: 100% 100%;
    height: 500px;
}

.margin-top {
    margin-top: 30px !important;
}

.mainContent {
    width: 1000px;
    margin: 0 auto;
    background: #fff;
    overflow: hidden;
}

.header {
    width: 1000px;
    margin: 0 auto;
}

.adImgBox {
    padding: 0 75px;
    width: 1000px;
}

.adImg {
    width: 850px;
    margin: 20px auto;
    display: inline-block;
}

.midBarBox {
    width: 100%;
    background: #851C21;
}

.midBar {
    width: 1000px;
    margin: 0 auto;
}

.title {
    margin: 60px auto 20px;
    font-size: 36px;
    text-align: center;
    color: #5c1e1a;
}

.subTitle {
    margin-bottom: 30px;
    font-size: 20px;
    text-align: center;
    color: #851b20;
}

.functionBox {
    margin: 0 30px 60px;
    padding: 30px 15px;
    background: #D3D2D3;
}

.functionBox ul {
    width: 100%;
}

.functionBox li {
    float: left;
    width: 220px;
    margin: 0 5px;
    background: #fff;
    text-align: center;
}

.functionBox li:first-child {
    margin-left: 0;
}

.functionBox li:last-child {
    margin-right: 0;
}

.functionBox ul:first-child {
    margin-top: 20px;
}

.functionBox ul:last-child {
    margin-top: 50px;
}

.functionSlice {
    color: #801c1f;
    font-size: 14px;
    height: 182px;
    position: relative;
    box-shadow: 2px 4px 3px #a2a1a1;
}

.functionBg {
    position: absolute;
    left: 50%;
    transform: translate(-50%, -50%);
}

.functionTextBox {
    padding-top: 40px;
}

.functionSliceTitle {
    font-size: 20px;
}

.functionText {
    margin: 5px 0;
    font-size: 14px;
}

.footerTextBox {
    margin: 30px auto;
    width: 1000px;
}

.footerText {
    width: 1000px;
    margin: 10px auto;
    text-align: center;
    color: #fff;
}

.functionBox1 {
    margin: 0 auto;
    width: 1000px;
}

.functionBg1 {
    text-align: center;
    background: #851C21;;
}

.functionBox1 ul {
    width: 100%;
}

.functionBox1 li {
    width: 33%;
    float: left;
    padding: 30px;
    height: 163px;
}

.functionBox1 li:first-child {
    margin-left: 0;
}

.functionBox1 li:last-child {
    margin-right: 0;
}

.functionSlice1 {
    color: #801c1f;
    font-size: 14px;
    height: 230px;
    position: relative;
}

.functionSliceTitle1 {
    margin-bottom: 20px;
    text-align: center;
    font-size: 20px;
    color: #fff;
}

.functionSliceText1 {
    color: white;
    width: 90%;
    margin: 0 auto;
    font-size: 14px;
    text-align: center;
    line-height: normal;
}

.functionText1 {
    font-size: 20px;
}

.headerFuncBox {
    border-right: 1px solid #B25648;
}

@media screen and (min-device-width: 320px) and (max-device-width: 768px) {
    .midBarBox, .midBar {
        width: 100%;
    }



    .bannerBg {
        background: none;
        height: auto;
    }

    .img100 {
        width: 100%;
    }

    .midBar a {
        display: block;
    }

    .midBar img {
        width: 100%;
    }

    .headerBox-mobile {
        width: 100%;
        background: #851C21;
    }

    .headerBox-mobile img {
        width: 100%;
    }
    .function-mobile {
        background: #851C21;
        padding: 20px;
    }
    .functionBox1 {
        width: 100%;
    }

    .functionBox1 li {
        padding: 5px;
        height: auto;
    }

    .functionSliceTitle1 {
        font-size: 14px;
        line-height: 14px;
        margin-bottom: 5px;
    }

    .functionSliceText1 {
        font-size: 12px;
        line-height: 12px;
    }

    .functionSlice-mobil {
        padding: 10px 0;
        border-bottom: 1px solid #ffffff;
        color: #ffffff;
    }

    .function-mobile .functionSlice-mobil:last-child {
        border-bottom: none;
        padding-bottom: 0;
    }

    .function-mobile .functionSlice-mobil:first-child {
        padding-top: 0;
    }

    .functionSliceTitle-mobile {
        font-size: 16px;
    }

    .functionSliceText-mobile {
        font-size: 14px;
        margin: 5px 0;
    }
    .adImg {
        width: 100%;
    }
    .mainContent-mobile {
        padding: 0 10px;
        background: #ffffff;
    }
    .mainContent {
        width: 100%;
    }
    .functionBox {
        width: 100%;
        margin: 0;
        padding-top: 50px;
    }
    .functionBox li {
        margin-top: 50px;
    }
    .functionBox ul:last-child {
        margin-top: 50px;
    }
    .functionBox ul:first-child {
        margin-top: 0;
    }
    .functionBox li:first-child {
        margin: 0 5px;
    }
    .functionBox ul {
        padding: 0 17%;
    }
    .title {
        font-size: 18px;
        margin: 20px;
        margin-bottom: 10px;
    }
    .subTitle {
        font-size: 14px;
        margin-bottom: 20px;
    }
    .footerTextBox ,.footerText,.footerText,.footerText{
        width: 100%;
    }
}