/*
 *	Created by Edward on 24/01/05
 *	Copyright (c) 2024 ishutime.com All rights reserved
*/

@font-face {
	font-family: 'iconfont';
	src: url('iconfont.woff2?t=1663740079843') format('woff2'),
		url('iconfont.woff?t=1663740079843') format('woff'),
		url('iconfont.ttf?t=1663740079843') format('truetype');
}

@font-face {
	font-family: SourceHanSans;
	/*src: url(../fonts/SourceHanSansCN-Regular.TTF);*/
	/* src:url("https://oss.ishutime.cn/SourceHanSerifCN-Medium.otf"); */
}

@font-face {
	font-family: din;
	src: url(../fonts/din-bold-webfont.woff2);	
}
@font-face {
	font-family: din2;
	src: url(../fonts/DIN-Condensed-Bold.ttf);	
}

html,
body {
	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
	color: #404040;
}

input,
textarea {
	font-family: 'SourceHanSans', "思源黑体", "Microsoft YaHei", '微软雅黑', "Arial";
}

.iconfont {
	font-family: "iconfont" !important;
	font-style: normal;
	-webkit-font-smoothing: antialiased;
	-webkit-text-stroke-width: 0.2px;
	-moz-osx-font-smoothing: grayscale;
}



.video{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.video video{
	width: 100%;
	height: 100%;
	object-fit: cover;
	position: absolute;
	left: 50%;
	-webkit-transform: translateX(-50%);
}

.bannerSwiper{
	width: 100%;
	height: 100vh;
	position: relative;
}

.bannerSwiper .pic{
	position: absolute;
	width: 100%;
	height: 100%;
	overflow: hidden;
	-webkit-transition: all 1s;
}
.bannerSwiper .swiper-slide{
	overflow: hidden;
}

.bannerBar{
	width: 80%;
	position: absolute;
	left: 10%;
	bottom: 0%;
	z-index: 5;
	display: flex;
	border: 1px solid rgba(255, 255, 255, 0.1);
	border-bottom: none;
}
.bannerBar .item{
	width: calc(100% / 3);
	height: auto;
	padding: 35px 25px;
	display: flex;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
	color: #fff;
	cursor: pointer;
	align-items: center;
	position: relative;
	-webkit-transition: all .5s;
}

.bannerBar .item:hover,.bannerBar .item.active{
	background: rgba(255, 255, 255, .1);
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .05);
}


.bannerBar .item::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #0067ae;
}

.bannerBar .item.active::after{
	-webkit-transition: all 5s linear;
	width: 100%;
}

.bannerBar .item:nth-child(3){
	border-right: none;
}
.bannerBar .item .info{
	width: calc(100% - 60px);
	display: block;
	line-height: 1.6;
}
.bannerBar .item .info p{
	font-family: BrownBlod;
	opacity: .7;
	font-size: 14px;
}
.bannerBar .item .info b{
	font-weight: normal;
	font-size: 20px;
}
.bannerBar .item .icon{
	width: 60px;
	height: 60px;
	position: relative;
}
.bannerBar .item .icon svg{
	width: 60px;
	height: 60px;
}

.bannerBar .item .icon::after{
	width: 40px;
	height: 40px;
	position: absolute;
	left: 10px;
	top: 10px;
	background: url(../images/bannerIcon.png) no-repeat;
	background-size: cover;
	content: '';
	-webkit-transition: all .45s;
}

.bannerBar .item:hover .icon::after,.bannerBar .item.active .icon::after{
	-webkit-transform: rotate(90deg);
}

.bannerBar .item .icon .svg__circle-inner {
	stroke: #ffffff;
	fill: #fff;
	transition: all 0.3s ease;
}
.bannerBar .item:hover .icon .svg__circle,.bannerBar .item.active .icon .svg__circle {
	stroke: #ffffff;
	stroke-dasharray: 75;
	stroke-dashoffset: 0;
	-webkit-animation: progress 2s ease 1 forwards;
	animation: progress 2s ease 1 forwards;
}
.bannerBar .item:hover .icon .svg__circle-inner,.bannerBar .item.active .icon .svg__circle-inner {
	fill: #2b2d42;
	stroke: #ffffff;
}

@-webkit-keyframes progress {
	0% {
		stroke-dashoffset: 75;
		opacity: 1;
	}

	95%,100% {
		stroke-dashoffset: 0;
		opacity: 1;
	}
}

.header{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0%;
	top: 0%;
	z-index: 10;
	padding: 0px 3%;
	display: flex;
	align-items: center;
	justify-content: space-between;
	-webkit-transform: translateY(0%);

}
.header:hover,.header.active{
	background: #fff; 
}
.header:hover .logo img:nth-child(1),.header.active .logo img:nth-child(1){
	opacity: 0;
}
.header:hover .logo img:nth-child(2),.header.active .logo img:nth-child(2){
	opacity: 1;
}
.header:hover .nav ul li a,.header.active .nav ul li a{
	color: #1e1e1e;
}



.logo{
	width: 300px;
	display: flex;
	position: relative;
}

.logo img{
	width: 100%;
	height: auto;
}

.logo img:nth-child(2){
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	opacity: 0;
}

.nav{
	width: calc(100% - 450px);
}

.slogan{
	width: 100%;
	height: auto;
	position: absolute;
	top: 45%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	color: #fff;
	font-size: 3.5vw;
	letter-spacing: 0.5vw;
	text-shadow: 0px 0px 5px rgba(0, 0, 0, .1);
	font-family: alibaba;
}



.nav ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.nav ul li{
	width: 10%;
	text-align: center;
	font-size: 18px;
}

.nav ul li .firstLab{
	width: 100%;
	position: relative;
}

.nav ul li .firstLab::after{
	width: 0px;
	height: 3px;
	position: absolute;
	left: 50%;
	margin-left: 0px;
	bottom: 0px;
	content: '';
	background: #42afec;
	border-radius: 5px;
	-webkit-transition: all .5s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.nav ul li:hover .firstLab p{
	color: #42afec;
}
.nav ul li:hover .firstLab::after{
	width: 50px;
	margin-left: -25px;
}

.nav ul li .second{
	width: 100%;
	left: 0%;
	height: 51vh;
	position: absolute;
	background: rgba(255, 255, 255, 1);
	backdrop-filter: blur(5px);
	font-size: 14px;
	line-height: 25px;
	padding: 0px 10%;
	border-radius: 5px;
	overflow: hidden;
	top: 90px;
	display: flex;
	justify-content: space-between;
	box-shadow: 0px 0px 35px rgba(0, 0, 0, .05);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
}

.nav ul li.active .second{
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.nav ul li .second .left .text{
	width: 100%;
	position: relative;
	text-align: left;
	padding-bottom: 25px;
	border-bottom: 1px solid rgba(0, 0, 0, .05);
	margin-bottom: 25px;
}

.nav ul li .second .left .text .tit{
	font-size: 36px;
	line-height: 1.7;
	position: relative;
	-webkit-transition: all .8s ;
	-webkit-transform: translateY(15px);
	opacity: 0;
}

.nav ul li .second .left .text .des{
	width: 100%;
	height: auto;
	font-size: 16px;
	line-height: 1.7;
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all .9s ;
}

.nav ul li .second .left .bars{
	width: 100%;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	-webkit-transform: translateY(35px);
	opacity: 0;
	-webkit-transition: all 1s;
}

.nav ul li .second .right .img{
	-webkit-transform: translateY(15px);
	opacity: 0;
	-webkit-transition: all .8s;
}

.nav ul li .second .right .des{
	font-size: 16px;
	line-height: 1.7;
	margin-top: 25px;
	-webkit-transform: translateY(25px);
	opacity: 0;
	-webkit-transition: all .9s;
}

.nav ul li.active .second .left .text .tit,.nav ul li.active .second .left .text .des,.nav ul li.active .second .left .bars,.nav ul li.active .second .right .img,.nav ul li.active .second .right .des{
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.nav ul li .second .left{
	width: 45%;
	padding-top: 50px;
}

.nav ul li .second .left .bars a{
	width: 48%;
	display: flex;
	position: relative;
	height: auto;
	line-height: 50px;
	color: #3e3e3e;
	border-bottom: 1px solid rgba(0,0,0,.05);
	font-size: 20px;
	margin-right: 4%;
	-webkit-transition: all .95s;
	padding-left: 0px;
	margin-bottom: 10px;
}

.nav ul li .second .left .bars a::before{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 0px;
	top: 12.5px;
	background: url(../images/flower_icon.png) no-repeat;
	background-size: cover;
	content: '';
	-webkit-transition: all .65s;
	opacity: 0;
	-webkit-transform: scale(0.5) rotate(0deg);
}

.nav ul li .second .left .bars a:hover::before{
	opacity: 1;
	-webkit-transform: scale(1) rotate(45deg);
}

.nav ul li .second .left .bars a::after{
	width: 0%;
	height: 1px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #42afec;
	-webkit-transition: all .4s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.nav ul li .second .left .bars a:hover{
	color: #42afec;
	padding-left: 30px;
}
.nav ul li .second .left .bars a:hover::after{
	width: 100%;
}

.nav ul li .second .left .bars a:nth-child(even){
	margin-right: 0%;
}



.nav ul li .second .right{
	width: 50%;
	box-shadow: -40px -20px 50px rgba(0,0,0,.1);
	padding-left: 5%;
	padding-top: 70px;
	padding-bottom: 70px;
	text-align: left;
}

.nav ul li .second .right .img{
    height: 100%;
}
.nav ul li .second .right .img img{
    object-fit: cover;
    height: 100%;
}

.nav ul li a{
	display: block;
	overflow: hidden;
	position: relative;
	color: #fff;
	line-height: 90px;
}

.nav ul li a p{
	/* margin-left: -10px;
	padding-left: 10px; */
	white-space: nowrap;
}
.nav ul li a p::after{
	/* content: attr(data-text);
	padding-left: 10px;
	position: absolute; */
}

.nav ul li a:hover p{
	/* animation: loop-link 2s linear infinite; */
}


@-webkit-keyframes loop-link{
	0% {
	    transform: translateX(0);
	}
	100% {
	    transform: translateX(-100%);
	}
}


.home-pagi .swiper-pagination-bullet{
	background: #fff;
	width: 14px;
	height: 6px;
	border-radius: 5px;
	margin: 10px 0px !important;
	box-shadow: 0px 0px 10px rgba(0, 0, 0, .05);
}

.home-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active{
	width: 24px;
	opacity: 1;
}

.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
	right: 15px;
	display: flex;
	flex-wrap: wrap;
	width: 24px;
	justify-content: flex-end;
}


.mainSwiper{
	height: 100vh;
}

.mainSwiper>.swiper-wrapper>.swiper-slide{
	-webkit-transition: all 1.5s cubic-bezier(0.215, 0.610, 0.355, 1);
	overflow: hidden;
}

.notice_focus{
    width: 70%;
    position: absolute;
    padding: 25px;
    left: 15%;
    bottom: 25px;
    display: flex;
    background: #42afec;
    box-shadow: 0px 0px 20px rgba(0,0,0,.1);
    z-index: 5;
    border-radius: 5px;
    justify-content: space-between;
	color: #fff;
	align-items: center;
}

.notice_focus.active{
    display: none;
}

.notice_focus img{
    width: 25px;
    height: 25px;
}

.notice_focus .name{
	width: 80px;
	font-size: 18px;
	line-height: 25px;
}
.notice_prev,.notice_next{
	cursor: pointer;
	opacity: 0.5;
}

.notice_prev:hover,.notice_next:hover{
	opacity: 1;
}

.noticeList{
    width: calc(100% - 220px);
    overflow: hidden;
    height: 25px;
    position: relative;
	margin-right: 45px;
}

.noticeList ul li a span{
	margin-left: 0px;
	font-size: 14px;
}

.noticeList ul li{
    width: 100%;
    height: 25px;
    position: relative;
    text-align: left;
    line-height: 25px;
}
.noticeList ul{
	margin-left: 0px;
}
.noticeList ul li a{
    display: flex;
    position: relative;
    color: #ffffff;
	justify-content: space-between;
}

.noticeList ul li a:hover{
    text-decoration: underline;
}

.notice_close{
    width: 25px;
    height: 25px;
    position: relative;
    line-height: 25px;
    text-align: center;
    cursor: pointer;
    -webkit-transform: rotate(0deg);
    color: #3e3e3e;
    -webkit-transition:all .5s;
}

.notice_close:hover{
    -webkit-transform: rotate(90deg);
}



.swiper-slide-active .bg{
	/* -webkit-clip-path: polygon(100% 0,0 0,0% 100%,100% 100%); */
}
.swiper-slide-active .bg span{
	-webkit-transform: scale(1);
}


.commonMore.blue{
	background: #0067ae;
	color: #fff;
}
.commonMore:hover{
	
}

.commonMore.blue:hover p{
	color: #0067ae;
}

.commonMore:hover p{
	color: #fff;
}

.commonMore .icon{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 18%;
	top: 50%;
	-webkit-transform: translateY(-50%);
	background: url(../images/icon.png) no-repeat;
	background-size: cover;
	background-position: -25px 0px;
	-webkit-transition: all .4s;
	border-radius: 50%;
	overflow: hidden;
}

.commonMore:hover .icon{
	left: 16%;
}

.commonMore:hover p{
	left: 42%;
}

.commonMore.blue::before{
	background: #ffffff;
}

.commonMore::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #0067ae;
	border-radius: 50px;
	-webkit-transition: all .45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	
	-webkit-transform: scale(0);
	opacity: 0;
}

.commonMore:hover::before{
	-webkit-transform: scale(1.05);
	opacity: 1;
}

.commonMore p{
	position: absolute;
	left: 40%;
	width: auto;
	line-height: 25px;
	top: 50%;
	-webkit-transition: all .4s;
	-webkit-transform: translateY(-50%);
}

.commonMore:hover .icon{
	background-position: 0px 0px;
}
.commonMore.blue:hover .icon{
	background-position: -25px 0px;
}
.commonMore.blue .icon{
	background-position: 0px 0px;
}

.commonMore.blue:hover .icon{
	background-position: -25px 0px;
}

.commonMore:hover{
	/* background: #fff; */
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
}

.slide2 .left{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	overflow: hidden;
}

.slide2 .left .img{
	width: 100%;
	height: 100%;
}

.slide2 .left .img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.slide2 .right{
	width: 50%;
	height: 100%;
	position: absolute;
	left: 50%;
	top: 0%;
	overflow: hidden;
	background: url(../images/right_bg.jpg) center center no-repeat;
	background-size: cover;
}

.slide2 .right_top{
	width: 100%;
	height: calc(100% - 200px);
	position: absolute;
	left: 0px;
	top: 0px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.slide2 .right_top .box{
	width: 80%;
	height: auto;
	position: relative;
}

.slide2 .right_bottom{
	width: 100%;
	height: 200px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	display: flex;
}

.slide2 .right_bottom a{
	width: calc(100% / 3);
	position: relative;
	height: 100%;
	background: #42afec;
	overflow: hidden;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #fff;
	border-right:1px solid rgba(255,255,255,.1);
}

.slide2 .right_bottom a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: #92c128;
	content: '';
	-webkit-transition: all .6s cubic-bezier(0.215, 0.610, 0.355, 1);
	-webkit-clip-path:circle(0%)
}

.slide2 .right_bottom a:hover::before{
	-webkit-clip-path:circle(80%)
}

.slide2 .right_bottom a::after{
	width: 304px;
	height: 350px;
	background: url(../images/tree_icon.png)no-repeat;
	background-size: cover;
	position: absolute;
	right: -100px;
	top: 100px;
	content: '';
	opacity: 0;
}

.slide2 .right_bottom a:hover::after{
	-webkit-transition: all 2s;
	top: 50px;
	opacity: 1;
}

.slide2 .right_bottom a .icon{
	width: 60px;
	height: 60px;
	position: relative;
	background: #fff;
	border-radius: 50%;
	line-height: 60px;
	text-align: center;
	color: #42afec;
	font-size: 28px;
	margin: 0px auto;
	margin-bottom: 5px;
	-webkit-transition: all .6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.slide2 .right_bottom a:hover .icon{
	-webkit-transform: scale(1.1);
	color: #92c128;
}

.slide2 .right_bottom a .txt{
	position: relative;
	-webkit-transition: all .5s;
	top: 0px;
}

.slide2 .right_bottom a:hover .txt{
	top: 5px;
}

.bg3{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
}

.bg3::after{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	background: linear-gradient(-180deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, .75));
	content: '';
	top: auto;
}

.bg3 .img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	background: center center no-repeat;
	background-size: cover;
	opacity: 0;
	-webkit-transition: all 2s;
	filter: brightness(5);
}
.bg3 .img.active{
	opacity: 1;
	filter: brightness(1);
}

.honor_line {
	width: 4000px;
	height: 64px;
	position: absolute;
	left: 0%;
	bottom: calc(0vw + 4vw);
	display: flex;
	pointer-events: none;
}

.honor_line img {
	width: 50%;
}

.honor_line.hl1 {
	-webkit-animation: moves 5s linear infinite;
}

.honor_line.hl2 {
	-webkit-animation: moves 5s linear infinite 2s;
	opacity: 0.5;
}

@-webkit-keyframes moves {
	0% {
		left: 0px;
	}

	100% {
		left: -2000px;
	}
}

.wave_icon{
	width: 100%;
	height: 130px;
	position: absolute;
	left: 0%;
	bottom: 5%;
	padding: 0px 15%;
	-webkit-transition: all 1s ease 0.8s;
	-webkit-transform: translateY(40px);
	opacity: 0;
}
.swiper-slide-active.slide3 .wave_icon{
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.wave_icon ul{
	display: flex;
	width: 100%;
	justify-content: space-between;
	align-items: flex-end;
}

.wave_icon ul li{
	width: 100px;
	height: auto;
	position: relative;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	cursor: pointer;
	align-content: center;
	top: 50px;
	-webkit-animation: loopAnimate 5s linear infinite;
}

.wave_icon ul li .dot{
	width: 12px;
	height: 12px;
	background: #fff;
	border-radius: 50%;
	margin: 0px auto;
	margin-bottom: 10px;
	position: relative;
}

.wave_icon ul li .dot::after{
	width: 24px;
	height: 24px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	border-radius: 50%;
	content: '';
	border: 1px solid rgba(255,255,255,.1);
}

.wave_icon ul li .dot::before{
	width: 12px;
	height: 12px;
	background: #fff;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	border-radius: 50%;
}

.wave_icon ul li.active .dot::before{
	-webkit-animation: dotAnimate 1s linear infinite;
}

@-webkit-keyframes dotAnimate{
	0%{
		-webkit-transform: scale(1);
		opacity: 1;
	}
	100%{
		-webkit-transform: scale(3);
		opacity: 0;
	}
}

@-webkit-keyframes loopAnimate {
	0%,100% {
		-webkit-transform: translateY(0px);
	}

	50% {
		-webkit-transform: translateY(30px);
	}
}
.wave_icon ul li:nth-child(2){
	-webkit-animation-delay: 2.5s;
}

.wave_icon ul li:nth-child(3){
	-webkit-animation-delay: 1.5s;
}

.wave_icon ul li .img{
	width: 20px;
	height: 20px;
	background: #fff;
	border-radius: 50%;
	overflow: hidden;
	margin-bottom: 10px;
	-webkit-transition: all 1s;
	border: 2px solid #fff;
	background: center center no-repeat;
	background-size: cover;
}

.wave_icon ul li .img img{
	opacity: 0;
	-webkit-transition: all 1s;
}

.wave_icon ul li.active .img{
	width: 100px;
	height: 100px;
	border: 2px solid #42afec;
}

.wave_icon ul li.active .img img{
	opacity: 1;
}

.wave_icon ul li .txt{
	width: 100%;
	text-align: center;
	color: #fff;
	font-size: 1vw;
}

.hs_twarp{
	width: 100%;
	height: auto;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1vw;
}

.hs_twarp .commonMore{
	margin-top: 0px;
}

.newsFocus .newsRight a .name .title{
	font-size: 16px;
    line-height: 1.6;
    font-weight: bold;
    min-height: 25px;
}

.newsFocus .newsRight a:hover .pic,
.newsFocus .newsFirst a:hover .pic {
	-webkit-transform: scale(1.05);
}

.newsFocus .newsFirst a:hover .title{
	color: #42afec;
}

.newsFocus .newsFirst a:hover .thum .inner img{
	-webkit-transform: scale(1.05);
}

.newsFocus {
	width: 100%;
	display: flex;
	justify-content: space-between;
	position: relative;
}

.newsFocus .newsFirst {
	width: calc(100%/2 - 8px);
	background: #fff;
	position: relative;
	overflow: hidden;
	opacity: 0;
	-webkit-transform: translateY(25px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.swiper-slide-active .newsFocus .newsFirst{
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.newsFocus .newsRight {
	width: calc(100%/2 - 8px);
    position: relative;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.newsFocus .newsRight a {
	display: block;
	position: relative;
	width: calc(50% - 8px);
	margin-bottom: 8px;
	opacity: 0;
	-webkit-transform: translateY(25px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.newsFocus .newsRight a:nth-child(2){
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .7s;
}

.newsFocus .newsRight a:nth-child(3){
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .8s;
}

.newsFocus .newsRight a:nth-child(4){
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .9s;
}

.swiper-slide-active .newsFocus .newsRight a{
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.newsFocus .newsRight a:nth-child(n+3){
    margin-bottom: 0px;
}

.newsFocus .newsRight a .thum,.newsFocus .newsRight a .pic{
	height: auto;
}

.newsFocus .newsRight a .thum .inner{
	padding-top: 50%;
	position: relative;
}

.newsFocus .newsRight a .thum .inner img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	object-fit: cover;
	-webkit-transition: all 1s;
}

.newsFocus .newsRight a:hover .thum .inner img{
	-webkit-transform: scale(1.1);
}


.newsFocus .newsRight a .name {
	width: 100%;
    height: auto;
    position: relative;
    background: #fff;
    padding: 15px;
}

.newsFocus .newsRight a .name .time {
	line-height: 1.6;
	opacity: .7;
	font-size: 12px;
	margin-top: 3px;
}

.newsFocus .newsFirst a {
	display: block;
	position: relative;
	height: 100%;
}

.newsFocus .newsFirst a .thum .inner{
    padding-top: 50%;
	position: relative;
}

.newsFocus .newsFirst a .name::after,.newsFocus .newsRight a .name::after{
	width: 0%;
	height: 2px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #42afec;
	-webkit-transition: all 1s;
}

.newsFocus .newsRight a:hover .name .title{
	color: #42afec;
}

.newsFocus .newsFirst a:hover .name::after,.newsFocus .newsRight a:hover .name::after{
	width: 100%;
}

.newsFocus .newsFirst a .thum .inner img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	object-fit: cover;
	-webkit-transition: all 1s;
}
.newsFocus .newsFirst a .pic{
    height: auto;
}

.newsFocus .newsFirst a .name {
	width: 100%;
    position: relative;
    height: auto;
    text-align: left;
    font-size: 16px;
    line-height: 2;
    background: #fff;
    padding: 20px;
}

.newsFocus .newsFirst a .name .time {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 1.6;
	opacity: .7;
}

.newsFocus .newsFirst a .name .title {
	font-size: 20px;
	font-weight: bold;
	height: auto;
	line-height: 25px;
	margin-bottom: 10px;
}

.newsFocus .newsFirst a .name .des{
	margin-bottom: 10px;
}


.social {
	display: flex;
	justify-content: space-between;
	align-items: center;
	cursor: pointer;
}

.social .icon {
	color: #42afec;
	position: relative;
}

.social .icon .i{
	width: 40px;
	height: 40px;
	line-height: 40px;
	position: relative;
	border-radius: 50%;
	font-size: 24px;
	text-align: center;
	background: #fff;
	margin: 0px auto;
}

.social .icon:last-child{
    font-size: 20px;
}

.social .icon.sp .i::after{
	width: 25px;
	height: 25px;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/video_icon.png?v=2024) no-repeat;
	background-size: cover;
	content: '';
}

.social .icon .img{
    width: 160px;
    height: auto;
    position: absolute;
    background: #fff;
    padding: 10px;
    left: 50%;
    margin-left: -80px;
    top: -180px;
    display: none;
    border-radius: 5px;
}

.social .icon .img:after{
    width: 0px;
    height: 0px;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 8px solid #fff;
    position: absolute;
    left: 50%;
    margin-left: -8px;
    bottom: -7px;
    content: '';
}

.cursor-box{
	width: 90px;
	height: auto;
	position: absolute;
	left: 0px;
	top: 100px;
	z-index: 5;
	opacity: 0;
	
}

.cursor-box.active{
	opacity: 1;
	
}

.cursor-box .img{
	width: 80%;
	height: auto;
	margin: 0px auto;
	position: relative;
}

.cursor-box .img img:nth-child(2){
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	-webkit-animation: curAnimate 2s linear infinite;
}

@-webkit-keyframes curAnimate{
	0%{
		-webkit-transform: rotate(0deg);
	}
	100%{
		-webkit-transform: rotate(360deg);
	}
}

.cursor-box .txt{
	text-align: center;
	font-size: 12px;
	color: #fff;
	margin-top: 10px;
}

.mainSwiper .swiper-pagination-bullet{
	border: none;
	-webkit-transition: all .25s;
	opacity: 0.5;
}

.social .icon:hover .img{
    display: block;
}

.social p {
    line-height: 20px;
    margin-top: 5px;
    font-size: 12px;
	text-align: center;
	color: rgba(255,255,255,.7);
}

.xc_name{
	width: 100%;
	height: auto;
	position: relative;
	margin-bottom: 2.2vw;
	z-index: 5;
	-webkit-transition: all 1s;
	opacity: 0;
	-webkit-transform: translateY(25px);
}

.mainSwiper .xc_name{
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.mainSwiper .xc_name b{
	font-size: 4vw;
}

.slide3 .xc_name,.swiper-slide-active.slide3 .xc_name,.slide3 .wfMore,.slide3.swiper-slide-active .wfMore{
	opacity: 0;
	-webkit-transform: translateY(25px);
	-webkit-transition:none;
}
.slide3 .singePage{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-webkit-transition:none;
}
.slide2 .singePage{
	opacity: 0;
	-webkit-transform: translateY(50px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
	
}

.mainSwiper .wfMore{
	opacity: 0;
	-webkit-transform: translateY(75px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .7s;
}

.swiper-slide-active .xc_name,.swiper-slide-active.slide2 .singePage,.swiper-slide-active .wfMore{
	opacity: 1;
	-webkit-transform: translateY(0px);
	
}

.xc_name p{
	font-size: 2.5vw;
	color: #42afec;
	font-weight: bold;
}

.xc_name.w p{
	color: #fff;
}

.xc_name.w b{
	-webkit-text-stroke: 1px #fff;
}

.xc_name b{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	font-size: 5vw;
	line-height: 1;
	-webkit-text-stroke: 1px #42afec;
	-webkit-text-fill-color: transparent;
	opacity: 0.2;
	color: transparent;
	text-transform: uppercase;
	font-family: Geometr;
}

.wfMore{
	width: 135px;
	height: 50px;
	position: relative;
	display: block;
	border-radius: 60px;
	line-height: 48px;
	font-size: 16px;
	-webkit-transition: all .5s;
	overflow: hidden;
	border: 1px solid #42afec;
	color: #42afec;
}

.hs_twarp .xc_name{
	width: calc(100% - 145px);
}

.wfMore::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	width: 100%;
	height: 100%;
	background-color: #42afec;
	border-radius: 25px;
	transform: scaleX(0);
	transform-origin: right;
	-webkit-transition: transform 0.45s cubic-bezier(0.215, 0.610, 0.355, 1);
}
.wfMore:hover::before {
    transform: scaleX(1);
    transform-origin: left;
}
.wfMore .icon{
	width: 16px;
	height: auto;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	right: 15px;
	z-index: 3;
}
.wfMore .icon img{
	-webkit-transition: all .35s cubic-bezier(0.785, 0.135, 0.15, 0.86);
	position: relative;
	left: -5px;
	opacity: 0;
}
.wfMore .icon img:nth-child(2){
	position: absolute;
	left: 0px;
	top: 0px;
	opacity: 1;
	
}

.wfMore:hover .icon img{
	left: 5px;
	opacity: 0;
}
.wfMore:hover .icon img:nth-child(1){
	left: 0px;
	opacity: 1;
}
.wfMore p{
	position: absolute;
	width: auto;
	left: 25px;
	z-index: 3;
	-webkit-transition: all .5s;
}

.wfMore:hover p{
	color: #fff;
}

.mb2{
	margin-bottom: 2.5vw;
}

.slide4{
	background: url(../images/news_bg.jpg) center center no-repeat;
	background-size: cover;
}

.slide3,.slide4{
	display: flex;
	align-items: center;
}

.slide3 .w1400,.slide4 .w1400{
	display: flex;
	justify-content: space-between;
}

.slide4 .w1400{
	flex-wrap: wrap;
	top: 5%;
}

.slide3 .left{
	width: 45%;
	position: relative;
}

.slide3 .left .singePage{
	margin-bottom: 5vw;
}

.singePage.w{
	color: #fff;
}

.slide3 .right{
	width: 40%;
	position: relative;
}

.slide3 .right ul{
	width: 100%;
	display: flex;
	position: absolute;
	left: 0px;
	top: 0px;
	justify-content: space-between;
	opacity: 0;
	pointer-events: none;
}
.slide3 .right ul:nth-child(1){
	position: relative;
}

.slide3 .right ul.active{
	opacity: 1;
	pointer-events: auto;
}

.slide3 .right ul li{
	width: 48%;
	position: relative;
	opacity: 0;
	-webkit-transform: translateX(25px);	
}

.slide3 .right ul li a:hover .pic{
	-webkit-transform: scale(1.1);
}

.slide3 .right ul li:nth-child(2){
	-webkit-transform: translateX(50px);
}

.slide3 .right ul.active li{
	opacity: 1;
	-webkit-transform: translateX(0px);
	-webkit-transition: all 1s ease .5s;
}

.slide3 .right ul.active li:nth-child(2){
	-webkit-transition: all 1s ease .6s;
}


.slide3 .right ul li .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
}

.slide3 .right ul li .thum{
	border-radius: 10px;
}

.slide3 .right ul li .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	background: rgba(0, 0, 0, .5);
	padding: 20px 25px;
	color: #fff;
	backdrop-filter: blur(10px);
}

.slide3 .right ul li .name b{
	display: block;
	font-size: 18px;
	margin-bottom: 3px;
	font-weight: normal;
}

.about_box .left{
	width: 55%;
}

.about_box .left .singePage{
	font-size: 14px;
}

.about_box .right{
	width: 40%;
}
.about_box .w1400{
	align-items: center;
}
.about_video{
    width: 100%;
    height: auto;
    position: relative;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 1vw;
}

.about_video .inner{
	width: 100%;
	position: relative;
	height: 0;
	overflow: hidden;
	padding-top: 56%;
}

.about_video .inner img{
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	height: 130%;
	object-fit: cover;
	top: -11%;
}

.play_btn{
    width: 80px;
    height: auto;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    cursor: pointer;
	opacity: 1;
}

.play_btn:hover{
	opacity: 0.5;
}


.slide3 .right ul li .name span{
	display: block;
	width: 15px;
}

.slide3 .right ul li .name p{
	display: block;
	margin-bottom: 0px;
	font-size: 14px;
	line-height: 25px;
	min-height: 50px;
}

.slide3 .left ul li{
	position: absolute;
	width: 100%;
	height: auto;
	left: 0px;
	top: 0px;
	pointer-events: none;
}

.slide3 .left ul li:first-child{
	position: relative;
}

.slide3 .left ul li.active{
	pointer-events: auto;
}

.swiper-slide-active.slide3 .left ul li.active .xc_name,.swiper-slide-active.slide3 .left ul li.active .singePage,.swiper-slide-active.slide3 .left ul li.active .wfMore{
	opacity: 1;
	-webkit-transform: translateY(0px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}
.swiper-slide-active.slide3 .left ul li.active .singePage{
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.swiper-slide-active.slide3 .left ul li.active .wfMore{
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .7s;
}


.hs_twarp .xc_name{
	margin-bottom: 0px;
}

.xc_name.is-inview{
	-webkit-transform: translateY(0px);
	opacity: 1;
}

.slide5{
	background: url(../images/bg5.jpg) center center no-repeat;
	background-size: cover;
}

.slide_list{
	width: 70%;
	height: auto;
	position: absolute;
	bottom: 15%;
	left: 15%;
}

.slide_list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.slide_list ul li{
	width: 49%;
	height: auto;
	position: relative;
	background: rgba(66, 175, 236, .95);
	padding: 25px;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: space-between;
	opacity: 0;
	-webkit-transform: translateY(25px);
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .5s;
}

.slide_list ul li:nth-child(2){
	-webkit-transition: all 1s cubic-bezier(0.215, 0.610, 0.355, 1) .6s;
}

.swiper-slide-active .slide_list ul li{
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.slide_list ul li .left{
	width: 90px;
	text-align: center;
}

.backToTop{
	width: 45px;
	height: 45px;
	position: absolute;
	right: 1%;
	bottom: 50px;
	background: #fff;
	border-radius: 50%;
	color: #42afec;
	text-align: center;
	line-height: 45px;
}

.backToTop:hover{
	opacity: 0.9;
}

.backToTop::after{
	width: 60px;
	height: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	border: 1px dashed rgba(255,255,255,.5);
	border-radius: 50%;
	content: '';
	-webkit-transform: translate(-50%, -50%);
	-webkit-animation: loopAnimates 5s linear infinite;
}

@-webkit-keyframes loopAnimates{
	0%{
		-webkit-transform: translate(-50%, -50%) rotate(0deg);
	}
	100%{
		-webkit-transform: translate(-50%, -50%) rotate(360deg);
	}
}

.slide_list ul li .left .img{
	width: 90px;
	border-radius: 50%;
	overflow: hidden;
	margin: 0px auto;
	background: rgba(255,255,255,.5);
	backdrop-filter: blur(10px);
	padding: 5px;
}
.slide_list ul li .left .img img{
	border-radius: 50%;
}

.slide_list ul li .left .txt{
	margin-top: 5px;
}

.slide_list ul li:nth-child(2){
	background: rgba(146, 193, 40, .95);
}

.slide_list ul li .right{
	width: calc(100% - 115px);
	border-left: 1px solid rgba(255, 255, 255, .2);
	padding-left: 25px;
}

.slide_list ul li .right .des{
	font-size: 14px;
}

.slide_list ul li .right .name{
	font-size: 18px;
	margin-bottom: 10px;
}

.slide_list ul li .right .des{
	line-height: 25px;
	position: relative;
	margin-bottom: 15px;
	min-height: 75px;
}

.wfMore.w{
	border: 1px solid #ffffff;
	color: #ffffff;
}
.wfMore.w .icon img:nth-child(1) {
    opacity: 1;
	left: 0px;
}
.wfMore.w::before{
	background: #fff;
}
.wfMore.w .icon img:nth-child(2) {
    opacity: 0;
	left: -5px;
}
.wfMore.w:hover p {
    color: #42afec;
}

.wfMore.w:hover .icon img:nth-child(1) {
    opacity: 0;
}
.wfMore.w:hover .icon img:nth-child(2) {
    opacity: 1;
	left: 0px;
}
.mainSwiper>.swiper-wrapper>.swiper-slide.slide6{
	height: auto !important;
	overflow: initial;
}

.xc_name.pos{
	position: absolute;
	top: 20%;
}

.xc_name.c{
	text-align: center;
}

.footer{
	height: auto;
	background: url(../images/footer_bg.jpg) center center no-repeat;
	background-size: cover;
	color: #fff;
	padding: 3vw 0px 0px;
}

.footer .left{
	width: calc(100% - 300px);
	display: flex;
	justify-content: space-between;
	position: relative;
}

.address::after{
	width: 1px;
	height: 100%;
	position: absolute;
	left: -20px;
	top: 0px;
	content: '';
	background: rgba(255,255,255,.3);
	display: none;
}

.logof{
	width: 90px;
}

.address{
	width: 100%;
	display: flex;
	position: relative;
}

.address ul{
	width: 100%;
	display: flex;
	align-items: flex-end;
}

.address ul li{
	font-size: 14px;
	width: auto;
	display: flex;
	align-items: flex-end;
	position: relative;
	margin-right: 25px;
}

.address ul li:last-child{
	margin-right: 0px;
}

.address ul li .icon{
	width: 50px;
	height: 50px;
	background: rgba(255,255,255,.1);
	border-radius: 50%;
	text-align: center;
	line-height: 50px;
	position: relative;
	font-size: 20px;
	margin-top: 10px;
}

.address ul li .info{
	width: calc(100% - 60px);
	margin-left: 10px;
	line-height: 1.6;
	color: rgba(255,255,255,.7);
}

.address ul li .info b{
	display: block;
	margin-bottom: 5px;
}
.footer .right{
	position: relative;
	z-index: 5;
	width: 240px;
	
}

.footerTop{
	width: 100%;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	border-bottom: 1px solid rgba(255,255,255,.3);
	padding-bottom: 15px;
	margin-bottom: 15px;
	align-items: flex-end;
}

.f_nav{
	width: 100%;
	margin-bottom: 5px;
	padding-bottom: 55px;
	border-bottom: 1px solid rgba(255,255,255,.3);
}

.f_nav ul{
	display: flex;
	justify-content: space-between;
}

.f_nav ul li{
	width: auto;
	position: relative;
}

.f_nav ul li a{
	display: block;
	position: relative;
	text-align: center;
	font-size: 14px;
	line-height: 35px;
	color: rgba(255,255,255,.7);
}

.f_nav ul li a::after{
	width: 0%;
	height: 1px;
	position: absolute;
	right: 0px;
	bottom: 5px;
	content: '';
	background: rgba(255,255,255,.3);
	-webkit-transition: all .25s;
}

.f_nav ul li a:hover::after{
	width: 100%;
	left: 0%;
}

.f_nav ul li a:hover{
	color: #fff;
}

.f_nav ul li a:first-child{
	color: #fff;
}

.copyright{
	width: 100%;
	height: auto;
	position: relative;
	font-size: 14px;
	display: flex;
	justify-content: space-between;
	line-height: 25px;
	padding: 10px 0px;
	color: rgba(255,255,255,.7);
}

.copyright a{
	color: rgba(255,255,255,.7);
}
.copyright a:hover{
	color: rgba(255,255,255,1);
}

.num_list {
	width: 100%;
	height: auto;
}

.num_list ul {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.num_list ul li {
	width: auto;
}

.num_list ul li:nth-child(2) {
	-webkit-transition-delay: 1.1s;
}

.num_list ul li:nth-child(3) {
	-webkit-transition-delay: 1.2s;
}

.num_list ul li {
	opacity: 1;
	-webkit-transform: translateY(0px);
}

.num_list ul li .num {
	font-size: 20px;
	font-family: din;
	line-height: 1;
	margin-top: 5px;
	display: flex;
	color: #42afec;
}

.num_list ul li .num span {
	font-size: 3.5vw;
	line-height: 0.9;
}

.num_list ul li .num b{
	position: relative;
	font-weight: normal;
	font-size: 14px;
	margin-left: 0px;
	margin-top: 5px;
	font-family: none;
}

.num_list ul li .txt {
	width: 100%;
	height: auto;
	font-size: 14px;
	line-height: 2;
}

.boxes.about_box,.boxes.ret_box{
	background: url(../images/about_bg.png) center center no-repeat;
	background-size: cover;
}

.idea_box{
	padding: 0px;
	height: 100vh;
}

.idea_box_img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
}

.idea_box_img img{
	width: 100%;
	height: 120%;
	object-fit: cover;
	position: relative;
	top: -10%;
}

.idea_list{
	width: 90%;
	height: auto;
	position: absolute;
	left: 5%;
	top: 60%;
	-webkit-transform: translateY(-50%);
}

.idea_list ul{
	width: 100%;
	display: flex;
	justify-content: space-between;
}

.idea_list ul li{
	width: 31%;
	height: auto;
	position: relative;
	background: rgba(255, 255, 255, .3);
	backdrop-filter: blur(10px);
	border-radius: 10px;
	border: 1px solid rgba(255, 255, 255, .75);
	color: #fff;
	padding: 35px;
}

.idea_list ul li .icon{
	width: 70px;
	height: 70px;
	background: #42afec;
	border-radius: 50%;
	position: absolute;
	right: 35px;
	top: 35px;
	line-height: 70px;
	text-align: center;
	font-size: 32px;
}

.idea_list ul li:nth-child(2) .icon{
	background: #92c128;
}

.idea_list ul li:nth-child(3) .icon{
	background: #d25a26;
}

.idea_list ul li .name{
	width: 100%;
	margin-bottom: 10vw;
	font-family: din;
	text-transform: uppercase;
	font-size: 1.5vw;
}

.idea_list ul li .info{
	position: relative;
}

.idea_list ul li .info b{
	display: block;
	font-size: 20px;
	margin-bottom: 5px;
}

.idea_list ul li .info p{
	font-size: 16px;
	line-height: 1.7;
}

.hjSwiper {
	width: 100%;
	padding-top: 50px;
	padding-bottom: 50px;
}

.honor_menu{
	width: 100%;
	margin-bottom: 3vw;
	display: flex;
	justify-content: center;
}

.honor_menu a{
	width: auto;
	height: auto;
	line-height: 45px;
	padding: 0px 35px;
	border: 1px solid #42afec;
	color: #42afec;
	border-radius: 50px;
	margin: 0px 5px;
	font-size: 16px;
	position: relative;
	z-index: 2;
	cursor: pointer;
}

.honor_menu a::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	content: '';
	background: #42afec;
	border-radius: 50px;
	-webkit-transition: all .45s cubic-bezier(0.175, 0.885, 0.32, 1.275);
	z-index: -1;
	-webkit-transform: scale(0.5);
	opacity: 0;
}
.honor_menu a:hover,.honor_menu a.active{
	color: #fff;
}
.honor_menu a:hover::before,.honor_menu a.active::before{
	-webkit-transform: scale(1);
	opacity: 1;
}

.team_list{
	width: 100%;
	position: relative;
}

.team_list ul{
	width: 100%;
	display: flex;
	position: relative;
	flex-wrap: wrap;
}

.team_list ul li{
	width: 23.5%;
	height: auto;
	position: relative;
	background: #fff;
	padding: 15px;
	border-radius: 5px;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, .1);
	margin-right: 2%;
	margin-bottom: 1.8vw;
}

.team_list ul li:nth-child(4n){
	margin-right: 0%;
}

.team_list ul li .thum{
	border-radius: 5px;
	margin-bottom: 10px;
}

.team_list ul li .thum .inner{
	width: 100%;
	padding-top: 95%;
	position: relative;
}

.team_list ul li .thum .inner img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0%;
	top: 0%;
	object-fit: cover;
}

.team_list ul li .name{
	font-size: 20px;
	margin-bottom: 5px;
}

.team_list ul li .mark{
	background: #42afec;
	color: #fff;
	padding:5px 10px;
	font-size: 14px;
	display: inline-block;
	border-radius: 5px;
	margin-bottom: 5px;
}

.team_list ul li .des{
	width: 100%;
	line-height: 1.7;
}

.boxes.tbox{
	background: url(../images/t_bg.jpg) center center no-repeat;
	background-size: cover;
}

.mt7{
	margin-top: 7vw;
}

.jiaoshi_box{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.teacherSwiper{
	width: 45%;
	margin: 0px;
}

.teacherSwiper .swiper-slide{
	display: flex;
	flex-wrap: wrap;
	background: #f4f6f8;
	padding: 10px;
	border-radius: 10px;
}

.teacherSwiper .thum{
	width: 100%;
	display: flex;
	position: relative;
	overflow: hidden;
	border-radius: 10px;
	
}

.teacherSwiper .thum .pic{
	width: 55%;
	position: relative;

}

.teacherSwiper .thum .mask{
	width: 45%;
	height: 100%;
	position: relative;
	background: #42afec;
}

.teacherSwiper .thum .mask::after{
	width: 16vw;
	height: 8vw;
	position: absolute;
	right: 0px;
	bottom: 0px;
	background: url(../images/trees.png) no-repeat;
	background-size: cover;
	content: '';
}

.teacherSwiper .thum .mask::before{
	width: 100%;
	height: 100%;
	position: absolute;
	left: -5%;
	top: 1%;
	background: #42afec;
	content: '';
	-webkit-transform: rotate(5deg) scale(1.1);
}

.teacherSwiper .thum .mask .name{
	width: 80%;
	height: auto;
	color: #fff;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	position: absolute;
}

.teacherSwiper .info{
	width: 100%;
	height: auto;
	position: relative;
	padding: 20px 10px;
	line-height: 1.7;
}

.teacherSwiper .thum .mask .name b{
	font-size: 2vw;
}

.teacherSwiper .thum .mask .name p{
	font-size: 1vw;
}

.teacher2Swiper{
	width: 100%;
	height: 100%;
}

.jiaoshi_box .right{
	width: 52%;
	position: relative;
}

.teacher2Swiper .swiper-slide{
	background: #f4f6f8;
	padding: 10px;
	width: 48%;
	border-radius: 5px;
}

.teacher2Swiper .swiper-slide .thum{
	border-radius: 5px;
	overflow: hidden;
}

.teacher2Swiper .swiper-slide .info{
	width: 100%;
	height: auto;
	position: relative;
	padding: 10px;
}

.teacher2Swiper .swiper-slide .info .title{
	font-size: 24px;
	margin-bottom: 5px;
	color: #42afec;
}

.teacher2Swiper .swiper-slide .info .des{
	font-size: 16px;
	line-height: 1.7;
	-webkit-line-clamp: 9;
}

.tese_box{
	width: 100%;
	overflow: hidden;
}

.honor_list{
	width: 100%;
	position: relative;
}

.honor_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.honor_list ul li{
	width: 23.5%;
	position: relative;
	background: #fff;
	padding: 50px 15px;
	margin-right: 2%;
	margin-bottom: 1.5vw;
	box-shadow: 0px 0px 30px rgba(0,0,0,.1);
	border-radius: 5px;
}

.honor_list ul li:nth-child(4n){
	margin-right: 0%;
}

.honor_list ul li::before{
	width: 40px;
	height: 60px;
	background: url(../images/leaf_l.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	left: 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.honor_list ul li::after{
	width: 40px;
	height: 60px;
	background: url(../images/leaf_r.png) no-repeat;
	background-size: contain;
	content: '';
	position: absolute;
	right: 7%;
	top: 50%;
	-webkit-transform: translateY(-50%);
}

.honor_list ul li .name{
	width: 70%;
	margin-left: 15%;
	position: relative;
	text-align: center;
}

.honor_list ul li .name .b{
	font-size: 18px;
}

.honor_list ul li .name .p{
	font-size: 14px;
	margin-top: 3px;
	opacity: .7;
}

.honor_list ul li:nth-child(2n){
	-webkit-transition-delay: 0.2s;
}

.honor_list ul li:nth-child(3n){
	-webkit-transition-delay: 0.3s;
}

.tese_box .left{
	width: 45%;
}

.tese_box .right{
	width: 50%;
}

.tese_box .right ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.tese_box .right ul li{
	width: 50%;
	height: 25vh;
	position: relative;
	color: #fff;
}

.tese_box .right ul li a{
	display: block;
	width: 100%;
	position: relative;
	height: 100%;
	color: #fff;
}

.tese_box .right ul li a .icon{
	width: 50px;
	height: 50px;
	position: absolute;
	top: 50%;
	-webkit-transform: translateY(-50%);
	text-align: center;
	line-height: 50px;
	font-size: 28px;
	color: #fff;
	right: 5%;
	border-radius: 50%;
	opacity: 0.3;
}

.tese_box .right ul li:nth-child(1),.tese_box .right ul li:nth-child(4),.tese_box .right ul li:nth-child(5){
	background: rgba(255, 255, 255, .1);
	backdrop-filter: blur(10px);
}

.tese_box .right ul li .info{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	bottom: 0px;
	opacity: 0;
	line-height: 1.7;
	-webkit-transition: all .6s;
}

.tese_box .right ul li .name{
	width: 80%;
	height: auto;
	position: absolute;
	left: 10%;
	top: 50%;
	-webkit-transition: all .6s;
	-webkit-transform: translateY(-50%);
}

.tese_box .right ul li .name b{
	font-size: 20px;
}

.tese_box .w1400{
	align-items: center;
}


.tese_box .right ul li:hover{
	background: #42afec;
}
.tese_box .right ul li:hover .info{
	opacity: 1;
	bottom: 35px;
}

.button-next,.button-prev{
	width: 55px;
	height: 55px;
	position: absolute;
	top: 30%;
	background: #42afec;
	border-radius: 50%;
	z-index: 10;
	cursor: pointer;
}

.button-next::after,.button-prev::after{
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	background: url(../images/more_icon.png) no-repeat;
	background-size: cover;
	-webkit-transform: translate(-50%, -50%);
	content: '';
}
.button-prev::after{
	-webkit-transform: translate(-50%, -50%) rotate(180deg);
}
.button-prev{
	left: -20px;
}
.button-next{
	right: -20px;
}

.ts_list{
	width: 100%;
	position: relative;
}

.ts_list ul{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

.ts_list ul li{
	width: 49%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 1.5vw;
	border-radius: 10px;
	padding: 10px;
	background: rgba(255, 255, 255, .1);
}

.ts_list ul li .box{
	position: relative;
	display: flex;
	flex-wrap: wrap;
	overflow: hidden;
	background: #fff;
	height: 100%;
	border-radius: 10px;
}

.ts_list ul li .thum{
	width: 50%;
}

.ts_list ul li .info{
	width: 50%;
	padding: 35px 20px;
}

.ts_list ul li:nth-child(even){
	margin-right: 0%;
}

.ts_list ul li .info .name{
	font-size: 24px;
	color: #42afec;
	margin-bottom: 10px;
}
.ts_list ul li .info .des{
	font-size: 14px;
	line-height: 1.7;
}

.ts_list ul li .thum .pic{
	height: 100%;
}

.gj_ck{
	width: 100%;
	position: relative;
	display: flex;
}

.kcSwiper{
	width: calc(100% - 100px);
}

.kcSwiper .swiper-slide{
	border-radius: 10px;
	background: rgba(255, 255, 255, .2);
	padding: 10px;
	width: 20%;
}

.kcSwiper .swiper-slide .thum{
	border-radius: 10px 10px 0px 0px;
}

.kcSwiper .swiper-slide .name{
	position: relative;
	background: #fff;
	padding: 15px;
	text-align: center;
	border-radius: 0px 0px 10px 10px;
	font-size: 18px;
}


.tese_box .singePage{
	margin-bottom: 2vw;
}

.re_l{
	width: 60%;
}

.re_list ul li{
	position: relative;
	margin-bottom: 2vw;
}

.re_list ul li a{
	position: relative;
	background: #ffffff;
	border-radius: 10px;
	padding: 35px 25px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.re_list ul li a .info{
	width: calc(100% - 70px);
}

.re_list ul li a .icon{
	width: 50px;
	height: 50px;
	position: relative;
	background: #42afec;
	border-radius: 50%;
}

.re_list ul li a .icon::after{
	width: 20px;
	height: 30px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	background: url(../images/more_icon.png) no-repeat;
	background-size: cover;
	content: '';
}

.re_list ul li a .info .name{
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 1.7;
}

.re_list ul li a .info .time{
	font-size: 14px;
	opacity: 0.5;
}

.re_r{
	width: 35%;
}

.re_form{
	width: 100%;
	position: relative;
	background: #fff;
	padding: 45px 35px 55px;
	border-radius: 10px;
}

.label_row{
	width: 100%;
	height: auto;
	position: relative;
	display: flex;
	align-items: center;
	padding: 15px 0px;
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.label_row label{
	width: 50px;
	height: auto;
	line-height: 30px;
}

.label_row input{
	width: calc(100% - 50px);
	border: none;
	background: transparent;
	font-size: 16px;
	line-height: 30px;
	outline: none;
}

.label_row input::placeholder{
	color: rgba(0, 0, 0, .2);
}

.form_btn{
	width: 160px;
	height: 50px;
	position: relative;
	background: #42afec;
	color: #fff;
	line-height: 50px;
	text-align: center;
	cursor: pointer;
	margin-top: 35px;
	border-radius: 40px;
}



.newsSwiper a{
	display: flex;
	position: relative;
	justify-content: space-between;
	background: rgba(255, 255, 255, .75);
	padding: 10px;
	border-radius: 10px;
}

.newsSwiper a .thum{
	width: 40%;
	border-radius: 10px;
}

.newsSwiper a:hover .pic{
	-webkit-transform: scale(1.05);
}

.newsSwiper a:hover .name{
	color: #42afec;
}

.newsSwiper a .info{
	width: 60%;
	background: #fff;
	padding: 0px 50px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}

.newsSwiper a .info .box{
	position: relative;
	top: -5%;
}

.party_list{
	width: 100%;
}

.party_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.party_list ul li{
	position: relative;
	
	width: 100%;
}

.party_list ul li a{
	display: flex;
	justify-content: space-between;
	position: relative;
	padding: 35px 0px;
	-webkit-transition: all .5s;
	
	border-bottom: 1px solid rgba(0, 0, 0, .1);
}

.party_list ul li a:hover{
	background: #f2dbd0;
	padding: 35px;
	border-radius: 10px;
}

.party_list ul li a:hover .time{
	color: #e40012;
}

.party_list ul li a .time{
	font-family: din2;
	color: rgba(0,0,0,.5);
	line-height: 1;
	width: 7vw;
}
.party_list ul li a .time b{
	font-size: 3vw;
}
.party_list ul li a .time p{
	font-size: 1.2vw;
}

.party_list ul li a .info{
	width: calc(100% - 7vw);
}

.party_list ul li a .info .name{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.party_list ul li a .info .des{
	font-size: 14px;
	line-height: 1.7;
	opacity: 0.7;
}


.newsSwiper a .info .time{
	font-family: din2;
	color: #42afec;
	line-height: 1;
	margin-bottom: 1vw;
}

.newsSwiper a .info .time b{
	font-size: 3vw;
}

.newsSwiper a .info .time p{
	font-size: 1.2vw;
}

.newsSwiper a .info .name{
	font-size: 1.6vw;
	margin-bottom: 0.5vw;
	line-height: 1.7;
}

.newsSwiper a .info .des{
	width: 100%;
	line-height: 1.7;
	opacity: 0.7;
}

.newsSwiper .swiper-pagination{
	width: 60%;
	text-align: left;
	left: calc(40% + 50px);
	bottom: 25px;
}

.swiper-pagination-bullet{
	background: transparent;
	border: 1px solid #42afec;
	opacity: 1;
	width: 10px;
	height: 10px;
}

.swiper-pagination-bullet-active{
	background: #42afec;
}

.party .news_list ul li:hover .name {
    color: #e40012;
}
.party .news_list ul li a::after{
	background: #e40012;
}
.boxes.new{
	background: url(../images/bg7.jpg) center center no-repeat;
	background-size: cover;
	padding: 6vw 0px;
}

.newsSwiper{
	margin-bottom: 3vw;
}

.news_list{
	width: 100%;
	position: relative;
}

.news_list ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

.news_list ul li{
	width: 32%;
	position: relative;
	margin-right: 2%;
	margin-bottom: 1.5vw;
	
	-webkit-transition-delay: 0.2s;
}

.news_list ul li:nth-child(even){
	-webkit-transition-delay: 0.3s;
}

.news_list ul li:nth-child(3n){
	-webkit-transition-delay: 0.4s;
}

.news_list ul li .thum{
	border-radius: 10px;
}

.news_list ul li .thum .inner{
	width: 100%;
	height: 0;
	padding-bottom: 60%;
	position: relative;
}

.news_list ul li .thum .inner img{
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	object-fit: cover;
	-webkit-transition: all 1s;
}

.news_list ul li:hover .thum .inner img{
	-webkit-transform: scale(1.05);
}

.news_list ul li:hover .name{
	color: #42afec;
}

.news_list ul li .info{
	width: 100%;
	padding: 20px 10px;
	position: relative;
}
.news_list ul li a{
	display: block;
	position: relative;
	background: rgba(255,255,255,.7);
	padding: 10px;
	border-radius: 10px;
	overflow: hidden;
	height: 100%;
	cursor: pointer;
}
.news_list ul li a::after{
	width: 0%;
	height: 3px;
	position: absolute;
	left: 0px;
	bottom: 0px;
	content: '';
	background: #42afec;
	-webkit-transition: all 1s;
}

.news_list ul li:hover a::after{
	width: 100%;
}

.news_list ul li:nth-child(3n){
	margin-right: 0%;
}

.news_list ul li .info .name{
	font-size: 18px;
	line-height: 1.7;
	margin-bottom: 10px;
}

.news_list ul li .info .des{
	font-size: 14px;
	line-height: 1.7;
	opacity: 0.7;
	margin-bottom: 15px;
}

.news_list ul li .info .time{
	font-size: 12px;
	opacity: 0.5;
}

.party #page li.xl-active{
	background: #e40012;
}

.party #page li:hover {
    background-color: #e40012;
}

.party .news_list ul li .info .name{
	margin-bottom: 0px;
}

.capusSwiper{
	padding-bottom: 50px;
}

.capusSwiper .thum{
	border-radius: 10px;
}

.capusSwiper .inner{
	width: 100%;
	position: relative;
	padding-top: 75%;
}

.mb7{
	margin-bottom: 7vw;
}

.hjSwiper .swiper-slide{
	width: 30%;
}

.capusSwiper .inner img{
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0%;
	left: 0%;
	object-fit: cover;
}

.capusSwiper .swiper-slide{
	position: relative;
	width: 48%;
}

.capusSwiper .swiper-slide .name{
	width: 100%;
	height: auto;
	position: absolute;
	left: 0px;
	bottom: 0px;
	padding: 25px;
	text-align: center;
	color: #fff;
	font-size: 16px;
}

.news_list ul li .thum .icon{
	width: 80px;
	height: auto;
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.campus_box{
	width: 100%;
	position: relative;
}


.mySwiper{
	position: absolute;
	width: 80%;
	left: 10%;
	bottom: 5%;
	z-index: 5;
}

.mySwiper .swiper-slide{
	cursor: pointer;
	overflow: hidden;
}


.mySwiper .swiper-slide .pic{
	border-radius: 10px;
	overflow: hidden;
	position: relative;
}

.mySwiper .swiper-slide .pic::after{
	width: calc(100% - 10px);
	height: calc(100% - 10px);
	border: 5px solid transparent;
	content: '';
	position: absolute;
	left: 0%;
	top: 0%;
	-webkit-transition: all 0.4s;
}


.mySwiper .swiper-slide.swiper-slide-thumb-active .pic::after,.mySwiper .swiper-slide:hover .pic::after{
	border: 5px solid #00944f;
}

.mySwiper .swiper-slide .name{
	text-align: center;
	color: #fff;
	line-height: 25px;
	margin-top: 10px;
	font-size: 16px;
}

.mySwiper2 .swiper-slide::after{
	width: 100%;
	height: 50%;
	position: absolute;
	left: 0%;
	bottom: 0%;
	content: '';
	background: linear-gradient(0deg, rgba(0,0,0,.3), rgba(0,0,0,0));
	z-index: 1;
}

.mySwiper2 {
    height: 100vh;
    position: relative;
}

.mySwiper2 .pic {
    height: 100%;
}
.sub_banner{
	-webkit-animation: opacityAnimate 1s linear 1 forwards;
}
@-webkit-keyframes opacityAnimate{
	0%{
		opacity: 0;
	}
	100%{
		opacity: 1;
	}
}

.sub_banner img{
	-webkit-animation: scaleAnimate 6s linear 1 forwards;
}

@-webkit-keyframes scaleAnimate{
	0%{
		-webkit-transform: scale(1.2);
	}
	100%{
		-webkit-transform: scale(1);
	}
}

.ts_list.jx ul li .thum{
	width: 35%;
	position: relative;
	border-radius: 5px;
}
.ts_list.jx ul li .box{
	align-items: center;
	background: transparent;
}
.ts_list.jx ul li .info {
   width: calc(65% - 20px);
   padding: 0px;
   margin-left: 20px;
}
.ts_list.jx ul li .info .name {
    font-size: 18px;
	margin-top: 5px;
	color: #404040;
	margin-bottom: 5px;
}

.ts_list.jx ul li{
	background: rgba(255, 255, 255, .71);
}

.news_list.hight ul li{
	width: 23.5%;
	position: relative;
}

.news_list.hight ul li:nth-child(3n){
	margin-right: 2%;
}

.singePage.mb0 p{
	margin-bottom: 0px;
}

.news_list.hight ul li:nth-child(4n){
	margin-right: 0%;
}

.news_list.hight ul li .info .name{
	font-size: 16px;
	margin-bottom: 0px;
}

.detail_box .singePage img{
	width: auto;
	height: auto;
}

.menu_bar {
	width: 90px;
	height: 90px;
	position: fixed;
	right: 0px;
	top: 0px;
	cursor: pointer;
	z-index: 200;
	display: none;
}

.menu_bar.active {
	z-index: 150;
}

.menu_bar.active span {
	background: #184791;
}

.menu_bar .bar {
	width: 30px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
}

.menu_bar::before {
	width: 100%;
	height: 100%;
	position: absolute;
	right: 0%;
	background-color: #fff;
	content: '';
	-webkit-transition: all .5s;
	border-radius: 50%;
	-webkit-transform: scale(0);
}



.menu_bar span {
	width: 100%;
	height: 2px;
	position: absolute;
	background: #fff;
	display: block;
	-webkit-transition: all .35s;
	-webkit-transform: rotate(0deg);
	top: 0px;
}


.menu_bar span:nth-child(2) {
	top: 9px;
	width: 20px;
}

.menu_bar:hover span:nth-child(2){
    width: 30px;
}

.menu_bar:hover span:nth-child(3){
    width: 30px;
}

.menu_bar.active:hover span:nth-child(2){
    width: 0px;
}

.menu_bar.active:hover span:nth-child(3){
    width: 25px;
}

.menu_bar.active span:nth-child(2){
	width: 0px;
}

.menu_bar.active span:nth-child(1){
	top: 9px;
	-webkit-transform: rotate(45deg);
	width: 25px;
}

.menu_bar.active span:nth-child(3){
	top: 9px;
	-webkit-transform: rotate(-45deg);
}

.menu_bar span:nth-child(3) {
	top: 18px;
	width: 25px;
}

.menu_bar.active:hover span:nth-child(2){
    width: 0px;
}

.menu_bar.active:hover span:nth-child(3){
    width: 25px;
}

.menu_bar.active span:nth-child(2){
	width: 0px;
}

.menu_bar.active span:nth-child(1){
	top: 9px;
	-webkit-transform: rotate(45deg);
	width: 25px;
}

.menu_bar.active span:nth-child(3){
	top: 9px;
	-webkit-transform: rotate(-45deg);
}

@media screen and (max-width: 1500px) {
	.nav {
	    width: calc(100% - 350px);
	}
	.logo{
		width: 250px;
	}
	.nav ul li .second .left .text .tit{
		font-size: 30px;
	}
	.nav ul li .second .left .text .des,.nav ul li .second .right .des{
		font-size: 14px;
	}
	.nav ul li .second .left .bars a{
		font-size: 16px;
	}
	.nav ul li .second .right .des{
		margin-top: 15px;
	}
	.nav ul li .second .left .text{
		margin-bottom: 15px;
		padding-bottom: 15px;
	}
	.nav ul li .second .left .bars a{
		line-height: 40px;
		margin-bottom: 5px;
	}
	.nav ul li .second .left .bars a::before{
		top: 7.5px;
	}
	.nav ul li .second .right{
	    padding-top: 50px;
	    padding-bottom: 50px;
	}
}
@media screen and (max-width: 1366px) {
    .nav ul li .second .right{
	    padding-top: 40px;
	    padding-bottom: 40px;
	}
	.nav {
	    width: calc(100% - 250px);
	}
	.nav ul li .firstLab{
		font-size: 16px;
	}
	.logo{
		width: 200px;
	}
}

@media screen and (max-width: 1200px) {
	.menu_bar {
	    display: block;
	    width: 60px;
	    height: 60px;
	}
	.nav {
	    display: block;
	    position: fixed;
	    left: 0;
	    top: 60px;
	    margin-left: 0;
	    background: rgba(0, 0, 0, .7);
	    width: 100%;
	    height: calc(100vh - 60px);
	    opacity: 0;
	    visibility: hidden;
	    -webkit-transition: all .6s cubic-bezier(.23, 1, .32, 1);
	    pointer-events: none;
		overflow: hidden;
	}
	.header{
		height: 60px;
	}
	.header.active .menu_bar span{
		background: #42afec;
	}
	.home-pagi .swiper-pagination-bullet{
		margin: 5px 0px !important;
	}
	.home-pagi .swiper-pagination-bullet.swiper-pagination-bullet-active {
	    width: 14px;
	}
	.notice_focus{
		width: 90%;
		left: 5%;
		padding: 15px;
	}
	.notice_focus .name{
		display: none;
	}
	.noticeList{
		width: calc(100% - 30px);
		margin-right: 0px;
	}
	.noticeList ul li{
		font-size: 12px;
	}
	.noticeList ul li a span,.notice_prev, .notice_next{
		display: none;
	}
	.slide2 .left{
		display: none;
	}
	.slide2 .right{
		width: 100%;
		height: 100%;
		left: 0%;
	}
	.slide2 .right_bottom{
		height: 100px;
	}
	.slide2 .right_bottom a .icon{
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 24px;
	}
	.slide2 .right_bottom a .txt{
		font-size: 14px;
	}
	.slide2 .right_top{
		height: calc(100% - 100px);
	}
	.slide2 .right_top .box{
		top: 60px;
		width: 90%;
	}
	.mainSwiper .xc_name b {
	    font-size: 10vw;
	}
	.xc_name p{
		font-size: 7vw;
	}
	.slide3 .right{
		display: none;
	}
	.slide3 .left{
		width: 100%;
	}
	.wave_icon{
		padding: 0px 5%;
	}
	.wave_icon ul li .txt{
		font-size: 4vw;
	}
	.cursor-box{
		opacity: 1;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
	}
	.cursor-box .img{
		width: 70%;
	}
	.inner-player video{
		width: 100%;
		border: none;
	}
	.nav{
		height: 0px;
	}
	.nav.active{
		opacity: 1;
		visibility: visible;
		pointer-events: auto;
		height: calc(100vh - 60px);
	}
	.nav ul {
	    background: #fff;
	    flex-wrap: wrap;
	    padding: 20px 5%;
	}
	.nav ul li {
	    width: 100%;
	    display: flex;
	    border-bottom: 1px solid rgba(0, 0, 0, .05);
	    padding: 5px 0px;
	}
	.nav ul li .firstLab {
	    font-weight: bold;
		width: 80px;
	}
	.nav ul li .second {
	    width: calc(100% - 80px);
	    position: relative;
	    height: auto;
	    top: 0px;
	    padding: 0px;
	    opacity: 1;
	    visibility: visible;
	    display: flex;
	    flex-wrap: wrap;
		box-shadow: none;
		pointer-events: auto;
	}
	.nav ul li a{
		line-height: 40px;
		text-align: left;
	}
	.nav ul li .second .right{
		display: none;
	}
	.nav ul li .second .left{
		width: 100%;
		padding-top: 0%;
	}
	.nav ul li .second .left .text{
		display: none;
	}
	.nav ul li .second .left .bars{
		-webkit-transform: translateY(0px);
		opacity: 1;
	}
	.nav ul li .second .left .bars a{
		font-size: 14px;
		border-bottom: none;
		width: auto;
		margin-bottom: 0px;
		margin-right: 10px;
	}
	.nav ul li:last-child{
		border-bottom: none;
	}
	.newsFocus .newsFirst,.newsFocus .newsRight{
		width: 100%;
	}
	.newsFocus{
		flex-wrap: wrap;
	}
	.newsFocus .newsFirst{
		display: none;
	}
	.newsFocus .newsRight a .name{
		padding: 10px;
	}
	.newsFocus .newsRight a .name .title{
		font-size: 14px;
	}
	.slide_list{
		width: 90%;
		left: 5%;
	}
	.slide_list ul{
		flex-wrap: wrap;
	}
	.slide_list ul li{
		width: 49%;
		flex-wrap: wrap;
	}
	.slide_list ul li .right .name,.slide_list ul li .right .des{
		display: none;
	}
	.slide_list ul li .left,.slide_list ul li .right{
		width: 100%;
	}
	.slide_list ul li .right{
		border-left:none;
		padding-left:0px;
		margin-top: 5vw;
	}
	.wfMore{
		width: 105px;
		height: 45px;
		font-size: 14px;
		line-height: 43px;
	}
	.wfMore .icon{
		width: 12px;
		right: 10px;
	}
	.wfMore p{
		left: 20px;
	}
	.slide_list ul li .left .txt{
		font-size: 4vw;
	}
	.swiper-pagination-vertical.swiper-pagination-bullets, .swiper-vertical>.swiper-pagination-bullets{
		width: 6px;
		right: 3%;
	}
	.honor_line {
	    width: 2000px;
	    height: 32px;
	}
	.slide_list ul li .right .wfMore{
		margin: 0px auto;
	}
	.footer .left,.footer .right{
		width: 100%;
	}
	.f_nav{
		display: none;
	}
	.address ul{
		flex-wrap: wrap;
	}
	.address ul li{
		width: 100%;
		margin-right: 0%;
		align-items: flex-start;
		margin-bottom: 5vw;
	}
	.address ul li .icon{
		margin-top: 0px;
		width: 40px;
		height: 40px;
		line-height: 40px;
		font-size: 16px;
	}
	.address ul li .info{
		width: calc(100% - 45px);
		margin-left: 5px;
	}
	.address ul li .info b{
		margin-bottom: 0px;
	}
	.footer{
		padding-top: 10vw;
	}
	.social{
		justify-content: flex-start;
	}
	.social .icon{
		width: 80px;
	}
	.copyright{
		flex-wrap: wrap;
		font-size: 12px;
	}
	.footerTop{
		margin-bottom: 0px;
	}
	.singePage{
		font-size: 14px;
	}
	.about_box .left,.about_box .right{
		width: 100%;
	}
	html.has-scroll-smooth, html{
		position: relative;
		overflow: auto;
	}
	.num_list ul li{
		width: 50%;
		border-bottom: 1px solid #42afec;
		position: relative;
		padding: 5vw 0px;
	}
	.num_list ul li:nth-child(1)::after,.num_list ul li:nth-child(3)::after{
		width: 1px;
		height: 100%;
		position: absolute;
		right: 0%;
		top: 0%;
		content: '';
		background: #42afec;
	}
	.num_list ul li:nth-child(n+3){
		border-bottom: none;
	}
	.xc_name b{
		font-size: 9vw;
	}
	.boxes{
		padding: 10vw 0px;
	}
	.num_list ul li .num span{
		font-size: 10vw;
	}
	.idea_box{
		height: auto;
		overflow: hidden;
	}
	.idea_box .xc_name.pos{
		position: relative;
		top: 0%;
	}
	.idea_list{
		width: 90%;
		position: relative;
		left: 5%;
		top: 0%;
		-webkit-transform: translateY(0%);
	}
	.idea_list ul{
		flex-wrap: wrap;
	}
	.idea_list ul li{
		width: 100%;
		padding: 5vw;
		margin-bottom: 5vw;
	}
	.xc_name{
		margin-bottom: 5vw;
	}
	.idea_list ul li .icon{
		width: 50px;
		height: 50px;
		line-height: 50px;
		font-size: 24px;
	}
	.idea_list ul li .name{
		font-size: 4.5vw;
	}
	.idea_list ul li .info b{
		font-size: 4vw;
	}
	.idea_list ul li .info p{
		font-size: 14px;
	}
	.team_list ul li{
		width: 48%;
		margin-right: 4%;
		padding: 0px;
		margin-bottom: 3vw;
	}
	.team_list ul li .thum{
		margin-bottom: 0px;
	}
	.team_list ul li .info{
		padding: 15px 10px;
	}
	.team_list ul li:nth-child(4n){
		margin-right: 4%;
	}
	.team_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.team_list ul li .mark{
		font-size: 12px;
	}
	.team_list ul li .des{
		font-size: 14px;
	}
	.team_list ul li .name,.teacher2Swiper .swiper-slide .info .title,.tese_box .right ul li .name b{
		font-size: 4vw;
	}
	.about_video .inner img{
		height: 100%;
		top: 0%;
	}
	.teacherSwiper,.jiaoshi_box .right{
		width: 100%;
	}
	.teacher2Swiper .swiper-slide .info .des{
		font-size: 14px;
	}
	.button-next, .button-prev{
		display: none;
	}
	.tese_box .left,.tese_box .right{
		width: 100%;
	}
	.tese_box .left .singePage p{
		margin-bottom: 0px;
	}
	.tese_box .right ul li .name p{
		font-size: 12px;
	}
	.tese_box .right ul li a .icon{
		display: none;
	}
	.tese_box .left{
		margin-bottom: 5vw;
	}
	.tese_box .right ul li{
		height: 20vh;
	}
	.honor_list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3vw;
		padding: 7vw 5%;
	}
	.honor_list ul li:nth-child(4n){
		margin-right: 4%;
	}
	.honor_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.honor_list ul li::before,.honor_list ul li::after{
		width: 20px;
		height: 30px;
	}
	.honor_list ul li .name{
		width: 100%;
		margin-left: 0%;
	}
	.honor_list ul li .name .b{
		font-size: 4vw;
	}
	.honor_list ul li::before{
		left: 3%;
	}
	.honor_list ul li::after{
		right: 3%;
	}
	.teacher2Swiper .swiper-slide .info{
		padding: 10px 0px;
	}
	.ts_list ul li{
		padding: 0px;
	}
	.ts_list ul li .thum,.ts_list ul li .info{
		width: 100%;
	}
	.ts_list ul li .info{
		padding: 3vw 15px;
	}
	.ts_list ul li .info .name{
		font-size: 4vw;
		margin-bottom: 5px;
	}
	.ts_list ul li .box{
		height: auto;
		border-radius: 0px;
	}
	.ts_list ul li{
		background: #fff;
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3vw;
		border-radius: 10px;
		overflow: hidden;
	}
	.ts_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.kcSwiper{
		width: 100%;
	}
	.kcSwiper .swiper-slide{
		padding: 0px;
	}
	.kcSwiper .swiper-slide .name{
		font-size: 4vw;
		padding: 10px;
	}
	.news_list.hight ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3vw;
	}
	.news_list.hight ul li:nth-child(4n){
		margin-right: 4%;
	}
	.news_list.hight ul li:nth-child(2n){
		margin-right: 0%;
	}
	.news_list ul li .info{
		padding: 10px 0px;
	}
	.news_list.hight ul li .info .name{
		font-size: 14px;
	}
	.honor_menu a{
		padding: 0px 25px;
	}
	.newsSwiper a .thum,.newsSwiper a .info{
		width: 100%;
	}
	.newsSwiper a{
		flex-wrap: wrap;
		padding: 0px;
	}
	.newsSwiper a .info{
		padding: 15px;
	}
	.newsSwiper a .info .des,.newsSwiper a .info .time p,.news_list ul li .info .des{
		display: none;
	}
	.newsSwiper a .info .time b{
		font-size: 5vw;
	}
	.newsSwiper a .info .name,.news_list ul li .info .name{
		font-size: 4vw;
	}
	.newsSwiper a .info .time{
		margin-bottom: 0px;
	}
	.news_list ul li{
		width: 48%;
		margin-right: 4%;
		margin-bottom: 3vw;
	}
	.news_list ul li:nth-child(3n){
		margin-right: 4%;
	}
	.news_list ul li:nth-child(2n){
		margin-right: 0%;
	}
	.news_list ul li .info .name{
		margin-bottom: 5px;
	}
	#page li{
		width: 40px;
		height: 40px;
		line-height: 40px;
	}
	.detail_top{
		padding: 20vw 5vw 10vw;
	}
	.detail_top .info{
		font-size: 12px;
	}
	.detail_top .title{
		font-size: 7vw;
	}
	.detail_top .w100{
		width: 100%;
	}
	.detail_box{
		width: 100%;
		padding: 5vw;
	}
	.ndc_npnews .post_next p, .ndc_npnews .post_prev p{
		font-size: 12px;
		margin-bottom: 5px;
	}
	.ndc_npnews .post_next, .ndc_npnews .post_prev{
		font-size: 14px;
		line-height: 1.4;
	}
	.ndc_back p{
		font-size: 12px;
		line-height: 1;
	}
	.ndc_back span{
		margin-bottom: 0px;
	}
	.capusSwiper{
		padding-bottom: 35px;
	}
	.swiper-pagination-bullet{
		width: 8px;
		height: 8px;
	}
	.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet, .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet{
		margin: 0px 2px;
	}
	.ts_list.jx ul li .box{
		flex-wrap: wrap;
	}
	.ts_list.jx ul li .thum,.ts_list.jx ul li .info{
		width: 100%;
	}
	.ts_list.jx ul li .info{
		margin-left: 0px;
		padding: 15px;
	}
	.ts_list.jx ul li .info .name{
		font-size: 4vw;
		margin-bottom: 0px;
	}
	.ts_list ul li .info .des{
		opacity: 0.7;
	}
	.re_l,.re_r{
		width: 100%;
	}
	.re_list ul li a{
		padding: 5vw 5%;
	}
	.re_list ul li a .icon{
		width: 40px;
		height: 40px;
		display: none;
	}
	.re_list ul li a .icon::after{
		width: 14px;
		height: 21px;
	}
	.re_list ul li a .info .name{
		font-size: 4vw;
		margin-bottom: 5px;
	}
	.re_list ul li a .info .time{
		font-size: 12px;
	}
	.re_list ul li a .info{
		width: 100%;
	}
	.re_list{
		margin-bottom: 15vw;
	}
	.re_form{
		padding: 10vw 5%;
	}
	.label_row{
		padding: 10px 0px;
		font-size: 14px;
		border-bottom: 1px solid rgba(0, 0, 0, .05);
	}
	.label_row label{
		width: 40px;
	}
	.label_row input{
		width: calc(100% - 40px);
	}
	.form_btn{
		margin-top: 5vw;
		width: 125px;
		height: 45px;
		line-height: 45px;
	}
	.hs_twarp{
		margin-bottom: 5vw;
	}
	.newsFocus .newsRight a .name .title{
		text-overflow: initial;
		overflow: hidden;
		white-space: normal;
		height: 50px;
		line-height: 25px;
	}
	.newsFocus .newsRight a{
		margin-bottom: 3vw;
	}
	.sub_banner{
		width: 200vw;
		margin-left: -50vw;
	}
	.num_list ul li .num{
		margin-top: 0px;
	}
	.play_btn{
		width: 60px;
	}
	.about_video{
		margin-bottom: 5vw;
	}
	.num_list ul li .txt{
		display: flex;
		justify-content: center;
	}
	.num_list ul li .num{
		justify-content: center;
	}
	.teacherSwiper .thum .mask .name b{
		font-size: 6vw;
	}
	.teacherSwiper .thum .mask .name p{
		font-size: 4vw;
	}
	.teacherSwiper .info{
		font-size: 14px;
	}
	.party_list ul li a .time{
		display: none;
	}
	.party_list ul li a .info{
		width: 100%;
	}
	.party_list ul li a{
		padding: 5vw 0px;
	}
	.party_list ul li a .info .name{
		font-size: 4vw;
	}
	.party .news_list ul li{
		width: 100%;
		margin-right: 0%;
	}
	#container{
		overflow: hidden;
	}
	.backToTop{
		display: none;
	}
	.nav ul li .second .left .bars a:hover {
	    padding-left: 0px;
	}
	.nav ul li .second .left .bars a::before{
		display: none;
	}
	.nav ul li .second .left .bars a:nth-child(even){
		margin-right: 10px;
	}
	.hjSwiper{
		padding-top: 0px;
		padding-bottom: 35px;
	}
	.team_list ul li .des{
		line-height: 25px;
		height: 150px;
		overflow-y: auto;
	}
	.teacher2Swiper .swiper-slide .info .des{
		line-height: 25px;
		height: 150px;
		overflow-y: auto;
		-webkit-line-clamp: initial;
	}
	.form_btn{
		font-size: 14px;
	}
}