.head-box {
	background-color: #1B3C6F;
	width: 100%;
	min-width: 1300px;
	height: 110px;
}

.wrap {
	width: 1300px;
	margin: 0 auto;
	overflow: hidden;
	box-sizing: border-box;
}

/* logo css */
.wrap .logo {
	width: 520px;
	margin: 15px 0;
}

.wrap .logo img {
	width: 230px;
}

.logo .logo-content {
	color: #fff;
	font-size: 14px;
	margin-top: 11px;
	margin-left: 20px;
}

.logo .logo-content ul li:nth-of-type(1) {
	font-size: 28px;
}

.logo .logo-content ul li:nth-of-type(2) {
	font-size: 12px;
}

/* head-r css */
.wrap .head-r {
	width: 730px;
	margin-top: 20px;
}

.wrap .head-r .top-r {
	margin-right: 100px;
}

.wrap .head-r .top-r a:link {
	color: #fff;
}

.wrap .head-r .top-r span {
	margin-right: 8px;
	margin-top: 3px;
}

.wrap .head-r .menu {
	margin-top: 40px;
}

.wrap .head-r .menu-nav li {
	display: inline-block;
	margin-right: 60px;
}

.wrap .head-r .menu-nav li a {
	color: #fff;
	font-size: 2rem;
}

.sub {
	background-color: #1B3C6F;
	width: 100%;
	min-width: 1300px;
	height: 66px;
	display: flex;
}

.sub-nav li {
	display: inline-block;
	margin-right: 150px;
}

.sub-nav li a {
	color: #fff;
	font-size: 2.125rem;
	margin-left: 6px;
}

.sub-nav {
	margin: 20px auto;
	padding-left: 16.625rem;
}

.sub-nav img {
	margin-top: -6px;
	width: 46px;
	height: 40px;
}

/* 轮播图 img */
.carousel-inner img {
	width: 100%;
}

/* seo框 */
.top-r input {
	color: #FFFFFF;
	border-radius: 10px;
}

.top-r a {
	color: #FFFFFF;
}

/* 新闻样式 */
.content-nspt {
	width: 100%;
	min-width: 1300px;
	margin: 26px auto;
	padding: 5rem 0;
}

.news-fl {
	width: 1440px;
	height: 100px;
	min-width: 1300px;
	margin: 0 auto;
	display: flex;
}

.tatle-n {
	width: 50%;
	float: right;
	/* margin: 0 auto; */
}

.tatle-n h5 {
	font-size: 6.375rem;
	font-family: impact;
	color: #ffcc04;
	margin: 0;
	float: right;
}

.tatle-news {
	width: 50%;
	margin-left: 13px;
}

.tatle-news h4 {
	font-size: 2.25rem;
	color: #323232;
	font-weight: normal;
	letter-spacing: 6px;
	margin-top: 10px;
}

.tatle-news a {
	margin-top: -30px;
	color: #999999;
	font-size: 1.625rem;
	float: right;
}

/* 新闻内容板块 */
.news-content {
	width: 1440px;
	min-width: 1440px;
	height: 830px;
	margin: 0 auto;
}

.cont-lf {
	width: 100%;
	height: 376px;
	display: flex;
}

.cont-rg {
	width: 100%;
	height: 519px;
}

.cont-lf-tp {
	width: 700px;
	height: 376px;
	background-color: aquamarine;
	overflow: hidden;
}

.cont-lf-tp img {
	border: 0;
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 376px;
}

.cont-lf-tp p {
	width: 100%;
	font-size: 2.125rem;
	color: #fff;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	margin: -40px 17px 10px;
}

.cont-lf-tp img:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

.cont-lf-bm {
	width: 700px;
	height: 376px;
	margin-left: 40px;
	display: flex;
}

/* 新闻右侧内容 */
.bm-lf {
	width: 318px;
	height: 376px;
	background-color: #1b3c6f;
}

.bm-rg {
	width: 318px;
	height: 376px;
	margin-left: 1.375rem;
}

.bm-lf-text {
	width: 260px;
	margin: auto;
}

.bm-lf h5 {
	font-weight: normal;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 26px;
}

.bm-lf i {
	float: right;
}

.bm-lf h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.bm-lf p {
	font-size: 1.3rem;
	color: #FFFFFF;
	line-height: 2.6rem;
	height: 15rem;
	/* overflow: hidden; */
}

.bm-rg-text {
	width: 260px;
	margin: auto;
	text-decoration: none;
}

.bm-rg h5 {
	font-weight: normal;
	color: #000000;
	font-size: 1.6rem;
	padding-top: 26px;
}

.bm-rg i {
	float: right;
}

.bm-rg h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.bm-rg p {
	font-size: 1.3rem;
	color: #000000;
	line-height: 2.6rem;
	height: 15rem;
}

.cont-lf-bm div:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		font-size: 1.8rem;
		transform: scale(1);
	}

	100% {
		font-size: 1.8rem;
		transform: scale(1.1);
	}
}

/* 新闻栏第二块内容 */
.content-nspt-newsii {
	width: 100%;
	height: 376px;
	margin-top: 3.875rem;
	display: flex;
}

.newsii-left {
	width: 700px;
	height: 376px;
	display: flex;
}

.newsii-left-lt {
	width: 318px;
	height: 376px;
}

.newsii-left-rg {
	width: 318px;
	height: 376px;
	overflow: hidden;
	background-color: #1B3C6F;
	margin-left: 65px;
}

.newsii-lt-text,
.newsii-rg-text {
	width: 260px;
	margin: auto;
	/* background-color: #FFFFFF; */
}

/* .newsii-rg-text {
	width: 260px;
	margin: auto;
} */

/* 新闻：第二栏左侧内容 */
.newsii-lt-text h5 {
	font-weight: normal;
	color: #000000;
	font-size: 1.6rem;
	padding-top: 26px;
}

.newsii-lt-text i {
	float: right;
}

.newsii-lt-text h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.newsii-lt-text p {
	font-size: 1.3rem;
	color: #000000;
	line-height: 2.6rem;
	height: 15rem;
	/* overflow: hidden; */
}

/* 新闻：第二栏内容右侧 */
.newsii-rg-text h5 {
	font-weight: normal;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 26px;
}

.newsii-rg-text i {
	float: right;
}

.newsii-rg-text h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.newsii-rg-text p {
	font-size: 1.3rem;
	color: #FFFFFF;
	line-height: 2.6rem;
	height: 15rem;
	/* overflow: hidden; */
}

.newsii-left div:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		font-size: 1.8rem;
		transform: scale(1);
	}

	100% {
		font-size: 1.8rem;
		transform: scale(1.1);
	}
}

.newsii-rg {
	margin-left: 40px;
}

.newsii-rg-img {
	width: 700px;
	height: 376px;
	background-color: aquamarine;
	overflow: hidden;
}

.newsii-rg-img img {
	border: 0;
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 376px;
}

.newsii-rg-img p {
	width: 100%;
	font-size: 2.125rem;
	color: #fff;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	margin: -40px 17px 10px;
}

.newsii-rg-img img:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

/* 项目内容模块:开始 content-ction */
.content-ction {
	width: 100%;
	min-width: 1440px;
	height: 900px;
	margin: -100px auto;
	display: contents;
}

.ction-wk {
	width: 1440px;
	min-width: 1440px;
	height: 900px;
	margin: 0 auto;
	/* background-color: #7FFFD4; */
}

.ction-nk {
	width: 100%;
	height: 376px;
	display: flex;
}

.ction-fl {
	width: 1440px;
	height: 100px;
	min-width: 1300px;
	margin: 0 auto;
	display: flex;
}

.ction-n {
	width: 50%;
	float: right;
}

.ction-n h5 {
	font-size: 6.375rem;
	font-family: impact;
	color: #ffcc04;
	margin: 0;
	float: right;
}

.tatle-ction {
	width: 50%;
	margin-left: 13px;
}

.tatle-ction h4 {
	font-size: 2.25rem;
	color: #323232;
	font-weight: normal;
	letter-spacing: 6px;
	margin-top: 10px;
}

.tatle-ction a {
	margin-top: -30px;
	color: #999999;
	font-size: 1.625rem;
	float: right;
}

/* 项目 第一栏左侧内容 */
.ction-lf-tp {
	width: 700px;
	height: 376px;
	/* background-color: aquamarine; */
	overflow: hidden;
}

.ction-lf-tp img {
	border: 0;
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 376px;
}

.ction-lf-tp p {
	width: 100%;
	font-size: 2.125rem;
	color: #fff;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	margin: -40px 17px 10px;
}

.ction-lf-tp img:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

/* 项目 第一栏右侧 */
.ction-lf-bm {
	width: 700px;
	height: 376px;
	margin-left: 40px;
	display: flex;
}

.ction-lf {
	width: 318px;
	height: 376px;
	background-color: #1b3c6f;
}

.ction-rg {
	width: 318px;
	height: 376px;
	margin-left: 1.375rem;
}

.ction-lf-text {
	width: 260px;
	margin: auto;
}

.ction-lf h5 {
	font-weight: normal;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 26px;
}

.ction-lf i {
	float: right;
}

.ction-lf h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.ction-lf p {
	font-size: 1.3rem;
	color: #FFFFFF;
	line-height: 2.6rem;
	height: 15rem;
	/* overflow: hidden; */
}

.ction-rg-text {
	width: 260px;
	margin: auto;
	text-decoration: none;
}

.ction-rg h5 {
	font-weight: normal;
	color: #000000;
	font-size: 1.6rem;
	padding-top: 26px;
}

.ction-rg i {
	float: right;
}

.ction-rg h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.ction-rg p {
	font-size: 1.3rem;
	color: #000000;
	line-height: 2.6rem;
	height: 15rem;
}

.ction-lf-bm div:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		font-size: 1.8rem;
		transform: scale(1);
	}

	100% {
		font-size: 1.8rem;
		transform: scale(1.1);
	}
}

/* 项目 第二栏布局*/
.content-ction-ctionii {
	width: 100%;
	height: 376px;
	margin-top: 3.875rem;
	display: flex;
}

.ctionii-left {
	width: 700px;
	height: 376px;
	display: flex;
}

.ctionii-left-lt {
	width: 318px;
	height: 376px;
}

.ctionii-left-rg {
	width: 318px;
	height: 376px;
	overflow: hidden;
	background-color: #1B3C6F;
	margin-left: 65px;
}

.ctionii-lt-text {
	width: 260px;
	margin: auto;
	/* background-color: #FFFFFF; */
}

.ctionii-rg-text {
	width: 260px;
	margin: auto;
}

/* 项目 第二栏内容*/
.ctionii-lt-text h5 {
	font-weight: normal;
	color: #000000;
	font-size: 1.6rem;
	padding-top: 26px;
}

.ctionii-lt-text i {
	float: right;
}

.ctionii-lt-text h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.ctionii-lt-text p {
	font-size: 1.3rem;
	color: #000000;
	line-height: 2.6rem;
	height: 15rem;
}

/* 项目 第二栏右侧 */
.ctionii-rg-text h5 {
	font-weight: normal;
	color: #fff;
	font-size: 1.6rem;
	padding-top: 26px;
}

.ctionii-rg-text i {
	float: right;
}

.ctionii-rg-text h4 {
	font-size: 1.8rem;
	color: #ee9b11;
	line-height: 2.8rem;
	height: 8.75rem;
	overflow: hidden;
	font-weight: normal;
	margin-top: 1.6rem;
}

.ctionii-rg-text p {
	font-size: 1.3rem;
	color: #FFFFFF;
	line-height: 2.6rem;
	height: 15rem;
	/* overflow: hidden; */
}

.ctionii-left div:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		font-size: 1.8rem;
		transform: scale(1);
	}

	100% {
		font-size: 1.8rem;
		transform: scale(1.1);
	}
}

.ctionii-rg {
	margin-left: 40px;
}

.ctionii-rg-img {
	width: 700px;
	height: 376px;
	background-color: aquamarine;
	overflow: hidden;
}

.ctionii-rg-img img {
	border: 0;
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 376px;
}

.ctionii-rg-img p {
	width: 100%;
	font-size: 2.125rem;
	color: #fff;
	line-height: 2rem;
	height: 4rem;
	overflow: hidden;
	margin: -40px 17px 10px;
}

.ctionii-rg-img img:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

/* 项目信息栏样式 */
.notice-wk {
	background-color: #1B3C6F;
	width: 100%;
	min-width: 1300px;
        height: 150px;
	/* height: 188px; */
	display: flex;
	overflow: hidden;
	background-image: url(../img/notice-wk-bg.jpg);
	background-repeat: no-repeat;
}

.notice-tatle {
	width: 1440px;
	height: 100px;
	display: flex;
	margin: 10px auto;
}

.notice-tatle-h5 {
	width: 788px;
	height: 70px;
	border-bottom: 2px solid #FFFFFF;

}

.notice-tatle-i {
	width: 622px;
	height: 70px;
	border-bottom: 2px solid #FFFFFF;
}

.notice-tatle h5 {
	font-size: 4.25rem;
	color: #fff;
	letter-spacing: 16px;
	cursor: pointer;
	float: right;
}

.notice-tatle i {
	color: #FFFFFF;
	float: right;
	margin-top: 40px;
}

.notice-cent-wk {
	width: 1440px;
	min-width: 1440px;
	height: 206px;
	margin: -88px auto;
	display: flex;
}

.notice-cent-i {
	width: 460px;
	height: 170px;
	background-color: #c5dcfe;
	float: left;
}

.notice-cent-i-text {
	width: 440px;
	height: 170px;
	padding-left: 29px;
	padding-top: 16px;
}

.notice-cent-i h5 {
	font-size: 1.875rem;
	color: #193b6d;
}

.notice-cent-i b {
	font-size: 22px;
}

.notice-cent-i i {
	line-height: 29px;
}

.notice-cent-i p {
	font-size: 22px;
	color: #193b6d;
}

.notice-cent-ii {
	width: 460px;
	height: 170px;
	background-color: #c5dcfe;
	margin-left: 16px;
}

.notice-cent-ii-text {
	width: 440px;
	height: 170px;
	padding-left: 29px;
	padding-top: 16px;
}

.notice-cent-ii h5 {
	font-size: 1.875rem;
	color: #193b6d;
}

.notice-cent-ii b {
	font-size: 22px;
}

.notice-cent-ii i {
	line-height: 29px;
}

.notice-cent-ii p {
	font-size: 22px;
	color: #193b6d;
}

.notice-cent-iii {
	width: 460px;
	height: 170px;
	background-color: #c5dcfe;
	margin-left: 16px;
}

.notice-cent-iii-text {
	width: 440px;
	height: 170px;
	padding-left: 29px;
	padding-top: 16px;
}

.notice-cent-iii h5 {
	font-size: 1.875rem;
	color: #193b6d;
}

.notice-cent-iii b {
	font-size: 22px;
}

.notice-cent-iii i {
	line-height: 29px;
}

.notice-cent-iii p {
	font-size: 22px;
	color: #193b6d;
}

.notice-cent-wk div:hover {
	animation: move .5s linear forwards
}

@keyframes move {
	0% {
		transform: scale(1);
	}

	100% {
		transform: scale(1.1);
	}
}

/* 联合办学栏目样式 */
.jmmes-wk {
	width: 100%;
	min-width: 1440px;
	height: 1166px;
	margin: -113px auto;
	margin-bottom: 0px;
	background-image: url(../img/jmmmes-bg.jpg);
	background-repeat: no-repeat;
}

.jmmes-fl {
	width: 1440px;
	height: 100px;
	min-width: 1300px;
	margin: 0 auto;
	display: flex;
}

.jmmes-wk-tatle {
	padding-top: 136px;
}

.jmmes-tatle {
	width: 46%;
	float: right;
}

.jmmes-tatle h5 {
	font-size: 6.375rem;
	font-family: impact;
	color: #ffcc04;
	margin: 0;
	float: right;
}

.tatle-jmmes {
	width: 50%;
	margin-left: 13px;
}

.tatle-jmmes h4 {
	font-size: 2.25rem;
	color: #323232;
	font-weight: normal;
	letter-spacing: 6px;
	margin-top: 10px;
}

.tatle-jmmes a {
	margin-top: -30px;
	color: #1B3C6F;
	font-size: 1.625rem;
	float: right;
}

.jmmes-wk-conten {
	width: 1440px;
	height: 900px;
	margin: auto;
	display: flex;
}

.jmmes-lt {
	width: 436px;
	height: 752px;
}

.jmmes-lt-top {
	width: 100%;
	height: 376px;
	background-color: #7FFFD4;
}

.jmmes-lt-top img {
	border: 0;
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 376px;
}

.jmmes-lt-bom {
	width: 100%;
	height: 376px;
	background-color: #FFFFFF;
}

.jmmes-time {
	position: relative;
	width: 100px;
	height: 30px;
	background-color: #1B3C6F;
	top: -14px;
	left: 30px;
	padding: 3px;
}

.jmmes-time i {
	font-size: 16px;
	color: #FFFFFF;
}

.jmmes-lt-text-tl {
	padding: 16px;
	width: 382px;
	margin-left: 12px;
}

.jmmes-lt-text-tl h5 {
	line-height: 36px;
	font-size: 26px;
	color: #01215e;
}

.jmmes-lt-text-p {
	width: 382px;
	margin-left: 30px;
	font-size: 18px;
	line-height: 36px;
}

/* 联合办学右侧内容 */
.jmmes-rg {
	width: 962px;
	height: 752px;
	margin-left: 40px;
}

.jmmes-rg-ul-text li {
	width: 30%;
	float: left;
	margin-left: 3.333%;
	margin-bottom: 7.875rem;
	position: relative;
	top: 6px;
	transition: 0.6s all;
	height: 330px;
	background-color: #FFFFFF;
}

.jmmes-rg-ul-text img {
	display: block;
	width: 100%;
	transition: 0.6s all;
	height: 179px;
	object-fit: cover;
}

.jmmes-rg-ul-time {
	position: relative;
	width: 100px;
	height: 30px;
	background-color: #1B3C6F;
	top: -14px;
	left: 30px;
	padding: 3px;
	color: #FFFFFF;
}

.jmmes-rg-ul-text {
	background-color: #FFFFFF;
}

.jmmes-rg-ul-text h5 {
	font-size: 22px;
	color: #1B3C6F;
	width: 260px;
	margin-left: 26px;
}


/* 尾部样式 */
.footer-wk {
	width: 100%;
	min-width: 1440px;
	height: 400px;
	background-color: #01215E;
	padding: 1px;
}

.footer-text {
	width: 1440px;
	height: 220px;
	margin: 50px auto;
	display: flex;
	border-bottom: 2px solid #FFFFFF;
}

.footer-text-lf {
	width: 80%;
}

.footer-text-lf li {
	font-size: 21px;
	line-height: 50px;
	color: #FFFFFF;
	width: 880px;
}

.footer-text-rg {
	margin-left: 30px;
}

.footer-text-rg img {
	width: 176px;
	height: 160px;
}

.footer-text-rg h5 {
	color: #FFFFFF;
	margin-left: 24px;
	font-size: 26px;
	line-height: 33px;
}

.footer-bq {
	width: 580px;
	height: 20px;
	margin: auto;
}

.footer-bq h5 {
	color: #FFF;
	font-size: 26px;
}

.footer-text-lf a {
	color: #FFF;
}