/* 楼层标题 */
.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%;
}

.linsy_box {
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	padding-top: 100px;
}
.line-xian{
	width: 67px;
	height: 1px;
	background-color: #00586E;
}
.linsy_left {
	width: 40%;
}

.linsy_right {
	width: 60%;
}

.bg_img_sty {
	padding-top: 118px;
	height: 827px;
	background: url(../img/product_house/bg.jpg) no-repeat top center;
}

#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 {
  bottom: 0px !important;
  padding-left: 10px;
}

/* 10/30 */
.ss1 {
  height: auto;
}
.ss1 .boxss {
  display: block;
  width: 1165px;
}
.ss1 .boxss .left {
  float: left;
  width: 813px;
}

.ss1 .boxss .right {
  float: left;
  width: 395px;
  margin-left: 43px;
}
.ss1 .boxss .right h2 {
  font-size: 16px;
  font-family: "微软雅黑";
  font-weight: bold;
  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: "微软雅黑";
  font-weight: normal;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}
.ss1 .boxss .right .sschild {
  width: 100%;
  height: 378px;
  overflow: visible;
}
.ss1 .boxss .right .sschild img {
  width: 100%;
  height: 378px;
}
.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: -26px!important;
}
.ss1 .boxss .right .sschild .swiper-pagination .swiper-pagination-bullet {
  position: relative;
  top: 5px;
  background-color: #00F4CF;
  opacity: .2;
}
.ss1 .boxss .right .sschild .swiper-pagination .swiper-pagination-bullet-active {
  width: 15px;
  height: 15px;
  position: relative;
  top: 0;
  background-color: #00F4CF;
  opacity: 1;
}

.mask_title_pos {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0,0,0,.5);
  z-index: 2;
}

/* 2020/12/09 */
.new_nav_sty li {
	font-size: 14px;
	color: #666;
}

.hover_href_cor { color: #C8C8C8; }

.hover_href_cor:hover {
  color: #45d1f2 !important;
}

