/* 楼层标题 */
.cont-title {
	position: relative;
	padding-left: 30px;
}

.cont-title>.effect {
	position: absolute;
	top: 50%;
	left: 0;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
}


.side-link {
	position: relative;
}

.side-link:hover {
	color: #C8C8C8;
}

.side-link::after {
	position: absolute;
	bottom: -1px;
	left: 0;
	content: ' ';
	width: 100%;
	height: 1px;
	background-color: rgba(200, 200, 200, .3);
}

.side-link>img {
	height: 15px;
}

.linsy {
	position: relative;
	width: 100%;
}

.linsy1 {
	position: relative;
}

.linsy_box {
	padding-top: 100px;
}

.line-xian {
	width: 67px;
	height: 1px;
	background-color: #00586E;
}

.linsy_left {
	width: 40%;
}

.linsy_right {
	width: 60%;
}

.linsy_left1 {
	width: 45%;
}

.linsy_right1 {
	width: 55%;
}

.linsy .bg-blue {
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 70%;
	z-index: -1;
}

.linsy1 .bg-blue {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 80%;
	z-index: -1;
}

#map {
	width: 100%;
	/* height: 570px; */
}

.banner_box {
	padding: 50px 0;
	position: relative;
}

.banner_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
	text-align: center;
}

.banner_mask1 {
	position: absolute;
	top: 0;
	left: 50%;
	height: 100%;
	transform: translateX(-50%);
	z-index: 1;
}

.btn_mask {
	position: relative;
	width: 120px;
	line-height: 30px;
	font-size: 12px;
	color: #FFFFFF;
	background-color: transparent;
	text-align: center;
	margin-top: 20px;
	transition: all .3s;
	border: 1px solid #3AEFD0;
	cursor: pointer;
}

.btn_mask::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #3AEFD0;
	transition: .8s;
}

.btn_mask:hover::after {
	width: 100%;
}

.btn_mask1 {
	width: 93px;
	line-height: 30px;
	color: #FFFFFF;
	border: 1px solid #3AEFD0;
	text-align: center;
	margin-top: 20px;
}

.f_title {
	position: relative;
	padding-bottom: 12px;
	font-weight: 600;
}

.f_title::after {
	position: absolute;
	bottom: 0;
	left: 0;
	content: ' ';
	width: 25px;
	height: 1px;
	background-color: #3AEFD0;
}

.f_body {
	margin-top: 10px;
	color: #666666;
	font-size: 14px;
}

.flex-sub_div {
	width: 220px;
	margin: 0 auto;
	line-height: 1.8;
}
.mask_title{
	font-size: 40px;
	margin-bottom: 100px;
}

.banner_bg_1 {
	height: 734px;
	background: url(../img/Relation_we/bg_blue.jpg) no-repeat top center;
}

.banner_bg_2{
	height: 535px;
	background: url(../img/Relation_we/bg_1.jpg) no-repeat top center;
}

.cf{zoom:1}
.cf:after{content:'.';visibility:hidden;clear:both;display:block; height:0}

.fl{display:inline;float:left}

.ov{overflow:hidden;zoom:1}
