/* ÂÖ²¥Í¼ */
.swiper-pagination .swiper-pagination-bullet-active {
	width: 15px;
	height: 15px;
}
.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
	opacity: 0;
}

#swiper3{
	position: relative;
	z-index: 1;
}

.nav-tab-box {
	position: relative;
	margin-top: -40px;
	width: 100%;
	z-index: 2;
}

.nav-tab-box .nav-tab-bg {
	width: 100%;
	height: 180px;
}

.nav-tab-box .nav-tab {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.nav-tab .tab {
	margin: 0 auto;
	height: 95px;
	transition: all .5s;
	cursor: pointer;
	transform: scale(.8);
}

.nav-tab .tab:hover {
	transform: scale(1);
}


/* Â¥²ã±êÌâ */
.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);
	text-align: center;
	padding: 0 15px;
}

.effect_img:hover>.effect {
	animation: fadeAnmate1 .3s linear;
	animation-fill-mode: forwards;
}

.effect_img>.effect {
	position: absolute;
	bottom: 0;
	left: 42px;
	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: 64px;
	margin-left: auto;
	margin-right: auto;
}

.effect_text {
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: 1px solid rgba(0, 88, 109, .3);
}


/* ¿¨Æ¬ */
.card-box {
	width: 370px;
	background-color: #eafff8;
	/* box-shadow: 2px 2px 18px 0px rgba(0, 88, 109, 0.1);
	transform: perspective(0) rotateY(0) translateZ(0);
	transition: all .3s; */
}

/* .card-box:hover {
	transform: perspective(2000px) rotateY(20deg);
} */

.card-body {
	position: relative;
	background-color: rgba(234, 255, 248, 1);
	padding: 30px;
	height: 200px;
}

.card-body>.clear {
	position: absolute;
	bottom: 10px;
	right: 10px;
	height: 15px;
	cursor: pointer;
}

/* 2020/10/21 */
.w180 { width: 180px; }
#swiper1 .pagination_num_pos {
	position: absolute;
	top: 190px;
	left: 50%;
	width: 20px;
	text-align: center;
	font-size: 16px;
	color: #00586d;
	z-index: 2;
	margin-left: 576px;
}

.serial_num_item {
	display: block;
	height: 58px;
	line-height: 58px;
	cursor: pointer;
}

.active.serial_num_item { color: #3aefd0; }

.serial_num_line {
	display: block;
	width: 8px;
	height: 2px;
	background: rgba(255,255,255,.5);
	margin: 30px auto;
}

.tab_swiper_box .tab_item { display: none; }
.tab_swiper_box .tab_item.current { display: block; }

/* 2020/11/25 */
#swiper1 {
	height: 600px;
}

#swiper1 img {
	width: 100%;
	height: 600px;
	object-fit: cover;
}

.btn_mask {
	position: relative;
	width: 113px;
	line-height: 30px;
	font-size: 12px;
	color: #00586d;
	background-color: transparent;
	text-align: center;
	margin-top: 20px;
	font-size: 12px;
	transition: all .3s;
	border: 1px solid #3AEFD0;
	cursor: pointer;
}

.btn_mask::after {
	display: block;
	content: '';
	width: 0;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	background: #3AEFD0;
	transition: .5s;
}

.btn_mask:hover::after {
	width: 100%;
}

.btn_mask:hover { color: #00586d; }

/* 2020/12/28 */
.w602 { width: 602px; }

.new_tab_img_h {
	height: 700px;
	background: #f2eadd;
}

.new_item_title {
	font-size: 40px;
	font-family: Montserrat-Light;
	letter-spacing: 0px;
	color: #00586d;
	text-align: center;
	line-height: 1;
	margin: 65px 0 0;
}

.new_card_rotate {
	position: relative;
	width: 350px;
	height: 450px;
	background-color: #fff;
	transform: perspective(0) rotateY(0) translateZ(0);
	transition: all .3s;
	margin: 32px auto 0;
}

.new_card_rotate:hover {
	/* transform: perspective(2000px) rotateY(20deg); */
}

.new_card_rotate .hover_img_no,.new_card_rotate .hover_img_yes {
	position: absolute;
	top: 0;
	left: 0;
	transition: all 1s;
}

.new_card_rotate .hover_img_no {
	opacity: 1;
	width: 350px;
	height: 450px;
}

.new_card_rotate:hover .hover_img_no {
	opacity: 0;
}

.new_card_rotate .hover_img_yes{
	opacity: 0;
	width: 350px;
	height: 450px;
}

.new_card_rotate:hover .hover_img_yes {
	opacity: 1;
}

.new_card_content {
	font-size: 12px;
	font-family: Montserrat-Light;
	line-height: 25px;
	letter-spacing: 1px;
	color: #00586d;
	text-align: center;
	margin-top: 15px;
}

.new_card_content p { margin: 0; }

/* 2021/1/20 */
.mar_auto { margin-left: auto; margin-right: auto; }
