
.bannerContent{
    
    width:100%;
    height:100%;
    position:absolute;
    top:0;
    display: flex;
    align-items: center;
    padding-left: 15%;
}
.bannerContent>div>img{
    height:4px;
    width: 17px !important;
}
.bannerContent>div .bannerTime{
	font-family: BWCKKT-Bold;
	font-size: 23px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
    line-height: 23px;
	color: #d13f1a;
    margin:20px 0;

}
.bannerContent>div .bannerTitle{
	font-family: MicrosoftYaHei-Bold;
	font-size: 62px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 3px;
    line-height: 62px;
	color: #373737;
}
.bannerContent>div .bannerText{
    margin:36px 0 79px 0;
}
.bannerContent>div .bannerText p{
	margin:0;
    padding: 0;
	font-family: PingFang-SC-Regular;
	font-size: 30px;
	font-weight: bold;
	color: #373737;
    line-height: 40px;
}
.bannerBtn{
    width: 142px;
	height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #d1401b;
}
.bannerBtn span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	color: #ffffff;
}
.bannerBtn img{
    width: 7px !important;
	height: 12px !important;
    margin-left:17px;
}
@media (min-width: 1200px) {
    .testimonial__area{
        height: 580px;
       
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .testimonial__area{
        height: 480px;
    
    }
    .bannerContent>div .bannerTitle{
        font-family: MicrosoftYaHei-Bold;
        font-size: 50px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        line-height: 52px;
        color: #373737;
    }
    .bannerContent>div .bannerText{
        margin: 36px 0;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .testimonial__area{
        height: 377px;
    
    }
    .bannerContent>div .bannerTime{
        font-family: BWCKKT-Bold;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        line-height: 18px;
        color: #d13f1a;
        margin:20px 0;
    
    }
    .bannerContent>div .bannerTitle{
        font-family: MicrosoftYaHei-Bold;
        font-size: 30px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        line-height: 32px;
        color: #373737;
    }
    .bannerContent>div .bannerText{
        margin:10px 0;
    }
    .bannerContent>div .bannerText p{
        margin:0;
        padding: 0;
        font-family: PingFang-SC-Regular;
        font-size: 20px;
        font-weight: bold;
        color: #373737;
        line-height: 40px;
    }
   
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .testimonial__area{
        height: 323px;
    
    }
   
    .bannerContent>div .bannerTime{
        font-family: BWCKKT-Bold;
        font-size: 18px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        line-height: 18px;
        color: #d13f1a;
        margin:20px 0;
    
    }
    .bannerContent>div .bannerTitle{
        font-family: MicrosoftYaHei-Bold;
        font-size: 20px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        line-height: 20px;
        color: #373737;
    }
    .bannerContent>div .bannerText{
        margin:10px 0;
    }
    .bannerContent>div .bannerText p{
        margin:0;
        padding: 0;
        font-family: PingFang-SC-Regular;
        font-size: 16px;
        font-weight: bold;
        color: #373737;
        line-height: 20px;
    }
}
@media (max-width: 575px) {
    .testimonial__area{
        height: 190px;
    
    }
    .bannerContent>div .bannerTime{
        font-family: BWCKKT-Bold;
        font-size: 14px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 2px;
        line-height: 14px;
        color: #d13f1a;
        margin:20px 0;
    
    }
    .bannerContent>div .bannerTitle{
        font-family: MicrosoftYaHei-Bold;
        font-size: 16px;
        font-weight: normal;
        font-stretch: normal;
        letter-spacing: 3px;
        line-height: 16px;
        color: #373737;
    }
    .bannerContent>div .bannerText{
        margin:10px 0;
    }
    .bannerContent>div .bannerText p{
        margin:0;
        padding: 0;
        font-family: PingFang-SC-Regular;
        font-size: 12px;
        font-weight: bold;
        color: #373737;
        line-height: 14px;
    }
    .bannerBtn{
        width: 100px;
        height: 23px;
        display: flex;
        align-items: center;
        justify-content: center;
        background-color: #d1401b;
    }
    .bannerBtn span{
        font-family: MicrosoftYaHei;
        font-size: 12px;
        color: #ffffff;
    }
    .bannerBtn img{
        width: 5px !important;
        height: 8px !important;
        margin-left:17px;
    }
}


.category__area{
    padding-top:51px;
    padding-bottom: 79px;
}
.aboutUs{
   
    margin-top:25px;
    position: relative;
}
.leftContent{
    margin-top:50px;
    position: relative;
    z-index:2;
    left:20px;
    padding:0;
}
.leftContent .aboutText{
    background-color: #f5f5f5;
    padding: 50px 30px
}
.aboutText .aboutTitle{
	font-family: ArialMT;
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #313131;
    margin-bottom: 15px;
    text-align: center;
   
}
.aboutText .line,.rightTextContiner .line{
    width: 62px;
    height: 1px;
    margin:0 auto;
}
.aboutTextContainer{
	font-family: ArialMT;
	font-size: 16px;
	line-height: 30px;
	color: #484848;
    margin:41px 0 0 0;
}
.learnMore{
    width: 181px;
    height: 50px;
    background-color: #d13f1a;
    border-radius:30px;
	font-family: ArialMT;
	font-size: 18px;
    line-height: 50px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #ffffff;
    text-align: center;
    margin:30px auto 0 auto;
    cursor: pointer;
}
.leftContent .bimage,.leftContent .bimage img,.rightContent .bimage,.rightContent .bimage img{
    width:100%;
}
.rightContent{
   
    position: relative;
    top: 0;
    right: 20px;
    z-index:1;
    padding:0;
}
.rightContent .rightTextContiner{
    background-color: #d13f1a;
   
    margin-left: 37px;
    padding: 25px 21px 17px 21px
}
.rightContent .rtitle{
	font-size: 32px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
    text-align: center;
    margin-bottom:12px;
}
.rightContent .rtext{
    font-family: ArialMT;
    font-size: 16px;
    line-height: 30px;
    margin: 30px 0 0 0;
    color:#ffffff;
    text-align: center;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .leftContent{
        margin-top: 0;
        position: relative;
        z-index:2;
        padding:0;
        left: 0;
    }
    .rightContent {
      
        position: relative;
        top: 0;
        right: 0px;
        z-index: 1;
        padding: 0;
        width: 100%;
    }
    .rightContent .rightTextContiner{
        background-color: #d13f1a;
      
        margin-left: 0px;
        padding: 25px 21px 17px 21px
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .leftContent{
        margin-top: 0;
        position: relative;
        z-index:2;
        padding:0;
        left: 0;
    }
    .rightContent {
      
        position: relative;
        top: 0;
        right: 0px;
        z-index: 1;
        padding: 0;
        width: 100%;
    }
    .rightContent .rightTextContiner{
        background-color: #d13f1a;
        
        margin-left: 0px;
        padding: 25px 21px 17px 21px
    }
}
@media (max-width: 575px) {
    .leftContent{
        margin-top: 0;
        position: relative;
        z-index:2;
        padding:0;
        left: 0;
    }
    .rightContent {
      
        position: relative;
        top: 0;
        right: 0px;
        z-index: 1;
        padding: 0;
        width: 100%;
    }
    .rightContent .rightTextContiner{
        background-color: #d13f1a;
       
        margin-left: 0px;
        padding: 25px 21px 17px 21px
    }
}
.category__area1{
    background-color: #f5f5f5;
    padding-top:40px;
    padding-bottom: 18px;
}
.productContainer{
    margin-top:67px;
}
.product_item_container{
    padding:0 !important;
    border-radius: 0 !important;
}
.product_item_container .prodimg{
    position:relative;
}
.product_item_container .productImg{
    width: 109px;
	height: 117px;
    margin:70px auto;
}
.pbj{
    position:absolute;
    bottom: 0;
    width: 100%;
    left: 0;
}
.indexNum{
    position:absolute;
    border:1px solid #cc3300;
    border-radius: 50%;
    width: 47px;
	height: 47px;
    display: flex;
    align-items: center;
    justify-content: center;
    top:40px;
    left:40px;
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #cc3300;
}
.productText{
    text-align: left;
    padding: 27px 43px 22px 25px;
    height: 237px;
}
.productText .productTitle{
	font-size: 18px;
	font-weight: bold;
	font-stretch: normal;
	color: #333333;
}
.productText p{
    margin:0;
    padding:0;
    line-height: 24px;
    margin-top:14px;
}
.hero__height_style{
    /* min-height:663px; */
  
    margin-top:60px;
}

.productTwo2{
    margin:0 !important;
}
.productTwo1,.productTwo{
  
    padding:0 !important;
    position: relative;
   
}
.productTwo img{
    width:100%;
}
.hero__content{
    position: absolute;
   
    width: 140%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding:0;
    height:100%;
}
.hero__content_item{
   
    background-color: #f5f5f5;
    display: flex;
    margin:10px 0;
}
.hero__content_item_active .imageContent{
    display:none  !important
}
.hero__content_item_active .hoverimg{
    display:inline-block  !important
}
.hero__content_item:hover{
    background-color: #d1401c !important;
    color:#ffffff !important
}
.hero__content_item:hover .righttextcontent h5,.hero__content_item:hover .righttextcontent p{
    color:#ffffff !important;
}
.imageContent{
    display:inline-block;
}
.hoverimg{
    display:none;
}
.hero__content_item:hover .imageContent{
    display:none  !important
}
.hero__content_item:hover .hoverimg{
    display:inline-block !important;
}
.hero__content_item .leftimgcontent{
    /* padding:30px; */
    width:100px;
    height: 100px;
  
    border-left: 1px solid #e1e1e1;
    text-align: center;
    line-height: 100px;
}
.hero__content_item .leftimgcontent img{
    
}
.hero__content_item .righttextcontent{
    /* padding:27px 27px 27px 41px; */
    flex:1;
    padding: 0 20px
}
.righttextcontent h5{
	font-size: 20px;
    letter-spacing: 0px;
    color: #3c3c3c;
    margin-bottom: 12px;
    margin-top: 12px;
    overflow: hidden;
    text-overflow: ellipsis;
}
.righttextcontent p{
    margin: 0;
    padding: 0;
    font-size: 12px;
    font-weight: normal;
    letter-spacing: 0px;
    color: #575757;
    line-height: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    word-break: break-word;
}
.hero__content_item_active{
    background-color: #d1401c !important;
    color:#ffffff !important;
}
.hero__content_item_active .righttextcontent h5,
.hero__content_item_active .righttextcontent p{
    color:#ffffff !important;
}
@media (min-width: 1200px) {
    /* .testimonial__area{
        height: 580px;
       
    } */
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .hero__content{
        width: 100%;
        position: relative;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .hero__content{
        width: 100%;
        position: relative;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .hero__content{
        width: 100%;
        position: relative;
    }
}
@media (max-width: 575px) {
    .hero__content{
        width: 100%;
        position: relative;
    }
    .righttextcontent h5{
        font-size: 16px;
        letter-spacing: 0px;
        color: #3c3c3c;
        margin-bottom: 12px;
        margin-top: 12px;
        overflow: hidden;
        text-overflow: ellipsis;
    }
}
.product__area{
    padding-bottom:50px;
}
.product__area_class{
   
    margin-top: 40px
}
.product__item{
    padding:0;
    box-shadow: none;
    margin-bottom: 10px;
}
.product__thumb::after{
    background: none;
}
.product__thumb-inner{
    border-radius:0;
    position: relative;
    height:238px;
}
.bottomBg{
    background-color: rgb(209,63,26,0.7);
    position: absolute;
    bottom:0;
    width:100%;
	font-size: 16px;
	font-weight: normal;
	font-stretch: normal;
	color: #ffffff;
    padding:9px;
}
.product__content1{
    padding:30px;
    background-color: #f5f5f5;
}
.product__content1 .pintro{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #727272; 
    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.divideLine{
    border-bottom: 1px dashed #dcdcdc ;
    margin-top:20px;
}
.timecontent{
    margin-top:20px;
    display: flex;
    align-items: center;
}
.timecontent span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #707070;
    margin-left:14px;
}
.brand__area{
 
    background-color: #f5f5f5;
    padding:41px 0 75px 0;
}
.brandtitle{
    margin-bottom:21px;
}
.brand__thumb{
   background-color: #ffffff;
    height: 105px;
     display: flex;
    align-items: center;
}


