 
* {
	box-sizing: border-box;
}

@font-face {
	font-family: PTDIN;
	src: url(../fonts/PTDINCondensedCyrillic.ttf)
}

/* AlibabaSans-Heavy */
@font-face {
	font-family: Arciform;
	src: url(../fonts/AlibabaSans-Light.otf)
}

.header {
	position: fixed;
	width: 90%;
	padding: 0px;
	z-index: 100;
	right: 5%;
	background: #fff;
	border-radius: 100px;
	height: 70px;
	top: 25px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.075);
	-webkit-transition: all 500ms cubic-bezier(0.23, 1, 0.32, 1);
}

.logo {
	width: 200px;
	position: absolute;
	left: 35px;
	top: 50%;
	-webkit-transform: translateY(-50%);

}

.nav_icon {
	width: 45px;
	height: 45px;
	background: #98b445;
	border-radius: 45px;
	right: 20px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	cursor: pointer;
	/*line-height: 45px;*/
	text-align: center;
	color: #fff;
	font-size: 14px;
	-webkit-transition: all .35s;
	overflow: hidden;
}

.school_swiper .swiper-pagination{
	display: none;
}

.nav_icon .tel {
	width: 188px;
	height: auto;
	position: absolute;
	left: 45px;
	top: 8px;
	text-align: left;
	font-family: PTDIN;
	font-size: 24px;
}

.nav_icon .icon {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0px;
	top: 0px;
	text-align: center;
	padding: 2px 0;
}
.nav_icon .icon img{
	 
	position: absolute;
	left: 3px;
	top: 5px;
	text-align: center;
}
.nav_icon:hover {
	width: 195px;
	background: #31992b;
	color: #fff;
}


.header.active {
	width: 380px;
}

.header.active .nav {
	visibility: hidden;
	opacity: 0;
	-webkit-transition: all 0s;
}

.header .nav {
	width: auto;
	height: 100%;
	position: absolute;
	right: 100px;
	top: 0px;
	opacity: 1;
	-webkit-transition: all 1.5s;
	visibility: visible;
}

.header .nav ul {
	display: flex;
	height: 100%;
	justify-content: space-between;
}

.header .nav ul li {
	width: auto;
	height: 100%;
	position: relative;
}

.header .nav ul li.active .first a {
	color: #98b445;
}

.header .nav ul li .first {
	width: auto;
	height: 100%;
	position: relative;

	font-size: 15px;
	font-weight:500;
	line-height: 70px;color: #333
}

.header .nav ul li .first a {
	display: block;
	height: 100%;
	padding: 0px 20px;
}

.header .nav ul li .first::after {
	width: 0%;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	content: '';
	background: #98b445;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.header .nav ul li:hover .first::after {
	width: 100%;
	left: 0%;
}

.header .nav ul li .list {
	width: 145px;
	height: auto;
	position: absolute;
	top: 90px;
	left: -25px;
	background: #fff;
	line-height: 40px;
	opacity: 0;
	visibility: hidden;
	padding-bottom: 70px;
	border-radius: 0px 0px 70px 70px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .05);
	-webkit-transition: all 600ms cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.header .nav ul li .list::before {
	width: 50px;
	height: 50px;
	background: url(../images/logo_icon.png) center center no-repeat;
	background-size: cover;
	content: '';
	position: absolute;
	left: 50%;
	margin-left: -25px;
	bottom: 20px;
	opacity: .5;
}

.header .nav ul li:hover .list {
	top: 70px;
	opacity: 1;
	visibility: visible;
}

.header .nav ul li .list a {
	display: block;
	text-align: center;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
}

.header .nav ul li .list a:hover {
	color: #98b445;
}

.header .nav ul li .list a:last-child {
	border-bottom: none;
}

.header .nav ul li .first.has::before {
	width: 10px;
	height: 10px;
	position: absolute;
	right: 10px;
	top: 50%;
	margin-top: -5px;
	background: url(../images/jt.png) no-repeat;
	background-size: cover;
	content: '';
	opacity: .5;
}
.img-banner{display:none}
.banner_box {
	width: 100%;
	height: 100vh;
	position: relative;
	overflow: hidden;
	-webkit-transition: all .5s
}

.container.open .banner_box {
	left: 40vw
}

.banner_box .banner {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
	top: 0;
	overflow: hidden
}

.banner ul {
	height: 100%;
	width: 100%
}

.banner ul li {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	-webkit-transition: opacity .6s cubic-bezier(.55, .085, .68, .53);
	-webkit-transition-delay: .2s;
	will-change: opacity;
	visibility: hidden
}

.banner ul li .img {
	-webkit-transform: scale(1);
	position: relative;
	width: 100%;
	height: 100%
}

.banner ul li .img .a {
	background: center center no-repeat;
	background-size: cover;
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0;
	-webkit-backface-visibility: hidden;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95);
	transition: none
}

.banner ul li.active {
	z-index: 1;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.455, .03, .515, .955);
	-webkit-transition-delay: 0
}

.banner ul li.visible {
	visibility: visible
}

.banner ul li.visible .img {
	-webkit-transform: scale(1.1);
	-webkit-transition: -webkit-transform 8s linear
}

.banner ul li.visible .img .a {
	transition: none;
	opacity: 1;
	-webkit-transition: opacity .6s cubic-bezier(.445, .05, .55, .95)
}

.banner ol {
	position: absolute;
	width: 100%;
	height: 20px;
	left: 0;
	bottom: 20px;
	text-align: center;
	z-index: 10;
	display: none;
}

.banner ol li {
	width: 5px;
	height: 20px;
	background: rgba(255, 255, 255, .5);
	display: inline-block;
	margin: 0 5px;
	border-radius: 5px;
	-webkit-transition: all .35s;
	-webkit-transform: scaleY(.5);
	transform-origin: bottom
}

.banner ol li.active {
	-webkit-transform: scaleY(1);
	background: #fff
}

.banner .btn {
	width: 40px;
	height: 70px;
	position: absolute;
	left: 5%;
	top: 50%;
	margin-top: -35px;
	background: url(../images/icon1.png) -40px 0 no-repeat;
	z-index: 10;
	cursor: pointer;
	-webkit-transition: all .35s;
	-webkit-transform: scale(.6);
	opacity: .5
}

.banner .btn.prev {
	left: 3%;
	-webkit-transform: rotate(-180deg) scale(.6)
}

.banner .btn.next {
	left: auto;
	right: 3%
}

.banner .btn:hover {
	background-position: 0 0;
	-webkit-transform: scale(1);
	opacity: 1
}

.banner .btn.prev:hover {
	-webkit-transform: scale(1) rotate(-180deg)
}

.process {
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0;
	bottom: 0;
	background: #fff;
	opacity: .5;
	z-index: 10
}

.process.on {
	-webkit-transition: all 8s;
	width: 100%
}

#sineCanvas {
	position: absolute;
	width: 100%;
	height: 150px;
	bottom: 0px;
	z-index: 10;
}

.bar {
	width: 1000px;
	height: 100px;
	position: absolute;
	left: 50%;
	bottom: 20px;
	z-index: 20;
	margin-left: -500px;
	display: flex;
	justify-content: space-between;
}

.bar a {
	display: block;
	width: 100%;
	color: #fff;
	text-align: center;
	position: relative;
	top: 0%;
}

.bar a .icon {
	width: 50px;
	height: auto;
	margin: 0px auto;
	margin-bottom: 20px;
}

.bar a::after {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	content: '';
	background: #fff;
	border-radius: 50%;
	margin-top: 8px;
}

.bar a::before {
	width: 12px;
	height: 12px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -6px;
	margin-top: 2px;
	content: '';
	background: #fff;
	border-radius: 50%;
	-webkit-animation: scaleAnimate 1s ease infinite;
}

@-webkit-keyframes scaleAnimate {
	0% {
		-webkit-transform: scale(1);
		opacity: 0;
	}

	50% {
		-webkit-transform: scale(1.5);
		opacity: 0.7;
	}

	100% {
		-webkit-transform: scale(2);
		opacity: 0;
	}
}

.boxes {
	position: relative;
	padding: 80px 0;
}

.w1400,
.footer00,
.copyright00 {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
	position: relative;
}

.sub_title {
	text-align: center;
	width: 100%;
	color: #000000;
	margin-bottom: 50px;
	position: relative;
	padding-bottom: 25px;
}

.sub_title.w {
	color: #fff;
}

.sub_title.w::after {
	background: rgba(255, 255, 255, .1);
}

.sub_title p {
	font-size: 16px;
	display: block;
	margin-top: 10px;
	opacity: .7;
}


.sub_title b {
	font-size: 28px;
	font-weight: normal;
	position: relative;
	display: block;
}


.sub_title::after {
	width: 30px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	content: '';
	background: rgba(0, 0, 0, .1);
	bottom: 0px;
}

.sub_title.l::after {
	left: 0%;
	margin-left: 0%;
}

.common_more {
	font-size: 13px;
	overflow: hidden;
	position: relative;
	z-index: 0;
	display: flex;
	width: 198px;
	height: 52px;
	margin-top: 50px;
	padding: 0;
	text-indent: 10px;
	border: 1px solid #98b445;
	border-radius: 32px;
	align-items: center;
	justify-content: center;
	color: #98b445;
	cursor: pointer;
}

.common_more.active,
.common_more.active:hover {
	background: #ccc;
	color: #fff;
	border: 1px solid #ccc;
	cursor: no-drop;
}

.common_more.active::after,
.common_more.active::before {
	display: none;
}

.common_more.c {
	margin: 0px auto;
	margin-top: 50px;
}

.common_more::before {
	font-size: 33px;
	line-height: 46px;
	position: absolute;
	z-index: -1;
	top: 2px;
	left: 3px;
	width: 46px;
	height: 46px;
	content: "";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
	color: #fff;
	border-radius: 50%;
	background: #98b445;
}

.common_more::after {
	font-size: 33px;
	line-height: 46px;
	position: absolute;
	z-index: -1;
	top: 3px;
	left: 3px;
	width: 46px;
	height: 46px;
	content: "+";
	transition: all 0.56s;
	text-align: center;
	text-indent: 0;
	color: #fff;
	border-radius: 50%;
	background: transparent;
}

.common_more:hover {
	color: #fff;
	border: 1px solid #d2d3d4;
	border-color: transparent;
	background: transparent;
}

.common_more:hover::before {
	content: "";
	transform: scale(8);
	color: #fff;
}

.common_more:hover::after {
	color: #fff;
}

.homeAbout {
	width: 100%;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.homeAbout .intro {
	width: 25%;

}

.homeAbout .photo {
	width: calc(1400px * 0.4);
	height: calc(1400px * 0.4);
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
}

.homeAbout .photo .iframe {
	width: calc(1400px * 0.27);
	height: calc(1400px * 0.27);
	border-radius: 50%;
	overflow: hidden;
	display: block;
	position: relative;
	z-index: 10;
	background: #000;
}

.homeAbout .photo .iframe img {
	opacity: .8;
}

.homeAbout .mask {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: 0.36s ease;
	border-radius: 50%;
	background: #fff;
	box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);

}

.homeAbout .mask::after {
	position: absolute;
	top: 50%;
	left: 50%;
	box-sizing: border-box;
	width: 84%;
	height: 84%;
	margin-top: -42%;
	margin-left: -42%;
	content: "";
	transition: 0.36s ease;
	border-radius: 50%;
	box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}

.homeAbout .photo::before {
	position: absolute;
	z-index: 101;
	top: 50%;
	left: 50%;
	width: 0;
	/* border: 10px solid; */
	height: 0;
	margin-top: -30px;
	margin-left: -4px;
	content: "";
	transition: 0.36s ease;
	opacity: 0;
	border-width: 7px 11px;
	border-style: solid;
	border-color: transparent transparent transparent #fff;
}

.homeAbout .bar_list {
	width: 25%;
}

.homeAbout .bar_list ul li {
	width: 100%;
	height: auto;
	padding: 10px;
	position: relative;
	border-radius: 50px;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
	margin-bottom: 2vw;
	display: flex;
}

.homeAbout .bar_list ul li .icon {
	font-family: PTDIN;
	width: 45px;
	height: 45px;
	border-radius: 50%;
	line-height: 45px;
	text-align: center;
	color: #fff;
	font-size: 24px;
	background: #98b445;
}

.homeAbout .bar_list ul li .txt {
	line-height: 45px;
	margin-left: 10px;
	font-size: 16px;
}

.homeAbout .intro>h2 {
	display: block;
	font-size: 20px;
	font-weight: normal;
	line-height: 2;
	margin-bottom: 10px;
	color: #000;
}

.singePage {
	width: 100%;
	height: auto;
	line-height: 2;
	font-size: 14px;
}

.homeAbout .photo .btn {
	width: 65px;
	height: 65px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 50%;
	z-index: 20;
}

.homeAbout .photo .btn span {
	display: block;
	width: 0px;
	height: 0px;
	border-top: 6px solid transparent;
	border-bottom: 6px solid transparent;
	border-left: 8px solid #0065b6;
	content: '';
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.homeAbout .photo .btn p {
	color: #fff;
	width: 150%;
	height: auto;
	position: absolute;
	left: -25%;
	top: 150%;
	text-align: center;
	font-size: 16px;
}

.homeAbout .photo .btn::before,
.homeAbout .photo .btn::after {
	width: 100%;
	height: 100%;
	border: 1px solid #fff;
	position: absolute;
	left: -1px;
	top: -1px;
	content: '';
	border-radius: 50%;
	-webkit-animation: scaleAnimate 2s linear infinite;
	opacity: 0;
}

.homeAbout .photo .btn::after {
	-webkit-animation-delay: .5s;
}

.boxes.b2::before {
	width: 100%;
	height: 400px;
	position: absolute;
	left: 0px;
	top: 0px;
	content: '';
	background: url(../images/pic2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;
}

.boxes.b2 .list {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.boxes.b2 .list ._box {
	width: 32%;
	height: auto;
	position: relative;
	background: #fff;
	box-shadow: 0 4px 36px rgba(0, 0, 0, 0.08);
}

.boxes.b2 .list ._box .top {
	width: 100%;
	height: 188px;
	background: #007dc8;
	position: relative;
	color: #fff;
	text-align: center;
}

.boxes.b2 .list ._box:nth-child(2) .top {
	background: #e9a721;
}

.boxes.b2 .list ._box:nth-child(3) .top {
	background: #70b42d;
}

.boxes.b2 .list ._box .top .name {
	width: 100%;
	height: auto;
	position: absolute;
	top: 40%;
	-webkit-transform: translateY(-50%);
}

.boxes.b2 .list ._box .top .name b {
	font-size: 20px;
	font-weight: normal;
	line-height: 1.4;
}

.boxes.b2 .list ._box .top .name p {
	font-family: PTDIN;
	font-size: 16px;
	text-transform: uppercase;
	opacity: .7;
}

.boxes.b2 .list ._box .icon {
	width: 100px;
	height: 100px;
	position: absolute;
	top: 130px;
	left: 50%;
	margin-left: -50px;
	background: #fff;
	border-radius: 50%;
	box-shadow: 0 4px 18px rgba(0, 0, 0, 0.08);
}

.boxes.b2 .list ._box .icon img {
	position: absolute;
	width: 60px;
	top: 20px;
	left: 20px;
}

.boxes.b2 .list ._box ul {
	display: block;
	padding: 70px 25px 25px;
}

.boxes.b2 .list ._box ul li {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 25px;
	padding: 10px 0px;
	display: flex;
	justify-content: space-between;
}

.boxes.b2 .list ._box ul li .i {
	width: 25px;
	height: 25px;
	text-align: center;
	font-size: 16px;
}

.boxes.b2 .list ._box ul li p {
	display: block;
	width: calc(100% - 35px);
}

.boxes.b3 {
	background: url(../images/bg2.jpg) center center no-repeat;
	background-size: cover;
	background-attachment: fixed;

}

.boxes.b3 .w1400 {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.boxes.b3 .w1400 .curL {
	width: 35%;
	height: auto;
	color: #fff;
}

.boxes.b3 .w1400 .list {
	width: 50%;
	position: relative;
	color: #fff;
}

.boxes.b3 .w1400 .list ul {
	display: flex;
	flex-wrap: wrap;
}

.boxes.b3 .w1400 .list ul li {
	width: 50%;
	padding: 50px;

	text-align: center;
	position: relative;
}

.boxes.b3 .w1400 .list ul li:nth-child(1)::after,
.boxes.b3 .w1400 .list ul li:nth-child(2)::after {
	width: 100%;
	height: 1px;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: #fff;
	opacity: .1;
	content: '';
}

.boxes.b3 .w1400 .list ul li:nth-child(odd)::before {
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0%;
	right: 0%;
	background: #fff;
	opacity: .1;
	content: '';
}

.sub_title.l {
	text-align: left;
}

.sub_title.l b::after {
	left: 0%;
	margin-left: 0%;
}

.boxes.b3 .w1400 .list ul li .icon {
	width: 100%;
	height: auto;
	margin-bottom: 25px;
}

.boxes.b3 .w1400 .list ul li .icon .iconfont {
	font-size: 48px;
}

.boxes.b3 .w1400 .list ul li .name {
	width: 100%;
	height: auto;
	line-height: 1.4;
	font-size: 20px;
	margin-bottom: 15px;
}

.boxes.b3 .w1400 .list ul li .des {
	width: 100%;
	height: auto;
	line-height: 2;
	opacity: .7;
}

.news_list {
	width: 100%;
	height: auto;
}

.news_list ul {
	display: flex;
	flex-wrap: wrap;
}

.news_list ul li {
	width: 32%;
	height: auto;
	position: relative;
	background: #f6f6f6;
	margin-right: 2%;
	margin-bottom: 25px;
	border-radius: 5px;
	overflow: hidden;
	-webkit-transition: all .5s;
}

.news_list ul li:nth-child(3n) {
	margin-right: 0%;
}

.news_list ul li a {
	display: block;
}

.news_list ul li .thum {
	width: 100%;
	height: auto;
	overflow: hidden;
}

.news_list ul li .thum .pic {
	width: 100%;
	background: center center no-repeat;
	background-size: cover;
	overflow: hidden;
	-webkit-transition: all .5s;
}

.news_list ul li:hover {
	background: #98b445;
	color: #fff;
}

.news_list ul li:hover .info .name {
	color: #fff;
}

.news_list ul li:hover .thum .pic {
	-webkit-transform: scale(1.1);
}

.news_list ul li .info {
	width: 100%;
	height: auto;
	padding: 25px;
}

.news_list ul li .info .time {
	width: 100%;
	height: auto;
	line-height: 2;
	font-family: PTDIN;
	opacity: .7;
	font-size: 16px;
}

.news_list ul li .info .name {
	width: 100%;
	line-height: 1.7;
	font-size: 18px;
	color: #000000;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	margin-bottom: 5px;
}

.news_list ul li .info .des {
	font-size: 14px;
	line-height: 1.7;
	opacity: .7;
}

.bars {
	display: flex;
	justify-content: space-between;
	width: 100%;
	margin-top: 100px;
}

.bars a {
	display: block;
	width: 50%;
	height: auto;
	background: #0065b6;
	padding: 35px 25px;
	position: relative;
	font-size: 36px;

	color: #fff;
}

.bars a::before {
	width: 184px;
	height: 100px;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/flower.png) no-repeat;
	content: '';
	opacity: .5;
}

.bars a:last-child {
	background: #31992b;

}

.bars a .title {
	text-align: left;
}

.bars a .title b {
	font-size: 28px;
}

.bars a .title p {
	font-size: 14px;
	text-transform: uppercase;
	font-family: Arciform;
}

.bars a .icon {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 35px;
	top: 50%;
	margin-top: -25px;
	line-height: 50px;
	text-align: center;
}

.boxes.f {
	background: #f9f9f9;
	padding: 50px 0px 20px;
}

.footer00 {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	padding-bottom: 25px;
}

.footer_nav {
	width: calc(100% - 400px);
}

.footer_nav ul {
	display: flex;
	justify-content: space-between;
}

.footer_nav ul li {
	width: 100%;

}

.footer_nav ul li a {
	display: block;
	line-height: 30px;
	opacity: .7;
}

.footer_nav ul li a:first-child {
	font-weight: bold;
	margin-bottom: 5px;
	opacity: 1;
	line-height: 45px;
}

.conInfo {
	width: auto;
	display: flex;
	justify-content: flex-end;
}

.conInfo .tel {
	width: auto;
	height: auto;
	line-height: 45px;
	text-align: right;

}

.conInfo .tel p {
	display: block;
	background: #0065b6;
	color: #fff;
	border-radius: 5px;
	position: relative;
	width: 90%;
	margin-left: 10%;
	text-align: center;
}

.conInfo .tel p i {
	position: absolute;
	left: 15px;
	top: 50%;
	-webkit-transform: translateY(-50%);


}

.conInfo .tel span {
	display: block;
	line-height: 1;
	padding-top: 15px;
	opacity: .7;
	font-size: 12px;
}

.conInfo .tel a {
	font-size: 28px;
	font-family: PTDIN;
}

.conInfo .ewm {
	width: 100px;
	height: auto;
	margin-left: 15px;
}

.conInfo .ewm p {
	font-size: 12px;
	text-align: center;
	opacity: .7;
	margin-top: 5px;
}

.copyright {
	padding-top: 15px;
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}

.copyright .fLogo {
	width: 150px;
}

.copyright .cp {
	text-align: right;
	font-size: 12px;
	line-height: 1.7;
	color: rgba(0, 0, 0, .3);
}

.itemBox {
	width: 100vw;
	height: 100vh;
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 300;
	-webkit-transition: all .5s;
	opacity: 0;
	visibility: hidden;
}

.itemBox.active {
	opacity: 1;
	visibility: visible;
}

.itemBox .navMask {
	width: 100%;
	height: 100vh;
	position: absolute;
	left: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .5);
	-webkit-transition: all .5s;
}

.itemWrapper {
	max-width: 500px;
	width: 50vw;
	height: 100vh;
	position: absolute;
	right: -100%;
	top: 0px;
	background: #0a65c2 url(../images/nav_bg.jpg) center center no-repeat;
	background-size: cover;
	text-align: center;
	color: #fff;
	z-index: 10;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.itemBox.active .itemWrapper {
	right: 0%;
}

.itemWrapper .menu {
	width: 80%;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.itemWrapper .menu .menus {
	width: 100%;
}

.itemWrapper .menu .menus ul li {
	width: 100%;
	margin-bottom: 1vw;
	text-align: center;
}

.itemWrapper .menu .menus a {
	display: inline-block;
	font-size: 20px;
	line-height: 50px;
	width: auto;
	padding: 0px 3vw;
}

.itemWrapper .menu .menus a:hover {
	background: #fff;
	color: #0a65c2;
}

.socals {
	width: 100%;
	text-align: center;
	margin-top: 5vw;
}

.socals a {
	width: 70px;
	height: auto;
	line-height: 70px;
	text-align: center;
	display: inline-block;
	font-size: 2.5vw;
	margin: 0px 10px;
}

.navClose {
	width: 50px;
	height: 50px;
	position: absolute;
	right: 2vw;
	top: 2vw;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	cursor: pointer;
	-webkit-transition: all .5s;
}

.navClose:hover {
	-webkit-transform: rotate(90deg);
}

.sub_banner {
	position: relative;
	width: 100%;
	height: 60vh;
	background: center center no-repeat;
	background-size: cover;
}
.sub_bannerabout {
	position: relative;
	width: 100%;
	height: 800px;
	background: center center no-repeat;
	background-size: cover;
}
.sub_menu {
	width: 100%;
	text-align: center;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: flex;
	justify-content: center;
}

.sub_menu a {
	width: 205px;
	height: 70px;
	line-height: 70px;
	text-align: center;
	display: block;
	position: relative;
	background: rgba(255, 255, 255, .9);
	color: #3e3e3e;
	font-size: 16px;

}

.sub_menu a:first-child {
	border-radius: 15px 0px 0px 0px;
}

.sub_menu a:last-child {
	border-radius: 0px 15px 0px 0px;
}

.sub_menu a::after {
	width: 1px;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	background: rgba(255, 255, 255, .5);
	content: '';
}

.sub_menu a:last-child::after {
	display: none;
}

.sub_menu a:hover,
.sub_menu a.active {
	color: #98b445;
}

.sub_menu a::before {
	width: 0%;
	height: 4px;
	position: absolute;
	left: 50%;
	bottom: 0px;
	background: #98b445;
	content: '';
	display: block;
	-webkit-transition: all .5s;
	z-index: 10;
}

.sub_menu a:hover::before,
.sub_menu a.active::before {
	width: 100%;
	left: 0%;
}

.school_box {
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.school_box .singePage {
	width: 45%;
}

.school_swiper {
	width: 50%;
}

.school_swiper .pic {
	background: center center no-repeat;
	background-size: cover;
}

.sub_title.mb50 {
	margin-bottom: 50px;
}

.boxes.b5 {
	background: #98b445;
	overflow: hidden;
}

.teacher_list {
	overflow: initial;
}

.teacher_list .swiper-slide {
	cursor: pointer;
	overflow: hidden;
}

.teacher_list .swiper-slide .pic {
	width: 100%;
	height: auto;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
	-webkit-transition: all .5s;
}

.teacher_list .swiper-slide:hover .pic {
	-webkit-transform: scale(1.1);
}

.teacher_list .swiper-slide .pic img {
	max-width: auto;
	width: 100%;
}

.teacher_list .swiper-slide .name {
	width: 100%;
	line-height: 50px;
	color: #fff;
	display: flex;
	font-size: 16px;
	margin-top: 0px;
	justify-content: space-between;
	position: relative;
	background: #98b445;
}

.teacherBox {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 100%;
	background: #98b445;
	padding: 100px 0px;
	z-index: 10;
	color: #fff;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.teacherBox.active {
	top: 0%;
	opacity: 1;
	visibility: visible;
}

.teacherInfo {
	width: calc(100% - 165px);
	height: 100%;
	position: relative;
}

.teacherInfo .title {
	width: 70%;
	height: auto;
	border-bottom: 1px solid rgba(255, 255, 255, .1);
	padding-bottom: 20px;
	margin-bottom: 50px;
}

.teacherInfo .title b {
	font-size: 28px;
	font-weight: normal;
	line-height: 2;
	display: block;
	margin-bottom: 0px;
}

.teacherInfo .title p {
	font-size: 16px;
	opacity: .7;
}

.teacherInfo .des {
	width: 70%;
	height: auto;
	line-height: 2;
	min-height: 200px;
	overflow: hidden;
	margin-bottom: 50px;
	max-height: 250px;
}

.teacherInfo .des p {
	margin-bottom: 10px;
}

.teacherInfo .back {
	width: 120px;
	display: flex;
	line-height: 50px;
	position: relative;
	justify-content: space-between;
	cursor: pointer;
	background: #fff;
	border-radius: 50px;
	color: #98b445;
	padding: 0px 20px;
}

.teacherPhoto {
	width: 330px;
	height: auto;
	position: absolute;
	right: 0px;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.teacherPhoto .pic {
	background: center center no-repeat;
	background-size: cover;
}

.teacherBg {
	width: calc((100vw - 1400px)/2 + 165px);
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0px;
	overflow: hidden;
	background: #000000;
}

.teacherBg .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0px;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	-webkit-filter: blur(5vw);
	opacity: .9;
}

.ts_list ul {
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}

.ts_list ul li {
	width: 24.5%;
	background: #31992b;
	padding: 35px 20px;
	color: #fff;
	text-align: center;
	line-height: 1.7;
	position: relative;
	padding-bottom: 3vw;
	cursor: pointer;
	overflow: hidden;
	margin-bottom: 0.55vw;
	margin-right: 0.55%;
	border-radius: 5px;
}

.ts_list ul li:nth-child(4n) {
	margin-right: 0%;
}

.ts_list ul li .title {
	font-size: 24px;
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
	position: relative;
	z-index: 10;
}

.ts_list ul li .name {
	font-size: 14px;
	margin-top: 25px;
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
	opacity: .7;
	position: relative;
	z-index: 10;
	text-align: left;
	line-height: 2;
}

.ts_list ul li:nth-child(4n) .name {
	font-size: 14px;

}

.ts_list ul li:nth-child(4n):hover .name,
.ts_list ul li:nth-child(4n):hover .title {
	opacity: 1;
}

.ts_list ul li .des {
	width: 100%;
	height: auto;
	padding: 5%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	opacity: 0;
	visibility: hidden;
	position: absolute;
	left: 0%;
	-webkit-transition: all 1000ms cubic-bezier(0.23, 1, 0.32, 1);
	display: none;
}

.ts_list ul li:hover .mark span {
	background: #fff;
	color: #31992b;
}

.ts_list ul li .mark {
	text-align: center;
	width: 100%;
	position: relative;
	z-index: 10;
	margin-top: 20px;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.ts_list ul li .mark span {
	display: block;
	width: 48%;
	padding: 0px 5px;
	line-height: 2;
	border-radius: 50px;
	border: 1px solid rgba(255, 255, 255, .7);
	color: rgba(255, 255, 255, .7);
	margin-bottom: 10px;
	-webkit-transition: all .5s;

}

.ts_list ul li .num {
	width: 100%;
	height: auto;
	line-height: 2;
	position: absolute;
	left: 0%;
	top: 100%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	opacity: .2;
	font-family: PTDIN;
	font-size: 7vw;
}

.ts_list.ld ul li:nth-child(7) {
	margin-right: 0%;
	width: 49.5%;
	background: #98b445;
}

.boxes.b6 {
	background: #f9f9f9;
	position: relative;
}

.boxes.b6 .list {
	width: 100%;
	position: relative;

}

.boxes.b6::before {
	width: 100%;
	background: url(../images/c26.png) center center no-repeat;
	position: absolute;
	top: 50%;
	height: 100px;
	content: '';
	margin-top: -20px;

}

.boxes.b6 .list ul {
	display: flex;
	justify-content: space-between;
}

.boxes.b6 .list ul li {
	width: 20%;
	position: relative;
	text-align: center;
	height: 300px;
	cursor: pointer;
}

.boxes.b6 .list ul li .box {
	width: 100%;
	height: 200px;
	position: absolute;
	margin-left: 0%;
	top: 40%;
	-webkit-transform: translateY(-50%);
	transition: 0.36s ease;
	padding-top: 50px;
}

.boxes.b6 .list ul li .box .icon {
	width: 90px;
	height: 90px;
	margin: 0px auto;
	background: #31992b;
	border-radius: 50%;
	position: relative;
	line-height: 90px;
	text-align: center;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	font-size: 36px;
	transition: 0.36s ease;
	color: #fff;
}

.boxes.b6 .list ul li .box .name {
	width: 100%;
	margin-top: 15px;
	font-size: 18px;
	transition: 0.36s ease;
}

.boxes.b6 .list ul li .box .des {
	width: 100%;
	height: auto;
	position: absolute;
	text-align: center;
	line-height: 1.7;
	opacity: 0;
	transition: 0.36s ease;
	top: 220px;
	padding: 0px 40px;

}

.boxes.b6 .list ul li::before {
	width: 80%;
	height: 100%;
	left: 10%;
	background: #fff;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .1);
	content: '';
	display: block;
	position: absolute;
	opacity: 0;
	transition: 0.36s ease;
	border-radius: 10px;

}

.boxes.b6 .list ul li.active::before {
	opacity: 1;
	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13);
}

.boxes.b6 .list ul li.active .icon {
	-webkit-transform: scale(1.2);
}

.boxes.b6 .list ul li.active .box .des {
	top: 200px;
	opacity: 0.7;
}

.boxes.b6 .list ul li.active .box .name {
	margin-top: 25px;
}

.xyList {
	width: 100%;
}

.xyList ul {
	display: flex;
	flex-wrap: wrap;
}

.xyList ul li {
	width: 49%;
	height: auto;
	position: relative;
	margin-right: 2%;
	margin-bottom: 25px;
}

.xyList ul li:nth-child(2n) {
	margin-right: 0%;
}

.xyList ul li .thum {
	overflow: hidden;
	width: 100%;
	position: relative;
}

.xyList ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.xyList ul li .info {
	width: 100%;
	height: auto;
	padding: 10px 0px;
}

.xyList ul li .info .name {
	font-size: 18px;
	line-height: 2;
}

.xyList ul li .info .des {
	font-size: 14px;
	line-height: 20px;
}

.boxes.b7 {
	background: #f9f9f9;
}

.b7list ul li {
	display: flex;
	justify-content: space-between;
}

.b7list ul li:first-child {
	border-bottom: 1px solid rgba(0, 0, 0, .03);
	background: #fff;
}

.b7list ul li .thum {
	width: 50%;
}

.b7list ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.b7list ul li .thum img {
	max-width: auto;
	width: 100%;
}

.b7r {
	width: 50%;
	background: #fff;
	padding: 25px;
	text-align: center;
	align-items: center;
	display: flex;
}

.b7list ul li:nth-child(2n) {
	direction: rtl;
}

.b7r .name {
	width: 100%;
	font-size: 24px;
	line-height: 2;
	position: relative;

	margin-bottom: 15px;
}

.b7r .name::after {
	width: 20px;
	height: 4px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	background: #98b445;
	content: '';
}

.b7r .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	text-align: left;
}

.b7r .des p {
	margin-bottom: 10px;
}

.boxes.b25 {

	background: #31992b;
}

.common_title.w {
	color: #fff;
}

.boxes.b25 .list {
	margin-top: 3vw;
}

.boxes.b25 .list ul {
	display: flex;
	justify-content: center;
}

.boxes.b25 .list ul li {
	width: 15%;
	height: auto;
	text-align: center;
	color: #fff;
	cursor: pointer;
	margin: 0px 50px;
}

.boxes.b25 .list ul li .icon {
	width: 160px;
	height: 160px;
	background: #fff;
	color: #31992b;
	text-align: center;
	line-height: 160px;
	border-radius: 50%;
	font-size: 80px;
	margin: 0px auto;
	-webkit-transition: all 800ms cubic-bezier(0.23, 1, 0.32, 1);
	box-shadow: 0 0 0 rgba(0, 0, 0, 0.2);
	position: relative;
}

.boxes.b25 .list ul li .icon img {
	width: 70px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.boxes.b25 .list ul li:hover .icon {

	box-shadow: 0 10px 36px rgba(0, 0, 0, 0.13);
}

.boxes.b25 .list ul li .title {
	font-size: 18px;
	line-height: 2;
	margin-top: 15px;
}

.boxes.b25 .list ul li .des {
	display: none;
}

.tsBox {
	width: 50%;
	max-width: 1000px;
	height: auto;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	padding: 35px;
	border-radius: 10px;
	background: #fff;
}

.tsBox .title {
	font-size: 20px;
	font-weight: bold;
	line-height: 2;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 15px;
}

.tsBox .des {
	width: 69%;
	font-size: 14px;
	line-height: 2;
	max-height: 70vh;
	overflow-y: auto;
}

.tsBox .des p {
	margin-bottom: 10px;
}

.hideBtn {
	width: 35px;
	height: 35px;
	position: absolute;
	right: 30px;
	top: 20px;
	cursor: pointer;
	line-height: 35px;
	text-align: center;
}

.hxList {
	width: 100%;
}

.hxList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.hxList ul li {
	width: 49%;
	height: auto;
	position: relative;
	margin-bottom: 25px;
}

.hxList ul li .thum {
	position: relative;
	overflow: hidden;
}

.hxList ul li .thum .pic {
	background: center center no-repeat;
	background-size: cover;
}

.hxList ul li .thum .pic img {
	max-width: auto;
	width: 100%;
}

.hxList ul li .info {
	width: 100%;
	height: auto;
	position: relative;
	line-height: 50px;
	padding: 10px 20px 10px 25px;
	background: #f9f9f9;
	font-size: 16px;
}

.hxList ul li .info::after {
	width: 15px;
	height: 4px;
	position: absolute;
	left: 0px;
	top: 50%;
	margin-top: -2px;
	background: #98b445;
	content: '';
}

#page {
	padding-top: 50px;
	display: block;
	text-align: center;
	margin-bottom: 5vw;
}

#page li {
	display: inline-block;
	min-width: 35px;
	height: 33px;
	cursor: pointer;
	color: #666;
	font-size: 14px;
	line-height: 33px;
	background-color: #f9f9f9;
	border: 1px solid #dce0e0;
	text-align: center;
	margin: 0 4px;
	-webkit-appearance: none;
	border-radius: 3px;
}

.xl-nextPage,
.xl-prevPage {
	width: 60px;
	color: #0073A9;
	height: 28px;
}

#page li.xl-disabled {
	opacity: .5;
	cursor: no-drop;
}

#page li.xl-disabled:hover {
	background-color: #f9f9f9 !important;
	border: 1px solid #dce0e0 !important;
	color: #666 !important;
}

#page li.xl-active {
	background-color: #0073A9;
	border-color: #0073A9;
	color: #FFF
}

#page li:hover {
	background-color: #0073A9 !important;
	border-color: #0073A9;
	color: #FFF
}

#page li.xl-jumpText {
	background-color: rgba(0, 0, 0, 0);
	border-color: rgba(0, 0, 0, 0);
	opacity: 1;
}

#page li.xl-jumpText:hover {
	background-color: rgba(0, 0, 0, 0) !important;
	border-color: rgba(0, 0, 0, 0) !important;
}

#page li.xl-jumpButton {
	padding: 0 5px;
}

#xlJumpNum {
	width: 35px;
	margin: 0 3px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
	-webkit-appearance: none !important;
}

input[type="number"] {
	-moz-appearance: textfield;
}

.detail_page {
	width: 100%;
	background: #f4f4f4;
	position: relative;
	padding: 3vw;
}

.detail_box {
	width: 1200px;
	height: auto;
	margin: 0px auto;
	display: flex;
	justify-content: space-between;
}

.detail_box .dpl {
	width: 900px;
	height: auto;
	background: #fff;
	padding: 50px 25px;
}

.detail_box .dpr {
	width: 275px;
	height: auto;
	background: #fff;
	align-self: flex-start;
}

.detail_box .dpr .title {
	background: #035ea3;
	color: #fff;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	text-indent: 20px;
}

.detail_box .dpr .list {
	width: 100%;
	height: auto;
	padding: 20px;
}

.detail_box .dpr .list a {
	display: block;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 15px;
	margin-bottom: 15px;
}

.detail_box .dpr .list a:last-child {
	border-bottom: none;
	margin-bottom: 0px;
}

.detail_box .dpr .list a .name {
	width: 100%;
	height: auto;
	line-height: 1.4;
}

.detail_box .dpr .list a .time {
	opacity: .5;
	line-height: 1.7;
}

.detail_box .dpl .title {
	font-size: 24px;
	line-height: 1.4;
	text-align: center;
	margin-bottom: 10px;
}

.detail_box .dpl .info {
	text-align: center;
	opacity: .5;
	line-height: 1.7;
}

.boxes.b8 {
	background: url(../images/bg.jpg) center center no-repeat;
	background-size: cover;
}

.zsList {
	width: 100%;
	height: auto;
	position: relative;
}

.zsList ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.zsList ul li {
	width: 32%;
	height: auto;
	position: relative;
	background: rgba(255, 255, 255, .95);
	border-radius: 10px;
	margin-bottom: 30px;
}

.zsList ul li a {
	display: block;
	padding: 25px;
	height: 300px;
	position: relative;
}

.zsList ul li:hover {
	background: #179e4b;
	color: #fff;
}

.zsList ul li a .time {
	width: 100%;
	height: auto;
	line-height: 2;
	opacity: .7;
	margin-bottom: 15px;
}

.zsList ul li a .name {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 20px;
}

.zsList ul li .icon {
	width: 70px;
	height: auto;
	position: absolute;
	left: 25px;
	bottom: 25px;
	line-height: 40px;
	font-size: 36px;
}

.hjList {
	width: 100%;
	border-radius: 10px;
	overflow: hidden;
}

.hjList ul {
	display: flex;
	justify-content: flex-start;
	height: 550px;
}

.hjList ul li {
	width: 10%;
	position: relative;
	height: 100%;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
	overflow: hidden;
	margin-right: 1px;
}

.hjList ul li.active {
	width: 70%;
}

.hjList ul li.active .thum .pic {
	opacity: 1;
}

.hjList ul li .name {
	position: absolute;
	left: 0px;
	bottom: 0px;
	width: 100%;
	height: auto;
	line-height: 50px;
	color: #fff;
	text-align: center;
	font-size: 16px;
}

.hjList ul li .thum {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0px;
	top: 0xp;
	background: #000;
}

.hjList ul li .thum .pic {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	background: center center no-repeat;

	opacity: .7;
	-webkit-transition: all 600ms cubic-bezier(0.23, 1, 0.32, 1);
}

.boxes.b9 {
	background: #f9f9f9;
}

.fqList {
	width: 100%;
	height: auto;
	position: relative;
}

.fqList ul li {
	width: 100%;
	justify-content: space-between;
	background: #f9f9f9;
	margin-bottom: 20px;
	border-radius: 5px;
	overflow: hidden;
}

.fqList ul li .a {
	width: 100%;
	height: auto;
	padding: 15px;
	line-height: 35px;
	position: relative;
	display: flex;
	justify-content: space-between;

	cursor: pointer;
}

.fqList ul li .a .icon {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 28px;
	color: #ccc;
}

.fqList ul li .a .arrow {
	width: 35px;
	height: 35px;
	line-height: 35px;
	text-align: center;
	font-size: 16px;
	opacity: .5;
}

.fqList ul li .a .name {
	width: calc(100% - 90px);
}

.fqList ul li .q {
	padding: 25px;
	line-height: 2;
	display: none;
	border-top: 1px solid rgba(0, 0, 0, .1);
}

.fqList ul li.active .q {
	display: block;
}

.fqList ul li.active .a {
	background: rgba(0, 110, 185, 1);
	color: #fff;
}

.fqList ul li.active .a .icon,
.fqList ul li.active .a .arrow {
	color: #fff;
}

.fqList ul li.active .a .arrow {
	opacity: 1;
	-webkit-transform: rotate(180deg);
}

.newsList ul li {
	background: #f9f9f9;
	margin-bottom: 25px;
	border-radius: 5px;
}

.newsList ul li a {
	display: flex;
	width: 100%;
	height: auto;
	justify-content: space-between;
	padding: 25px;
}

.newsList ul li a .time {
	width: 100px;
	height: 100px;
	background: #035ea3;
	color: #fff;
	text-align: center;
	font-family: PTDIN;
	border-radius: 5px;
}

.newsList ul li a .time b {
	display: block;
	font-size: 32px;
	padding-top: 25px;
}

.newsList ul li a .info {
	width: calc(100% - 125px);
}

.newsList ul li a .info .name {
	width: 100%;
	height: auto;
	position: relative;
	font-size: 18px;
	line-height: 35px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	padding-bottom: 5px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.newsList ul li a .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	padding-top: 10px;
	opacity: .7;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.map {
	width: 100%;
	height: 450px;
	position: relative;
	background: #f9f9f9;
}

.mapBox {
	width: 450px;
	height: auto;
	background: #fff;
	position: absolute;
	right: 40px;
	top: 50%;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 25px;
	border-radius: 10px;
	-webkit-transform: translateY(-50%);
}

.infos {
	width: 100%;
	height: auto;
	position: relative;
}

.infos ul li {
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 10px;
	display: flex;
}

.infos ul li {
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
	margin-bottom: 20px;
}

.infos ul li:last-child {
	padding-bottom: 0px;
	border-bottom: none;
	margin-bottom: 0px;
}

.infos ul li .icon {
	width: 30px;
	height: 30px;
	line-height: 40px;
	text-align: center;
	font-size: 28px;
	color: #035ea3;
}

.infos ul li .info {
	width: calc(100% - 40px);
}

.infos ul li .info .b {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 5px;
}

.infos ul li .info .p {
	line-height: 1.7;
	font-family: Arciform;
}

.b7list {
	border-radius: 10px;
	overflow: hidden;
}

.sbg {
	width: 1000px;
	height: auto;
	position: absolute;
	right: 50%;
	bottom: 0px;
	margin-right: -1000px;
}

.school_box .singePage.in {
	width: 50%;
	position: relative;
	z-index: 5;
	padding-bottom: 50px;
}

.school_box .singePage.in p {
	margin-bottom: 15px;
}

.boxes.b10 {
	padding-bottom: 10px;
}

.teacher_list .swiper-slide .mark {
	font-size: 12px;
	width: auto;
	position: absolute;
	left: 0;
	top: 0px;
	padding: 10px;
	background: #179e4b;
	color: #fff;
}

.teacher_list .swiper-slide .mark::before {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-bottom: 20px solid #179e4b;
	position: absolute;
	right: -20px;
	bottom: 0;
	content: '';
}

.teacher_list .swiper-slide .mark::after {
	width: 0;
	height: 0;
	border-left: 20px solid transparent;
	border-right: 20px solid transparent;
	border-top: 20px solid #179e4b;
	position: absolute;
	right: -20px;
	top: 0;
	content: '';
}

.teacher_list .swiper-slide .name.c {
	text-align: center;
	display: block;
	margin-top: 0px;
	background: #fff;
	color: #98b445;
}

.homeAbout .ts {
	width: 30%;
}

.homeAbout .ts.r ul li {
	direction: rtl;
}

.homeAbout .ts ul {
	display: flex;
	flex-wrap: wrap;
}

.homeAbout .ts ul li {
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
	cursor: pointer;
}

.homeAbout .ts ul li .icon {
	width: 60px;
	height: 60px;
	line-height: 60px;
	text-align: center;
	border: 1px dashed rgba(0, 0, 0, .3);
	border-radius: 50%;
	font-size: 28px;
}

.homeAbout .ts ul li .info {
	width: calc(100% - 100px);
	margin-left: 20px;
}

.homeAbout .ts ul li .des {
	display: none;
}

.homeAbout .ts ul li .arrow {
	width: 20px;
	line-height: 60px;
	text-align: center;
	opacity: 0;
}

.homeAbout .ts ul li:hover {
	color: #98b445;
}

.homeAbout .ts ul li:hover .arrow {
	opacity: 1;
}

.homeAbout.a .photo {
	width: calc(1400px * 0.3);
	height: calc(1400px * 0.3);
}

.homeAbout.a .mask::after {
	width: 100%;
	height: 100%;
	margin-top: -50%;
	margin-left: -50%;
}

.homeAbout .ts ul li .info b {
	font-size: 20px;
	font-weight: normal;
	margin-bottom: 5px;
	display: block;
}

.homeAbout .ts ul li .info p {
	font-size: 14px;
	opacity: .7;
}

#myCanvas {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;

}

.apply {
	display: flex;
	justify-content: space-between;
}

.applytip {
	width: 350px;
	background: #f9f9f9;
	padding: 25px;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
}

.applytip b,
.applyBox .name {
	display: block;
	font-size: 28px;
	font-weight: normal;
	line-height: 1.7;
	color: #98b445;
	position: relative;
	text-align: center;
	padding-bottom: 5px;
	margin-bottom: 20px;
}

.applytip b::after,
.applyBox .name::after {
	width: 30px;
	height: 3px;
	background: #98b445;
	position: absolute;
	left: 50%;
	margin-left: -15px;
	bottom: 0px;
	content: '';
	display: block;
}

.applyBox {
	width: calc(100% - 400px);
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 25px;
}

.applyBox .name {
	text-align: center;
}

.applytip>p {
	font-size: 14px;
	line-height: 2;
	margin-bottom: 10px;
}

.applytip a p {
	font-size: 14px;
	line-height: 20px;
	opacity: .7;
}

.applytip a.address p {
	margin-bottom: 5px;
}

.applyBox .box {
	width: 100%;
}

.applyBox .box .bdiv {
	display: flex;
	justify-content: space-between;
	margin-bottom: 20px;
}

.applyBox .box .inpuD {
	width: 49%;
	height: auto;
	position: relative;
}

.applyBox .box .inpuD label {
	display: block;
	font-size: 14px;
	margin-bottom: 5px;
	opacity: .7;
}

.applyBox .box .inpuD>input,
.applyBox .box .inpuD>select {
	width: 100%;
	height: 45px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	text-indent: 10px;
}

.applyBox .box .inpuD.full {
	width: 100%;
}

.applyBox .box .inpuD>textarea {
	width: 100%;
	height: auto;
	padding: 25px;
	background: #f9f9f9;
	border: 1px solid rgba(0, 0, 0, .1);
	text-align: left;
	font-family: "microsoft yahei";
	color: #3e3e3e;
}

.applytip a {
	display: flex;
	margin-bottom: 25px;
	line-height: 50px;
	font-family: PTDIN;
	font-size: 18px;
}

.applytip a .icon {
	width: 50px;
	height: 50px;
	background: #31992b;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 20px;
	border-radius: 50%;
}

.applytip a.tel {
	margin-top: 30px;
}

.applytip a span {
	margin-left: 10px;
	line-height: 1;
}

.applytip a.tel span {
	font-size: 28px;
}

.applyBox .box .inpuD label span {
	color: red;
	margin-right: 5px;
	font-weight: bold;
}

/* 日历选择控件样式 */
.jcDateIco {
	background: #fff url(../images/dateIco.png) no-repeat right center;
}

input.jcDate {
	cursor: pointer;
}

#jcDate {
	background: #fefefe;
	width: 161px;
	padding: 10px;
	height: 203px;
	position: absolute;
	z-index: 1000;
	border: 2px solid #2b84b5;
	color: #333;
	display: none;
	font-size: 0;
	overflow: hidden;
}

#jcDateTt {
	height: 15px;
	line-height: 15px;
	position: relative;
	margin-bottom: 10px;
}

#jcDateTt a {
	color: #333;
	display: block;
	position: absolute;
	top: 0;
	width: 15px;
	height: 15px;
	cursor: pointer;
}

#jcDateTt a#d_prev {
	background: url(../images/r_left.png) no-repeat center 3px;
	left: 0;
}

#jcDateTt a#d_next {
	background: url(../images/r_right.png) no-repeat center 3px;
	right: 0;
}

#jcDateTt a#d_prev:hover {
	background-position: center -11px;
	background-color: #2b84b5;
}

#jcDateTt a#d_next:hover {
	background-position: center -11px;
	background-color: #2b84b5;
}

#jcDateTt div {
	position: absolute;
	top: 0;
	left: 15px;
	right: 15px;
	bottom: 0;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}

#jcDateTt div samp,
#jcDateTt div span {
	margin: 0 5px;
	color: #333;
	font-size: 12px;
	font-weight: bold;
	cursor: pointer;
}

#jcDateTt div samp:hover,
#jcDateTt div span:hover,
#jcDateTt div samp.visited,
#jcDateTt div span.visited {
	color: #2b84b5;
}

#jcDateMax {
	width: 1935px;
	height: 124px;
	position: relative;
	left: -687px;
	top: 0;
}

#jcDateMax ul {
	width: 161px;
	font-size: 12px;
	float: left;
	height: 124px;
	display: inline-black;
}

#jcDayWrap {
	overflow: hidden;
}

#jcYeas,
#jcMonth {
	display: none;
	overflow: hidden;
	padding-left: 2px;
	margin-bottom: 10px;
}

#jcYeas dt,
#jcYeas dd {
	font-weight: bold;
	width: 53px;
	height: 30px;
	float: left;
	text-align: center;
	line-height: 30px;
	cursor: pointer;
}

#jcYeas dt:hover,
#jcYeas dd:hover,
#jcMonth dt:hover,
#jcMonth dd:hover {
	background: #5aaad8;
	color: #fff;
}

#jcYeas dt.visited,
#jcYeas dd.visited,
#jcMonth dt.visited,
#jcMonth dd.visited {
	background: #2b84b5;
	color: #fff;
}

#jcMonth dt {
	font-weight: bold;
	width: 53px;
	height: 25px;
	float: left;
	text-align: center;
	line-height: 25px;
	cursor: pointer;
	margin: 10px 0;
}

#jcDayWrap ul li,
#jcDayCon dt {
	float: left;
	width: 23px;
	line-height: 20px;
	text-align: center;
	display: inline;
}

#jcDayWrap ul li {
	color: #bbb;
	cursor: pointer;
}

#jcDayCon dt {
	color: #2b84b5;
	font-size: 13px;
}

#jcDayWrap ul li.jcDateColor {
	color: #555;
}

#jcDayWrap ul li.visited {
	background: #2b84b5;
	color: #fff;
}

#jcDayWrap ul li:hover {
	background: #5aaad8;
	color: #fff;
}

#jcDateMax {
	clear: both;
}

#jcDateBtn {
	clear: both;
	line-height: 19px;
	height: 19px;
	padding-top: 10px;
	overflow: hidden;
}

#jcTimeWrap {
	float: right;
	width: 54px;
	border: 1px solid #999;
	border-left: 1px solid #555;
	border-top: 1px solid #555;
	height: 17px;
	overflow: hidden;
	display: none;
}

#jcDateBtn label {
	width: 6px;
	line-height: 18px;
	height: 17px;
	display: block;
	float: left;
	text-align: center;
	color: #333;
}

#jcDateBtn input {
	line-height: 17px;
	height: 17px;
	text-align: center;
	float: left;
	width: 24px;
	border: 0;
}

#jcDateBtn samp,
#jcDateBtn span {
	float: left;
	margin-right: 10px;
	cursor: pointer;
}

#jcDateBtn samp:hover,
#jcDateBtn span:hover {
	color: #d52222;
}

#jcDateBtn a#d_sub {
	width: 37px;
	float: right;
	display: block;
	line-height: 18px;
	height: 17px;
	text-align: right;
	cursor: pointer;
}

#jcDateBtn a#d_sub:hover {
	text-decoration: none;
	color: #d52222;
	font-weight: bold;
}

/**************************************** jQuery jcdate - End ****************************************************/
.applyBox .box .inpuD>input.warning {
	border: 1px solid #ed143d;
}

.closeData {
	width: 100%;
	background: #fff;
	box-shadow: 0px 0px 15px rgba(0, 0, 0, .1);
	padding: 25px;
	position: relative;
	height: 500px;
}

.closeData .closeBox {
	text-align: center;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	width: 100%;
	left: 0%;
}

.closeData .closeBox .icon {
	font-size: 120px;
	color: #98b445;
	line-height: 1;
}

.closeData .closeBox p {
	line-height: 1.7;
	opacity: .7;
}

.menu_btn {
	width: 60px;
	height: 60px;
	position: absolute;
	right: 0;
	top: 0;
	cursor: pointer;
	transition-duration: .5s;
	-webkit-transition-duration: .5s;
	display: none
}

.menu_btn span {
	width: 20px;
	height: 2px;
	background: #98b445;
	position: absolute;
	left: 20px;
	top: 23px;
	display: block;
	transition-duration: .5s;
	-webkit-transition-duration: .5s
}

.menu_btn span:nth-child(2) {
	top: 29px
}

.menu_btn span:nth-child(3) {
	top: 35px
}

.menu_btn.active {
	background: #98b445
}

.menu_btn.active span {
	background: #fff
}

.menu_btn.active span:nth-child(2) {
	opacity: 0
}

.menu_btn.active span:nth-child(1) {
	top: 29px;
	-webkit-transform: rotate(45deg)
}

.menu_btn.active span:nth-child(3) {
	top: 29px;
	-webkit-transform: rotate(-45deg);
}
.xySwiper{
	display: none;
}


@media screen and (max-width:1024px) {
	.banner_box {
		height: 47vw;
		margin-top: 60px;
	}
	.menu_btn{
		display: block;
	}
	.bar {
		display: none;
	}

	#sineCanvas {
		display: none;
	}

	.header {
		width: 100%;
		right: 0px;
		top: 0px;
		border-radius: 0px;
		height: 60px;
	}
	.banner .btn{
		display: none;
	}
	.header .nav{
		opacity: 0;
		visibility: hidden;
		height: calc(100vh - 60px);
		position: fixed;
		left: 0;
		top: 60px;
		display: block;
		width: 100%;
		background: #fff;
		    -webkit-transition: all 0.5s;
	}
	.nav_icon{
		width: 195px;
		right: 60px;
		border-radius: 0px;
		background: transparent;
		color: #98b445;
	}
	.nav_icon .icon{
		width: 35px;
		height: 35px;
		border: 1px solid #98b445;
		border-radius: 50%;
		line-height: 35px;
		top: 5px;
	}
	.header .nav.active {
	    opacity: 1;
	    visibility: visible;
		
	}
	.header .nav ul {
	    display: block;
	    position: absolute;
	    top: 45%;
	    -webkit-transform: translateY(-50%);
	    height: auto;
	    width: 100%;
	    text-align: center;
		flex-wrap: wrap;
	}
	.header .nav ul li{
		width: 100%;
		margin-bottom: 0px;
		line-height: 50px;
		border-bottom: 1px solid rgba(0,0,0,.1);
		
		position: relative;
		top: 50px;
		opacity: 0;
	}
	.header .nav.active ul li:nth-child(1) {
		-webkit-transition-delay: .1s
	}

	.header .nav.active ul li:nth-child(2) {
		-webkit-transition-delay: .15s
	}

	.header .nav.active ul li:nth-child(3) {
		-webkit-transition-delay: .2s
	}

	.header .nav.active ul li:nth-child(4) {
		-webkit-transition-delay: .25s
	}

	.header .nav.active ul li:nth-child(5) {
		-webkit-transition-delay: .3s
	}
	.header .nav.active ul li:nth-child(6) {
		-webkit-transition-delay: .35s
	}
	.header .nav.active ul li {
	    top: 0;
	    opacity: 1;
		-webkit-transition: all .5s;
	}
	.header.active{
		width: 100%;
	}
	.boxes{
		padding: 50px 0px;
	}
	.sub_title{
		padding-bottom: 15px;
		margin-bottom: 20px;
	}
	.sub_title b{
		font-size: 24px;
	}
	.homeAbout{
		flex-wrap: wrap;
	}
	.homeAbout .intro{
		width: 50%;
	}
	.homeAbout .photo,.homeAbout.a .photo{
		width: calc(90vw * 0.4);
		height: calc(90vw * 0.4);
	}
	.homeAbout .photo .iframe{
		width: calc(90vw * 0.27);
		height: calc(90vw * 0.27);
	}
	.homeAbout .photo .btn{
		width: 50px;
		height: 50px;
	}
	.homeAbout .photo .btn p{
		font-size: 12px;
	}
	.homeAbout .bar_list{
		width: 100%;
		margin-top: 50px;
	}
	.homeAbout .bar_list ul{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.homeAbout .bar_list ul li{
		width: 49%;
	}
	.boxes.b2 .list ._box .top{
		height: 150px;
	}
	.boxes.b2 .list ._box .icon{
		top: 120px;
		width: 60px;
		height: 60px;
		margin-left: -30px;
	}
	.boxes.b2 .list ._box .icon img{
		width: 40px;
		top: 10px;
		left: 10px;
	}
	.boxes.b2 .list ._box ul{
		padding: 40px 15px 0px;
	}
	.boxes.b2 .list ._box ul li{
		padding: 5px 0px;
	}
	.boxes.b3 .w1400 .list ul li{
		padding: 20px;
	}
	.common_more.c{
		margin-top: 30px;
	}
	.footer_nav{
		display: none;
	}
	.footer00{
		justify-content: center;
	}
	.copyright .fLogo{
		display: none;
	}
	.copyright .cp{
		width: 100%;
		text-align: center;
	}
	.sub_banner{
		height: 270px;
		margin-top: 60px;
	}
	.sub_title.mb50{
		margin-bottom: 30px;
	}
	#page{
		padding-top: 30px;
		margin-bottom: 0px;
	}
	.detail_page{
		padding: 0px;
	}
	.detail_box{
		width: 100%;
		flex-wrap: wrap;
	}
	.detail_box .dpl{
		width: 100%;
		padding: 50px 5vw;
	}
	.detail_box .dpl .title{
		font-size: 20px;
	}
	.detail_box .dpr{
		width: 100%;
		padding: 0px 5vw;
	}
	.detail_box .dpr .list{
		padding: 20px 0vw;
	}
	.header .nav ul li .list{
		display: none;
	}
	.ts_list ul li{
		width: 49%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.ts_list.ld ul li:nth-child(7){
		width: 100%;
	}
	.ts_list ul{
		justify-content: space-between;
	}
	.apply{
		flex-wrap: wrap;
	}
	.applytip{
		width: 100%;
		padding: 15px;
		box-shadow: none;
	}
	.applyBox{
		width: 100%;
	}
	.applytip b, .applyBox .name{
		font-size: 20px;
		margin-bottom: 10px;
	}
	.applyBox .box .inpuD{
		width: 100%;
		margin-bottom: 15px;
	}
	.applyBox .box .bdiv{
		flex-wrap: wrap;
		margin-bottom: 0px;
	}
	.applyBox .box .bdiv.t .inpuD{
		width: 100%;
	}
	.applytip a{
		display: none;
	}
	.bars{
		margin-top: 50px;
	}
}

@media screen and (max-width:768px) {
	.sub_bannerabout {
		position: relative;
		width: 100%;
		height: 270px;
		 
	}
	
	.header .nav ul li .first {
	 
	line-height: 55px; 
}
	
	
	.img-banner{display:block;margin-top: 60px}
		.banner_box {
		display: none
	}
	.logo{
		left: 5%;
		width: 150px;
	}
	.nav_icon{
		width: 150px;
	}
	.nav_icon:hover{
		width: 150px;
		background: transparent;
		color: #98b445;
	}
	.nav_icon .tel{
		font-size: 20px;
		left: 35px;
		line-height: 50px;display:none
	}
	.nav_icon .icon{
		width: 30px;
		height: 30px;
		line-height: 30px;
		top: 7.55px;
		font-size: 16px;display: none
	}
	
	
		.nav_icon .icon img{ display: none
		 
	}
	.homeAbout .intro{
		width: 100%;
		margin-bottom: 50px;
	}
	.common_more{
		margin: 0px auto;
		margin-top: 30px;
	}
	.homeAbout .intro>h2{
		text-align: center;
		font-size: 16px;
		margin-bottom: 0px;
	}
	.homeAbout .photo, .homeAbout.a .photo{
		width: calc(90vw * 0.8);
		height: calc(90vw * 0.8);
		margin-left: calc(90vw * 0.1);
	}
	.homeAbout .photo .iframe{
		width: calc(90vw * 0.6);
		height: calc(90vw * 0.6);
	}
	.homeAbout .bar_list ul li{
		width: 100%;
	}
	.homeAbout .bar_list ul li .icon{
		font-size: 20px;
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.homeAbout .bar_list ul li .txt{
		line-height: 40px;
	}
	.boxes.b2 .list{
		flex-wrap: wrap;
	}
	.boxes.b2 .list ._box{
		width: 100%;
		margin-bottom: 20px;		
	}
	.boxes.b2 .list ._box .top{
		height: 70px;
	}
	.boxes.b2 .list ._box .top .name{
		top: 50%;
	}
	.boxes.b2 .list ._box .top .name b{
		font-size: 16px;
	}
	.boxes.b2 .list ._box .top .name p{
		font-size: 12px;
	}
	.boxes.b2::before{
		    background-attachment: inherit;
	}
	.boxes.b2 .list ._box .icon{
		display: none;
	}
	.boxes.b2 .list ._box ul{
		padding: 20px;
	}
	.boxes.b2 .list ._box ul li p{
		width: calc(100% - 30px);
	}
	.boxes.b3 .w1400{
		flex-wrap: wrap;
	}
	.boxes.b3 .w1400 .curL{
		width: 100%;
	}
	.boxes.b3 .w1400 .list{
		width: 100%;
		margin-top: 25px;
	}
	.boxes.b3 .w1400 .list ul li .icon{
		margin-bottom: 5px;
	}
	.boxes.b3 .w1400 .list ul li .icon .iconfont{
		font-size: 36px;
	}
	.boxes.b3 .w1400 .list ul li .name{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.boxes.b3 .w1400 .list ul li .des{
		line-height: 1.7;
	}
	.news_list ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 15px;
	}
	.news_list ul li .info .des{
		display: none;
	}
	.news_list ul li .info{
		padding: 15px;
	}
	.news_list ul li .info .name{
		font-size: 16px;
	}
	.bars{
		flex-wrap: wrap;
	}
	.bars a{
		width: 100%;
	}
	.school_box .singePage.in{
		width: 100%;
		padding-bottom: 150px;
	}
	.sbg{
		width: 100%;
		height: auto;
		position: absolute;
		right: 0%;
		bottom: 0px;
		margin-right:0px;
	}
	.teacher_list .swiper-slide .mark{
		padding: 5px;
	}
	
	.teacher_list .swiper-slide .mark::before,.teacher_list .swiper-slide .mark::after{
		display: none;
	}
	.teacher_list .swiper-slide .name.c{
		line-height: 40px;
		font-size: 14px;
	}
	.homeAbout .ts{
		width: 100%;
	}
	.homeAbout .ts ul li{
		margin-bottom: 20px;
	}
	.homeAbout .ts ul li .info b{
		font-size: 16px;
	}
	.homeAbout .ts ul li .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 20px;
	}
	.homeAbout .ts ul li .info{
		width: calc(100% - 90px);
		margin-left: 0px;
	}
	.homeAbout .ts.r ul li{
		direction: inherit;
	}
	.homeAbout.a .photo{
		display: none;
	}
	.sub_menu a{
		height: auto;
		line-height: 50px;
	}
	.sub_menu a::before{
		height: 3px;
	}
	.sub_menu a:hover::before, .sub_menu a.active::before{
		width: 20%;
		left: 40%;
	}
	.school_box{
		flex-wrap: wrap;
	}
	.school_box .singePage{
		margin-bottom: 25px;
	}
	.school_box .singePage,.school_swiper{
		width: 100%;
	}
	.sub_title p{
		font-size: 14px;
	}
	.ts_list ul li{
		padding: 20px 15px;
	}
	.ts_list ul li .mark span{
		width: 100%;
	}
	.ts_list ul li .num{
		display: none;
	}
	.ts_list ul li .title{
		font-size: 20px;
	}
	.ts_list ul li .mark,.ts_list ul li .name{
		margin-top: 10px;
	}
	.boxes.b6 .list ul{
		flex-wrap: wrap;
	}
	.boxes.b6 .list ul li,.boxes.b6 .list ul li .box{
		width: 100%;
		height: auto;
	}
	.boxes.b6 .list ul li .box{
		top: 0%;
		-webkit-transform: translateY(0%);
		position: relative;
		position: relative;
		padding-top: 0px;
		padding-left: 60px;
	}
	.boxes.b6 .list ul li .box .icon{
		width: 50px;
		height: 50px;
		position: absolute;
		left: 0px;
		top: 0px;
		line-height: 50px;
		font-size: 20px;
	}
	.boxes.b6 .list ul li .box .name{
		margin-top: 0px;
		text-align: left;
		position: relative;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.boxes.b6 .list ul li .box .name::after{
		width: 20px;
		height: 3px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: '';
		background: #000;
		opacity: .1;
	}
	.boxes.b6 .list ul li .box .des{
		top: 0px;
		position: relative;
		opacity: 1;
		padding: 0px;
		text-align: left;
	}
	.boxes.b6 .list ul li{
		margin-bottom: 15px;
	}
	.boxes.b6 .list ul li.active::before{
		opacity: 0;
		box-shadow: none;
	}
	.boxes.b6 .list ul li.active .box .des{
		top: 0px;
		opacity: 1;
	}
	.boxes.b6 .list ul li.active .box .name{
		margin-top: 0px;
		font-size: 16px;
	}
	.boxes.b6 .list ul li.active .icon{
		-webkit-transform: scale(1);
	}
	.boxes.b6::before{
		display: none;
	}
	.xyList ul li .info .name{
		font-size: 16px;
	}
	.xyList ul li .info .des{
		font-size: 12px;
		opacity: .7;
	}
	.xyList ul li{
		margin-bottom: 10px;
	}
	.zsList ul li{
		width: 100%;
		margin-bottom: 0px;
	}
	.zsList ul li a{
		height: 200px;
		padding: 20px;
	}
	.zsList ul li a .name{
		font-size: 16px;
	}
	.zsList ul li .icon{
		font-size: 28px;
		left: 20px;
	}
	.hjList{
		display: none;
	}
	.xySwiper{
		display: block;
		padding-bottom: 40px;
	}
	.xySwiper .swiper-slide{
		height: 65vw;
		background: center center no-repeat;
		background-size: cover;
	}
	.xySwiper .swiper-slide .name{
		width: 100%;
		height: 50px;
		position: absolute;
		left: 0px;
		bottom: 0px;
		text-align: center;
		color: #fff;
	}
	.xySwiper .swiper-slide .name b{
		display: block;
		font-size: 14px;
		position: absolute;
		width: 100%;
		text-align: center;
		z-index: 10;
		bottom: 15px;
	}
	.xySwiper .swiper-slide .name::before{
		width: 100%;
		height: 100%;
		position: absolute;
		left: 0px;
		bottom: 0px;
		content: '';
		background-image: -webkit-linear-gradient(top, rgba(0,0,0,.0) 0%, rgba(0,0,0,.8) 100%);
		z-index: 0;
	}
	.fqList ul li .q{
		padding: 15px;
	}
	.fqList ul li .a .name{
		line-height: 25px;
		padding: 5px 0px;
	}
	.newsList ul li a{
		padding: 15px;
	}
	.newsList ul li a .time{
		width: 70px;
		height: 80px;
	}
	.newsList ul li a .info{
		width: calc(100% - 80px);
	}
	.newsList ul li a .info .des{
		display: none;
	}
	.newsList ul li a .info .name{
		overflow: hidden;
		height: auto;
		text-overflow: inherit;
		white-space: normal;
		border-bottom: none;
		line-height: 1.7;
		font-size: 16px;
	}
	.map{
		height: 200px;
	}
	.mapBox{
		width: 100%;
		height: auto;
		position: relative;
		right: 0px;
		top: 0%;
		-webkit-transform: translateY(0%);
		box-shadow: none;
		border-radius: 0px;
		padding: 15px 0px;
		padding-top: 25px;
	}
	.infos ul li .icon{
		font-size: 20px;
	}
	.infos ul li .info .b{
		font-size: 16px;
	}
	.teacherPhoto{
		display: none;
	}
	.teacherBox{
		position: fixed;
	}
	.teacherInfo{
		width: 100%;
	}
	.teacherInfo .title{
		width: 100%;
		padding-bottom: 10px;
		margin-bottom: 20px;
	}
	.teacherInfo .title b{
		font-size: 20px;
	}
	.teacherInfo .title p{
		font-size: 14px;
	}
	.teacherInfo .des{
		width: 100%;
		line-height: 1.7;
		max-height:none;
	}
	.header .nav ul li .first.has::before{
		display: none;
	}
	.noData i{
		font-size: 80px;
	}
	.infos ul li{
		padding-bottom: 10px;
		margin-bottom: 10px;
	}
}



.footer {
	background-color: #f5f5f5;
	color: #333;
}

.footer .center a:hover,
.footer .site-info a:hover {
	color: #333 !important;
}

.footer .top {
	display: flex;
}

.footer .top .left,
.footer .top .right {
	height: 200px;
	display: flex;
	width: 100%;
	background-size: cover;
	background-position: center center;
	background-image: url("../images/b-l.jpg");
	align-items: center;
	justify-content: center;
	position: relative;
}

.footer .top .left:before,
.footer .top .right:before {
	content: '';
	position: absolute;
	width: calc(100% - 30px);
	height: calc(100% - 30px);
	top: 15px;
	left: 15px;
	pointer-events: none;
	border: 1px solid #fff;
	opacity: 0.3;
}

.footer .top .left .text,
.footer .top .right .text {
	text-align: center;
}

.footer .top .left .text .cn,
.footer .top .right .text .cn {
	font-size: 30px;
	font-weight: 400;
	margin-bottom: 5px;
}

.footer .top .left .text .en,
.footer .top .right .text .en {
	font-family: 'LEMON';
	opacity: 0.4;
	font-size: 16px;
	letter-spacing: 1px;
}

.footer .top .left .text .iconfont,
.footer .top .right .text .iconfont {
	font-size: 32px;
	margin-top: 20px;
}

.footer .top .right {
	background-image: url("../images/b-r.jpg");
}

.footer .top a:hover {
	color: #fff !important;
}

.footer .top a:hover .iconfont {
	transform: scale(1.2);
}

.footer .center {
	padding-top: 30px;
	padding-bottom: 30px;
}

.footer .center .common-box {
	display: flex;
	justify-content: space-between;
}

.footer .center .common-box .l .f-logo {
	margin-bottom: 25px;
	display: block;
}

.footer .center .common-box .l .btn {
	width: 235px;
	line-height: 43px;
	border: 1px solid rgba(255, 255, 255, 0.4);
	border-radius: 45px;
	padding-left: 95px;
	display: flex;
	align-items: center;
	margin-bottom: 15px;
	letter-spacing: 0.5px;
	position: relative;
	cursor: pointer;
}

.footer .center .common-box .l .btn .iconfont {
	font-size: 20px;
	margin-right: 10px;
}

.footer .center .common-box .l .btn .ewm-box {
	position: absolute;
	width: 150px;
	height: 150px;
	bottom: 60px;
	background-color: #fff;
	left: 50%;
	margin-left: -75px;
	pointer-events: none;
	display: none;
	padding: 5px;
}

.footer .center .common-box .l .btn:hover {
	background-color: #fff;
	color: #0a6aa1;
}

.footer .center .common-box .l .btn:hover .ewm-box {
	display: block;
}

.footer .center .common-box .r {
	padding-top: 20px;
}

.footer .center .common-box .r .links {
	display: flex;
	border-bottom: 1px solid rgba(255, 255, 255, 0.4);
	padding-bottom: 15px;
}

.footer .center .common-box .r .links a {
	padding: 0 25px;
	 
}

.footer .center .common-box .r .links a:last-of-type {
	padding-right: 0;
}

.footer .center .common-box .r .info {
	display: flex;
	flex-direction: column;
	align-items: flex-end;
	padding-top: 28px;
}

.footer .center .common-box .r .info p+p {
	margin-top: 15px;
}

.footer .center .common-box .r .info p span+span {
	padding-left: 10px;
}

.footer .site-info {
	line-height: 50px;
	color: rgba(255, 255, 255, 0.5);
	background-color: #0b1c32;
}

.footer .site-info .common-box {
	display: flex;
	justify-content: space-between;
	font-size: 12px;
}
	.common-box {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
}

	
	@media screen and (max-width:1200px) {.footer .top .left, .footer .top .right{
		height: 150px;
	}
	.footer .top .left .text .cn, .footer .top .right .text .cn{
		font-size: 20px;
	}
	.footer .top .left .text .en, .footer .top .right .text .en{
		font-size: 12px;
		font-weight: normal;
	}
	.footer .top .left .text .iconfont, .footer .top .right .text .iconfont{
		font-size: 24px;
		margin-top: 10px;
		opacity: .5;
	}}
	
	
	@media screen and (max-width:800px) {.footer .center{
		display: none;
	}.footer .site-info .common-box{
		display: block;
		line-height: 2;
		padding: 15px 0px;
	}.footer .top .left, .footer .top .right{
		height: 100px;
	}
	.footer .top .left .text .iconfont, .footer .top .right .text .iconfont{
		display: none;
	}
	.footer .top .left .text .cn, .footer .top .right .text .cn{
		font-size: 16px;
	}}