.companyInfo {
    padding-bottom: 100px;
}

.img_product {
    width: 100%;
}

.companyInfo-title {
    margin-bottom: 50px;
}

.companyInfo-title span {
    font-size: 30px;
    font-weight: bold;
    border-bottom: 4px solid var(--theme-color);
}

.video-box {
    width: 600px;
    height: 100%;
    background-color: #000;
    margin-right: 100px;
}

.companyInfo-introduce {
    display: flex;
    justify-content: space-between;
    height: 300px;
    margin-bottom: 150px;
}

.slideBox h5 {
    color: var(--theme-color);
    margin-bottom: 20px;
}

.event-content {
    display: flex;
    margin-bottom: 40px;
}

.intro-desc {
    width: 600px;
    display: flex;
    align-items: center;
    font-size: 1rem;
    text-indent: 2em;
    line-height: 30px;
    font-weight: 400;
}

.features-row {
    display: flex;
    justify-content: space-between;
    height: 200px;
}

.features-content {
    padding: 20px;
}

.features-content h5 {
    text-align: center;
    font-weight: 700;
}

.features {
    margin-bottom: 150px;
}

.features-content {
    width: 300px;
    height: 100%;
    border: 1px solid var(--border-color);

}

.user-evaluate {
    display: flex;
    margin-bottom: 150px;
    justify-content: space-evenly;
}

.eval-content {
    padding: 20px;
    width: 300px;
    height: 200px;
    border: 1px solid var(--border-color);
}

.eval-content h5 {
    text-align: center;
    font-weight: 700;
}


.competitiveEdge {
    height:800px;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 150px;
}
.swiper-button-next{
    right: -100px!important;
}
.swiper-button-prev{
    left: -100px!important;
    
}
.swiper-pagination{
    bottom: -60px!important;
}
.swiper-button-next,.swiper-button-prev{
    /* top:50%!important;
    transform: translateY(-50%)!important; */
    color: var(--theme-color)!important;
}
.swiper-pagination-bullet-active{
    background-color: var(--theme-color)!important;
}
.competitive-content {
    position: relative;
    width: 23%;
    height: 180px;
    border: 1px solid var(--border-color);
    text-align: center;
    margin-bottom: 60px;
}

.competitive-content img {
    width: 100%;
    height: 100%;
}

.competitive-content p {
    position: absolute;
    bottom: -40px;
    left: 50%;
    transform: translateX(-50%);
}

.support-service {
    text-align: center;
}

.support-service img {
    margin-bottom: 30px;
}

.support-service ul {
    display: flex;
    justify-content: space-between;

}

.support-service ul li {
    display: flex;
    align-items: center;
}

.support-service ul li .bi,
.iconfont {
    color: var(--theme-color);
}
.address-footer{
    padding-top: 20px;
}
.address-footer .iconfont{
    font-size: 28px;
}

.icon-box {

    width: 50px;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-align: center;
    border-radius: 100%;
    background-color: rgb(250, 234, 216);

}

.support-service ul li .iconfont {
    font-size: 28px;
}
.support-service .address-footer{
    display: flex;
    align-items: center;
}
.support-service ul li .icon-info {
    display: flex;
    flex-direction: column;
    text-align: left;
}

.lift-nav {
    position: fixed;
    top: 200px;
    left: 30px;
    display: none;
    background-color: #F7F9FA;
}

.lift-nav li {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    color: #000;
    margin-bottom: 10px;
    cursor: pointer;
}

.lift-nav li .iconfont {
    font-size: 20px;
    font-weight: 700;
    color: var(--sub-title-color)
}

.lift-nav li.current span {
    color: #fff;
}

.lift-nav li.current {
    background: var(--theme-color);
}

.mb-comInfo {
    width: 100%;
}

.mb-video-box {
    background-color: #000;
}

.mb-comInfo-p {
    text-indent: 2em;
    padding: 20px 0;
    color: var(--sub-title-color);
    font-size: 14px;
    line-height: 2em;
}

.mb-history-item {
    border-bottom: 6px solid var(--theme-color);
}

.mb-history-item:last-child {
    border-bottom: none;
}

.histor-content {
    padding: 10px;

}

.mb-company-history li:nth-child(odd) {
    border-left: 6px solid var(--theme-color);
}

.mb-company-history li:nth-child(even) {
    border-right: 6px solid var(--theme-color);
}

.mb-history-item h5 {
    color: var(--theme-color);
}

.mb-history-item p {
    font-size: 14px;
    color: var(--sub-title-color);
}

.mb-com-values li {
    border: 1px solid var(--border-color);
    min-height: 200px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
}

.mb-com-values li h5 {
    text-align: center;
    border-bottom: 1px solid var(--border-color);
    padding-bottom: 10px;


}

.mb-com-values li p {
    color: var(--sub-title-color);
    font-size: 14px;

}

.mb-honor li {
    text-align: center;
    padding: 10px;
    border: 1px solid var(--border-color);
    box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.4);
    margin-bottom: 10px;
    width: 50%;
    box-sizing: border-box;
}

.mb-honor li img {
    width: 100%;
    margin-bottom: 10px;
}

.mb-contact-img {
    width: 100%;
    margin-bottom: 20px;
}

.mb-contact-ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;

}

.mb-contact-ul li {
    display: flex;
    width: 48%;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
}

.mb-contact-ul li .icon-info {
    display: flex;
    flex-direction: column;
    margin-left: 10px;

}

.mb-contact-ul li .iconfont {
    margin-right: 0;
}

.swiper {
    width: 100%;
    height: 100%;
    margin-left: auto;
    margin-right: auto;
}


.zoomImgBox .swiper-slide {
    padding: 10px 0;
    text-align: center;
    font-size: 18px;
    background: #fff;
    /* height: 300px !important; */
    height: calc((100% - 60px) / 3) !important;
    /* margin-top: 0 !important; */
    /* Center slide text vertically */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}
.zoomImgBox .swiper-slide img{
    width: 100%;
    height: 90%;
    margin-bottom: 10px;
}
.zoomImgBox .swiper-slide p{
    font-size: 16px;
    color: #666;
}


.mbpurchase-info{
    display: flex;
    flex-wrap: wrap;
    color: var(--theme-color);
}
.mbpurchase-info .mbpurchase-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.mbpurchase-info .mbpurchase-info-col {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    width: 50%;
    height: 50%;
    flex-shrink: 0;
    margin-bottom: 20px;

}
.mbpurchase-info  .mbpurchase-info-col:nth-child(3){
    width: 100%;
}
.mbpurchase-info .mbpurchase-info-col:nth-child(4){
    width: 100%;
}

.mbpur-info-icon {
    font-size: 20px;
    margin-right: 10px;
    text-align: center;
}

.mbpur-info-icon .icon-position-mark {
    font-size: 26px;
}
.icon-dianhua {
    color:#fff;
}
.mb-honor {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
}