@charset "utf-8";

* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

img {
	display: block;
	max-width: 100%;
}

a,
a:hover {
	color: inherit;
	text-decoration: none;
}

ul,
li {
	list-style: none;
}

html {
	background-color: #c2edef;
}

.virtual-scroll {
	position: fixed;
	width: 17px;
	height: 100vh;
	right: 0;
	top: 0;
	z-index: 35;
	background-color: rgba(0, 0, 0, 0);
	opacity: 0;
	transition: opacity 0.25s;
	user-select: none;
	display: none;
}

.virtual-scroll:hover {
	opacity: 1;
	background-color: #f1f1f1;
}

.virtual-scroll:before {
	content: '';
	position: absolute;
	width: 100vw;
	right: 0;
	height: 100vh;
	top: 0;
	display: none;
	z-index: -1;
}


.virtual-scroll.dblclick:hover:after {
	content: '双击返回顶部';
	position: absolute;
	line-height: 40px;
	padding: 0 30px;
	background-color: rgba(0, 0, 0, 0.8);
	color: #fff;
	right: 25px;
	bottom: 50px;
	white-space: nowrap;
	pointer-events: none;
	font-size: 14px;
}

.virtual-scroll.active {
	opacity: 1;
}

.virtual-scroll.mousedown:before {
	display: block;
}

.virtual-scroll .virtual-scroll-thumb {
	position: absolute;
	width: 13px;
	height: 200px;
	background-color: #55dce6;
	left: 2px;
	top: 0;
	transition: background-color 0.25s;
	cursor: pointer;
}

.virtual-scroll .virtual-scroll-thumb:hover {
	background-color: #01c8fd;
}

.virtual-scroll .virtual-scroll-thumb:hover.active {
	background-color: #087bff;
}

.virtual-scroll .virtual-scroll-thumb.active {
	background-color: #087bff;
}

html,
body {
	scrollbar-width: none;
}

::-webkit-scrollbar {
	display: none;
}

@font-face {
	font-family: 'LEMON';
	/* project id 1912107 */
	src: url('../fonts/lemon/fonteditor.eot');
	src: url('../fonts/lemon/fonteditor.eot?#iefix') format('embedded-opentype'), url('../fonts/lemon/fonteditor.woff2') format('woff2'), url('../fonts/lemon/fonteditor.woff') format('woff'), url('../fonts/lemon/fonteditor.ttf') format('truetype'), url('../fonts/lemon/fonteditor.svg#iconfont') format('svg');
}

@font-face {
	font-family: 'iconfont';
	/* project id 1943491 */
	src: url('//at.alicdn.com/t/font_1943491_r1jj9uemz2.eot');
	src: url('//at.alicdn.com/t/font_1943491_r1jj9uemz2.eot?#iefix') format('embedded-opentype'), url('//at.alicdn.com/t/font_1943491_r1jj9uemz2.woff2') format('woff2'), url('//at.alicdn.com/t/font_1943491_r1jj9uemz2.woff') format('woff'), url('//at.alicdn.com/t/font_1943491_r1jj9uemz2.ttf') format('truetype'), url('//at.alicdn.com/t/font_1943491_r1jj9uemz2.svg#iconfont') format('svg');
}

.iconfont {
	font-family: 'iconfont';
	font-weight: 400;
}

.lemon {
	font-family: 'LEMON';
}

body {
	font-family: 'Microsoft YaHei', sans-serif;
	font-size: 14px;
	color: #282828;
	position: relative;
	background-color: #fff;

}

.pages {
	display: -webkit-box;
	display: -webkit-flex;
	display: -moz-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-moz-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	padding: 30px 0;
	font-size: 14px;
}

.pages a {
	display: block;
	line-height: 35px;
	border: 1px solid #aaaaaa;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 0 10px;
	min-width: 37px;
	text-align: center;
	margin: 0 3px;
}

.pages a.active {
	background-color: #035ea3;
	color: #fff !important;
	border-color: #035ea3;
	pointer-events: none;
}

.nav {
	height: 80px;
}

.nav .fixed-box {
	position: fixed;
	left: 0;
	top: 0;
	width: 100%;
	background-color: #fff;
	z-index: 20;
	color: #3e3e3e;
	-webkit-transition: all .5s;
}

.nav .fixed-box .common-box {
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 80px;
	width: 100%;
	max-width: none;
	padding: 0px 3%;
}

.nav .fixed-box .links {
	font-size: 17px;
	display: flex;
	position: relative;
	z-index: 2;
}

.nav .fixed-box .links a {
	position: relative;
	display: block;
	padding: 0 1.7vw;
}

.nav .fixed-box .links a:hover,
.nav .fixed-box .links a.active {
	color: #035ea3;
}

.box2 {
	background: url(../images/ebg.jpg) center center no-repeat;
	background-size: cover;
	padding: 100px;
	color: #fff;
	text-align: center;
}

.box2 .mailBox {
	width: 600px;
	border: 1px solid #fff;
	padding: 50px;
	text-align: center;
	margin: 0px auto;
	display: flex;
	justify-content: center;
	align-items: center;
}

.box2 .mailBox .icon {
	width: 50px;
	height: 50px;
	background: #035ea3;
	color: #fff;
	line-height: 50px;
	text-align: center;
	font-size: 24px;
	border-radius: 50%;
}

.box2 .mailBox .info {
	text-align: left;
	margin-left: 15px;
	font-size: 18px;
}

.nav .fixed-box .links>a {

	font-weight: 700;
}

.nav .fixed-box .links .extra_links {
	position: absolute;
	width: 100%;
	display: flex;
	top: 50px;
	color: #6a6a6a;
	font-size: 15px;
	text-align: center;
	opacity: 0;
	visibility: hidden;
}

.nav .fixed-box .links .extra_links .item a:first-of-type {
	font-size: 17px;

	pointer-events: none;
}

.nav .fixed-box .links .extra_links .item a+a {
	margin-top: 10px;
}

.nav .fixed-box .logo {
	position: relative;
	width: 263px;
}

.nav .fixed-box .logo img {
	opacity: 0;
}

.nav .fixed-box .logo img+img {
	position: absolute;
	left: 0;
	top: 0;
	opacity: 1;
	z-index: 2;
}

.nav .fixed-box .phone {
	    width: 204px;
    line-height: 42px;
    background-color: #035ea3;
    color: #fff;
    border-radius: 42px;
    display: flex;
    text-align: center;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
    align-items: center;
    justify-content: center;
}

.nav .fixed-box .phone .iconfont {
	font-size: 24px;
    padding-right: 0px;
    width: 40px;
}

.nav .fixed-box .phone span {
	    line-height: 1.6;
    vertical-align: top;
    width: calc(100% - 60px);
}

.nav .fixed-box .extra_cover {
	height: 200px;
	border-top: 1px solid #eee;
	position: absolute;
	width: 100%;
	background-color: #fff;
	top: 80px;
	opacity: 0;
	visibility: hidden;
	box-shadow: 0 5px 5px rgba(55, 55, 55, 0.15);
}

.nav .fixed-box .extra_cover::before {
	content: '';
	position: absolute;
	height: 100%;
	width: calc(300px + 3vw);
	left: 0px;
	top: 0px;
	background: #035ea3 url(../images/nav-cover.png) center center no-repeat;
	background-size: contain;
}

.nav .fixed-box:hover {
	background-color: #fff !important;
	color: #3e3e3e !important;
}

.nav .fixed-box:hover .extra_cover,
.nav .fixed-box:hover .links .extra_links {
	opacity: 1;
	visibility: visible;
}

.nav .fixed-box:hover .logo img {
	opacity: 0 !important;
}

.nav .fixed-box:hover .logo img+img {
	opacity: 1 !important;
}

.nav.index {
	height: 0;
}

.nav.index .fixed-box {
	background-color: transparent;
	color: #fff;
}

.nav.index .fixed-box .logo img {
	opacity: 1;
}

.nav.index .fixed-box .logo img+img {
	opacity: 0;
}

.nav.black .fixed-box {
	background-color: #fff !important;
	color: #3e3e3e !important;
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.15);
}

.nav.black .fixed-box .logo img {
	opacity: 0 !important;
}

.nav.black .fixed-box .logo img+img {
	opacity: 1 !important;
}

.common-box {
	width: 90%;
	max-width: 1400px;
	margin: 0px auto;
}

.home .home-page {
	height: 100vh;
}

.home .home-page>.swiper-wrapper {
	transition-timing-function: ease-in-out;
}

.home .banner {
	position: relative;
	height: 100vh;
	background-color: #035ea3;
}

.home .banner .lists {
	position: relative;
	height: 100%;
	pointer-events: none;
	display: flex;
}

.home .banner .lists .item {
	flex-shrink: 0;
	width: 100vw;
	height: 100%;
	position: relative;
}

.home .banner .lists .item .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
}

.home .banner .text {
	position: absolute;
	z-index: 5;
	width: 100%;
	height: auto;
	left: 0;
	bottom: 0px;
	padding-top: 15%;
	padding-bottom: 5%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	align-items: center;
}

.manger {
	display: flex;
	position: absolute;
	width: 100%;
	justify-content: center;
	z-index: 10;
	bottom: 10vh;
}

.manger .item {
	width: 77px;
	height: 77px;
	border: 1px solid #fff;
	border-radius: 50%;
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 0 38px;
	color: #fff;
	font-size: 36px;
	cursor: pointer;
	position: relative;
	-webkit-transition: all .5s;
}

.manger .item:hover {
	background-color: #035ea3;
	border-color: #035ea3;
}

.manger .item .name {
	position: absolute;
	font-size: 14px;
	width: 100%;
	text-align: center;
	left: 0;
	bottom: -30px;
}

.manger .line {
	position: absolute;
	width: 100%;
	height: 1px;
	background-color: #fff;
	top: 50%;
	-webkit-mask: url(../images/mask.svg) center center no-repeat;
	-webkit-mask-size: 1920px auto;
}

.manger .line span {
	display: block;
	width: 100%;
	height: 1px;
	background-color: #035ea3;
	transform-origin: left center;
}

.manger .k {
	width: 0;
	height: 0;
	overflow: hidden;
}

.home .box {
	height: auto;
	display: flex;
	flex-direction: column;
	justify-content: center;
	min-height: auto;
}

.home .box1 {
	background-image: url("../images/hua.png");
	background-position: right 115%;
	background-repeat: no-repeat;
	padding: 100px 0px;
}

.home .box1 .switch {
	margin-top: 30px;
	margin-bottom: 75px;
}

.home .box1 .flex {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.home .box1 .flex .left {
	width: 48.5%;
	position: relative;
	z-index: 2;
}

.home .box1 .flex .left:before {
	content: '';
	position: absolute;
	width: 182px;
	height: 182px;
	background-image: url("../images/lines.png");
	z-index: -1;
	left: -15px;
	bottom: -15px;
}

.home .box1 .flex .left .img-box {
	height: 395px;
	border-bottom-right-radius: 30px;
}

.home .box1 .flex .right {
	width: 50%;
	padding: 0 15px;
}

.home .box1 .flex .right .content {
	text-align: justify;
	line-height: 2;
}

.home .box1 .flex .right .content h3 {
	font-size: 24px;
	margin-bottom: 10px;
	color: #035ea3;
}

.home .box1 .flex .right .more {
	margin-top: 50px;
}

.home .box2 {
	background-image: url("../images/features.jpg");
	background-position: center center;
	background-size: cover;
	position: relative;
}

.home .box2 .common-title {
	position: relative;
	z-index: 2;
}

.home .box2 .lists {
	display: flex;
	margin-top: 70px;
	color: #fff;
}

.home .box2 .lists .item {
	width: 25%;
	display: flex;
	flex-direction: column;
	align-items: center;
	padding: 0 20px;
}

.home .box2 .lists .item>* {
	position: relative;
	z-index: 2;
}

.home .box2 .lists .item:before {
	width: 370px;
	height: 100%;
	background-color: rgba(3, 94, 163, 0.8);
	content: '';
	position: absolute;
	top: 0;
	opacity: 0;
	transition: opacity 0.25s;
}

.home .box2 .lists .item:hover:before {
	opacity: 1;
}

.home .box2 .lists .item .iconfont {
	width: 96px;
	line-height: 94px;
	border-radius: 50%;
	border: 1px solid #fff;
	text-align: center;
	font-size: 54px;
}

.home .box2 .lists .item .des {
	font-size: 18px;
	margin-top: 35px;
}

.home .box2 .lists .item h3 {
	font-size: 24px;
	font-weight: 400;
}

.home .box2 .lists .item .info {
	font-size: 14px;
	line-height: 2;
	margin-top: 20px;
	text-align-last: center;
}

.home .box3 {
	background-image: url("../images/news-bg.jpg");
	background-size: cover;
	background-position: center center;
	padding: 100px;
}

.home .box3 .hot-news {
	display: block;
	width: 35%;
	text-align: justify;
	line-height: 1.8;
}

.home .box3 .hot-news h2 {
	font-size: 24px;
	font-weight: 400;
	color: #111;
	margin-bottom: 5px;
}

.home .box3 .more {
	margin: 50px auto 0px;
}

.home .box3 .common-box {
	width: 100%;
}

.news_list {
	width: 100%;
	height: auto;
	margin-top: 50px;
}

.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: #179e4b;
	color: #fff;
}

.news_list ul li:hover .pic {
	-webkit-transform: scale(1.1);
}

.news_list ul li:hover .info .name {
	color: #fff;
}

.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: 14px;
}

.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;
	-webkit-transition: all .5s;
}

.news_list ul li .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 14px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	opacity: .7;
}

.home .box4 {
	height: auto;
}

a.more,
.more {
	width: 154px;
	line-height: 40px;
	color: #fff;
	background-color: #035ea3;
	text-align: center;
	display: block;
	font-size: 14px;
	border-radius: 50px;
}

a.more:hover,
.more:hover {
	color: #fff !important;
}

.common-title {
	text-align: center;
	letter-spacing: 1px;
	line-height: initial;
}

.common-title.pos {
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	width: 100%;
}

.common-title .en {
	font-family: 'LEMON';
	font-size: 36px;
	color: #035ea3;
	opacity: 0.4;
}

.common-title .cn {
	font-size: 36px;
	color: #035ea3;
	font-weight: 400;
}

.common-title.white .en,
.common-title.white .cn {
	color: #fff;
}

.common-title.text-left {
	text-align: left;
}

.textshadow .common-title .en {
	color: transparent;
	-webkit-text-stroke: 1px #035ea3;
}

.textshadow .common-title.white .cn {
	color: #fff;
}

.textshadow .common-title.white .en {
	-webkit-text-stroke: 1px #fff;
}

.switch {
	display: flex;
	justify-content: center;
}

.switch .wrapper {
	border: 1px solid #035ea3;
	border-radius: 36px;
	padding: 1px 2px;
	display: flex;
}

.switch .wrapper .item {
	padding: 0 20px;
	line-height: 32px;
	color: #035ea3;
	font-size: 16px;
	cursor: pointer;
}

.switch .wrapper .item:first-of-type {
	border-top-left-radius: 32px;
	border-bottom-left-radius: 32px;
}

.switch .wrapper .item:last-of-type {
	border-top-right-radius: 32px;
	border-bottom-right-radius: 32px;
}

.switch .wrapper .item.active {
	color: #fff;
	background-color: #035ea3;
}

.switch .wrapper .item+.item {
	margin-left: 2px;
}

.footer {
	background-color: #0e243f;
	color: #fff;
}

.footer .center a:hover,
.footer .site-info a:hover {
	color: #fff !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: 20px;
	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;
	color: rgba(255, 255, 255, 0.8);
}

.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;
}

.about .box {
	height: 900px;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	align-items: center;
}

.about .box .content {
	width: 50%;
	color: #fff;
	line-height: 2;
	text-align: justify;
}

.about .box .content .text {
	margin-top: 40px;
}

.about .box1 {
	background-image: url("../images/introuction-bg.jpg");
}

.about .box1 .content {
	margin-left: auto;
	margin-right: 0;
}

.about .box2 {
	background-image: url("../images/school-introuction-bg.jpg");
	position: relative;
}

.about .box2:before {
	width: 50%;
	content: '';
	position: absolute;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(3, 94, 163, 0.9);
}

.about .box2 .common-box {
	position: relative;
	z-index: 2;
}

.about .box2 .content {
	width: 45%;
}

.about .box3 {
	padding: 70px 0 80px;
}

.about .box3 .view-box {
	height: 0;
	padding-top: 45%;
	margin-top: 50px;
	background-size: cover;
	background-position: center center;
}

.about .box3 .swiper-container {
	margin-top: 5px;
}

.about .box3 .swiper-container .ctrl {
	position: absolute;
	width: 100%;
	left: 0;
	top: 50%;
	pointer-events: none;
	z-index: 5;
	display: flex;
	justify-content: space-between;
	margin-top: -25px;
}

.about .box3 .swiper-container .ctrl .iconfont {
	width: 50px;
	line-height: 50px;
	border-radius: 8px;
	text-align: center;
	color: #fff;
	background-color: #035ea3;
	pointer-events: all;
	cursor: pointer;
	outline: none;
}

.about .box3 .swiper-container .ctrl .iconfont.swiper-button-disabled {
	opacity: 0;
}

.about .box3 .swiper-slide {
	height: 190px;
	background-position: center center;
	background-size: cover;
	position: relative;
}

.about .box3 .swiper-slide .text {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	color: #fff;
	font-size: 18px;
	padding-left: 10%;
	background-color: rgba(0, 0, 0, 0.5);
	cursor: pointer;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.about .box3 .swiper-slide .text .no {
	font-family: 'LEMON';
	font-size: 36px;
	margin-bottom: 55px;
	position: relative;
}

.about .box3 .swiper-slide .text .no:before {
	content: '';
	position: absolute;
	width: 20px;
	height: 2px;
	bottom: -5px;
	left: 0;
	background-color: #fff;
}

.team .box1 {
	padding: 0px 0 100px;
}

.news {
	padding-bottom: 70px;
}

.team .box1 .lists {
	margin-top: 80px;
	display: flex;
	flex-wrap: wrap;
}

.team .box1 .lists .item {
	width: calc((100% - 30px) / 4);
	margin-right: 10px;
	position: relative;
	margin-bottom: 10px;
}

.team .box1 .lists .item:nth-child(4n) {
	margin-right: 0;
}

.team .box1 .lists .item:nth-child(4n) .text {
	right: 100%;
	left: auto;
}

.team .box1 .lists .item img {
	width: 100%;
}

.team .box1 .lists .item .img-box {
	background-position: center center;
	background-size: cover;
}

.team .box1 .lists .item .text {
	position: absolute;
	background-color: #035ea3;
	color: #fff;
	width: calc(100% + 10px);
	height: 100%;
	padding: 40px;
	z-index: 5;
	left: 100%;
	top: 0;
	line-height: 1.6;
	pointer-events: none;
	opacity: 0;
	background-image: url("../images/team-bg.png");
}

.team .box1 .lists .item .text .name {
	font-size: 24px;
	font-weight: 400;
}

.team .box1 .lists .item .text .stuff {
	font-size: 18px;
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
	padding-bottom: 15px;
}

.team .box1 .lists .item .text .info {
	font-size: 14px;
	text-align: justify;
	margin-top: 25px;
	line-height: 2;
}

.team .box1 .lists .item:before {
	width: 100%;
	height: 100%;
	content: '';
	position: absolute;
	left: 0;
	top: 0;
	border: 8px solid #035ea3;
	box-sizing: border-box;
	opacity: 0;
}

.team .box1 .lists .item:hover:before {
	opacity: 1;
}

.team .box1 .lists .item:hover .text {
	opacity: 1;
}

.with-bg {
	position: relative;
}

.with-bg:before,
.with-bg:after {
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	height: 100%;
	background-image: url("../images/bg-left.jpg");
	background-repeat: no-repeat;
	pointer-events: none;
	content: '';
}

.with-bg:after {
	background-image: url("../images/bg-right.jpg");
	background-position: right bottom;
}

.with-bg>* {
	position: relative;
	z-index: 2;
}

.common-banner {
	height: 525px;
	position: relative;
	background: #000;
}

.common-banner .bg {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-position: center center;
	background-size: cover;
	opacity: .8;
}

.textshadow .common-title.pos .en {
	-webkit-text-stroke: 1px #fff;
}

.common-title.pos .cn {
	color: #fff;
}

.bulletin .box1 {
	padding: 0px 0 100px;
}

.bulletin .box1 .common-box {
	width: 1200px;
}

.bulletin .box1 .lists {
	margin-top: 50px;
	margin-bottom: 30px;
}

.bulletin .box1 .lists a {
	background-color: #fff;
	border-bottom-right-radius: 20px;
	box-shadow: 0 0 15px rgba(55, 55, 55, 0.05);
	display: flex;
	padding: 35px;
	align-items: center;
	justify-content: space-between;
}

.bulletin .box1 .lists a .title {
	width: 70%;
	font-size: 19px;
	line-height: 1.8;
}

.bulletin .box1 .lists a .d {
	color: #035ea3;
}

.bulletin .box1 .lists a .date {
	opacity: 0.75;
}

.bulletin .box1 .lists a.important {
	border-left: 5px solid #035ea3;
	background-color: rgba(3, 94, 163, 0.08);
}

.bulletin .box1 .lists a.important .title {
	font-size: 22px;
	font-weight: 400;
}

.bulletin .box1 .lists a+a {
	margin-top: 30px;
}

.objectives .box1 {
	padding: 0px 0 100px;
}

.objectives .box1 .lists {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-top: 50px;
}

.objectives .box1 .lists .item {
	margin-bottom: 25px;
	width: 49%;
}

.objectives .box1 .text {
	padding: 15px 0 25px;
	line-height: 1.7;
}

.objectives .box1 .text .title {
	font-size: 18px;
	font-weight: 700;
}

.objectives .box1 .bottom {
	position: relative;
}

.objectives .box1 .bottom .text {
	position: absolute;
	width: 460px;
	text-align: center;
	background-color: rgba(3, 94, 163, 0.8);
	color: #fff;
	left: 50%;
	margin: 0 0 0 -230px;
	bottom: 25px;
}

.course .box1 {
	padding-top: 0px;
}

.course .box1 .more {
	margin-top: 30px;
}

.course .lists {
	padding-top: 50px;
}

.course .lists .text-item {
	display: flex;
	padding: 80px 7% 110px;
}

.course .lists .text-item .left {
	width: 30%;
	padding-right: 5vw;
}

.course .lists .text-item .left h2 {
	font-size: 26px;
	line-height: 1;
}

.course .lists .text-item .left i {
	display: block;
	width: 50px;
	height: 2px;
	background-color: #035ea3;
	margin: 20px 0;
}

.course .lists .text-item .left p {
	font-size: 15px;
	line-height: 1.8;
}

.course .lists .text-item .right {
	width: 70%;
	padding-left: 5vw;
	border-left: 1px solid #e2e2e2;
}

.course .lists .text-item .right h2 {
	margin-bottom: 20px;
}

.course .lists .text-item .right p {
	font-size: 15px;
	line-height: 2;
	text-align: justify;
}

.course .lists .text-item .right p+p {
	margin-top: 10px;
}

.course .lists .text-item .right .read-more {
	width: 180px;
	line-height: 45px;
	background-color: #035ea3;
	color: #ffffff;
	display: block;
	text-align: center;
	margin-top: 30px;
	cursor: pointer;
	font-size: 15px;
}

.course .lists .text-item .right .read-more .iconfont {
	font-size: 20px;
	vertical-align: middle;
}

.course .lists .img-item {
	position: relative;
	height: 400px;
}

.course .lists .img-item .bg {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background-position: center center;
	background-size: cover;
}

.course .common-box {
	padding-bottom: 120px;
}

.course .content {
	font-size: 16px;
	line-height: 2;
	text-align: justify;
	margin-top: 50px;
}

.course .content img {
	display: inline-block;
	font-size: 0;
	margin-top: 10px;
}

.back-top {
	position: fixed;
	right: 100px;
	bottom: 50px;
	background-color: #ffffff;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	width: 50px;
	height: 50px;
	border-radius: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	transform: translateY(100px) translate3d(0, 0, 0);
	transition: transform 0.25s;
	color: #222;
	z-index: 5;
}

.back-top.active {
	transform: translateY(0) translate3d(0, 0, 0);
}

.back-top:before {
	content: '\e607';
	font-family: 'iconfont';
	font-size: 38px;
}

.back-top:hover {
	color: #fff;
	background-color: #222;
}

.recruit .box1 {
	padding: 0px 0 100px;
}

.recruit .box1 .lists {
	margin-top: 60px;
	padding-bottom: 40px;
}

.recruit .box1 .lists .item {

	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,.05);
}

.recruit .box1 .lists .item .left {
	width: 1000px;
	padding-right: 80px;
}

.recruit .box1 .lists .item .left h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 1.5;
}

.recruit .box1 .lists .item .left .des {
	line-height: 2;
	opacity: 0.9;
	text-align: justify;
	font-size: 16px;
}

.recruit .box1 .lists .item .right {
	width: 400px;
	padding-left: 100px;
	border-left: 1px solid rgba(0,0,0,.05);
}

.recruit .box1 .lists .item .right .date {
	font-size: 32px;
	color: #035ea3;
	font-weight: 400;
}

.recruit .box1 .lists .item .right .year {
	opacity: 0.8;
	font-size: 22px;
	margin: 2px 0 20px;
}

.signUp .box1 {
	padding: 0px 0 100px;
}

.contact .box1 {
	padding: 0px 0 100px;
}

.contact .box1 .flex {
	margin-top: 50px;
	display: flex;
	margin-bottom: 0px;
}

.contact .box1 .flex #map {
	width: 600px;
	height: 550px;
}

.contact .box1 .flex .right {
	flex: auto;
	background-color: #fff;
	border-top: 5px solid #035ea3;
	padding: 35px;
}

.contact .box1 .flex .right .keep {
	font-family: 'LEMON';
	font-size: 18px;
	position: relative;
	margin-bottom: 40px;
	color: #035ea3;
	opacity: 0.4;
	letter-spacing: 1px;
}

.contact .box1 .flex .right .keep:before {
	content: '';
	position: absolute;
	width: 40px;
	height: 1px;
	background-color: #3e3e3e;
	left: 0;
	bottom: -8px;
}

.contact .box1 .flex .right h3 {
	font-size: 24px;
	margin-bottom: 10px;
}

.contact .box1 .flex .right .p {
	line-height: 1.7;
	font-size: 14px;
}

.contact .box1 .flex .right .p p {
	margin-bottom: 5px;
}

.contact .box1 .flex .right .code {
	display: flex;
	margin-top: 30px;
	text-align: center;
}

.contact .box1 .flex .right .code .img {
	width: 140px;
	height: 140px;
	background-color: rgba(3, 94, 163, 0.3);
	margin-bottom: 8px;
}

.contact .box1 .flex .right .code .item+.item {
	margin-left: 30px;
}

.form {
	padding-top: 50px;
}

.form form {
	display: flex;
	flex-wrap: wrap;
}

.form .input-box {
	display: flex;
	width: 100%;
	margin-top: 30px;
}

.form .input-box label {
	display: flex;
	width: 150px;
	text-align: center;
	vertical-align: top;
	align-items: center;
	justify-content: center;
	background-color: #035ea3;
	color: #fff;
}

.form .input-box input,
.form .input-box textarea {
	appearance: none;
	display: block;
	width: calc(100% - 150px);
	border: 1px solid #c9c9c9;
	height: 50px;
	font-size: initial;
	font-family: initial;
	font-weight: initial;
	padding: 0 15px;
	resize: vertical;
	outline: none;
	border-left: none;
}

.form .input-box input:focus,
.form .input-box textarea:focus {
	border-color: #035ea3;
}

.form .input-box textarea {
	padding: 6px 15px;
	line-height: 1.6;
	min-height: 90px;
	height: auto;
}

.form .input-box.half {
	width: calc((100% - 55px) / 2);
}

.form .input-box.half+.half {
	margin-left: 50px;
}

.form button[type=submit] {
	height: 50px;
	width: 150px;
	appearance: none;
	border: 1px solid #035ea3;
	background-color: #fff;
	color: #035ea3;
	display: block;
	margin: 0 auto;
	cursor: pointer;
	font-size: 18px;
	font-weight: 700;
}

.news-detail-info {
	margin-top: 20px;
}

.img-box {
	background-size: cover;
	background-position: center center;
}

.list-empty {
	font-size: 20px;
}

.team-cont {
	margin-top: 50px;
	display: flex;
	justify-content: space-between;
}

.team-cont .imgbox {
	width: 45%;
	position: relative;
	background: center center no-repeat;
	background-size: cover;
}

.team-cont .awards {
	width: 55%;
	position: relative;
	padding: 25px;
	color: #fff;
	background: url(../images/bgl.png);
}

.team-cont .imgbox .master_icon {
	color: #fff;
	font-size: 18px;
	position: absolute;
	left: 20px;
	top: 20px;
	width: 82px;
	height: 92px;
	background: url(../images/tag.png) no-repeat;
	text-align: center;
	padding: 10px 10px 10px;
}

.team-cont .imgbox .master_icon p {
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	display: block;
	height: auto;
	overflow: hidden;
	opacity: .7;
}

.team-cont .awards ul li {
	position: relative;
	padding-left: 25px;
	line-height: 1.7;
	margin-bottom: 15px;
}

.team-cont .awards ul li::after {
	width: 20px;
	height: 20px;
	position: absolute;
	left: 0px;
	top: 4px;
	background: url(../images/tlIcon.png) no-repeat;
	content: '';
	background-size: cover;
}

.team-cont .awards ul li b {
	display: block;
	line-height: 25px;
	font-size: 16px;
}

.team-cont .awards ul li p {
	font-size: 12px;
	opacity: .7;

}

.oteamList {
	width: 100%;
	margin-top: 30px;
}

.oteamList ul {
	display: flex;
	flex-wrap: wrap;
}

.oteamList ul li {
	width: 23.5%;
	margin-bottom: 25px;
	transition: all .25s ease;
	position: relative;
	margin-right: 2%;
	overflow: hidden;
}

.oteamList ul li:nth-child(4n) {
	margin-right: 0%;
}

.oteamList ul li .thum {
	overflow: hidden;
	position: relative;
}

.oteamList ul li .thum .pic {
	-webkit-transition: all .5s;
	background: center center no-repeat;
	background-size: cover;
}

.oteamList ul li .thum .name {
	color: #fff;
	font-size: 16px;
	font-weight: bold;
	position: absolute;
	left: 0px;
	top: 0px;
	width: 70px;
	height: 79px;
	background: url(../images/tag.png) no-repeat;
	background-size: cover;
	text-align: center;
	padding: 10px 10px 10px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.oteamList ul li .info {
	width: 100%;
	position: absolute;
	background: rgba(8, 107, 185, .95);
	padding: 20px;
	left: 0px;
	bottom: -100%;
	color: #fff;
	-webkit-transition: all 0.8s cubic-bezier(.23, 1, .32, 1);
}

.oteamList ul li:hover .info {
	bottom: 0%;
}

.oteamList ul li .info .name {
	display: block;
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 10px;
}

.oteamList ul li .info .des {
	width: 100%;
	height: auto;
	line-height: 1.7;
	font-size: 12px;
}

.schoolTitle {
	width: 100%;
	font-size: 24px;
	line-height: 1.7;
	text-align: center;
	position: relative;
	font-weight: bold;
	margin-top: 50px;
	color: #035ea3;
}

.schoolTitle::after {
	width: 20px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: -10px;
	bottom: 0px;
	content: '';
	background: #035ea3;
}



.zslists {
	margin-top: 60px;
	padding-bottom: 40px;
}

.zslists .item {
	background-color: #fff;
	padding: 60px 0;
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #e3e3e3;
}

.zslists .item .left {
	width: 1000px;
	padding-left: 50px;
	padding-right: 80px;
}

.zslists .item .left h3 {
	font-size: 24px;
	margin-bottom: 10px;
	font-weight: 400;
	line-height: 1.5;
}

.zslists .item .left .des {
	line-height: 2;
	opacity: 0.9;
	text-align: justify;
	font-size: 16px;
}

.zslists .item .right {
	width: 400px;
	padding-left: 100px;
	border-left: 1px solid #e3e3e3;
}

.zslists .item .right .date {
	font-size: 32px;
	color: #035ea3;
	font-weight: 400;
}

.zslists .item .right .year {
	opacity: 0.8;
	font-size: 22px;
	margin: 2px 0 20px;
}

.swiperBanner {
	height: 100vh;
	position: relative;
	margin-top: 0px;
	overflow: hidden;
}

.swiperBanner .swiper-slide {
	overflow: hidden;
}

.swiperBanner .swiper-button-next,
.swiperBanner .swiper-button-prev {
	width: 50px;
	height: 50px;
	-webkit-transition: all .5s;
	-webkit-transform: translateX(0px);
	background: rgba(39, 123, 186, .5);

}

.swiperBanner .swiper-button-next {
	right: -50px;
}

.swiperBanner .swiper-button-prev {
	left: -50px;
}

.swiperBanner .swiper-button-next:after,
.swiperBanner .swiper-button-prev:after {
	font-size: 14px;
}

.swiperBanner:hover .swiper-button-next {
	right: 10px;
}

.swiperBanner:hover .swiper-button-prev {
	left: 10px;
}

.slide-inner {
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-size: cover;
	background-position: center center
}

.swiperBanner .swiper-button-next:hover,
.swiperBanner .swiper-button-prev:hover {
	background: rgba(39, 123, 186, 1);
}

.swiper-pagination.bannerDot {
	position: absolute;
	width: auto;
	height: auto;
	display: flex;
	left: 50%;
	-webkit-transform: translateX(-50%);
	bottom: 2vw;
	text-align: center;
	z-index: 10;
	background: rgba(0, 0, 0, .3);
	padding: 10px 15px;
	padding-right: 5px;
	border-radius: 20px;
}

.swiper-pagination.bannerDot .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	background: rgba(255, 255, 255, .5);
	display: block;
	margin-right: 10px;
	border-radius: 50%;
	-webkit-transition: all .35s;
	border: 1px solid #fff;
	background: transparent;
}

.swiper-pagination.bannerDot .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #fff;
}

.pt50 {
	padding-top: 50px;
}

.menubtn {
	font-size: 0;
	cursor: pointer;
	position: relative;
	z-index: 12;
	display: none;
}

.menubtn .txt {
	font-size: .18rem;
	font-family: "DIN";
	text-transform: uppercase;
	color: #035ea3;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s ease
}

.menubtn .linebox {
	width: 22px;
	height: 9px;
	overflow: hidden;
	margin-right: .16rem;
	position: relative;
	display: inline-block;
	vertical-align: middle;
	transition: all .5s ease
}

.menubtn .linebox .line1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
}

.menubtn .linebox .line2 {
	position: absolute;
	bottom: 0;
	left: 0;
	right: 0;
	height: 2px;
}

.menubtn .linebox .line1:before {
	content: "";
	width: 16px;
	height: 2px;
	background: #035ea3;
	position: absolute;
	left: -4px;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line1Before 2s infinite;
	animation: line1Before 2s infinite;
}

.menubtn .linebox .line2:before {
	content: "";
	width: 22px;
	height: 2px;
	background: #035ea3;
	position: absolute;
	left: 0;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line2Before 2s infinite;
	animation: line2Before 2s infinite;
}

.menubtn .linebox .line1:after {
	content: "";
	width: 16px;
	height: 2px;
	background: #035ea3;
	position: absolute;
	left: -28px;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line1After 2s infinite;
	animation: line1After 2s infinite;
}

.menubtn .linebox .line2:after {
	content: "";
	width: 22px;
	height: 2px;
	background: #035ea3;
	position: absolute;
	left: -30px;
	top: 0;
	-moz-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-o-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	transition: all 0.8s cubic-bezier(0.215, 0.61, 0.355, 1);
	-webkit-animation: line2After 2s infinite;
	animation: line2After 2s infinite;
}

@-webkit-keyframes line1Before {
	to {
		left: 30px;
	}
}

@-webkit-keyframes line1After {
	to {
		left: 0;
	}
}

@-webkit-keyframes line2Before {
	to {
		left: 30px;
	}
}

@-webkit-keyframes line2After {
	to {
		left: 0px;
	}
}

@keyframes line1Before {
	to {
		left: 30px;
	}
}

@keyframes line1After {
	to {
		left: 0;
	}
}

@keyframes line2Before {
	to {
		left: 30px;
	}
}

@keyframes line2After {
	to {
		left: 0px;
	}
}

.header.navshow .menubtn .txt {
	transform: scale(0);
	opacity: 0
}

.menubtn:before {
	content: "";
	height: .04rem;
	width: .24rem;
	background: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.12rem;
	transform: rotate(45deg) translateX(10px);
	transition: all .5s ease;
	opacity: 0
}

.menubtn:after {
	content: "";
	height: .04rem;
	width: .24rem;
	background: #333333;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -.12rem;
	transform: rotate(-45deg) translateX(10px);
	transition: all .5s ease;
	opacity: 0
}

.header.navshow .menubtn:before {
	opacity: 1;
	transform: rotate(45deg) translateX(0px);
}

.header.navshow .menubtn:after {
	opacity: 1;
	transform: rotate(-45deg) translateX(0px);
}
.menu_btn {
	position: absolute;
	right: 0px;
	display: none;
	width: 60px;
	height: 60px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	background: #035ea3;
	color: transparent;
	border: none;
	outline: none;
}

.menu_btn span {
	top: 29px;
	left: 20px;
	width: 20px;
}

.menu_btn span,
.menu_btn span:after,
.menu_btn span:before {
	position: absolute;
	height: 2px;
	background-color: #fff;
	border-radius: 1px;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transition: all .4s ease;
	-o-transition: all .4s ease;
	transition: all .4s ease;
}

.menu_btn span:after,
.menu_btn span:before {
	content: "";
	left: 0;
	-webkit-transform: translateY(0px) rotate(0deg);
}

.menu_btn span:before {
	top: -6px;
	width: 14px;
}

.menu_btn span:after {
	top: 6px;
	width: 12px;
}

.menu_btn.active span {
	background-color: transparent;
}
.swiperBanner .swiper-pagination-bullet-active{
	background: #fff;
}
.menu_btn.active span:before {
	-webkit-transform: translateY(6px) rotate(-45deg);
}

.menu_btn.active span:after {
	-webkit-transform: translateY(-6px) rotate(45deg);
}

.menu_btn.active span:after,
.menu_btn.active span:before {
	width: 20px;
}
.navBox{
	display: none;
}
.zsjm .eb {    position: absolute;    width: 100%;    height: 100%;    z-index: 10;    left: 0;    top: 0;    background: #00944b;    border-radius: 50%}
.zsjm p {    font-size: 14px;    text-align: center}
@-webkit-keyframes fadein {    0% {        -webkit-transform: scale(1);        opacity: .5    }    100% {        -webkit-transform: scale(1.5);        opacity: 0    }}
.zsjm:after {    content: '';    background: #fff;    height: 100%;    width: 100%;    border-radius: 50%;    z-index: -1;    position: absolute;    right: 0;    top: 0;    -webkit-animation: fadein 1s linear infinite}
.zsjm:before {    content: '';    background: #fff;    height: 100%;    width: 100%;    border-radius: 50%;    z-index: -1;    position: absolute;    left: 0;    top: 0;    -webkit-animation: fadein 1s linear infinite .5s}
.zsjm,.zsjm:hover {    transition: ease .5s}
.zsjm {
    width: 5pc;
    height: 5pc;
    position: fixed;
    line-height: 4.5pc;
    color: white;
    right: 25px;
    top: 62%;
    z-index: 100;
    border-radius: 50%;
    border: 5px solid #fff;
    box-shadow: 0 0 15px 2px rgba(0, 0, 0, .1)
}

.zsjm:hover {
    box-shadow: 0 0 1px 4px rgba(0, 0, 0, .22);
    color: white;
}

.zsjm .icon {
    width: 25px;
    height: 25px;
    background: url(../images/zs_icon.png) no-repeat;
    background-size: cover;
    position: absolute;
    left: 27.5px;
    top: 17.5px;
    display: none;
}
@media screen and (max-width:1365px) {
	.nav .fixed-box .links a{
		padding: 0 1.2vw;
		font-size: 16px;
	}
}
@media screen and (max-width:1200px) {
	.zsjm {    top: 33%;    width: 54px;    height: 54px;    border: 1px solid #fff;    right: 2%}
	.zsjm p {    font-size: 10px;    width: 100%;line-height: 50px;}
	.zsjm .icon {    width: 16px;    height: 16px;    top: 32%}
	.nav .fixed-box .phone {
		display: flex;
	}
	.menubtn{
		display: block;
	}
	.nav .fixed-box .links{
		display: none;
	}
	.nav .fixed-box:hover .extra_cover, .nav .fixed-box:hover .links .extra_links{
		opacity: 0;
		visibility: hidden;
		display: none;
	}
	.nav .fixed-box .common-box{
		height: 60px;
		padding: 0px 5%;
		background: #fff;
	}
	.menu_btn {
	    display: block;
	}
	.nav.index .fixed-box .logo img{
		opacity: 0;
	}
	.nav.index .fixed-box .logo img+img{
		opacity: 1;
	}
	.nav .fixed-box .logo{
		width: 150px;
	}
	.swiperBanner{
		margin-top: 60px;
		height: 55vw;
	}
	.manger{
		display: none;
	}
	.home .box1{
		padding: 50px 0px;
	}
	.home .box1 .switch{
		display: none;
	}
	.common-title{
		margin-bottom: 25px;
	}
	.common-title .en,.common-title .cn{
		font-size: 24px;
	}
	.home .box2,.home .box3{
		padding: 50px;
	}
	.home .box2 .lists{
		margin-top: 0px;
	}
	.home .box2 .lists .item .iconfont{
		width: 70px;
		line-height: 70px;
		font-size: 34px;
	}
	.home .box2 .lists .item .des{
		font-size: 14px;
		margin-top: 15px;
	}
	.home .box2 .lists .item h3{
		font-size: 18px;
		display: block;
		margin-top: 5px;
	}
	.home .box2 .lists .item .info{
		margin-top: 10px;
	}
	.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;
	}
	.navBox{
		
		align-items: center;
		width: 100%;
		height: calc(100vh - 60px);
		position: fixed;
		left: 0px;
		top: 60px;
		background: #fff;
		z-index: 100;
		opacity: 0;
		visibility: hidden;
		padding: 50px 5vw;
	}
	.navBox.active{
		display: flex;
		opacity: 1;
		visibility: visible;
	}
	.navBox ul li{
		width: 100%;
		display: flex;
	}
	.navBox ul li>a{
		font-size: 18px;
		font-weight: bold;
		position: relative;
		line-height: 50px;
		width: 110px;
	}
	.navBox ul li .list{
		width: calc(100% - 110px);
		font-size: 16px;
		line-height: 50px;
	}
	.navBox ul li .list a{
		margin-right: 15px;
	}
	.navBox ul li>a::before{
		position: absolute;
		display: block;
		content: "";
		left: 0;
		width: 0;
		top: 40px;
		height: 5px;
		background: #31992b;
		transform: skewX(-15deg);
		transition: width .3s ease;
		z-index: -1;

	}
	.navBox ul li>a.active{
		color: #035ea3;
	}
	.navBox ul li>a.active::before{
		width: 50px;
	}
	.nav{
		height: auto;
	}
	.common-banner{
		margin-top: 0px;
		height: 60vw;
	}
	.recruit .box1 .lists .item{
		padding: 30px 0px;
	}
	.recruit .box1 .lists .item .left h3{
		font-size: 18px;
	}
	.recruit .box1 .lists .item .left .des{
		font-size: 14px;
	}
	.home .box2 .lists .item:before{
		display: none;
	}
}

@media screen and (max-width:800px) {
	.home .box1 .flex{
		flex-wrap: wrap;
	}
	.home .box1 .flex .left:before{
		display: none;
	}
	.home .box1 .flex .left{
		width: 100%;
		margin-bottom: 10px;
	}
	.home .box1 .flex .right{
		width: 100%;
		padding: 0px;
	}
	.home .box1 .flex .left .img-box{
		width: 100%;
		height: 60vw;
		border-radius: 0px;
	}
	.home .box1 .flex .right .content h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.common-title .cn{
		font-weight: bold;
	}
	.home .box1 .flex .right .more{
		margin-top: 30px;
	}
	.home .box2, .home .box3{
		    padding: 50px 0px;
	}
	.home .box2 .lists .item:before{
		display: none;
	}
	.home .box2 .lists{
		display: block;
	}
	.home .box2 .lists .item{
		width: 100%;
		padding: 0px;
		flex-direction: inherit;
		justify-content: space-between;
		border-bottom: 1px solid rgba(255,255,255,.3);
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
	.footer .center{
		display: none;
	}
	.home .box2 .lists .item .bottom{
		width: calc(100% - 90px);
		text-align: left;
	}
	.home .box2 .lists .item .des{
		margin-top: 0px;
		display: none;
	}
	.home .box2 .lists .item .info{
		text-align-last: left;
		margin-top: 5px;
	}
	.home .box2 .lists .item h3{
		margin-top: 0px;
	}
	.home .box2 .lists .item:last-child{
		border-bottom: none;
		margin-bottom: 0px;
		padding-bottom: none;
	}
	.footer .site-info .common-box{
		display: block;
		line-height: 2;
		padding: 15px 0px;
	}
	.about .box .content{
		width: 100%;
	}
	.about .box .content .text{
		margin-top: 0px;
	}
	.about .box{
		padding: 100px 0px;
		height: auto;
	}
	.main{
		margin-top: 60px;
	}
	.about .box2:before{
		width: 100%;
	}
	.about .box3 .view-box{
		padding-top: 0px;
		margin-top: 0px;
	}
	.team-cont .imgbox,.team-cont .awards{
		width: 100%;
	}
	.team-cont{
		flex-wrap: wrap;
	}
	.team-cont .imgbox{
		height: 70vw;
	}
	.team-cont .awards{
		padding: 15px;
	}
	.team-cont .awards ul li b{
		font-size: 14px;
	}
	.team-cont .awards ul li p{
		display: none;
	}
	.team-cont .awards ul li{
		margin-bottom: 10px;
	}
	.team .box1{
		padding-bottom: 50px;
	}
	.list-empty{
		font-size: 14px;
	}
	.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;
	}
	.news{
		padding-bottom: 50px;
	}
	.objectives .box1 .lists .item{
		width: 100%;
		margin-bottom: 20px;
	}
	.objectives .box1 .text .title{
		font-size: 16px;
	}
	.objectives .box1{
		padding-bottom: 50px;
	}
	.objectives .box1 .text{
		padding-bottom: 0px;
		padding-top: 10px;
	}
	.objectives .box1 .bottom .text{
		position: relative;
		width: 100%;
		left: 0%;
		margin: 0px;
		bottom: 0px;
		background: transparent;
		color: #3e3e3e;
		text-align: left;
	}
	.navBox ul li>a{
		width: 90px;
	}
	.navBox ul li .list{
		width: calc(100% - 90px);
		display: flex;
		flex-wrap: wrap;
		padding: 10px 0px;
		line-height: 30px;
	}
	.common-title .en, .common-title .cn{
		font-size: 20px;
	}
	.news_list ul li{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 20px;
	}
	.news_list ul li .info{
		padding: 15px;
	}
	.news_list ul li .info .time{
		font-size: 12px;
	}
	.news_list ul li .info .title{
		font-size: 16px;
		line-height: 1.6;
	}
	.course .common-box{
		padding-bottom: 50px;
	}
	.recruit .box1 .lists .item{
		padding: 0px;
		display: block;
		padding-bottom: 15px;
		margin-bottom: 25px;
	}
	.recruit .box1 .lists .item:last-child{
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
	.recruit .box1 .lists{
		margin-top: 50px;
		    padding-bottom: 20px;
	}
	.recruit .box1 .lists .item .left{
		width: 100%;
		padding-right: 0%;
	}
	.recruit .box1 .lists .item .left h3{
		font-size: 16px;
		margin-bottom: 10px;
	}
	.recruit .box1 .lists .item .right{
		display: none;
	}
	.recruit .box1 .lists .item .left .des{
		opacity: .7;
		display: none;
	}
	.recruit .box1{
		padding-bottom: 50px;
	}
	.navBox ul li>a.active::before{
		width: 37px;
	}
	.swiperBanner{
		height: 100vw;
	}
	.home .box3 .common-box{
		width: 90%;
	}
	.news_list ul li .thum .pic img{
		max-width: auto;
		width: 100%;
	}
	.home .box3 .news_list{
		margin-top: 0px;
	}
	.news_list{
		margin-top: 50px;
	}
	.oteamList ul li{
		width: 100%;
		margin-bottom: 15px;
		margin-right: 0%;
		display: flex;
	}
	.oteamList ul li:nth-child(4n){
		margin-right: 0%;
	}
	.oteamList ul li:nth-child(2n){
		margin-right: 0%;
	}
	.oteamList ul li .info{
		position: relative;
		bottom: 0px;
		padding: 15px;
	}
	.course .lists .text-item{
		padding: 50px 5%;
		    flex-wrap: wrap;
	}
	.course .lists .text-item .left{
		width: 100%;
		margin-right: 0%;
		margin-bottom: 0px;
	}
	.course .lists .text-item .left h2{
		font-size: 20px;
	}
	.course .lists .text-item .left i{
		margin: 15px 0;
		width: 30px;
	}
	.course .lists .text-item .left p{
		font-size: 14px;
		display: none;
	}
	.course .lists .text-item .right h2{
		display: none;
	}
	.course .lists .text-item .right{
		width: 100%;
		padding-left: 0px;
		border-left: none;
	}
	.course .lists .img-item{
		height: 40vw;
	}
	.box2{
		padding: 100px 5vw;
	}
	.box2 .mailBox{
		width: 80%;
		padding: 30px 15px;
	}
	.box2 .mailBox .info{
		font-size: 14px;
	}
	.zslists .item{
		padding: 0px;
	}
	.zslists .item .right{
		display: none;
	}
	.zslists .item .left{
		width: 100%;
		    padding: 0px;
	}
	.recruit .box1 .lists .item{
		background: transparent;
	}
	.contact .box1 .flex #map{
		display: none;
	}
	.zslists .item .left h3{
		font-size: 16px;
	}
	.contact .box1 .flex .right .keep{
		margin-bottom: 30px;
	}
	.contact .box1 .flex .right h3{
		font-size: 20px;
	}
	.contact .box1{
		padding-bottom: 50px;
	}
	.zslists{
		margin-top: 0px;
		    padding-bottom: 0px;
	}
	.zslists .item .left .des{
		display: none;
	}
	.bulletin .box1 .common-box{
		width: 90%;
	}
	.bulletin .box1 .lists a .d{
		display: none;
	}
	.bulletin .box1 .lists a.important .title{
		font-size: 16px;
	}
	.bulletin .box1 .lists a{
		padding: 25px;
	}
	.bulletin .box1 .lists{
		margin-bottom: 0px;
	}
	.oteamList ul li .info .des{
		opacity: .7;
	}
	.oteamList ul li .thum .name{
		width: 54px;
		height: 60px;
		font-size: 14px;
		padding: 10px 3px;
	}
	.oteamList ul li .thum .pic{
		height: 100%;
	}
	.about .box3 .swiper-container .ctrl,.about .box3 .swiper-slide .text .no{
		display: none;
	}
	.about .box3 .swiper-slide .text{
		font-size: 16px;
		text-align: center;
		flex-direction: initial;
		top: auto;
		bottom: 0px;
		height: auto;
		background: -webkit-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.7) 100%);
		padding: 10px 0px;
	}
	.nav .fixed-box .phone{
		position: absolute;
		right: 60px;
		top: 12px;
		display: flex;
		width: 150px;
		background: transparent;
		color: #035ea3;
	}
	.nav .fixed-box .phone span{
		font-size: 14px;
		width: calc(100% - 40px);
	}
	.nav .fixed-box .phone .iconfont{
		font-size: 20px;
		padding-right: 0px;
		width: 30px;
	}
	.home .box3 .more{
		margin-top: 30px;
	}
	.contact .box1 .flex .right{
		padding: 15px;
	}
	.back-top{
		display: none;
	}
	.home .box1{
		background: #fff;
	}
	.course .lists{
		padding-top: 0px;
	}
}