.about_title{
    margin: 3% auto 2%;
}
.about_title h3{
    font-size: 30px;
    font-weight: bold;
    color: #000;
    text-align: center;
    letter-spacing: 2px;
}
.about_advantage ul{
    width: 100%;
    height: auto;
    display: table;
    margin: 0px auto;
    padding: 0px;
}
.about_advantage ul li{
    position: relative;
    text-align: center;
    padding-bottom: 100px;
}
.about_advantage ul li::before{
    position: absolute;
    content: "";
    top: 0px;
    left: 0px;
    z-index: -1;
    width: 100%;
    height: 0%;
    background: url(../images/about_advantage_icon_bg_03.jpg) no-repeat;
    background-size: 100% 100%;
    transition: .3s all linear;
}
.about_advantage ul li:hover:before{
    height: 100%;
}
.about_advantage ul li span{
    display: block;
    width: 80px;
    height: 80px;
    margin: 40px auto 30px;
}
.about_advantage ul li:nth-of-type(1) span{
    background: url(../images/about_advantage_icon1_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:nth-of-type(2) span{
    background: url(../images/about_advantage_icon2_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:nth-of-type(3) span{
    background: url(../images/about_advantage_icon3_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:nth-of-type(4) span{
    background: url(../images/about_advantage_icon4_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:nth-of-type(5) span{
    background: url(../images/about_advantage_icon5_03.png) no-repeat center;
    background-size:70px;
}
.about_advantage ul li:nth-of-type(6) span{
    background: url(../images/about_advantage_icon6_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:hover:nth-of-type(1) span{
    background: url(../images/about_advantage_icon11_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:hover:nth-of-type(2) span{
    background: url(../images/about_advantage_icon22_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:hover:nth-of-type(3) span{
    background: url(../images/about_advantage_icon33_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:hover:nth-of-type(4) span{
    background: url(../images/about_advantage_icon44_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li:hover:nth-of-type(5) span{
    background: url(../images/about_advantage_icon55_03.png) no-repeat center;
    background-size:70px;
}
.about_advantage ul li:hover:nth-of-type(6) span{
    background: url(../images/about_advantage_icon66_03.png) no-repeat center;
    background-size: 70px;
}
.about_advantage ul li font{
    font-size: 24px;
    color: #333333;
    line-height: 44px;
}
.about_advantage ul li hr{
    border: none;
    height: 2px;
    width: 30px;
    margin: 10px auto;
    background-color: #333333;
}
.about_advantage ul li small{
    font-size: 16px;
    color: #333333;
    line-height: 20px;
}
.about_advantage ul li:hover hr{
    background-color: #ffffff;
}
.about_advantage ul li:hover font,.about_advantage ul li:hover small{
    color: #ffffff;
}
.about_about h3{
    font-size: 22px;
    font-weight: bold;
    color: #000;
    text-align: center;
    line-height: 50px;
}
.about_about p{
    font-size: 22px;
    line-height: 40px;
    letter-spacing: 2px;
    padding: 10px;
    margin-bottom: 0px;
    box-sizing: border-box;
    border: 2px solid #ff5100;
}
.about_about figure{
    width: 100%;
}
.about_about figure img{
    width: 100%;
    display: block; 
    height: 100%;
    object-fit: cover;
}
.about_about ul{
    width: 100%;
    height: auto;
    display: table;
}
.about_about ul li{
    width: 32%;
    float: left;
    height: auto;
    display: table;
    transition: all 1s linear;
}
.about_about ul:hover li{
    transform: rotateY(180deg);
}
.about_about ul li:nth-of-type(2){
    margin: 0% 2%;
}
.about_about ul li figure{
    width: 100%;
}
.about_about ul li figure img{
    width: 100%;
    display: block;
}
.about_park{
    margin: 50px auto 0px;
    box-shadow: 0px 0px 6px 1px #0000002d;
}
.about_park>figure img{
    width: 100%;
    display: block;
}
.about_park ul{
    width: 100%;
    height: auto;
    display: table;
    margin: 0px;
    padding: 0px;
}
.about_park ul li{
    margin: 0px;
    padding: 0px;
    transition: all .6s linear;
}
.about_park ul li figure{
    width: 100%;
}
.about_park ul li figure img{
    width: 100%;
    display: block;
}
.about_park ul:hover li:nth-of-type(1){
    transform: rotateY(30deg);
}
.about_park ul:hover li:nth-of-type(2){
    transform: scale(.9);
}
.about_park ul:hover li:nth-of-type(3){
    transform: rotateY(-30deg);
}
.about_park_fr{
    box-sizing: border-box;
}
.about_park_fr strong{
    display: block;
    font-size: 24px;
    font-weight: bold;
    line-height: 44px;
    color: #333333;
    letter-spacing: 2px;
}
.about_park_fr b{
    line-height: 40px;
    font-weight: bold;
    color: #ff5100;
}
.about_park_fr p{
    font-size: 18px;
    color: #333333;
    line-height: 36px;
}

.index_life p{
    font-size: 18px;
    line-height: 40px;
    color: #333333;
    letter-spacing: 2px;
    margin: 10px auto;
}
.index_life ul{
    width: 100%;
    height: auto;
    display: table;
}
.index_life ul li{
    width: 32%;
    margin-bottom: 2%;
    float: left;
    height: auto;
    display: table;
}
.index_life ul li:nth-of-type(2){
    margin: 0% 2%;
}
.index_life ul li figure{
    width: 100%;
}
.index_life ul li figure img{
    width: 100%;
    display: block;
}



@media screen and (min-width:1600px){
    .about_about p{
        padding-bottom: 30px;
    } 
    
    
}
@media screen and (max-width:1600px){
    .about_about p,
    .about_about>figure{
       height: 404px;
    } 
}


@media screen and (min-width:1400px){
    .about_about p{
        width: 49%;
        float: left;
    } 
    .about_about>figure{
        width: 49%;
        float: right;
    }
    
}
@media screen and (max-width:1400px){
    .about_about p{
        height: auto;
        padding-bottom: 20px;
    } 
}

@media screen and (max-width:1400px) and (min-width:768px){
    .about_about>figure{
        display: none;
    }
}
@media screen and (min-width:1200px){
    .about_park_fr {
        margin-top: 4%;
    }
    .about_park_fr b{
        display: block;
        margin: 2% auto;
    }
    
}

@media screen and (max-width:992px){
    .dis{
        display: none;
    }
}
@media screen and (max-width:860px){
    .about_park_fr p {
        font-size: 16px;
        line-height: 30px;
    }
}
@media screen and (min-width:768px){
    .about_about ul{
        margin: 50px auto 0px;
    }
    .about_park figure{
        width: 49%;
        float: left;
    }
    .about_park_fr{
        width: 49%;
        float: right;
    }
    
}
@media screen and (max-width:768px){
    .about_about p{
        margin-top: 50px;
        font-size: 18px;
        line-height: 34px;
        background-color: #ffffff;
    }
    .about_advantage ul{
        display: none;
    }
    .about_about ul{
        margin: 20px auto 0px;
    }
    .about_about p{
        margin-top: 20px;
    }
    
}
@media screen and (min-width:360px){
    .about_park_fr b{
        font-size: 30px;
    }
}
@media screen and (max-width:360px){
    .about_about ul{
        display: none;
    }
    .about_park_fr b{
        font-size: 24px;
    }
}





















































