@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow-y: visible;
	 scroll-behavior: smooth;
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
	line-height: inherit
}
header, footer {
	display: block;
}

li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #363839;
	border: none;
}
img{   
	max-width: 100%;
    vertical-align: middle;
    border: none;
	font-size: 0;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],input[type="tel"],button,textarea{
	-webkit-appearance:none;
}
body {
	background: #F5F8FB;
	color: #363839;
	font-size: clamp(14px,0.85vw,18px);
	font-family: "Microsoft YaHei", "PingFang SC", -apple-system, BlinkMacSystemFont, "Segoe UI", Helvetica, Arial, sans-serif;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 1.5;
	-khtml-user-select: none;
    user-select: none;
}
header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
	transition: all 0.2s ease-out;
}
.sline{
	width: 1px;
	height: 20px;
	background: #1B8846;
	margin: 0 12px;
}
.none{
	display: none
}
.opacity{
	opacity: 0
}
.flex-box{
	display: flex;
	align-items: center;
}
.flex-between{
	display: flex;
	align-items: center;
	justify-content: space-between
}
.flex-stretch{
	display: flex;
	align-items: stretch;
	justify-content: space-between
}
.justify-center{
	display: flex;
	align-items: center;
	justify-content: center
}
.container{
	margin-left: auto;
    margin-right: auto;
    max-width: 1680px;
    width: 90%;
}
.poster{
	position: relative;
	width: 100%;
	height: 100%;
}
.poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.nav-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1001;
}
.brand-header{
	line-height: 0;
}
.mob-navbtn{
	display: none;
}
.nav-box{
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: flex-end;
}
#navMenu{
	flex: 1;
}
.navMenu{
	justify-content: space-between;
}
.navMenu li{
	position: relative;
	padding: 0 clamp(10px,2.6vw,50px);
}
.navMenu li a{
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 30px 0;
	line-height: 28px;
	color: #121212;
	position: relative;
	font-family: "OPPOSansMedium";
	transition: all 0.2s ease-out;
	white-space: nowrap;
}
.navMenu li a:hover{
	color: #1B8846;
}
.navMenu li.active>a{
	color: #1B8846;
	font-weight: 500
}
.navMenu li.active a::after,.navMenu li a:hover::after{
	transform: scale(1,1);
}
.swiper{
	width: 100% !important;
}
.subMenu{
	position: absolute;
	top: 100%;
	left: 50%;
	display: flex;
	flex-direction: column;
	z-index: -1;
	text-align: center;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	visibility: hidden;
	opacity: 0;
	min-width: 100%;
	transition: all 0.3s ease-out;
	transform: translateX(-50%);
	box-sizing: border-box;
	margin-top: -10px;
}
.navMenu li .subMenu a{
	padding: 6px 10px;
	background: #ffffff;
	font-size: 12px;
	justify-content: center;
	white-space: nowrap;
	color: #000000
}
.navMenu li .subMenu a:hover{
	background: #0E6DB0;
	color: #ffffff
}
.navMenu li:hover .subMenu{
	opacity: 1;
	z-index: 10;
	visibility: visible;
	margin-top: 0px;
}
.subMenu a::after{
	display: none;
}
.headbg{
	height: 88px;
}
.headbg .nav-header,.hmbg .nav-header{
	background: #ffffff;
	box-shadow: 0 0 6px rgba(0,0,0,0.15)
}
.nav-other{
	display: flex;
	align-items: center;
}
.top-search{
	width: 42px;
	height: 42px;
	position: relative;
}
.ssbar{
	position: absolute;
	display: flex;
	align-items: center;
	top: 0;
	right: 0;
	height: 22px;
	width: 22px;
	line-height: 22px;
	padding: 10px 0;
	border-radius: 22px;
	box-sizing: content-box;
	transition: all 0.3s ease-out;
	overflow: hidden
}
.ssbar input{
	width: 100%;
	border: none;
	background: none;
	height: 22px;
	line-height: 22px;
	box-sizing: border-box;
	padding-left: 40px;
	outline: none
}
.ssbtn{
	white-space: nowrap;
	background: #1B8846;
	color: #ffffff;
	border-radius: 20px;
	padding: 4px 8px;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.iss{
	position: absolute;
	top: 50%;
	left: 0;
	display: block;
	background: url(../images/search.png) no-repeat center;
	background-size: 20px 20px;
	width: 20px;
	height: 20px;
	transform: translateY(-50%);
	cursor: pointer;
}
.top-search.active .ssbar{
	background: #ffffff;
	padding-right: 12px;
	width: 200px;
	box-shadow: 0px 0 8px 0px rgba(137, 187, 116, 0.4);
}
.top-search.active .iss{
	left: 14px;
}
.top-search.active .ssbtn{
	opacity: 1
}
.mob-navbar-nav{
	display: none;
}
.tools{
	position: fixed;
	bottom: 45%;
	right: 0;
	z-index: 998;
	width: 9em;
}
.tool{
	background: linear-gradient(180deg, #009740 0%, #5AB229 99%);
	box-sizing: content-box;
	border: 2px solid #FFFFFF;
	width: 4em;
	border-radius: 4em;
	position: relative;
	z-index: 10;
	margin-top: -24px;
	margin-left: auto;
	margin-right: auto;
	padding: 0.5em;
	box-shadow: 0px 8px 20px 0px rgba(137, 187, 116, 0.4);
}
.tool li{
	text-align: center;
	font-size: clamp(14px,1vw,18px);
	line-height: 1.3;
	border-bottom: 1px solid rgba(255,255,255,0.9);
	position: relative;
	display: flex;
	justify-content: center;
}
.tool li:last-child{
	border-bottom: none;
}
.tool li a{
	display: block;
	color: #fff;
	width: 2em;
	padding: 1em 0;
}
.wechat{
	position: absolute;
	top: 0;
	z-index: -100;
	right: 80%;
	width:40px;
	height: 40px;
	background: #fff;
	padding: 12px;
	border-radius: 4px;
	opacity: 0;
	transition: all 0.2s ease-out;
	margin-right: 0;
	box-shadow: 0 0 16px rgba(0,0,0,0.3)
}
.wechat::after{
	content: "";
	border-left: 8px solid #fff;
	border-top: 8px solid rgba(0,0,0,0);
	border-bottom: 8px solid rgba(0,0,0,0);
	position: absolute;
	top: 30px;
	right: -8px;
}
.wechat img{
	width: 100%;
	height: 100%;
}
.tool li:hover .wechat{
	opacity: 1;
	z-index: 0;
	transform: translateX(0);
	margin-right: 20px;
	width: 120px;
	height: 120px;
	right: 100%;
}
.fullSwiper{
	height: 100vh;
}
.fullSwiper{
	width: 100%;
}
.fullSwiper .swiper-pagination-vertical.swiper-pagination-bullets,.fullSwiper  .swiper-vertical>.swiper-pagination-bullets{
	right: auto;
	left: 20px;
}
.fullSwiper .swiper-pagination-bullet{
	width: 12px;
	height: 12px;
	margin: 12px 0 !important;
	background: rgba(0, 0, 0, 0.5);
}
.fullSwiper .swiper-pagination-bullet-active{
	background: rgba(0, 0, 0, 1);
}

/*
.fullSwiper>.swiper-wrapper>.swiper-slide:last-of-type {
    height: auto !important;
    z-index: 2;
}
*/

.bannerSwiper .swiper-pagination-bullet{
	background: rgba(27, 136, 70, 0.7);
	width: 60px;
	height: 2px;
	border-radius: 0;
	margin: 0 6px !important;
}
.bannerSwiper .swiper-pagination-bullet-active{
	background: rgba(27, 136, 70, 1);
}

.bannerSwiper .swiper-slide img{
	transform: scale(1);
	transition: all 1s ease-out;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.bannerSwiper .swiper-slide-active img{
	transform: scale(1.15);
	-webkit-animation: banScale 2.5s ease-out forwards;
    animation: banScale 2.5s ease-out forwards;
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.effectScale{
	-webkit-animation: banScale 2.5s ease-out forwards;
    animation: banScale 2.5s ease-out forwards;
}
@-webkit-keyframes banScale {
	0% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}
@keyframes banScale {
	0% {
		transform: scale(1.1)
	}
	100% {
		transform: scale(1)
	}
}
.scrollSwiper{
	height: 100%;
	overflow: auto;
	overflow-y: auto;
	width: 100%;
}
.scrollSwiper::-webkit-scrollbar {
 display: none;
}
.scrollSwiper .swiper-slide {
	height: auto;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	display: block;
	overflow: hidden;
}
.about-bg{
	background: url(../images/hbg1.jpg) no-repeat center bottom;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}
.chairman-bg{
	background: url(../images/hbg2.jpg) no-repeat center bottom;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}
.active-bg{
	background: url(../images/hbg3.jpg) no-repeat center bottom;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}
.news-bg{
	background: url(../images/hbg4.jpg) no-repeat center bottom;
	background-size: cover;
	height: 100%;
	overflow: hidden;
}
.home-group-title{
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	padding-top: 20px;
}
.home-group-title h3{
	text-transform: uppercase;
	font-size: clamp(14px,1.6vw,32px);
	color: #24A237;
}
.home-group-title h2{
	font-size: clamp(16px,1.8vw,36px);
	color: #2c2c2c;
	font-weight: bold;
	line-height: 1.1;
	margin-top: clamp(8px,0.6vw,12px);
	position: relative;
	padding: 0 clamp(12px,1vw,20px);
}
.home-group-title h2::before{
	content: '';
	background: url(../images/trim.png) no-repeat;
	background-size: contain;
	width: clamp(20px,2vw,40px);
	height: clamp(6px,0.5vw,10px);
	transform: rotate(180deg) translateY(50%);
	position: absolute;
	top: 50%;
	right: 100%;
}
.home-group-title h2::after{
	content: '';
	background: url(../images/trim.png) no-repeat;
	background-size: contain;
	width: clamp(20px,2vw,40px);
	height: clamp(6px,0.5vw,10px);
	transform: translateY(-50%);
	position: absolute;
	top: 50%;
	left: 100%;
}
.forum-about{
	width: 50%;
	color: #676F6C;
	line-height: 1.8
}
.abtit{
	font-size: clamp(20px,2vw,32px);
	color: #000000;
	margin-bottom: 20px;
}
.forum-previous{
	width: 40%
}
.pdb24{
	padding-bottom: 24px;
}
.pdt72{
	padding-top: clamp(24px,5vw,100px)
}
.pdt100{
	padding-top: clamp(60px,5vw,100px)
}
.pdt160{
	padding-top: clamp(100px,8vw,160px)
}
.mgt72{
	margin-top: clamp(24px,5vw,100px)
}
.bgw{
	background: #fff;
}
.bgw1{
	background: rgba(250,250,250,1)
}
.morebar{
	border: 1px solid #1B8846;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #1B8846;
	width: 130px;
	height: 52px;
	transition: all 0.15s ease-out;
	position: relative;
	z-index: 10;
}
.morebar::after{
	content: "";
	background: linear-gradient(90deg, #009740 0%, #5AB229 99%);
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	transition: all 0.15s ease-out;
	z-index: -1;
	width: 0;
}
.morebar .arrow{
	display: block;
	background: url(../images/arrow.png) no-repeat;
	background-size: contain;
	width: 20px;
	height: 12px;
	transition: all 0.3s ease-out;
	margin-left: 4px;
}
.morebar:hover{
	color: #fff;
	border: 1px solid rgba(0,0,0,0)
}
.morebar:hover::after{
	width: 100%;
}
.morebar:hover  .arrow{
	background: url(../images/arrow_white.png) no-repeat;
	transform: translateX(4px)
}
.abmore{
	width: 172px !important;
/*	background: linear-gradient(90deg, #009740 0%, #5AB229 99%);*/
	color: #fff;
	overflow: hidden;
	position: relative;
	border: 1px solid rgba(0,0,0,0)
}
.abmore::after{
	width: 100%;
}
.abmore .arrow{
	background: url(../images/arrow_white.png) no-repeat;
	transform: translateX(4px);
	background-size: contain;
}

.abmore::before {
  content: '';
  position: absolute;
  top: -150%;
  left: -200%;
  width: 100px;
  height: 300%;
  background: rgba(255, 255, 255, 0.5);
  transition: all 0.5s ease;
  transform: rotate(30deg);
  filter: blur(20px);
  animation: shin 1.5s infinite;
}

@keyframes shin {
  from {
    left: -200%
  }
  to {
    left: 150%
  }
}
.previous li{
	display: flex;
	align-items: stretch;
	justify-content: space-between;
	border-bottom: 1px solid #D1E4C4;
	padding: clamp(16px,1.5vw,24px) 0;
	color: #3D3D3D
}
.previous li .icon{
	width: clamp(24px,2.4vw,46px);
	height: clamp(24px,2.4vw,46px);
	flex-shrink: 0;
	margin-left: 20px;
}
.previous-name{
	display: flex;
	align-items: flex-end;
	line-height: 1.8;
	font-size: clamp(12px,0.9vw,18px);
	font-weight: bold;
	color: #000;
	margin-bottom: 6px;
}
.previous-name h3{
	font-size: clamp(24px,3vw,58px);
	line-height: 1;
	color: #029840;
	font-family: Arial Black," sans-serif";
	margin-right: 4px;
}
.chairperson-box{
	display: flex;
	align-items: stretch;
	justify-content: space-between
}
.chairperson{
	width: 48%;
}
.chairperson .chairp-item{
	background: linear-gradient(121deg, #5BB4E0 0%, #59AEE4 100%);
	box-sizing: border-box;
	position: relative;
	transition: all 0.3s linear;
	overflow: hidden;
	display: block;
}

.chairperson .photo{
	display: flex;
	justify-content: flex-end;
	align-items: flex-end;
	line-height: 0;
	padding-top: clamp(30px,2.4vw,48px);
	height: clamp(190px,20vw,400px);
	transform: translateY(16px);
	transition: all 0.3s ease-out;
}
.chairperson .photo img{
	display: block;
	height: 100%;
	object-fit: contain;
}
.chairperson .profile{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	display: flex;
	align-items: flex-start;
	justify-content: space-between;
	flex-direction: column;
	box-sizing: border-box;
	padding-top: clamp(24px,2.8vw,52px);
	padding-left: clamp(24px,2.8vw,52px);
	color: #fff;
	padding-bottom: clamp(16px,1.2vw,24px);
}
.chairperson .profile .infos{
	width: 58%;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 3;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.8;
	position: relative;
	padding-top: 12px;
}
.chairperson .profile .name{
	text-transform: uppercase;
	width: 58%;
}
.chairperson .profile .name h3{
	font-size: clamp(18px,1.3vw,24px);
}
.chairperson .profile .infos::before{
	content: '';
	width: 40px;
	height: 2px;
	background: #D8D8D8;
	position: absolute;
	top: 0;
	left: 0;
}
.chairp-item:hover{
	transform: translateY(-12px)
}
.chairperson:hover .photo{
	transform: translateY(0)
}
.activitie{
	display: block;
	border-radius: 12px;
	overflow: hidden;
	background: #fff;
	width: clamp(300px,28vw,568px);
}
.activitie .poster{
	height: clamp(220px,17.5vw,300px);
	overflow: hidden;
}
.activitie .poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s linear;
}
.activitie .trimbg{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	position: absolute;
	top: 0;
	left: -20px;
	z-index: 1;
	background: url(../images/trim_tibg.png) no-repeat right top;
	background-size: contain;
	width: 180px;
	height: 70px;
	padding-bottom: 30px;
	color: #fff;
	text-align: right;
	box-sizing: border-box;
	padding-right: clamp(20px,2vw,40px);
	opacity: 0;
	transition: all 0.15s ease-out;
	transform-origin: left top;
}
.activitie .trimbg .arrow{
	display: block;
	background: url(../images/arrow_white.png) no-repeat;
	width: 20px;
	height: 12px;
	margin-left: 6px;
}
.activitie .title{
	padding: clamp(14px,1vw,20px) clamp(16px,1.2vw,24px);
}
.activitiesSwiper .swiper-slide{
	transition: all 0.3s linear
}
.activitiesSwiper .swiper-slide:hover{
	transform: translateY(-12px)
}
.activitie:hover .trimbg{
	opacity: 1;
}
.activitie:hover .title{
	text-decoration: underline;
	color: #1B8846
}
.activitie:hover .poster img{
	transform: scale(1.05)
}
.activities-swiper-box{
	margin-left:7.29%;
	padding-left: 100px;
	position: relative;
}
.activities-swiper-box .swiper-pagination{
	position: absolute;
	left: 0;
	width: auto;
	font-size: clamp(16px,1vw,20px);
	font-family: Arial," sans-serif"
}
.activities-swiper-box .swiper-pagination-current{
	font-size: clamp(24px,2vw,40px);
	color: #1B8846;
	font-weight: bold
}
.activitiesSwiper  .swiper-slide{
	width: auto !important;
	margin-right: clamp(15px,2vw,40px);
	padding-top: 16px;
}
.activities-swiper-box .swiper-button-next{
	background: #fff;
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
	border-radius: 50%;
	right: auto;
	left: 0;
	top: clamp(120px,8.5vw,172px);
}
.activities-swiper-box .swiper-button-next:after{
	content: "";
	background: url(../images/arrow.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
}
.activities-swiper-box .swiper-button-next:hover{
	background: linear-gradient(90deg, #009740 0%, #5AB229 100%);
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
}
.activities-swiper-box .swiper-button-next:hover::after{
	background: url(../images/arrow_white.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
}
.activities-swiper-box .swiper-button-prev{
	background: #fff;
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
	border-radius: 50%;
	right: auto;
	left: 0;
	top: 40px;
}
.activities-swiper-box .swiper-button-prev:hover{
	background: linear-gradient(90deg, #009740 0%, #5AB229 100%);
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
}
.activities-swiper-box .swiper-button-prev:hover::after{
	background: url(../images/arrow_white.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
	transform: rotate(180deg);
}
.activities-swiper-box .swiper-button-prev:after{
	content: "";
	background: url(../images/arrow.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
	transform: rotate(180deg);
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
}
.activities-swiper-box .swiper-slide:nth-child(1) .activitie{
	animation-delay: 0s;
}
.activities-swiper-box .swiper-slide:nth-child(2) .activitie{
	animation-delay: 0.2s;
}
.activities-swiper-box .swiper-slide:nth-child(3) .activitie{
	animation-delay: 0.4s;
}
.activities-swiper-box .swiper-slide:nth-child(4) .activitie{
	animation-delay: 0.6s;
}
.activities-swiper-box .swiper-slide:nth-child(5) .activitie{
	animation-delay: 0.8s;
}
.activities-swiper-box .swiper-slide:nth-child(6) .activitie{
	animation-delay: 1s;
}
.footer{
	background: url(../images/fbg.jpg) no-repeat center bottom;
	background-size: cover;
	line-height: 1.5;
	color: rgba(255,255,255,1);
}
.f-l{
	font-size: clamp(16px,1.2vw,20px);
	font-weight: normal;
	width: clamp(120px,25vw,500px);
	   padding-top: clamp(12px, 0.8vw, 16px);
}
.f-l p{
	padding-top: 8px;
	opacity: 0.8;
}
.f-l h2{
	font-size: clamp(20px,1.6vw,32px);
	font-weight: normal;
	margin-top: clamp(24px,1.6vw,32px);
	margin-bottom: clamp(18px,1.2vw,24px);
}
.copyright{
	padding: clamp(12px,0.8vw,16px) 0;
	border-top: 1px solid rgba(255,255,255,0.5)
}
.f-mapnav{
	display: flex;
	align-items: flex-start;
}
.f-mapnav a{
	color: #ffffff;
	transition: all 0.15s ease-out;
}
.f-mapnav p{
	padding-top: 8px;
}
.f-mapnav p a{
	opacity: 0.8
}
.f-mapnav a:hover{
	opacity: 1;
	text-decoration: underline;
}
.f-mapnav li{
	padding-left: clamp(50px,6vw,100px);
	font-size: clamp(14px,0.9vw,16px)
}
.f-mapnav li h3{
	font-size: clamp(16px,1.2vw,20px);
	padding-top: clamp(12px,0.8vw,16px);
	font-weight: 500;
	margin-bottom: 6px;
	white-space: nowrap;
}
.news-box{
	height: 100vh;
	flex-direction: column;
	width: 100%;
	overflow: hidden;
}
.news-recommend{
	width: clamp(400px,40vw,720px);
	min-height: clamp(236px,23.5vw,470px);
	flex-shrink: 0;
	margin-right: clamp(24px,3vw,60px)
}
.news-recommend .poster{
	display: block;
	max-height: clamp(300px,30vw,470px);
	width: 100%;
	overflow: hidden;
}
.news-recommend .poster img{
	transition: all 0.5s linear;
}
.w100P{
	width: 100%
}
.r2{
    position: relative;
    z-index: 1;
	width: 100%;
}
.news-recommend .poster::after{
	content: '';
	background: linear-gradient(180deg, rgba(0, 0, 0, 0) 50%, rgba(0, 0, 0, 0.5) 100%);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1;
}
.news-recommend .poster .info{
	line-height: 1.5;
	position: absolute;
	bottom: clamp(24px,2vw,40px);
	left:  clamp(24px,2vw,40px);
	right: clamp(24px,2vw,40px);
	z-index: 10;
	color: #fff;
	transition: all 0.15s ease-out;
}
.news-recommend .poster .info .title{
	font-size: clamp(16px,1vw,20px);
	font-weight: 500;
	transition: all 0.15s ease-out;
}
.news-recommend:hover .poster img{
	transform: scale(1.03)
}
.news-recommend:hover .info{
	transform: translateY(-4px)
}
.news-recommend:hover .info .title{
	transform: translateY(2px)
}
.news-right{
	flex: 1;
	overflow: hidden;
}
.thumb-tuwen{
	display: flex;
	align-items: flex-start;
	padding: clamp(12px,1.2vw,24px);
	background: url(../images/imbg.png) no-repeat right bottom;
	background-size: clamp(120px,8vw,160px) auto;
	color: #fff;
}
.thumb-tuwen .poster{
	width: clamp(160px,15vw,270px);
	height: clamp(120px,10vw,198px);
	margin-right: clamp(18px,1.6vw,32px);
}
.thumb-tuwen .info{
	flex: 1;
	overflow: hidden;
	box-sizing: border-box;
	padding-top: clamp(8px,1vw,20px)
}
.thumb-tuwen .info .title{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.6em;
	height: 3.2em;
	margin-bottom: clamp(12px,1.6vw,32px);
	margin-top: 8px;
}
.thumb-tuwen .info .more{
	display: flex;
	align-items: center;
}
.thumb-tuwen .info .more .arrow{
	background: url(../images/arrow_white.png) no-repeat;
	width: 20px;
	height: 12px;
	margin-left: 6px;
}
.thumb-title{
	display: flex;
	align-items: center;
	overflow: hidden;
	padding: clamp(16px,1.3vw,24px) 0;
}
.thumb-title .title{
	margin-left: clamp(12px,1.2vw,24px);
	flex: 1;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	cursor: pointer;
}
.news-thumbs{
	min-height: clamp(300px,23.5vw,470px)
}
.news-thumbs li{
	border-top: 1px solid  rgba(216, 216, 216, 0.4);
	font-size: clamp(16px,0.9vw,18px);
}
.news-thumbs li:first-child{
	padding-top: 0;
}
.news-thumbs li:last-child{
	padding-bottom: 0;
	border-bottom: 1px solid  rgba(216, 216, 216, 0.4);
}
.thumb-show{
	max-height: 0;
	overflow: hidden;
/*	transition: all 0.1s linear;*/
	background: linear-gradient(90deg, #78BB5C 0%, #35AF62 100%);
}
.news-thumbs .active .thumb-show{
	max-height: 240px;
}
.news-thumbs .active .thumb-title{
	display: none;
}
.cban{
	height: clamp(200px,25vw,620px);
	overflow: hidden;
	position: relative;
}
.cbanimg{
	width: 100%;
	height: 100%;
	overflow: hidden;
}
.cbanimg img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.cban-tips{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 10;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
}
.cban-tips h3{
	font-size: clamp(36px,4vw,62px);
	text-transform: uppercase;
	font-weight: 900;
	-webkit-text-stroke:1px rgba(255,255,255,0.3);
	color: transparent;
	font-family: Arial;
	text-align: center;
	letter-spacing: 2px;
	line-height: 1.3;
	transform: translateY(30%)
}
.cban-tips h2{
	font-size: clamp(24px,2.5vw,42px);
	color: #ffffff;
	line-height: 1.3;
	text-align: center;
	transform: translateY(-30%)
}
.ctabs{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(32px,3vw,48px) 0;
}
.ctabs li{
	padding: 0 clamp(6px,0.8vw,12px);
	
}
.ctabs li a{
	display: block;
	padding: clamp(8px,0.8vw,16px) clamp(24px,2.2vw,42px);
	background: #ffffff;
	border-radius: 6px;
	box-shadow: 0px 2px 14px 0px rgba(177, 198, 209, 0.26);
	font-size: clamp(16px,1.2vw,20px);
	white-space: nowrap;
	cursor: pointer;
}
.ctabs .active a{
	background: linear-gradient(90deg, #05993F 0%, #51AF2B 100%);
	color: #fff;
}
.ctabs-show{
	display: none;
}
.cbbg{
	background: url(../images/cbbg.png) no-repeat center bottom;
	background-size: 100% auto;
}
.innerbox{
	width: 1440px;
	margin: 0 auto;
	padding-bottom: clamp(100px,9vw,160px);
	min-height: 50vh;
}
.chairman{
	background: #ffffff;
	padding-left: clamp(220px,21vw,290px);
	position: relative;
	margin-top: clamp(52px,4.2vw,82px);
	transition: all 0.3s ease-out;
}
.chairman .infos{
	padding: clamp(32px,3vw,48px);
	color: #6A6E75;
}
.chairman .infos .name{
	color: #1B8846;
	font-size: clamp(18px,1.2vw,24px);
	font-weight: bold
}
.chairman .infos .bline{
	width: clamp(30px,2vw,40px);
	height: 2px;
	background: #D8D8D8;
	margin-top: clamp(18px,1.4vw,28px);
	margin-bottom: clamp(18px,1.2vw,24px);
}
.chairman .infos .post{
	padding-bottom: clamp(8px,0.8vw,16px);
}
.chairman .infos .intro{
	text-align: justify;
	min-height: clamp(52px,4vw,80px);
}
.chairman .photo{
	width: clamp(200px,18vw,276px);
	height: 106%;
	flex-shrink: 0;
	background: linear-gradient(143deg, #5BB4E0 0%, #59AEE4 100%);
	position: absolute;
	bottom: 0;
	left: 0;
	display: flex;
	align-items: flex-end;
	justify-content: flex-end;
}
.chairman .photo::after{
	content: "";
	position: absolute;
	left: 100%;
	top: 8px;
	width: 32px;
	height: 100%;
	opacity: 1;
	background: linear-gradient(180deg, #D5F0FF 2%, rgba(255, 255, 255, 0) 100%);
	transform: skewY(25deg);
}
.chairman .photo img{
	max-height: 100%;
	max-width: 100%;
	object-fit: contain;
	transition: all 0.4s linear;
}
.chairman:hover{
	transform: translateY(-8px)
}
.uppercase{
	text-transform: uppercase
}
.about-box{
	background: #fff;
	padding: clamp(24px,4vw,72px) clamp(24px,4vw,72px) clamp(24px,4vw,72px);
	position: relative;
}
.about-box .icon{
	background: url(../images/trim_logo.png) no-repeat right bottom;
	background-size: contain;
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 1;
	width: clamp(240px,17vw,346px);
	height: clamp(100px,10vw,192px);
}
.org-list{
	display: flex;
	align-items: flex-start;
	padding-top: clamp(24px,3.6vw,72px);
}
.org-units{
	flex: 1;
	box-sizing: border-box;
	padding-left: 32px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	padding-top: 8px;
}
.org-units li{
	margin-left: clamp(24px,3vw,60px);
	font-size: clamp(16px,0.9vw,18px);
	padding-bottom: clamp(16px,1.6vw,32px);
	position: relative;
	padding-left: 20px;
}
.org-units li::before{
	content: '';
	position: absolute;
	left: 0px;
	top: 10px;
	width: 6px;
	height: 6px;
	opacity: 1;
	background: #1B8846;
	border-radius: 50%;
}
.org-tit{
	font-size: clamp(20px,1.4vw,28px);
	color: #2c2c2c;
	font-weight: 500;
	position: relative;
	padding: 0 20px;
}
.org-tit::before{
	content: "";
	background: url(../images/trim2.png) no-repeat center;
	background-size: 20px 38px;
	width: 20px;
	height: 38px;
	position: absolute;
	right: 100%;
	top: 50%;
	transform: translateY(-50%);
}
.org-tit::after{
	content: "";
	background: url(../images/trim2.png) no-repeat center;
	background-size: 20px 38px;
	width: 20px;
	height: 38px;
	position: absolute;
	left: 100%;
	top: 50%;
	transform: scaleX(-1) translateY(-50%);
}
.about-title{
	font-size: clamp(20px,1.8vw,32px);
	color: #2c2c2c;
	font-weight: 500;
	padding-bottom: clamp(15px,1.2vw,24px);
	border-bottom: 1px solid rgba(216, 216, 216, 0.5);
}
.contact-info .tit{
	display: flex;
	align-items: center;
	font-size: clamp(18px,1.2vw,24px);
	padding-top: clamp(20px,2vw,40px);
}
.icon4{
	background: url(../images/icon04.png) no-repeat;
	background-size: contain;
	width: clamp(32px,2.4vw,48px);
	height: clamp(32px,2.4vw,48px);
	margin-right: 12px;
	flex-shrink: 0;
}
.contact-list{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-top: 10px;
}
.contact-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 10px;
	font-size: clamp(13px,0.9vw,18px);
	display: flex;
	align-items: flex-start;
	color: #2c2c2c
}
.news-list li{
	display: flex;
	align-items: stretch;
	border-bottom: 1px solid #D8D8D8;
	padding-top: clamp(20px,3vw,60px);
	padding-bottom: clamp(16px,2.3vw,45px);
	position: relative;
}
.date{
	white-space: nowrap;
	flex-shrink: 0;
	font-family: Arial;
	line-height: 1.1;
	margin-right: clamp(30px,5vw,100px);
	color: rgba(44, 44, 44, 0.5);
	transition: all 0.3s ease-out;
}
.date .day{
	font-size: clamp(30px,2vw,38px);
	color: #2c2c2c;
	font-weight: bold;
	margin-bottom: 6px;
}
.news-infos{
	flex: 1;
	overflow: hidden;
}
.news-infos{
	color: #6A6E75;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.news-infos .title{
	font-size: clamp(16px,1vw,20px);
	color: #2c2c2c;
	font-weight: bold;
	transition: all 0.4s ease-out;
}
.news-infos .info{
	flex: 1;
	padding-top: clamp(10px,1.2vw,24px);
	box-sizing: border-box;
	overflow: hidden;
}
.news-infos .desc{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	line-height: 1.7
}
.news-infos .more{
	display: flex;
	align-items: center;
	transition: all 0.3s ease-out;
}
.news-infos .arrow{
	display: block;
	background: url(../images/arrow.png) no-repeat;
	width: 20px;
	height: 12px;
	margin-left: 6px;
	filter: grayscale(100%);
	transition: all 0.3s ease-out;
}
.news-infos .m-date{
	display: none;
}
.news-img{
	width: clamp(200px,17vw,334px);
	height: clamp(136px,11vw,222px);
	background: url(../images/defimg.jpg) no-repeat center;
	background-size: cover;
	flex-shrink: 0;
	margin-left: clamp(36px,5.5vw,110px);
	overflow: hidden;
}
.news-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.5s linear;
}
.news-list li:hover .news-infos .title{
	color: #1B8846;
	transform: translateX(8px)
}
.news-list li:hover .news-infos .more{
	color: #1B8846
}
.news-list li:hover .news-img img{
	transform: scale(1.05)
}
.news-list li:hover .news-infos .more{
	transform: translateX(4px)
}
.news-list li:hover .news-infos .more .arrow{
	filter:grayscale(0);
	transform: translateX(4px)
}
.news-list li:hover .date{
	transform: translateX(6px)
}
.pagination{
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
	margin-top: clamp(20px,4vw,80px)
}
.pagination .total{
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
	color: #3D3D3D;
	display: flex;
	align-items: center;
}
.pagination a{
	display: block;
	width: clamp(30px,2.4vw,46px);
	height: clamp(30px,2.4vw,46px);
	border-radius: 50%;
	background: #fff;
	text-align: center;
	line-height: clamp(30px,2.4vw,46px);
	margin: 0 6px;
	cursor: pointer;
}
.pagination span{
	display: block;
	width: clamp(30px,2.4vw,46px);
	height: clamp(30px,2.4vw,46px);
	border-radius: 50%;
	background: #1B8846;
	color: #fff;
	text-align: center;
	line-height: clamp(30px,2.4vw,46px);
	margin: 0 6px;
}
.pagination .pgnext{
	background: #fff url(../images/arr.png) no-repeat center;
	transform: rotate(180deg);
}
.pagination .pgprev{
	background: #fff url(../images/arr.png) no-repeat center;
}
.detail-box{
	display: flex;
	align-items: flex-start;
}
.detail-side{
	width: clamp(160px,11vw,220px);
}
.detail-side .date{
	background: linear-gradient(181deg, #009740 0%, #5AB229 99%);
	padding: 12px;
	text-align: center;
	font-family: Arial;
	color: #fff;
	line-height: 1.7
}
.detail-side .date .tody{
	font-size: clamp(32px,2.4vw,48px);
	font-weight: bold;
	line-height: 1.3
}
.detail-side .date .bline{
	background: rgba(255, 255, 255, 0.4);
	height: 1px;
	margin: 6px 0;
}
.sidefixed {
    position: fixed;
    top: 8.85vw;
	width: 280px;
	z-index: 1000;
}
.related{
	display: flex;
	flex-direction: column;
}
.detail-section{
	flex: 1;
}
.detail-section .title{
	font-size: clamp(20px,1.6vw,32px);
	color: #2c2c2c;
	font-weight: bold;
	padding-bottom: clamp(6px,0.9vw,12px);
}
.detail-section .content{
	padding-top: clamp(20px,2vw,36px);
	font-size: clamp(14px,1vw,18px);
	line-height: 2
}
.detail-section .source{
	display: flex;
	align-items: flex-start;
	flex-wrap: wrap;
	padding-bottom: clamp(20px,2vw,36px);
	border-bottom: 1px solid rgba(216, 216, 216, 0.6);
	color: rgba(44, 44, 44, 0.5);
}
.related{
	padding-top: clamp(36px,4vw,80px)
}
.related li{
	padding: 6px 0;
}
.related li a{
	display: flex;
	align-items: center;
}
.related li a:hover{
	text-decoration: underline;
}
.related li .prev{
	background: #ffffff url(../images/arr.png) no-repeat center;
	width: clamp(30px,2vw,40px);
	height: clamp(30px,2vw,40px);
	transform: rotate(-90deg);
	border-radius: 50%;
	margin-right: 8px;
}
.related li .next{
	background: #ffffff url(../images/arr.png) no-repeat center;
	width: clamp(30px,2vw,40px);
	height: clamp(30px,2vw,40px);
	transform: rotate(90deg);
	border-radius: 50%;
	margin-right: 8px;
}
.related li .iitem{
	background: #ffffff url(../images/iitem.png) no-repeat center;
	width: clamp(30px,2vw,40px);
	height: clamp(30px,2vw,40px);
	transform: rotate(90deg);
	border-radius: 50%;
	margin-right: 8px;
}
.academician-list{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	margin-left: -3vw;
	margin-right: -3vw;
}
.academician-list li{
	width: 25%;
	box-sizing: border-box;
	padding: 1.5vw 3vw;
}
.academician{
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}
.academician .avatar{
	background: url(../images/avabg.png) no-repeat center bottom;
	background-size: 100% auto;
	padding-left: clamp(8px,0.6vw,12px);
	padding-right: clamp(8px,0.6vw,12px);
	padding-bottom: clamp(8px,0.6vw,12px);
	width: clamp(100px,12vw,245px);
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	font-size: 0;
	line-height: 0;
	margin-bottom: clamp(12px,1.2vw,24px)
}
.academician .avatar .img{
	width: clamp(84px,11vw,220px);
	height: clamp(84px,11vw,220px);
	border-radius: 50%;
	overflow: hidden;
	background: #ffffff;
}
.academician .avatar .img img{
	width: 100%;
/*	height: 100%;*/
	object-fit: cover;
	display: block;
	transition: all 0.5s linear;
	image-rendering: auto
}
.academician .avatar::after{
	content: '';
	position: absolute;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: clamp(96px,11vw,220px);
	height: clamp(96px,11vw,220px);
	border-radius: 50%;
	background: rgba(0,0,0,0.2);
	z-index: 1;
	opacity: 0;
	transition: all 0.5s linear;
}
.academician .name{
	font-size: clamp(18px,1.2vw,24px);
	background: url(../images/line.png) no-repeat center bottom;
	background-size: contain;
	text-align: center;
	padding-bottom: clamp(12px,1vw,20px);
	width: clamp(136px,12vw,245px);
}
.academician .intro{
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 2;
	text-overflow: ellipsis;
	overflow: hidden;
	color: #6A6E75;
	margin-top: 8px;
	width: clamp(136px,12vw,245px);
}
.academician:hover .avatar::after{
	opacity: 1
}
.academician:hover .avatar .img img{
	transform: scale(1.05)
}
.active-list{
	display: flex;
	flex-wrap: wrap;
	margin-left: -1.5vw;
	margin-right: -1.5vw;
}
.active-list li{
	width: 33.333%;
	box-sizing: border-box;
	padding: clamp(12px,1.5vw,30px) clamp(16px,1.2vw,24px);
}
.active-list li .activitie{
	width: auto !important;
}
.masker{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.8);
	z-index: 1001;
}
.popup-box{
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%);
	background: #fff;
	border-radius: 12px;
	padding: 20px;
	z-index: 1002;
	width: 60%;
}
.academician-img{
	width: clamp(150px,18vw,300px);
	height: clamp(200px,24vw,400px);
	flex-shrink: 0;
}
.academician-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.academician-info{
	padding: 0 clamp(32px,3vw,48px);
	color: #6A6E75;
	flex: 1;
	box-sizing: border-box;
}
.academician-info .name{
	color: #1B8846;
	font-size: clamp(18px,1.2vw,24px);
	font-weight: bold
}
.academician-info .bline{
	width: clamp(30px,2vw,40px);
	height: 2px;
	background: #D8D8D8;
	margin-top: clamp(18px,1.4vw,28px);
	margin-bottom: clamp(18px,1.2vw,24px);
}
.academician-info.post{
	padding-bottom: clamp(8px,0.8vw,16px);
}
.academician-info .intro{
	text-align: justify;
	min-height: clamp(52px,4vw,80px);
}
.pclose{
	position: absolute;
	top: 20px;
	right: 20px;
	background: url(../images/close.png) no-repeat;
	width: 24px;
	height: 24px;
	cursor: pointer;
	z-index: 20;
}
#academicianPopup{
	display: none;
}
.activity-information{
	display: flex;
	align-items: stretch;
	background: #ffffff;
	border-radius: clamp(12px,1.2vw,20px);
	overflow: hidden;
}
.activity-information .poster{
	width: clamp(300px,39.58vw,760px);
	height: clamp(198px,26.25vw,504px);
	flex-shrink: 0;
}
.inform-cbox{
	height: 100%;
	box-sizing: border-box;
	padding: clamp(8px,2vw,52px) clamp(20px,3.6vw,72px);
	color: #6A6E75;
	font-size: clamp(14px,1vw,18px);
}
.information{
	flex: 1;
}
.information h1{
	font-size: clamp(20px,1.6vw,32px);
	color: #2c2c2c;
	font-weight: bold
}
.icon-time{
	background: url(../images/icon_time.png) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 16px;
	margin-right: 4px;
}
.icon-address{
	background: url(../images/icon_address.png) no-repeat center;
	background-size: contain;
	width: 16px;
	height: 17px;
	margin-right: 4px;
}
.mgt16{
	padding-top: clamp(2px,0.8vw,16px)
}
.other{
	border-top: 1px solid rgba(216, 216, 216, 0.5);
	padding-top: clamp(12px,1vw,20px);
	margin-top: clamp(12px,1vw,20px);
	color: #6A6E75
}
.other li{
	padding: clamp(1px,0.4vw,8px) 0;
}
.activity-tit{
	font-size: clamp(20px,1.8vw,36px);
	color: #2c2c2c;
	font-weight: bold;
	padding-top: clamp(32px,3.2vw,68px);
}
.agenda-list{
	display: flex;
	align-items: stretch;
	flex-wrap: wrap;
	margin-left: -1vw;
	margin-right: -1vw;
}
.agenda-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 1vw;
}
.agenda{
	background: linear-gradient(180deg, #FFFFFF 0%, #F9FAFB 52%);
	box-sizing: border-box;
	border: 2px solid #FFFFFF;
	box-shadow: 0px 0px 12px 0px rgba(191, 191, 191, 0.2);
	border-radius: clamp(12px,1vw,20px);
	padding: clamp(18px,1.6vw,32px);
	min-height: 100%
}
.agenda .title{
	font-size: clamp(18px,1.2vw,24px);
	color: #2c2c2c;
	padding-top:  clamp(8px,0.8vw,16px);
}
.previous-box{
	position: relative;
	min-height: 100vh
}
.previous-box .innerbox{
	min-height: auto;
}
.previous-box .ctabs-box{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
.previous-ctitle{
	font-size: clamp(24px,2vw,40px);
	color: #2c2c2c;
	padding-bottom: clamp(12px,1.2vw,24px);
	margin-bottom: clamp(16px,1.6vw,32px);
	border-bottom: 2px solid #E0E7EE;
	position: relative;
}
.previous-ctitle::before{
	content: "";
	width: clamp(50px,4vw,78px);
	height: 2px;
	background: #029840;
	position: absolute;
	bottom: -2px;
	left: 0;
	z-index: 1
}
.live-link{
	color: #2c2c2c;
	padding-top: clamp(24px,2vw,40px)
}
.pdtb84{
	padding: clamp(28px,4vw,84px) 0;
}
/*

.previous-title{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: clamp(28px,4vw,84px) 0;
}
.previous-title .title{
	font-size: clamp(20px,2vw,40px);
	color: #2c2c2c;
	position: relative;
	padding: 0 clamp(16px,18vw,36px);
}
.previous-title .title::before{
	content: "";
	background: url(../images/trim_r.png) no-repeat center;
	background-size: contain;
	width: clamp(28px,2.5vw,50px);
	height: clamp(28px,2.8vw,56px);
	position: absolute;
	top: 50%;
	right: 100%;
	transform: translateY(-50%);
}
.previous-title .title::after{
	content: "";
	background: url(../images/trim_l.png) no-repeat center;
	background-size: contain;
	width: clamp(26px,2.2vw,44px);
	height: clamp(26px,2.6vw,52px);
	position: absolute;
	top: 50%;
	left: 100%;
	transform: translateY(-50%);
}
*/
.chairman-swiper{
	position: relative;
	padding-bottom: clamp(36px,4vw,60px);
	margin-right: -4vw;
	margin-left: -4vw;
}

.chairman-swiper .swiper-button-next{
	background: #ffffff;
	backdrop-filter: blur(4px);
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
	border-radius: 50%;
	right: -80px;
	top: 0;
	margin-top: clamp(68px,6vw,112px);
	transform: translateY(-50%);
	box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
.chairman-swiper .swiper-button-next:after{
	content: "";
	background: url(../images/arrow.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
}
.chairman-swiper .swiper-button-next:hover{
	background: linear-gradient(90deg, #009740 0%, #5AB229 100%);
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
}
.chairman-swiper .swiper-button-next:hover::after{
	background: url(../images/arrow_white.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
}
.chairman-swiper .swiper-button-prev{
	background: #ffffff;
	backdrop-filter: blur(4px);
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
	border-radius: 50%;
	left: -80px;
	top: 0;
	margin-top: clamp(68px,6vw,112px);
	transform: translateY(-50%);
	box-shadow: 0 0 12px rgba(0,0,0,0.05);
}
.chairman-swiper .swiper-button-prev:hover{
	background: linear-gradient(90deg, #009740 0%, #5AB229 100%);
	box-sizing: border-box;
	border: 1px solid #FFFFFF;
}
.chairman-swiper .swiper-button-prev:hover::after{
	background: url(../images/arrow_white.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
	transform: rotate(180deg);
}
.chairman-swiper .swiper-button-prev:after{
	content: "";
	background: url(../images/arrow.png) no-repeat center;
	background-size: clamp(14px,1vw,20px) auto;
	transform: rotate(180deg);
	width: clamp(48px,3.4vw,68px);
	height: clamp(48px,3.4vw,68px);
}
.chairman-swiper .swiper-pagination{
	bottom: -12px;
}
.chairman-swiper .swiper-pagination-bullet{
	background: rgba(0, 0, 0, 0.6);
	width: clamp(8px,0.7vw,14px);
	height: clamp(8px,0.7vw,14px);
}
.chairman-swiper .swiper-pagination-bullet-active{
	background: #1B8846;
}
.achi-bg{
	background: url(../images/achibg.jpg) no-repeat center bottom;
	background-size: cover;
}
.livebg{
	background: url(../images/livebg.jpg) no-repeat center bottom;
	background-size: cover;
}
.achi-box{
	display: flex;
	align-items: flex-start;
	padding-bottom: clamp(48px,4.5vw,90px)
}
.achi-vid{
	width: clamp(320px,47.81vw,918px);
	height: clamp(290px,37.29vw,716px);
	position: relative;
	overflow: hidden;
/*	height: clamp(800px,47.81vw,918px);*/
}
.achi-vid::after{
	content: "";
	width: clamp(320px,47.81vw,918px);
	height: clamp(320px,47.81vw,918px);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	background: linear-gradient(201deg, #118FFF 10%, #00CAFF 50%, #AFEFFD 86%);
	border-radius: 50%;
}
.achi-poster{
	position: absolute;
	bottom: 0;
	right: clamp(32px,2.8vw,56px);
	z-index: 1;
	width: clamp(320px,47.81vw,918px);
	height: clamp(320px,47.81vw,918px);
	border-radius: 50%;
	overflow: hidden;
}
.achi-poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.play-bar{
	background: url(../images/iplay.png) no-repeat;
	background-size: contain;
	width: clamp(32px,4.8vw,96px);
	height: clamp(32px,4.8vw,96px);
	position: absolute;
	top: 50%;
	left: 40%;
	transform: translate(-50%,-50%);
	z-index: 10;
}
.achi-main{
	width: clamp(460px,34.58vw,664px);
	margin-left: clamp(120px,12vw,240px);
	padding-top: clamp(60px,7vw,140px);
	color: #6A6E75;
	font-size: clamp(16px,1vw,18px);
	line-height: 2;
}
.achi-main .title{
	font-size: clamp(24px,2vw,40px);
	color: #2c2c2c;
	padding-bottom: clamp(12px,2vw,40px);
}
.pdf-flex{
	display: flex;
	align-items: flex-end;
	padding-top: clamp(36px,3vw,60px)
}
.pdf-flex .poster{
	width: clamp(120px,12.4vw,248px);
	height: clamp(82px,8.5vw,170px);
	background: #000000;
}
.pdf-flex .poster img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	opacity: 0.9;
	transition: all 0.3s ease-in-out;
}
.pdf-flex .poster:hover img{
	opacity: 0.6
}
.pdf-flex .iview{
	position: absolute;
	bottom: clamp(4px,1vw,12px);
	right: clamp(4px,1vw,12px);
	background: url(../images/iscroll.png) no-repeat;
	background-size: contain;
	width: clamp(20px,1.6vw,32px);
	height: clamp(20px,1.6vw,32px);
}
.pdf-bar{
	background: #009740;
	color: #fff;
	min-width: clamp(80px,5.5vw,114px);
	height: clamp(30px,2.3vw,46px);
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 30px;
	margin-left: clamp(16px,2vw,40px);
	font-size: 14px;
	padding: 0 12px;
	transition: all 0.3s ease-out;
	cursor: pointer;
}
.pdf-bar:hover{
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}
.pdf-bar .download{
	background: url(../images/download.png) no-repeat center;
	background-size: contain;
	width: 12px;
	height: 12px;
	margin-right: 6px;
}
.pdf-bar a{
	color: #fff;
}
#videoPopup{
	display: none;
}
.video{
	width: 100%;
	max-height: 60vh;
}
.live-video{
	position: relative;
	height: clamp(230px,39.38vw,750px);
	box-sizing: border-box;
	padding: clamp(20px,2vw,40px)
}
.live-video::before{
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	z-index: 0;
	background: url(../images/live_icon.png) no-repeat left top;
	background-size: contain;
	width: clamp(120px,30.21vw,580px);
	height: clamp(94px,23.44vw,450px);
}
.live-video::after{
	content: "";
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 0;
	background: url(../images/live_icon.png) no-repeat left top;
	background-size: contain;
	width: clamp(120px,30.21vw,580px);
	height: clamp(94px,23.44vw,450px);
	transform: rotate(180deg)
}
.live-video .play-bar{
	top: 50%;
	left: 50%;
	transform: translate(-50%,-50%)
}
 .gallery-container {
	position: relative;
	overflow: hidden;
}

.gallery-track {
	display: flex;
	width: max-content;
	will-change: transform;
	transition-delay: -1s
/*	animation: scroll 50s linear infinite;*/
}
.gallery-container:hover .gallery-track {
	animation-play-state: paused;
}
/*
@keyframes scroll {
	0% {
		transform: translateX(0);
	}
	100% {
		transform: translateX(-50%);
	}
}
*/

.wall-logo{
	display: flex;
	align-items: center;
	justify-content: center;
}
.icon-logo{
	background: url(../images/album_logo.png) no-repeat center;
	background-size: contain;
	width: clamp(60px,11.1vw,220px);
	height: clamp(28px,3.1vw,62px);
}

.wall-grid{
	width: 100%;
	display: grid;
	grid-template-columns: [td-1] 16.66vw [td-2] 16.66vw [td-3] 16.66vw [td-4] 16.66vw [td-5] 16.66vw [td-6] 16.66vw;
  	grid-template-rows: [tr-1] 11.10vw [tr-2] 11.10vw [tr-3] 5.55vw [tr-4] 16.66vw;
	color: #000;
}
.wall-logo1{
	width: 16.66vw;
	height: 11.10vw;
	background: #FFBD00;
	grid-column-start: td-1;
	grid-row-start: tr-2;
}
.wall-logo2{
	width: 16.66vw;
	height: 5.55vw;
	background: #47C95C;
	grid-column-start: td-3;
	grid-row-start: tr-3;
}
.wall-logo3{
	width: 16.66vw;
	height: 11.10vw;
	background: #153AD1;
	grid-column-start: td-4;
	grid-row-start: tr-1;
}
.wall-logo4{
	width: 16.66vw;
	height: 11.10vw;
	background: #F2403D;
	grid-column-start: td-6;
	grid-row-start: tr-1;
}
.wall-logo5{
	width: 16.66vw;
	height: 16.66vw;
	background: #972EC3;
	grid-column-start: td-4;
	grid-row-start: tr-4;
}
.wall-logo{
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
	position: relative;
}

/*
.wall-logo::after{
	content: "";
	border: 1px solid #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
*/
.wall-photo{
	width: 100%;
	height: 100%;
	overflow: hidden;
	line-height: 0;
	position: relative;
}
/*
.wall-photo::after{
	content: "";
	border: 1px solid #ffffff;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
}
*/
.wall-photo img{
	display: block;
	width: 100% !important;
	height: 100% !important;
	object-fit: cover;
	transition: all 0.5s linear;
}
.wall-photo:hover img{
	transform: scale(1.05)
}
.wall-grid .grid:nth-child(1){
	width: 16.66vw;
	height: 11.10vw;
	background: red;
	grid-column-start: td-1;
	grid-row-start: tr-1;
}
.wall-grid .grid:nth-child(2){
	width: 33.32vw;
	height: 22.21vw;
	background: #ff00ff;
	grid-column-start: td-2;
	grid-column-end:  td-3;
	grid-row-start: tr-1;
	grid-row-end: tr-2;
}
.wall-grid .grid:nth-child(3){
	width: 33.32vw;
	height: 22.21vw;
	grid-column-start: td-1;
	grid-column-end:  td-2;
	grid-row-start: tr-3;
}
.wall-grid .grid:nth-child(4){
	width: 16.66vw;
	height: 16.66vw;
	grid-column-start: td-3;
	grid-row-start: tr-4;
}
.wall-grid .grid:nth-child(5){
	width: 16.66vw;
	height: 11.10vw;
	grid-column-start: td-5;
	grid-row-start: tr-1;
}
.wall-grid .grid:nth-child(6){
	width: 16.66vw;
	height: 16.66vw;
	grid-column-start: td-4;
	grid-row-start: tr-2;
}
.wall-grid .grid:nth-child(7){
	width: 33.32vw;
	height: 33.32vw;
	grid-column-start: td-5;
	grid-column-end:  td-6;
	grid-row-start: tr-2;
	grid-row-end: tr-4;
}
.search-result{
	border-bottom: 1px solid #1B8846;
	padding-top: clamp(20px,2vw,40px);
	padding-bottom: clamp(12px,1.2vw,24px);
	color: #6A6E75
}
.search-result .green{
	color: #1B8846;
	font-weight: bold;
}
.detail-content{
	margin-top: clamp(16px,1.5vw,24px);
	border-radius: clamp(12px, 1.2vw, 20px);
	overflow: hidden
}
.detail-content img{
	width: 100% !important;
	height: auto !important;
	max-width: 100%;
}
@keyframes fadeInLeft {
	0% {
		opacity:0;
		-webkit-transform:translate3d(-100px, 0, 0);
		-ms-transform:translate3d(-100px, 0, 0);
		transform:translate3d(-100px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}
@keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(100px, 0, 0);
		-ms-transform:translate3d(100px, 0, 0);
		transform:translate3d(100px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}
@keyframes fadeOutRight{
	0%{
		opacity:1
	}
	100%{
		opacity:0;
		-webkit-transform:translate3d(100px,0,0);
		transform:translate3d(100px,0,0)
	}
}
@keyframes fadeInLeft{
	0%{
		opacity:0;
		-webkit-transform:translate3d(-100px,0,0);
		transform:translate3d(-100px,0,0)
	}
	100%{
		opacity:1;
		-webkit-transform:none;transform:none
	}
}

#pdfPopup{
	display: none;
}
@media (max-width: 1920px) {
	
	.container{
		max-width: 100%;
		width: 100%;
		box-sizing: border-box;
		padding-left: 8%;
		padding-right: 8%;
	}
}
@media (max-width: 1800px) {
	.chairman-swiper .swiper-button-next{
		right: -30px;
	}
	.chairman-swiper .swiper-button-prev{
		left: -30px;
	}
}
@media (max-width: 1680px) {
	
	.activitie .trimbg{
		transform: scale(0.85)
	}
	.innerbox{
		width: 100%;
		box-sizing: border-box;
		padding-left: 8%;
		padding-right: 8%;
	}
	.chairman-swiper{
		margin-left: -2vw;
		margin-right: -2vw;
	}
}
@media (max-width: 1480px) {
	.f-mapnav li{
		padding-left: clamp(40px,5vw,100px)
	}
	.chairman-swiper .swiper-button-next{
		right: -10px;
	}
	.chairman-swiper .swiper-button-prev{
		left: -10px;
	}
}
@media (max-width: 1440px) {
/*
	.container{
		padding-left: 5%;
		padding-right: 5%;
		width: 100%;
		box-sizing: border-box
	}
*/
	.activities-swiper-box{
		margin-left: 5%;
	}
	.activitie .trimbg{
		transform: scale(0.7)
	}
}

@media (max-width: 480px) {
	.container{
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.header-container{
		height: 58px;
	}
	.brand-header{
		flex: 1;
	}
	.brand-logo img{
		height: 28px
	}
	.brand-name img{
		height: 12px;
	}
	.nav-header{
		position: fixed;
		z-index: 1000;
		padding: 8px 0;
		background: #ffffff !important;
	}
	.headbg .nav-header{
		background: #ffffff !important;
	}
	.navMenu{
		display: none;
		position: fixed;
		top: 52px;
		left: 0;
		width: 100%;
		background: #fff;
		box-sizing: border-box;
		padding: 10px 15px;
	}
	.navMenu li{
		margin: 0 !important
	}
	.navMenu li a{
		color: #1a1a1a;
	}
	.mob-navbtn{
		display: block;
		margin-top: 6px;
		margin-left: 6px;
	}
	.navbtn {
		/*background: rgba(8,26,65,0.5);*/
		width: 32px;
		height: 24px;
		border: none;
		box-sizing: border-box;
		position: relative;
		z-index: 10000;
	}
	.navbtn i {
		position: absolute;
		top: 0;
		left: 4px;
		display: block;
		height: 2px;
		width: 24px;
		background: #1a1a1a;
		border-radius: 2px;
		margin-bottom: 5px;
		transition: all 0.3s ease-in-out;
	}
	.navbtn i:nth-child(2n) {
		top: 8px;
		width: 20px
	}
	.navbtn i:nth-child(3n) {
		top: 16px;
		width: 12px
	}
	.navbtn.cur i {
		width: 24px;
		background: #1a1a1a;
	}
	.navbtn.cur i:nth-child(1) {
		top: 8px;
		-webkit-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		transform: rotate(45deg);
	}
	.navbtn.cur i:nth-child(2) {
		opacity: 0;
	}
	.navbtn.cur i:nth-child(3) {
		top: 8px;
		-webkit-transform: rotate(-45deg);
		-ms-transform: rotate(-45deg);
		-o-transform: rotate(-45deg);
		-moz-transform: rotate(-45deg);
		transform: rotate(-45deg);
	}
	.mob-navbar-nav {
		position: fixed;
		top: 52px;
		left: 0;
		width: 100%;
		z-index: 1001;
		background: #fff;
		box-sizing: border-box;
		border-top: 1px solid rgba(0,0,0,0.1);
	}
	.mob-cover{
		display: none;
		background: rgba(0,0,0,0.9);
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 999;
	}
	.mob-navbar-nav ul li {
		position: relative;
	}
	.mob-navbar-nav ul li::before{
		content: '';
		border-bottom: 1px solid rgba(0,0,0,0.1);
		position: absolute;
		bottom: 0;
		left: 15px;
		right: 15px;
	}
	.mob-navbar-nav ul li:last-child::before{
		display: none
	}
	.mob-navbar-nav ul li::after{
		content: '';
		position: absolute;
		top: 50%;
		right: 20px;
		border-top: 1px solid rgba(255,255,255,0.5);
		border-right: 1px solid rgba(255,255,255,0.5);
		width: 6px;
		height: 6px;
		transform: rotate(45deg);
		margin-top: -4px;
	}
	.mob-navbar-nav ul li h3{
		display: flex;
		align-items: center;
		justify-content: space-between;
	}
	.mob-navbar-nav ul li h3 a {
		display: block;
		flex: 1;
		padding: 12px 15px;
		color: #1a1a1a;
		font-size: 14px;
		font-family: "OPPOSansMedium";
	}
	.mob-sub{
		display: none;
		padding: 0 30px;
	}
	.mob-sub a{
		font-size: 12px;
		display: block;
		padding: 5px 0;
	}
	.bat{
		width: 80px;
		height: 36px;
		position: relative;
		display: inline-block;
		margin-left: 8px;
	}
	.bat::after{
		content: '';
		border-top: none;
		border-left: none;
		border-bottom: 1px solid #666;
		border-right: 1px solid #666;
		width: 9px;
		height: 9px;
		border-radius: 0;
		transform: rotate(45deg);
		position: absolute;
		top: 50%;
		right: 20px;
		margin-top: -6px;
		transition: all 0.3s ease-out;
	}
	.cur.bat::after{
		transform: rotate(-135deg);
	}
	.fullWrapper .swiper-slide{
		height: auto !important
	}
	.bannerSwiper {
		height: 26vh !important;
	}
	.bannerSwiper .swiper-pagination-bullet{
		width: 24px;
		margin: 0 2px !important
	}
	.mob-flex-column{
		display: flex;
		flex-direction: column !important;
	}
	.mob-flex-column-reverse{
		display: flex;
		flex-direction: column-reverse!important;
	}
	.forum-about{
		width: 100%;
		margin-bottom: 20px;
	}
	.forum-previous{
		width: 100%;
		padding-top: 0px;
		padding-bottom: 20px;
		margin: 0 auto;
	}
	.forum-previous>img{
		width: 60%;
		margin-left: 20%
	}
	.tools-container{
		height: 59px;
	}
	.tools{
		top: auto;
		bottom: 0;
		left: 0;
		right: 0;
		width: 100%
	}
	.tools .icon{
		display: none;
	}
	.tool{
		display: flex;
		align-items: stretch;
		justify-content: space-between;
		width: 100%;
		border-radius: 0;
		border: none;
	}
	.tool li{
		border-bottom: none;
		flex: 1;
		text-align: center;
		position: relative;
	}
	.tool li::after{
		content: "";
		width: 1px;
		height: 20px;
		background: #fff;
		position: absolute;
		top: 50%;
		right: 0;
		transform: translateY(-50%);
	}
	.tool li:last-child::after{
		display: none;
	}
	.tool li a{
		padding: 8px;
	}
	.chairperson{
		width: 100%;
		margin-bottom: 12px;
	}
	.pdb24{
		padding-bottom: 24px;
	}
	.morebar{
		font-size: 12px;
		width: 92px;
		height: 36px;
	}
	.morebar .arrow{
		width: 16px;
		height: 8px;
	}
	.abmore{
		width: 128px !important;
		margin-left: auto;
		margin-right: auto
	}
	.news-box{
		height: auto;
	}
	.news-right{
		width: 100%;
		padding-top: 15px;
	}
	.pdt100{
		padding-top: 15px;
	}
	.f-l,.f-r{
		width: 100%;
	}
	.f-mapnav{
/*		flex-direction: column;*/
		width: 100%;
		flex-wrap: wrap;
/*		display: none;*/
	}
	.f-mapnav li{
		padding-left: 0;
		width: 25%;
	}
	.f-mapnav li:last-child{
		width: 100%;
		border-top: 1px solid rgba(255,255,255,0.5);
		margin-top: 8px;
	}
	.mapsub{
		display: none;
	}
	.flogo{
		height: 36px !important;
	}
	.activities-swiper-box{
		padding-left: 0
	}
	.activities-swiper-box .swiper-button-next,.activities-swiper-box .swiper-button-prev{
		display: none;
	}
	.activities-swiper-box .swiper-pagination{
		display: none;
	}
	.chairperson .profile{
		padding-top: 20px;
		padding-left: 20px;
	}
	.previous{
		display: flex;
		align-items: flex-start;
		padding-bottom: 20px;
	}
	.previous li{
		flex: 1;
		align-items: center;
		justify-content: center;
		display: flex;
		flex-direction: column-reverse;
		text-align: center;
		border-bottom: none;
		padding-top: 0;
	}
	.previous-name{
		justify-content: center;
	}
	.previous li .icon{
		margin-left: 0;
		margin-bottom: 8px;
	}
	.innerbox{
		padding-left: 15px;
		padding-right: 15px;
		padding-bottom: 32px;
	}
	.ctabs{
		padding: 20px 0 0 0
	}
	.ctabs li a{
		font-size: 12px;
		padding: 8px 12px;
	}
	.chairman{
		display: flex;
		flex-direction: column;
		padding: 20px;
		margin-top: 20px;
	}
	.chairman .photo{
		position: relative;
		margin: 0 auto;
		width: 120px;
	}
	.chairman .photo::after{
		display: none;
	}
	.chairman .infos{
		padding: 20px 0;
		text-align: center
	}
	.chairman .bline{
		margin-left: auto;
		margin-right: auto
	}
	.org-tit{
		margin-left: 20px;
		margin-bottom: 20px;
		transform: scale(0.8)
	}
	.org-list{
		flex-direction: column;
	}
	.org-units{
		padding-left: 0;
		flex-direction: column;
		align-items: flex-start;
	}
	.org-units li{
		margin-left: 20px;
	}
	.contact-list li{
		width: 100%;
		padding: 4px 0;
		flex-direction: column;
	}
	.pagination .total{
		display: none
	}
	.news-list li{
		flex-direction: row-reverse;
	}
	.news-img{
		margin-left: 0;
		width: 120px;
		height: 80px;
		margin-right: 12px
	}
	.news-infos .title{
		white-space: nowrap;
		text-overflow: ellipsis;
		overflow: hidden;
		line-height: 1.1
	}
	.news-list .date{
		display: none
	}
	.news-infos .more{
		display: none;
	}
	.news-infos .info{
		padding-top: 4px;
	}
	.news-infos .desc{
		line-height: 1.3;
	}
	.news-infos .m-date{
		display: block;
		font-size: 13px;
		color: rgba(44, 44, 44, 0.5);
	}
	.academician-list{
		margin-top: 20px;
	}
	.academician-list li{
		width: 50%;
	}
	.activity-information{
		flex-direction: column;
	}
	.activity-information .poster{
		width: 100%;
		height: auto;
	}
	.active-list li{
		width: 100%
	}
	.agenda-list{
		margin-left: 0;
		margin-right: 0;
	}
	.agenda-list li{
		width: 100%;
	}
	.chairman-swiper{
		padding-bottom: 20px;
	}
	.chairman-swiper .swiper-pagination{
		bottom: -10px
	}
	.chairman-swiper .swiper-pagination-bullet{
		width: 6px;
		height: 6px;
	}
	.chairman-swiper .swiper-button-next,.chairman-swiper .swiper-button-prev{
		display: none
	}
	.achi-box{
		flex-direction: column;
	}
	.achi-main{
		width: 100%;
		margin-left: 0;
		padding: 15px;
		box-sizing: border-box;
	}
	.wall-grid{
		width: 100%;
		display: grid;
		grid-template-columns: [td-1] 33.32vw [td-2] 33.32vw [td-3] 33.32vw [td-4] 33.32vw [td-5] 33.32vw [td-6] 33.32vw;
		grid-template-rows: [tr-1] 22.20vw [tr-2] 22.20vw [tr-3] 11.1vw [tr-4] 33.32vw;
		color: #000;
	}
	.wall-logo1{
		width: 33.32vw;
		height: 22.20vw;
		background: #FFBD00;
		grid-column-start: td-1;
		grid-row-start: tr-2;
	}
	.wall-logo2{
		width: 33.32vw;
		height: 11.1vw;
		background: #47C95C;
		grid-column-start: td-3;
		grid-row-start: tr-3;
	}
	.wall-logo3{
		width: 33.32vw;
		height: 22.20vw;
		background: #153AD1;
		grid-column-start: td-4;
		grid-row-start: tr-1;
	}
	.wall-logo4{
		width: 33.32vw;
		height: 22.20vw;
		background: #F2403D;
		grid-column-start: td-6;
		grid-row-start: tr-1;
	}
	.wall-logo5{
		width: 33.32vw;
		height: 33.32vw;
		background: #972EC3;
		grid-column-start: td-4;
		grid-row-start: tr-4;
	}
	.wall-logo{
		height: 100%;
		width: 100%;
		display: flex;
		align-items: center;
		justify-content: center;
	}
	.wall-grid .grid:nth-child(1){
		width: 33.32vw;
		height: 22.20vw;
		background: red;
		grid-column-start: td-1;
		grid-row-start: tr-1;
	}
	.wall-grid .grid:nth-child(2){
		width: 66.64vw;
		height: 44.42vw;
		background: #ff00ff;
		grid-column-start: td-2;
		grid-column-end:  td-3;
		grid-row-start: tr-1;
		grid-row-end: tr-2;
	}
	.wall-grid .grid:nth-child(3){
		width: 66.64vw;
		height: 44.42vw;
		grid-column-start: td-1;
		grid-column-end:  td-2;
		grid-row-start: tr-3;
	}
	.wall-grid .grid:nth-child(4){
		width: 33.32vw;
		height: 33.32vw;
		grid-column-start: td-3;
		grid-row-start: tr-4;
	}
	.wall-grid .grid:nth-child(5){
		width: 33.32vw;
		height: 22.20vw;
		grid-column-start: td-5;
		grid-row-start: tr-1;
	}
	.wall-grid .grid:nth-child(6){
		width: 33.32vw;
		height: 33.32vw;
		grid-column-start: td-4;
		grid-row-start: tr-2;
	}
	.wall-grid .grid:nth-child(7){
		width: 66.64vw;
		height: 66.64vw;
		grid-column-start: td-5;
		grid-column-end:  td-6;
		grid-row-start: tr-2;
		grid-row-end: tr-4;
	}
	.gallery-track {
		display: flex;
		width: max-content;
		will-change: transform;
		animation: scroll 30s linear infinite;
	}
	.academician-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.academician-img{
		margin: 0 auto;
	}
	.academician-info{
		width: 100%;
		padding:12px 0 0 0;
	}
	.academician-info .name{
		text-align: center;
	}
	.academician-info .uppercase{
		text-align: center;
	}
	.academician-info .bline{
		margin-left: auto;
		margin-right: auto;
	}
	.popup-box{
		width: 80%;
	}
	.chairp-item:hover{
		transform: translateY(0)
	}
	.thumb-show{
		display: none !important;
	}
	.news-thumbs .thumb-title{
		display: block !important
	}
	.thumb-title .title{
		margin-left: 0;
	}
	.chairperson .photo{
		transform: translateY(0) !important
	}
	.activitiesSwiper .swiper-slide{
		transform: translateY(0) !important
	}
	.abtit{
		line-height: 1.3;
		text-align: center;
	}
	.about-box{
		margin-top: 20px
	}
	.active-list{
		padding-top: 10px;
	}
	.detail-side{
		display: none;
	}
	.pdt160{
		padding-top: 52px;
	}
	.achi-box{
		padding-top: 20px;
	}
	.achi-vid{
		margin-left: auto;
		margin-right: auto;
		width: 180px;
		height: 180px;
	}
	.achi-vid::after{
		width: 100%;
		height: 100%;
	}
	.achi-poster{
		width: 100%;
		height: 100%;
		right: 0;
		box-sizing: border-box;
	}
	.achi-main .title{
		text-align: center;
	}
	.pdf-flex{
		justify-content: center;
	}
	.play-bar{
		left: 50%;
	}
	.activities-swiper-box .activitie .poster {
		height: clamp(200px, 17.5vw, 300px);
	}
	.wechat{
		position: absolute;
		top: auto;
		bottom: 120%;
		right: auto;
		left: 0;
	}
	.wechat::after{
		content: "";
		border-left: 8px solid rgba(0,0,0,0);
		border-top: 8px solid #fff;
		border-right: 8px solid rgba(0,0,0,0);
		border-bottom: 8px solid rgba(0,0,0,0);
		bottom: -30px;
		left: 30px;
		right: auto
	}
	.news-recommend{
		width: 100%;
		height: auto !important;
		min-height: 120px;
		margin-right: 0
	}
	.news-recommend .poster .info{
		left: 12px;
		right: 12px;
		bottom: 12px;
	}
}

