.contanier {
	width: 100%;
	background-color: rgba(247, 247, 247, 1);
	padding-bottom: 30px;
}

.patternOne_text {
	font-family: 'Arial Negreta', 'Arial';
	font-weight: 700;
	font-style: normal;
	font-size: 18px;
}

.patternOne_text_1 {
	font-family: 'Arial Normal', 'Arial';
	font-weight: 400;
	font-style: normal;
	font-size: 13px;
	color: #858993;
}

.patternOne_text_1 table{
  margin: 0 auto;
}

.patternOne_t {
	text-align: center;
	font-weight: 700;
	font-style: normal;
	font-size: 28px;
	padding: 40px 0;
}

/* 详情样式1 */
.patternOne_1 {
	width: 62.5%;
	margin: 0 auto 98px;
}

.patternOne_1_c {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.patternOne_1_c li {
	width: 32.5%;
	padding: 45px 0;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
}

.patternOne_1_c li p {
	margin: 0 20px;
}

.patternOne_1_c li p:nth-child(2) {
	margin: 31px 0;
}

.patternOne_1_c li img {
	width: 60px;
}

.patternOne_2 {
	width: 100%;
	background-color: white;
}

.patternOne_3 {
	padding-bottom: 65px;
}

.patternOne_3_c {
	width: 62.5%;
	margin: 0 auto;
	background-color: white;
	padding: 20px 20px 40px;
}

.patternOne_3UL {
	background-color: rgba(250, 250, 250, 1);
	display: flex;
	text-align: center;
}

.patternOne_3UL li {
	width: 32.5%;
	padding: 45px;
}

.patternOne_3UL li img {
	width: 60px;
	height: 60px;
}

.patternOne_3UL li p {
	margin: 0 20px;
}

.patternOne_3UL li p:nth-child(2) {
	margin: 31px 0;
}

.patternOne_3UL_2 {
	display: flex;
	margin-top: 56px;
}

.patternOne_3UL_2 li {
	margin: 0 20px;
	border-left: 4px solid rgba(9, 72, 125, 1);
	padding-left: 22px;
}

.patternOne_3UL_2 li p:nth-child(2) {
	margin-top: 10px;
}

.patternOne_4 {
	width: 100%;
	background-color: white;
	padding-bottom: 65px;
}

.patternOne_4_c {
	width: 62.5%;
	margin: 0 auto;
}

.patternOne_4_c li:nth-child(1) {
	margin-top: 0;
}

.patternOne_4_c li {
	padding: 20px;
	display: flex;
	align-items: center;
	border: 1px solid rgba(224, 224, 224, 1);
	margin-top: 20px;
}

.patternOne_4_c li img {
	width: 60px;
	height: 60px;
}

.patternOne_4_c li p:nth-child(1) {
	margin-bottom: 20px;
}

.patternOne_4_item {
	margin-left: 20px;
}

/* 详情样式2 */
.patternTwo_1 {
	width: 62.5%;
	margin: 0 auto;
	padding-bottom: 65px;
}

.patternTwo_1_c {
	display: flex;
	text-align: center;
	flex-wrap: wrap;
}

.patternTwo_1_c li {
	width: 32.5%;
	padding: 45px 0;
	background-color: white;
	border-bottom: 1px solid rgba(228, 228, 228, 1);
	border-right: 1px solid rgba(228, 228, 228, 1);
}

.patternTwo_1_c li:nth-child(3n) {
	border-right: none;
}

.patternTwo_1_c li:nth-last-child(1),
.patternTwo_1_c li:nth-last-child(2),
.patternTwo_1_c li:nth-last-child(3) {
	border-bottom: none;
}

.patternTwo_1_c li p {
	margin: 0 20px;
}

.patternTwo_1_c li p:nth-child(2) {
	margin: 31px 0;
}

.patternTwo_1_c li img {
	width: 60px;
}

.patternTwo_1_c li:hover {
	-moz-box-shadow: 0px 0px 14px rgba(0, 0, 0, 0.137254901960784);
	-webkit-box-shadow: 0px 0px 14px rgb(0 0 0 / 14%);
	box-shadow: 0px 0px 14px rgb(0 0 0 / 14%);
	border: none;
	transform: scale(1.02);
}

.patternTwo_3_c {
	width: 62.5%;
	margin: 0 auto;
}

.patternTwo_3_video {
	width: 58.5%;
	margin: 20px auto 45px;
}

.video_v {
	position: relative;
}

.video_v .video-img {
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.1);
	position: absolute;
	top: 0;
	left: 0;
}

.video_v .video-img img {
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -30px;
	margin-top: -30px;
}

.patternTwo_3UL {
	display: flex;
	padding-bottom: 65px;
}

.patternTwo_3UL li {
	width: 31.67%;
	background-color: white;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
}

.patternTwo_3UL li:nth-child(2) {
	margin: 0 30px;
}

.patternTwo_3UL li img {
	width: 100%;
}

.patternTwo_3UL li p:nth-child(2) {
	margin: 20px;
	border-left: 4px solid rgba(9, 72, 125, 1);
	padding-left: 22px;
}

.patternTwo_3UL li p:nth-child(3) {
	margin: 0 20px;
	padding-bottom: 20px;
}

/* 详情样式3 */
.patternThree_3UL {
	width: 62.5%;
	margin: 0 auto;
}

.patternThree_3UL li:nth-child(1) {
	margin-top: 0;
}

.patternThree_3UL li {
	display: flex;
	/* align-items: center; */
	box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
	margin-top: 20px;
}

.patternThree_3UL li:nth-child(2n) {
	flex-direction: row-reverse;
	justify-content: space-between;
}

.patternThree_3UL li div:nth-child(1) {
	width: 36.67%;
}

.patternThree_3UL li div:nth-child(2) {
	width: 62.33%;
	padding: 20px;
}

.patternThree_4_item p:nth-child(2) {
	margin-top: 20px;
}

.patternThree_4_item p:nth-child(1) {
	border-left: 4px solid rgba(9, 72, 125, 1);
	padding-left: 22px
}

.patternThree_3UL li img {
	width: 100%;
	height: 100%;
}

/* 详情样式4 */
.patternFour_1 {
	width: 62.5%;
	margin: 0 auto 98px;
}

.patternFour_1_c {
	display: flex;
	justify-content: space-between;
	text-align: center;
}

.patternFour_1_c li {
	width: 24.17%;
	padding: 45px 0;
	background-color: white;
	border-radius: 4px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
}

.patternFour_1_c li p {
	margin: 0 20px;
}

.patternFour_1_c li p:nth-child(2) {
	margin: 31px 0;
}

.patternFour_1_c li img {
	width: 60px;
}

.patternFour_3 {
	margin-bottom: 65px;
}

.patternFour_3UL {
	width: 62.5%;
	margin: 0 auto;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.patternFour_3UL li {
	background-color: white;
	width: 48%;
	height: 230px;
	display: flex;
	margin: 0 10px;
	justify-content: space-between;
	margin-top: 20px;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
}
@media (min-width: 1160px) and (max-width: 1614px){
	.patternFour_3UL li {
		width: 47%;
	}
}
@media (max-width: 1256px){
	.patternFour_3UL li {
		width: 100%;
	}
}
.patternFour_3UL li:nth-child(2n) {
	/* */
}

.patternFour_3UL li div:nth-child(1) {
	/* width: 46.61%; */
	width: 290px;
}

.patternFour_3UL li div:nth-child(2) {
	width: 53.39%;
	padding: 20px;
}

.patternFour_3UL li img {
	width: 100%;
	height: 100%;

}

/* 详情样式5 */

.patternFive_3UL {
	display: flex;
	padding-bottom: 65px;
}

.patternFive_3UL li {
	width: 24.17%;
	background-color: white;
	box-shadow: 0px 0px 2px rgb(0 0 0 / 14%);
}

.patternFive_3UL li {
	margin: 0 15px;
}

.patternFive_3UL li img {
	width: 100%;
}

.patternFive_3UL li p:nth-child(2) {
	margin: 20px;
	border-left: 4px solid rgba(9, 72, 125, 1);
	padding-left: 22px;
}

.patternFive_3UL li p:nth-child(3) {
	margin: 0 20px;
	padding-bottom: 20px;
}

/* 轮播图 */
.bodyCon08 {
	background: none
}

.bodyCon08 .students {
	margin: 0 auto;
	width: 62.5%;
	height: 400px;
	position: relative;
}

#four_flash {
	position: relative;
	width: 100%;
	height: 400px;
	margin: 0 auto;
	position: absolute;
	bottom: 40px;
}

#four_flash .flashBg {
	width: 100%;
	height: 400px;
	/* margin: 0 auto; */
	position: relative;
	overflow: hidden;
}

#four_flash .flashBg ul.mobile {
	width: 2000%;
	height: 400px;
	position: absolute;
	
	left: 0;
}

#four_flash .flashBg ul.mobile li {
	/* border: 10px solid #dadce3; */
	float: left;
	width: 400px;
	height: 300px;
	/* margin-left: 26px; */
	padding-top: 40px;
	color: #6C6E85;
}


#four_flash .flashBg ul.mobile li img {
	width: 100%;
	height: 300px;
	/* display: block; */
	
}

#four_flash .but_left {
	width: 50px;
	height: 300px;
	color: #000000;
	text-align: center;
	font-size: 30px;
	background-color: rgba(247, 247, 247, 1);
	position: absolute;
	top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	left: 0px;
}

#four_flash .but_right {
	width: 50px;
	height: 300px;
	color: #000000;
	text-align: center;
	font-size: 30px;
	background-color: rgba(247, 247, 247, 1);
	position: absolute;
	top: 40px;
	display: flex;
	align-items: center;
	justify-content: center;
	right: 0px;
}

/* #four_flash .but_left:hover {
	background: url(img/qianxleft1.png) no-repeat;
}

#four_flash .but_right:hover {
	background: url(img/qianxr1.png) no-repeat;
} */
