@charset "utf-8";

* {
	padding: 0;
	margin: 0;
	outline: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

/* 平台调试 自己写的 开始 */
.news-pic img {
    width: 500px;
    height: 285px;
}

.news-large a img {
    width: 18rem;
	height: 7rem;
}

.news-large__desc a {
    color: #d4cdcb;
}

.news-link__pic a img{
    height: 2rem;
    width: 3.8rem;
}

/* 结束 */

img {
	max-width: 100%;
	/* 平台调试 自己写的 开始 */
	height: 100%;
	/* 结束 */
}

html {
	font-size: calc(100vw/19.2);
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

body {
	min-height: 100%;
	font-family: 'Microsoft YaHei', 'PingFang SC', 'Microsoft YaHei UI', 'Source Han Sans CN', 'Source Han Serif CN', 'SimSun', 'SimHei', 'Arial';
	font-size: 16px;
	line-height: 1.5;
	color: #333;
	background: #fff;
}

@media (max-width: 1580px) {
	body {
		font-size: 14px;
	}
}

ol,
ul {
	margin: 0;
}

img {
	border: 0;
	vertical-align: top;
}

li {
	list-style: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: normal;
}

a,
a:hover,
a:focus {
	text-decoration: none;
}

input,
button {
	-webkit-appearance: none;
	border-radius: 0;
}

button {
	cursor: pointer;
}

input[type="button"],
input[type="reset"],
input[type="submit"] {
	-webkit-appearance: button;
	cursor: pointer;
}

textarea {
	resize: none;
	overflow: auto;
}

input,
button,
textarea,
select {
	border: 0;
	font-family: inherit;
	font-size: inherit;
	color: inherit;
	background: transparent;
}

select {
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	white-space: nowrap;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

select::-ms-expand {
	display: none;
}

table {
	border-collapse: collapse;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.clear {
	zoom: 1;
}

/* 显示两行文字 */
.line-2 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}

.line-3 {
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}


.clear:after {
	content: '';
	display: block;
	clear: both;
}

@media (min-width: 1200px) {
	.container {
		padding: 0;
		width: 1200px;
	}
}


.bg-color1 {
	background-color: #fff;
}

.ptb100 {
	padding-top: 1rem;
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.ptb100 {
		padding-top: 0.72rem;
		padding-bottom: 0.72rem;
	}
}

.pt100 {
	padding-top: 1rem;
}

@media (max-width: 767px) {
	.pt100 {
		padding-top: 0.72rem;
	}
}

.pb100 {
	padding-bottom: 1rem;
}

@media (max-width: 767px) {
	.pb100 {
		padding-bottom: 0.72rem;
	}
}

.font18 {
	font-size: 0.18rem;
}

.font20 {
	font-size: 0.2rem;
}

.font22 {
	font-size: 0.22rem;
}

.font24 {
	font-size: 0.24rem;
}

.font26 {
	font-size: 0.26rem;
}

.font28 {
	font-size: 0.28rem;
}

.font30 {
	font-size: 0.3rem;
}

.font36 {
	font-size: 0.36rem;
}

.font50 {
	font-size: .5rem;
}

.font60 {
	font-size: .6rem;
}


.font40 {
	font-size: .4rem;
}

@media (max-width: 1900px) {
	.font18 {
		font-size: 16px;
	}
}

@media (max-width: 1580px) {
	.font18 {
		font-size: 14px;
	}

	.font50 {
		font-size: 25px;
	}

	.font60 {
		font-size: 30px;
	}

	.font40 {
		font-size: 20px;
	}

	.font20,
	.font22 {
		font-size: 16px;
	}

	.font24,
	.font26 {
		font-size: 18px;
	}

	.font28,
	.font30 {
		font-size: 20px;
	}

	.font36 {
		font-size: 24px;
	}

}

/* 占位标签，设置导航样式 */
#c-placeholder {
	height: 80px;
}

@media (max-width: 991px) {
	#c-placeholder {
		height: 60px;
	}
}

/*顶部*/
#c-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	text-align: center;
	color: #fff;
	transition: all 0.5s;
}

#c-header.c-head-move {
	top: -100px;
}

#c-header.c-style2 {
	color: #ffffff;
	background-color: rgba(33, 81, 163, 0.7);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
}

/* 调试平台log 自己写的 开始 */
.c-logo {
	float: left;
	display: block;
	width: 0.6rem;
	height: 0.56rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo.png);
	background-size: contain;
}

.c-logo-college {
	float: left;
	display: block;
	width: 0.6rem;
	height: 0.56rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/yh.png);
	background-size: contain;
}

.c-logo-text {
	float: left;
	display: block;
	width: 4.5rem;
	height: .56rem;
	background-repeat: no-repeat;
	background-position: center;
	background-image: url(../images/logo-college.png);
	background-size: contain;
}

/* 结束 */

.flex {
	display: flex;
}

.flex-center {
	display: flex;
	align-items: center;
}

.c-right-box {
	margin-left: auto;
}

#c-header.is-active {
	background-color: rgba(33, 81, 163, 0.7);
}



#c-header.is-active .c-switch i {
	background-color: #2151a3;
}

#c-header .container {
	height: 1rem;
}

@media (min-width:1500px) {
	.container {
		width: 1500px;
	}
}


@media (max-width: 1200px) {}

@media (max-width: 992px) {
	.c-logo {
		display: block;
		width: 30px;
		height: 28px;
	}
	.c-logo-college {
		display: block;
		width: 30px;
		height: 30px;
	}
	.c-logo-text {
		display: block;
		width: 220px;
		height: 28px;
	}
}

#c-header a {
	color: #fff;
	transition: all 0.5s;
}


@media (max-width: 991px) {
	#c-header .container {
		padding: 0 0.5rem;
		width: 100%;
		height: 60px;
	}
}

@media (max-width: 767px) {
	#c-header .container {
		padding: 0 1rem;
	}
}

#c-header .c-right-box {
	display: flex;
	align-items: center;
	float: right;
}

/*顶部logo*/
#c-header .c-logo .c-img-box {
	display: flex;
	align-items: center;
}

#c-header .c-logo .c-img-box img {
	height: 56px;
}

@media (max-width: 991px) {
	#c-header .c-logo .c-img-box img {
		height: 30px;
	}
}

#c-header .c-logo .c-img-box img:nth-child(2) {
	display: none;
}

#c-header .c-logo span {
	display: inline-block;
	margin-left: 20px;
	padding-left: 20px;
	border-left: 1px solid rgba(255, 255, 255, 0.2);
}

@media (max-width: 767px) {
	#c-header .c-logo span {
		display: none;
	}
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(1) {
	display: none;
}

#c-header.c-style2 .c-logo .c-img-box img:nth-child(2) {
	display: inline-block;
}

/*顶部pc导航*/
#c-header .c-nav {
	display: flex;
	align-items: center;
}

#c-header .c-nav>li {
	position: relative;
	padding: 0 .35rem;
}

#c-header .c-nav>li::after {
	position: absolute;
	content: '';
	width: 2px;
	height: .18rem;
	background-color: #fff;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
}

#c-header .c-nav>li:last-child {
	padding-right: 0;
}

#c-header .c-nav>li:last-child::after {
	display: none;
}

#c-header .c-nav>li>a:before {
	content: "";
	position: absolute;
	bottom: -1px;
	left: 0;
	width: 0;
	height: 2px;
	background: #00aeff;
	transition: 0.5s;
}

@media (max-width: 1260px) {
	#c-header .c-nav>li {
		margin-right: 10px;
	}
}

#c-header .c-nav>li>a {
	padding-top: .15rem;
	padding-bottom: .15rem;
	height: .6rem;
	font-size: .18rem;
	line-height: .3rem;
	position: relative;
	display: block;
}

#c-header .c-nav>li>a i {
	margin-left: 8px;
	font-size: 20px;
}

#c-header .c-nav li.on>a::before,
#c-header .c-nav li:hover>a::before {
	width: 100%;
}

/* 
#c-header .c-nav ul {
	position: absolute;
	top: 99%;
	left: 50%;
	display: none;
	width: 150px;
	line-height: 40px;
	background: #fff;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

#c-header .c-nav ul li {
	border-bottom: 1px solid #eee;
}

#c-header .c-nav ul li:last-child {
	border: 0;
}

#c-header .c-nav ul li a {
	color: #666;
} */
#c-header .c-nav>li.on>a,
#c-header.c-style2 .c-nav>li.on>a,
#c-header .c-nav>li:hover>a {
	color: #00aeff;
	z-index: 88;
}

/*顶部移动端导航*/
#c-header .c-nav2 {
	position: absolute;
	top: 60px;
	left: 0;
	width: 100%;
	height: 0;
	line-height: 50px;
	color: #333;
	background: #fff;
	overflow-y: auto;
	transition: all 0.5s;
	text-align: left;
}

#c-header .c-nav2>li:last-child {
	border-bottom: 1px solid #f1f1f1;
}

#c-header .c-nav2 li {
	padding: 0 0.5rem;
	border-top: 1px solid #f1f1f1;
}

@media (max-width: 767px) {
	#c-header .c-nav2 li {
		padding: 0 1rem;
	}
}

#c-header .c-nav2 li .c-title-box {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

#c-header .c-nav2 li a {
	color: #333;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-nav2 li a i {
	font-size: 20px;
}

#c-header .c-nav2 li a:hover,
#c-header .c-nav2 li.on>a {
	color: #ffd610;
}

#c-header .c-nav2 li ul {
	display: none;
}

.c-open #c-header .c-nav2 {
	height: calc(100vh - 60px);
	height: -webkit-calc(80vh);
}

/*顶部导航开关*/
#c-header .c-switch {
	margin-left: 16px;
	display: none;
	width: 24px;
	height: 20px;
	cursor: pointer;
}

@media (max-width: 991px) {
	#c-header .c-switch {
		display: block;
	}

	.index-navbar {
		display: none;
	}

	.navbar-nav {
		position: absolute;
		top: 60px;
		left: 0;
		width: 100%;
		height: 0;
		line-height: 50px;
		background: rgba(0, 0, 0, 0.70);
		overflow-y: auto;
		transition: all 0.5s;
		text-align: center;
	}

	#c-header .c-nav {
		/* display: block; */
		margin: 0;
	}

	#c-header .c-nav>li>a {
		padding: 16px;
		line-height: 20px;
		height: auto !important;
	}

	/* 调试平台 新闻中心日历新闻（手机版） 开始 */
	.news-link__pic a img{
		width: 9rem;
		height: 6rem;
	}
	/* 结束 */
}

.c-open #c-header .navbar-nav {
	height: calc(100vh - 60px);
}

.navbar-nav .index-navList {
	display: none;
}

.navbar-nav {
	margin: 0;
}


#c-header .c-switch i {
	position: relative;
	display: block;
	height: 2px;
	background: #fff;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

#c-header .c-switch i:nth-child(1) {
	top: 0;
}

#c-header .c-switch i:nth-child(3) {
	bottom: 0;
}

#c-header .c-switch i:nth-child(2) {
	margin: 6px 0;
}

#c-header.c-style2 .c-switch i {
	background: #ffffff;
}

/* .sub-dropdown>a {
	position: relative;
	display: block;
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}

.sub-dropdown>a::after {
	font-size: 18px;
	content: "\e685";
	position: absolute;
	right: 0;
	top: 50%;
	display: block;
	line-height: 20px;
	margin-top: -10px;
	transform: rotate(180deg);
}

.sub-dropdown>a.open::after {
	transform: rotate(0);
} */

body.c-open #c-header .c-switch i:nth-child(2) {
	opacity: 0;
}

body.c-open #c-header .c-switch i:nth-child(1) {
	top: 8px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

body.c-open #c-header .c-switch i:nth-child(3) {
	bottom: 8px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

/* 顶部功能区 */
#c-header .c-gn {
	display: flex;
	align-items: center;
}

@media (max-width: 1260px) {
	#c-header .c-gn {
		display: none;
	}
}

#c-header .c-gn form {
	padding: 0 30px;
	position: relative;
	cursor: pointer;
}

@media (max-width: 1900px) {
	#c-header .c-gn form {
		padding: 0 15px;
	}
}

#c-header .c-gn form:hover>i {
	color: #ffd610;
}

#c-header .c-gn form>i {
	transition: 0.5s;
}

#c-header .c-gn form .c-box {
	position: absolute;
	top: 106%;
	right: 0;
	display: none;
	width: 280px;
	height: 50px;
	background: #fff;
	border-radius: 5px;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	overflow: hidden;
}

#c-header .c-gn form .c-box input {
	float: left;
	padding: 0 15px;
	width: -webkit-calc(30%);
	width: calc(100% - 70px);
	height: 50px;
}

#c-header .c-gn form .c-box button {
	float: left;
	width: 70px;
	height: 50px;
	font-size: 16px;
	color: #fff;
	background: #ffd610;
	cursor: pointer;
}

#c-header .c-gn .c-phone {
	display: flex;
	align-items: center;
}

#c-header .c-gn .c-phone i {
	margin: 0 10px 0 30px;
	width: 30px;
	height: 30px;
	border: 1px solid rgba(255, 255, 255, 0.2);
	border-radius: 50%;
	line-height: 28px;
}

@media (max-width: 1900px) {
	#c-header .c-gn .c-phone i {
		margin: 0 5px 0 15px;
	}
}

#c-header .c-gn .c-phone span {
	font-weight: bold;
}

#c-header.c-style2 .c-gn .c-phone i {
	border: 1px solid rgba(222, 47, 9, 0.2);
}

#c-header.c-style2 .c-gn .c-phone {
	color: #ffd610;
}

/* 底部 */
.c-footer__right {
	margin-left: auto;
}

.c-footer__right p {
	font-size: .16rem;
	color: #666666;
	line-height: 30px;
	text-align: right;
	margin: 0;
}

.c-footer-hd {
	margin-bottom: 15px;
}

.c-footer-logo {
	border-bottom: 1px solid #e3e3e3;
	padding-bottom: 25px;
}

.c-copyright {
	font-size: .16rem;
	color: #666666;
	line-height: 30px;
}

.c-footer-logo .c-logo-text {
	color: #333333;
}

#c-footer {
	padding: 50px 0;
}

.platform-link {
	background-color: #f2f3f9;
}

.platform-title {
	color: #2151a3;
	position: relative;
	padding: 13px 0;
}

.platform-title::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: -1px;
	height: 3px;
	right: 0;
	background-color: #2151a3;
}

.platform-head {
	padding-top: 15px;
	border-bottom: 1px solid #d1d2dc;
}


.platform-body {
	padding: 14px 0;
}

.links-list {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.links-list li a {
	font-size: 16px;
	color: #333333;
	line-height: 2.5;
	display: block;
}

.section {
	padding: 80px 0;
}

.sec-line {
	background-color: #2151a3;
	width: 53px;
	height: 3px;
	margin-bottom: 30px;
}

.sec-cn {
	color: #333333;
}

.sec-head {
	margin-bottom: 35px;
}

.special-desc p {
	color: #888888;
	font-size: 16px;
	line-height: 26px;
	margin-bottom: 26px;
}

.sec-en {
	color: #999999;
	line-height: 2;
	text-transform: uppercase;
}

.special-main {
	position: relative;
}

.special-left {
	width: 55%;
}

.special-desc {
	padding-bottom: 38px;
}

.special-right {
	position: absolute;
	right: 0;
	top: 0;
	width: 5.12rem;
}

.flex_bd {
	flex: 1;
	min-width: 0;
}

.understand-ch {
	line-height: 1.7;
}

.understand-en {
	font-size: .14rem;
	line-height: 2;
}

.understand-a {
	margin-left: 1.5rem;
	width: .56rem;
	height: .56rem;
	text-align: center;
	line-height: .56rem;
	border: 1px solid #fff;
	border-radius: 50%;
}

.understand-a .iconfont {
	font-size: .26rem;
	color: #fff;
}

.understand-box {
	padding: .5rem .7rem;
	background-color: #2151a3;
	margin-right: -2.1rem;
}

.understand-text {
	color: #fff;
}

.special-section {
	overflow: hidden;
}

.gutter36 {
	margin: 0 -18px;
}

.gutter36>div {
	padding: 0 18px;
}

.zt-box {
	background-color: #f2f3f9;
	margin-bottom: 40px;
}

.zt-grid {
	padding: 40px 20px 35px 30px;
}

.zt-tt {
	font-size: 26px;
	color: #333333;
	font-weight: 800;
	margin-bottom: 20px;
}

.zt-desc {
	font-size: 16px;
	color: #888888;
	line-height: 22px;
}


.zt-pic {
	background-color: #f2f3f9;
	position: relative;
}

.zt-pic__content {
	position: absolute;
	left: 0;
	padding: 0 35px;
	right: 0;
	bottom: 0;
}

.zt-pic__tt {
	font-size: 20px;
	color: #fff;
	font-weight: 800;
	margin-bottom: 14px;
}

.zt-pic__line {
	width: 76px;
	height: 9px;
	background-color: #3fa9ec;
}

.zt-left {
	padding-right: 10px;
}

.zt-pic__desc {
	font-size: 16px;
	color: #fff;
	margin-bottom: 10px;
}

.double-box {
	background-image: url(../images/double_bg.jpg);
	background-position: left bottom 2.9rem;
	background-repeat: no-repeat;
	background-size: 100% 11.41rem;
}

.work-section .sec-cn {
	color: #fff;
}

.work-section .sec-en {
	color: #fff;
}

.work-section .sec-line {
	background-color: #fff;
}

.work-link {
	position: relative;
	display: block;
	margin-bottom: 30px;
}

.work-title {
	color: #fff;
	left: 35px;
	line-height: 1.1;
	width: .28rem;
	top: 35px;
	position: absolute;
}

.school-tab__left {
	width: 3.2rem;
	margin-right: .5rem;
}

.school-tab__left .nav {
	padding: .55rem .4rem;
	background-image: url(../images/tab_bg.png);
	background-repeat: no-repeat;
	background-position: center top;
	min-height: 6.8rem;
}

.school-tab__left .nav>li {
	margin-bottom: 10px;
}

.school-tab__left .nav>li>a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	padding: 12px 0 11px;
	color: #333333;
	border-bottom: 1px solid #b3b3b3;
	transition: 1s all;
}


.school-tab__left .nav>li>a .iconfont {
	font-size: 24px;
}

.school-tab__left .nav>li.active>a,
.school-tab__left .nav>li>a:focus,
.school-tab__left .nav>li>a:hover {
	background-color: #3fa9ec;
	color: #fff;
	padding: 12px 30px 11px;
	margin-right: -66px;
	border-color: #3fa9ec;
}

.letter {
	width: 8.5rem;
	margin: 0 auto;
	position: relative;
	font-size: calc(100vw/19.2);
}
.letter-panel{
	padding: .3rem 1rem 3.8rem 1rem;
	background-color: #f2f1f2;
	height: 6em;
	margin-bottom: -4em;
    transition: all 1s ease-in-out .3s;
	transform-origin: bottom center;
}
.letter:hover .letter-panel{
	height: 10.6em;
	margin-bottom:0;
}

.letter-title {
	font-size: .26em;
	color: #333333;
	margin-bottom: 18px;
}

.letter-desc p {
	font-size: .16em;
	color: #888888;
	line-height: 1.5;
	margin-bottom: 10px;
}

.letter-img{
	position: absolute;
	bottom: 0;
	left: -30px;
	right: -20px;
}

.letter img{
	width: 100%;
	height: 100%;
}
.news-left {
	width: 68%;
}

.news-tabs .nav {
	display: flex;
	align-items: center;
	margin-bottom: 32px;
}

.news-tabs .nav>li {
	margin-right: 20px;
}

.news-tabs .nav>li>a {
	font-size: 18px;
	color: #666666;
	line-height: 32px;
	text-align: center;
	width: 200px;
	background-color: #e6e6e6;
}

.news-tabs .nav>.active>a {
	background-color: #2151a3;
	color: #fff;
}

.ellipsis {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.news-box {
	background-color: #fff;
}

.news-content {
	padding: 20px;
}

.news-title a {
	display: block;
	font-size: 15px;
	color: #333333;
	line-height: 22px;
	margin-bottom: 10px;
}

.news-time {
	font-size: 14px;
	color: #999999;
}

.news-cell__title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 10px;
	line-height: 22px;
}

.news-cell__desc {
	font-size: 14px;
	color: #888888;
	line-height: 20px;
}

.news-cell {
	padding: 25px;
	border-bottom: 1px solid #e2e2e2;
}

.news-cell__hd {
	margin-right: 30px;
	width: 38px;
	line-height: 1.1;
	text-align: center;
}

.news-month {
	font-size: 16px;
	color: #333333;
}

.news-day {
	font-size: 30px;
	color: #333333;
}

.gutter20 {
	margin: 0 -10px;
}

.gutter20>div {
	padding: 0 10px;
}

.news-list li:last-child a .news-cell {
	border-bottom: 0;
}

.news-right {
	margin-left: auto;
	width: 27.34%;
}

.notice-list li {
	background-color: #fff;
	margin-bottom: 26px;
}

.notice-list li a {
	display: block;
	padding: 26px 40px 20px;
}

.notice-list {
	padding-bottom: 50px;
}

.newSwiper .swiper-pagination {
	bottom: 20px;
	text-align: left;
}

.newSwiper .swiper-pagination .swiper-pagination-bullet {
	width: 15px;
	height: 15px;
	margin: 0 15px 0 0;
}

.newSwiper .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background-color: #2151a3;
}

.notice-title {
	font-size: 16px;
	color: #333333;
	margin-bottom: 6px;
}

.notice-desc {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
	margin-bottom: 10px;
}

.notice-time {
	font-size: 14px;
	color: #999999;
}

.news-section {
	background: url(../images/news_bg.jpg) no-repeat center;
	background-size: cover;
}

.index-navbar {
	background: #1f3c6d;
}

.index-navList {
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.index-navList>li.dropdown2-menu {
	position: relative;
	width: 8.4%;
}

.index-navList>li.dropdown2-menu>a {
	text-align: center;
}

.index-navList>li>a {
	font-size: 18px;
	color: #fff;
	line-height: 30px;
	padding: 25px 10px;
	display: block;
}

.index-navList>li.active>a .index-navList>li>a .iconfont {
	font-size: 14px;
}

.index-navList>li:hover>a,
.index-navList>li.active>a {
	color: #00aeff;
}

.dropdown2-box {
	position: absolute;
	left: 0;
	background-color: #fff;
	min-width: 126px;
	top: 100%;
	box-shadow: 0 0 5px rgba(90, 90, 90, 0.08);
	padding: 10px 0;
	display: none;
	z-index: 99;
}

.dropdown2-box::after {
	position: absolute;
	content: '';
	width: 0;
	height: 0;
	top: -8px;
	left: 50%;
	transform: translateX(-50%);
	border-left: 9px solid transparent;
	border-right: 9px solid transparent;
	border-bottom: 11px solid #fff;
}

.dropdown2-submenu>li {
	position: relative;
}

.dropdown2-submenu>li>a {
	font-size: 18px;
	color: #666666;
	padding: 4px 0 4px 20px;
	line-height: 28px;
	display: block;
}

.dropdown2-submenu>li:hover>a {
	color: #333;
}

.dropdown2-submenu>li>a .iconfont {
	color: #333;
	font-size: 14px;
}

.dropdown3-submenu {
	display: none;
	min-width: 90px;
	position: absolute;
	left: 100%;
	background-color: #fff;
	box-shadow: 0 0 5px rgba(90, 90, 90, 0.08);
	top: 0;
	padding: 6px 10px;
}

.dropdown3-submenu>li>a {
	display: block;
	position: relative;
	font-size: 16px;
	padding-left: 16px;
	line-height: 20px;
	color: #999999;
}

.dropdown3-submenu>li>a::after {
	position: absolute;
	content: '';
	left: 0;
	top: 50%;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	margin-top: -3px;
	background-color: #999999;
}

.dropdown3-submenu>li:hover>a {
	color: #00aeff;
}

.dropdown3-submenu>li:hover>a::after {
	background-color: #00aeff;
}

.dropdown2-menu:hover .dropdown2-box {
	display: block;
}

.dropdown2-submenu>li:hover .dropdown3-submenu {
	display: block;
}


@media (max-width: 1500px) {
	.news-day {
		font-size: 24px;
	}

	.index-navList>li>a {
		font-size: 16px;
		padding: 15px 10px;
	}

	.index-navList>li>a .iconfont {
		font-size: 12px;
	}

	.zt-tt {
		font-size: 20px;
	}

	.zt-grid {
		padding: 30px 15px 25px;
	}

	.zt-pic__tt {
		font-size: 16px;
	}

	.zt-pic__desc {
		font-size: 14px;
	}

	.zt-pic__line {
		height: 5px;
	}

	.zt-desc {
		font-size: 14px;
		line-height: 20px;
	}


	.school-tab__left .nav>li>a {
		font-size: 16px;
	}

	.school-tab__left .nav>li>a .iconfont {
		font-size: 20px;
	}



	.notice-list li a {
		padding: 16px 25px 10px;
	}

	.notice-list li {
		margin-bottom: 16px;
		/* 平台调试 开始 */
		height: 8.5rem;
		/* 结束 */
	}

	.notice-title {
		font-size: 14px;
	}

	.notice-time {
		font-size: 12px;
	}

	.newSwiper .swiper-pagination .swiper-pagination-bullet {
		width: 8px;
		height: 8px;
		margin-right: 8px;
	}

	.notice-desc {
		font-size: 12px;
		line-height: 20px;
		/* 平台调试 开始 */
		height: 3rem;
		/* 结束 */
	}

	.news-month {
		font-size: 14px;
	}

	.news-cell {
		padding: 20px;
	}

	.news-cell__title {
		font-size: 14px;
		line-height: 20px;
		margin-bottom: 6px;
	}

	.news-cell__desc {
		font-size: 12px;
		line-height: 18px;
	}

	.special-desc p {
		font-size: 14px;
		line-height: 22px;
		margin-bottom: 22px;
	}
}




@media (max-width: 1200px) {
	.section {
		padding: 60px 0;
	}

	.links-list li a {
		font-size: 14px;
	}

	.index-navList>li>a {
		font-size: 14px;
		padding: 15px 8px;
	}

	.index-navList>li.dropdown2-menu {
		width: 9.5%;
	}

	.sec-line {
		margin-bottom: 20px;
	}

	.news-tabs .nav>li>a {
		width: 100px;
		font-size: 14px;
		line-height: 24px;
		padding: 6px 12px;
	}

}


@media (max-width: 992px) {
	.zt-pic__content {
		padding: 0 20px;
	}

	.index-navList>li>a {
		font-size: 12px;
		padding: 12px 6px;
	}

	.index-navList>li.dropdown2-menu {
		width: 10.5%;
	}
}

@media (max-width: 767px) {
	.sec-line {
		margin-bottom: 10px;
	}

	.index-navList {
		display: block;
	}


	.index-navList>li.dropdown2-menu {
		width: 100%;
	}

	.index-navList>li.dropdown2-menu>a {
		text-align: left;
	}

	.section {
		padding: 30px 0;
	}

	.news-flex {
		display: block;
	}

	.work-section .sec-line {
		background-color: #2151a3;
	}

	.special-pic {
		margin-bottom: 20px;
	}

	.work-section .sec-cn {
		color: #333;
	}

	.work-section .sec-en {
		color: #999999;
	}

	.news-left {
		width: 100%;
	}

	.news-right {
		width: 100%;
		margin-left: 0;
	}


	.links-list {
		display: block;
	}

	.links-list li {
		display: inline-block;
		margin-right: 20px;
	}

	.links-list li a {
		font-size: 12px;
	}

	.footer-main {
		display: block;
	}

	.c-footer__right p {
		text-align: left;
	}

	#c-footer {
		padding: 30px 0;
	}

	.special-left {
		width: 100%;
	}

	.special-right {
		position: relative;
		width: 100%;
	}

	.understand-box {
		margin-right: 0;
	}

	.gutter36 {
		margin: 0 -10px;
	}

	.gutter36>div {
		padding: 0 10px;
	}

	.zt-box {
		margin-bottom: 20px;
	}

	.zt-pic__content {
		padding: 0 10px;
	}

	.zt-pic__tt {
		font-size: 14px;
	}

	.zt-pic__desc {
		font-size: 12px;
	}

	.zt-tt {
		font-size: 16px;
	}

	.school-tab {
		display: block;
	}

	.school-tab__left .nav {
		display: flex;
		padding: 0;
		min-height: unset;
		background: unset;
	}

	.school-tab__left .nav>li {
		width: 25%;
	}

	.school-tab__left .nav>li>a {
		font-size: 12px;
		padding: 5px 10px;
		background-color: #f2f3f9;
	}

	.school-tab__left .nav>li>a .iconfont {
		font-size: 14px;
	}

	.school-tab__left {
		width: 100%;
	}

	.letter {
		width: 100%;
		margin: 0 auto;
	}
	.school-tab__left .nav>li.active>a,
	.school-tab__left .nav>li>a:focus,
	.school-tab__left .nav>li>a:hover {
		margin-right: 0;
		padding: 5px 10px;
	}

	.zt-left {
		padding-right: 0;
	}
}


.t-header {
	background-color: #fff !important;
}

.t-header.c-style2 {
	background-color: #fff !important;
}

.t-header .c-logo-text {
	color: #333;
}

.t-header .c-nav>li::after {
	background-color: #999 !important;
}

.t-header .c-nav>li>a {
	color: #999999 !important;
}

.t-header .c-nav>li.on>a,
.c-style2.t-header .c-nav>li.on>a,
.t-header .c-nav>li:hover>a {
	color: #00aeff !important;
}

.top-banner {
	position: relative;
	padding-top: 1rem;
}

.top-banner__content {
	position: absolute;
	left: 0;
	right: 0;
	text-align: center;
	color: #fff;
	bottom: 0;
	padding-bottom: 1rem;
}

.banner__cn {
	margin-bottom: 5px;
}


.top-banner {
	min-height: 5rem;
}

.t-header .c-switch i {
	background-color: #333 !important;
}

@media(max-width:991px) {
	.t-header .c-nav>li>a {
		color: #fff !important;
	}

	.top-banner {
		padding-top: 60px;
	}
}


.warpper {
	padding: 30px 0;
	background-color: #f8f8f8;
}

.cn-left {
	width: 260px;
	margin-right: 30px;
}

.cn-nav {
	background-color: #fff;
}

.cn-nav-head {
	background-color: #1f3c6d;
	font-size: .2rem;
	color: #fff;
	padding: .15rem .35rem;
	height: 80px;
}

.cn-nav-head i {
	font-size: .34rem;
	margin-right: 20px;
}

.cn-nav-list>li {
	margin-bottom: 25px;
}

.cn-nav-list>li>a {
	display: block;
	position: relative;
	font-size: 20px;
	color: #1f3c6d;
	line-height: 2.8;
	text-align: center;
}

.cn-nav-list>li:hover>a::after {
	position: absolute;
	content: '';
	left: 0;
	top: 0;
	height: 100%;
	width: 3px;
	background-color: #1f3c6d;
}

.cn-nav-list>li:hover>a {
	background-color: #d9e7ff;
}

.cn-nav-list {
	padding: 27px 0 10px;
}

.bread-box {
	margin-bottom: 24px;
	padding-bottom: 20px;
	position: relative;
}

.bread-box::after {
	position: absolute;
	content: '';
	left: 0;
	bottom: 0;
	width: 53px;
	background-color: #2151a3;
	height: 3px;
}

.bread-icon {
	margin-right: 10px;
}

.bread-icon .iconfont {
	font-size: 20px;
	color: #1f3c6d;
}

.crumbNav li {
	display: inline-block;
	font-size: 16px;
}

.crumbNav li.active {
	color: #1f3c6d;
}

.crumbNav li a {
	font-size: 16px;
	color: #999999;
}

.crumbNav li:hover a {
	color: #1f3c6d;
}

.notice-cells li {
	margin-bottom: 30px;
}

.notice-cell {
	position: relative;
	padding: 25px 30px;
	background-color: #fff;
}

.notice-cell__title a {
	font-size: 30px;
	line-height: 38px;
	padding-right: 50px;
	color: #333333;
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

.notice-cell__desc {
	margin-top: 10px;
	font-size: 18px;
	line-height: 28px;
	color: #999999;
	min-height: 56px;
}

.notice-cell__data {
	position: absolute;
	right: 30px;
	top: 0;
	color: #fff;
	background-color: #3fa9ec;
	border-radius: 0 0 10px 10px;
	text-align: center;
	line-height: 1;
	padding: 9px;
	width: 70px;
	height: 70px;
}

.notice-cell__day {
	font-size: 36px;
}

.notice-cell__month {
	font-size: 16px;
}

.notice-cell__title:hover a {
	color: #00aeff;
}

.pager-box {
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
}

.pagination>li>a {
	border-radius: 3px;
	margin: 0 5px;
}

.pagination>li>a,
.pagination>li>span {
	line-height: 20px;
	font-size: 14px;
	color: #666666;
	min-width: 32px;
	padding: 4px 8px;
}

.pagination>li>a .iconfont {
	font-size: 14px;
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
	color: #fff;
	background-color: #3fa9ec;
	border-color: #3fa9ec;
}

.pager-total {
	font-size: 14px;
	color: #333333;
	line-height: 2;
	margin: 0 5px;
	min-width: 40px;
}


.cn-menu>li>a {
	text-align: left;
	padding-left: 50px;
}

.cn-menu>li {
	margin-bottom: 0;
	position: relative;
}

.cn-menu {
	padding-bottom: 1.4rem;
}

.cn-menu>li::after {
	position: absolute;
	content: '';
	left: 30px;
	right: 0;
	bottom: 0;
	height: 2px;
	background-color: #f8f8f8;
}

.cn-subMenu {
	padding: 12px 0;
	padding-left: 50px;
}

.cn-subMenu>li>a {
	font-size: 16px;
	color: #333333;
	line-height: 2.8;
	display: block;
	position: relative;
	padding-left: 26px;
}

.cn-subMenu>li.active>a,
.cn-subMenu>li:hover>a {
	color: #1f3c6d;
}

.cn-subMenu>li.active>a::after,
.cn-subMenu>li:hover>a:after {
	position: absolute;
	content: '';
	width: 8px;
	height: 8px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
	border-radius: 50%;
	background-color: #1f3c6d;
}

.article-title {
	line-height: 1;
	color: #333333;
}


.article-time {
	font-size: 14px;
	color: #999999;
	line-height: 24px;
	margin-top: 12px;
}

.article-time .iconfont {
	font-size: 14px;
	color: #314b78;
	margin-right: 8px;
}


.article-head {
	padding-bottom: 24px;
	border-bottom: 1px solid #eeeeee;
}

.article-body {
	padding: 20px 0;
}

.article-pic {
	margin-bottom: 25px;
}

.article-desc p {
	font-size: 15px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 36px;
}

.article-desc p:last-child {
	margin-bottom: 0;
}

.article-footer {
	display: flex;
	align-items: center;
	justify-content: space-between;
	padding: 15px 0;
	border-top: 2px solid #eee;
}

.article-footer a {
	font-size: 14px;
	color: #666666;
	line-height: 36px;
}

.article-footer a .iconfont {
	font-size: 14px;
}

.article-footer a:hover {
	color: #1f3c6d;
}

.cn-panel .panel-title {
	position: relative;
	padding-left: 25px;
}

.cn-panel .panel-title::after {
	position: absolute;
	content: '';
	width: 8px;
	height: 32px;
	background-color: #1f3c6d;
	border-radius: 4px;
	left: 0;
	top: 50%;
	transform: translateY(-50%);
}

.cn-panel .panel-head {
	margin-bottom: 30px;
}

.article {
	margin-bottom: 40px;
}

.zx-box {
	display: block;
	margin-bottom: 10px;
}

.zx-content {
	padding: 10px;
}

.zx-tt {
	text-align: center;
	color: #333333;
}

.gutter24 {
	margin: 0 -12px;
}

.gutter24>div {
	padding: 0 12px;
}

.gutter52 {
	margin: 0 -26px;
}

.gutter52>div {
	padding: 0 26px;
}

.news-link {
	margin-top: 40px;
	display: block;
}

.news-link__title {
	font-size: 16px;
	color: #333;
	line-height: 26px;
	margin-bottom: 5px;
}

.news-link__content {
	padding: 22px 0;
}

.news-link__desc {
	font-size: 14px;
	color: #888888;
	line-height: 22px;
}

.news-link__pic {
	position: relative;
	margin-bottom: 10px;
}

.news-link__date {
	position: absolute;
	left: 15px;
	bottom: -22px;
	background-color: #3fa9ec;
	text-align: center;
	color: #fff;
	line-height: 1;
	width: 70px;
	padding: 9px;
	height: 70px;
}

.news-link__day {
	font-size: 36px;
}

.news-link__month {
	font-size: 16px;
}

.news-footer {
	padding: 30px;
	border-top: 2px solid #eee;
}

.news-more {
	display: block;
	font-size: 16px;
	color: #1f3c6d;
	border: 1px solid #1f3c6d;
	padding: 11px 20px;
	max-width: 260px;
	margin: 0 auto;
}

.news-more .iconfont {
	float: right;
}

.news-main {
	padding-top: 25px;
}

.news-top {
	padding-top: 30px;
	overflow: hidden;
}

.news-control {
	margin-right: -76px;
	position: relative;
}

.news-control__left {
	width: 68.8%;
}

.news-large {
	position: relative;
}

.news-control__right {
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 32.34%;
	z-index: 119;
}

.news-large__content {
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	padding: 50px 40px;
	color: #fff;
	background-image: url(../images/jb_blue.png);
}

.newsrSwiper {
	height: 100%;
}

.news-sm-title {
	font-size: 16px;
	color: #333;
	margin-bottom: 5px;
}

.news-sm-desc {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
	margin-bottom: 10px;
}

.news-sm-time {
	font-size: 14px;
	line-height: 22px;
	color: #888888;
}

.news-large__tt {
	font-size: 26px;
	margin-bottom: 10px;
}


.news-large__desc {
	opacity: 0.66;
	font-size: 16px;
	line-height: 26px;
}

.news-sm>div {
	height: 100%;
}

.news-sm {
	background-color: #fff;
}

.news-sm-content {
	width: 57.23%;
	padding: 10px 20px;
}

.news-sm-pic {
	width: 42.77%;
}

.news-sm-pic img {
	width: 100%;
	height: 100%;
}

.newsrSwiper .swiper-slide-thumb-active .news-sm {
	background-color: #eb902e;
}

.newsrSwiper .swiper-slide-thumb-active .news-sm .news-sm-title {
	color: #fff;
}

.newsrSwiper .swiper-slide-thumb-active .news-sm .news-sm-desc {
	color: #fff;
	opacity: 0.66;
}

.newsrSwiper .swiper-slide-thumb-active .news-sm .news-sm-time {
	color: #fff;
	opacity: 0.66;
}


.news-top {
	position: relative;
}

/* .news-top::after {
	position: absolute;
	content: '';
	left: 2.1rem;
	right: 0;
	top: 0;
	bottom: 0;
	background-color: #1566af;
} */


@media(max-width:1500px) {
	.notice-cell__title a {
		font-size: 24px;
	}

	.dropdown2-box {
		min-width: 110px;
	}

	.dropdown2-submenu>li>a {
		font-size: 16px;
		padding-left: 15px;
	}

	.dropdown3-submenu>li>a {
		font-size: 14px;
	}

	.notice-cell__desc {
		font-size: 16px;
	}

	.notice-cell__data {
		width: 60px;
		height: 60px;
		padding: 6px;
	}

	.notice-cell__day {
		font-size: 30px;
	}

	.notice-cell__month {
		font-size: 14px;
	}

	.cn-nav-head {
		height: 60px;
	}

	.cn-nav-list>li>a {
		font-size: 16px;
	}

	.news-sm {
		height: 116px;
	}

	.news-sm-title {
		font-size: 14px;
	}

	.news-sm-time {
		font-size: 12px;
		line-height: 20px;
	}

	.news-sm-desc {
		font-size: 12px;
		line-height: 20px;
	}

	.cn-subMenu>li>a {
		font-size: 14px;
	}

	.cn-subMenu>li.active>a::after,
	.cn-subMenu>li:hover>a:after {
		width: 6px;
		height: 6px;
	}

	.news-link__date {
		width: 60px;
		height: 60px;
	}

	.news-link__day {
		font-size: 26px;
	}

	.news-link__month {
		font-size: 14px;
	}


	.news-large__tt {
		font-size: 20px;
	}

	.news-large__desc {
		font-size: 14px;
		line-height: 24px;
	}

	.news-large__content {
		padding: 40px 30px;
	}

}


@media(max-width:1200px) {
	.notice-cell__title a {
		font-size: 18px;
		line-height: 26px;
	}

	.dropdown2-box {
		min-width: 100px;
	}

	.dropdown2-submenu>li>a {
		font-size: 14px;
	}

	.dropdown3-submenu>li>a {
		font-size: 12px;
	}

	.notice-cell__desc {
		font-size: 14px;
	}

	.news-more {
		font-size: 14px;
		padding: 8px 15px;
	}

	.news-more .iconfont {
		font-size: 14px;
	}

	.notice-cell__data {
		width: 50px;
		height: 50px;
		padding: 6px;
	}

	.notice-cell__day {
		font-size: 24px;
	}
}


@media(max-width:991px) {
	.crumbNav li {
		font-size: 14px;
	}


	.navbar-nav .index-navList {
		display: block;
	}

	.index-navList>li>a {
		text-align: left;
		line-height: 20px;
		padding: 6px 20px;
	}


	.news-more {
		font-size: 12px;
		padding: 6px 10px;
		max-width: 150px;
	}

	.news-more .iconfont {
		font-size: 12px;
	}

	.news-link {
		margin-top: 15px;
	}

	.news-link__title {
		font-size: 14px;
		line-height: 24px;
	}

	.news-link__content {
		padding: 10px 0;
	}

	.news-link__desc {
		font-size: 12px;
		line-height: 20px;
	}

	.article-footer {
		display: block;
	}

	.article-footer a {
		font-size: 12px;
		display: block;
	}


	.article-desc p {
		font-size: 13px;
		line-height: 30px;
		margin-bottom: 30px;
	}

	.bread-icon .iconfont {
		font-size: 16px;
	}

	.crumbNav li a {
		font-size: 14px;
	}

	.crumbNav li a .iconfont {
		font-size: 14px;
	}

	.notice-cell__data {
		right: 15px;
		width: 40px;
		height: 40px;
		padding: 2px;
	}

	.notice-cell__day {
		font-size: 20px;
	}

	.notice-cell__month {
		font-size: 12px;
	}

	.notice-cell {
		padding: 10px 15px;
	}

	.news-link__date {
		width: 40px;
		height: 40px;
		padding: 4px;
		bottom: -12px;
	}

	.news-link__day {
		font-size: 20px;
	}

	.news-link__month {
		font-size: 12px;
	}

	.news-control {
		display: block;
		margin-right: 0;
	}

	.news-control__left {
		width: 100%;
	}

	.news-control__right {
		width: 100%;
		position: relative;
	}

	.news-large__content {
		padding: 20px 15px;
		/* 平台添加 开始*/
		width: 18rem;
		/* 结束 */
	}

	.news-large__tt {
		font-size: 15px;
	}

	.news-large__desc {
		font-size: 12px;
	}

	.news-sm-content {
		padding: ;
	}


}


@media(max-width:768px) {
	.cn-flex {
		display: block;
	}

	.cn-left {
		width: 100%;
		margin-right: 0;
		margin-bottom: 20px;
		display: none;
	}

	.cn-nav-list {
		padding: 10px 0;
	}

	.cn-nav-list>li {
		margin-bottom: 10px;
	}

	.cn-nav-list>li>a {
		font-size: 14px;
	}

	.cn-subMenu>li>a {
		font-size: 12px;
	}

	.cn-subMenu>li.active>a::after,
	.cn-subMenu>li:hover>a:after {
		width: 4px;
		height: 4px;
	}

	.cn-subMenu {
		padding: 4px 0;
		padding-left: 50px;
	}

	.news-main .gutter52 {
		margin: 0 -10px;
	}

	.news-main .gutter52>div {
		padding: 0 10px;
	}
}

.navbar-nav .index-navList>li {
	margin-top: 10px;
}

.index-navList>li.dropdown .dropdown-menu {
	background-color: transparent;
	position: relative;
	float: unset;
	border: 0;
	box-shadow: unset;
	margin: 0;
	padding: 0;
}

.index-navList>li.dropdown .dropdown2-submenu {
	padding-left: 20px;
}

.index-navList>li.dropdown .dropdown2-submenu>li>a {
	padding: 6px 15px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.index-navList>li.dropdown .dropdown2-submenu>li>a .iconfont {
	color: #fff;
	font-size: 12px;
}

.dropdown4-submenu {
	padding-left: 20px;
}

.dropdown4-submenu>li {
	line-height: 30px;
}

.dropdown4-submenu>li>a {
	padding: 6px 15px;
	font-size: 12px;
	line-height: 20px;
	color: #fff;
}

.honor-container {
	margin-top: .86rem;
	border-radius: 10px;
	box-shadow: 5px 23px 87px rgba(66, 66, 66, .16);
	background-color: #fff;
}

.honor-mobile {
	display: none;
}

.honor-box {
	width: 10.98rem;
	height: 5.88rem;
	background-image: url(../images/honor_bg.png);
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	margin: 0 auto;
}

.honor-toast {
	position: absolute;
}

.honor1 {
	left: 1rem;
	top: 2.78rem;
	width: .66rem;
	height: .72rem;
}

.honor-hover {
	padding: .1rem .12rem;
	background-color: #fff;
	box-shadow: 12px 14px 51px rgba(98, 98, 98, .29);
	position: absolute;
	left: 50%;
	transform: translateX(-50%)translateY(-.16rem);
	bottom: 100%;
	width: 2.12rem;
	height: 1.46rem;
	display: none;
	z-index: 19;
	text-align: center;
}

/* .honor-hover img{
	transform: scale(1.68);
}
 */

.honor-hover::after {
	position: absolute;
	content: '';
	left: 50%;
	bottom: -.09rem;
	width: 0;
	height: 0;
	border-left: .12rem solid transparent;
	border-right: .12rem solid transparent;
	border-top: .16rem solid #fff;
	transform: translateX(-50%);
}

.honor2 {
	left: 0.98rem;
	top: 2.78rem;
	width: 1.1rem;
	height: .72rem;
}

.honor3 {
	left: 2.5rem;
	top: 2.78rem;
	width: 1.16rem;
	height: .72rem;
}

.honor4 {
	left: 1.55rem;
	top: 3.94rem;
	width: 1.12rem;
	height: .72rem;
}

.honor5 {
	left: 3.02rem;
	top: 3.94rem;
	width: 0.98rem;
	height: .72rem;
}

.honor6 {
	left: 5.32rem;
	top: 2.16rem;
	width: .56rem;
	height: .77rem;
}

.honor7 {
	left: 4.26rem;
	top: 2.66rem;
	width: .57rem;
	height: .84rem;
}

.honor8 {
	left: 5.22rem;
	top: 3.26rem;
	width: .72rem;
	height: .72rem;
}

.honor9 {
	left: 6.32rem;
	top: 2.66rem;
	width: .57rem;
	height: .84rem;
}

.honor10 {
	left: 4.28rem;
	top: 3.9rem;
	width: .56rem;
	height: .77rem;
}

.honor11 {
	left: 6.34rem;
	top: 3.9rem;
	width: .56rem;
	height: .77rem;
}

.honor12 {
	left: 5.32rem;
	top: 4.42rem;
	width: 0.57rem;
	height: 0.84rem;
}

.honor13 {
	right: .78rem;
	top: 2.9rem;
	width: 1.12rem;
	height: 0.72rem;
}

.honor14 {
	right: 1.56rem;
	top: 2.9rem;
	width: 0.58rem;
	height: 0.72rem;
}

.honor15 {
	right: 2.28rem;
	top: 2.9rem;
	width: 1.16rem;
	height: 0.72rem;
}

.honor16 {
	right: 1.6rem;
	top: 1.72rem;
	width: 1.12rem;
	height: 0.72rem;
}

.honor17 {
	right: 3.25rem;
	top: 1.72rem;
	width: 1.12rem;
	height: 0.72rem;
}

.honor18 {
	right: 3.76rem;
	top: 1.72rem;
	width: 0.58rem;
	height: 0.72rem;
}

.honor-toast:hover{
	padding: 10px;
    z-index: 10;
	transform: translateZ(10px)scale(2);
}

/* .honor-toast:hover .honor-hover {
	display: block;
}
 */

.student-box {
	height: 5.9rem;
	background-image: url(../images/student.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
	width: 11rem;
	background-size: 100% 100%;
	margin: 0 auto;
}

.student-container {
	margin-top: .82rem;
}

.stu-lg {
	position: absolute;
	width: 2.11rem;
	height: .99rem;
}

.stu-lg img {
	width: 100%;
	height: 100%;
}

.stu-sm {
	position: absolute;
	width: .99rem;
	height: .98rem;
}

.stu-sm img {
	width: 100%;
	height: 100%;
}

.stu1 {
	left: .83rem;
	top: 1.89rem;
}

.stu2 {
	left: 3.06rem;
	top: 1.9rem;
}

.stu3 {
	left: 5.28rem;
	top: 1.89rem;
}

.stu4 {
	right: 2.5rem;
	top: 3.01rem;
}

.school-box {
	height: 5.9rem;
	background-image: url(../images/school.jpg);
	background-position: center;
	background-repeat: no-repeat;
	position: relative;
	border-radius: 10px;
	width: 11rem;
	background-size: 100% 100%;
	margin: 0 auto;
}

.school-container {
	margin-top: .82rem;
}

.sch-pic {
	width: 1.3rem;
	height: 1.47rem;
	position: absolute;
}

/* 平台调试 自己写的 开始 */
.sch-pic img{
	border: 0;
    vertical-align: top;
    width: 2rem;
    height: 1.5rem;
    position: relative;
    background-size: cover !important;
	clip-path: polygon(50% 0, 100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%);
}
/* 结束 */

.sch1 {
	left: 2.5rem;
	top: 2.3rem;
}

.sch2 {
	left: 4.06rem;
	top: 2.3rem;
}

.sch3 {
	left: 3.25rem;
	bottom: .75rem;
}

.sch4 {
	right: 3.28rem;
	top: .86rem;
}

.sch5 {
	right: .15rem;
	top: .86rem;
}

.sch6 {
	right: .96rem;
	top: 2.3rem;
}

.sch7 {
	right: 1.75rem;
	bottom: .75rem;
}



.student-mobile {
	display: none;
}

.school-mobile {
	display: none;
}

@media(max-width:768px) {
	.honor-container {
		display: none;
	}

	.honor-mobile {
		display: block;
		position: relative;
	}

	.student-container {
		display: none;
	}

	.student-mobile {
		display: block;
	}

	.school-container {
		display: none;
	}

	.school-mobile {
		display: block;
	}

	.honor-box {
		background: unset;
		height: 190px;
		overflow-y: auto;
		overflow-x: hidden;
		width: 100%;
		font-size: 0;
	}

	.honor-toast {
		position: relative;
		right: unset;
		left: unset;
		top: unset;
		width: 50%;
		display: inline-block;
		height: auto;
		text-align: center;
		padding: 10px;
	}

	.honor-hover {
		display: none !important;
	}
}

.sch-ch {
	font-size: .44rem;
	color: #ffffff;
	font-weight: bold;
}

.sch-en {
	font-size: .2rem;
	color: #ffffff;
}


.sch-text {
	line-height: 1.2;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-shadow: 0 0 9px rgba(3, 85, 135, 0.66);
}

.sch8 {
	left: 3.28rem;
	top: .9rem;
}

.sch9 {
	left: 5.6rem;
	top: 2.32rem;
}

.sch10 {
	right: 1.66rem;
	top: .9rem;
}

.sch11 {
	right: .16rem;
	bottom: .7rem;
}

.sch-pic:hover {
	padding: 10px;
	z-index: 10;
	transform: translateZ(10px)scale(2);
}

.sch-text{
	transform: scale(1)!important;
}

.stu-sm:hover {
	padding: 10px;
	z-index: 10;
	transform: translateZ(10px)scale(2);
}

.stu-lg:hover {
	padding: 10px;
	z-index: 10;
	transform: translateZ(10px)scale(2);
}

.stu-text{
	transform: scale(1)!important;
	font-size: .34rem;
	color: #f2f2f2;
	font-weight: bold;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	font-style: italic;
	text-shadow: 8px 8px 13px rgba(32, 75, 181, 0.5);
}

.stu5{
  left: 1.94rem;
  top: .78rem;
}

.stu6{
	left: 3.06rem;
	bottom: 1.9rem;
}

.stu7{
	right: 3.6rem;
	bottom: 1.9rem;
	font-style: normal;
}

.stu8{
	right: 1.4rem;
	top: .78rem;
}

.stu9 {
	left: 7.57rem;
	top: 4.13rem;
}

.stu10 {
	left: 3.06rem;
	top: 0.79rem;
}

.stu11 {
	left: 4.16rem;
	top: 1.9rem;
}

.stu12 {
	left: 7.5rem;
	top: 1.89rem;
}

.stu13 {
	left: 7.5rem;
	top: 0.78rem;
}

.stu14 {
	left: 9.67rem;
	top: 3.01rem;
}

.stu15 {
	left: 8.65rem;
	top: 1.89rem;
}

.stu16 {
	left: 5.3rem;
	top: 3.01rem;
}

.stu17 {
	left: 5.3rem;
	top: 4.14rem;
}

.stu18 {
	left: 4.2rem;
	top: 4.14rem;
}
/* 7.25新增 平台调整*/
.honor-box-text{
	position: absolute;
	top: 1.3rem;
	left: 1.7rem;
	font-size: 24px;
	font-style: italic;
	font-weight: bold;
}
.honor-box-p{
	margin-bottom: -8px;
}
.honor-box-p span{
	background-image:-webkit-linear-gradient(left,#c21e1f,#fe323b); 
	-webkit-background-clip:text; 
	-webkit-text-fill-color:transparent; 
	font-size: 26px;
	width: 54px;
	display: inline-block;
}
.honor-box-p .font30{
	font-size: 36px;
	width: 76px;
}
.honor-box-left{
	margin-left: 40px;
}


@media(max-width:768px){
	.honor-mobile .honor-box-text{
		top: 38px;
		left: 60px;
		font-size: 12px
	}
	.honor-mobile  .honor-box-p{
		margin-bottom: -5px;
	}
	.honor-mobile .honor-box-p span{
		font-size: 14px;
		width: 30px;
	}
	.honor-mobile .honor-box-p .font30{
		font-size: 16px;
		width: 33px;
	}
	.letter-title{
		font-size: 16px;
	}
	.honor-mobile .honor-box-left{
		margin-left: 12px;
	}
	.letter{
		margin-bottom: 50px;
	}
	.letter-panel{
		padding: 20px;
		height:320px;
		overflow: hidden;
	}
	.letter:hover .letter-panel{
		height:650px;
	}
	.letter-img{
		left: -10px;
		right: -10px;
	}
	
}
