﻿@charset "utf-8";
/*产品展示*/
.tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:20px;
	position:relative;
}
#quandi_product_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	background-color:rgb(230,230,230);
	background-image:linear-gradient(0deg,rgb(230,230,230),rgb(250,250,250));
	padding:10px;
	height:30px;
	line-height:30px;
	font-size:16px;
}
.title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	display:block;
	text-align:left;
	vertical-align:middle;
	background-color:rgb(230,230,230);
	background-image:linear-gradient(0deg,rgb(230,230,230),rgb(250,250,250));
	padding:10px;
	height:30px;
	line-height:30px;
	font-size:16px;
}

.product_list
{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - 3px/4) calc(25% - 3px/4) calc(25% - 3px/4) calc(25% - 3px/4);
	row-gap:1px;
	column-gap:1px;
	margin:auto;
}
@media (max-width:767px)
{
	.product_list{
		grid-template-columns:calc(50% - 1px/2) calc(50% - 1px/2);	
	}
}
.product_item{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	text-align:center;
}

a.product_tb{
	display:block;
	overflow:hidden;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:24.5px;
	transition:all 0.4s;
	background-color:#fff;
}
.product_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	padding-bottom:100%;		
}

.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	white-space:nowrap;
	line-height:150%;
	font-size:12px;
}
.product_code{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:12px;
}
.product_more{
	display:block;
	overflow:hidden;
	margin:auto;
	overflow:hidden;
	width:100px;
	height:30px;
	text-align:center;
	border:1px solid #ddd;
	text-align:center;
	color:#666;
	line-height:30px;
}
.product_more:hover{
	background-color:#CE1A35;
	color:#fff;
	border:1px solid #CE1A35;
}
.product_price{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	padding:5px;
	color:#CE1A35;
	font-size:12px;
}


.news_list
{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(25% - 3px/4) calc(25% - 3px/4) calc(25% - 3px/4) calc(25% - 3px/4);
	row-gap:1px;
	column-gap:1px;
	margin:auto;
}
@media (max-width:767px)
{
	.news_list{
		grid-template-columns:calc(50% - 1px/2) calc(50% - 1px/2);	
	}
}
.news_tb{
	display:block;
	overflow:hidden;
	overflow:hidden;
	width:auto;
	height:auto;
	padding:9.5px;
	transition:all 0.4s;
	background-color:#fff;
}
.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	color:#999;
}
.news_name{
	font-size:14px;
	font-weight:bold;
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	text-align:left;
	white-space:nowrap;
	height:40px;
	line-height:40px;
}
a.news_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	padding-bottom:75%;
	margin:auto;
	background-position:center;
	background-repeat:no-repeat;
	background-size:cover;
}
.news_miaoshu{
	display:-webkit-box;
	-webkit-box-orient:vertical;
	-webkit-line-clamp:2;
	overflow:hidden;
	width:auto;
	height:auto;
	margin:auto;
	color:#666;
	text-align:left;
}

.banner{
	display:block;
	width:1200px;
	height:500px;
	overflow:hidden;
	margin:auto;
}
@media (max-width:767px){.banner{height:calc(100vw*500/1200);}}
.link{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:flex;
	display:-webkit-flex;
	flex-wrap:wrap;
	border-radius:0px 0px 5px 5px;
	background-color:rgb(230,230,230);
	background-image:linear-gradient(0deg,rgb(230,230,230),rgb(250,250,250));
	box-shadow:0px 5px 5px 0px #ccc;
	max-width:1200px;
}
@media (max-width:767px){
	
}
a.link_name:hover{
	background-color:#333;
	color:#fff;
}
a.link_name{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	font-size:14px;
	line-height:50px;
	text-align:center;
	padding-left:20px;
	padding-right:20px;
}