.banner-top {
	width: 100%;
	height: 150px;
	background: url(../img/top-bar.png) no-repeat center center;
	background-size: cover;
}
.position {
    background: url(../img/position.png) no-repeat center center;
    background-size: cover;
    vertical-align: sub;
    width: 27px;
    height: 27px;
    display: inline-block;
}
.title-box {
	position: absolute;
	height: 50px;
	background-color: rgba(0, 0, 0, .3);
	top: 0;
	width: 100%;
	z-index: 9;
}
.content-title {
    text-align: center;
    margin-top: .5rem;
		font-size: 16px;
}
.title {
	width: 1200px;
	line-height: 50px;
	margin: 0 auto;
	font-size: 16px;
	display: flex;
	justify-content: space-around;
	margin-top: -2px;
}

.title span {
	color: #FFFFFF;
	cursor: pointer;
}
.index_footer{
	background-color: #333;
	height: 300px;
}
.in-bl{
	display: inline-block;
}
.warp {
    max-width: 1200px;
    margin: 0 auto;
}

.flex {
    display: flex;
		display: -webkit-flex;
}
.ft_left {
    width: 50%;
    font-size: 16px;
    flex-wrap: wrap;
}
.ft_right {
    font-size: 16px;
    color: #FFFFFF;
    width: 50%;
    border-left: 1px solid;
    padding-left: 50px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.wenzi {
    display: flex;
    flex-wrap: wrap;
    color: #FFFFFF;
		width: 60%;
}
.wenzi a:visited{
	color: #FFFFFF;
}
.wenzi a{
	color: #FFFFFF;
}
.wenzi div {
    text-align: center;
    line-height: 52px;
}
.rsnet {
    margin: 0 20px 0 0;
}
.mb {
    margin-bottom: 12px;
}
.page2-body {
    position: relative;
    top: -1rem;
    z-index: 2;
    font-size: 16px;
    max-width:1400px;
    margin: 0 auto;
    background-color: #FFFFFF;
    text-align: justify;
    box-sizing: border-box;
}
.daohang{
	padding: 12px 0;
	height: 50px ;
	line-height: 3;
	border-bottom: 1px solid #e3e3e3;
}
.fl {
    float: left;
}
.fr {
	float: right;
}
.zhuangshi{
	width: 40px;
	height: 5px;
	background-color: #007AFF;
	display: inline-block;
}
.max_width {
    max-width: 1200px;
    margin: 0 auto;
}