
.web_main {
    position: relative;
    width: 100%;
    margin-top: -19%;
    margin-bottom: -15%;
}

.web_main_wrap {
    z-index: 999;
    width: 100%;
    padding: 20% 0;
}
.top_introduct{
    margin-bottom: 20px;
}
.top_introduct .product_title,
.bottom_introduct .product_title{
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}
.top_introduct .product_title a,
.bottom_introduct .product_title a{
    color:#FFA30E;
    font-weight: bold;
}  
.category_list .categroy_item {
    width: 100%;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 8%;
    overflow: visible;
}

.category_list .categroy_item .categroy_image {
    width: 35%;
}

.category_list .categroy_item .categroy_image .image_wrap {
    position: relative;
}
@media (max-width:1400px) {
    .category_list .categroy_item .categroy_image{
        margin-right: 2.5%;
    }
}
.category_list .categroy_item .category_info {
    width: 60%;
    padding-right: 10%;
}

@media (max-width:1366px) {
    .category_list .categroy_item .category_info{
        padding-right: 4%;
    }
}
.category_list .categroy_item:nth-child(odd) .category_info {
    padding-right: 0 !important;
    padding-left: 10%;
}
@media (max-width:1366px) {
    .category_list .categroy_item:nth-child(odd) .category_info {
        padding-left: 4%;
    }
}
.category_list .categroy_item:nth-child(even) .categroy_image {
    order: 2;
}

.category_list .categroy_item:nth-child(even) .categroy_info {

    order: 1;

}

.category_list .categroy_item .categroy_image .categroy_bg {
    z-index: 998;
    position: relative;
    height: 0;
    overflow: hidden;
    padding-bottom: 126%;
}

.category_list .categroy_item .categroy_image .categroy_bg img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}

.category_list .categroy_item .categroy_image .categroy_img {
    width: 100%;
    position: absolute;
    top: 50px;
    left: 40px;
    z-index: 999;
    border-radius: 15px;
    height: 0;
    overflow: hidden;
    padding-bottom: 126%;
	-webkit-transition:all 150ms ease-out 0ms;
	-moz-transition:all 150ms ease-out 0ms;
	-o-transition:all 150ms ease-out 0ms;
	transition:all 150ms ease-out 0ms;
}

.category_list .categroy_item .categroy_image .categroy_img img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    object-fit: cover;
}
.category_list .categroy_item .categroy_image .categroy_img:hover img{
    -webkit-transform:scale(1.05);
	-moz-transform:scale(1.05);
	-o-transform:scale(1.05);
	transform:scale(1.05);
	opacity:1;
}
.category_list .categroy_item .category_info .categroy_tip {
    font-family: 'DIN-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #FFA30E;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}
.category_list .categroy_item .category_info .categroy_title{
    margin-bottom: 20px;
}
.category_list .categroy_item .category_info .categroy_title a {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 64px;
    color: #333333;
    line-height: 75px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1366px) {
    .category_list .categroy_item .category_info .categroy_title a{
        font-size: 55px;
        line-height: 60px;
    }
    @media (max-width:1024px) {
        .category_list .categroy_item .category_info .categroy_title a{
            font-size: 45px;
            line-height: 50px;
        }
    }
}

.category_list .categroy_item .category_info .categroy_content p {
    font-family: Arial, Arial;
    font-weight: 400;
    font-size: 24px;
    color: #777777;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}

.category_list .categroy_item .category_info .categroy_more {
    margin-top: 25px;
}

.category_list .categroy_item .category_info .categroy_more a {
    display: inline-block;
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 18px;
    color: #333333;
    line-height: 19px;
    text-align: left;
    font-style: normal;
    text-transform: capitalize;
    padding: 5px;
    border-bottom: 1px solid rgba(51, 51, 51, .8);
}

.category_list .categroy_item .category_info .categroy_more b::before {
    content: '+';
    font-size: 18px;
    font-weight: bold;
    line-height: 19px;
    color: #333333;
}

.category_list .categroy_item .category_info .categroy_more a:hover {
    background: #333333;
    color: #FFF;
}

.category_list .categroy_item .category_info .categroy_more a:hover b::before {
    color: #FFF;
}

/* .lorem_ipsum {
    padding: 10% 0 20% 0;
    background-image: url(../img/second-img/lorem_bg.png);
    background-repeat: no-repeat;
    background-size: cover;
} */



.common_topic {
    margin-top: 5%;
}

.common_topic .topic_title {
    text-align: center;
    margin-bottom: 10px;
}

.common_topic .topic_title a {
    font-family: 'ChaparralPro-Bold';
    font-weight: bold;
    font-size: 48px;
    color: #333333;
    line-height: 56px;
    text-align: center;
    font-style: normal;
    text-transform: none;
}

@media (max-width:1366px) {
    .common_topic .topic_title a{
        font-size: 55px;
        line-height: 60px;
    }
    @media (max-width:1024px) {
        .common_topic .topic_title a{
            font-size: 45px;
            line-height: 50px;
        }
    }
}

.common_topic .topic_title span {
    color: #FFA30E;
}

.common_topic .topic_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 28px;
    text-align: center;
    font-style: normal;
    text-transform: none;
    margin-bottom: 30px;
}

.common_topic .topic_wrap {
    justify-content: space-between;
    align-items: center;
}

.common_topic .topic_wrap .topic_image {
    width: 35%;
    /* margin-right: 10%; */
}
@media (max-width:1400px) {
    .common_topic .topic_wrap .topic_image{
        width: 40%;
        margin-right: 0;
    }
}
.common_topic .topic_wrap .topic_lists {
    width: 60%;

}

.common_topic .topic_wrap .topic_lists ul {
    padding: 0 20px;
        flex-direction: column;
    display: flex;
    justify-content: space-between;
    height: 100%;
}

@media (max-width:1400px) {
    .common_topic .topic_wrap .topic_lists ul{
        padding-right: 0;
    }
.common_topic .topic_wrap .topic_lists ul li{ margin-bottom: 0 !important;}

    .common_topic .topic_wrap{align-items:initial }
}
.common_topic .topic_wrap .topic_lists ul li {
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 12px 12px;
    border: 2px solid #FFA30E;
    padding: 30px;
    margin-bottom: 15px;
}

.common_topic .topic_wrap .topic_lists ul li .item_icon img {
    width: 64px;
    height: 64px;
}

.common_topic .topic_wrap .topic_lists ul li .item_content {
    width: 90%;
    margin-left: 20px;
}

.common_topic .topic_wrap .topic_lists ul li .item_title {
    font-family: 'Times-Bold';
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
    margin-bottom: 10px;
}

.common_topic .topic_wrap .topic_lists ul li .item_info {
    font-family: 'Arial-Regular';
    font-weight: 400;
    font-size: 18px;
    color: #666666;
    line-height: 30px;
    text-align: left;
    font-style: normal;
    text-transform: none;
}@media (max-width:1200px) {

    .lbanner-pp .path_bar{  margin-top: 12% !important;}
    
}

  
@media (max-width:950px) {
    .web_main_wrap {
        /* top: -3%; */
        padding-top: 20%;
    }
    .lbanner-pp .path_bar{  margin-top: 1% !important;}
    
}

@media (max-width:950px) {
    .category_list .categroy_item{
        flex-direction: column;
        align-items: flex-start;
    }
    .category_list .categroy_item .categroy_image{
        width:95%;
        margin-bottom: 15%;
    }
    .category_list .categroy_item .category_info .categroy_title a{
        font-size: 30px;
        line-height: 40px;
    }
    .category_list .categroy_item .category_info{
        width: 100%;
        padding-left: 0;
        padding-right: 0;
    }
    .category_list .categroy_item:nth-child(odd) .category_info{
        padding-left: 0;
        padding-right: 0;
    }
    .category_list .categroy_item:nth-child(even) .categroy_image{
        order: 1;
    }
    .category_list .categroy_item:nth-child(even) .category_info{
        order: 2;
    }
    .common_topic .topic_title a{
        font-size: 30px;
        line-height: 40px;
    }
    .common_topic .topic_wrap{
        flex-direction: column;
        align-items: center;
    }
    .common_topic .topic_wrap .topic_image{
        display: none;
    }
    .common_topic .topic_wrap .topic_lists{
        width: 100%;
    }
    .common_topic .topic_wrap .topic_lists ul li{
        padding: 10px;
    }
}