
.about-ab-fl{
    float: left;
}
.about-ab-fl span{
    display: block;
    padding: 8% 4% 6%;
    width: 100%;
    letter-spacing: 1px;
    background-color: #ffffff;
}
.about-ab-fl span strong{
    font-weight: bold;
    color: #e60707;
    text-transform: uppercase;
}
.about-ab-fl span h3{
    font-weight: bold;
    color: #333333;
}
.about-ab-fl span p{
    color: #666666;
}
.about-ab-fl ul li{
    width: 33.3%;
    margin: 3% auto 0%;
    height: auto;
    display:block;
    float: left;
    text-align: center;
}
.about-ab-fl ul li>figure{
    width: 60px;
    margin: 2% auto;
}
.about-ab figure img{
    display: block;
}
.about-ab-fl ul li figure img{
    width: 100%;
    display: block;
}
.about-ab-fl ul li font{
    display: block;
    font-size: 18px;
    line-height: 30px;
    color: #ffffff;
}
.about-title{
    text-align: center;
    margin: 4% auto;
}
.about-title strong{
    display: block;
    font-weight: bold;
    color: #eeeeee;
    text-transform: uppercase;
}
.about-title:hover strong{
    color: #e607075d;
}
.about-title h3{
    margin-top: -2%;
    font-weight: bold;
    color: #212121;
}

.about-park{
    margin-bottom: 4%;
}
.about-park p{
    color: #666666;
    letter-spacing: 2px;
    text-align: center;
}
.about-park figure{
    position: relative;
    float: left;
}
.about-park ul{
    float: left;
}
.about-park figure:nth-of-type(1){
    margin-right: 1%;
}
.about-park figure:nth-of-type(2){
    float: right;
}

.about-park ul li{
    float: left;
    margin:0% 2% 2% 0%;
}
.about-park ul li:nth-of-type(2n){
    margin-right: 0%;
}
.about-park ul li figure{
    position: relative;
    width: 100%;
}
.about-park figure::after,
.about-park ul li figure::after{
    position: absolute;
    top: 50%;
    left: 50%;
    content: "";
    width: 0%;
    height:0%;
    background: url(../images/about_park_after.png) no-repeat;
    background-size: 100% 100%;
    transition: all .2s linear;
}
.about-park figure:hover::after,
.about-park ul li figure:hover::after{
    top: 1.5%;
    left: 0%;
    width: 100%;
    height:100%;
}
.about-park ul li figure img,
.about-park figure img{
    width: 100%;
    display: block;
    transition: all .2s linear;
}
.about-park figure:hover img,
.about-park ul li figure:hover img{
    transform: scale(.8);
}

.about-life{
    background-color: #f1f1f1;
}
.about-life .about-title strong{
    color: #ffffff;
}
.about-life .about-title:hover strong{
    color: #e607074d;
}
.about-life-h{
    margin-bottom: 4%;
}
.about-life-h ul li figure{
    width: 100%;
    margin-bottom: 3%;
}
.about-life-h ul li figure img{
    width: 100%;
    display: block;
}
.about-life-h p{
    color: #ffffff;
    text-align: center;
    background-color: #e60707;
}


@media screen and (min-width:1200px){
    .about-ab{
        background: url(../images/about_ab_bg_01.jpg) no-repeat;
        background-size: 100% 100%;
    }
    .about-ab-fl{
        width:58%;
        margin-left: 7%;
    }
    .about-ab>figure{
        width: 25%;
        margin: 5%;
    }
    .about-ab-fl span strong{
        font-size: 40px;
        line-height: 50px;
    }
    .about-ab-fl span h3{
        font-size: 30px;
        line-height: 40px;
        margin: 3% auto;
    }
    .about-ab-fl span p{
        font-size: 18px;
        line-height: 40px;
    }
    


}
@media screen and (max-width:1200px){
    .about-ab{
        background-color: #e60707;
    }
    .about-ab-fl{
        width:64%;
        margin-left: 0%;
    }
    .about-ab>figure{
        width: 32%;
        margin:2%;
    }
    .about-ab-fl span strong{
        font-size: 30px;
        line-height: 40px;
    }
    .about-ab-fl span h3{
        font-size: 26px;
        line-height: 36px;
        margin: 2% auto;
    }
    .about-ab-fl span p{
        font-size: 16px;
        line-height: 30px;
    }

    
}
@media screen and (min-width:992px){
    .about-life-h p,
    .about-park p{
        font-size: 18px;
        line-height: 30px;
    }




}
@media screen and (max-width:992px){
    .about-life-h p,
    .about-park p{
        font-size: 16px;
        line-height: 26px;
    }




}
@media screen and (min-width:768px){
    .about-title strong{
        font-size: 60px;
        line-height: 60px;
    }
    .about-title h3{
        font-size: 30px;
        line-height: 30px;
    }
}
@media screen and (max-width:768px){
    .about-ab-fl span strong {
        font-size: 24px;
        line-height: 30px;
    }
    .about-ab-fl span h3 {
        font-size: 20px;
        line-height: 34px;
        margin: 0% auto;
    }
    .about-ab-fl span hr{
        margin: 1% auto;
    }
    .about-title strong{
        font-size: 46px;
        line-height: 46px;
    }
    .about-title h3{
        font-size: 24px;
        line-height: 24px;
    }


}
@media screen and (min-width:640px){
    
}
@media screen and (max-width:640px){
    
}
@media screen and (min-width:560px){
    .about-ab>figure{
        height: 460px;
        overflow: hidden;
        float: right;
    }
    .about-ab figure img{
        height: 100%;
    }
    .about-life-h ul li{
        width: 32.8%;
        float: left;
        margin-right: .8%;
    }
    .about-life-h ul li:nth-of-type(3){
        margin-right: 0%;
    }
    .about-life-h p{
        padding: 10px 20px;
    }

}
@media screen and (max-width:560px){
    .about-ab-fl {
        width: 100%;
    }
    .about-ab>figure {
        width: 96%;
    }
    .about-ab figure img{
        width: 100%;
    }
    .about-ab-fl span {
        padding: 8% 2% 2% !important;
    }
    .about-ab-fl ul li{
        margin-bottom: 3%;
    }
    .about-life-h ul li{
        width: 96%;
        margin: 0% auto !important;
    }
    .about-life-h p{
        padding: 10px;
    }


}
@media screen and (min-width:480px){
    .about-park figure{
        width: 25.6%;
    }
    .about-park ul{
        width: 47.8%;
    }
    .about-park ul li{
        width: 48%;
    }
}
@media screen and (max-width:480px){
    .about-park figure{
        width: 49%;
        margin-bottom: 2%;
    }
    .about-park ul{
        width: 100%;
    }
    .about-park ul li{
        width: 49%;
    }
}
@media screen and (min-width:380px){
    
}
@media screen and (max-width:380px){
    .about-title strong {
        font-size: 32px;
        line-height: 32px;
    }
    .about-title h3 {
        font-size: 22px;
        line-height: 22px;
    }
}

















