#quandi_new{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_new_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_new_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:2rem;
}
#quandi_new_tbody{
	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;
	margin:auto;
	max-width:1140px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px)
{
	#quandi_new_tbody{grid-template-columns:auto;}
}
.new_pic{
	display:block;
	width:auto;
	height:100%;
	margin:auto;
	text-align:center;
	position:relative;
}
.new_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	color:#fff;
	text-align:center;
	padding:30px;
}
.new_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:1.5rem;
}
.new_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1rem;
	margin-top:20px;
}
.new_more{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	margin-top:20px;
}

#quandi_brand{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#f5f5f5;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_brand_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_brand_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:2rem;
}
#quandi_brand_tbody{
	display:grid;
	grid-template-columns:calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5)) calc(20% - (40px/5));
	column-gap:10px;
	row-gap:10px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1140px;
	margin-top:50px;
	max-width:1140px;
}
@media (max-width:767px)
{
	#quandi_brand_tbody{
		grid-template-columns:calc(33.3% - (20px/3)) calc(33.3% - (20px/3)) calc(33.3% - (20px/3));
	}
}
.brand_tb{
	display:block;
	width:auto;
	height:auto;
	position:relative;
	padding-bottom:40%;
	border:1px solid #ddd;
	background-color:#fff;
}
#quandi_server_back{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#000;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_server{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
#quandi_server_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_server_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:2rem;
	color:#fff;
}
#quandi_server_tbody{
	display:grid;
	grid-template-columns:15% auto;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1140px;
	margin-top:50px;
	max-width:1140px;
	background-color:#333;
}
@media (max-width:767px)
{
	#quandi_server_tbody{
		grid-template-columns:auto;
	}
}
#server_left{
	display:block;
	width:auto;
	height:auto;
	background-image:linear-gradient(90deg,#333,#000);
}
#server_right{
	display:block;
	width:auto;
	height:auto;
	min-height:400px;
}
@media (max-width:767px)
{
	#server_left{
		display:flex;
		align-items:center;
	}
}
.server_item{
	display:block;
	width:auto;
	height:auto;
	padding:20px;
	color:#fff;
	box-sizing:border-box;
}
@media (max-width:767px)
{
	.server_item{
		height:150px;
		writing-mode:vertical-lr;
	}
}
.server_hover{
	background-color:#333;
}
.server_pic{
	display:block;
	width:100%;
	height:100%;
	margin:auto;
	overflow:hidden;
	background-size:cover;
	background-repeat:no-repeat;
	position:relative;
}
.server_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	padding:20px;
	background-color:rgba(0,0,0,0.6);
	color:#fff;
	text-align:right;
	position:absolute;
	right:0px;
	left:0px;
	bottom:0px;
}
.server_name{
	font-size:2rem;
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}
.server_miaoshu{
	font-size:1.2rem;
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
}

#quandi_news{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#f5f5f5;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_news_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_news_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:2rem;
}
#quandi_news_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1140px;
	margin-top:50px;
	max-width:1140px;
}
@media (max-width:767px)
{
	#quandi_news_tbody{
		grid-template-columns:auto;
	}
}
.news_tb{
	display:block;
	width:auto;
	height:100%;
	margin:auto;
	overflow:hidden;
	background-color:#fff;
	box-sizing:border-box;
	padding:20px;
}
.news_pic{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	position:relative;
	padding-bottom:75%;
	background-repeat:no-repeat;
	background-size:cover;
}
a.news_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1.2rem;
	margin-top:10px;
	font-weight:bold;
	line-height:1.5;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp:2; 
    overflow: hidden; 
}
.news_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp:3; 
    overflow: hidden; 
	line-height:1.5;
}
.news_date{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:left;
	color:#72bb38;
	margin-top:10px;
	margin-bottom:10px;
	font-size:12px!important;
}
.news_date:before{margin-right:10px;}


#quandi_quality{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	margin-top:40px;
	margin-bottom:40px;
}
#quandi_quality_thead{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	text-align:center;
}
#quandi_quality_title{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:2rem;
}
#quandi_quality_tbody{
	display:grid;
	grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));
	column-gap:20px;
	row-gap:20px;
	width:auto;
	height:auto;
	margin:auto;
	max-width:1140px;
	margin-top:50px;
	margin-bottom:50px;
}
@media (max-width:767px)
{
	#quandi_quality_tbody{grid-template-columns:auto;}
}
.quality_pic{
	display:flex;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	width:auto;
	height:100%;
	margin:auto;
	padding:20px;
	text-align:center;
}
.quality_tb{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	color:#fff;
	text-align:center;
}
.quality_name{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-weight:bold;
	font-size:1.2rem;
}
.quality_miaoshu{
	display:block;
	width:auto;
	height:auto;
	margin:auto;
	overflow:hidden;
	font-size:1rem;
}
