html,body{
	background: #f8f8f8;
}
.content{
	margin: 40px 0;
}
.navleft{
	width: 22%;
}
.navleft .tit{
	font-size: 24px;
	color: #f8f8f8;
	padding: 70px 0 20px 35px;
	background: #f8060a url(../images/leftnav-bg.jpg) no-repeat;
}
.navleft ul li a.no1{
	display: block;
	padding-left: 35px;
	font-size: 18px;
	line-height: 60px;
	color: #333333;
	border-top: 1px #eee solid;
	position: relative;
	background: #fff;
}
.navleft ul li.active a.no1,.navleft ul li a.no1:hover{
	color: #fff;
	background: #f8060a;
	border-top: 1px #fff solid;
}
.navleft ul li a.no1 span{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 8px;
	height: 16px;
	background: url(../images/right-icon.png) no-repeat;
}
.navleft ul li.active a.no1 span,.navleft ul li a.no1:hover span{
	position: absolute;
	right: 15px;
	top: 50%;
	transform: translateY(-50%);
	display: inline-block;
	width: 8px;
	height: 16px;
	background: url(../images/right-icon-active.png) no-repeat;
	transform: rotatez(90deg) translateX(-50%);
}
.navleft ul li ul{
	display: none;
}
.navleft ul li ul li{
	background: #ffe8e8;
	font-size: 16px;
	line-height: 36px;
	color: #666;
	border-top: 1px solid #fff;
}
.navleft ul li ul li a{
	display: block;
	padding-left: 40px;
}
.navleft ul li ul li a:hover{
	background:#f8060a ;
	color: #fff;
}
.navleft .link{
	margin-top: 60px;
}
.navleft .link .tit{
	display: flex;
	padding: 70px 0 20px 35px;
	background: #f8060a url(../images/left-link.png) no-repeat;
}
.navleft .link .tit span{
	display: block;
	width: 30px;
	height: 30px;
	background: url(../images/link.png) no-repeat;
	margin-right: 10px;
}
.navleft .link .item{
	padding: 20px 0 30px;
	border-top: 1px #eee solid;
}
.navleft .link .item .t{
	font-size: 18px;
	color: #333333;
}
.navleft .link .item a{
	font-size: 36px;
	letter-spacing: -2px;
	color: #f8060a;
}
.navleft .link .item p{
	font-size: 14px;
	color: #333333;
}
.linkbox{
	padding: 0 20px;
	background: #fff;
}

.main{
	width: 76%;
	background: #fff;
}
.main .title{
	align-items: flex-end;
	padding: 50px 25px 10px;
	border-bottom: 1px #eee solid;
}
.main .title .left{
	align-items: flex-end;
}
.main .title .left h1{
	font-size: 30px;
	color: #f8060a;
	font-weight: bold;
	margin-right: 5px;
}
.main .title .left p{
	font-size: 16px;
	color: #999999;
	line-height: 26px;
}
.main ul{
	padding: 50px;
}
.main ul li{
	width: 32%;
	margin-bottom: 20px;
}
.main ul li .pic{
	width: 100%;
	height: 280px;
	display: flex;
	justify-content: center;
	align-items: center;
	background: url(../images/productitem-bg.png) no-repeat center center;
	padding: 10px;
}
.main ul li h1{
	font-size: 18px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #f8060a;
	text-align: center;
	line-height: 100px;
	background: #ffe8e8;
	white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.main ul li:hover h1{
	color: #ffffff;
	background: #6d0202;
}

.detail .pic1{
	background: #f8060a url(../images/product-bg.png) no-repeat center center;
	display: flex;
	justify-content: center;
	padding: 50px 0 30px;
}
.detail .text1{
	text-align:center;
	background-color: #f8060a;
	padding: 30px;
}
.detail .text1 h1{
	font-size: 30px;
	color: #ffffff;
}
.detail .text1 p{
	width: 42%;
	font-size: 14px;
	line-height: 22px;
	letter-spacing: 0px;
	color: #ffffff;
}
.detail ul{
	padding: 0;
	margin: 40px;
	border: 1px #eee solid;
	border-bottom: none;
}
.detail ul li{
	padding: 0;
	margin: 0;
	width: 100%;
	display: flex;
	align-items: center;
	line-height: 50px;
	border-bottom: 1px #eee solid;
}
.detail ul .num{
	width: 80px;
	font-size: 18px;
	color: #fff;
	text-align: center;
}
.detail ul li:nth-child(odd) .num{
	background: #f8060a;
}
.detail ul li:nth-child(even) .num{
	background: #f47a7a;
}
.detail ul .p{
	flex: 1;
	font-size: 14px;
	font-weight: normal;
	font-stretch: normal;
	line-height: 22px;
	letter-spacing: 0px;
	color: #333333;
	padding-left: 30px;
}
.main .detailtit{
	padding: 16px 40px;
	background: url(../images/title-bg.png) no-repeat;
	border-bottom: 1px #f8060a solid;
	position: relative;
}
.main .detailtit .left h1,.main .detailtit .left p{
	color: #fff;
}
.detailtit .right.logotit{
	position: absolute;
	right: 40px;
	bottom: 2px;
}

.postbody{
	padding: 25px;
}
.productcon{
	padding: 40px;
}
.productcon table{
	width: 100%;
}
.productcon table td{
	border: 1px #eee solid;
	line-height: 50px;
	text-align: center;
}
.productcon table td span{
	background: none !important;
}
.productcon table td span{
	background: none !important;
}

@media (max-width:1200px) {
	.main ul li h1{
		font-size: 16px;
	}
	.navleft .link .item a{
		font-size: 18px;
	}
	.main .title .left h1{
		font-size: 24px;
	}
	.navleft .tit{
		font-size: 18px;
	}
	.navleft ul li a{
		font-size: 16px;
	}
}
@media (max-width:768px) {
	.content{
		margin: 4vw 0;
	}
	.navleft,.main{
		width: 100%;
		margin-bottom: 2vw;
	}
	.navleft .link{
		display: none;
	}
	.navleft .tit{
		font-size: 16px;
		padding: 2vw 4vw;
		background: #f8060a;
	}
	.navleft ul li a.no1,.navleft ul li ul li a{
		font-size: 14px;
		line-height: 36px;
		padding-left: 4vw;
	}
	.main .title .left h1{
		font-size: 18px;
	}
	.main .title .left p{
		font-size: 14px;
		line-height: normal;
	}
	.main .title .right{
		display: none;
	}
	.main .title{
		padding: 2vw 4vw;
	}
	.main ul li{
		width: 48%;
	}
	.main ul{
		padding: 4vw;
	}
	.main ul li h1{
		font-size: 14px;
		line-height: 36px;
	}
	.main ul li .pic{
		height: 200px;
	}
	.detail ul li{
		width: 100%;
		line-height: 36px;
	}
	.detail ul{
		margin: 4vw;
		padding: 0;
	}
	.productcon{
		padding: 4vw;
	}
	.detail .text1 h1{
		font-size: 18px;
	}
	.productcon table td{
		line-height: 36px;
	}
}