/* 楼层标题 */
.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 {
	position: relative;
	background-color: #FFFFFF;
	box-shadow: 4px 4px 4px 0 rgba(0, 88, 110, 0.18);
	/* transform: perspective(0) rotateY(0) translateZ(0); */
	transition: all .3s;
	overflow: hidden;
}

.card-box:hover {
	/* transform: perspective(2000px) rotateY(20deg); */
}

.card-body {
	position: absolute;
	bottom: -100%;
	left: 0;
	width: 100%;
	padding: 30px;
	transition: all .5s;
}

.card-box:hover .card-body {
	bottom: 0;
}

.color1{
	background-color: #EDD6A0;
}
.color2{
	background-color: #D4E8F0;
}
.color3{
	background-color: #ACD2DF;
}
.card-line{
	position: relative;
	padding-top: 10px;
	margin-top: 10px;
}
.card-line::after{
	position: absolute;
	content: ' ';
	top: 0;
	left: 0;
	width: 100%;
	border-top: 1px solid #00586E;
	opacity: .5;
}
.card-body>.clear {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 15px;
	cursor: pointer;
}



.ss1 {
  height: 700px;
}
.ss1 .boxss {
  display: flex;
}
.ss1 .boxss .left {
  flex: 1;
  padding-right: 61px;
}

.ss1 .boxss .right {
  width: 395px;
}
.ss1 .boxss .right h2 {
  font-size: 16px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #00586E;
  line-height: 51px;
  position: relative;
}
.ss1 .boxss .right h2::before {
  content: '';
  width: 120px;
  height: 1px;
  background-color: #00586E;
  opacity: 0.4;
  position: absolute;
  left: 0;
  bottom: 0;
}
.ss1 .boxss .right p {
  font-size: 12px;
  font-family: FZLTHK;
  font-weight: normal;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.ss1 .boxss .right .sschild {
  width: 100%;
  height: 540px;
  margin-bottom: 10px;
}
.ss1 .boxss .right .sschild img {
  width: 100%;
  height: 500px;
}
.ss1 .boxss .right .sschild .swiper-button-prev,
.ss1 .boxss .right .sschild .swiper-button-next {
  width: 44px;
  height: 84px;
}
.ss1 .boxss .right .sschild .swiper-button-prev {
  left: 23px;
}
.ss1 .boxss .right .sschild .swiper-button-next {
  right: 23px;
}
.ss1 .boxss .right .sschild .swiper-pagination {
  bottom: 0!important;
}
.ss1 .boxss .right .sschild .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  top: 3px;
	background-color: #00586d;
	opacity: .2;
}
.ss1 .boxss .right .sschild .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  background-color: #3aefd0;
}

.effect {
	margin-top: 0;
}


#baby_ul>li>a {
	color: #8d8d8d;
	font-size: 16px;
	transition: all .3s;
	letter-spacing: 1px;
}

#baby_ul>li.baby_active a {
	color: #00586D;
	font-weight: bold;
}

.swiper-pagination .swiper-pagination-bullet {
	width: 5px;
	height: 5px;
	margin: 0 10px;
	background-color: #00586d;
	opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
	background-color: #3aefd0;
	opacity: 1;
}

.swiper-container-horizontal>.swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
	margin-left: 10px;
}



.new_nav_sty li {
	font-size: 14px;
	color: #666;
}

.new_nav_sty li.active {
	color: #00586D;
	font-weight: 600;
}




