.d_position{
	width: 100%;
	height: 34px;
	background-color: #f7f7f7;
	margin-top: 24px;
}
.position_a{
	width: 1200px;
	margin: 0 auto;
	padding: 6px;
}
.position_a span{
	color: #4c4b4b;
	font-size: 14px;
	margin-left: 5px;
}
.position_a font{
	color: #172e8e;
	font-size: 14px;
}
.web_shou{
	width: 1200px;
	margin: 0 auto;
	margin-top: 26px;
/*	background: url(../img/map.png)no-repeat;
	background-size: 146px;*/
}
.web_shou span{
	display: block;
	padding: 4px 20px;
	color: #FFFFFF;
	font-size: 20px;
}
.web_flex{
	display: flex;
	justify-content:flex-start;
	margin-top: 26px;
	margin-left: 50px;
}
.web_flex a{
	width: 300px;
	color: #5e5e5e;
	font-size: 14px;
}
.web_left{
	justify-content: flex-start;
}
hr{
	margin: 17px 0;
	width: 100%;
	border:1px dashed #C9C9C9;
}

.web_shou .title{
    position: relative;
    width: 200px;
    height: 34px;
    color: #fff;
    border-top: 35px solid #214266;
    border-right: 20px solid transparent;
}
.web_shou .title span{
    position: absolute;
    top: -34px;
}

