.m2cmBomx {}

.m2cmSwiperWpr {
	margin-top: 3.12vw;
	height: 420px;
	position: relative;
	width: 100vw;
	max-width: 1920px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.m2cmSwiperWpr:before {
	content: "";
	background: #0072ce;
	height: 2px;
	position: absolute;
	left: 0px;
	top: 173px;
	right: 0px;
}

.bgImg {
	width: 100%;
}

.bgImg img {
	width: 100%;
}

.m2cmSwiper .slick-prev {
	background: #FFF url(../slick-prev.png);
	display: inline-block;
	height: 48px;
	width: 48px;
	position: absolute;
	overflow: hidden;
	cursor: pointer;
	line-height: 48px;
	bottom: 95px;
	z-index: 2;
	border-radius: 100%;
	left: 0;
	border: 1px solid #eee;
}

.m2cmSwiper .slick-next {
	background: #FFF url(../slick-next.png);
	display: inline-block;
	height: 48px;
	width: 48px;
	position: absolute;
	top: auto;
	overflow: hidden;
	cursor: pointer;
	line-height: 48px;
	bottom: 95px;
	z-index: 2;
	left: 70px;
	border-radius: 100%;
	border: 1px solid #eee;
}

.m2cmSwiper .slick-prev:hover {
	background: #0070ce url(../slick-prev-h.png) no-repeat;
}

.m2cmSwiper .slick-next:hover {
	background: #0070ce url(../slick-next-h.png) no-repeat;
}

.m2cmyr_item {
	height: 358px;
	position: relative;
	text-align: center;
	padding-top: 90px;
	transition: all 0.5s ease-in-out;
}

.m2cmyr_item p {
	font-size: 53px;
	font-weight: bold;
	color: #000;
	display: block;
}

.m2cmyr_item.slick-current+.m2cmyr_item {
	transform: translateX(10vw)
}

.m2cmyr_item.slick-current+.m2cmyr_item+.m2cmyr_item {
	transform: translateX(5vw);
	padding-top: 206px;
}

.m2cmyr_item span {
	background: #000000;
	height: 24px;
	width: 24px;
	border: 7px solid #FFF;
	position: absolute;
	left: 50%;
	top: 162px;
	border-radius: 50%;
	box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
	margin-left: -12px;
}

.m2cmyr_item.slick-current span {
	background: #0072ce;

}

.m2cmyr_item.slick-current p {
	color: #0072ce;

}

.m2cmImgSwiper {
	width: 24vw;
	max-width: 480px;
	position: absolute;
	left: 18%;
	top: 0;
}

.m2cmImgSwiper:before {
	content: "";
	background: #fff;
	position: absolute;
	left: 18px;
	top: 10px;
	right: 18px;
	bottom: 28px;
}

.m2cmImg_item {
	padding: 40px 18px 48px 18px;
	width: 100%;
	position: absolute;
	left: 0;
	top: 0;
	bottom: 0;
	transition: all 0.5s ease;
	opacity: 0;
}

.m2cmImg_item.on,
.m2cmImg_item:nth-child(1) {
	opacity: 1;
	z-index: 2;
}

.m2cmImxx {
	display: block;
	background: #fff;
	box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
	padding: 15px 15px 20px;
}

.m2cmImxx .bgImg {}

.m2cmImg_p {
	margin-top: 20px;
	height: 150px;
	overflow-y: auto;
	padding: 0 15px;
}

.m2cmImg_p h3 {
	font-size: 34px;
	color: #000;
	font-weight: bold;
	position: relative;
}

.m2cmImg_p p {
	line-height: 30px;
	font-size: 18px;
	color: #666666;
	padding-left: 16px;
	position: relative;
}

.m2cmImg_p p:before {
	content: "";
	background: #0072ce;
	height: 6px;
	width: 6px;
	position: absolute;
	left: 0px;
	top: 12px;
}

@media (max-width:1799px) {

	.m2cmBtn p {
		font-size: 20px;
		line-height: 28px;
		margin-top: 15px;
	}

	.m2cmVideo {
		width: 535px;
		height: 360px;
		top: 20px;
	}

	.m2cmVx {
		margin-left: 30px;
	}

	.m2cmTop {
		font-size: 15px;
		line-height: 32px;
	}

	.m2cmul {
		margin: 3vw -15px 0;
	}

	.m2cmul li {
		margin: 0px 15px 30px;
		width: calc(33.333% - 30px);
		padding-top: 1.8vw;
	}

	.m2cmul li strong {
		font-size: 20px;
	}

	.m2cmul li p {
		font-size: 15px;
	}

	.m2cmyr_item p {
		font-size: 40px;
	}

	.m2cmImxx .bgImg {}

	.m2cmImg_p p {
		font-size: 18px;
	}

	.m2cmImgSwiper:before {
		bottom: 36px;
	}

	.m2cmBomx {
		padding-bottom: 1vw;
	}

}


@media (max-width:1199px) {

	.m2cmImgSwiper {
		width: 30vw;
		left: 22%;
	}

	.m2cmyr_item.slick-current+.m2cmyr_item {
		transform: translateX(21vw);
	}

	.m2cmyr_item.slick-current+.m2cmyr_item+.m2cmyr_item {
		transform: translateX(11vw);
	}

	.m2cmyr_item p {
		font-size: 30px;
	}


}

@media (max-width:993px) {

	.m2cmVideo {
		width: 316px;
		height: 250px;
	}

	.m2cmul li {
		width: 100%;
	}

	.m2cmul li strong {
		margin-bottom: 3vw;
	}

	.m2cmImgSwiper {
		width: 45vw;
		left: 35%;
	}

}

@media (max-width:767px) {

	.m2cmPage {
		padding: 50px 0;
	}

	.m2cmTop .m2pub_t {
		margin-bottom: 15px;
	}

	.m2cmVideo {
		width: calc(100vw - 42px);
		margin-left: 0
	}

	.m2cmTop {
		font-size: 14px;
		line-height: 30px;
	}

	.m2cmul {
		margin-top: 25px;
	}

	.m2cmul li {
		margin-bottom: 20px;
		padding: 15px;
	}

	.m2cmul li strong {
		font-size: 18px;
	}

	.m2cmul li p {
		font-size: 14px;
		line-height: 26px;
	}

	.m2cmul li strong::after {
		bottom: -3px;
	}

	.m2cmSwiper {
		display: none;
	}

	.mpm2cm_year2021 {
		opacity: 0 !important;
	}

	.m2cmImgSwiper {
		position: relative;
		left: 0;
		right: 0;
		top: 0;
		bottom: 0;
		width: 100%;
		max-width: 100%;
	}

	.m2cmSwiperWpr:before {
		display: none;
	}

	.m2cmBomx {
		display: none;
	}

	.history-swiper {
		display: block;
	}

	.m2cmSwiperWpr {
		margin-top: 20px;
	}

	.m2cmImgSwiper {
		height: auto;

	}

	.m2cmSwiperWpr {
		width: 100%;
		height: auto;
	}

	.m2cmImg_item {
		opacity: 1;
		width: 100%;
		margin: 0 1%;
		padding: 10px 10px;
		height: auto;
		position: static;
	}

	.m2cmImg_p {

		padding-bottom: 20px;
	}

	.m2cmImgSwiper:before {
		display: none;
	}

	.m2cmImgSwiper .slick-dots {
		bottom: 0;
		position: static;
	}

	.m2cmImgSwiper .slick-dots li button {
		display: none;
	}

	.m2cmImgSwiper .slick-dots li {
		background: #D6D6D6;
		display: inline-block;
		height: 6px;
		width: 6px;
		margin: 0px 3px;
		position: relative;
		border-radius: 50%;
		vertical-align: middle
	}

	.m2cmImgSwiper .slick-dots li.slick-active {
		background: #2057c7;
	}

	.m2cmImg_p .dsPhone {
		font-size: 24px;
		color: #ccc;
		font-weight: bold;
		line-height: 26px;
		text-align: center;
		margin-bottom: 5px;
	}

	.m2cmImg_p h3 {
		font-size: 20px;
	}

	.m2cmImxx {

		width: 96%;
		margin: 15px auto;
		padding: 1px 1px;
	}
}
