﻿.about-box{
    width: 1000px;
    max-width: 100%;
    display: block;
    margin: 0 auto;
    font-size: 0;
    position: relative;
    padding: 120px 0;
}
.about-info-box{
    width: 100%;
    display: block;
    position: relative;
    z-index: 1;
}
.about-info-img{
    width: 380px;
    height: 280px;
    display: inline-block;
    vertical-align: top;
    overflow: hidden;
  
}
.about-info-img .slick-list, .about-info-img .slick-track{
    height: 100%;
}
.about-info-img-bg{
    width: 100%;
    height: 100%;
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.about-info-p{
    font-size: 16px;
    line-height: 2;
    color: #333333;
    letter-spacing: 2px;
    display: block;
    position: relative;
    z-index: 1;
    padding: 30px 0;
    text-align: justify;
}
.about-info-p-box{
    width: calc(100% - 380px);
    display: inline-block;
    padding-left: 10px;
    box-sizing: border-box;
    margin-bottom: 40px;
    position: relative;
    z-index: 1;
}
/* .about-info-p-box .about-info-p:nth-child(2){

    padding-top: 55px;
} */

.about-info-title{
    font-size: 24px;
    display: block;
    text-align: center;
    font-weight: bold;
    letter-spacing: 2px;
    padding-top: 50px;
}
#about .index-about-en-title{
    margin-right: 40px;
}
.index-about-icon{
    display: none;
  
}
.index-about-en-title{
    position: absolute;
    right: 5%;
    bottom: 10px;
    width: 300px;
    max-width: 100%;
}
@media only screen and (max-width: 1000px){
    .about-box{
        width: 700px;
    }
    .about-info-p{
        padding: 0;
    }
}
@media only screen and (max-width: 700px){
    .about-box{
        width: 550px;
        max-width: 100%;
    }
    .about-info-img{
        width: 100%;
        display: block;
        height: 404px;
    }
    .about-info-p-box{
        width: 100%;
        display: block;
        padding: 0;
        margin-top: 20px;
    }
}

@media only screen and (max-width: 550px){
    .about-box{
        width: 300px;
    }
    .about-info-img{
        height: 240px;
    }
    .about-box{
        padding: 60px 0;
    }
}