.mc_j2s1_title1 {
	margin: 130px 0 70px;
	text-align: center;
	font-size: 38px;
	font-weight: bold;
	color: #1d1d1f;
}

.mc_j2s1_list {
	height: calc(100vh - 100px);
	min-height: 540px;
	max-height: 680px;
}
.mc_j2s1_list {
	position: relative;
    z-index: 1;
    width: 100%;
    height: 760px;
}
.mc_j2s1_li {
	position: relative;
	z-index: 10;
	float: left;
	width: 33.333333%;
	height: 100%;
	text-align: center;
	padding: 200px 0 100px;
	padding-top: 5.7%;
	overflow: auto;
}

.mc_j2s1_lisbox {
	display: inline-block;
	vertical-align: top;
	text-align: left;
	width: 465px;
	max-width: calc(100% - 60px);
}

.mc_n1a1s1_txt p {
	font-size: 24px;
	line-height: 1.75;
	color: #d0d0d0;
}

.mc_j2s1_li:not(:last-child) {
	border-right: 1px solid #666;
}

.mc_n1a1s1_title {
	font-size: 40px;
	font-weight: bold;
	color: #fff;
	margin-bottom: 60px;
}



.mc_j2s2 {
    padding: 100px 0 150px;
    background: #f7f7f7;
}
.mc_cont1360{
	width: 1360px;
    margin: 0 auto;
}
.mc_title40 {
    font-size: 40px;
    font-weight: bold;
     color: #1d1d1f;
}
.mc_j2s2_title {
    text-align: center;
    margin-bottom: 90px;
}
.mc_j2s2_content {
    width: calc(50vw + 670px);
}
.mc_j2s2_content {
    max-width: calc(960px + 50%);
}
.mc_j2s2_swiper .swiper-slide {
    width: 330px;
    margin-right: 20px;
}
.mc_j2s2_lisbox {
    position: relative;
    z-index: 1;
}
.mc_list_imgbox img {
    object-fit: cover;
    height: 430px;
}
.mc_list_img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
}
.mc_list_png {
    width: 100%;
    position: relative;
    z-index: 1;
    top: 0;
    left: 0;
}
.mc_j2s2_txtbox {
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 5;
    width: 100%;
    padding: 0 30px;
    transition: all .36s;
}
.mc_j2s2li_title {
    font-size: 32px;
    font-weight: bold;
    line-height: 46px;
    height: 46px;
    overflow: hidden;
    color: #fff;
    margin-bottom: 10px;
}
.mc_j2s2li_txt {
    opacity: 0;
    transition: all .36s;
}

.mc_j2s2li_txt p {
    font-size: 18px;
    line-height: 30px;
    height: 30px;
    overflow: hidden;
    color: #fff;
}

.mc_j2s2_lisbox:hover .mc_j2s2li_txt {
    opacity: 1;
}

.mc_j2s2_lisbox:hover .mc_j2s2_txtbox {
    bottom: 30px;
}

.mc_j2s2_swiper .swiper-button-next {
    right: 100px;
}

.mc_j2s2_swiper .swiper-button-next, .mc_j2s2_swiper .swiper-button-prev {
    width: 60px;
    height: 60px;
    color: #001eb4;
    opacity: 0;
    transition: all .36s;
    background: #fff;
    border-radius: 50%;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    top: calc(50% - 40px);
}
.mc_j2s2_swiper:hover .swiper-button-next, .mc_j2s2_swiper:hover .swiper-button-prev {
    opacity: 1;
}
.mc_j2s2_swiper .swiper-button-next.swiper-button-disabled, .mc_j2s2_swiper .swiper-button-prev.swiper-button-disabled {
    opacity: 0 !important;
}
.swiper-button-next:after, .swiper-button-prev:after{
    font-size: 30px;
}