.about-ab-h{
    background: url(../images/about_bg1.jpg) no-repeat bottom;
    background-size: 100%;
}
.about-ab{
    margin:4% auto;
}
.about-ab-fl{
    width: 47%;
    float: left;
}
.about-ab-fr{
    width: 46%;
    float: right;
    text-align: right;
}
.about-life h3,
.about-ab-fl h3{
    font-size: 40px;
    line-height: 60px;
    color: #d30009;
    font-weight: bold;
    text-transform: uppercase;
}
.about-ab-fl ul{
    width: 100%;
    height: auto;
    display: table;
}
.about-ab-fl ul li{
    position: relative;
    width: 49%;
    float: left;
    margin: 10% 1% 0% 0%;
    padding-left: 8px;
    box-sizing: border-box;
    border-left: 2px solid rgb(228, 228, 228);
}
.about-ab-fl ul li::after{
    position: absolute;
    left: -1px;
    top: 0%;
    width: 2px;
    height: 40%;
    content: "";
    background-color: #d30009;
    transition: all .2s linear;
}
.about-ab-fl ul li:hover:after{
    height: 100%;
}
.about-ab-fl ul li:hover strong{
    color: #d30009;
}
.about-ab-fl ul li strong{
    font-size:40px;
    line-height:60px;
    display: block;
    color: #000;
    font-weight: bold;
}
.about-ab-fl ul li font{
    font-size: 16px;
    line-height: 32px;
    color: #666;
}
.about-ab-fl p,
.about-ab-fr p{
    font-size: 16px;
    line-height: 32px;
    margin:3% auto;
    color: #666;
}
.about-ab-fr b{
    font-size: 20px;
    line-height: 40px;
    font-weight: bold;
    color: #111;
}
.about-ab-fr figure img,
.about-ab-fr figure{
    width: 100%;
    display: block;
}
.about-park{
    position: relative;
    margin:4% auto;
}
.about-park::after{
    position: absolute;
    left: calc(35% + 20px);
    top: 0;
    width:calc(30% - 40px);
    height: 100%;
    content: "";
    border: 4px solid #eee;
}
.about-park-fl{
    width: 35%;
    float: left;
}
.about-park span{
    display: block;
    width: 30%;
    padding: 0px 20px;
    float: left;
    box-sizing: border-box;
}
.about-park span strong{
    font-size: 30px;
    line-height: 50px;
    margin-top: 16%;
    display: block;
    text-align: center;
    color: #232323;
    font-weight: bold;
    text-transform: uppercase;
}
.about-park span hr{
    width: 20px;
    height: 3px;
    border: none;
    margin:4% auto 8%;
    background-color: #d30009;
}
.about-park span p{
    width: 90%;
    margin: 4% auto 0%;
    font-size: 18px;
    line-height: 32px;
    color: #555;
}
.about-park-fr{
    width: 35%;
    float: right;
}
.about-park-fr figure,
.about-park-fr figure img,
.about-park-fl figure,
.about-park-fl figure img{
    width: 100%;
    display: block;
}
.about-park-fr figure:nth-of-type(1),
.about-park-fl figure:nth-of-type(1){
    margin-bottom:20px;
}


@media screen and (max-width:1280px){
    .about-park span strong{
        font-size: 24px;
        line-height: 44px;
    }
    .about-park span p{
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (min-width:1200px){
    
}
@media screen and (max-width:1200px){
    .about-ab-fr b{
        font-size:18px;
        line-height:36px;
    }
    .about-park span strong{
        margin-top: 6%;
    }
    .about-park span hr{
        margin: 2% auto 3%;
    }
    .about-park span p {
        width: 94%;
        margin:2% auto 0%;
    }
}
@media screen and (min-width:996px){
    
}
@media screen and (max-width:996px){
    .about-park span,
    .about-ab-fl,
    .about-ab-fr{
        width:100%;
        float: unset;
        text-align: left;
    }
    .about-park::after,
    .about-park-fl,
    .about-ab-fr b,
    .about-ab-fl ul{
        display: none;
    }
    .about-park span strong{
        text-align: left;
        margin: 0% 0% 0% 3%;
    }
    .about-park span hr{
        margin: 1% 0% 0% 3%;
    }
    .about-park-fr{
        float: unset;
        width: 90%;
        margin: 2% auto 0%;
    }
    .about-ab-fl p, .about-ab-fr p{
        margin: .5% auto 1%;
    }
}
@media screen and (min-width:768px){
    
}
@media screen and (max-width:768px){
    .about-life h3,
    .about-ab-fl h3{
        font-size: 30px;
    }
    .about-ab{
        margin: 30px auto;
    }
}
@media screen and (min-width:640px){
    
}
@media screen and (max-width:640px){
    
}
@media screen and (min-width:560px){
    
}
@media screen and (max-width:560px){
    
}

@media screen and (min-width:460px){
    
}
@media screen and (max-width:460px){
    
}

@media screen and (min-width:360px){
    
}
@media screen and (max-width:360px){
    .about-life h3,
    .about-ab-fl h3{
        font-size:24px;
        line-height: 44px;
    }
}



