@charset "utf-8";
#quandi_about{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}
#quandi_about>div{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	border-bottom:1px dotted #ccc;
	padding-bottom:30px;
	margin-bottom:30px;
}
.about_tb{
	display:flex;
	display:-webkit-flex;
	flex-direction:row;
	jusitfy-content:space-between;
	align-items:center;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
}
#quandi_about>div:nth-child(odd)>.about_tb>.about_pic{
	order:1;
	margin-left:50px;
}
@media (max-width:767px){
	#quandi_about>div{padding:10px;}
	.about_tb{flex-direction:column;}
	#quandi_about>div:nth-child(odd)>.about_tb>.about_pic{order:0;margin:auto;margin-top:10px;margin-bottom:10px;}
}


.about_right{
	display:block;
	overflow:hidden;
	width:auto;
	height:auto;
}

.about_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:540px;
	height:auto;
	max-width:100%;
	flex-shrink:0;
}
#quandi_cert{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	padding-top:40px;
	padding-bottom:40px;
	max-width:1200px;
}
#quandi_cert_thead{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
}
#quandi_cert_title{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	font-size:1.8rem;
	font-weight:bold;
	line-height:1.5;
	color:#354e9e;
}
#quandi_cert_miaoshu{
	display:block;
	overflow:hidden;
	margin:auto;
	width:auto;
	height:auto;
	color:#999;
}
#quandi_cert_tbody{
	display:block;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:20px;
	margin-bottom:20px;
	overflow:hidden;
}
#quandi_cert_tbody>div{
	width:180px;
	margin-right:10px;
}
.cert_pic{
	display:block;
	overflow:hidden;
	margin:auto;
	width:180px;
	height:auto;
}
.cert_pic:hover{
	transition:all 0.4s;
	transform:scale(1.2,1.2);
}
#quandi_fazhan{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	margin-top:40px;
	margin-bottom:40px;
	background-color:#f8f8f8;
	background-image:url(images/fazhan.png);
	background-repeat:repeat;
	padding-top:60px;
	padding-bottom:60px;
}
#quandi_fazhan_thead{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	max-width:1200px;
}

#quandi_fazhan_tfoot{display:none;}
#quandi_fazhan_title{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	font-size:22px;
	font-weight:bold;
	color:#354e9e;
	line-height:1.5;
}
#quandi_fazhan_miaoshu{
	display:block;
	overflow:auto;
	margin:auto;
	width:auto;
	height:auto;
	font-size:15px;
	color:#999;
	line-height:1.5;
}
#quandi_fazhan{
	display:block;
	margin:auto;
	width:auto;
	height:56px;
	max-width:1200px;
	white-space:nowrap;
	margin-top:100px;
	margin-bottom:50px;
	position:relative;
}
#quandi_fazhan:before{
	content:"";
	width:auto;
	height:2px;
	background-color:#ccc;
	left:0px;
	right:0px;
	top:0px;
	bottom:0px;
	display:block;
	position:absolute;
	margin:auto;
	overflow:hidden;
}
.fazhan_tb{
	display:inline-block;
	margin:auto;
	width:auto;
	height:auto;
	white-space:nowrap;
	vertical-align:middle;
	position:relative;
	z-index:100;
}
.fazhan_thead{
	display:inline-block;
	overflow:auto;
	margin:auto;
	width:50px;
	height:50px;
	line-height:50px;
	background-color:#F90;
	text-align:center;
	color:#fff;
	font-size:13px;
	font-weight:bold;
	font-family:Arial, Helvetica, sans-serif;
	border-radius:50%;
}
.fazhan_tbody{
	display:inline-block;
	margin:auto;
	width:auto;
	height:auto;
	white-space:nowrap;
}
.fazhan_item{
	display:inline-block;
	overflow:visible;
	margin:auto;
	width:auto;
	height:auto;
	white-space:nowrap;
	color:#999;
	font-size:12px;
	padding-left:60px;
	padding-right:60px;
	position:relative;
}
.fazhan_item:hover:after{
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	overflow:hidden;
	margin:auto;
	border:3px solid #F90;
	background-color:#F90;
	content:"";
	cursor:pointer;
	color:#F90;
}
.fazhan_item:after{
	display:block;
	width:10px;
	height:10px;
	border-radius:50%;
	overflow:hidden;
	margin:auto;
	border:3px solid #F90;
	background-color:#fff;
	content:"";
	cursor:pointer;
}
.fazhan_sub{
	display:block;
	width:100px;
	height:auto;
	border-radius:5px;
	overflow:hidden;
	margin:auto;
	padding:10px;
	color:#fff;
	background-color:#F90;
	position:absolute;
	left:0px;
	right:0px;
	bottom:20px;
	font-size:12px;
	white-space:normal;
	word-break:break-all;
	line-height:1.4;
	opacity:0;
	transition:all 0.4s;
}
.fazhan_item:hover>.fazhan_sub{
	opacity:1;
	transition:all 0.4s;
	bottom:30px;

}
@media (max-width:480px){
	#quandi_fazhan_tbody{white-space:normal;height:auto;margin-top:20px;margin-bottom:20px;}
	#quandi_fazhan_tbody:before{display:none;}
	.fazhan_tb{display:block;padding:10px;}
	.fazhan_thead{display:block;}
	.fazhan_tbody{display:block;white-space:normal;}
	.fazhan_item{display:block;white-space:normal;padding:0px;text-align:center;}
	.fazhan_item:after{display:none;}
	.fazhan_sub{
		opacity:1;
		position:static;
		width:auto;
		background-color:#fff;
		color:#333;
		box-shadow:0px 0px 5px 0px rgba(0,0,0,0.4);
	}
}