body {
    background: #ffffff;
}

.banner {
    width: 100%;
}

.banner img {
    width: 100%;
}

.location img {
    width: 12px;
    height: 12px;
    display: inline-block;
}

.l_title {
    padding-top: 40px;
}

.l_back {
    position: absolute;
    top: 0;
    width: 500px;
    left: 50%;
    transform: translateX(-50%);
}

.l_back img {
    width: 500px;
}

.title {
    text-align: center;
    font-size: 34px;
    position: relative;
    height: 60px;
    margin-top: 40px;
    font-weight: bold;
    position: relative;
}

.title2 {
    color: white;
}

.title2::after {
    background: white;
}

.titletext {
    text-align: center;
    margin-top: 20px;
    line-height: 30px;
    font-size: 20px;
    position: relative;
}

.titletext2 {
    color: white;
}

.place_block {
    box-sizing: border-box;
    padding: 80px 0px;
}

.ying_block {
    margin-top: 40px;
    box-sizing: border-box;
    padding: 40px;
    position: relative;
    /* background: linear-gradient(to right, #f2f9ff, #e5f0f8); */
}

.ying_right {
    position: absolute;
    right: 0px;
    bottom: 0;
    width: 440px;
}

.ying_right img {
    width: 100%;
}

.ying_left {
    margin-right: 600px;
    overflow: hidden;
}

.ying_c_title {
    font-weight: bold;
    font-size: 20px;
}

.ying_intro {
    font-size: 14px;
    line-height: 36px;
    margin-top: 15px;
}

.ying_con2 {
    margin-top: 40px;
}

.place_block2 {
    background: #f4f8ff;
}

.ying_left2 {
    margin-left: 600px;
    margin-right: 0;
    overflow: hidden;
}

.ying_right2 {
    position: absolute;
    left: 0px;
    bottom: 0;
    width: 440px;
}

@media screen and (max-width:1000px) {


    .l_title {
        padding-top: 20px;
    }

}

@media screen and (max-width:1200px) {

    .place_block {
        box-sizing: border-box;
        padding: 40px 0px;
    }

    .ying_right {
        position: relative;
        width: 100%;
        margin: auto;
        float: none;
    }

    .ying_right img {
        width: 50%;
        margin: auto;
    }

    .ying_left {
        margin-right: 0;
        overflow: hidden;
    }

    .ying_left2 {
        margin-left: 0px;
    }

}

@media screen and (max-width:800px) {

    .place_block {
        box-sizing: border-box;
        padding: 20px 0px;
    }

    .l_back {
        width: 50%;
        left: 50%;
        transform: translateX(-50%);
    }

    .l_back img {
        width: 100%;
    }

    .title {
        font-size: 20px;
        height: 20px;
        margin-top: 0px;
    }

    .titletext {
        margin-top: 15px;
        font-size: 14px;
    }

    .ying_right {
        position: relative;
        width: 100%;
        margin: auto;
        float: none;
    }

    .ying_right img {
        width: 80%;
        margin: auto;
    }

    .ying_left {
        margin-right: 0;
        overflow: hidden;
    }

    .ying_left2 {
        margin-left: 0px;
    }

    .ying_block {
        margin-top: 0px;
        box-sizing: border-box;
        padding: 10px;
        position: relative;
    }

    .ying_c_title {
        font-size: 16px;
    }

    .ying_intro {
        margin-top: 10px;
    }
}