html,
body {
	padding: 0;
	margin: 0;
	/* height: 100%; */
}

body {
	color: #222;
	-webkit-text-size-adjust: none;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
p,
blockquote,
dl,
dt,
dd,
ul,
ol,
li,
pre,
form,
fieldset,
legend,
button,
input,
textarea,
th,
td,
iframe {
	margin: 0;
	padding: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-size: 100%;
}

body,
button,
input,
select,
textarea {
	font-family: Tahoma, Arial, Roboto, ”Droid Sans”, ”Helvetica Neue”, ”Droid Sans Fallback”, ”Heiti SC”, sans-self;
	font-size: 62.5%;
	line-height: 1.5;
}

ol,
ul {
	list-style: none;
}

html,
body {
	/* height: 100%; */
	overflow-x: hidden;
}
section {
	position: relative;
	height: 100%;	
}
.section-wrap {
	width: 100%;
	height: 100%;
	overflow: visible;
	transition: transform 1s cubic-bezier(0.86, 0, 0.03, 1);
	-webkit-transition: -webkit-transform 1s cubic-bezier(0.86, 0, 0.03, 1);
}

.section-wrap .section {
	position: relative;
	width: 100%;
	background-position: center center;
	background-repeat: no-repeat;
}

/* 第一屏，沾满一整屏 */
.section-1 {
	background-image: url(../images/bgimg.png);
	position: absolute;
	width: 100vw;
	height: 100vh;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: 50%;
}

.section-1 .container {
	padding: 1.275rem 0;
}

.section-wrap .section-2 {
	/* background-image: url(../images/ms-bg.png); */
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.section-wrap .section-2 .teacher-list {
	display: flex;
	padding: 8.8rem 0 3rem 7rem;
	flex-wrap: wrap;
	width: 34rem;
	height: 27rem;
}

@media (max-width:768px) {
	.section-wrap .section-2 .teacher-list {
		display: flex;
		padding: 6.8rem 0 2rem 7rem;
		flex-wrap: wrap;
		width: 34rem;
		height: 27rem;
	}
}

.section-wrap .section-2 .teacher-list .teacher-item {
	text-align: center;
	margin-bottom: 0.5rem;
	cursor: pointer;
}

.section-wrap .section-2 .teacher-list .teacher-item.active .teacher-name {
	color: #eb5d1f;
}

.section-wrap .section-2 .teacher-list .teacher-item:nth-child(5) {
	margin-left: 3rem;
}

.section-wrap .section-2 .teacher-list .teacher-item .teacher-name {
	font-weight: bold;
	font-size: 0.55rem;
	padding-right: 0.4rem;
}

.section-wrap .section-2 .teacher-list .teacher-avatar {
	background-image: url(../images/ms-avatar.png);
	background-size: 100%;
	width: 5.5rem;
	height: 5.22rem;
	position: relative;
}

.section-wrap .section-2 .teacher-list .teacher-item img {
	border-radius: 50%;
	width: 3.8rem;
	height: 3.8rem;
	position: absolute;
	left: 0.6rem;
	top: 0.56rem;
}

.section-wrap .section-2 .title {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	position: absolute;
	left: 41%;
	top: 2.5rem;
}

.section-wrap .section-3 {
	/* background-image: url(../images/kc-bg.png); */
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.section-wrap .section-3 .title {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	position: absolute;
	left: 50%;
	transform: translateX(-50%);
	top: 2rem;
}

.section-wrap .section-3 .kctx-box {
	padding: 5.8rem 0 2rem 3rem;
}

.section-wrap .section-3 .kc-box {
	display: flex;
}

.section-wrap .section-3 .kc-box .kc-left {
	/* background-image: url(../images/kc-box.png); */
	width: 5rem;
	height: 5rem;
	background-size: 100%;
	position: relative;
	margin-right: 1.5rem;
}

.section-wrap .section-3 .kc-box .kc-left span {
	color: #30b0bc;
	font-size: 0.7rem;
	position: absolute;
	bottom: 1.2rem;
	left: 1.75rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
}

.section-wrap .section-3 .kc-box .overflow-box {
	overflow: hidden;
	height: 9rem;
}

.section-wrap .section-3 .kc-box .kc-right {
	display: flex;
	align-items: center;
	margin-top: 0.4rem;
	transition: all 1s;
	transform: translate(0, 0);
}

.section-wrap .section-3 .kc-box .kc-item {
	background-image: url(../images/kc-text.png);
	width: 7.5rem;
	height: 1.92rem;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #30b0bc;
	font-weight: bold;
	font-size: 0.8rem;
	margin-right: 0.5rem;
	cursor: pointer;
}

.section-wrap .section-3 .kc-box .kc-right .kc-item.kc1 {
	background-image: url(../images/kc-text-1.png);
	width: 4.68rem;
	height: 1.92rem;
}

.section-wrap .section-3 .kc-box .kc-detail {
	background-color: rgba(0, 174, 219, 0.5);
	width: 30.5rem;
	border-radius: 0.5rem;
	margin-top: 4.8rem;
	position: relative;
	transform: translate(0, 0);
	transition: all 1s;
	min-height: 4rem;
}

.section-wrap .section-3 .kc-box .kc-detail .detail-box {
	font-weight: bold;
	padding: 0.4rem 0.4rem 0.4rem 8.5rem;
}

.section-wrap .section-3 .kc-box .kc-detail .detail-box .detail-title {
	color: #fffdbc;
	font-size: 0.5rem;
	margin-bottom: 0.1rem;
}

.section-wrap .section-3 .kc-box .kc-detail .detail-box .detail-content {
	color: #fff;
	font-size: 0.4rem;
	line-height: 1rem;
	letter-spacing: 0.1rem;
}

.section-wrap .section-3 .kc-box .kc-detail .white-box {
	position: absolute;
	left: -0.2rem;
	top: -0.4rem;
	background-color: #fff;
	border-radius: 1rem;
	padding: 0.2rem;
}

.section-wrap .section-3 .kc-box .kc-detail .arrow-bottom {
	position: absolute;
	top: 70%;
	transform: translateY(-50%);
	left: 3.2rem;
	width: 1.5rem;
	cursor: pointer;
	/* img旋转180度 */
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}

.section-wrap .section-3 .kc-box .kc-detail .white-box .kc-item {
	margin-right: 0;
}

.section-wrap .section-3 .js-box {
	display: flex;
	margin-top: 0rem;
}

.section-wrap .section-3 .js-box .js-left {
	/* background-image: url(../images/js-box.png); */
	width: 5rem;
	height: 5rem;
	background-size: 100%;
	position: relative;
	margin-right: 1.5rem;
}

.section-wrap .section-3 .js-box .js-left span {
	color: #d98d52;
	font-size: 0.7rem;
	position: absolute;
	bottom: 1.2rem;
	left: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.15rem;
}

.section-wrap .section-3 .js-box .js-right {
	display: flex;
}

.section-wrap .section-3 .js-box .js-right .js-item {
	background-image: url(../images/js-text.png);
	width: 12rem;
	height: 1.8rem;
	background-size: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #d98d52;
	font-weight: bold;
	font-size: 0.6rem;
	margin-right: 0.5rem;
	cursor: pointer;
}

.section-wrap .section-3 .js-box .js-right .js-item.js1 {
	background-image: url(../images/js-text-1.png);
	width: 9.2rem;
	height: 1.8rem;
}

.mar-t-05 {
	margin-top: 0.5rem;
}

.mar-t-02 {
	margin-top: 0.2rem;
}

.section-wrap .section-4 {
	/* background-image: url(../images/lxwm-bg.jpg); */
	background-color: #fff;
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.section-wrap .section-4 .title {
	background-image: url(../images/lxwm-title.png);
	background-size: 100%;
	width: 7rem;
	height: 2.3rem;
	display: flex;
	justify-content: center;
	align-items: center;
	font-weight: bold;
	font-size: 0.8rem;
	position: absolute;
	right: 16.2rem;
	top: 5.2rem;
	letter-spacing: 0.3rem;
}

.lxwm-logo {
	width: 6.39rem;
	height: 2.31rem;
	margin: 1rem 0 0 1.5rem;
}

.lxwm-info {
	width: 20rem;
	position: absolute;
	right: 3rem;
	top: 13.5rem;
	font-weight: bold;
}

.section-wrap .section-4 .info-name {
	color: #33C8E1;
	font-size: 1rem;
}

.section-wrap .section-4 .info-tel {
	color: #EE761F;
	font-size: 0.6rem;
	margin: 0.7rem 0.5rem;
}

.section-wrap .section-4 .info-tel .num {
	font-size: 1.2rem;
	margin-left: 0.5rem;
}

.section-wrap .section-4 .addr-msg {
	font-size: 0.6rem;
	color: #9B9491;
	margin-top: 0.3rem;
}

.section-wrap .section-4 .addr-msg.active {
	color: #ee761f;
}

.addr-msg:hover {
	color: #ee761f;
}

.addr-msg-active {
	color: #ee761f !important;
}

.addr-msg-min {
	display: none !important;
	font-size: 0.8rem;
	color: #9B9491;
}

@media(max-width: 1050px) {
	.addr-msg {
		display: none !important;
	}

	.addr-msg-min {
		display: block !important;
	}
}

#earth {
	width: 25rem;
	height: 25rem;
	margin: -2rem 0 0 1rem;
}

#earth canvas {
	width: 25rem !important;
	height: 25rem !important;
}

/* .put-section-0 {
	transform: translateY(0);
	-webkit-transform: translateY(0);
}

.put-section-1 {
	transform: translateY(-100%);
	-webkit-transform: translateY(-100%);
}

.put-section-2 {
	transform: translateY(-200%);
	-webkit-transform: translateY(-200%);
}

.put-section-3 {
	transform: translateY(-300%);
	-webkit-transform: translateY(-300%);
} */

.section-btn {
	width: 14px;
	position: fixed;
	right: 4%;
	top: 50%;
}

.section-btn li {
	width: 14px;
	height: 14px;
	cursor: pointer;
	text-indent: -9999px;
	border-radius: 50%;
	-webkit-border-radius: 50%;
	margin-bottom: 12px;
	background: #BD362F;
	text-align: center;
	color: #fff;
	onsor: pointer;
}

.section-btn li.on {
	background: #fff
}

.arrow {
	opacity: 1;
	animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	-webkit-animation: arrow 3s cubic-bezier(0.5, 0, 0.1, 1) infinite;
	transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	position: fixed; 
	right: 30px; 
	z-index: 99; 
	bottom: 10px;
	left: 94%;
	margin-left: -30px;
	width: 60px;
	height: 60px;
	border-radius: 100%;
	-webkit-border-radius: 100%;
	line-height: 60px;
	text-align: center;
	font-size: 20px;
	color: #f18c20;
	border: 1px solid #f18c20;
	cursor: pointer;
	overflow: hidden;

}

.arrow a {
	text-decoration: none;
	cursor: pointer;
	color: #f18c20;
	font-size: 26px;
}

.arrow a:hover a:link {
	text-decoration: none;

}

.arrow a:link {
	text-decoration: none;

}

.arrow a:visited {
	text-decoration: none;

}

.arrow:hover {
	animation-play-state: paused;
	-webkit-animation-play-state: paused;
}

.section-1 .logo-big {
	background-image: url(../images/logo-big.png);
	width: 16.55rem;
	height: 18.75rem;
	background-size: 100%;
	background-repeat: no-repeat;
	position: relative;
}

.section-1 .logo-big-en {
	background-image: url(../images/logo-big-en.png);

}

.section-1 .logo {
	width: 5.42rem;
	height: 1.92rem;
	position: absolute;
	top: 1.5rem;
	left: 38%;
}

.section-1 .logo-big a {
	font-weight: bold;
	text-decoration: none;
	cursor: pointer;
}

.section-1 .logo-big .enroll {
	width: 4rem;
	height: 3rem;
	display: block;
	right: 2rem;
	top: 0;
	position: absolute;
	cursor: pointer;
}

.section-1 .logo-big .gcyjj {
	width: 5rem;
	height: 5rem;
	display: block;
	left: 0.5rem;
	top: 3.5rem;
	position: absolute;
	cursor: pointer;
	color: #fff;
}

.section-1 .logo-big .kctx {
	width: 5rem;
	height: 4rem;
	display: block;
	left: 0.5rem;
	bottom: 0.2rem;
	position: absolute;
	cursor: pointer;
	color: #fff;
}

.section-1 .logo-big .lxwm {
	width: 5rem;
	height: 4rem;
	display: block;
	right: 0.5rem;
	bottom: 0.2rem;
	position: absolute;
	cursor: pointer;
	color: #FFF798;
}

.section-1 .logo-big .szfc {
	width: 5rem;
	height: 5rem;
	display: block;
	right: 0.3rem;
	top: 3.5rem;
	position: absolute;
	cursor: pointer;
	color: #FFF798;
}

.section-1 .banner-thumb {
	/* 控制橙子logo上下居中 */
	height: 94vh;
	justify-content: space-between;
}

.section-1 .arrow-box {
	margin: 0 4rem;
	text-decoration: none;
	cursor: pointer;
}

.section-1 .arrow-box>div {
	color: #fff;
	font-size: 1rem;
	margin: 0 1rem;
	white-space: nowrap;
}

.section-1 .arrow-box img {
	width: 3.59rem;
	height: 6.45rem;
}

@keyframes arrow {

	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

@-webkit-keyframes arrow {

	%0,
	%100 {
		bottom: 10px;
		opacity: 1;
	}

	50% {
		bottom: 50px;
		opacity: .5
	}
}

.preloader {
	overflow: hidden
}

.preloader {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;
	width: 100%;
	height: 100%;
	background: #f16126
}

.preloader .preloader-inner {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%)
}

.preloader .preloader-inner .preloader-icon {
	width: 72px;
	height: 72px;
	display: inline-block;
	padding: 0
}

.preloader .preloader-inner .preloader-icon span {
	position: absolute;
	display: inline-block;
	width: 72px;
	height: 72px;
	border-radius: 100%;
	background: #fff;
	-webkit-animation: preloader-fx 1.6s linear infinite;
	animation: preloader-fx 1.6s linear infinite
}

.preloader .preloader-inner .preloader-icon span:last-child {
	animation-delay: -0.8s;
	-webkit-animation-delay: -0.8s
}

@keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		transform: scale(0, 0);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
		opacity: 0
	}
}

@-webkit-keyframes preloader-fx {
	0% {
		-webkit-transform: scale(0, 0);
		opacity: .5
	}

	100% {
		-webkit-transform: scale(1, 1);
		opacity: 0
	}
}



.container:before,
.container:after {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

.container:before,
.container:after {
	display: table;
	content: " "
}

.container:after {
	clear: both
}

.section-orange {
	margin-right: auto;
	margin-left: auto;
}

.container img {
	max-width: 100%;
}

.align-items-center {
	display: flex;
	align-items: center;
}

.align-center {
	display: flex;
	justify-content: center;
	align-items: center;
}

.section-wrap .section-5 {
	/* background-image: url(../images/enroll.jpg); */
	width: 100%;
	min-height: 27.25rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.section-wrap .section-5 .title {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	position: absolute;
	left: 18%;
	top: 3.5rem;
}

.section-wrap .section-5 .enroll-rg {
	display: flex;
	flex-wrap: wrap;
	width: 20rem;
	margin: 8.75rem;
	position: absolute;
	background: #f3f0f0;
	box-shadow: 0 1.875rem 20px rgba(0, 0, 0, .3);
	border-radius: 0.3125rem;
	padding: 0 0.625rem;
	overflow: hidden;
}

.enroll label {
	font-size: 1.25rem !important;
	color: #7d7373 !important;
}

.enroll-rg dl.box {
	float: left;
	overflow: hidden;
	padding: 1.375rem 1.875rem;
	width: 18.75rem;
	margin-bottom: 0 !important;
}

.enroll-rg dl.box form {
	padding-top: 0.625rem;
}

.enroll-rg dl.box dt {
	color: #ea5c01;
	border-bottom: 1px solid #ddd;
	font-size: 1.125rem;
	padding: 0 0 0.75rem 0px;
	margin: 0 0.9375rem 1.25rem 0;
}

.enroll-rg dl.box dd {
	margin-bottom: 0.3125rem;
	line-height: 1.625rem;
	padding-bottom: 0.9375rem;
}

.enroll-rg dl.box label {
	float: left;
	margin-right: 0.3125rem;
	text-align: right;
	width: 2.875rem;
	line-height: 1.625rem;
}

.enroll-rg dl.box .input {
	border: 1px solid #CCCCCC;
	line-height: 1.25rem;
	padding: 0.1875rem;
	width: 9.75rem;
	border-radius: 0.625rem;
}

.section-5 .enroll-rg input {
	outline: none;
}

.enroll-rg dl.box dd.submit {
	padding-left: 3.1875rem;
}

.enroll-rg .button {
	padding: 0.4375rem 3.75rem;
	background: none;
	border: none;
	background-color: #fb9606;
	color: #fff;
	border-radius: 0.625rem;
}

.section-wrap .section-6 {
	/* background-image: url(../images/bg-cj.jpg); */
	width: 100%;
	min-height: 27.25rem;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.section-wrap .section-6 .title {
	color: #fff;
	font-size: 1.5rem;
	letter-spacing: 0.3rem;
	position: absolute;
	left: 30%;
	top: 1.4rem;
}

.section-wrap .section-6 .enroll-rg {
	display: flex;
	flex-wrap: wrap;
	width: 25rem;
	margin: 6.75rem;
	position: absolute;
	overflow: hidden;
}

.section-6 .enroll-rg dl.box {

	min-height: 16.75rem;
}

.enroll-rg img {
	width: 24rem;
	height: 17rem;
	position: absolute;
	top: 0px;
	left: 0px;
}

.outer {
	position: relative;
	width: 24rem;
	height: 17.5rem;
}

.outer ul li {
	list-style: none;
}

.outer .num {
	position: absolute;
	bottom: 10px;
	font-size: 0px;
	width: 100%;
	text-align: center;
}

.outer .num li {
	width: 20px;
	height: 20px;
	background-color: gray;
	border-radius: 60%;
	text-align: center;
	line-height: 20px;
	display: inline-block;
	font-size: 10px;
	margin: 3px;
	cursor: pointer;


}

.outer img {
	/* box-shadow: 0 0.75rem 16px rgba(0, 0, 0, .1); */
}

.outer .num li.current {
	background-color: red;
}

.section-wrap .section-7 {
	/* background-image: url(../images/info.jpg); */
	width: 100%;
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: top;
}

.section-wrap .section-7 .teacher-list {
	display: flex;
	padding: 8.8rem 0 2rem 14rem;
	flex-wrap: wrap;
	width: 37rem;
	height: 27rem;
}

.section-wrap .section-7 .title {
	color: #fff;
	font-size: 1.4rem;
	letter-spacing: 0.3rem;
	position: absolute;
	left: 44%;
	transform: translateX(-50%);
	top: 6rem;
}

#teacher-info {
	color: #FFF;
	font-size: 0.8rem;
}

@media (max-width:768px) {
	.info-br {
		display: none;
	}
}

/* button */
.section-1 .title {
	/*letter-spacing: 0.3rem;*/
	position: absolute;
	right: 4%;
	top: 0.5rem;
}

.toggle-button-cover {
	display: table-cell;
	position: relative;
	width: 10rem;
	height: 7.5rem;
	box-sizing: border-box;
}

.button-cover:before {
	counter-increment: button-counter;
	content: counter(button-counter);
	position: absolute;
	right: 0;
	bottom: 0;
	color: #d7e3e3;
	font-size: 12px;
	line-height: 1;
	padding: 5px;
}

.button-cover,
.knobs,
.layer {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.button {
	position: relative;
	top: 50%;
	width: 50px;
	height: 32px;
	margin: -20px auto 0 auto;
	overflow: hidden;
}

.button.r,
.button.r .layer {
	border-radius: 100px;
}

.button.b2 {
	border-radius: 2px;
}

.checkbox {
	position: relative;
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	opacity: 0;
	cursor: pointer;
	z-index: 3;
}

.knobs {
	z-index: 2;
}

.layer {
	width: 100%;
	background-color: #ebf7fc;
	transition: 0.3s ease all;
	z-index: 1;
}

/* Button 4 */
#button-4 .knobs:before,
#button-4 .knobs:after {
	position: absolute;
	top: 4px;
	left: 4px;
	width: 20px;
	/* height: 13px; */
	color: #fff;
	font-size: 11px;
	font-weight: bold;
	text-align: center;
	line-height: 1;
	padding: 6px 3px;
	background-color: #60c4f1;
	border-radius: 50%;
	transition: 0.3s cubic-bezier(0.18, 0.89, 0.35, 1.15) all;
}

#button-4 .knobs:before {
	content: 'En';
}

#button-4 .knobs:after {
	content: '中';
}

#button-4 .knobs:after {
	top: -28px;
	right: 4px;
	left: auto;
	background-color: #fb9606;
}

#button-4 .checkbox:checked+.knobs:before {
	top: -28px;
}

#button-4 .checkbox:checked+.knobs:after {
	top: 4px;
}

#button-4 .checkbox:checked~.layer {
	background-color: #fcebeb;
}

/* banner */
.swiper-contione {
	width: 100vw;
	/* max-height: 80vh; */
	overflow: hidden;
	margin: 0 auto;
	position: relative;
	/* display: none; */
}

.swiper {
	width: 9999999px;
	/* height: 80vh; */
	transition: all 1s ease;
}

.swiper-item {
	width: 100vw;
	/* height: 80vh; */
	float: left;
	position: relative;
}

.swiper-item img {
	width: 100vw;
	/* height: 80vh; */
}

.swiper-item p {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.5);
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.swiper-point {
	width: 100%;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
}

.point {
	width: 12px;
	height: 12px;
	border-radius: 50%;
	background: rgba(0, 0, 0, 0.9);
	margin-right: 5px;
	float: left;
}

.point .active {
	background: #fff;
}

.swiper-left {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	left: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.swiper-right {
	width: 60px;
	height: 100%;
	position: absolute;
	top: 0;
	right: -60px;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: all 0.4s ease;
}

.swiper-left img,
.swiper-right img {
	cursor: pointer;
	width: 1.05rem;
	height: 2.05rem;
}

.swiper-contione:hover .swiper-left {
	left: 0;
}

.swiper-contione:hover .swiper-right {
	right: 0;
}

.swiper-video {
	background-color: #000;
}

.swiper-item video {
	height: 80vh;
	width: 99%;
}

.video1 {
	height: auto;
	z-index: 3;
}

.video {
	width: 80%;
	margin: 0 auto;
	overflow: hidden;
	zoom: 1;
}

.navigation img {
	width: 100%;
}

.navigation .na-title1 {
	width: 100%;
	height: 50px;
	font-size: 1.25rem;
	font-weight: 700;
	position: absolute;
	top: 0;
	left: 0;
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

.navigation .na-title2 {
	width: 100%;
	height: 50px;
	font-size: 0.875rem;
	position: absolute;
	top: 35%;
	left: 0;
	color: #fb9606;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}

/* 英文状态下，字体的设置 */
.en-style {
	letter-spacing: normal !important;
}

.en-course {
	font-size: 0.7rem !important;
	left: 0.8rem !important;
	font-weight: normal !important;
	letter-spacing: normal !important;
}

.en-contact {
	letter-spacing: normal !important;
}

.addr-msg-en {
	font-size: 0.4rem !important;
	font-weight: normal !important;
	margin-top: 0.1rem !important;
}

.addr-msg-min-en {
	display: none !important;
	font-size: 0.9rem;
	color: #9B9491;
}

@media(max-width: 1250px) {
	.addr-msg-en {
		display: none !important;
	}

	.addr-msg-min {
		display: block;
	}

	/* .addr-msg-min-en {
				display: block!important;
			} */
}

.en-about {
	display: -webkit-box;
	-webkit-box-orient: vertical;
	overflow: hidden;
	-webkit-line-clamp: 13;
	text-overflow: ellipsis;
}

@media(max-width: 900px) {
	.en-about {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 11;
		text-overflow: ellipsis;
	}
}

@media(max-width: 768px) {
	.en-about {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 8;
		text-overflow: ellipsis;
	}
}

@media(max-width: 616px) {
	.en-about {
		display: -webkit-box;
		-webkit-box-orient: vertical;
		overflow: hidden;
		-webkit-line-clamp: 5;
		text-overflow: ellipsis;
	}
}

.en-aboutas {
	letter-spacing: 0.2rem;
}

/* logo 3D效果 */
/* .project {
	cursor: pointer;
} */

.container:after {
	content: " ";
	display: block;
	clear: both;
}

.project__image:after {
	content: " ";
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	transition: opacity .3s ease;
	opacity: 0;
}

.project__card {
	position: relative;
	will-change: transform;
	transition: box-shadow .3s ease;
}

.project__card.hover-in {
	transition: -webkit-transform .2s ease-out;
	transition: transform .2s ease-out;
	transition: transform .2s ease-out, -webkit-transform .2s ease-out;
}

.project__card.hover-out {
	transition: -webkit-transform .2s ease-in;
	transition: transform .2s ease-in;
	transition: transform .2s ease-in, -webkit-transform .2s ease-in;
}



.outer p {
	width: 100%;
	height: 50px;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(0, 0, 0, 0.1);
	color: #fff;
	text-align: center;
	line-height: 50px;
	cursor: pointer;
}
.icp {
	position: absolute;
	width: 30%;
	bottom: 10px;
	left: 18.25rem;
	text-align: center;
}
.icp a {
	font-size:0.75rem;
}

