.banner-section{
    /*background-color: var(--bs-theme-color);*/
    background-image: linear-gradient(to bottom right, #003894,#1e3a8a, #1e40af);
    color: #ffffff;
    min-height: 80vh;
    position: relative;
}
.banner-section:before{
    content:'';
    background-image: url(graphic-1.svg);
    --background-overlay: '';
    background-position: -200px 100px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-attachment:scroll;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 0;
}
.banner-section img{
    max-width: 100%;
}
.banner-section h1{
    font-size:3.4rem;
    font-weight: 700;
    line-height: 1.2;
}
.banner-section h2{
    font-size:1.8rem;
    font-weight: 700;
    color: #FFFFFF;
    margin-top: 2rem;
    line-height: 1.5;
}
.banner-section h3{
    font-size:1.2rem;
    font-weight: normal;
    margin-top: 1rem;
    line-height: 1.6;
    color: rgb(219, 234, 254);
}
.banner-section strong{
    color:rgb(251, 146, 60);
}
.banner-section .ba-btn-box{
    display: flex;
}
.banner-section .btn.btn-lg-primary{
    background-image: linear-gradient(to right, rgb(249, 115, 22), rgb(234, 88, 12));
    color: #fff;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    border:none;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0), 0 0 0 rgba(0, 0, 0, 0);
}
.banner-section .btn.btn-lg-primary:hover{
    background-image: linear-gradient(to right, rgb(234, 88, 12), rgb(194, 65, 12));
    transform: matrix(1.05, 0, 0, 1.05, 0, 0);
    transition-duration: .2s;
    transition-property:all;
    transition-timing-function:cubic-bezier(0.4, 0, 0.2, 1);

}
.banner-section .btn.btn-outline-primary{
    color: #fff;
    margin-top: 2rem;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-weight: 600;
    font-size: 1rem;
    border:2px solid rgba(255,255,255, .3);
    transition-duration: .2s;
    transition-property:all;
}
.banner-section .btn.btn-outline-primary:hover{
    background-color: rgba(255, 255, 255, 0.1)
}
.banner-section > .container > .row{
    position: relative;
    z-index: 1;
}
.banner-section .top-text{
    background-color: rgba(249, 115, 22, 0.2);
    color: rgb(253, 186, 116);
    padding: .5rem 1rem;
    display: inline-flex;
    border-radius: 10rem;
    line-height: 1;
}
.banner-section .top-text svg{
    width: 1rem;
    height: 1rem;
}
.banner-section .banner-adv-list{
    display: grid;
    row-gap:1rem;
    column-gap:1rem;
    grid-template-columns:repeat(3, minmax(0px, 1fr));
    margin-top:1.5rem;
}
.banner-section .banner-adv-list li{
    display: flex;
    border-radius: 0.5rem;
    background-color: rgba(255, 255, 255, 0.1);
    padding: 1rem;
    align-items: center;
}
.banner-section .banner-adv-list li .ba-icon{
    display: flex;
    justify-content:center;
    width: 2.5rem;
    height: 2.5rem;
    border-radius: 0.5rem;
    align-items: center;
}
.banner-section .banner-adv-list li .ba-icon svg{
    width: 1.25rem;
    height:1.25rem;
    display: block;
}
.banner-section .banner-adv-list li .bi-1{
    background-color: rgb(249, 115, 22);
}
.banner-section .banner-adv-list li .bi-2{
    background-color: rgb(34, 197, 94);
}
.banner-section .banner-adv-list li .bi-3{
    background-color: rgb(168, 85, 247);
}
.banner-section .banner-adv-list li .ba-text{
    margin-left:.75rem;
    color:rgb(191, 219, 254);
    font-size:.875rem;
}
.banner-section .banner-adv-list li .ba-text > div{
    font-weight: 600;
    line-height: 1.25;
    color:#fff;
    font-size:1rem;
    margin-bottom: .2rem;
}
.banner-section .banner-text-list{
    display: flex;
    align-items: center;
    margin-top: 1.5rem;
}
.banner-section .banner-text-list li{
    color:rgb(191, 219, 254);
    display: flex;
    align-items: center;
    font-size: .875rem;
}
.banner-section .banner-text-list .btl-dot{
    background-color: rgb(74, 222, 128);
    width: .5rem;
    height: .5rem;
    margin-right: .5rem;
    border-radius: 50%;
}
.banner-section .banner-img-a{
    background-color: rgba(255, 255, 255, 0.1);
    border:1px solid rgba(255, 255, 255, 0.2);
    padding: 2rem;
    display: block;
    border-radius: 1rem;
    position: relative;
}
.banner-section .banner-img-a img{
    border-radius: .5rem;
}
.banner-section .banner-img-a span.img-adv{
    position: absolute;
    display: block;
    padding:.5rem .75rem;
    border-radius: .5rem;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1), 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.banner-section .banner-img-a span.img-adv span{
    color: rgb(75, 85, 99);
    font-size: .75rem;
    display: block;
}
.banner-section .banner-img-a .img-adv-1{
    background-color: rgb(249, 115, 22);
    color:#fff;
    top:1rem;
    right:1rem;
    letter-spacing: 1px;
    font-weight: 600;
}
.banner-section .banner-img-a .img-adv-3,
.banner-section .banner-img-a .img-adv-2{
    color:rgb(234, 88, 12);
    background-color: #fff;
    top:50%;
    left:-1.5rem;
    font-weight: normal;
}
.banner-section .banner-img-a .img-adv-3{
    bottom: 1rem;
    top:auto;
    left:auto;
    right:1rem;
    color: rgb(37, 99, 235);
}
@media only screen and (max-width:1040px) {
    .banner-section{
        height: auto;
        padding-bottom: 3rem;
    }
    .banner-section img{
        margin-top:0rem;
    }
    .banner-section:before{
        background-position: 0 0;
    }
    .banner-text{
        padding-left:2rem;
        padding-right:2rem;
    }
    .banner-section h1{
        font-size:1.8rem;
        font-weight: 700;
    }
    .banner-section h2{
        font-size:1.5rem;
        font-weight: 700;
        margin-top: 1.5rem;
    }
    .banner-section h3{
        font-size:1rem;
        font-weight: normal;
        margin-top: 1.5rem;
    }
    .banner-section .btn{
        margin-top:2rem;
        padding-top: .8rem;
        padding-bottom: .8rem;
    }
    .banner-section .banner-adv-list{
        grid-template-columns :auto;
    }
    .banner-section .ba-btn-box{
        flex-direction: column;
    }
    .banner-section .btn.btn-outline-primary{
        margin-top: 1rem;
    }
    .banner-section .banner-text-list{
        margin-bottom: 1.5rem;
    }
    .banner-section .banner-img-a .img-adv-2{
        left:-.4rem;
    }
    .banner-section .banner-img-a .img-adv-3, .banner-section .banner-img-a .img-adv-2{
        padding: inherit;
    }
}

/**

* VS Showcase

**/
.mp-vs-box{
    background-color: #F2F5F7;
}
.pao-title{
    background-color: #dbeafe;
    color: var(--bs-theme-color);
    border-radius: 9999px;
    display: block;
    margin: 0 auto 1rem;
    padding: .3rem 1rem;
    text-align: center;
    width: 12rem;
}
.mp-vs-box .vs-panel{
    border-radius: 1rem;
    background-color: #ffffff;
    padding: 2rem;
    box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0) 0px 0px 0px 0px, rgba(0, 0, 0, 0.1) 0px 10px 15px -3px, rgba(0, 0, 0, 0.1) 0px 4px 6px -4px;
}
.mp-vs-box .vs-panel .vs-panel-img-box{
    border-radius: 0.75rem;
    overflow: hidden;
    margin-bottom: 1.5rem;
}
.mp-vs-box .vs-panel .vs-panel-img-box img{
    max-width: 100%;
}
.mp-vs-box h3{
    font-size: 1.5rem;
    line-height: 2rem;
    margin-bottom: 0.5rem;
    font-weight: bold;
}
.mp-vs-box h4{
    font-size:1rem;
    color: rgb(234, 88, 12);
}
.mp-vs-box .vs-ft-1-box,
.mp-vs-box .vs-ft-2-box,
.mp-vs-box .vs-ft-3-box{
    padding: 1rem;
    background-color: rgb(239, 246, 255);
    border-radius: 0.5rem;
}
.mp-vs-box .vs-ft-2-box{
    background-color: rgb(255, 247, 237);
}
.mp-vs-box .vs-ft-3-box{
    background-color: rgb(249, 250, 251);
}
.mp-vs-box .vs-ft-box p{
    font-size: 0.875rem;
    line-height: 1.25rem;
    margin:0;
    color: #666;
}
.mp-vs-box .vs-ft-box div{
    font-size: 1.125rem;
    line-height: 1.75rem;
    font-weight: 600;
}
.mp-vs-box .vs-adv-list > ul li{
    font-size: 0.875rem;
    line-height: 1.25rem;
    display: flex;
    align-items: center;
    margin-bottom: .5rem;
}
.mp-vs-box .vs-adv-list > ul li svg{
    color:rgb(34, 197, 94);
    width: 1rem;
    margin-right: .5rem;
}

.mp-vs-box .vs-adv-list > ul li p{
    margin:0;
    line-height: 1.75;
}
.mp-vs-box .vs-adv-list > ul li span{
    color:#666;
}
.vs-fac-box .vs-fac-item{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}
.vs-fac-box .vs-fac-item .vs-fac-item-img{
    width: 4rem;
    height: 4rem;
    border-radius: 0.75rem;
    background-color: var(--bs-theme-color);
    display: flex;
    justify-content: center;
    align-items: center;
}
.vs-fac-box .vs-fac-item .vs-fac-item-img img{
    width: 2rem;
}
.vs-fac-box .vs-fac-item p{
    margin-bottom:.5rem;
    font-size:1rem;
}
.vs-fac-box .vs-fac-item span{
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #666666;
    text-align: center;
}



    /**

    * Category Introduction

    **/

.mp-cat-intro-box .cat-img-box{

    border:1px solid #ddd;

    border-radius:0.5rem;

    padding:0.5rem;

}

.mp-cat-intro-box .cat-img-box img{

    max-width:100%;

}

.mp-cat-intro-box {

    line-height:2;

}

.mp-cat-intro-box br{

    margin-bottom:0.5rem;

    display:block;

    content:'';

}

.mp-cat-intro-box h1{

    text-transform:capitalize;

}

.section-title strong{
    color:var(--bs-theme-color);
}
.btn-full-width{
    width:100%;
}
.feature-text-box{
    min-height: 5rem;
}
@media only screen and (max-width:1040px) {
    .feature-text-box{
        min-height: unset;
    }
}


/**

* What we do

**/
.mp-insight-box,
.mp-company-box,
.mp-ex-box{

    background-color:#f4f6f9;

}

.mp-wwd-box .wwd-list img{

    max-width:100%;

}

.mp-wwd-box .wwd-img-box{

    border:1px solid #ddd;

    border-radius:0.5rem;

    padding:0.5rem;

    background-color:#fff;

}



.ab-zhengshu-swiper img,
.ab-cer-swiper img{
    max-width:100%;
}
.ab-zhengshu-swiper .swiper-slide{
    border:1px solid #ddd;
}
.qu-info{
    width: 68rem;
    margin: 0 auto;
    font-size: 1rem;
    max-width: 100%;
    text-align:center;
}

@media only screen and (max-width:1040px) {
    .qu-info{
        max-width: 100%;
        text-align: left;
    }
}



/**

* Company Introduction

**/

.mp-company-box .btn{
    width:48%;
    max-width:100%;

}
.mp-company-box{
    font-size: 1rem;
}
@media only screen and (max-width:1040px) {
    .mp-company-box iframe{
        height:calc(100vw * 3 /4);
        margin-bottom: 1.5rem;
    }
    .mp-company-box .btn{
        width:80%;
    }
}



.mp-service-box .wwd-list img{
    max-width: 100%;
}
.mp-service-box .wwd-img-box{

    border:1px solid #ddd;

    border-radius:0.5rem;

    padding:0.5rem;

    background-color:#fff;

}







/**

* Products

**/

.mp-product-box{

    background-color:#F2F5F7;

}


.prolist_box .box_li .p-info{

    padding:0.5rem 0.8rem;

    margin-top:0.5rem;

}


.prolist_box .box_li .p-info a h2{

    white-space: normal;

    overflow: hidden;

    text-overflow: ellipsis;

    display: -webkit-box;

    -webkit-line-clamp: 2;

    -webkit-box-orient: vertical;

    word-break: keep-all;

    font-weight:bold;

    font-size:1.2rem;

    color:#333333;

    line-height:1.5;

    height: 3rem;

    margin:0;
    text-align: center;

}


.prolist_box{ margin-bottom:1.5rem;}

.prolist_box .box_li{ overflow: hidden; background-color:#fff;border-radius:0.5rem;padding:0.5rem;}

.prolist_box .box_li .p_pic{ overflow:hidden;width:100%; height:auto;text-align:center;vertical-align: middle;display:table-cell;position:relative; border:solid 1px #CCC; z-index:7}

.prolist_box .box_li .p_pic img{ transition: all 0.6s;margin:0 auto;max-height:100%;max-width:100%;display: table-cell; vertical-align: middle; display:block; overflow:hidden; height:auto;}

.prolist_box .box_li .m_pic{ width:100%; height:auto; position:absolute; left:-1px; top:-5px; z-index:-1; }

.prolist_box .box_li .p_pic.cp{ width:220px; height:165px;text-align:center;vertical-align: middle;display:table-cell;position:relative; border:solid 1px #CCC; z-index:7}

.prolist_box .box_li:hover a img{transform: scale(1.1);}

.contant_btn_list{ margin-bottom:1rem;display:flex;justify-content: space-between;}

.contant_btn_list a{width:80%; }

.contant_btn_list .btn{

    border-radius: 3rem;

}

.mp-product-box .prolist_box .box_li{

    /*padding-top: 30px;*/

    border: none;

    margin-bottom: 0;

}

.mp-product-box .prolist_box .box_li .pro_right .p_ms{

    width:100%;

}

.mp-product-box .p_pic_box{

    float:left;

}



.mp-product-box .prolist_box .box_li .pro_right .p_t,

.mp-product-box .prolist_box .box_li .pro_right .p_t a,

.prolist_box .box_li .pro_right .p_t a h2{

    height:auto;

    line-height:1.5;

}

.mp-product-box .prolist_box .box_li .pro_right .p_t a h2{

    font-size:1.8rem;

    font-weight:normal;

}

@media only screen and (max-width:1040px) {
    .prolist_box .box_li .p_pic{ text-align:center;vertical-align: middle;display:table-cell;position:relative; border:solid 1px #CCC; z-index:7}

    .prolist_box .box_li .p_pic.cp{ width:100px; height:75px;text-align:center;vertical-align: middle;display:table-cell;position:relative; border:solid 1px #CCC; z-index:7}

    .prolist_box .box_li .p_pic img{ margin:0 auto;display: table-cell; vertical-align: middle; display:block; overflow:hidden;}

}



.mp-tec-box .tec-item.rv{
    flex-direction: row-reverse;
}
.mp-tec-box .tec-item img{
    width:100%;
}
.mp-tec-box .tec-info-box{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
@media only screen and (max-width:1040px) {
    .mp-tec-box .tec-item.rv{
        flex-direction: column;
    }
    .mp-tec-box .tec-info-box > div{
        text-align: center;
        margin-bottom: 1.5rem;
    }
}



.mp-insight-box .ins-column img{
    max-width: 100%;
    margin-bottom: 1.5rem;
}



/**
* Feedback
**/
.mp-ad-box .mp-ad-bg{
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 1920px auto;
    padding-top: 3rem;
    padding-bottom: 3rem;
    position:relative;
    color:#fff;
}
.mp-ad-box .mp-ad-bg .mask {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background-color: rgba(0,0,0,.6);
    z-index: 0;
}
.mp-ad-box .mp-ad-text-box{
    color:#fff;
    position:relative;
}

.mp-ad-box .btn{
    border:none;
}





/**

* Videos

**/

.mp-media-box .nav-tabs .nav-link.active{

    border-bottom:4px solid var(--bs-theme-color);

    color:var(--bs-theme-color);

}

.mp-media-box .nav-tabs .nav-link{

    color:var(--bs-link-hover-color);

}

.mp-media-box .tab-pane{

    padding:3rem 0rem 1rem;

}

.mp-media-box .ab-manu-swiper .swiper-slide{

    border-radius:0.5rem;

    overflow:hidden;

    border:1px solid #ccc;

}

.mp-media-box .swiper-slide video,

.mp-media-box .ab-manu-swiper .swiper-slide img{

    width:100%;

}



.mp-media-box .ab-manu-swiper.swiper {

    width: 100%;

    height: 680px;

    margin-left: auto;

    margin-right: auto;

}



.mp-media-box .swiper-slide {

    text-align: center;

    font-size: 18px;

    background: #fff;

    height: calc((100% - 30px) / 2) !important;

    display: flex;

    justify-content: center;

    align-items: center;

    padding:0.2rem;

}


@media only screen and (max-width:1040px) {
    .mp-media-box .tab-pane {
        padding-top: 2rem;
    }
}





/**

* FAQ

**/

.mp-faq-box{

    background-color:#F2F5F7;

}

.mp-faq-box .s-bar-box{

    padding: 95px 20px 20px;

    background: #fafafa;

    border: 1px solid #dadada;

    position: relative;

    box-shadow: 0 0 20px 1px rgba(0,0,0,0.2);

}

.mp-faq-box .s-bar-box.sticky{

    position: fixed;

    top: 90px;

    z-index:90;

    max-width:400px;

}

.mp-faq-box .s-bar-box .tt-bar{

    position: absolute;

    top: 0;

    left: 0;

    margin: 10px 0 0 -10px;

    font-size: 26px;

    color: #fff;

    padding: 20px 40px 20px 28px;

    background: var(--bs-theme-color);

    width: calc(100% + 20px);

    line-height: 1;

}

.mp-faq-box .message_list{

    margin-top:1rem;

}

.mp-faq-box .message_list ul li{

    padding-top:0;

}

.mp-faq-box .message_list ul li .p_r{

    line-height: 1.2;

    margin-top: 1rem;

    margin-bottom:0.5rem;

}

.mp-faq-box .l-content{

    line-height:1.5;
    font-size: 1.2rem;
}

.mp-faq-box .l-content h2{

    font-size:2.5rem;
    text-wrap-mode:unset !important;
    font-weight:700;

}

.mp-faq-box .l-content h3{
    text-wrap-mode:unset !important;
    font-size:1.6rem;
    font-weight: 700;
    margin-bottom: 1.5rem;

}
.mp-faq-box .l-content h4{
    text-wrap-mode:unset !important;
    font-weight: 700;
}

.mp-faq-box img{
    max-width:100%;
}



@media only screen and (max-width:1040px) {

    .mp-faq-box p{
        margin-bottom: .8rem;
    }
    .mp-faq-box .l-content h2{
        font-size: calc(1.375rem + 1.5vw) !important;
    }
}



/**

* Tags

**/

.mp-tag-box{

    background-color:#F2F5F7;

    font-size: 1rem;

}

.mp-tag-box .tag{

    color: #2f2f2f;

    display: inline-block;

    margin-right: 9px;

    line-height: 28px;

    padding: 0 15px;

    margin-top:15px;

    margin-bottom:15px;}

.mp-tag-box .tag a{

    color: #2f2f2f;

    display: inline-block;

    margin-right: 9px;

    background: #e8e8e8;

    line-height: 28px;

    padding: 0 15px;

    margin-top:10px;}



@media only screen and (max-width:1040px) {

    .mp-cat-intro-box {

        line-height:1.5;

    }

    .mp-product-box .p_pic_box{

        float:none;

    }

    .mp-product-box .prolist_box .box_li .p_pic,

    .mp-product-box .prolist_box .box_li .p_pic img{

        width: 100%;

        height: auto;

        max-width: 100%;

        max-height: 100%;

    }

    .mp-product-box .prolist_box .box_li .pro_right{

        padding:0;

    }

    .mp-product-box .prolist_box .box_li .pro_right .p_t a h2{

        font-size: 1.2rem;

        margin-top: 1.5rem;

    }

    .mp-product-box .prolist_box .box_li .pro_right .p_ms{

        display:none;

    }

    .mp-product-box .contant_btn_list .btn-outline-primary{

        display:none;

    }

    .mp-media-box .ab-manu-swiper.swiper{

        height:auto;

    }

}



.needs-validation label{
    font-size: 1.2rem;
    margin-bottom: 1rem;
}
.learn-more{
    font-size: 1.2rem;
    padding-left: 4rem;
    padding-right: 4rem;
}
.mp-feedback-box .learn-more{
    background-color: #fff;
    color: #163285;
    border-color: #fff;
}
.mp-feedback-box .learn-more:hover{
    background-color: #fff;
    color: #163285;
}




.mp-feedback-box{
    background-image: linear-gradient(to bottom right, #003894, #1e3a8a, #1e40af);

}

.mp-feedback-box .fb-adv-box,
.mp-feedback-box .fb-box{
    position: relative;
    color: #fff;
    padding-top: 3rem;
    padding-bottom: 3rem;
    padding-left:5rem;
    padding-right:5rem;
}
.mp-feedback-box .fb-box-container{
    position: relative;
    z-index: 1;
}
.mp-feedback-box .fb-box:before{
    content:'';
    background-image: url(graphic-1.svg);
    --background-overlay: '';
    background-position: 0px 0px;
    background-repeat: no-repeat;
    background-size: contain;
    transition: background .3s,border-radius .3s,opacity .3s;
    background-attachment:scroll;
    position: absolute;
    left:0;
    top:0;
    width: 100%;
    height:100%;
    z-index: 0;
}
.mp-feedback-box .form-control{
    padding: .8rem 1rem;
}
.mp-feedback-box .fb-adv-item{
    margin-bottom: 2rem;
    display: flex;
    align-items: center;
}
.mp-feedback-box .fb-adv-item .fa-adv-icon{
    padding-right: 1rem;
}
.mp-feedback-box .fb-adv-item .fa-adv-icon svg{
    fill: #fff;
    transition: fill 0.3s;
    width: 2.2rem;
}

@media only screen and (max-width:1040px) {
    .mp-feedback-box .fb-adv-box,
    .mp-feedback-box .fb-box{
        padding-right: calc(var(--bs-gutter-x) * .5);
        padding-left: calc(var(--bs-gutter-x) * .5);
    }
}