@charset "utf-8";
.section{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	background-size: cover;
	background-repeat: no-repeat;
}
.tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	max-width: 1200px;
	margin-top: 60px;
	margin-bottom: 60px;
}
.thead{
	text-align: center;
	color:#014a84;
	font-weight: bold;
	line-height: 1.8;
}
.title{
	font-size:2.2rem;
}
.miaoshu{
	font-size:1.4rem;
	text-transform: uppercase;
}
/*选择我们的理由*/
.fenlei{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
}

.fenlei_title{
	background-color:#014a84;
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	font-size:1.4rem;
	text-align:center;
	color:#fff;
	padding:10px;
	font-weight:bold;
}
.fenlei_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto;
	row-gap:10px;
	margin:auto;
	margin-top:10px;
	margin-bottom:10px;
}
.fenlei_tb{
	font-size:1rem;
	text-align:center;
	width:auto;
	height:auto;
	display:block;
	overflow:hidden;
}

a.fenlei_name{
	font-size:12px;
	text-align:center;
	width:auto;
	height:auto;
	margin:auto;
	display:block;
	overflow:hidden;
	border:1px dotted #ccc;
	padding:10px;
	background-color:#fff;
}
a.fenlei_name:hover{
	background-color:#014a84;
	color:#fff;
}
.product_back{
	background-color: #f5f5f5;
}

#product{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:20% auto;
	column-gap:20px;
	row-gap:20px;
	margin:auto;
	margin-top:40px;
	margin-bottom:40px;
}
@media (max-width:767px){
	#product{grid-template-columns:auto;padding:10px;}
}
.product_list{
	width:auto;
	height:auto;
	overflow:hidden;
	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;
}
@media (max-width:767px){.product_list{grid-template-columns:calc(33.3% - (40px/3)) calc(33.3% - (40px/3)) calc(33.3% - (40px/3));}}
@media (max-width:480px){.product_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}
a.product_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	background-color:#fff;
	text-align:center;
	box-sizing:border-box;
}
a.product_tb:hover{
	border:1px solid #014a84;
}
.product_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	text-align:center;
	font-size:1rem;
}

.product_pic{
	width:auto;
	height:auto;
	padding-bottom:100%;
	overflow:hidden;
	margin:auto;
	display:block;
	position:relative;
	background-color:#fff;
}

.partner_list{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	margin:auto;
	margin-top:20px;
	white-space:nowrap;
	max-width:1200px;
}
.partner_tb{
	width:16.6%;
	height:auto;
	overflow:hidden;
	display:inline-block;
	vertical-align: top;
	margin-right: 10px;
}
@media (max-width:480px){
	.partner_tb{
		width:33.3%;
	}
}
.partner_pic{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	position: relative;
	padding-bottom: 60%;
	border: 1px solid #ddd;
}

.case_list{
	width:auto;
	max-width:1200px;
	height:auto;
	overflow:hidden;
	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;
	margin:auto;
	margin-top:20px;
}
@media (max-width:480px){.case_list{grid-template-columns:calc(50% - (20px/2)) calc(50% - (20px/2));}}

a.case_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:block;
	transition:all 0.4s;
	position:relative;
	box-sizing:border-box;
}
.case_pic{
	width:auto;
	height:auto;
	padding-bottom:75%;
	overflow:hidden;
	margin:auto;
	display:block;
	display:-webkit-flex;
	justify-content:center;
	align-items:center;
	background-position:center;
	background-repeat:no-repeat;
	background-size:100% auto;
	transition:all 0.4s;
	position:relative;
}
.case_pic:hover{
	background-size:120% auto;
	transition:all 0.4s;
}
.case_name{
	width:auto;
	height:auto;
	overflow:hidden;
	margin:auto;
	display:block;
	margin:auto;
	text-align:center;
	font-size:1rem;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp:1; 
    overflow: hidden;
	margin-top:10px;
	margin-bottom:10px;
}
#quandi_about_back{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-repeat:no-repeat;
	background-size:cover;
}
/*关于我们*/
.about_thead{
	color:#fff;
}

.about_list{
	display:grid;
	grid-template-columns:calc(25% - (120px/4)) calc(25% - (120px/4)) calc(25% - (120px/4)) calc(25% - (120px/4));
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:80px;
}
@media (max-width:767px){
	.about_list{grid-template-columns:calc(50% - 20px/2 ) calc(50% - 20px/2 );column-gap:20px;padding:10px;}
}
.about_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	text-align:center;
	color:#fff;
}
.about_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:70px;
	height:auto;
}
.about_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
}
.about_en{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.2rem;
}
.about_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
}
a.about_more{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:30px;
	line-height:30px;
	color:#fff;
	border:1px solid #fff;
	max-width:100px;
	margin-top:20px;
}

.agent_list{
	display:grid;
	grid-template-columns:calc(33.3% - (80px/3)) calc(33.3% - (80px/3)) calc(33.3% - (80px/3));
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:80px;
}
@media (max-width:767px){
	.agent_list{
		grid-template-columns:auto;
		padding:10px;
	}
}
.agent_item{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#f5f5f5;
}
.agent_tb{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding:20px;
}
.agent_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-bottom:50%;
	background-size:cover;
}
.agent_name{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.3rem;
	font-weight:bold;
}
.agent_miaoshu{
	display:-webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1rem;
	margin-top:10px;
	line-height:1.8;
	color:#888;
}

#news{
	display:grid;
	grid-template-columns:calc(50% - (40px/2) ) calc(50% - (40px/2) );
	column-gap:40px;
	row-gap:20px;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
	margin-top:80px;
	margin-bottom:80px;
}
@media (max-width:767px){
	#news{grid-template-columns:auto;}
}

.news_list{
	display:flex;
	display: -webkit-flex;
	flex-direction: column;
	grid-template-columns:auto;
	row-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
	background-color:#fff;
	padding:40px;
}
@media (max-width:480px){
	.news_list{padding:20px;}
}
.news_tb{
	width:auto;
	height:auto;
	overflow:hidden;
	display:grid;
	grid-template-columns:auto 100px;
	column-gap:10px;
}

.news_date{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	color:#999;
	font-size:12px;
}

a.news_name{
	display:flex;
	display: -webkit-flex;
	column-gap: 5px;
	align-items: center;
	overflow:hidden;
	width:auto;
	height:auto;
	text-align:left;
	white-space:nowrap;
}
a.news_item{
	display:grid;
	grid-template-columns:130px auto;
	column-gap:10px;
	overflow:hidden;
	width:auto;
	height:auto;
}
.news_pic{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	max-width:100%;
}
.news_miaoshu{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
	word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box; 
    -webkit-box-orient: vertical; 
    -webkit-line-clamp: 2; 
    overflow: hidden; 
	color:#999;
	font-size:12px;
	line-height:1.5;
}