/* new-1 */
.xw {
	background: url(../img/new-1-bg.png);
	background-size: cover;
	background-position: center center;
	background-attachment: fixed;
	padding: 20px 0 20px 0;
	overflow: hidden;
}

.xw .left {
	width: 45%;
	min-width: 420px;
	height: 380px;
	float: left;
}

.xw .right {
	width: 52%;
	max-width: calc(100% - 440px);
	height: 380px;
	float: right;
}

/* new-1-lun */
#swiper3 {
	width: 100%;
	height: 100%;
}
#swiper3 .swiper-slide {
	width: 100%;
	height: 100%;
	position: relative;
}
#swiper3 .swiper-slide a {
	display: inline-block;
	height: 100%;
	width: 100%;
}

#swiper3 .swiper-slide img {
	min-width: 100%;
	min-height: 100%;
        height: 100%;
}

#swiper3 p {
	position: absolute;
	z-index: 3;
	bottom: 0;
	left: 0;
	width: 100%;
	margin: 0;
	height: 40px;
	line-height: 40px;
	padding-left: 15px;
	transform: translate(0,100px);
	background: rgba(0, 0, 0, 0.5);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}
#swiper3 .swiper-slide-active p {
	transform: translate(0,0);
}
#swiper3 p span {
	font-size: 0.875rem;
	color: #FFFFFF;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 70%;
}

#swiper3 .swiper-pagination {
	width: auto;
	left: auto;
	right: 15px;
}

#swiper3 .swiper-pagination span {
	width: 8px;
	height: 5px;
	opacity: 1;
	border-radius: 0;
	background: #B5B5B5;
}

#swiper3 .swiper-pagination .swiper-pagination-bullet-active {
	width: 15px;
	background: #FFFFFF;
}

/* new-1-right */
.slideTxtBox {}

.slideTxtBox .hd ul {
	height: 36px;
	width: 100%;
	margin-bottom: 3px;
}

.slideTxtBox .hd ul li {
	float: left;
	display: inline-block;
	width: 123px;
	max-width: calc(33.33% - 25px);
	height: 36px;
	text-align: center;
	line-height: 36px;
	font-size: 1.125rem;
	color: #333333;
	font-weight: 600;
	background: #FFFFFF;
	margin-right: 11px;
	cursor: pointer;
}

.slideTxtBox .hd ul .on {
	color: #FFFFFF;
	background: #254a98;
}

.slideTxtBox .hd ul a {
	font-size: 14px;
	color: #333333;
	float: right;
	display: inherit;
	height: 36px;
	line-height: 36px;
}
.slideTxtBox .bd ul {
	display: none;
}
.slideTxtBox .bd > .on {
	display: block;
}

.slideTxtBox .bd ul li {
	margin-top: 22px;
	height: 92px;
	border: 1px solid #FFFFFF;
	padding: 12px 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.slideTxtBox .bd ul li a {
	display: inline-block;
	width: 100%;
	height: 100%;
}

.slideTxtBox .bd ul li .left-1 {
	width: 80%;
	float: left;
	padding-right: 10px;
}

.slideTxtBox .bd ul li .left-1 span {
	max-width: 100%;
	float: none;
	border-left: none;
	text-align: justify;
	top: 0;
	transform: none;
	all: unset;
	display: inline-block;
	width: 100%;
	color: #333333;
	padding: 0 12px;
	position: relative;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
}

.slideTxtBox .bd ul li .left-1 span::before {
	position: absolute;
	content: "";
	left: 0;
	height: 50%;
	top: 25%;
	width: 3px;
	background: #254a98;
}

.slideTxtBox .bd ul li .left-1 p {
	font-size: 0.75rem;
	padding: 0 12px;
	display: inline-block;
	height: 34.8px;
	color: #666666;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	margin-top: 5px;
	line-height: 1.6;
}

.slideTxtBox .bd ul li span {
	display: inline-block;
	width: 93px;
	max-width: 20%;
	float: right;
	border-left: 1px dashed #D2D2D2;
	text-align: center;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}

.slideTxtBox .bd ul li span p:nth-child(1) {
	font-size: 1.5rem;
	color: #666666;
}

.slideTxtBox .bd ul li span p:nth-child(2) {
	font-size: 0.75rem;
	color: #666666;
}

.slideTxtBox .bd ul li:hover {
	background: #FFFFFF;
	border-color: #FFFFFF;
}

.slideTxtBox .bd ul li:hover .left-1 p {
	color: #829084;
}

.slideTxtBox .bd ul li:hover .left-1 span {
	color: #254a98;
	font-weight: 600;
}

/* tz */
.tz {
	width: 100%;
	z-index: 3;
	background: #F3F5F4;
	margin-bottom: 20px;
	box-shadow: 0 2px 1px 1px rgba(0,0,0,.1);
	height: 50px;
}

.tz-1 {
	background: rgba(255, 255, 255, 0.6);
	height: 100%;
	border-radius: 10px;
	background: url(../img/tz.png) no-repeat 20px center;
}

.tz-1 img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
}

.tz-1 .tzxx {
	width: calc(90% - 220px);
	padding-right: 20px;
	height: 100%;
	float: right;
}

.tzxx #swiper2 {
	height: 100%;
}

.tzxx #swiper2 .swiper-wrapper {
	height: 100%;
}

.tzxx p {
	margin: 0;
	height: 100%;
	line-height: 50px;
}

.tzxx p a {
	color: #e60101;
	font-size: 1rem;
	display: inline-block;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 80%;
	max-width: calc(100% - 80px);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.tzxx p:hover a {
	color: #f75100;
}

.tzxx p span {
	float: right;
	font-size: 0.875rem;
	color: #f75100;
}

.tz-1 .gd {
	display: inline-block;
	height: 100%;
	line-height: 50px;
	float: right;
	width: 10%;
	text-align: center;
	font-size: 14px;
	color: #FFFFFF;
	background: #254a98;
}


/* 鏁欒偛鏁欏-甯堢敓椋庨噰 */
.jyu {
	width: 100%;
	padding: 36px 0;
	background: url(../img/bg-3.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
	overflow: hidden;
}

.jxue {
	width: 62.3%;
	height: 487px;
	float: left;
}

.fcai {
	width: 34.84%;
	height: 487px;
	float: right;
}

.jyu .bt {
	height: 50px;
	line-height: 50px;
	font-size: 18px;
	font-weight: 900;
	color: #FFFFFF;
}

.jyu .bt img {
	float: left;
	margin-right: 15px;
}

.jyu .bt a {
	font-size: 0.75rem;
	color: #FFFFFF;
	float: right;
	display: inherit;
	height: 50px;
	line-height: 50px;
}

.jyu-1 {
	width: 100%;
	height: 406px;
	background: #254a98;
	margin-top: 31px;
}

.jyu-1 .left {
	width: 51%;
	float: left;
}

.jyu-1 .right {
	width: 49%;
	height: 100%;
	float: left;
	overflow: hidden;
}

.jyu-1 .left .img {
	position: relative;
	height: 300px;
	overflow: hidden;
}

.jyu-1 .left .img img {
	min-height: 100%;
	min-width: 100%;
        height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.jyu-1 .left .img p {
	width: 70%;
	height: 50px;
	position: absolute;
	left: 0;
	bottom: 40px;
	background: rgba(37, 74, 152, 0.8);
	font-size: 0.875rem;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	line-height: 50px;
	padding: 0 10px;
}

.jyu-1 .left .detail {
	height: 106px;
	background: #D9E2DA;
	padding: 0 15px;
}

.jyu-1 .left .detail a:nth-child(1) {
	display: inline-block;
	font-size: 0.75rem;
	height: 60px;
	color: #444444;
	line-height: 2.5;
	margin-top: 15px;
	overflow: hidden;
	text-overflow: ellipsis;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 3;
}

.jyu-1 .left .detail a:nth-child(2) {
	font-size: 12px;
	color: #D7B438;
	float: right;
}

.jyu-1 .left:hover .img img {
	transform: translate(-50%,0) scale(1.1);
}


/*  */
.jyu-1 .right ul {
	height: 100%;
	margin: 0;
	padding: 0 20px;
	overflow: hidden;
}

.jyu-1 .right ul li {
	border-bottom: 1px dashed #C1D9C3;
	padding: 10px 0;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.jyu-1 .right ul li a {
	display: inline-block;
}

.jyu-1 .right ul li span {
	font-size: 0.875rem;
	color: #FFFFFF;
	display: inline-block;
	height: 42px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.jyu-1 .right ul li p {
	font-size: 0.75rem;
	display: inline-block;
	height: 48px;
	color: #B3DEB7;
	line-height: 2;
	margin-top: 10px;
	
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	/* autoprefixer: off */
	-webkit-box-orient: vertical;
	/* autoprefixer: on */
	-webkit-line-clamp: 2;
	
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

.jyu-1 .right ul li:hover {
	padding-bottom: 15px;
}

.jyu-1 .right ul li:hover span {
	margin-top: 5px;
}

.jyu-1 .right ul li:hover p {
	margin-top: 0px;
}

/*  */
.teacher {
	width: 100%;
	height: 406px;
	margin-top: 31px;
	background: #C5D4C8;
}

.teacher #swiper4 {
	height: 100%;
}

#swiper4 li {
	padding: 0 12px;
	width: 100%;
}

#swiper4 a {
	font-size: 0.875rem;
	color: #333333;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	display: inline-block;
	width: 100%;
	margin-top: 10px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#swiper4 span {
	display: inline-block;
	font-size: 12px;
	color: #666666;
	margin-top: 10px;
	padding-left: 20px;
	position: relative;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}

#swiper4 span::before {
	position: absolute;
	content: "";
	width: 16px;
	height: 15px;
	left: 0px;
	top: 1px;
	background: url(../img/rq.png) no-repeat;
	background-size: cover;
	background-position: center;
}

#swiper4 li:hover a {
	padding-left: 10px;
}

#swiper4 li:hover span {
	margin-left: 15px;
}

/* new2 */
.new2 {
	width: 100%;
	/* height: 485px; */
	background-color: #E4EEEA;
	background-image: url(../img/bg1.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-attachment: fixed;
	padding: 40px 0;
}
.new2-1 {
	width: 100%;
	height: 100%;
}

.new-lit {
	width: 100%;
	overflow: hidden;
}
.new-lit .new-lit-1 {
	width: 31.5%;
	float: left;
	background-color: #FFFFFF;
	height: 470px;
	padding: 0 16.66px;
}
.new-lit .new-lit-1:nth-child(2) {
	margin: 0 2.75%;
}
.bt-5 {
	width: 100%;
	height: 60px;
	margin-bottom: 20px;
	border-bottom: 1px solid #EEEEEE;
}
.bt-5 span {
	display: inline-block;
	/* width: 108px; */
	height: 100%;
	text-align: center;
	line-height: 60px;
	font-size: 1.125rem;
	color: #ff6e04;
	font-weight: 600;
	position: relative;
	z-index: 1;
	padding-left: 35px;
	background-image: url(../img/new2-1.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.new-lit .new-lit-1:nth-child(2) .bt-5 span {
	background-image: url(../img/new2-2.png);
}
.new-lit .new-lit-1:nth-child(3) .bt-5 span {
	background-image: url(../img/new2-3.png);
}
.bt-5 a {
	float: right;
	font-size: 0.8125rem;
	color: #717171;
	line-height: 60px;
}
.bt-5 a:hover {
	font-weight: 600;
	color: #254a98;
}
.new-lit-1 ul {
	width: 100%;
	overflow: hidden;
}
.new-lit-1 ul > a {
	display: inline-block;
	width: 100%;
	height: 210px;
	overflow: hidden;
	margin-bottom: 10px;
}
.new-lit-1 ul > a img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
.new-lit-1 ul > a:hover img {
	transform: scale(1.1,1.1);
}
.new-lit-1 ul li {
	height: 30px;
	line-height: 30px;
	padding-left: 14px;
	background-image: url(../img/new2-bg.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.new-lit-1 ul li a {
	display: inline-block;
	height: 100%;
	width: 100%;
	font-size: 0.875rem;
	color: #555555;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
.new-lit-1 ul li a:hover {
	color: #254a98;
	font-weight: 600;
	padding-left: 10px;
}


/* 涓撻-涓撴爮 */
.zhuan {
	width: 100%;
	padding: 5px 0;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
.zzhuan {
	width: 100%;
	padding: 45px 0;
	background: url(../img/bg2.jpg) no-repeat;
	background-size: cover;
	background-position: center;
	background-attachment: fixed;
}
/* 涓撻 */
.zt {
	margin: 25px 0 30px 0;
	height: 100px;
}

.zt a {
	display: inline-block;
	float: left;
	width: 23.92%;
	height: 100%;
	overflow: hidden;
	position: relative;
	margin-right: 1.44%;
}

.zt a:last-child {
	margin: 0;
}

.zt a img:nth-child(1) {
	min-width: 100%;
	min-height: 100%;
	position: absolute;
	left: 50%;
	transform: translate(-50%,0);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

.zt a img:nth-child(2) {
	position: absolute;
	max-width: 90%;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.zt a:hover img:nth-child(1) {
	transform: translate(-50%,0) scale(1.2);
}
/* 蹇嵎閾炬帴 */
.kj {
	width: 100%;
	height: 140px;
	background: rgba(255, 255, 255, 0.5);
	box-shadow: 5px 0 10px 1px #CFD6CC;
	padding: 0 15px;
}

.kj .kj-img {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	float: left;
}

/* 蹇嵎-杞挱 */
.kj-lun {
	width: 90%;
	float: right;
	height: 100%;
	position: relative;
}
.kj2 .kj-lun {
	width: 100%;
}

.kj-lun #swiper5 {
	width: 90%;
	height: 100%;
}
.kj2 .kj-lun #swiper5 {
	width: 100%;
}

#swiper5 ul {
	width: 100%;
	height: 100%;
}

#swiper5 ul li {
	text-align: center;
	height: 100%;
}

#swiper5 ul li a {
	display: inline-block;
	width: 68px;
	height: 68px;
	border-radius: 50%;
	border: 4px solid #D7EBD9;
	background: #FAFDF9;
	position: relative;
	margin-top: 20px;
	overflow: hidden;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

#swiper5 ul li a img {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	transition: all 0.5s;
}

#swiper5 ul li p {
	font-size: 0.875rem;
	color: #333333;
	line-height: 2;
}

#swiper5 ul li a img:nth-child(1) {
	opacity: 1;
}

#swiper5 ul li a img:nth-child(2) {
	top: 120%;
	opacity: 0;
}

#swiper5 ul li a:hover {
	background: #47814E;
}

#swiper5 ul li a:hover img:nth-child(1) {
	top: -20%;
	opacity: 0;
}

#swiper5 ul li a:hover img:nth-child(2) {
	top: 50%;
	opacity: 1;
}

.kj-lun .swiper-button-next,
.kj-lun .swiper-button-prev {
	background: none;
	font-size: 60px;
	font-family: simsun;
	color: #C4D9C4;
	opacity: 1;
	display: block;
	position: absolute;
	top: 50%;
	margin-top: -30px;
	width: auto;
	height: auto;
	outline: none;
}

.kj-lun .swiper-button-next:hover,
.kj-lun .swiper-button-prev:hover {
	color: #EFD815;
}
/* 鏍″洯椋庨噰 */
.fc {
	width: 100%;
}
.fc-bt {
	text-align: center;
	width: 100%;
	background-image: url(../img/fc-bt.png);
	background-repeat: no-repeat;
	background-position: center bottom;
	height: 40px;
	padding-bottom: 5px;
}
.fc-bt span {
	font-size: 1.25rem;
	color: #ff6e04;
	font-weight: 600;
}
.fc-lun {
	padding: 0 49px;
	box-sizing: border-box;
	position: relative;
	margin-top: 27px;
	margin-bottom: 5px;
}
#swiper-fc {
	width: 100%;
}
#swiper-fc .swiper-slide {
	background-color: rgba(255,255,255,0.6);
}
#swiper-fc .swiper-slide .img {
	width: 100%;
	height: 172px;
	overflow: hidden;
}
#swiper-fc .swiper-slide .img img {
	width: 100%;
	height: 100%;
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}
#swiper-fc .swiper-slide p {
	box-sizing: border-box;
	padding: 0 20px;
	width: 100%;
	height: 40px;
	line-height: 40px;
	position: relative;
	text-align: center;
	text-overflow: ellipsis;
	white-space: nowrap;
	word-break: keep-all;
	overflow: hidden;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#swiper-fc .swiper-slide p::before {
	content: "";
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	border-radius: 50%;
	transform: scale(0.1,0.5);
	opacity: 0;
	background-color: rgba(61, 110, 71, 0.7);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#swiper-fc .swiper-slide p span {
	font-size: 0.875rem;
	color: #131110;
	position: relative;
	z-index: 5;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	-ms-transition: all 0.3s;
	transition: all 0.3s;
}
#swiper-fc .swiper-slide:hover p::before {
	border-radius: 0;
	transform: scale(1,1);
	opacity: 1;
}
#swiper-fc .swiper-slide:hover .img img {
	transform: scale(1.2,1.2);
}
#swiper-fc .swiper-slide:hover p span {
	color: #FFFFFF;
}
.fc-lun > img {
	position: absolute;
	top: 88px;
	opacity: 0.7;
	z-index: 5;
	cursor: pointer;
}
.fc-lun > img:hover {
	opacity: 1;
}
.fc-lun .prev {
	left: 0;
}
.fc-lun .next {
	right: 0;
}
.zt-two {
	height: auto;
	overflow: hidden;
}
.zt-two a {
	height: 100px;
}
.zt-two > a:first-child {
	width: 100%;
	height: 110px;
	margin: 0;
	margin-bottom: 0px;
}
.zt-two > a:first-child img:nth-child(1) {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}


.ztt-two {
	height: auto;
	overflow: hidden;
}
.ztt-two a {
	height: 100px;
}
.ztt-two > a:first-child img:nth-child(1) {
	-webkit-transition: all 0.8s;
	-moz-transition: all 0.8s;
	-ms-transition: all 0.8s;
	transition: all 0.8s;
}