/* 20211011 */
.about-bar{
    height: 300px;
    background-image: url(../img/about/about-bar.png);
    background-repeat: no-repeat;
    background-position: center;
}
.about-ct{
    max-width: 1920px;

}
.about-ct .fl{
    float: left;
}
.about-ct .fr{
    float: right;
}
.about-ct.ct1{
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left:40px;
    padding-right: 40px;
}
.about-ct.ct1 .fl{width: 580px;}
.about-ct.ct1 .fr{text-align: center;}
.about-ct.ct2{
    height: 342px;
    background-image: url(../img/about/about-bg2.png);
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 80px;
}
.about-ct.ct2 .fl{width: 30%;}
.about-ct.ct2 .fr{width: 70%;}
.about-ct.ct3{
    padding-top: 50px;
    padding-bottom: 50px;
}
.about-ct.ct3 h3{
    text-align: center;
}
.about-ct.ct3 h3::before{
    left: 48.8%;
}
.about-ct.ct4{
    height: 764px;
    background-image: url(../img/about/about-bg3.png);
    background-position: center;
    background-repeat: no-repeat;
}
.about-ct.ct4 .about-ct-content{
    padding-top: 160px;
}
.about-ct.ct4 .fl{width: 60%;}
.about-ct.ct5{

    padding-top: 50px;
    padding-bottom: 50px;
}
.about-ct.ct5 h3{
    text-align: center;
}
.about-ct.ct5 h3::before{
    left: 48.8%;
}
.about-ct.ct5 .about-ct-content ul{
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
}
.about-ct.ct5 .about-ct-content ul li{
    width: 33.33333%;
    text-indent: 100px;
    color: #000;
    position: relative;
    list-style:none
}
.about-ct.ct5 .about-ct-content ul li::before{
    content: '';
    width: 60px;
    height: 60px;
    position: absolute;
    left: 20px;
    background-image: url(../img/about/about-bg4.png);
    background-repeat: no-repeat;
}
.about-ct.ct5 .about-ct-content ul li:nth-child(1):before{background-position-x: 0;}
.about-ct.ct5 .about-ct-content ul li:nth-child(2):before{background-position-x: -60px;}
.about-ct.ct5 .about-ct-content ul li:nth-child(3):before{background-position-x: -120px;}
.about-ct-content{
    max-width: 1200px;
    margin: 0 auto;
}
.about-ct h3{
    font-size: 20px;
    margin-bottom: 25px;
    position: relative;
}
.about-ct h3::before{
    content: '';
    height: 3px;
    width: 24px;
    display: inline-block;
    background-color: #ffcc1c;
    position: absolute;
    top: -10px;
}
.about-ct .text{
    color:#878787;
    font-size: 16px;
    line-height: 2;
}
.about-ct .text b{
    color: #000;
}

