.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    margin-bottom: -17%;
}

.head_nav>li>a {
    color: #FFF;
}
.web_head .btn--search:before{
    background-image: url(../img/Vecto1r.png) !important;
}
.fixed.web_head .btn--search:before {
    background-image: url(../img/Vector.png) !important;
}
.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;
    padding-bottom: 18%;
}

.about_title {
    text-align: left;
}

.about_title a {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    font-style: normal;
    text-transform: uppercase;
}

@media (max-width:1366px) {
    .about_title a{
        font-size: 50px;
        line-height: 60px;
    }
}
@media (max-width:1024px) {
    .about_title a{
        font-size: 45px;
        line-height: 60px;
    }
}


.about_box ul {
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
}

.about_box ul li {
    width: 49%;
    margin-bottom: 5%;
}
.about_box ul li:nth-child(odd){
    height: 375px;
    overflow-y: auto;
}
.about_box ul li:nth-child(odd) p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 15px;
}

.about_box ul li:nth-child(even) {
    width: 49%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 31%;
    border-radius: 22px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.about_box ul li:nth-child(even) img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;

}

.about_box ul li:nth-child(even):hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.about_box ul li:nth-child(3) {
    order: 2;
}

.about_box ul li:last-child {
    order: 1;
}

.about_txt {
    margin-bottom: 30px;
}

.about_txt p {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 24px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about_img ul {
    width: 100%;
    justify-content: space-between;
}

.about_img ul li {
    width: 32%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 21%;
    border-radius: 22px;
    z-index: 1;
    -webkit-transition: all 150ms ease-out 0ms;
    -moz-transition: all 150ms ease-out 0ms;
    -o-transition: all 150ms ease-out 0ms;
    transition: all 150ms ease-out 0ms;
}

.about_img ul li img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_img ul li:hover img {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    transform: scale(1.05);
    opacity: 1;
    z-index: 20;
}

.about_honor {
    background: #111111;
    padding: 55px 0;
    margin-top: 5%;
}

.about_honor ul {
    justify-content: space-between;
}

.about_honor ul li {
    width: 22%;
    flex-direction: column;
    align-items: center;
}

.about_honor ul li .honor_icon {
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 35%;
    max-width: 124px;
    max-height: 124px;
}

.about_honor ul li .honor_icon img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.about_honor ul li .honor_title {
    font-family: 'ARLRDBD';
    font-weight: 400;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 23px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 15px;
}

.about_honor ul li .honor_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #FFFFFF;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-top: 30px;
}
.about_comment {
    margin-top: 5%;
}
.about_comment .comment_tit{
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-bottom: 1%;
}
@media (max-width:1024px) {
    .about_comment .comment_tit{
        font-size: 35px;
        line-height: 40px;
    }
}
.about_comment .top_fh img,
.about_comment .bottom_fh img {
    width: 116px;
    height: 116px;
    object-fit: cover;
}

.about_comment ul {
    justify-content: space-between;
    padding-bottom: 5%;
}

.about_comment ul li {
   
    width: 49%;
}
.about_comment ul li .comment_wrap{
    position: relative;
    padding: 5%;
    padding-top: 15%;
    padding-bottom: 15%;
    background-image: url(../img/second-img/about_comment_bg.png);
    background-size: cover;
    background-repeat: no-repeat;
}
.about_comment ul li .top_fh {
    position: absolute;
    top: 0;
    left: 30px;
}

.about_comment ul li .bottom_fh {
    position: absolute;
    bottom: 30px;
    right: 60px;
}

.about_comment ul li .comment_title {
    font-family: 'Times-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 20px;
}
@media (max-width:1024px) {
    .about_comment ul li .comment_title{
        font-size: 35px;
        line-height: 40px;
    }
}

.about_comment ul li .comment_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.about_comment ul li .comment_avatar{
    max-width: 118px;
    max-height: 118px;
    margin-left: 8%;
    margin-top: 2%;
}


@media (max-width:950px) {
    .web_main_wrap {
        /* top: -3%; */
        padding-top: 20%;
    }
}
@media (max-width:950px) {
     .head_nav>li>a {
        color: #000;
    }
    .about_title a{
        font-size: 35px;
        line-height: 40px;
    }
    .about_box{
        margin-top: 20px;
    }
    .about_box ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    .about_box ul li:nth-child(even){
        width: 100%;
        padding-bottom: 64%;
    }
    .about_box ul li:nth-child(odd){
        height: auto;
        overflow: visible;
    }
    .about_img ul{
        /* flex-wrap: wrap; */
    }
    .about_img ul li{
        width: 100%;
        padding-bottom: 64%;
        margin-bottom: 2%;

    }
    .about_honor ul{
        flex-wrap: wrap;
    }
    .about_honor ul li{
        width: 100%;
        margin-bottom: 2%;
    }
    .about_honor ul li .honor_icon{
        padding-bottom: 14%;
    }
    @media (max-width:800px) {
        .about_honor ul li .honor_icon{
            padding-bottom: 24%;
        }
    }
    @media (max-width:500px) {
        .about_honor ul li .honor_icon{
            padding-bottom: 30%;
        }
    }
    .about_comment .comment_tit{
        font-size: 30px;
        line-height: 28px;
        margin-bottom: 8%;
    }
    .about_comment ul{
        flex-wrap: wrap;
    }
    .about_comment ul li{
        width: 100%;
        margin-bottom: 5%;
    }
    .about_comment .top_fh img, .about_comment .bottom_fh img{
        width: 80px;
        height: 80px;
    }
}