@charset "utf-8";
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:45% auto;
	column-gap:40px;
	row-gap:20px;
	margin:auto;
	max-width:1200px;
	margin-top:20px;
	margin-bottom:20px;
}
@media (max-width:767px){.tb{grid-template-columns:auto;padding:10px;}}
#quandi_fla{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
}

#quandi_fla{
	width:auto;
	height:600px;
	overflow:hidden;
	display:block;
	margin:auto;
	position:relative;
	background-color:#f5f5f5;
}
@media (max-width:767px){
	#quandi_fla{height:400px;transition:all 0.4s;}	
}
@media (max-width:480px){
	#quandi_fla{height:200px;transition:all 0.4s;}
}

.title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:flex;
	display: -webkit-flex;
	border-bottom:1px solid #ddd;
	padding-bottom:20px;
	padding-top:20px;
	margin:auto;
	font-size:22px;
	line-height:24px;
	font-weight:bold;
}
.tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:20px;
	padding-bottom:20px;
	line-height:200%;
}
.tbody *{max-width:100%;height:auto;}

#quandi_hezuo{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	padding-top:40px;
	padding-bottom:40px;
	position:relative;
	max-width:1200px;
}
#quandi_hezuo_thead{
	width:auto;
	height:auto;
	line-height:40px;
	overflow:hidden;
	display:block;
	margin:10px;
	box-sizing:border-box;
	border-bottom:1px solid #ddd;
}
#quandi_hezuo_title{
	width:auto;
	height:auto;
	overflow:hidden;
	display:inline-block;
	margin:auto;
	font-size:24px;
	line-height:120%;
	font-weight:bold;
}
#quandi_hezuo_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10)) calc(10% - (90px/10));
	column-gap:10px;
	row-gap:10px;
	margin:auto;
	max-width:1200px;
	margin-top:30px;
	margin-bottom:30px;
}
@media (max-width:767px){
	#quandi_hezuo_tbody{grid-template-columns:calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5));}
}
@media (max-width:480px){
	#quandi_hezuo_tbody{grid-template-columns:calc(50% - (10px/2)) calc(50% - (10px/2));}
}
.hezuo_pic{
	width:auto;
	height:80px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	margin:auto;
	border:1px solid #ddd;
	position:relative;
}
#quandi_product{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	box-sizing:border-box;
	background-image:linear-gradient(0deg,#eee,#fff,#eee);
}
#quandi_product_thead{
	width:auto;
	height:auto;
	display:block;
	margin:auto;
	vertical-align:middle;
	text-align:center;
	max-width:1200px;
	position:relative;
}
#quandi_product_title{
	background-color:#20bb48;
	background-image:linear-gradient(45deg,#20bb48,#0bc73b);
	color:#fff;
	width:100px;
	height:60px;
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	position:absolute;
	left:0px;
	top:0px;
	clip-path:polygon(0px 0px,0px 100%,calc(100% - 20px) 100%,100% 50%,calc(100% - 20px) 0px);
	padding-right:20px;
	font-weight:bold;
	font-size:1.1rem;
	z-index:12;
	box-shadow:2px 0px 5px 0px rgba(0,0,0,0.5);
}
#quandi_product_tbody{
	width:auto;
	height:60px;
	line-height:40px;
	overflow:hidden;
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	flex-wrap:nowrap;
	margin:auto;
	padding:10px;
	vertical-align:middle;
	text-align:left;
	position:relative;
	max-width:1200px;
	padding-left:140px;
	box-sizing:border-box;
	
}
a.product_name{
	width:200px;
	height:auto;
	overflow:hidden;
	display:block;
	color:#f00;
	white-space:nowrap;
}
#quandi_news{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
}
#quandi_news_thead{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width:1200px;
	padding:10px;
	vertical-align:middle;
	font-size: 22px;
    line-height: 40px;
	font-weight:bold;
	border-bottom:1px solid #ddd;
}
#quandi_news_tbody{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	vertical-align:middle;
	text-align:left;
	position:relative;
	margin-top:20px;
	margin-bottom:20px;
}
a.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto 100px;
	column-gap:10px;
	align-items:center;
	justify-content:space-between;
}
.news_left,news_right{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	white-space:nowrap;
}
.news_left:before{
	margin-right:10px;
}