/* 楼层标题 */
.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;
}

/* 效果图切换 */
.effect_img {
	position: relative;
	height: 55px;
	transform: scale(1);
	padding: 0 15px;
}

.effect_img:hover>.effect {
	animation: fadeAnmate1 .3s linear;
	animation-fill-mode: forwards;
}

.effect_img>.effect {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: -1;
	height: 40px;
	transform: scale(0);
}

@keyframes fadeAnmate1 {
	0% {
		transform: scale(0);
	}

	70% {
		transform: scale(1.2);
	}

	100% {
		transform: scale(1);
	}
}

.effect_img>.img {
	height: 55px;
}

.effect_text {
	padding-top: 20px;
	font-size: 18px;
	font-weight: bold;
	font-family: "微软雅黑";
	color: #00586D;
}

.effect_content {
	padding-top: 2px;
	font-size: 14px;
	font-weight: normal;
	color: #666;
	padding-bottom: 50px;
}

.flex-div {
	width: 50%;
}
.flex-div1{
	width: 40%;
}
.flex-div2{

	width: 889px;
	/* margin-right: auto; */
	margin-left: auto;
	margin-top: -166px;
}
.ul_list {
	min-width: 220px;
	height: 570px;
	background-color: #00586E;
}

#swiper1 { height: 570px; }

#swiper2 {
	height: 543px;
	position: relative;
}

.ul_list>li {
	height: 57px;
	line-height: 57px;
	text-align: center;
	font-size: 18px;
	cursor: pointer;
	transition: all .3s;
}

.ul_list>li>a {
	color: #3AF0D0;
	opacity: .5;
}

.ul_list>li:hover a {
	color: #3AF0D0;
	opacity: 1;
}

.ul_list>li.active {
	background-color: #0C7681;
}

.ul_list>li:hover {
	background-color: #0C7681;
}

.ul_list>li.active a {
	color: #3AF0D0;
	opacity: 1;
}

.blue_bg-box {
	position: relative;
	width: 100%;
	padding-top: 53px;
}
.blu_bg{
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 541px;
	background-color: #EBFDFA;
	z-index: -1;
}
/* 轮播图 */
.swiper-pagination .swiper-pagination-bullet-active {
	background-color: #3AEFD0;
	width: 15px;
	height: 15px;
	opacity: 1;
}

.list_ban_area {
	margin-left: -15px;
}

.list_ban_area .item_img {
	width: 390px;
	position: relative;
	margin-left: 15px;
	float: left;
}

.mask_pos {
	position: absolute;
	top: 0;
	left: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 15px;
	font-weight: bold;
	color: #34EFD0;
	letter-spacing: 10px;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0);
	z-index: 2;
	transition: .6s;
}
.erweima{
	position: relative;
	width: 100px;
	height: 100px;
	top: 0px;
    left: 30px;
}

.list_ban_area .item_img:hover .mask_pos,.flex-div:hover .mask_pos{
	background: rgba(0,0,0,.5);
	color: #fff;
}
