* {
	padding: 0;
	margin: 0;
	box-sizing: border-box;
	font-family: ' ';
}

body {
	overflow-x: hidden !important;
}

ul li {
	list-style: none;
}

a {
	text-decoration: none;
}

	a:hover {
		text-decoration: none;
	}

img {
	vertical-align: top;
	outline-width: 0ch;
}

:root {
	--main-color: #007092;
	--main-color1: #ff7019;
	--main-color-white: #ffffff;
	--main-color-555: #555555;
	--main-color-999: #999999;
	--main-color-666: #666666;
	--main-color-333: #333333;
	--main-color-888: #888888;
	--main-color-222: #222222;
	--main-transition: all ease 0.4s;
	--main-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

@media only screen and (min-width: 996px) {
	.p_r {
		display: flex;
		align-items: center;
	}

	.p_sou {
		display: flex;
		align-items: center;
		margin-left: 25px;
	}

		.p_sou input {
			display: block;
			width: 200px;
			height: 35px;
			padding-left: 15px;
			outline: none;
			border: 1px solid #efefef;
		}

		.p_sou a {
			display: block;
			width: 50px;
			height: 35px;
			line-height: 35px;
			text-align: center;
			color: var(--main-color-white);
			background-color: var(--main-color);
		}

	.pchead {
		width: 100%;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 99999;
		transition: var(--main-transition);
		height: 80px;
		background-color: var(--main-color-white);
	}

	.pcheader {
		margin: 0 auto;
		transition: var(--main-transition);
		display: flex;
		align-items: center;
		max-width: 1300px;
		justify-content: space-between;
		height: 80px;
	}

	.pclogo img {
		height: 69px;
	}

	.pcnav {
		display: flex;
		align-items: center;
		position: relative;
		z-index: 99;
	}

		.pcnav > li {
			position: relative;
			transition: var(--main-transition);
		}

			.pcnav > li > a {
				display: block;
				height: 80px;
				line-height: 80px;
				font-size: 16px;
				transition: var(--main-transition);
				color: var(--main-color-333);
				padding: 0 20px;
				font-weight: bold;
			}

	.pc_sec_nav {
		position: absolute;
		top: 120%;
		left: 0;
		width: 150px;
		background-color: var(--main-color-white);
		opacity: 0;
		visibility: hidden;
		box-shadow: var(--main-shadow);
		transition: var(--main-transition);
	}

	.pc_sec_item a {
		color: var(--main-color-333);
		font-size: 15px;
		display: block;
		padding: 10px 30px;
		transition: var(--main-transition);
	}

	.pcnav li:hover .pc_sec_nav {
		top: 100% !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.pc_sec_item:hover .pc_third_nav {
		top: 0 !important;
		opacity: 1 !important;
		visibility: visible !important;
	}

	.pc_sec_item:hover .second_a {
		color: var(--main-color-white) !important;
		background-color: var(--main-color);
	}

	.third_a:hover {
		color: var(--main-color-white) !important;
		background-color: var(--main-color);
	}

	.pc_sec_item {
		position: relative;
	}

	.pc_third_nav {
		background-color: var(--main-color-white);
		position: absolute;
		box-shadow: var(--main-shadow);
		left: 100%;
		top: 20%;
		z-index: 998;
		width: 150px;
		opacity: 0;
		visibility: hidden;
		transition: var(--main-transition);
	}

	.third_a {
		color: var(--main-color-666);
	}

	.head_transform {
		max-width: 90% !important;
		height: 72px !important;
	}

	.header_transform {
		background-color: var(--main-color) !important;
		height: 72px !important;
	}

	.ml_mb_head {
		display: none;
	}

	.ml_mb_nav {
		display: none;
	}

	.ml_banner {
		width: 100%;
		z-index: 998 !important;
	}

		.ml_banner:hover .bannerbtnleft {
			left: 10px !important;
			opacity: 1 !important;
		}

		.ml_banner:hover .bannerbtnright {
			right: 10px !important;
			opacity: 1 !important;
		}

		.ml_banner img {
			width: 100%;
		}

	.bannerpage .swiper-pagination-bullet {
		width: 15px !important;
		height: 15px !important;
	}

	.bannerbtn {
		width: 50px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
		font-size: 25px;
		height: 50px !important;
		transition: var(--main-transition);
		background: rgba(0, 0, 0, .7);
		background-image: none !important;
		opacity: 0;
	}

	.bannerbtnleft {
		left: 0 !important;
	}

	.bannerbtnright {
		right: 0 !important;
	}

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		position: relative;
		z-index: 1;
		background-color: var(--main-color);
	}

	.copycon {
		text-align: center;
		max-width: 1200px;
		text-align: center;
		font-size: 14px;
		color: var(--main-color-white);
		margin: 0 auto;
	}

		.copycon a {
			font-size: 14px;
			color: var(--main-color-white);
		}

	.inside {
		max-width: 1300px;
		margin: 0 auto;
		padding: 15px 0;
	}

		.inside p {
			font-size: 14px;
			color: var(--main-color-222);
		}

	.inbanner {
		width: 100%;
		height: 400px;
		background-image: url(../images/inbanner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		margin-top: 80px;
		align-items: center;
		justify-content: center;
		background-attachment: fixed;
	}

		.inbanner strong {
			display: block;
			color: var(--main-color);
			font-size: 30px;
			font-weight: normal;
		}

	.bannerpos {
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		display: flex;
		align-items: center;
		flex-direction: column;
		justify-content: center;
		z-index: 99;
	}

	.ml_banner .swiper-slide {
		position: relative;
	}

	.bannerpos strong {
		display: block;
		color: var(--main-color-white);
		font-size: 70px;
	}

	.banner_a {
		display: block;
		width: 200px;
		height: 50px;
		line-height: 50px;
		text-align: center;
		color: var(--main-color-white);
		margin-top: 20px;
		border-radius: 40px;
		background-color: var(--main-color);
		font-weight: bold;
		font-size: 18px;
	}

	.ml_banner .swiper-slide {
		position: relative;
	}

	.bannerpos {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 99;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bannerposcon {
		width: 1300px;
		margin: 0 auto;
	}

		.bannerposcon p {
			font-size: 24px;
			color: var(--main-color-white);
			margin-bottom: 50px;
			position: relative;
			padding-left: 70px;
		}

			.bannerposcon p::after {
				position: absolute;
				left: 0px;
				width: 55px;
				top: 15px;
				height: 3px;
				content: '';
				background-color: var(--main-color1);
			}

		.bannerposcon h1 {
			font-size: 50px;
			font-weight: normal;
			color: #007092;
			margin-bottom: 35px;
		}

		.bannerposcon span {
			font-size: 20px;
			color: #007092;
			max-width: 960px;
			display: block;
			line-height: 35px;
			margin-bottom: 40px;
		}

	.com_a {
		display: block;
		position: relative;
		width: 190px;
		height: 55px;
		line-height: 55px;
		text-align: center;
		color: var(--main-color-white);
		font-size: 16px;
		background-color: var(--main-color);
		transition: var(--main-transition);
		z-index: 33;
	}

		.com_a::before {
			transition: var(--main-transition);
			position: absolute;
			width: 0%;
			height: 100%;
			background-color: var(--main-color1);
			content: '';
			left: 0;
			z-index: -1;
			top: 0;
		}

	.more_common {
		width: 190px;
		height: 55px;
	}

		.more_common:hover .com_a::before {
			width: 100% !important;
		}

		.more_common:hover .com_a {
			color: var(--main-color-222);
		}

	.con1 {
		width: 100%;
		padding: 80px 0;
	}

	.con1con {
		max-width: 1300px;
		margin: 0 auto;
	}

	.con1_title {
		text-align: center;
		color: #000;
		font-size: 45px;
		margin-bottom: 40px;
	}

	.con1con ul {
		display: flex;
		flex-wrap: wrap;
	}

		.con1con ul li {
			width: calc((100% - 90px) / 4);
			margin-right: 30px;
			margin-bottom: 30px;
			cursor: pointer;
		}

			.con1con ul li:nth-child(4n) {
				margin-right: 0;
			}

			.con1con ul li img {
				width: 70px;
				height: 70px;
				object-fit: cover;
				transition: var(--main-transition);
				display: block;
				margin: 0 auto;
				margin-bottom: 25px;
			}

			.con1con ul li:hover img {
				transform: scale(1.1);
			}

			.con1con ul li p {
				font-size: 20px;
				color: #000;
				font-weight: bold;
				text-align: center;
				margin: 15px 0;
			}

			.con1con ul li span {
				display: block;
				font-size: 15px;
				color: #000;
				line-height: 25px;
				text-align: center;
			}

	.more {
		display: block;
		width: 150px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		margin-top: 30px;
		background-color: var(--main-color);
		color: var(--main-color-white);
		font-size: 14px;
		text-align: center;
	}

	.con2 {
		width: 100%;
		padding: 80px 0;
		background-image: url(../images/bg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con2con {
		max-width: 1300px;
		margin: 0 auto;
	}

		.con2con .con1_title {
			color: var(--main-color-white);
		}

		.con2con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.con2con ul li {
				width: calc((100% - 90px) / 4);
				margin-right: 30px;
				margin-bottom: 30px;
				cursor: pointer;
				background-color: var(--main-color-white);
				/* padding: 20px 0; */
			}

				.con2con ul li:nth-child(4n) {
					margin-right: 0;
				}

	.con2pic {
		width: 100%;
		overflow: hidden;
	}

	.con2con ul li:hover img {
		transform: scale(1.1);
	}

	.con2con ul li img {
		width: 100%;
		transition: var(--main-transition);
		height: 228px;
		object-fit: cover;
		display: block;
		margin: 0 auto;
	}

	.con2con ul li p {
		font-size: 16px;
		padding: 10px;
		color: var(--main-color);
		font-weight: bold;
	}

	.con2con ul li span {
		color: var(--main-color-333);
		width: 100%;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding: 10px 10px;
		font-size: 17px;
		text-align: center;
	}

	.con5 {
		padding: 70px 11.5%;
	}

	.con5new {
		position: relative;
		max-width: 1300px;
		margin: 0 auto;
	}

	.index_newswiper .swiper-slide {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.con5newleft {
		width: 48%;
	}

	.con5newright {
		width: 48%;
	}

		.con5newright img {
			width: 100%;
		}

	.indexnewbtnleft {
		left: -50px !important;
	}

	.indexnewbtnright {
		right: -50px !important;
	}

	.date {
		padding-bottom: 15px;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 15px;
	}

		.date strong {
			display: block;
			color: #9b9b9b;
			font-size: 24px;
		}

		.date span {
			color: #9b9b9b78;
			font-size: 16px;
			display: block;
			margin-top: 5px;
			font-weight: bold;
		}

	.con5newleft .titlea {
		font-size: 24px;
		color: #333;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		margin-bottom: 15px;
	}

	.con5newleft p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 18px;
		color: #4e4e4e;
		margin-top: 10px;
		line-height: 30px;
	}

	.more2 {
		display: block;
		margin-top: 55px;
		width: 150px;
		height: 42px;
		text-align: center;
		line-height: 42px;
		border: 1px solid #cccccc;
		border-radius: 3px;
		font-size: 16px;
		color: #666;
		transition: all ease 0.4s;
	}

		.more2:hover {
			background-color: var(--main-color);
			color: #fff !important;
			border: 1px solid var(--main-color);
		}

	.con2top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		max-width: 1300px;
		margin: 0 auto;
		margin-bottom: 35px;
	}

	.more1 {
		display: block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		transition: all ease 0.4s;
		font-size: 15px;
		color: #fff;
		background-color: var(--main-color);
		border-radius: 26px 6px 26px 6px;
	}

		.more1:hover {
			border-radius: 40px !important;
		}

	.title h1 {
		letter-spacing: 2px;
		color: #e6f1e6;
		font-size: 68px;
	}

	.title strong {
		color: #212529;
		font-size: 46px;
		display: block;
		margin-top: -58px;
		position: relative;
	}

		.title strong::after {
			position: absolute;
			content: '';
			width: 60px;
			height: 9px;
			background-color: #1a9e98;
			left: 0;
			bottom: -25px;
		}

	.i_n_pagbtn {
		display: none;
	}

	.con3 {
		width: 100%;
		padding: 80px 0;
		background-image: url(../images/bg2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con3con {
		max-width: 1300px;
		margin: 0 auto;
	}

	.con3 .con1_title {
		color: var(--main-color-white);
	}

	.con3con ul {
		display: flex;
		flex-wrap: wrap;
	}

		.con3con ul li {
			width: calc((100% - 60px) / 3);
			margin-right: 30px;
			margin-bottom: 30px;
			cursor: pointer;
		}

			.con3con ul li:hover img {
				transform: scale(1.05);
			}

			.con3con ul li:nth-child(3n) {
				margin-right: 0;
			}

			.con3con ul li img {
				transition: var(--main-transition);
				display: block;
				width: 110px;
				height: 110px;
				object-fit: cover;
				margin: 0 auto;
			}

			.con3con ul li p {
				color: var(--main-color-white);
				text-align: center;
				padding: 15px 0;
				font-size: 20px;
			}

			.con3con ul li span {
				color: var(--main-color-white);
				display: block;
				text-align: center;
				font-size: 15px;
			}

	.foot {
		padding: 50px 0;
		background-color: var(--main-color-222);
	}

	.footer {
		max-width: 1300px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.footeritem {
		width: calc((100% - 90px) / 3);
		margin-right: 45px;
	}

		.footeritem:nth-child(3n) {
			margin-right: 0;
		}

		.footeritem > strong {
			font-size: 20px;
			color: var(--main-color-white);
			font-weight: 100;
			display: block;
			margin-bottom: 30px;
			position: relative;
			width: 100%;
			text-align: center;
		}

			.footeritem > strong::after {
				width: 100%;
				height: 3px;
				background-color: var(--main-color);
				content: '';
				position: absolute;
				bottom: -13px;
				left: 0;
			}

	.footeritem1 ul li {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

		.footeritem1 ul li img {
			width: 20px;
			display: block;
			margin-right: 10px;
			height: 20px;
			object-fit: contain;
		}

		.footeritem1 ul li span {
			color: var(--main-color-white);
			font-size: 14px;
		}

	.footeritem2 ul {
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.footeritem2 ul li {
			width: 31%;
			margin-right: 2%;
		}

			.footeritem2 ul li img {
				width: 100%;
			}

			.footeritem2 ul li p {
				text-align: center;
				margin: 10px 0;
				color: var(--main-color-white);
				font-size: 14px;
			}

	.footeritem3 ul {
		display: flex;
		align-items: center;
		flex-wrap: wrap;
	}

		.footeritem3 ul li {
			width: 31%;
		}

			.footeritem3 ul li a {
				color: var(--main-color-white);
				font-size: 14px;
				margin-bottom: 25px;
				display: block;
			}

	.con7 {
		width: 100%;
		padding: 50px 0;
		background-image: url(../images/bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.con7con {
		max-width: 1200px;
		margin: 0 auto;
	}

		.con7con .con_title strong {
			color: var(--main-color-white);
		}

		.con7con .con_title p {
			color: var(--main-color-white);
		}

	.indexcase {
		width: 1200px;
		height: 360px;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
		background: url(../images/line.jpg) center center no-repeat;
	}

	.course_slide {
		width: 300px !important;
		height: 360px;
		overflow: hidden;
		margin: 0 -100px 0 0;
		padding: 230px 20px 20px;
		background: url(../images/course_bg02.png) center bottom no-repeat;
		float: left;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

		.course_slide p {
			width: 100%;
			height: 36px;
			overflow: hidden;
			line-height: 36px;
			color: #262626;
			font-size: 24px;
			margin: 0 auto 10px;
			padding: 0;
		}

		.course_slide span {
			display: block;
			width: 100%;
			overflow: hidden;
			line-height: 24px;
			color: #666;
			font-size: 14px;
			text-align: justify;
			margin: 0 auto;
			padding: 0;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
		}

		.course_slide em {
			font-style: normal;
			font-weight: bold;
		}

		.course_slide:nth-child(2n+2) {
			background: url(../images/course_bg01.png) center top no-repeat;
			padding: 20px 20px 230px;
		}

	.con_title {
		margin-bottom: 50px;
	}

		.con_title strong {
			display: block;
			text-align: center;
			color: var(--main-color-222);
			font-weight: normal;
			font-size: 32px;
			margin-bottom: 10px;
		}

		.con_title p {
			text-align: center;
			color: var(--main-color-999);
			font-size: 15px;
		}

	.con7con .con_title p {
		color: var(--main-color-white);
	}

	.aboutus1 {
		width: 100%;
		padding: 50px 0;
		padding-top: 15px;
	}

	.aboutus1con {
		max-width: 1300px;
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.aboutus1left {
		width: 48%;
	}

		.aboutus1left img {
			width: 100%;
		}

	.aboutus1right {
		width: 48%;
	}

		.aboutus1right strong {
			display: block;
			font-size: 22px;
			font-weight: normal;
			color: #000;
			margin-bottom: 20px;
		}

		.aboutus1right p {
			font-size: 15px;
			color: var(--main-color-222);
			line-height: 30px;
		}

	.aboutus2 {
		padding: 100px 0;
		background-color: #edecee;
	}

	.aboutus2con {
		max-width: 1300px;
		margin: 0 auto;
	}

		.aboutus2con ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.aboutus2con ul li {
				flex: 1;
				display: flex;
				align-items: center;
			}

	.li_r {
		margin-left: 20px;
	}

	.l_l {
		width: 140px;
		height: 140px;
		border-radius: 50%;
		background-color: var(--main-color);
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.l_l img {
			width: 55px;
			height: 55px;
		}

	.li_r p {
		font-size: 35px;
		color: var(--main-color-222);
		margin-bottom: 15px;
	}

	.li_r span {
		display: block;
		font-size: 16px;
		color: var(--main-color);
	}

	.titles {
		margin-bottom: 50px;
	}

		.titles strong {
			display: block;
			font-weight: 100;
			font-size: 30px;
			text-align: center;
			position: relative;
			margin-bottom: 50px;
		}

			.titles strong::after {
				position: absolute;
				width: 70px;
				height: 2px;
				background-color: var(--main-color);
				left: 50%;
				transform: translateX(-50%);
				bottom: -20px;
				content: '';
			}

		.titles p {
			text-align: center;
			line-height: 25px;
			font-size: 16px;
			color: var(--main-color-666);
		}

	.aboutus3 {
		width: 100%;
		padding: 50px 0;
	}

	.aboutus3con {
		max-width: 1300px;
		margin: 0 auto;
	}

		.aboutus3con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.aboutus3con ul li {
				width: calc((100% - 60px) / 4);
				margin-right: 20px;
				margin-bottom: 20px;
				padding: 5px;
				cursor: pointer;
				overflow: hidden;
			}

				.aboutus3con ul li img {
					width: 100%;
					transition: var(--main-transition);
					height: 240px;
					object-fit: contain;
				}

				.aboutus3con ul li:hover img {
					transform: scale(1.1);
				}

				.aboutus3con ul li:nth-child(4n) {
					margin-right: 0;
				}
}

@media only screen and (max-width: 996px) {
	.aboutus3 {
		padding: 30px 15px;
	}

	.aboutus3con {
		width: 100%;
	}

		.aboutus3con ul {
			display: flex;
			flex-wrap: wrap;
		}

			.aboutus3con ul li {
				width: 100%;
				margin-bottom: 20px;
				padding: 5px;
				cursor: pointer;
				overflow: hidden;
			}

				.aboutus3con ul li img {
					width: 100%;
				}

				.aboutus3con ul li:hover img {
					transform: scale(1.1);
				}

				.aboutus3con ul li:nth-child(4n) {
					margin-right: 0;
				}

	.titles {
		margin-bottom: 30px;
	}

		.titles strong {
			display: block;
			font-weight: 100;
			font-size: 20px;
			text-align: center;
			position: relative;
			margin-bottom: 30px;
		}

			.titles strong::after {
				position: absolute;
				width: 70px;
				height: 2px;
				background-color: var(--main-color);
				left: 50%;
				transform: translateX(-50%);
				bottom: -15px;
				content: '';
			}

		.titles p {
			text-align: center;
			line-height: 25px;
			font-size: 14px;
			color: var(--main-color-666);
		}

	.aboutus2 {
		padding: 30px 15px;
		background-color: #edecee;
	}

	.aboutus2con {
		margin: 0 auto;
	}

		.aboutus2con ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.aboutus2con ul li {
				width: 100%;
				display: flex;
				flex-wrap: wrap;
				align-items: center;
				margin-bottom: 25px;
			}

	.li_r {
		margin-top: 20px;
		width: 100%;
	}

	.l_l {
		width: 100px;
		height: 100px;
		margin: 0 auto;
		border-radius: 50%;
		background-color: var(--main-color);
		display: flex;
		align-items: center;
		justify-content: center;
	}

		.l_l img {
			width: 40px;
			height: 40px;
		}

	.li_r p {
		font-size: 22px;
		text-align: center;
		color: var(--main-color-222);
		margin-bottom: 10px;
	}

	.li_r span {
		display: block;
		text-align: center;
		font-size: 13px;
		color: var(--main-color);
	}

	.aboutus1 {
		width: 100%;
		padding: 30px 15px;
	}

	.aboutus1con {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
	}

	.aboutus1left {
		width: 100%;
		margin-bottom: 25px;
	}

		.aboutus1left img {
			width: 100%;
		}

	.aboutus1right {
		width: 100%;
	}

		.aboutus1right strong {
			line-height: 35px;
			display: block;
			font-size: 18px;
			font-weight: normal;
			color: #000;
			margin-bottom: 15px;
		}

		.aboutus1right p {
			font-size: 14px;
			color: var(--main-color-222);
			line-height: 30px;
		}

	.con7 {
		width: 100%;
		padding: 30px 15px;
		background-image: url(../images/bg3.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		background-position: center;
	}

	.con7con {
		margin: 0 auto;
	}

		.con7con .con_title strong {
			color: var(--main-color-white);
			text-align: center;
			font-size: 22px;
			margin-bottom: 10px;
			display: block;
		}

		.con7con .con_title p {
			color: var(--main-color-white);
			text-align: center;
			margin-bottom: 15px;
			line-height: 30px;
		}

	.indexcase {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		padding: 0;
	}

	.course_slide {
		height: 360px;
		overflow: hidden;
		margin: 0 -100px 0 0;
		background-color: var(--main-color-white);
		padding: 20px;
	}

		.course_slide p {
			width: 100%;
			height: 36px;
			overflow: hidden;
			line-height: 36px;
			color: #262626;
			font-size: 20px;
			margin: 0 auto 10px;
			padding: 0;
		}

		.course_slide span {
			display: block;
			width: 100%;
			overflow: hidden;
			line-height: 24px;
			color: #666;
			font-size: 14px;
			text-align: justify;
			margin: 0 auto;
			padding: 0;
			display: -webkit-box;
			-webkit-box-orient: vertical;
			-webkit-line-clamp: 3;
		}

		.course_slide em {
			font-style: normal;
			font-weight: bold;
		}

	.foot {
		width: 100%;
		padding: 30px 15px;
		background-color: #333333;
	}

	.footer {
		margin: 0 auto;
		display: flex;
		flex-wrap: wrap;
	}

	.footeritem {
		width: 100%;
		margin-bottom: 25px;
	}

		.footeritem > strong {
			font-size: 18px;
			color: var(--main-color-white);
			font-weight: 100;
			display: block;
			margin-bottom: 30px;
			position: relative;
		}

			.footeritem > strong::after {
				width: 70px;
				height: 3px;
				background-color: var(--main-color);
				content: '';
				position: absolute;
				bottom: -13px;
				left: 0;
			}

	.footeritem1 ul li {
		display: flex;
		align-items: center;
		margin-bottom: 15px;
	}

		.footeritem1 ul li img {
			width: 20px;
			display: block;
			margin-right: 10px;
			height: 20px;
			object-fit: contain;
		}

		.footeritem1 ul li span {
			color: var(--main-color-white);
			font-size: 14px;
		}

	.footeritem2 ul {
		display: flex;
		align-items: center;
	}

		.footeritem2 ul li {
			width: 31%;
			margin-right: 2%;
		}

			.footeritem2 ul li img {
				width: 100%;
			}

			.footeritem2 ul li p {
				text-align: center;
				margin: 10px 0;
				color: var(--main-color-white);
				font-size: 14px;
			}

	.footeritem3 ul {
		display: flex;
		align-items: center;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.footeritem3 ul li {
			width: 50%;
		}

			.footeritem3 ul li a {
				color: var(--main-color-white);
				font-size: 14px;
				margin-bottom: 25px;
				display: block;
			}

	.con3 {
		width: 100%;
		padding: 30px 15px;
		background-image: url(../images/bg2.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con3con {
		margin: 0 auto;
	}

	.con3 .con1_title {
		color: var(--main-color-white);
	}

	.con3con ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.con3con ul li {
			width: 48%;
			margin-bottom: 20px;
			cursor: pointer;
		}

			.con3con ul li:hover img {
				transform: scale(1.05);
			}

			.con3con ul li img {
				transition: var(--main-transition);
				display: block;
				width: 70px;
				height: 70px;
				object-fit: cover;
				margin: 0 auto;
			}

			.con3con ul li p {
				color: var(--main-color-white);
				text-align: center;
				padding: 10px 0;
				font-size: 16px;
			}

			.con3con ul li span {
				color: var(--main-color-white);
				display: block;
				text-align: center;
				font-size: 13px;
			}

	.indexnewbtn {
		display: none;
	}

	.i_n_pagbtn span {
		margin: 0 5px;
		background-color: var(--main-color);
		width: 15px;
		height: 15px;
	}

	.more1 {
		display: block;
		width: 120px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		transition: all ease 0.4s;
		font-size: 15px;
		color: #fff;
		background-color: var(--main-color);
		border-radius: 26px 6px 26px 6px;
	}

	.con2top {
		display: flex;
		flex-wrap: wrap;
		align-items: center;
		justify-content: space-between;
		margin-bottom: 25px;
	}

	.title1 {
		margin-bottom: 30px;
	}

	.title h1 {
		letter-spacing: 2px;
		color: #e6f1e6;
		font-size: 25px;
	}

	.title strong {
		color: #212529;
		font-size: 24px;
		display: block;
		margin-top: -22px;
		position: relative;
	}

	.con5 {
		padding: 30px 15px;
	}

	.con5new {
		position: relative;
		width: 100%;
		margin: 0 auto;
	}

	.index_newswiper .swiper-slide {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		align-items: center;
	}

	.con5newleft {
		width: 100%;
	}

	.con5newright {
		width: 100%;
		margin-top: 20px;
	}

		.con5newright img {
			width: 100%;
		}

	.indexnewbtnleft {
		left: 0px !important;
	}

	.indexnewbtnright {
		right: 0px !important;
	}

	.date {
		padding-bottom: 15px;
		border-bottom: 1px solid #e4e4e4;
		margin-bottom: 15px;
	}

		.date strong {
			display: block;
			color: #9b9b9b;
			font-size: 24px;
		}

		.date span {
			color: #9b9b9b78;
			font-size: 16px;
			display: block;
			margin-top: 5px;
			font-weight: bold;
		}

	.con5newleft .titlea {
		font-size: 24px;
		color: #333;
		display: block;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		width: 100%;
		margin-bottom: 15px;
	}

	.con5newleft p {
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
		font-size: 18px;
		color: #4e4e4e;
		margin-top: 10px;
		line-height: 30px;
	}

	.more2 {
		display: block;
		margin-top: 25px;
		width: 150px;
		height: 42px;
		text-align: center;
		line-height: 42px;
		border: 1px solid #cccccc;
		border-radius: 3px;
		font-size: 16px;
		color: #666;
		transition: all ease 0.4s;
	}

		.more2:hover {
			background-color: #139e8f;
			color: #fff !important;
		}

	.con2 {
		width: 100%;
		padding: 30px 15px;
		background-image: url(../images/bg1.jpg);
		background-repeat: no-repeat;
		background-size: cover;
	}

	.con2con {
		margin: 0 auto;
	}

		.con2con .con1_title {
			color: var(--main-color-white);
		}

		.con2con ul {
			display: flex;
			flex-wrap: wrap;
			justify-content: space-between;
		}

			.con2con ul li {
				width: 48%;
				margin-bottom: 20px;
				cursor: pointer;
				background-color: var(--main-color-white);
				padding: 10px 0;
			}

	.con2pic {
		width: 100%;
		overflow: hidden;
	}

	.con2con ul li:hover img {
		transform: scale(1.1);
	}

	.con2con ul li img {
		width: 100%;
		transition: var(--main-transition);
		height: 150px;
		object-fit: contain;
		display: block;
		margin: 0 auto;
	}

	.con2con ul li p {
		font-size: 14px;
		padding: 10px;
		color: var(--main-color);
		font-weight: bold;
	}

	.con2con ul li span {
		color: var(--main-color-333);
		width: 100%;
		font-size: 13px;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		-webkit-line-clamp: 1;
		padding: 0 10px;
	}

	.con1 {
		width: 100%;
		padding: 30px 15px;
	}

	.con1con {
		margin: 0 auto;
	}

	.con1_title {
		text-align: center;
		color: #000;
		font-size: 25px;
		margin-bottom: 25px;
	}

	.con1con ul {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

		.con1con ul li {
			width: 48%;
			margin-bottom: 20px;
			cursor: pointer;
		}

			.con1con ul li img {
				width: 45px;
				height: 45px;
				object-fit: cover;
				transition: var(--main-transition);
				display: block;
				margin: 0 auto;
				margin-bottom: 15px;
			}

			.con1con ul li p {
				font-size: 15px;
				color: #000;
				font-weight: bold;
				text-align: center;
				margin: 5px 0;
			}

			.con1con ul li span {
				display: block;
				font-size: 13px;
				color: #000;
				line-height: 25px;
				width: 100%;
				overflow: hidden;
				text-overflow: ellipsis;
				display: -webkit-box;
				-webkit-box-orient: vertical;
				-webkit-line-clamp: 2;
				text-align: center;
			}

	.more {
		display: block;
		width: 130px;
		height: 40px;
		line-height: 40px;
		margin: 0 auto;
		margin-top: 20px;
		background-color: var(--main-color);
		color: var(--main-color-white);
		font-size: 14px;
		text-align: center;
	}

	.ml_banner .swiper-slide {
		position: relative;
	}

	.bannerpos {
		position: absolute;
		width: 100%;
		left: 0;
		top: 0;
		height: 100%;
		z-index: 99;
		display: flex;
		align-items: center;
		justify-content: center;
	}

	.bannerposcon {
		margin: 0 auto;
		padding: 0 15%;
	}

		.bannerposcon p {
			font-size: 18px;
			display: none;
			color: var(--main-color-white);
			margin-bottom: 50px;
			position: relative;
			padding-left: 70px;
		}

			.bannerposcon p::after {
				position: absolute;
				left: 0px;
				width: 55px;
				top: 15px;
				height: 3px;
				content: '';
				background-color: var(--main-color1);
			}

		.bannerposcon h1 {
			font-size: 22px;
			font-weight: normal;
			color: var(--main-color-white);
			text-align: center;
			margin-bottom: 20px;
		}

		.bannerposcon span {
			font-size: 14px;
			color: var(--main-color-white);
			display: block;
			line-height: 25px;
			text-align: center;
			margin-bottom: 20px;
		}

	.com_a {
		display: block;
		position: relative;
		width: 140px;
		height: 40px;
		line-height: 40px;
		text-align: center;
		color: var(--main-color-white);
		font-size: 14px;
		background-color: var(--main-color);
		transition: var(--main-transition);
		z-index: 33;
		margin: 0 auto;
	}

		.com_a::before {
			transition: var(--main-transition);
			position: absolute;
			width: 0%;
			height: 100%;
			background-color: var(--main-color1);
			content: '';
			left: 0;
			z-index: -1;
			top: 0;
		}

	.more_common {
		width: 190px;
		margin: 0 auto;
		height: 55px;
	}

		.more_common:hover .com_a::before {
			width: 100% !important;
		}

	.inbanner {
		width: 100%;
		height: 200px;
		background-image: url(../images/inbanner.jpg);
		background-repeat: no-repeat;
		background-size: cover;
		display: flex;
		margin-top: 60px;
		align-items: center;
		justify-content: center;
	}

		.inbanner strong {
			display: block;
			color: var(--main-color);
			font-size: 25px;
			font-weight: normal;
		}

	.inside {
		margin: 0 auto;
		padding: 15px;
	}

		.inside p {
			font-size: 14px;
			color: var(--main-color-222);
		}

	.copy {
		width: 100%;
		text-align: center;
		padding: 15px;
		background-color: #3b3d40;
		margin-bottom: 60px;
	}

	.copycon {
		text-align: center;
		text-align: center;
		font-size: 13px;
		color: var(--main-color-999);
		margin: 0 auto;
	}

		.copycon a {
			font-size: 13px;
			color: var(--main-color-999);
		}

	.ml_banner {
		width: 100%;
		margin-top: 60px !important;
	}

		.ml_banner img {
			width: 100%;
			height: 300px;
			object-fit: cover;
		}

	.bannerpage .swiper-pagination-bullet {
		width: 10px !important;
		height: 10px !important;
	}

	.bannerbtn {
		width: 40px !important;
		height: 40px !important;
		display: flex;
		align-items: center;
		justify-content: center;
		color: var(--main-color-white);
		font-size: 25px;
		transition: var(--main-transition);
		background: rgba(0, 0, 0, .7);
		background-image: none !important;
	}

	.pchead {
		display: none;
	}

	.pcnav {
		display: none;
	}

	.ml_mb_arrowChange {
		transform: rotate(90deg);
	}

	.ml_mbnav_3 {
		display: none;
	}

	.ml_mbnav_3_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #efefef;
	}

		.ml_mbnav_3_item > a {
			display: block;
			width: 100%;
			height: 40px;
			line-height: 40px;
			color: var(--main-color-666);
			font-size: 14px;
			padding-left: 35px;
		}

	.ml_mb_nav i {
		font-size: 22px !important;
		transition: var(--main-transition);
	}

	.ml_mbnav_2_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
		background-color: #e3e3e3;
	}

		.ml_mbnav_2_item > a {
			display: block;
			height: 40px;
			width: 100%;
			line-height: 40px;
			color: var(--main-color-666);
			font-size: 14px;
			padding-left: 20px;
		}

	.ml_mbnav_2 {
		display: none;
	}

	.ml_mbnav_1_item > a {
		display: block;
		height: 40px;
		line-height: 40px;
		color: var(--main-color-666);
		font-size: 14px;
		width: 100%;
	}

	.ml_mbnav_1_item {
		display: flex;
		padding: 0 20px;
		justify-content: space-between;
		align-items: center;
		border-bottom: 1px solid #f3f3f3;
	}

	.ml_mb_nav {
		width: 100%;
		height: calc(100% - 60px);
		position: fixed;
		top: 60px;
		right: -100%;
		background-color: var(--main-color-white);
		z-index: 100;
		border-top: 1px solid #ccc;
		overflow: scroll;
		padding: 20px 0;
		transition: var(--main-transition);
	}

	.mb_navShow {
		right: 0 !important;
	}

	.hb_fadeout {
		opacity: 0 !important;
	}

	.change2 {
		transform: translateY(-10px) rotate(-45deg);
	}

	.change1 {
		transform: translateY(10px) rotate(45deg);
	}

	.hb span {
		display: block;
		width: 30px;
		height: 1px;
		background-color: var(--main-color-333);
		transition: var(--main-transition);
	}

	.hb {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
		height: 20px;
		flex-direction: column;
	}

	.ml_mb_logo img {
		height: 50px;
	}

	.ml_mb_head {
		display: flex;
		height: 60px;
		padding: 0 20px;
		background-color: var(--main-color-white);
		position: fixed;
		top: 0;
		left: 0;
		align-items: center;
		justify-content: space-between;
		box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
		width: 100%;
		z-index: 99999;
	}

	.ml_pcheader {
		display: none;
	}
}
