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:80%;
    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;
}
.subnavtitlecontent{
    font-weight: normal;
    
}
.navright img{
    width: 27px;
	height: 27px;
}
.navright span{
	font-family: MicrosoftYaHei;
	font-size: 14px;
    margin-left:18px;
	color: #ffffff;
}

.ptopic{
    display: flex;
    margin-top:53px;
    margin-bottom: 28px;
}
.ptopic img{
    width: 23px !important;
	height: 21px imo !important;
}
.ptopic span{
	font-family: MicrosoftYaHei-Bold;
	font-size: 18px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #d1401b;
    margin-left:6px;
}
/* 1111 */
.product__item{
    padding:0;
    box-shadow: none;
    margin-bottom: 40px;
}
.product__thumb::after{
    background: none;
}
.product__thumb-inner{
    border-radius:0;
    position: relative;
}
.product__content1{
    padding:30px;
    background-color: #ffffff;
}
.product__content1 .pintro{
	font-family: MicrosoftYaHei;
	font-size: 24px;
	font-weight: normal;
	font-stretch: normal;
	letter-spacing: 0px;
	color: #333333;
}
.divideLine img{
    width: 12px !important;
	height: 3px !important;
    margin:18px 0;
}
.contenitem{
   width:60%;
   display: flex;
   justify-content: space-between;
}
.contenitem span{
	font-family: MicrosoftYaHei;
	font-size: 12px;
	line-height: 24px;
	color: #666666;
    display: inline-block;
    word-wrap:all;
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
.godetailsBtn{
    width: 30px;
	height: 30px;
	background-color: #ffffff;
	border: solid 1px #d1401b;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top:20px;
}
.basic-pagination{
    margin-bottom:77px;
}
@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%;
    }
   
}
@media only screen and (min-width: 576px) and (max-width: 767px) {
    .navSectionContainer>div{
        width:100%;
    }
}
@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;
    }
}

























