.lbanner-pp .lbanner-btn {
    display: none !important;
}


.S_About_introduction {
    margin-top: 5%;
}

.S_About_introduction .introduction_wrap {
    justify-content: space-between;
    align-items: center;
}

.S_About_introduction .introduction_wrap .introduction_left {
    width: 48%;
}

.S_About_introduction .introduction_wrap .introduction_left .introduction_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 32px;
}

.S_About_introduction .introduction_wrap .introduction_left .introduction_title span {
    color: var(--conmmonColor);
}

.S_About_introduction .introduction_wrap .introduction_left .introduction_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_About_introduction .introduction_wrap .introduction_right {
    width: 48%;
    justify-content: space-between;
    align-items: center;
}

.S_About_introduction .introduction_wrap .introduction_right .introduction_img {
    width: 48%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 61%;
}

.S_About_introduction .introduction_wrap .introduction_right .introduction_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_About_introduction .introduction_wrap .introduction_right .introduction_box {
    width: 48%;
}

.S_About_introduction .introduction_wrap .introduction_right .introduction_img2 {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
    margin-bottom: 20px;

}

.S_About_introduction .introduction_wrap .introduction_right .introduction_img2 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.S_About_introduction .introduction_wrap .introduction_right .introduction_img3 {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 60%;
}

.S_About_introduction .introduction_wrap .introduction_right .introduction_img3 img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}


.S_About_introduction .introduction_bottom {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-top: 30px;
}

.S_About_history {
    margin-top: 5%;
}

.S_About_history .history_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.S_About_history .history_title span {
    color: var(--conmmonColor);
}

.S_About_history .history_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0 50px;
}

.S_About_history .history_list .history_item {
    position: relative;
    justify-content: space-between;
    align-items: flex-start;
    padding-bottom: 100px;
}

.S_About_history .history_list .history_item:after {
    content: '';
    position: absolute;
    top: 0;
    left: 6.5%;
    display: inline-block;
    width: 3px;
    height: 100%;
    background-color: var(--conmmonColor);
    z-index: -1;


}

.S_About_history .history_list .history_item:last-child::after {
    display: none;
}

.S_About_history .history_list .history_item .item_bot {
    position: absolute;
    top: 50%;
    left: 5.65%;
    width: 28px;
    height: 28px;
    background: var(--conmmonColor);
    border-radius: 50%;
}

.S_About_history .history_list .history_item:last-child .item_bot {
    display: none;
}

.S_About_history .history_list .history_item .item_bot:before {
    content: '';
    display: inline-block;
    width: 33px;
    height: 33px;
    background: var(--conmmonColor);
    border-radius: 50%;
    filter: blur(13.800000190734863px);
}

.S_About_history .history_list .history_item:last-child .item_bot:before {
    display: none;
}

.S_About_history .history_list .history_item .item_year {
    width: 200px;
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    line-height: 1.2;
    color: #FFFFFF;
    text-align: center;
    font-style: normal;
    text-transform: none;
    padding: 0 30px;
    background-color: var(--conmmonColor);
}

.S_About_history .history_list .history_item .item_line {
    width: 400px;
    height: 3px;
    background-color: var(--conmmonColor);
    margin-top: 25px;
}

.S_About_history .history_list .history_item .item_cont {
    width: calc(100% - 600px);
    padding: 30px;
    background: #FFFFFF;
    box-shadow: 0px 3px 17px 0px rgba(0, 0, 0, 0.1);
    justify-content: space-between;
    align-items: center;
}

.S_About_history .history_list .history_item .item_cont .item_info {
    width: 65%;
}

.S_About_history .history_list .history_item .item_cont .item_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.S_About_history .history_list .history_item .item_cont .item_title:before {
    content: '';
    display: inline-block;
    width: 9px;
    height: 57px;
    background: var(--conmmonColor);
    margin-right: 10px;
}


.S_About_history .history_list .history_item .item_cont .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.S_About_history .history_list .history_item .item_cont .item_box {
    width: 32%;
}

.S_About_history .history_list .history_item .item_cont .item_box .item_date {
    font-family: 'DIN-Medium';
    font-weight: lighter;
    font-size: 32px;
    color: var(--conmmonColor);
    line-height: 1.5;
    text-align: right;
    font-style: normal;
    text-transform: uppercase;
    margin-top: -40%;
}

.S_About_history .history_list .history_item .item_cont .item_box .item_date .item_day {
    font-size: 96px;
}

.S_About_history .history_list .history_item .item_cont .item_box .item_img {

    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 93%;
}

.S_About_history .history_list .history_item .item_cont .item_box .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.S_About_history .history_list .history_item .item_cont .item_box .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_About_advantage {
    margin: 5% 0;
}

.S_About_advantage .adv_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
}

.S_About_advantage .adv_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 30px 0;
}

.S_About_advantage .adv_wrap {
    justify-content: space-between;
    align-items: center;
}

.S_About_advantage .adv_wrap .adv_item {
    width: 48%;
    justify-content: space-between;
    align-items: center;
}

.S_About_advantage .adv_wrap .adv_item .item_img {
    width: 70%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 28%;
    z-index: 1;
}

.S_About_advantage .adv_wrap .adv_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    -webkit-transition: all .5s ease-out 0ms;
    -moz-transition: all .5s ease-out 0ms;
    -o-transition: all .5s ease-out 0ms;
    transition: all .5s ease-out 0ms;
}

.S_About_advantage .adv_wrap .adv_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.S_About_advantage .adv_wrap .adv_item .item_info {
    width: 70%;
    margin-left: -50%;
    padding: 16px;
    position: relative;
    z-index: 99;
    background-color: rgba(255, 255, 255, 0.16);
    backdrop-filter: blur(5px);
    border: 1px solid;
    border-image: linear-gradient(85deg, rgba(255, 255, 255, 1), rgba(3, 135, 249, 1)) 1 1;
}

.S_About_advantage .adv_wrap .adv_item .item_info .item_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #000000;
    text-align: left;
    font-style: normal;
    text-transform: uppercase;
}

.S_About_advantage .adv_wrap .adv_item .item_info .item_desc {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    height: 56px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media only screen and (max-width: 1400px){
    .S_About_history .history_list .history_item .item_line{
        width: 200px;
    }
    .S_About_history .history_list .history_item .item_cont{
        width: calc(100% - 400px);
    }
}

@media only screen and (max-width: 1200px){
    .S_About_advantage{
        visibility: visible !important;

    }
}

@media only screen and (max-width: 950px) {
    .S_About_introduction .introduction_wrap .introduction_left .introduction_title {
        font-size: 40px;
        line-height: 45px;
    }

    .S_About_history .history_title {
        font-size: 40px;
        line-height: 45px;
    }

    .S_About_history .history_desc {
        margin: 20px 0;
    }

    .S_About_history .history_list .history_item {
        flex-direction: column;
        align-items: flex-start;
    }

    .S_About_history .history_list .history_item .item_bot {
        display: none;
    }

    .S_About_history .history_list .history_item:after {
        display: none;
    }

    .S_About_history .history_list .history_item .item_line {
        display: none;
    }

    .S_About_history .history_list .history_item .item_box {
        margin-bottom: 20px;
    }

    .S_About_history .history_list .history_item .item_cont {
        width: 100%;
        padding: 20px;
    }

    .S_About_history .history_list .history_item .item_cont .item_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .S_About_advantage .adv_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .S_About_history .history_list .history_item {
        padding-bottom: 50px;
    }

    .S_About_history .history_list .history_item {
        padding-bottom: 0 !important;
        margin-bottom: 30px;
    }
}

@media only screen and (max-width: 768px) {
    .S_About_introduction .introduction_wrap {
        flex-direction: column;
        align-items: center;
    }

    .S_About_introduction .introduction_wrap .introduction_left .introduction_title {
        font-size: 35px;
        line-height: 45px;
    }

    .S_About_introduction .introduction_wrap .introduction_left {
        width: 100%;
        margin-bottom: 30px;
    }

    .S_About_introduction .introduction_wrap .introduction_right {
        width: 100%;
    }

    .S_About_history .history_title {
        font-size: 35px;
        line-height: 1.5;
    }

    .S_About_history .history_list .history_item .item_cont .item_title {
        font-size: 35px;
        line-height: 1.5;
    }

    .S_About_advantage .adv_title {
        font-size: 35px;
        line-height: 1.5;
    }

    .S_About_advantage .adv_wrap {
        flex-direction: column;
        align-items: center;
    }

    .S_About_advantage .adv_wrap .adv_item {
        width: 100%;
        margin-bottom: 20px;
    }

    .S_About_advantage .adv_wrap .adv_item{
        flex-direction: column;
        align-items: center;
    }
    .S_About_advantage .adv_wrap .adv_item .item_img{
        width: 100%;
        padding-bottom: 40%;
    }
    .S_About_advantage .adv_wrap .adv_item .item_info{
        width: 100%;
        margin-left: 0;
    }

}

@media only screen and (max-width: 640px) {
    .S_About_history .history_list .history_item .item_cont {
        flex-direction: column-reverse;
        align-items: center;
    }

    .S_About_history .history_list .history_item .item_cont .item_box {
        width: 100%;
        margin-bottom: 30px;
    }

    .S_About_history .history_list .history_item .item_cont .item_info {
        width: 100%;
    }

    .S_About_history .history_list .history_item .item_cont .item_box .item_date {
        margin-top: -30px;
    }

    .S_About_history .history_list .history_item .item_cont .item_title {
        margin-bottom: 20px;
    }

    .S_About_history .history_list .history_item .item_cont .item_box .item_date {
        font-size: 30px;
    }

    .S_About_history .history_list .history_item .item_cont .item_box .item_date .item_day {
        font-size: 60px;
    }
}

@media only screen and (max-width: 480px) {
    .S_About_introduction .introduction_wrap .introduction_left .introduction_title {
        font-size: 30px;
        line-height: 35px;
    }

    .S_About_history .history_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .S_About_history .history_list .history_item .item_cont .item_title {
        font-size: 30px;
        line-height: 1.5;
    }

    .S_About_advantage .adv_title {
        font-size: 30px;
        line-height: 1.5;
    }
}