.lbanner_box2 {
    padding-top: 70px;
    padding-bottom: 0;
    /* background-size: 100% 100% !important; */
}

.innerPro_banner {
    margin-top: 4.8%;
}

.innerPro_banner_imgs {
    width: 47%;
    position: relative;
}

.innerPro_banner_imgs .swiper-slide .imgBox{
    padding-bottom: 58%;
}
.innerPro_banner_imgs .swiper-slide .imgBox img{
    object-fit: contain;
}
.innerPro_banner_btns {
    position: absolute;
    right: 20px;
    bottom: 10px;
    z-index: 1;
}

.innerPro_banner_btn {
    position: relative;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 1px solid #FFFFFF;
    opacity: 0.8;
}

.innerPro_banner_btn::after {
    width: 13px;
    height: 14px;
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.innerPro_banner_btnL {
    margin-right: 15px;
}

.innerPro_banner_btnL::after {
    background: url('img/detailleft.webp') no-repeat;
    background-size: 100% 100%;
}

.innerPro_banner_btnR::after {
    background: url('img/detailRight.webp') no-repeat;
    background-size: 100% 100%;
}

.innerPro_banner_btn:hover {
    background: #006ed0;
}

.innerPro_title {
    background: url('img/detailNameBac.webp') no-repeat;
    background-size: 100% 100%;
    min-width: 217px;
    height: 62px;
    line-height: 62px;
    text-align: center;
    padding: 0 15px;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    position: absolute;
    top: 60px;
    right: -35px;
    z-index: 1;
}

.innerPro_banner_desc {
    flex: 1;
    padding: 0 5% 0 6.5%;
}

.innerPro_mx_ul li {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 30px;
    position: relative;
    line-height: 2em;
}

.innerPro_mx_ul li::after {
    content: '';
    display: inline-block;
    width: 0;
    height: 0;
    overflow: hidden;
    border: 5px solid #fff;
    border-left-width: 6px;
    border-right: 0;
    border-top-color: transparent;
    border-bottom-color: transparent;
    position: absolute;
    left: 0;
    top: 15px;
}

.innerPro_banner_ex,
.innerPro_banner_ex p {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    padding-left: 30px;
}

.innerPro_btns {
    padding-left: 70px;
    margin-top: 30px;
}

.innerPro_btn {
    min-width: 171px;
    height: 40px;
    line-height: 37px;
    text-align: center;
    display: block;
    border-radius: 5px;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 20px;
    color: #006ed0;
    border: 1px solid #006ed0;
}

.innerPro_btn:hover {
    background: #006ed0;
    color: #FFFFFF;
}

.innerPro_btn_con {
    margin-right: 15px;
}

.innerPro_btn_pdf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.innerPro_btn_pdf img {
    width: 15px;
    margin-right: 12px;
}



.innerPro_title_mx {
    padding-top: 23px;
    position: relative;
    display: inline-block;
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 30px;
    color: #FFFFFF;
    padding-left: 18px;
}


.innerPro_title_mx:hover {
    color: #006ed0;
}

.innerPro_title_mx::before {
    content: '';
    width: 38px;
    height: 12px;
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    background: url('img/rec_news_icon.webp') no-repeat;
    background-size: 100% 100%;
}

.innerPro_title_mx::after {
    width: 69px;
    height: 1px;
    background: #006ed0;
    content: '';
    display: inline-block;
    position: absolute;
    bottom: 0;
    right: 0;
}

.lbox {
    padding: 30px 0 0;
    background: #232323;
}

.innerPro_chara_li {
    width: calc((100% - 180px) / 3);
    margin-right: 90px;
    display: flex;
    align-items: flex-start;

}

.innerPro_chara_li:last-child {
    margin-right: 0;
}

.innerPro_chara_icon {
    width: 29px;
    margin-right: 29px;
}

.innerPro_chara_tit {
    font-family: DIN;
    font-weight: bold;
    font-size: 30px;
    color: #FFFFFF;
}

.innerPro_chara_tit span {
    color: #006ed0;
}

.innerPro_chara_desc {
    margin-top: 30px;
}

.innerPro_content {
    font-family: DIN-Medium;
    font-weight: 500;
    font-size: 16px;
    color: rgba(255, 255, 255, .8);
}

.img_and_text {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.text_mx_title {
    font-family: DIN-Bold;
    font-weight: bold;
    font-size: 45px;
    color: #FFFFFF;
    margin-bottom: 15px;
}

.text_mx {
    width: 41.4%;
}

.img_mx {
    width: 50%;
}

.img_mx .imgBox {
    padding-bottom: 66.38%;
}

.img_and_text2 .text_mx {
    order: 2;
}

.img_and_text2 .img_mx {
    order: 1;
}

.innerPro_specifications_ul .innerPro_specifications_li {
    line-height: 60px;
    padding: 0 35px;
}

.innerPro_specifications_ul .innerPro_specifications_li:nth-child(odd) {
    background: #191919;
    color: #006ed0;
}

.innerPro_specifications_ul li {
    color: #FFFFFF;
}

@media only screen and (max-width: 950px) {
    .innerPro_banner,.innerPro_chara_list {
        flex-wrap: wrap;
    }
    .innerPro_banner_imgs{
        width: 100%;
        margin-bottom: 30px;
    }
    .innerPro_banner_desc{
        width: 100%;
        padding-bottom: 30px;
    }
    .innerPro_title{
        top: 30px;
        right: auto;
    }
    .innerPro_banner_ex, .innerPro_banner_ex p{
        padding-left: 0;
    }
    .innerPro_btns{
        padding-left: 0;
    }
    .innerPro_btn_pdf{
        display: none;
    }
    .innerPro_chara_li{
        width: 100%;
        margin-right: 0;
        margin-bottom: 20px;
    }
    .text_mx_title{
        font-size: 30px;
    }
    .img_and_text{
        flex-wrap: wrap;
    }
    .text_mx{
        width: 100%;
        margin-bottom: 30px;
    }
    .img_mx{
        width: 100%;
    }
}