.service {
	position: relative;
	z-index: 3;

}

.service_cont {
	padding: 60px 0;
	background: #fff;
}

.title_service {
	text-align: center;
}

.title_service .p1 {
	font-weight: 400;
	font-size: 36px;
	color: #333333;
	margin-bottom: 27px;
}

.title_service .p2 {
	font-weight: 400;
	font-size: 14px;
	/*color: #999999;*/
}

.box_service_ul {
	height: 300px;
	background-image: url('../image/service/setHxBg.png');
	background-repeat: no-repeat;
	background-position: center bottom;
	display: flex;
	justify-content: center;
	/* 或者使用 bottom */
}

.box_service_ul>div {
	width: 1200px;
	display: flex;
	justify-content: space-between;
	margin-top: 60px;
}

.box_service_ul {
	margin: 0 auto;

}

.box_service_li {
	width: 220px;
	height: 200px;

	border-radius: 10px;
	box-shadow: 0 0 6px 8px rgba(163, 163, 163, 0.15);
	background-color: #edeffc;
}

.box_service_li>div {
	background: #fff;
	height: 196px;
	text-align: center;


}

.box_service_li>div>img {
	margin: 20px 0;
}

.box_service_li_title {
	color: #2471fb;
	font-size: 24px;
	font-weight: bold;
}

.box_service_li_text {
	line-height: 24px;
	color: #999;
	margin-top: 10px;
	padding: 0 10px;
}

.guide {
	text-align: center;
	background-color: #fff;
	padding-top: 50px;
}

.guide_cont {
	display: flex;
	justify-content: center;
	margin-top: 50px;
	padding-bottom: 100px;
}

.guide_cont>div {
	width: 1200px;
}

.guide_cont>div>img {
	width: 100%;
}

.content1 {
	width: 100%;
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.content1 .center-content {
	/* display: flex; */
	flex-wrap: wrap;
	justify-content: center;
	width: 1300px;
	margin: 70px 0;
	margin-left: 30px;
}

.content1 .center-content .items {
	display: flex;
	flex-wrap: wrap;
	width: 1280px;
	margin-top: 40px;
	background-image: url(../image/service/xuexiguiji_background.png);
	background-repeat: no-repeat;
	background-position: 160px 80px;
	background-size: 76%;
	/* padding-left: -20px; */
	/* background-size: 70% auto; */
	/* background-position: 120px 0; */
}

.content1 .center-content .items .item {
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	margin: 40px 0;
	width: 320px;
}

.content1 .center-content .items .item img {
	width: 100px;
	height: 100px;
	border-radius: 50px;
	transition: all .3s;
}

.content1 .center-content .items .item span {
	margin-top: 10px;
	font-size: 12px;
	color: #666;
}

.content1 .center-content .items .item .corner {
	position: absolute;
	top: -36px;
	left: 51%;
	height: 30px;
	width: auto;
	transform: translate(-50%);
}

.content1 {
	background-image: url(../image/service/bg.png);
	background-repeat: no-repeat;
}

.teaching {
	background-color: #fff;
	display: flex;
	justify-content: center;
}

.teaching_tab {
	display: flex;

	justify-content: center;
	margin-top: 50px;
}

.teaching_tab>div {
	display: flex;
	justify-content: space-between;
	width: 940px;
}

.teaching_tab>div>div {
	width: 284px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	background-color: #fff;
	box-shadow: 0 0 6px 8px rgba(163, 163, 163, 0.15);
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
	cursor: pointer;
}

.teaching_tab>div>.newcur {
	background-color: #ffa530;
	color: #fff;
}

.teaching_cont {
	text-align: center;
}

.teaching_ul {
	box-shadow: 0 0 6px 4px rgba(163, 163, 163, 0.15);
	margin-top: 40px;
}

.teaching_ul>.teaching_li {
	display: none;
}

.teaching_ul>.teaching_li>img {
	width: 100%;
}

.teaching_ul>.newcur {
	display: inline-block;
}

.newservice {
	padding: 70px 0;
	background-image: url(../image/service/servicevCh.png);
	background-repeat: no-repeat;
}

.newservice_ul {
	display: flex;
	justify-content: center;
	margin-top: 70px;
}

.ms_ul {

	height: 218px;
	display: flex;
}

.ms_li {
	width: 50%;
	height: 100%;
	background-image: url(../image/service/ms_top.png);
	background-repeat: no-repeat;
	position: relative;

}

.ms_bottom>.ms_li {
	width: 50%;
	background-image: url(../image/service/ms_bottom.png);

}



.ms_left {
	background-position: 320px bottom;
}

.ms_right {
	background-position: 100px bottom;
}

.ms_bottom>.ms_left {
	width: 70%;
	background-position: 540px top;
}

.ms_bottom>.ms_right {
	width: 30%;
	background-position: 40px top;
}

.item_cotn {
	height: 222px;
	background-image: url(../image/service/ms.png);
	background-repeat: no-repeat;
	background-position: center;
	margin-top: -30px;
}

.ms_yellow {
	width: 140px;
	height: 140px;
	line-height: 40px;
	overflow: hidden;
	border-radius: 50%;
	background-image: url(../image/service/yellowyuan.png);
	background-repeat: no-repeat;
	text-align: center;
	color: #fff;
	cursor: pointer;


}

.ms_yellow>div {
	font-size: 28px;
	font-weight: bold;
}

.ms_left>.ms_yellow_left {
	position: absolute;
	top: 0px;
	left: 260px;

}

.ms_left>.ms_yellow_right {
	position: absolute;
	top: -0px;
	right: 50px;
}

.ms_right>.ms_yellow_left {
	position: absolute;
	top: -0px;

	left: 40px;

}

.ms_right>.ms_yellow_right {
	position: absolute;
	top: -0px;
	left: 240px;
}

.item_ms {
	padding: 60px 0;
}

.item_cotn {
	position: relative;
}

.item_cotn>.ms_yellow {
	position: absolute;
	left: 0;
	top: 29px;
	width: 160px;
	height: 160px;

}

.item_cotn>.ms_yellow1 {
	left: 151px;
}

.item_cotn>.ms_yellow2 {
	left: 362px;
}

.item_cotn>.ms_yellow3 {
	left: 570px;
}

.item_cotn>.ms_yellow4 {
	left: 782px;
}

.item_cotn>.ms_yellow5 {
	left: 990px;
}

.ms_blur {
	background-image: url(../image/service/bluryuan.png);

}

.ms_bottom {
	margin-top: -37px;
}

.ms_bottom>.ms_left>.ms_yellow_left {

	left: 477px;
	top: 78px
}

.ms_bottom>.ms_left>.ms_yellow_right {

	left: 680px;
	top: 78px
}

.ms_bottom>.ms_right>.ms_yellow_left {

	left: -19px;
	top: 78px
}

.ms_bottom>.ms_right>.ms_yellow_right {

	left: 184px;
	top: 78px
}


.ms_yellow:hover {
	background-color: #fff;
}

.play-view {
	background-image: linear-gradient(90deg, #ffe3cf, #ffcca1);
	padding: 14px;
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.play-view .video-view {
	position: relative;
	display: flex;
	justify-content: center;
	border-radius: 10px;
	overflow: hidden;
	width: 50vw;
	height: 30vw;
}

.play-view .video-view .player {
	width: 100%;
	height: 100%;
	flex: 1;
	flex-basis: 100%;
}

.video-player {
	display: flex;
	justify-content: center;
	/* align-items: center; */
}

.video-player .right-view {
	position: relative;
	margin-left: 30px;
	width: 200px;
	padding: 0 20px;
	background-image: linear-gradient(#ffe3cf, #ffcca1);
	border-radius: 10px;
	box-shadow: 0 0 20px rgba(0, 0, 0, .15);
}

.video-player .right-view .up {
	transform: rotate(180deg);
}

.video-player .right-view .newbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}

.video-player .right-view .newbtn img {
	height: 14px;
}

.video-player .right-view .menus {
	height: calc(30vw - 52px);
	padding: 0 10px;
	overflow: scroll;
	scrollbar-width: none;
	-ms-overflow-style: none;
}

.video-player .right-view .menus .item {
	height: 100px;
	background-color: #fff;
	border-radius: 10px;
	margin: 10px 0;
	overflow: hidden;
}

.video-player .right-view .menus .item .el-image {
	height: 100%;
	width: 100%;
}

.video-player .right-view .newbtn {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 40px;
}

/* .el-dialog__body {
	padding: 0 !important;
} */

.custom-dialog {
	background-color: hsla(0, 0%, 100%, .7);
}

.custom-dialog .el-dialog {
	background-color: transparent;
	box-shadow: 0 1px 3px transparent;
}

.video-player .right-view .menus::-webkit-scrollbar {
	width: 0 !important;
}

.video-player .close-btn {
	margin-left: 20px;
	align-self: flex-start;
	height: 24px;
	width: 24px;
	cursor: pointer;
}