.Line-spacing-box {
	padding: 100px 0;
}

.Line-spacing {
	position: relative;
	height: 1px;
	background-color: #257083;
}

.Line-spacing-text {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background-color: #eafdfb;
	padding: 0 50px;
	font-size: 56px;
	line-height: 79px;
	color: #00586d;
	letter-spacing: 8px;
}

/* 楼层标题 */
.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;
}

.card_box {
	width: calc((100% - 40px) /3);
	margin-right: 20px;
	margin-bottom: 20px;
}

.card_box:nth-child(3n) {
	margin-right: 0;
}

.effect_title,
.effect_title1,.effect_title_2 {
	position: relative;
	padding-bottom: 20px;
	/* overflow:hidden; */
}

.effect_title_2 {
	overflow: visible;
}

.effect_title>.effect,.effect_title_2>.effect {
	position: absolute;
	top: -3px;
	left: -12px;
	/* transform: translateY(-50%); */
	height: 22px;
	width: 31px;
	padding-bottom: 0;
	z-index: -1;
}

.effect_title1>.effect {
	position: absolute;
	top: 8px;
	left: -8px;
	transform: translateY(-50%);
	height: 14px;
	width: 20px;
	z-index: 1;
}

.effect_title>.effect_2 {
	position: absolute;
	top: 8px;
	left: -20px;
	transform: translateY(-50%);
	height: 26px;
	width: 38px;
	z-index: -1;
}

.effect_title::after {
	position: absolute;
	content: ' ';
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 63px;
	height: 1px;
	background-color: #00586E;
	opacity: .2;
}

.effect_title1>div {
	position: relative;
	z-index: 2;
}

.text_line {
	margin-top: 20px;
	line-height: 26px;
	color: #666;
	opacity: .8;
	text-align: center;
	font-size: 14px;
}

.left_box {
	width: 40%;
}

.right_box {
	width: 60%;
}

.num-box {
	padding: 30px 0 30px 50px;
	border-top: 1px solid #e1e1e1;
}

.num-box:first-child {
	border-top: 0;
}

.num-box>div {
	font-size: 60px;
	margin-left: 30px;
}

.card-box {
	box-shadow: 22px 22px 60px 0 rgba(0, 88, 110, 0.18);
	background-color: #EAFFF8;
	margin-bottom: 30px;
	transform: perspective(0) rotateY(0) translateZ(0);
	transition: all .3s;
}

.card-box:hover {
	/* transform: perspective(2000px) rotateY(20deg); */
}

.body_text {
	min-height: 54px;
	line-height: 26px;
	font-size: 14px;
	color: #666;
}

.title_box {
	position: relative;
	font-size: 36px;
}

.title_box>.box-tit {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	color: #959595;
}

.title_box>.box-tit>.effect_title1 {
	padding-bottom: 0;
}

.title_CENT {
	margin: 0 50px;
	color: #61F2D9;
	font-size: 50px;
}

.title_box>.box-tit.active {
	color: #00586D;
}

.left_fle {
	width: 50%;
	padding-right: 50px;
	background-color: #EAFDFB;
}

.right_fle {
	width: 50%;
	padding-left: 50px;
	background-color: #C3FFF5;
}

.item_li {
	height: 100px;
}

.left_fle .title_item {
	position: relative;
	color: #00586E;
}

.right_fle .title_item {
	position: relative;
	color: #959595;
}

.left_fle .item_body {
	text-align: right;
	color: #959595;
}

.right_fle .item_body {
	text-align: left;
	color: #959595;
}

.left_fle .title_item::after {
	position: absolute;
	content: ' ';
	top: 50%;
	right: -50px;
	width: 40px;
	height: 1px;
	transform: translateY(-50%);
	background-color: rgba(149, 149, 149, .3);
	z-index: 1;
}

.right_fle .title_item::after {
	position: absolute;
	content: ' ';
	top: 50%;
	left: -50px;
	width: 40px;
	height: 1px;
	transform: translateY(-50%);
	background-color: rgba(149, 149, 149, .3);
	z-index: 1;
}

.banner_box {
	position: relative;
	width: 100%;

}

.banner_mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, .1);
	color: #3AEFD0;
	font-size: 58px;
}

.cover_img {
	position: relative;
	overflow: hidden;
}

.cover_img img {
	transition: all .35s;
	-webkit-transition: all .35s;
}

.cover_img:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.cover_img>.cover-mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 64px;
	height: 64px;
	z-index: 1;
}

.cover_img>.num {
	position: absolute;
	top: 0;
	left: 0;
	width: 32px;
	height: 32px;
	line-height: 32px;
	text-align: center;
	font-weight: bold;
	color: #3AEFD0;
	font-size: 26px;
	z-index: 2;
}

/* 效果图切换 */
.effect_img,.effect_img_2 {
	position: relative;
	height: 55px;
	transform: scale(1);
	padding: 0 15px;
}

.effect_img_2 {
	height: 42px;
}

.effect_img:hover>.effect {
	animation: fadeAnmate1 .3s linear;
	animation-fill-mode: forwards;
}

.effect_img_2:hover>.effect {
	animation: fadeAnmate2 .3s linear;
	animation-fill-mode: forwards;
}

.effect_img>.effect,.effect_img_2 .effect {
	position: absolute;
	bottom: 0px;
	left: 0;
	z-index: -1;
	height: 40px;
	transform: scale(0);
}

.effect_img_2 .effect {
	bottom: 0;
}

@keyframes fadeAnmate1 {
	0% {
		transform: scale(0);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

@keyframes fadeAnmate2 {
	0% {
		transform: scale(0);
	}

	70% {
		transform: scale(1);
	}

	100% {
		transform: scale(.8);
	}
}

.effect_img>.img {
	height: 68px;
}

.effect_img_2>.img {
	height: 42px;
}

.effect_text {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 88, 109, .3);
}

.tab-box-line {
	width: 100%;
	height: 1px;
	background-color: rgba(149, 149, 149, .3);
	margin: 100px 0 200px;
}

.tab-box {
	margin: 100px 0 200px;
}

.tab-box-item {
	position: relative;
	top: -72px;
	z-index: 2;
	background-color: #FFFFFF;
	padding: 0 30px;
	margin: 0 auto;
}

.tab-img {
	width: 144px;
	height: 144px;
	min-height: 144px;
	border-radius: 50%;
	border: 1px solid rgba(149, 149, 149, .3);
}


/* 招商加盟 */
.location-box {
	width: 80%;
	margin: 0 auto;
}

.loc-tit>img {
	margin-left: -79px;
}

.location-cont {
	padding-left: 79px;
	border-left: 1px solid rgba(128, 128, 128, .3);
}

.loca-body {
	width: 100%;
	background-color: #EAFFF8;
	color: #959595;
	line-height: 40px;
	padding: 20px 0 20px 20px;
}

.loca-body>span {
	margin-right: 20px;
}

.col-item {
	height: 100%;
	width: calc((100% - 40px) / 3);
	margin-right: 20px;
	margin-bottom: 40px;
}

.col-item:nth-child(3n) {
	margin-right: 0;
}

/* 2020/10/23 */
.line_mask_pos_1,.line_mask_pos_2 {
	position: absolute;
	width: 90px;
	height: 10px;
	background: #fff;
	z-index: 5;
}

.line_mask_pos_1 {
	top: -3px;
	left: 0;
}

.line_mask_pos_2 {
	top: -3px;
	right: 0;;
}

.city_bg_sty {
	width: 1262px;
	height: 2307px;
	background: url(../img/Attract_index/qu_yu.jpg) no-repeat top center;
	margin-left: auto;
	margin-right: auto;
}

p { margin: 0; }

.data_img_sty {
	display: block;
	height: 885px;
	background: url(../img/Attract_index/data_img.png) no-repeat top center;
}

.hover_scale {
	display: inline-block;
	overflow: hidden;
}

.hover_scale img {
	transition: all .35s;
	-webkit-transition: all .35s;
}

.hover_scale:hover img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.map_data_box {
  position: absolute;
  top: 42px;
  left: 50%;
  padding-top: 7px;
  width: 350px;
  height: 60px;
  font-size: 12px;
  color: #fff;
  line-height: 1;
  text-align: center;
	background: url(../img/Attract_index/icon_area.png) no-repeat;
	background-size: 350px 60px;
  z-index: 22;
  overflow: hidden;
  margin-left: -175px;
}


.mt62 { margin-top: 62px; }
.mt20 { margin-top: 20px; }

.time_axis_fix {
	position: absolute;
	/* left: 30px; */
	left: 50%;
	width: 92px;
	z-index: 5;
	top: -24px;
	margin-left: -648px;
}

.active.time_axis_fix {
	position: fixed;
	top: 100px;
	left: 50%;
	margin-left: -648px;
}

.anchor_point_1 {
	display: block;
	width: 72px;
	height: 38px;
	background: url(../img/Attract_index/ico_bei_1.png) no-repeat;
}

.current.anchor_point_1 { background: url(../img/Attract_index/ico_bei_2.png) no-repeat; }

.anchor_point_2 {
	display: block;
	width: 72px;
	height: 38px;
	background: url(../img/Attract_index/ico_nan_1.png) no-repeat;
}

.current.anchor_point_2 { 
	background: url(../img/Attract_index/ico_nan_2.png) no-repeat;
}
