.card_box{
	width: 100%;
	border: 1px solid #EEEEEE;
	background-color: #FFFFFF;
	padding: 20px;
	height: 290px;
	margin: 20px 0;
	transform: perspective(0) rotateY(0) ;
	transition: all .3s;
}
/*.card_box:hover{*/
/*	cursor: pointer;*/
/*	transform: perspective(2000px) rotateY(20deg);*/
/*}*/

/* 2020/10/23 */
.myAlert {
	position: fixed;
	left: 0;
	top: 0;
	bottom: 0;
	right: 0;
	background-color: rgba(0, 0, 0, 0.61);
	z-index: 9999999;
	display: none;
}

.myAlert .myContent {
	width: 1184px;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	right: 0;
	margin: auto;
	padding: 32px 35px;
	box-sizing: border-box;
	max-height: 100%;
	overflow-y: auto;
	top: 50%;
	transform: translateY(-50%);
}

.myAlert .myContent .flex {
	display: flex;
}

.myAlert .myContent .flex .swiper-container {
	width: 785px;
	height: 686px;
}

.myAlert .myContent .flex .swiper-container img {
	width: 100%;
	height: 686px;
}

.myAlert .myContent .flex .swiper-container .swiper-pagination .swiper-pagination-bullet-active {
	width: 11px;
	height: 11px;
}

.myAlert .myContent .flex .info {
	flex: 1;
	padding-left: 27px;
}

.myAlert .myContent .flex .info .fff {
	position: fixed;
	top: 22px;
	width: 302px;
}

.myAlert .myContent .flex .info .fff .gb {
	width: 23px;
	height: 20px;
	float: right;
	position: relative;
	right: -20px;
	top: -10px;
	cursor: pointer;
}

.myAlert .myContent .flex .info h2 {
	font-size: 20px;
	font-family: FZLTHK;
	font-weight: normal;
	color: #00586E;
	line-height: 30px;
}

.myAlert .myContent .flex .info>p {
	width: 243px;
	height: 68px;
	font-size: 14px;
	font-family: "微软雅黑";
	font-weight: normal;
	color: #666666;
	line-height: 26px;
	margin-top: 34px;
}

.myAlert .myContent .flex .info .item {
	width: 192px;
	height: 231px;
	margin: 20px auto 0;
}

.myAlert .myContent .flex .info .item img {
	width: 190px;
	height: 190px;
}

.myAlert .myContent .flex .info .item p {
	text-align: center;
	line-height: 39px;
	font-size: 13px;
	font-family: FZLTHK;
	font-weight: bold;
	color: #00586D;
}

.myAlert .myContent .myBtn {
	width: 122px;
	height: 27px;
	background-color: #00586E;
	text-align: center;
	line-height: 27px;
	margin: 20px auto 0;
	position: relative;
}

.myAlert .myContent .myBtn span {
	display: block;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1;
	color: #00586E;
}

.myAlert .myContent .myBtn span:hover~div {
	color: #00586E;
	background-color: #3AEFD0;
	transform: perspective(0) rotateY(0);
}

.myAlert .myContent .myBtn div {
	background-color: #3AEFD0;
	/* transform: perspective(268px) rotateY(20deg); */
	transition: all 0.3s;
	width: 100%;
	height: 100%;
}

.btn_mask {
	position: relative;
	width: 148px;
	line-height: 30px;
	color: #00586E;
	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: .8s;
}

.btn_mask:hover::after {
	width: 100%;
}

.btn_mask:hover { color: #fff; }

.scroll_h_sty {
	height: 530px;
	overflow-y: auto;
}

.hover_scale {
	display: inline-block;
	overflow: hidden;
}

.hover_scale img {
	transition: all .35s;
	-webkit-transition: all .35s;
}

.card_box:hover .hover_scale img {
	transform: scale(1.2);
	-webkit-transform: scale(1.2);
}

.card_box .text-lg {
	font-size: 18px;
	line-height: 35px;
	color: #666;
}

/* 2021/1/21 */
.fz14 { font-size: 14px; }
.cor_005 { color: #00586d; }
