[v-cloak]{
	display: none;
}
.banner {
	width: 100%;
}

nav {
	width: 100%;
	height: 70px;
	background-color: #217169;
}

nav>ul {
	padding: 0;
	margin: 0;
	list-style: none;
}

nav>ul {
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 1200px;
	height: 100%;
	margin: auto;
}

a:link,
a:visited,
a:focus {
	text-decoration: none;
	color: #fff;
}

nav>ul>a {
	width: auto;
	font-weight: 400;
	font-size: 18px;
	color: #FFFFFF;
	text-decoration: none;
	display: block;
	height: 52px;
	line-height: 52px;
	min-width: 80px;
	padding: 0 10px;
	text-align: center;
}

nav>ul>a:hover,
nav>ul>a:active {
	color: #217169;
	text-decoration: none;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/btn.png);
	background-repeat: repeat-x ;
	background-size: 100% 54px;
	background-position: center;
}

.fix{
	height: 60px;
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	z-index: 19;
}

.header {
	width: 1189px;
	height: 421px;
	margin: 20px auto;
	background: url(http://n.sinaimg.cn/edu/2025jysd/bg1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 20px;
	box-sizing: border-box;

}

.header>.left {
	width: 562px;
	height: 380px;
	border-radius: 15px;
	float: left;
	overflow: hidden;
}

.header>.left #mySwiper {
	width: 100%;
}

.header>.right {
	width: 545px;
	float: right;
	font-size: 18px;
	color: #217169;
	line-height: 32px;
	height: 100%;
}

.header>.right>ul {
	height: 100%;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	display: flex;
	flex-direction: column;
	justify-content: center;

}

.header>.right>ul a {
	color: #217169;
}

.header>.right>ul li {
	list-style: circle;
	margin-bottom: 15px;
}
.header>.right>ul a:hover{
	color: #fccd61;
} 
.header>.right>ul a.active{
	color: #fccd61;
} 

#mySwiper {
	width: 100%;
	height: 100%;
	position: relative;
}

#mySwiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	background: #fff;
	display: flex;
	justify-content: center;
	align-items: center;
	position: relative;
}

#mySwiper .swiper-slide .txt {
	width: 100%;
	height: 46px;
	line-height: 46px;
	background: #217169;
	opacity: 0.7;
	position: absolute;
	bottom: 0;
	color: #fff;
	font-size: 16px;
	text-align: left;
	padding: 0 10px;
	box-sizing: border-box;
}
#mySwiper .swiper-slide .txt span{
	display: inline-block;
	width: 77%;
	text-overflow: ellipsis;
	overflow: hidden;
}

#mySwiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#mySwiper .swiper-pagination {
	width: 100px !important;
	height: 40px;
	position: absolute;
	bottom: 0;
	left: 88%;
	display: flex;
	align-items: center;
	justify-content: center;
}

#mySwiper .swiper-pagination-bullet-active {
	background: #fff;
}

.swiper-pagination-bullet {
	background: #fff;
}

#app {
	background: url(https://f.sinaimg.cn/edu/2025jysd/bg2.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-bottom: 10px;
}

/* vip */
.vip {
	text-align: center;
	overflow: hidden;
}

.img-title {
	height: 119px;
	margin: 50px 0;

}


.vip-swiper {
	width: 1200px;
	height: 800px;
	margin: auto;
	position: relative;
	overflow: clip;
}

#vip-swiper {
	width: 1100px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

#vip-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
	display: flex;
	justify-content: center;
	align-items: center;
}

#vip-swiper .swiper-slide .box {
	position: relative;
	width: 100%;
	height: 355px;
	margin-bottom: 20px;
	/* clip-path: polygon(49% 0, 0% 100%, 100% 100%); */
}

#vip-swiper .swiper-slide .box .bg {
	position: absolute;
	z-index: 2;
}

#vip-swiper .swiper-slide .box .person {
	width: 100%;
	height: 100%;
}

#vip-swiper .swiper-slide .box .txt {
	width: 100%;
	height: 125px;
	position: absolute;
	bottom: 6px;
	color: #054841;
	display: none;
	padding: 0 16px;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/yellowbg.png);
	background-repeat: no-repeat;
	background-position: 10px center;
	background-size: contain;
	left: -4px;
	padding: 15px 8px;
}

#vip-swiper .swiper-slide .box .name {
	font-weight: bold;
	font-size: 20px;
	color: #054841;
	margin-bottom: 10px;
}

#vip-swiper .swiper-slide .box:hover .txt {
	display: block;
}

#vip-swiper .swiper-slide .box .des {
	word-wrap: break-word;
	font-size: 16px;
	color: #054841;
	line-height: 20px;
	transition: 0.2s all;
}

#vip-swiper .swiper-slide img {
	display: block;
	width: 100%;
	height: 100%;
	/* object-fit: cover; */
}

#vip-swiper .swiper-slide .row.last {
	margin-top: 20px;
}
#vip-swiper  .swiper-button-next, .swiper-container-rtl .swiper-button-prev{
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/next.png);
	width: 35px;
	height: 74px;
	background-size: contain;
	top: 47%;
	right: 0;
}
#vip-swiper  .swiper-button-prev, .swiper-container-rtl .swiper-button-next{
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/prev.png);
	width: 35px;
	height: 74px;
	background-size: contain;
	top: 47%;
	left: 0;
}
/* 年度分享会 */
.share {
	text-align: center;
	padding: 0 16px;
	box-sizing: border-box;
	width: 100%;
	overflow: hidden;
}

.share .share-box {
	width: 1200px;
	height: 728px;
	background: #217169;
	margin: auto;
	position: relative;
	padding-top: 98px;
	margin-top: 98px;
}

.share .share-box .dk-box {
	display: flex;
	justify-content: space-around;
	position: absolute;
	left: 0;
	right: 0;
	top: -98px;
	padding: 0 60px;
	box-sizing: border-box;
}

.share .share-box .dk {
	width: 172px;
}

.share .share-box .dk>.item {
	width: 172px;
	height: 172px;
	border-radius: 50%;
	position: relative;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c3.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center -5px;
	overflow: clip;
	box-sizing: border-box;
	padding: 8px;
}

.share .share-box .dk.active>.item {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c2.png);
}

.share .share-box .dk>.item .item-img {
	object-fit: cover;
	width: 158px;
	height: 158px;
	border-radius: 50%;
}

.share .share-box .dk .name {
	width: 113px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: auto;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: clip;
	color: #fff;
	position: relative;
	top: -30px;
}

.share .share-box .dk.active .name {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c1.png);
	color: #054841;
}

.share .product {
	display: flex;
	padding: 0 35px;
	margin-top: 40px;

}

.share .product .left {
	width: 386px;
	text-align: left;
}

.share .product .right {
	flex: 1;
	padding: 40px 26px 0;
}

.share .product .left .name {
	font-weight: bold;
	font-size: 30px;
	color: #FFD957;
}

.share .product .left .cw {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #F3FDF7;
	line-height: 22px;
	margin: 10px 0;
}

.share .product .left .picture {
	width: 386px;
	height: 421px;
	border-radius: 10px;
	overflow: hidden;

}

.share .product .left .picture img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.share .product .right .title {
	font-weight: bold;
	font-size: 27px;
	color: #FFD956;
	margin-bottom: 16px;
}

.share .product .right .ny {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 18px;
	color: #F2FFF7;
	text-align: left;
	padding: 26px 53px;
	width: 100%;
	height: 156px;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/ny.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	display: flex;
	align-items: center;
}


/* 论坛 */
.luntan {
	margin-top: 35px;
	text-align: center;

}

.luntan .luntan-box {
	width: 1200px;
	height: auto;
	background: #217169;
	margin: auto;
	margin-top: 165px;
}

.luntan .luntan-box .block {
	display: flex;
	padding: 0 16px;
	box-sizing: border-box;
	position: relative;
	top: -137px;
}

.luntan .luntan-box .block .picture {
	width: 587px;
	height: 402px;
	border-radius: 14px;
}

.luntan .luntan-box .block .right {
	padding-left: 15px;
	width: 563px;
}

.luntan .luntan-box .block .right .title {
	font-weight: 800;
	font-size: 32px;
	color: #217169;
}

.luntan .luntan-box .block .right .des {
	text-align: left;
	color: #054841;
	height: 70px;
	margin: 20px 0;
	font-size: 15px;
}

.luntan .luntan-box .block .right .list {
	width: 563px;
	height: 282px;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/ltjb.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #054841;
	margin-top: 15px;
	padding-top: 52px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
	text-align: left;
}

.luntan .luntan-box .block .right .list>a {
	display: block;
	line-height: 35px;
	font-size: 17px;
	padding: 0 15px;
	font-weight: bold;
}

.luntan .luntan-box .block .right .list>a.active {
	color: #FFD956;
}

.picture-list {
	display: flex;
	justify-content: center;
	position: relative;
	top: -70px;
}

.picture-list .item.active {
	width: 191px;
	height: 188px;
	overflow: hidden;
	box-sizing: border-box;
}

.picture-list .item {
	width: 191px;
	height: 191px;
	overflow: hidden;
	box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	margin-right: 25px;
	position: relative;

}
.picture-list .item .txt{
	width: 100%;
	height: 37px;
	line-height: 37px;
	text-align: center;
	color: #FFCB4E;
	position: absolute;
	bottom: 0;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/greenbg.png);
	background-repeat: no-repeat;
	background-size: cover;
	display: none;
}
.picture-list .item.active .txt{

	display: block;
}
.picture-list .item .bg {
	width: 100%;
	height: 100%;
	z-index: 9;
	position: absolute;
	top: 0;
}

.picture-list .item .paper {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.picture-box{
	width: 1200px;
	margin: auto;
	position: relative;
}
.picture-content {
	width: 100%;
	height: 141px;
	padding: 0 16px;
	position: relative;
	top: -70px;
}

.picture-content>p {
	position: absolute;
	top: 30%;
	left: 0;
	right: 0;
	color: #fff;
	text-align: left;
	width: 84%;
	height: 95px;
	display: flex;
	align-items: center;
	margin: auto;
	font-size: 20px;
}

.gjdks {
	text-align: center;
}

.gjdks .gjdks-box {
	width: 1200px;
	height: 659px;
	margin:50px auto 0;
	background: #217169;
	padding: 0 26px;
}

.gjdks .rotate .item {
	background: #217169;
	padding: 8px;
	border-radius: 14px;
	transform: rotate(45deg) scale(0.8);
	box-sizing: border-box;
	position: relative;
	border: 2px solid #054841;
	padding: 4px;
}

.gjdks .rotate .item.active {
	border-color: #FFD956;
}

.gjdks .rotate .item .paper {
	width: 100%;
	height: 100%;
	object-fit: cover;
	transform: rotate(-45deg) scale(1.42);
}

.gjdks .rotate .list-item.active .name {
	width: 113px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: auto;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: clip;
	color: #fff;
	position: relative;
	top: -20px;
	left: -8px;
	color: #054841;
}

.gjdks .rotate .list-item .name {

	width: 113px;
	height: 36px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: auto;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: clip;
	color: #fff;
	position: relative;
	top: -20px;
	left: -8px;
	color: #fff;
}

.gjdks .gjdks-box .bottom {
	display: flex;
	justify-content: space-around;
	position: relative;
	top: -28px;

}

.gjdks .gjdks-box .bottom .pic {
	width: 386px;
	height: 421px;
	border-radius: 10px;
}

.gjdks .gjdks-box .bottom .right {
	width: 700px;
	text-align: left;
}

.gjdks .gjdks-box .bottom .right .name {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 30px;
	color: #FFD957;
	margin-bottom: 15px;
	margin-left: 39px;
}

.gjdks .gjdks-box .bottom .right .des {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #F3FDF7;
	line-height: 22px;
	margin-left: 39px;
	margin-bottom: 37px;
}

.gjdks .gjdks-box .bottom .right .pw {
	width: 100%;
	height: 239px;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/pwk.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding: 46px 50px;
	box-sizing: border-box;
	color: #fff;
	margin: 20px 0;
}
.gjdks .gjdks-box .bottom .right .pw .txt{
	font-size: 20px;
}

/* 年度教育者 */
.education {
	width: 1200px;
	margin: auto;
	text-align: center;
}

.education-box .tab {
	display: flex;
	justify-content: center;
	margin: auto;
}

.education-box .tab .item {
	width: 253px;
	height: 77px;
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 38px;
	color: #FFFFFF;
	display: flex;
	justify-content: center;
	align-items: center;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/xzzybtn1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	margin-right: 15px;
}

.education-box .tab .item:last-child {
	margin-right: 0;
}

.education-box .tab .item.active {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/xzzbtn.png);
}
.education-box .tab .item:hover{
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/xzzbtn.png);
	cursor: pointer;
}
.education-box .block {
	width: 100%;
	height: 876px;
	background: #217169;
	margin: 30px auto;
	padding: 26px;
	position: relative;
}

.education-box .block .title {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 32px;
	color: #FFD957;
	line-height: 53px;
	margin-bottom: 43px;
}




#education-swiper {
	width: 1100px;
	height: 100%;
	margin: auto;
	overflow: hidden;
}

#education-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;
}

#education-swiper .swiper-slide .box {
	position: relative;
	width: 100%;
	height: 370px;
}

#education-swiper .top {
	display: flex;
	justify-content: center;
}

#education-swiper .top .pic {
	width: 454px;
	height: 285px;
	object-fit: cover;
}

#education-swiper .top .right {
	padding-left: 20px;
}

#education-swiper .top .person-list {
	width: 508px;
	height: 286px;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/jb.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	padding-top: 45px;
	padding-left: 15px;
	padding-right: 15px;
	text-align: left;
}

#education-swiper .top .person-list .item.active {
	font-family: SourceHanSansCN;
	font-weight: bold;
	font-size: 18px;
	color: #FFD957;
	line-height: 40px;
}

#education-swiper .top .person-list .item {
	line-height: 38px;
	color: #F2FFF7;
}

#education-swiper .peo-list {
	margin-top: 30px;
	padding: 0 30px;
	display: flex;
	justify-content: space-around;
}

#education-swiper .top .peo-list .item {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 18px;
	color: #fff;
	line-height: 39px;
	position: relative;
}

#education-swiper .bottom .peo-list .item{
	width: 164px;
	height: 179px;
	border: 1px solid #408767;
	position: relative;
	border-radius: 8px;
	overflow: hidden;
}
#education-swiper .bottom .peo-list .item.active {
	border: 1px solid #FFCB4E;
}

#education-swiper .bottom .peo-list .pic {
	width: 100%;
	height: 100%;
}

#education-swiper .bottom .peo-list .txt {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 36px;
	line-height: 36px;
	font-weight: 400;
	font-size: 18px;
	color: #FFCB4E;
	background: rgba(1, 57, 51, 0.8);
}

 .picture-content {
	top: -71px;
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	width: 1107px;
	height: auto;
	background: #338c83;
	padding: 33px 80px;
	box-sizing: border-box;
	text-align: left;
	position: relative;
	margin: 38px auto 0;
	display: none;
	/* overflow-y: hidden; */
}
.picture-content.active{
	display: block;
}
 .picture-box >.picture-content:nth-child(1):before{
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 40px solid #338c83;
	    position: absolute;
	    top: -24px;
	    left: 103px;
}
 .picture-box >.picture-content:nth-child(2):before{
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 40px solid #338c83;
	    position: absolute;
	    top: -24px;
	    left: 27%;
}
 .picture-box >.picture-content:nth-child(3):before{
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 40px solid #338c83;
	    position: absolute;
	    top: -24px;
	    left: 47%;
}
 .picture-box >.picture-content:nth-child(4):before{
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 40px solid #338c83;
	    position: absolute;
	    top: -24px;
	    left: 67%;
}
 .picture-box >.picture-content:nth-child(5):before{
	    content: "";
	    display: block;
	    width: 0;
	    height: 0;
	    border-left: 30px solid transparent;
	    border-right: 30px solid transparent;
	    border-bottom: 40px solid #338c83;
	    position: absolute;
	    top: -24px;
	    left: 87%;
}
.picture-box2{
	width: 1130px;
}
.picture-box2 .picture-content{
	top: 16px;
}
.ndlt-box{
	width: 1100px;
	margin:0 auto;
	position: relative;
	top: -86px;
}
 .picture-content span{
	width: 15px;
	    height: 19px;
	    font-weight: normal;
	    font-size: 66px;
	    color: #FFFFFF;
	    display: inline-block;
	    position: absolute;
}
.picture-content span.fir{
	left: 20px;
	    top: 30px;
}
.picture-content span.sec{
	right: 20px;
	    bottom: 30px;
}
#education-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/right.png);
	width: 35px;
	height: 74px;
	background-size: cover;
}

#education-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/left.png);
	width: 35px;
	height: 74px;
	background-size: cover;
}


/* 年度荣誉 */
.ndyy {
	width: 1200px;
	text-align: center;
	margin: auto;
}

.ndyy .block {
	width: 100%;
	height: 577px;
	background: #338C83;
	display: flex;
	justify-content: space-around;
	margin-bottom: 22px;
}

.ndyy .block .aside-left {
	width: 419px;
	height: 577px;
	background: #217169;
	padding: 19px;
	box-sizing: border-box;
	overflow: hidden;
}

.ndyy .block .aside-left >.category {
	width: 100%;
	height: 72.25px;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/bg4.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	color: #fff;
	font-size: 26px;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}
.ndyy .block .aside-left > .txt-list{
	height: 90%;
	overflow-y: auto;
	padding-bottom: 20px;
	box-sizing: content-box;
}
.ndyy .block .aside-left .txt-list .item {
	font-weight: 400;
	font-size: 20px;
	color: #FFFFFF;
	line-height: 32px;
	margin-bottom: 40px;
	margin-top: 40px;
	cursor: pointer;
}

.ndyy .block .aside-left .txt-list .item.active,
.ndyy .block .aside-left .txt-list .item:hover {
	color: #FFCB4E;
	font-weight: bold;
}

.ndyy .block >.aside-right {
	flex: 1;
	padding: 40px;
	overflow-y: auto;
}
.ndyy .block >.aside-right>.row{
	display: none;
}
.ndyy .block >.aside-right>.row:nth-child(1){
	display: block;
}
.ndyy .block .aside-right .pic {
	width: 188px;
	height: 147px;
	object-fit: cover;
}

.ndyy .block .aside-right .name {
	font-size: 14px;
	color: #FFFFFF;
	margin: 13px 0;
	height: 36px;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	overflow: hidden;
	
}

.ndyy .block .aside-right .des {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #FFFFFF;
	line-height: 23px;
}

.ndyy .block .aside-right .mb20 {
	margin-bottom: 20px;
}

/* 年度教育者 */
.ndjyz {
	text-align: center;
	width: 1200px;
	margin: auto;
}

.ndjyz .order {
	font-family: SourceHanSansCN;
	font-weight: 400;
	font-size: 16px;
	color: #217169;
	line-height: 21px;
	margin-bottom: 15px;
}

.ndjyz-box {
	/* min-height: 849px; */
	background: #217169;
	padding: 30px;
	box-sizing: border-box;
}

.ndjyz-box .item.big {
	width: 240px;
	position: relative;
	box-sizing: content-box;
}

.ndjyz-box .item.big .img-box {
	width: 182px;
	height: 174px;
	box-sizing: content-box;
	position: relative;
	margin: auto;
}

.ndjyz-box .item.big .bottom-pic {
	width: 100%;
	height: 100%;
}

.ndjyz-box .item.big .person {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	object-fit: contain;
}

.ndjyz-box .item.big .top-pic {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 9;
}

.ndjyz-box .item.big .name {
	width: 128px;
	height: 39px;
	display: flex;
	align-items: center;
	justify-content: center;
	font-weight: bold;
	margin: 10px auto;
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/c1.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	overflow: clip;
	color: #fff;
	position: relative;
	top: 0px;
	left: -8px;
	color: #217169;
}

.ndjyz-box .item.big .des {
	font-weight: 400;
	font-size: 16px;
	color: #FFD957;
	line-height: 21px;
}

.ndjyz-box .line {
	display: flex;
}
.ndjyz-box .line2{
	overflow: hidden;
	height: 372px;
}

.ndjyz-box .line .right {
	flex: 1;
}

.ndjyz-box .line .right .m-person {
	width: 120px;
	height: 120px;
	position: relative;
	margin-left: 8px;
	margin-bottom: 14px;
	float: left;
}

.ndjyz-box .line .right .m-person .person {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	object-fit: contain;
}

.ndjyz-box .line .right .m-person .top-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}


.ndjyz-box .line2.right .m-person {
	width: 125px;
	height: 123px;
	position: relative;
	float: left;
	padding: 4px 2px;
	box-sizing: border-box;
}
.ndjyz-box .line2.right .m-person .position{
	display: flex;
	position: absolute;
	align-items: center;
	justify-content: center;
	flex-direction: column;
	display: none;
}
.ndjyz-box .line2.right .m-person.active  .position{
	background: #217169;
	z-index: 10;
	position: absolute;
	left: 0;
	top: 0;
	width: 264px;
	height: 266px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: inherit;
	text-decoration: none;
}
.ndjyz-box .line2.right .m-person.active  .position .img{
	position: relative;
	width: 174px;
	/* height: 182px; */
	padding: 8px;
	box-sizing: border-box;
	margin-bottom: 5px;
}
.ndjyz-box .line2.right .m-person.active  .position img{
	    width: 100%;
	    height: 100%;
	    border-radius: 50%;
}
.ndjyz-box .line2.right .m-person  .position .img::after {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-repeat:no-repeat;
	background-position: center;
	background-size: cover;
	z-index: 1;
}
.ndjyz-box .line2.right .m-person.active  .position .img::after {
	/* background: url(http://n.sinaimg.cn/edu/2025jysd/c2.png) no-repeat center; */
}
.ndjyz-box .line2.right .m-person.active .position .name{
	display: block;
	line-height: 38px;
	height: 38px;
	min-width: 129px;
	padding: 0 30px;
	margin-bottom: 5px;
	background: url(http://n.sinaimg.cn/edu/2025jysd/c1.png);
	background-size: 100% 100%;
	text-align: center;
}
.ndjyz-box .line2.right .m-person.active .position .intro{
	display: block;
	width: 192px;
	font-weight: 400;
	font-size: 16px;
	text-align: center;
	color: #f7cf42;
}
.ndjyz-box .line2.right .m-person .person {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 8;
	object-fit: contain;
}

.ndjyz-box .line2.right .m-person .top-pic {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9;
}

.down {
	width: 81px;
	height: 45px;
	margin: 40px auto;
}

.qyfcx {
	text-align: center;
}

.qyfcx .pictures {
	width: 1200px;
	height: 627px;
	overflow: hidden;
	margin: auto;
	position: relative;
}

.qyfcx .pictures .bottom {
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.qyfcx .pictures .gallery {
	position: absolute;
	bottom: 4%;
	left: 40px;
}
.qyfcx .pictures #gallery-swiper{
	width:541px;
}
.qyfcx .pictures #gallery-swiper  .swiper-wrapper{
	margin: 0 15px;
}

.qyfcx .pictures .gallery .photo-box {
	width: 99px;
	margin: auto;
}


.qyfcx .pictures .gallery .s-photo {
	width: 100%;
	height: 121px;
	background: #FFFFFF;
	border-radius: 10px;
	
	opacity: 1;
}

.qyfcx .pictures .gallery .photo-box.active .s-photo {
	opacity: 0.5;
}

.qyfcx .pictures .gallery .txt {
	width: 100%;
	color: #fff;
	margin: 5px 0 0;
}

#gallery-swiper .swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/right.png);
	background-size: contain;
	right: -42px;
	width: 13px;
	height: 25px;
	opacity: 1;
}

#gallery-swiper .swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
	background-image: url(http://n.sinaimg.cn/edu/2025jysd/left.png);
	background-size: contain;
	left: -23px;
	width: 13px;
	height: 25px;
	opacity: 1;
}


.item7 {
	text-align: center;
}

.item7 .item img {
	margin-bottom: 4px;
}

.item7 {
	position: relative;
	width: 1200px;
	margin: auto;
}
.item7>.item{
	position: relative;
	height: 442px;
}
.item7>.item>a{
	position: relative;
	display: block;
	width: 100%;
	height: 100%;
}
.item7 .item img{
	object-fit: cover;
}
.item7 .item .img1 {
	width: 296px;
	height: 166px;
	position: absolute;
	top: -0;
	left: 0;
}

.item7 .item .img2 {
	width: 277px;
	height: 223px;
	position: absolute;
	top: -0;
	left: 302px;
}

.item7 .item .img3 {
	width: 304px;
	height: 223px;
	position: absolute;
	top: -0;
	left: 584px;
	object-fit: cover;
}

.item7 .item .img4 {
	width: 307px;
	height: 223px;
	position: absolute;
	top: -0;
	right: 0;
	object-fit: cover;
}

.item7 .item .img5 {
	width: 296px;
	height: 273px;
	position: absolute;
	bottom: -6px;
	left: 0;
	object-fit: cover;
}

.item7 .item .img6 {
	width: 296px;
	height: 216px;
	position: absolute;
	bottom: -6px;
	left: 302px;
	object-fit: cover;
}

.item7 .item .img7 {
	width: 179px;
	height: 216px;
	position: absolute;
	bottom: -6px;
	left: 604px;
	object-fit: cover;
}

.item7 .item .img8 {
	width: 179px;
	height: 216px;
	position: absolute;
	bottom: -6px;
	left: 789px;
	object-fit: cover;
}

.item7 .item .img9 {
	width: 227px;
	height: 216px;
	position: absolute;
	bottom: -6px;
	right: 0;
	object-fit: cover;
}

.wjhg {
	text-align: center;
	width: 1200px;
	margin: auto;
	position: relative;
}

.wjhg-box {
	position: relative;
	width: 800px;
	height: 377px;
	margin: auto;
}

#wjhg-swiper.swiper-container {
	width: 100%;
	height: 100%;
}

#wjhg-swiper .swiper-slide {
	text-align: center;
	font-size: 18px;

	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: 300ms;
	transform: scale(0.8);
	transition: all 0.3s ease-in-out;
}

#wjhg-swiper .swiper-slide-active,
.swiper-slide-duplicate-active {
	transform: scale(1);
}



.swiperModel1 .img {
	position: relative;
	display: block;
	width: 80%;
	height: 100%;
	background: url(../../static/images/WeiXinTuPian_20191201170654.jpg) no-repeat center;
	background-size: cover;
}

.swiperModel1 .img::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.3);
}

.swiperModel1 .swiper-slide-active .img::before {
	display: none;
}

.swiperModel1 .swiper-slide-active a {
	display: block;
}

.swiperModel1 a {
	display: none;
	position: absolute;
	left: 0;
	cursor: pointer;
	right: 0;
	margin: auto;
	bottom: 0;
	font-size: 24px;
	font-family: Microsoft YaHei;
	line-height: 1.8;
	padding: 8px 0;
	color: #fff;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 0, 0 bottom, from(rgba(10, 157, 189, 0)), to(#5137dc));
}

.arrowLeft {
	position: absolute;
	top: 65%;
	left: 10px;
	/* transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	cursor: pointer;
}


.arrowRight {
	position: absolute;
	top: 65%;
	right: 10px;
/* 	transform: translateY(-50%);
	-webkit-transform: translateY(-50%); */
	cursor: pointer;
}


/* //轮播图 */


/* 合作伙伴 */
.hzhb{
	text-align: center;
	width: 1200px;
	margin: auto;
}
.hzhb .line-row{
	font-weight: bold;
	font-size: 24px;
	color: #217169;
	line-height: 32px;
	text-align: left;
	width: 80%;
	margin: auto;
	margin-bottom: 60px;
}
.hzhb .line-row img{
	vertical-align: bottom;
	margin-right:27px;
}


footer{
	width: 100%;
	height: 168px;
	background: #217169;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer .right{
	margin-left: 36px;
}
footer .right .line{
	margin-bottom: 14px;
}
footer .right .line:last-child{
	margin-bottom: 0;
}
/* fix-shadow */
.fix-shadow {
	position: fixed;
	width: 100%;
	height: 100%;
	background: #fff;
	top: 0px;
	left: 0;
	right: 0;
	z-index: 9999;
	display: none;
}

.fix-shadow ul {
	margin: 40px 0;
	padding: 0;
}

.fix-shadow ul li {
	height: 60px;
	line-height: 60px;
	text-align: center;
	font-size: 16px;
	border-bottom: 1px solid #efefef;
}

.fix-shadow ul li:last-child {
	border-bottom: 0;
}

.fix-shadow ul li a {
	color: #666;
}

.fix-shadow .closed {
	position: absolute;
	right: 30px;
	top: 30px;
}