.banner_sw{
	width: 100%;
	height: 350px;
	display: block;
}
.mySwiper{
	overflow: hidden;
	position: relative;
}
.xie_box{
	background-color: #EEEEEF;
	height: 70px;
}
.xie_flex{
	width: 1200px;
	margin: 0 auto;
	display: flex;
	align-items: center;
	height: 70px;
}
.xie_center{
	text-align: center;
	flex-shrink: 0;
}
.xie_pic{
	width: 30px;
	margin: 0 auto 5px;
}
.xie_h1{
	font-size: 14px;
	color: #999;
}
.xie_txt{
	padding-left: 20px;
	font-size: 16px;
	color: #999;
}
.ru_h1{
	padding: 25px 0 15px;
	border-bottom: 1px solid #dddddd;
	font-size: 22px;
	color: #000000;
	font-weight: bold;
	text-align: left;
}
.qian_box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 50px 0 30px;
}
.qian_li{
	text-align: center;
}
.qian_pic{
	width: 85px;
	height: 85px;
	border-radius: 50%;
	background-color: #f5f5f5;
	margin: 0 auto;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}
.q_pic{
	width: 50px;
}
.q_h1{
	font-size: 14px;
	color: #666;
	padding-top: 12px;
}
.q_rr{
	width: 30px;
	margin: 0 50px 30px;
}
.zhao_box ul{
	padding-top: 10px;
	border-bottom: 2px solid #0286D9;
	display: flex;
	align-items: center;
}
.zhao_box ul li{
	width: 24%;
	text-align: center;
	height: 40px;
	background-color: #EEEEEF;
	margin-right: 1%;
	text-align: center;
	line-height: 40px;
	font-size: 15px;
	color: #666;
	cursor: pointer;
}
.zhao_box ul li.act{
	background-color: #0286D9;
	color: #ffffff;
}
.about .item{
	display: none;
	text-align: left !important;
}
.about .item.show{
	display: block;
}
.bi_ul{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	padding-top: 40px;
}
.bi_li{
	display: flex;
	align-items: center;
	padding-left: 40px;
}
.bi_pic{
	width: 25px;
	flex-shrink: 0;
}
.bi_blue{
	font-size: 16px;
	color: #0286D9;
	font-weight: bold;
	padding-left: 10px;
}
.bi_h1{
	font-size: 16px;
	color: #333333;
	font-weight: bold;
	padding-left: 10px;
}