@charset "utf-8";
.section{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	margin-top:20px;
	margin-bottom:20px;
}
.thead{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	align-items:center;
	justify-content:space-between;
	border-bottom:1px solid #555;
}
.title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
	background-color:#555;
	color:#fff;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	font-size:1.2rem;
	font-weight:bold;
	
}
a.more{
	display:block;
	width:auto;
	height:26px;
	line-height:26px;
	overflow:hidden;
	background-color:#555;
	color:#fff;
	text-align:center;
	padding-left:10px;
	padding-right:10px;
	text-transform:uppercase;
	font-size:12px;
}
@media (max-width:767px){
	a.more{display: none;}
}
.product_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	margin-top:20px;
	margin-bottom:20px;
}
.product_tb{
	display:inline-block;
	width:16.6%;
	height:auto;
	overflow:hidden;
	vertical-align:top;
	text-align:center;
	margin-right:10px;
}
@media (max-width:767px){
	.product_tb{
		width:25%;
	}
}
a.product_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:100%;
	border:1px solid #ddd;
}
a.product_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	padding:10px;
}
.huoban_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	white-space:nowrap;
	margin-top:20px;
	margin-bottom:20px;
	max-width: 1200px;
}
.huoban_tb{
	display:inline-block;
	width:16.6%;
	height:auto;
	overflow:hidden;
	vertical-align:top;
	text-align:center;
	margin-right:10px;
}
@media (max-width:767px){
	.huoban_tb{
		width:25%;
	}
}
a.huoban_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	position:relative;
	padding-bottom:50%;
	border:1px solid #ddd;
}
.news_list{
	display:grid;
	grid-template-columns:calc(50% - 40px/2) calc(50% - 40px/2);
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	max-width:1200px;
	column-gap:40px;
	row-gap:20px;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px)
{
	.news_list{
		padding:10px;
		grid-template-columns:auto;
	}
}
.news_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.news_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border-bottom:#f9a61a 4px solid;
	font-weight:bold;
	font-size:1.2rem;
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.news_miaoshu ul{
	width:auto;
	height:auto;
	overflow:hidden;
	padding:0px;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
	list-style-position:inside;
	list-style-type:circle;
}
.back{
	background-color:#f1f1f1;
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
}
.tb_about{
	display:grid;
	grid-template-columns:calc(60% - 10%/2) calc(40% - 10%/2);
	width:auto;
	height:auto;
	margin:auto;
	max-width:1200px;
	column-gap:10%;
	row-gap:20px;
	position:relative;
	transform-style: preserve-3d;
	padding-top:40px;
	padding-bottom:40px;
}
@media (max-width:767px)
{
	.tb_about{
		padding:10px;
		padding-top:40px;
		padding-bottom:40px;
		grid-template-columns:auto;
	}
}
.contact:before{
	background-color:#f9a61a;
	display:block;
	width:100%;
	height:100%;
	overflow:hidden;
	margin:auto;
	content:"";
	position:absolute;
	z-index:-1;
	transform:skewX(-30deg);
	top:0px;
	bottom:0px;
	transform-origin:left top;
}

.title2{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	font-size:1.2rem;
	font-weight:bold;
}
.content{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:20px;
	margin-bottom:20px;
}
.about_tb{
	display:grid;
	grid-template-columns:200px auto;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px)
{
	.about_tb{
		grid-template-columns:auto;
	}
}
.about_pic{
	display:block;
	width:100%;
	height:auto;
	overflow:hidden;
}
.product{
	display:grid;
	grid-template-columns:230px auto;
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
	max-width:1200px;
}
@media (max-width:767px)
{
	.product{
		grid-template-columns:auto;
		padding:10px;
	}
}
.cate{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	border:1px solid #555;
}
.cate_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	background-color:#555;
	color:#fff;
	text-align:center;
	font-size:1.2rem;
	padding:10px;
	font-weight:bold;
}
.cate_list{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.cate_name{
	display:flex;
	display:-webkit-flex;
	column-gap:10px;
	width:auto;
	height:auto;
	overflow:hidden;
	text-align:left;
	padding:10px;
	border-bottom:1px dotted #ddd;
}
a.cate_name:before{
	color:#f9a61a;
}
.recom{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
.recom_list{
	display:grid;
	grid-template-columns:calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4) calc(25% - 60px/4);
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	overflow:hidden;
	margin-top:20px;
	margin-bottom:20px;
}
.recom_tb{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
}
a.recom_pic{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding-bottom:100%;
	position:relative;
	border:1px solid #ddd;
}
a.recom_name{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	white-space:nowrap;
	text-align:center;
}
.recom_title{
	display:block;
	width:auto;
	height:auto;
	overflow:hidden;
	padding:5px;
	background-color:#555;
	color:#fff;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
	font-size:1.2rem;
	font-weight:bold;
}