.s-area-title {
    text-align: center;
    padding-top: 100px;
    font-size: 36px;
    color: #333333;
    line-height: 36px;
    font-family: PingFang SC Heavy, PingFang SC Heavy-Heavy;
    font-weight: 600;
}
.s-area-titleEn {
    font-size: 20px;
    color: #333333;
    line-height: 20px;
    padding-top: 20px;
    text-align: center;
}
.box1_cont .box1_img_left {
    position: absolute;
    top: -40px;
    width: 138px;
    z-index: -1;
}
.box1_cont .box1_img {
    height: 600px;
    margin-bottom: 20px;
}
.box1_cont .box1_img img {
    position: absolute;
    top: -25px;
}
.box1_cont p {
    font-size: 20px;
    text-indent: 2em;
    color: #333;
    padding-left: 4px;
    line-height: 1.5;
    margin-bottom: 30px;
}
.box2_single {
    width: 380px;
    height: 230px;
    margin-bottom: 30px;
    border: 1px solid #206CFF;
    color: #4D525D;
    text-align: center;
}
.box2_single img {
    display: block;
    width: 54px;
    margin: 44px auto 30px;
}
.box2_single .box2_single_title {
    font-size: 18px;
    margin-bottom: 20px;
}
.box2_single .box2_single_cont {
    font-size: 14px;
    padding-left: 5px;
}

.map_box{
    width: 310px;
    height: 341px;
    background: #fff;
    box-shadow: 0px 3px 6px 1px rgba(27, 145, 255, 0.1);
    border: 1px solid #1B91FF;
    position:absolute;
    right:0;
    bottom:80px;
    padding-bottom: 10px;
    overflow-y: auto;
}
.map_box h1{
    font-size: 18px;
    color:#333;
    height:58px;
    line-height: 58px;
    text-indent:26px;
}
.map_box ul{
    padding:0 26px;
}
.map_box ul li{
    width: 250px;
    height: 38px;
    background: #F5F5F5;
    font-size: 14px;
    color:#333;
    font-weight:400;
    margin-bottom:10px;
    line-height: 38px;
    text-indent:15px;
    box-shadow: 0px 2px 4px 1px rgba(27, 145, 255, 0.24);
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 1;
	-webkit-box-orient: vertical;
    cursor: pointer;
}