.lbanner-pp .lbanner_wrap {
    padding: 0 0 10%;
}

.lbanner-pp .layout {
    align-items: flex-start;
}

.lbanner-pp .lbanner_wrap:after {
    display: none;
}

.lbanner-pp .path_bar ul li a,
.lbanner-pp .path_bar ul li span {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 24px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.lbanner-pp .path_bar {
    width: 100%;
    margin: 55px 0 10%;
}

.lbanner-pp .path_bar ul li::after {
    color: #333333 !important;
}

.lbanner-pp .path_bar ul li span {
    color: var(--conmmonColor) !important;
}

.lbanner-pp .lbanner-text .title {
    color: #333333;
    text-align: left;
    max-width: 660px;
}

.lbanner-pp .lbanner-btn {
    justify-content: flex-start;
    margin: 30px auto 0 0;
}

.lbanner-pp .lbanner-btn a {
    width: auto;
    display: inline-block;
    padding: 8px 30px;
    background: var(--conmmonColor);
    border: 2px solid var(--conmmonColor);
    border-radius: 68px 68px 68px 68px;
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #FFFFFF;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    display: flex;
    align-items: center;
}

.lbanner-pp .lbanner-btn a:hover {
    background-color: transparent;
    color: var(--conmmonColor);
}

.lbanner-pp .lbanner-btn a.pdf_btn {
    margin-right: 30px;
}


.lbanner-pp .lbanner-text .lbanner_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    max-width: 660px;
}



.proType_main {
    margin-top: 5%;
}

.proType_main .proType_title {
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
}

.proType_main .proType_title span {
    color: var(--conmmonColor);
}

.proType_main .proType_topDesc {
    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: 15px 0 25px;
}

.proType_main .cate_item {
    width: 100%;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: center;
}

.proType_main .cate_item:nth-child(even) {
    flex-direction: row-reverse;
}

.proType_main .cate_item .item_info {
    width: 65%;
}

.proType_main .cate_item .item_info .item_stitle {
    position: relative;
    font-family: 'TimesNewRoman-Bold';
    font-weight: bold;
    font-size: 20px;
    color: var(--conmmonColor);
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding-bottom: 10px;
}

.proType_main .cate_item .item_info .item_stitle a {
    display: inline-block;
    color: var(--conmmonColor);
}

.proType_main .cate_item .item_info .item_stitle a:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-left: 18px solid transparent;
    border-right: 0;
    border-bottom: 18px solid var(--conmmonColor);
    transform: rotate(180deg);
}

.proType_main .cate_item .item_info .item_stitle a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 562px;
    height: 2px;
    border-radius: 0px 0px 0px 0px;
    background-color: var(--conmmonColor);
}

.proType_main .cate_item .item_info .item_title {
    font-family: 'TimesNewRoman-Regular';
    font-weight: 400;
    font-size: 48px;
    color: #333333;
    line-height: 1.5;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
}

.proType_main .cate_item .item_info .item_title span {
    font-family: 'TimesNewRoman-Bold' !important;
    font-weight: bold !important;
}


.proType_main .cate_item .item_info .item_title a {
    display: inline-block;
    color: #333333;
}

.proType_main .cate_item:hover .item_info .item_title a {
    color: var(--conmmonColor);
}

.proType_main .cate_item .item_info .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin: 20px 0;
}

.proType_main .cate_item .item_info .item_desc a {
    display: inline-block;
    color: #666666;
}

.proType_main .cate_item .item_img {
    width: 30%;
    position: relative;
    height: 444px;
    box-shadow: 2px 19px 70px 0px rgba(35, 113, 200, 0.2);
}

.proType_main .cate_item .item_img:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: -35px;
    left: -35px;
    width: 0;
    height: 0;
    border-left: 444px solid transparent;
    border-right: 0;
    border-bottom: 444px solid var(--conmmonColor);
    transform: rotate(180deg);
}

.proType_main .cate_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;
}

.proType_main .cate_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

@media screen and (max-width:1700px) {
    .lbanner-pp .path_bar {
        width: 100%;
        margin: 40px 0;
    }

    .lbanner-pp .lbanner_wrap {
        padding: 0 0 4%;
    }
}

@media screen and (max-width:1400px) {
    .lbanner-pp .path_bar {
        width: 100%;
        margin: 30px 0;
    }
}

@media only screen and (max-width: 1200px) {
    .lbanner-pp .path_bar {
        width: 100%;
        margin: 0;
    }

    .lbanner-pp .lbanner_wrap {
        padding: 3% 0;
    }
}

@media only screen and (max-width: 1100px) {

    .common_topic,
    .related_product,
    .related_news .related_wrap .news_left,
    .related_news .related_wrap .news_right {
        visibility: visible !important;
    }
}

@media only screen and (max-width: 950px) {
    .lbanner-pp .path_bar {
        margin-top: 20px;
        padding: 0;
        margin-bottom: 5%;
    }

    .lbanner-pp .lbanner-text .title {
        max-width: unset;
    }

    .lbanner-pp .lbanner-text .lbanner_desc {
        max-width: unset;
    }

    .proType_main .proType_title {
        font-size: 40px;
        line-height: 1.5;
    }

    .proType_main .cate_item {
        flex-direction: column-reverse !important;
        align-items: center;
    }

    .proType_main .cate_item .item_info {
        width: 100%;
    }

    .proType_main .cate_item .item_img {
        width: 100%;
        height: 0;
        padding-bottom: 100%;
        margin-bottom: 30px;
    }

    .proType_main .cate_item .item_img:before {
        display: none;
    }

    .proType_main .cate_item .item_info .item_title {
        font-size: 40px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 768px) {
    .proType_main .proType_title {
        font-size: 35px;
    }

    .proType_main .cate_item .item_info .item_title {
        font-size: 35px;
    }
}

@media only screen and (max-width: 480px) {

    .lbanner-pp .lbanner-btn {
        width: auto;
        margin: 30px auto 0;
    }

    .lbanner-pp .lbanner-btn a {
        padding: 8px 15px;
        font-size: 18px;
        line-height: 1.5;
    }

    .lbanner-pp .lbanner-btn a.pdf_btn::before,
    .lbanner-pp .lbanner-btn a.contact_btn::before {
        width: 30px;
        height: 30px;
    }

    .proType_main .proType_title {
        font-size: 30px;
    }

    .proType_main .cate_item .item_info .item_title {
        font-size: 30px;
    }
}