.group-page {
	padding-top: 0px;
}

.header {
	width: 100%;
	height: 248px;
	background: url('../img/bg-header-school.jpg') 0 0 repeat;
	padding-bottom: 30px;
	/* 	position: fixed;
	top: 0px;
	right: 0;
	left: 0;
	z-index: 9; */

}

.header::after {
	width: 280px;
	height: 248px;
	background: url('../img/bg-header-2.png') right top no-repeat;
	position: absolute;
	top: 0px;
	right: 0;
	content: '';
	display: block;
	z-index: 9;
}

.navbar-fixed-top {
	position: sticky !important;
	top: auto;
	left: auto;
}

.logo-school {
	width: 632px;
	height: 78px;
	display: block;
	margin: 30px;
}

.navbar-white {
	background: #efe3cf;
	height: 80px;
	margin: 0 30px;
	position: relative;
	z-index: 99;
}

.header .container {
	width: auto;
	padding: 0px;
	line-height: 80px;
}

.navbar .navbar-collapse .navbar-right {
	background: none;
	line-height: 50px;
	margin-right: 30px;
}

.school-focus .item .carousel-img {
	height: 820px;
}

.introduce {
	margin: 60px 60px 0;
	padding: 100px 200px;
	overflow: hidden;
	background: url('../img/bg-introduce.jpg') center no-repeat;
	background-size: 100% 100%;
}

.introduce .title {
	position: relative;
	display: flex;
	justify-content: left;
	align-items: center;
	margin-bottom: 20px;
}

.introduce .title .tit {
	font-size: 30px;
	color: #000;
	font-weight: 700
}

.introduce .title .txt {
	font-size: 16px;
	color: #969899;
	padding-left: 10px;
	position: relative;
	margin-left: 10px;
}

.introduce .title .txt::after {
	width: 1px;
	height: 16px;
	background: #000000;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -8px;
	content: '';
	display: block;
	z-index: 9;
}



.introduce .cont {
	font-size: 20px;
	color: #000;
	line-height: 30px;
}


.open-time {
	width: calc(100% - 120px);
	height: 400px;
	margin: 60px auto 0;
	overflow: hidden;
	background: url(../img/bg-opentime.jpg)
}

.open-time .msg {
	margin: 70px 100px;
	overflow: hidden
}

.open-time .cont-left {
	width: 350px;
	float: left
}

.open-time .tit1 {
	font-size: 30px;
	color: #fff;
	letter-spacing: 3px
}

.open-time .tit2 {
	font-size: 24px;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 20px;
	position: relative;
	left: -4px
}

.open-time .line {
	width: calc(100% - 80px);
	height: 1px;
	background: #9b5051;
	margin-top: 25px
}

.open-time .week {
	font-size: 22px;
	color: #fff;
	letter-spacing: 3px;
	margin-top: 25px
}

.open-time .time {
	font-size: 54px;
	color: #d4b467;
	margin-top: 10px
}

.cont-center {
	height: 245px;
	text-align: center;
	float: right;
}

.cont-center .item {
	width: 244px;
	height: 244px;
	margin-right: 100px;
	border: 1px solid #9b5051;
	display: inline-block;
	cursor: pointer;
	position: relative;
	overflow: hidden;
	background: url(../img/active.png) 50% no-repeat;
	background-size: 0 0;
	float: right;
}

.cont-center .item .snake {
	position: absolute;
	background: #d4b467
}

.cont-center .item .snake-clumn {
	width: 2px;
	height: 66px
}

.cont-center .item .snake-row {
	width: 66px;
	height: 2px
}

.cont-center .item .snake1 {
	top: -100%;
	left: 0
}

.cont-center .item .snake2 {
	top: 0;
	left: -100%
}

.cont-center .item .snake3 {
	top: -100%;
	right: 0
}

.cont-center .item .snake4 {
	top: 0;
	right: -100%
}

.cont-center .item .snake5 {
	bottom: -100%;
	right: 0
}

.cont-center .item .snake6 {
	bottom: 0;
	right: -100%
}

.cont-center .item .snake7 {
	bottom: -100%;
	left: 0
}

.cont-center .item .snake8 {
	bottom: 0;
	left: -100%
}

.cont-center .item:hover {
	background-size: 100% 100%
}

.cont-center .item:hover .snake1 {
	top: 0
}

.cont-center .item:hover .snake2 {
	left: 0
}

.cont-center .item:hover .snake3 {
	top: 0
}

.cont-center .item:hover .snake4 {
	right: 0
}

.cont-center .item:hover .snake5 {
	bottom: 0
}

.cont-center .item:hover .snake6 {
	right: 0
}

.cont-center .item:hover .snake7 {
	bottom: 0
}

.cont-center .item:hover .snake8 {
	left: 0
}

.cont-center .ico {
	margin: 18px auto 0
}

.cont-center .ico,
.cont-center .ico img {
	width: 120px;
	height: 120px
}

.cont-center .item .tit {
	font-size: 20px;
	color: #fff;
	margin-top: 25px
}

.cont-center .item .txt {
	font-size: 14px;
	color: #fff;
	margin-top: 10px;
	opacity: .4
}






/**
 * 手风琴
 */
.m-accordion {
	width: calc(100% - 120px);
	margin: 60px 60px 0;
	overflow: hidden;
}

.m-accordion .tit img {
	width: 90px;
}

.m-accordion .tit .more {
	font-size: 14px;
}

.m-accordion .main_mobile {
	min-width: 100%;
}

.m-accordion ul {
	height: 200px;
}

.m-accordion ul li {
	width: 40px;
	height: 200px;
}

.m-accordion ul li .left {
	width: 40px;
	height: 200px;
}

.m-accordion ul li .left span {
	width: 25px;
	font-size: 30px;
}

.m-accordion ul li .left .txt {
	margin-top: 20px;
	width: 25px;
	font-size: 22px;
}

.m-accordion ul li.on {
	width: calc(100% - 600px);
	background-size: 100% 100% !important;
}


.xinxi_solution_bg {
	max-width: 1920px;
	margin: 0 auto;
}

.m-accordion ul {
	overflow: hidden;
	height: 800px;
	padding: 0px;
	margin: 0px;
}

.m-accordion .main_mobile {
	max-width: 1920px;
	min-width: 1080px;
}

.m-accordion ul li {
	width: 120px;
	height: 800px;
	float: left;
	position: relative;
	overflow: hidden;
	transition: all 0.5s;
	cursor: pointer;
	margin: 0;
	padding: 0px;

}


.m-accordion ul li .left {
	float: left;
	width: 120px;
	height: 800px;
}

.m-accordion ul li:nth-child(1) .left {
	background: #994949 url('../img/bg-panel.png') center repeat;
}


.m-accordion ul li:nth-child(2) .left {
	background: #8a604a url('../img/bg-panel.png') center repeat;
}

.m-accordion ul li:nth-child(3) .left {
	background: #997f49 url('../img/bg-panel.png') center repeat;
}

.m-accordion ul li:nth-child(4) .left {
	background: #7b8661 url('../img/bg-panel.png') center repeat;
}

.m-accordion ul li:nth-child(5) .left {
	background: #6d737e url('../img/bg-panel.png') center repeat;
}

.m-accordion ul li:nth-child(6) .left {
	background: #825353 url('../img/bg-panel.png') center repeat;
}



.m-accordion ul li .left .txt {
	width: 40px;
	font-size: 40px;
	margin: 88px auto 0;
	color: #ffffff;
}

.m-accordion ul li .left span {
	width: 40px;
	font-size: 54px;
	text-align: center;
	display: block;
}

.m-accordion ul li .right {
	float: left;
	width: 680px;
	position: relative;
	height: 600px;
}


/**
 * 第三部分 GO
*/
.m-three {
	margin: 60px 60px 0;
	overflow: hidden;
	height:756px;
	padding: 40px 0 160px;
	position: relative;
	background: #4b5f83 url('../img/bg-bottom.png') left top no-repeat;
}
.three1{background-color:#bf5c16;}
.three2{background-color:#2b9583;}
.three3{background-color:#bf5c16;}
.three4{background-color:#4b5f83;}
.three5{background-color:#994949;}
.three6{background-color:#903233;}

.m-three::after {
	width: 100%;
	height: 120px;
	background: url('../img/bg-top.png') center bottom no-repeat;
	position: absolute;
	bottom: 0px;
	left: 0;
	content: '';
	display: block;
	z-index: 1;
}

.m-three .pic {
	width: 880px;
	height: 510px;
	border: 10px solid #ffffff;
	overflow: hidden;
	margin: 46px 0 0 80px;
	position: relative;
	z-index: 3;
}

.m-three .pic img {
	width: 100%;
	object-fit: cover;
}

.m-three .cont {
	width: 760px;
	height: 550px;
	background: #ffffff;
	overflow: hidden;
	position: absolute;
	bottom: 80px;
	right: 130px;
}
.m-three:nth-child(2n) .cont{
		position: absolute;
		top: 46px;
		bottom: auto;
		right:auto;
		left: 80px;
}

.m-three:nth-child(2n) .pic{
	position: absolute;
	bottom: 80px;
	right: 130px;
}


.m-three .txt {
	width: 482px;
	height: 275px;
	margin: 84px 0 0 120px;
	font-size: 24px;
	line-height: 58px;
	color: #7f8699;
}

.m-three .more {
	width: 124px;
	height: 32px;
	line-height: 32px;
	text-align:center;
	color:#b90f0f;
	font-size:16px;
	margin:18px 0 0 120px;
	background:url('../img/bg-more.png') center no-repeat;
	display:block;
}

.m-three .tit {
	width: 31px;
	height: 400px;
	line-height: 40px;
	text-align:center;
	color:#333333;
	font-size:32px;
	display:block;
	position:absolute;
	top: 0px;
	right: 75px;
}

.m-three .tit::before {
	width: 1px;
	height:53px;
	background:#979797;
	margin:0 0 27px 15px;
	content: '';
	display: block;
	z-index: 1;
}

/**
 * 合作交流 GO
 */

.m-cooperate {
	margin: 60px;

}

.m-cooperate .item .carousel-img {
	height: 750px;

}

.m-cooperate .carousel-indicators {
	width: 100%;
	padding: 0px;
	margin: 0px;
	right: 0px;
	opacity: 1;
}


.m-cooperate .carousel-indicators li {
	list-style: none;
	width: 25%;
	height: 126px;
	float: left;
	margin: 0px;
	cursor: pointer;
	border: 0px;
	color: #ffffff;
	font-size: 28px;
	text-indent: 0px;
	text-align: center;
	line-height: 126px;
	border-radius: 0px;
	background: url('../img/bg-li.png') center 150px no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
	position: relative;
}

.m-cooperate .carousel-indicators li::after {
	width: 6px;
	height: 125px;
	background: url('../img/bg-li-after.png') right top no-repeat;
	position: absolute;
	bottom: 0px;
	right: 0;
	content: '';
	display: block;
	z-index: 9;
}

.m-cooperate .carousel-indicators li:last-child::after {
	display: none;
}

.m-cooperate .carousel-indicators .active {
	width: 25%;
	height: 126px;
	background: url('../img/bg-li.png') center bottom no-repeat;
	transition: all 0.3s ease 0s;
	-webkit-transition: all 0.3s ease 0s;
	-moz-transition: all 0.3s ease 0s;
	-o-transition: all 0.3s ease 0s;
}