body,html{
    min-height: calc(100vh);
    background-color: #f1f1f1;
}
.img-box1{
	width: 100%;
	position:relative;
	z-index:1;
}
.img-box1 img{
	width:100%;
    float: left;
}
.navSectionContainer{
	display: flex;
    justify-content: flex-end;
}
.navSectionContainer>div{
    width:86%;
    height: 64px;
	background-image: linear-gradient(90deg, 
		rgba(209, 63, 26, 0.99) 0%, 
		rgba(218, 112, 65, 0.99) 100%);
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 1%;
    margin-top:-32px;
    position: relative;
    z-index:9
}
.navTitleContainer{
    height:64px;
    line-height: 64px;
	font-size: 14px;
	color: #ffffff;
    white-space: nowrap;
    display: flex;
}
.navTitleContainer>div{
    position: relative;
    margin-left:20px;
}
.navTitleContainer :first-child{
    margin-left:0;
}
.navTitleContainer span{
    display: inline-block;
    height: 100%;
    width:fit-content;
    cursor: pointer;
    display: relative;
}
.navTitleContainer>div:hover{
    font-weight: bold;
}
.navTitleContainer>div:hover::after{
    content:'';
    position: absolute;
    bottom:0px;
    width:50%;
    height:2px;
    left:25%;
    background-color: #ffffff;
    font-weight: bold;
}
.navTitleContainerActive{
    font-weight: bold;
}
.navTitleContainerActive::after{
    content:'';
    position: absolute;
    bottom:0px;
    width:50%;
    height:2px;
    left:25%;
    background-color: #ffffff;
    font-weight: bold;
}
.navright img{
    width: 27px;
	height: 27px;
}
.navright span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
    margin-left:18px;
	color: #ffffff;
}

.firstcontent{
    margin:80px 40px 53px 40px;
    position: relative;
}
.redposition{
    width: 40%;
    height: 100%;
    top: -30px;
    position: absolute;
    background-color: #D13F1A;
    left: -40px;
    z-index:1
}
.firstcontent>.row{
    position: relative;
    z-index:2
}
.aboutLeft img{
    height:100%;
}
.aboutRight{
    background-color: #ffffff;
}
.aboutRight>div{
    margin:60px;
}
.abouttitle {
    display: flex;
    align-items: baseline;
}
.abouttitle img{
    width: 23px !important;
	height: 21px !important;
}
.abouttitle span{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: bold;
    color: #D13F1A;
}
.aboutUsTopMiddle{
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 2px;
	color: #333333;
    margin:25px 0;
}
.aboutRight>p{
    padding:0;
    margin:0;
	font-family: MicrosoftYaHeiLight;
	font-size: 14px;
	line-height: 24px;
	letter-spacing: 0px;
	color: #666666;
}
.aboutusItem{
    padding-bottom: 60px;
    border-bottom:1px solid #cccccc;
}   
.itemTitleContainer{
    display: flex;
    align-items: center;
    margin:36px 0;
}
.itemTitleContainer .wordabout{
    width: 29px;
	height: 29px;
    display: flex;
    background-color: #d1401b;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    color:#ffffff;
    font-size: 18px;
}
.itemTitleContainer .itemTitle{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	letter-spacing: 0px;
	color: #333333;
    margin-left:14px;
}
.aboutContent{
	font-family: MicrosoftYaHei;
	font-size: 14px;
	letter-spacing: 0px;
	color: #333333;
}
/* dddddd */
.category__area1{
   
    padding-bottom: 79px;
}
.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;
}
.productContainer>div{
    margin-bottom:15px;
}
/* ddddd */
@media (min-width: 1200px) {
    .img-box1{
        height:calc(75vh)
    }
    .img-box1 img{
        height:100%;
    }
}
@media only screen and (min-width: 992px) and (max-width: 1200px) {
    .navSectionContainer>div{
        width:100%;
    }
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
    .navSectionContainer>div{
        width:80%;
    }
    .firstcontent {
        margin: 40px 20px 25px 20px;
        position: relative;
    }
    .aboutRight>div {
        margin: 40px;
    }
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navSectionContainer>div{
        width:100%;
    }
    .firstcontent {
        margin: 20px 10px 12px 10px;
        position: relative;
    }
    .aboutRight>div {
        margin: 30px;
    }
}
@media (max-width: 575px) {
    .navSectionContainer>div{
        width:100%;
        height: 64px;
        background-image: linear-gradient(90deg, 
            rgba(209, 63, 26, 0.99) 0%, 
            rgba(218, 112, 65, 0.99) 100%);
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding:0 5%;
        margin-top:0px;
        position: relative;
        z-index:9;
        overflow: auto;
    }
    .navright span{
        font-family: MicrosoftYaHei;
        font-size: 14px;
        margin-left:5px;
        color: #ffffff;
    }
    .firstcontent {
        margin: 20px 10px 12px 10px;
        position: relative;
    }
    .aboutRight>div {
        margin: 20px;
    }
}

























