/* 楼层标题 */
.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;
}



.bib {
  position: relative;
}

.bib .imgbox {
  position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
}


.bib .imgbox .video-line {
	width: 48px;
	height: 2px;
	background-color: #3AEFD0;
}

.bib .imgbox .video-btn-play {
	position: relative;
	width: 200px;
	height: 50px;
	border: 1px solid #3AEFD0;
	color: #3AEFD0;
	cursor: pointer;
}

.bib .imgbox .video-btn-play::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	border: 1px solid transparent;
	width: 0;
	height: 0;

}

.bib .imgbox .video-btn-play::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	border: 1px solid transparent;
	width: 0;
	height: 0;
}

.bib .imgbox .video-btn-play:hover::before {
	width: 100%;
	height: 100%;
	border-top-color: #60daaa;
	border-right-color: #60daaa;
	transition: width 0.25s ease-out, height 0.25s ease-out 0.25s;
}

.bib .imgbox .video-btn-play:hover::after {
	width: 100%;
	height: 100%;
	border-bottom-color: #60daaa;
	border-left-color: #60daaa;
	transition: border-color 0s ease-out 0.5s, width 0.25s ease-out 0.5s, height 0.25s ease-out 0.75s;
}














.title {
  margin-top: 136px;
}
.ds {
  font-size: 20px;
  font-family: FZLTZCHK;
  font-weight: normal;
  color: #00586D;
  margin-top: 27px;
}
.ds img {
  display: inline-block;
  width: 19px;
  height: 13px;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.bbo {
  margin-top: 50px;
}
.bbo .ssli {
  display: flex;
  flex-wrap: wrap;
}
.bbo .ssli .iiet {
  width: 16.66666667%;
  text-align: center;
}
.bbo .ssli .iiet a:hover div {
  background-color: #DDDDDD;
  border-radius: 10px;
}
.bbo .ssli .iiet a:hover p {
  color: #00596E;
}
.bbo .ssli .iiet div {
  width: 157px;
  height: 157px;
  margin: auto;
  position: relative;
  transition: all 0.4s;
}
.bbo .ssli .iiet div img {
  margin: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.bbo .ssli .iiet p {
  transition: all 0.4s;
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #666666;
  line-height: 26px;
  margin-top: 10px;
}

/* 2020/10/22 */
.logo_img_list,.logo_img_list_2 { margin-left: -22px;margin-top: -24px; }
.logo_img_list li,.logo_img_list_2 li {
	position: relative;
	width: 222px;
	height: 222px;
	margin-left: 22px;
	margin-top: 24px;
	overflow: hidden;
}
.logo_img_list li .img_size,.logo_img_list_2 li .img_size {
	width: 222px;
	height: 222px;
	transition: all .4s ease-out;
}

.logo_img_list li:hover .img_size {
	transform: scale(1.1);
}

.bb1 { border-bottom: 1px solid #eeeeee; }

.mask_bg {
	position: absolute;
	top: -100%;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
	z-index: 2;
	transition: all .35s;
}

.code_img {
	position: absolute;
	top: 50%;
	left: 50%;
	width: 214px;
	height: 214px;
	z-index: 3;
	margin-top: -107px;
	margin-left: -107px;
}

.logo_img_list_2 li:hover .mask_bg {
	top: 0;
}

.db { display: block; }
