.common_header {
    background-image: url("../../img/common/jypt.jpg");
}

.edu_font_1 {
    color: #362B87;
    font-size: 40rem;
    font-weight: bold;
    line-height: 50rem;
}

.edu_font_2 {
    font-size: 16rem;
    font-weight: 400;
    color: #333333;
    line-height: 37rem;
}

.edu_content {
    padding-top: 60rem;
}

.edu_content_info > img {
    margin-right: 30rem;
    width: 120rem;
    height: auto;
}

.edu_content_title {
    font-size: 40rem;
    font-weight: bold;
    color: #333333;
    line-height: 70rem;
}

.edu_content_info .common_font_1 {
    margin-top: 24rem;
}


.edu_video_content {
    margin-top: 60rem;
    /* height: 632rem; */
	height: auto;
    background-color: rgba(242, 245, 249, 1);
    flex-direction: column;
}

.edu_video_content_left {
    padding:60rem 30rem 30rem 30rem;
    flex: 1;
}

.edu_video_content_box_title {
    margin-top: 30rem;
}

.edu_video_content_box_title > div:last-child {
    margin-top: 15rem;
}

.edu_video_content_left_text {
    margin-top: 30rem;
    width: 100%;
    min-height: 100rem;
    font-size: 28rem;
    line-height:1.5;
}

.edu_video_content_right {
    flex-shrink: 0;
    width: 100%;
    /* height: 600rem; */
	height: auto;
}

.edu_video_content_right .box_video {
    width: 100%;
	height: auto;
}

.edu_video_content_right video {
    width: 921rem;
    height: 100%;
}
.box_video video{
	width: 100%;
}
.edu_content_bottom {
    padding: 60rem 0;
    flex-direction:column-reverse;
}

.edu_content_bottom img {
    width: 100%;
    height: 560rem;
}
/* .swiper-button-next, .swiper-button-prev{
	top: 40% !important;
} */
.img_show {
    flex-shrink: 0;
    width: 100%;
    height: 560rem;
}

.edu_content_bottom_right {
    flex: 1;
    margin-left: 0;
    padding: 50rem 30rem;
}

.edu_content_bottom_right > .common_font_1 {
    margin-top: 24rem;
}

.edu_content_bottom_right_text {
    margin-top: 30rem;
    width: 100%;
    min-height: 164rem;
    font-size: 26rem;
    line-height: 40rem;
}

.swiper-button-next, .swiper-button-prev {
    width: 40rem;
}

