.lbanner_desc {
    display: none;
}

.listPro_main {
    margin-top: 5%;
}

.top_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin: 5% 0 3%;
}

.listPro_main .pro_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.listPro_main .pro_list {
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}

.listPro_main .pro_list .pro_item {
    width: 31%;
    margin-right: 30px;
    margin-bottom: 30px;
}

.listPro_main .pro_list .pro_item:nth-child(3n) {
    margin-right: 0;
}

.listPro_main .pro_list .pro_item .item_img {
    background: #FFFFFF;
    box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.12);
    width: 100%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 91%;
}

.listPro_main .pro_list .pro_item .item_img img {
    padding: 10px;
    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;
}

.listPro_main .pro_list .pro_item:hover .item_img img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listPro_main .pro_list .pro_item .item_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: uppercase;
    margin-top: 30px;
}

.listPro_main .pro_list .pro_item .item_title a {
    display: inline-block;
    color: #333333;
}

.listPro_main .pro_list .pro_item:hover .item_title a {
    color: var(--conmmonColor);
}

.listPro_tips {
    margin-top: 5%;
    padding: 4% 0;
    background: var(--conmmonBgColor);
    border-bottom: 21px solid var(--conmmonColor);
}

.listPro_tips .tips_list {
    justify-content: space-between;
    align-items: center;
}

.listPro_tips .tips_list .tips_item {
    width: 25%;
}

.listPro_tips .tips_list .tips_item .item_icon {
    width: 48px;
    height: 48px;
    margin: 0 auto;
}

.listPro_tips .tips_list .tips_item .item_icon img {
    width: 48px;
    height: 48px;
    object-fit: contain;
}

.listPro_tips .tips_list .tips_item .item_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: capitalize;
    margin: 15px 0;
}

.listPro_tips .tips_list .tips_item .item_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #333333;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

.listPro_adv {
    margin-top: 5%;
}

.listPro_adv .adv_wrap {
    justify-content: space-between;
    align-items: center;
}

.listPro_adv .adv_wrap .adv_left {
    width: 42%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 42%;
    border-radius: 12px 12px 12px 12px;
}

.listPro_adv .adv_wrap .adv_left img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
    -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;
}

.listPro_adv .adv_wrap .adv_left:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listPro_adv .adv_wrap .adv_right {
    width: 52%;
}

.listPro_adv .adv_wrap .adv_right .adv_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.listPro_adv .adv_wrap .adv_right .adv_list {
    justify-content: space-between;
    align-items: flex-start;
    flex-wrap: wrap;
}

.listPro_adv .adv_wrap .adv_right .adv_list .adv_item {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 30px;
    justify-content: space-between;
    align-items: flex-start;
}

.listPro_adv .adv_wrap .adv_right .adv_list .adv_item:nth-child(2n) {
    margin-right: 0;
}

.listPro_adv .adv_wrap .adv_right .adv_list .adv_item .item_icon {
    width: 26px;
    height: 26px;
    text-align: center;
    line-height: 26px;
    background: var(--conmmonColor);
    border-radius: 50%;
}

.listPro_adv .adv_wrap .adv_right .adv_list .adv_item .item_icon img {
    width: 65%;
    height: 65%;
    object-fit: contain;
}

.listPro_adv .adv_wrap .adv_right .adv_list .adv_item .item_cont {
    width: calc(100% - 40px);
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listPro_application {
    margin-top: 5%;
}

.listPro_application .app_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.listPro_application .app_list {
    justify-content: flex-start;
    align-items: center;
}

.listPro_application .app_list .app_item {
    width: 48%;
    margin-right: 2%;
    padding: 45px;
    background: #FAFAFA;
    border-radius: 24px 24px 24px 24px;
    justify-content: space-between;
    align-items: center;
}

.listPro_application .app_list .app_item .item_img {
    width: 35%;
    border-radius: 12px 12px 12px 12px;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 44%;
}

.listPro_application .app_list .app_item .item_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
    -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;
}

.listPro_application .app_list .app_item .item_img:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

.listPro_application .app_list .app_item .item_info {
    width: 60%;
}

.listPro_application .app_list .app_item .item_info .item_title {
    font-family: 'Arial-Bold';
    font-weight: bold;
    font-size: 28px;
    color: #333333;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 15px;
}

.listPro_application .app_list .app_item .item_info .desc_list .desc_item {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}

.listPro_application .app_list .app_item .item_info .desc_list .desc_item:last-child {
    margin-bottom: 0;
}

.listPro_application .app_list .app_item .item_info .desc_list .desc_item:before {
    content: '';
    display: inline-block;
    width: 13px;
    height: 13px;
    background: var(--conmmonColor);
    border-radius: 50%;
}

.listPro_application .app_list .app_item .item_info .desc_list .desc_item p {
    width: calc(100% - 25px);
}

.listPro_customized {
    margin-top: 5%;
}

.listPro_customized .customized_wrap {
    justify-content: space-between;
    align-items: center;
}

.listPro_customized .customized_wrap .customized_left {
    width: 53%;
}

.listPro_customized .customized_wrap .customized_left .customized_title {
    font-family: 'Delecta-Bold';
    font-weight: normal;
    font-size: 48px;
    color: #333333;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    margin-bottom: 30px;
}

.listPro_customized .customized_wrap .customized_left .customized_desc {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.listPro_customized .customized_wrap .customized_right {
    width: 38%;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 43%;
    border-radius: 12px 12px 12px 12px;
}

.listPro_customized .customized_wrap .customized_right img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
    border-radius: 12px 12px 12px 12px;
    -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;
}

.listPro_customized .customized_wrap .customized_right:hover img {
    -webkit-transform: scale(1.08);
    -moz-transform: scale(1.08);
    -o-transform: scale(1.08);
    transform: scale(1.08);
}

@media only screen and (max-width: 1200px){
    .related_news{
        visibility: visible !important;
    }
}

@media only screen and (max-width: 1050px){
    .listPro_customized .customized_wrap .customized_left{
        visibility: visible !important;
    }
    .related_product{
        visibility: visible !important;
    }
}

@media only screen and (max-width: 950px) {

    .listPro_main .pro_list .pro_item{
        width: 47%;
    }

    .listPro_main .pro_list .pro_item:nth-child(2n){
        margin-right: 0 !important;
    }

    .listPro_main .pro_list .pro_item:nth-child(3n){
        margin-right: 30px;
    }
    .listPro_application .app_list{
        flex-direction: column;
        align-items: center;
    }
    .listPro_application .app_list .app_item{
        width: 100%;
        margin-right: 0;
        margin-bottom: 30px;
    }
    .listPro_adv .adv_wrap .adv_right .adv_title{
        font-size: 40px;
        line-height: 1.5;
    }
    .listPro_application .app_title{
        font-size: 40px;
        line-height: 1.5;
    }
    .listPro_customized .customized_wrap .customized_left .customized_title{
        font-size: 40px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 768px){
    .listPro_adv .adv_wrap{
        flex-direction: column-reverse;
        align-items: center;
    }
    .listPro_adv .adv_wrap .adv_left{
        width: 100%;
        margin-top: 30px;
        padding-bottom: 100%;
    }
    .listPro_adv .adv_wrap .adv_right{
        width: 100%;
    }
    .listPro_customized .customized_wrap{
        flex-direction: column;
        align-items: center;
    }
    .listPro_customized .customized_wrap .customized_left{
        width: 100%;
        margin-bottom: 30px;
    }
    .listPro_customized .customized_wrap .customized_right{
        width: 100%;
        padding-bottom: 115%;
    }
    .listPro_tips .tips_list .tips_item{
        width: 33%;
    }
}

@media only screen and (max-width: 640px){
    .listPro_main .pro_title{
        font-size: 35px;
        line-height: 1.5;
    }
    .listPro_application .app_list .app_item{
        flex-direction: column;
        align-items: center;
        padding: 25px;
    }
    .listPro_application .app_list .app_item .item_img{
        width: 100%;
        margin-bottom: 30px;
        padding-bottom: 126%;
    }
    .listPro_application .app_list .app_item .item_info{
        width: 100%;
    }
    .listPro_adv .adv_wrap .adv_right .adv_title{
        font-size: 35px;
        line-height: 1.5;
    }
    .listPro_application .app_title{
        font-size: 35px;
        line-height: 1.5;
    }
    .listPro_customized .customized_wrap .customized_left .customized_title{
        font-size: 35px;
        line-height: 1.5;
    }
    .listPro_customized .customized_wrap .customized_left .customized_title{
        font-size: 35px;
        line-height: 1.5;
    }
}

@media only screen and (max-width: 480px){
    .listPro_main .pro_list .pro_item{
        width: 100%;
        margin-right: 0 !important;
    }
    .listPro_main .pro_list .pro_item .item_img{
        padding-bottom: 111%;
    }
    .listPro_tips .tips_list{
        flex-direction: column;
        align-items: center;
    }
    .listPro_tips .tips_list .tips_item{
        width: 100%;
        margin-bottom: 30px;
    }
    .listPro_adv .adv_wrap .adv_right .adv_list{
        flex-direction: column;
        align-items: center;
    }
    .listPro_adv .adv_wrap .adv_right .adv_list .adv_item{
        width: 100%;
        margin-right: 0;
    }
}