﻿@charset "utf-8";
/* CSS Document */
html {
	height: 100%;
	overflow-y: visible;
}
body, ul, li, p, h1, h2, h3, h4, h5, h6, form {
	margin: 0;
	padding: 0;
}
header, footer {
	display: block;
}
body {
	min-width: 320px;
	font-family: "微软雅黑";
	height: 100%;
	color: #333;
	overflow-x: hidden;
	font-size: 16px;
	word-wrap: break-word;
	word-break: break-word;
	line-height: 1.6;
	background: #ffffff;
}
li {
	list-style: none;
}
a {
	text-decoration: none;
	color: #1a1a1a
}
a:hover, a:active, a:focus, a:visited {
	text-decoration: none;
	color: #242423;
}
img {
	max-width: 100%;
	vertical-align: middle;
}
input[type="button"],input[type="submit"],input[type="reset"],input[type="text"],input[type="tel"],button,textarea{-webkit-appearance:none;} 
.opacity{
	opacity: 0
}
.flex {
	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
}
.between {
	justify-content: space-between;
	-webkit-justify-content: space-between;
}
.txr{
	text-align: right;
}
.txc{
	text-align: center;
}
.mt30{
	margin-top: 30px;
}
.pbox{
	overflow: hidden;
}
.bgw{
	background: #fff;
	position: relative;
	z-index: 1;
}
.bgc{
	background: #f8f8f8;
	position: relative;
	z-index: 1;
}
.container {
	width: 1580px;
	box-sizing: border-box;
	margin: 0 auto;
	position: relative;
	z-index: 10;
	padding: 0;
}
.nav-header{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 101;
	padding: 10px 0;
	transition: all 0.15s ease-out;
	background: rgba(0,0,0,0.4);
}
.brand-header{
	width: calc(20vw + 120px);
}
.brand-logo {
	display: block;
	background: url(../images/brand_logo.png) no-repeat;
	background-size: auto 100%;
	width: 233px;
	height: 50px;
	transition: all 0.2s ease-out;
}
.mob-navbtn{
	display: none;
}
.nav-box{
	flex: 1;
	box-sizing: border-box;
/*	padding-left: 5vw;*/
}
.navMenu{
	justify-content: space-between;
}
.navMenu li{
	position: relative;
}
.navMenu li a{
	display: flex;
	align-items: center;
	font-size: 18px;
	padding: 10px 0;
	color: #ffffff;
	position: relative;
	transition: all 0.2s ease-out;
	white-space: nowrap
}
.navMenu li:first-child a{
	margin-right: 30px;
}
.bat{
	width: 12px;
	height: 20px;
	position: relative;
	margin-left: 12px;
}
.bat::after{
	content: '';
	border-top: 6px solid #fff;
	border-left: 6px solid rgba(0,0,0,0);
	border-right: 6px solid rgba(0,0,0,0);
	position: absolute;
	top: 8px;
	right: 0px;
	z-index: 1;
	border-radius: 4px;
}
.navMenu li .bar-contact{
	background: #ffffff;
	color: #1a1a1a;
	padding: 10px 20px;
	border-radius: 20px;
	height: 40px;
	line-height: 40px;
	box-sizing: border-box;
	font-size: 16px;
	margin-left: 0.6vw;
	opacity: 0.9
}

.subMenu{
	position: absolute;
	top: 100%;
	padding-top: 15px;
	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%)
}
.navMenu li .subMenu a{
	padding: 12px 16px;
	background: #ffffff;
	font-size: 14px;
	justify-content: center;
	white-space: nowrap;
	color: #1a1a1a
}
.navMenu li .subMenu a:hover{
	background: #476D2D;
	color: #fff
}
.navMenu li:hover .subMenu{
	opacity: 1;
	padding-top: 10px;
	z-index: 10;
	visibility: visible;
}
.subMenu a::after{
	display: none;
}
.navMenu li a::after{
	content: '';
	position: absolute;
	width: 100%;
	height: 4px;
	bottom: -10px;
	left: 0;
	background: #3C6520;
	border-radius: 1px;
	transform: scale(0,1);
	transition: all 0.2s ease-out;
}
.navMenu li.active a::after,.navMenu li a:hover::after{
	transform: scale(1,1);
}
.navMenu li:last-child a::after{
	display: none;
}
.nav-tools{
	display: flex;
	align-items: center;
	justify-content: flex-end;
	transition: all 0.3s ease-out;
	height: auto;
	padding-bottom: 10px;
}
.nav-tools li{
	position: relative;
	margin-left: 36px;
	padding-left: 37px;
}
.nav-tools li::before,.nav-tools li.active::before{
	content: '';
	width: 1px;
	background: #fff;
	opacity: 0.5;
	height: 16px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -8px
}
.nav-tools li:first-child::before{
	display: none;
}
.nav-tools a{
	color: #fff;
	font-size: 17px;
}
.ilang{
	display: block;
	background: url(../images/i_lang.png) no-repeat left;
	background-size: 24px 24px;
	height: 24px;
	padding-left: 36px
}
.imail{
	display: block;
	background: url(../images/i_mail.png) no-repeat center;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
}
.iss{
	display: block;
	background: url(../images/i_ss.png) no-repeat center;
	background-size: 100% auto;
	width: 24px;
	height: 24px;
}
/*
.n-f-d{
	position: relative;
	z-index: 1;
}
*/
.nav-hbg .nav-header,.search-header .nav-header{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	background: #ffffff;
	z-index: 12;
	box-shadow: 0 0 6px rgba(0,0,0,0.15)
}

.nav-hbg .brand-logo,.search-header .brand-logo{
	display: block;
	background: url(../images/brand_logo_b.png) no-repeat;
	background-size: auto 100%;
}
.nav-hbg .navMenu li a,.search-header .navMenu li a{
	color: #1a1a1a;
}
.nav-hbg .nav-tools{
	padding-bottom: 0;
}
.navMenu li .bar-contact:hover{
	opacity: 1;
}
.nav-hbg .navMenu li .bar-contact,.search-header .navMenu li .bar-contact{
	background: #476D2D;
	color: #fff;
	height: 34px;
	line-height: 34px;
	font-size: 14px;
}
.nav-hbg .nav-tools li::before,.search-header .nav-tools li::before{
	background: #333
}
.nav-hbg .bat::after,.search-header .bat::after{
	border-top-color: #666;
}
.nav-hbg .nav-tools a,.search-header .nav-tools a{
	color: #0A0909;
}
.nav-hbg .nav-tools .ilang,.search-header .nav-tools .ilang{
	display: block;
	background: url(../images/i_lang_b.png) no-repeat left;
	background-size: 24px 24px;
	height: 24px;
	padding-left: 36px
}
.nav-hbg .nav-tools .imail,.search-header .nav-tools .imail{
	display: block;
	background: url(../images/i_mail_b.png) no-repeat center;
	background-size: 100% auto;
}
.nav-hbg .nav-tools .iss,.search-header .nav-tools .iss{
	display: block;
	background: url(../images/i_ss_b.png) no-repeat center;
	background-size: 100% auto;
}
.search-header{
	height: clamp(120px,10.12vw,160px);
}
.search-tips{
	font-size: 16px;
	border-bottom: 2px solid rgba(126,171,96,0.6);
	padding: 15px 0;
}
.search-tips span{
	color: #476D2D;
}
.mob-navbar-nav{
	display: none;
}
.banner-box{
	position: relative;
	display: flex;
	align-items: stretch;
}
.banner{
	height: 39.8vw;
	width: 69%;
	object-fit: cover;
}
.banner img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.banner-inbox{
	width: 31%;
	background: url(../images/bibg.jpg) no-repeat left;
	background-size:cover;
	padding-left: 8%;
	box-sizing: border-box;
}
.banner-inbox .container{
	height: 100%;
}
.banner-info{
	padding-top: clamp(8.16vw,9.16vw,12.5vw);
	width: 18vw;
	text-align: justify;
}
.banner-tit{
	width: 60%;
}
.banner-intro{
	font-size: clamp(14px, 1.139vw, 18px);
	color: #fff;
	position: relative;
	margin-top: 30px;
	padding-top: 30px;
}
.banner-intro::before{
	content: '';
	width: 70px;
	height: 4px;
	background: #FFFFFF;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 1;
}
.more{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	text-align: center;
	font-size: clamp(14px,1.139vw,18px);
	color: #476D2D;
	border-radius: 30px;
	width: 140px;
	height: 46px;
	line-height: 46px;
	transition: all 0.15s ease-out;
}
.more span{
	display: inline-block;
	transform: scale(1.8,1) translateX(-1px);
	margin-right: 8px;
	transition: all 0.3s ease-out;
}
.banner-info .more{
	margin-top: clamp(2.16vw,3.16vw,4.16vw)
}
.news-list .more{
	border: 1px solid rgba(0,0,0,0.1);
	margin-top: 30px;
}
.news-list .more:hover{
	background: #476D2D;
	color: #fff;
}
.banner-info .more:hover{
	color: #476D2D
}
.news-list .more:hover span,.banner-info .more:hover span{
	transform: scale(1.8,1) translateX(3px);
}
.newsbg{
	background: #fbfcfe url(../images/newsbg.jpg) no-repeat bottom;
	background-size: 100% auto;
	padding-bottom: 50px;
}
.home-title-group{
	padding-top: 70px;
}
.home-title{
	position: relative;
	text-align: center;
	font-size: 40px;
	color: #222222;
	z-index: 10;
}
.home-title p{
	position: relative;
	z-index: 10;
}
.home-title span{
	display: block;
	position: absolute;
	top: -6px;
	left: 50%;
	transform: translateX(-50%);
	font-size: 70px;
	z-index: -1;
	text-transform: uppercase;
	font-weight: bold;
	line-height: 1;
	background-image:-webkit-linear-gradient(top,rgba(94,167,45,0.2),rgba(94,167,45,0));
    -webkit-background-clip:text;
    -webkit-text-fill-color:transparent;
}
.news-tabs-box{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-top: 16px;
	padding-bottom: 50px;
}
.news-tabs{
	background: #F5F5F5;
	border-radius: 22px;
}
.news-tabs li a{
	display: block;
	padding: 0 20px;
	height: 42px;
	line-height: 42px;
	border-radius: 22px;
	font-size: 18px;
	cursor: pointer;
}
.news-tabs .active a{
	background: #476D2D;
	color: #fff
}
.news-show{
	display: none;
}
.news-box{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.news-swiper{
	width: clamp(100px,41.6455vw,658px);
	position: relative;
	padding-bottom: 50px;
}
.news-swiper .swiper-pagination-bullet{
	background: #A8A8A8;
	opacity: 1;
	position: relative;
	margin: 0 15px !important;
	transition: all 0.15s ease-out;
}
.news-swiper .swiper-pagination-bullet-active{
	background:#476D2D;
}
.news-swiper .swiper-pagination-bullet-active::after{
	content: '';
	border: 1px dotted #476D2D;
	width: 14px;
	height: 14px;
	border-radius: 50%;
	position: absolute;
	top: -3px;
	left: -3px;
	z-index: 1;
}
.slide-news{
	display: block;
}
.slide-news-pic{
	height: min(26.962vw,426px);
	flex-shrink: 0;
	overflow: hidden;
	background: #f5f5f5;
}
.cnews-slide{
	background: #fff;
}
.cnews-slide .slide-news-pic{
/*	height: min(18.987vw,378px);*/
	height: auto;
	max-width: 45%;
}
.slide-cnews-info{
	flex: 1;
	box-sizing:border-box;
	padding-left: 2vw;
	padding-left:max(30px,3vw) ;
	padding-right: 30px;
}
.slide-cnews-info h3{
	font-size:clamp(16px,1.5vw,24px);
	line-height: 1.6
}
.slide-cnews-desc{
	font-size:clamp(14px,1.01vw,16px);
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	margin: 0.8vw 0 1.4vw 0;
}
.more2:hover{
	color: #476D2D
}
.slide-news-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.slide-news-pic:hover img{
	transform: scale(1.02)
}
.slide-news-info{
	padding: 20px;
	border-bottom: 4px solid #476D2D;
	color: #666;
	font-size: 16px;
}
.slide-news-info h3{
	font-size: 24px;
	color: #476D2D;
	font-weight: normal;
	margin-bottom: 12px;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.slide-news-desc{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 12px;
}
.time{
	font-style: italic
}
.news-list{
	width: 49%;
	box-sizing: border-box;
	padding-left: 4vw;
	padding-left: min(4vw,112px);
}
.news-list ul li a{
	display: block;
	color: #666;
	font-size: 16px;
}
.news-list ul li{
	border-bottom: 2px solid rgba(4,8,11,0.05);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.news-list ul li a h3{
	font-size: 22px;
	color: #333;
	padding: 14px 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	position: relative;
	transition: all 0.3s ease-out;
}
.news-list ul li a h3::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #476D2D;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
	opacity: 0;
	transition: all 0.3s ease-out;
	transform: scale(0);
}
.news-list ul li a:hover h3{
	color: #476D2D;
	padding-left: 12px;
}
.news-list ul li a:hover h3::before{
	opacity: 1;
	transform: scale(1);
}
.resbg{
	background: #fbfcfe url(../images/resbg.jpg) no-repeat bottom;
	background-size: cover;
	padding-bottom: 100px;
}
.research-swiper .swiper-slide{
	border-radius: 10px;
	overflow: hidden;
}
.opacity{
	opacity: 0;
}
.slide-research{
	display: block;
	padding: 25px;
	background: #fff;
	position: relative;
	font-size: 16px;
	color: #576150;
	border-radius: 10px;
	overflow: hidden;
}
.slide-research-desc{
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	margin-top: 15px;
}
.slide-cover{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #fff;
	font-size: 12px;
	text-transform: uppercase;
	background: #568536;
	opacity: 0;
	transition: all 0.3s ease-out;
	text-align: center;
	border-radius: 10px;
}
.slide-research:hover .slide-cover{
	opacity: 1;
}
.slide-research-cimg{
/*	height: 332px;*/
	width: 100%;
	margin-bottom: 1vw;
	text-align: left;
	display: flex;
	align-items: center;
}
.slide-research-cimg img{
	width: 85%;
	max-width: 85%;
	transition: all 0.3s ease-out;
	transform: translate(0.6vw,-1vw);
}
.slide-research:hover .slide-research-cimg img{
	width: 100%;
	max-width: 100%;
	transform: translate(0,0);
}
.more-bar{
	border: 1px solid rgba(255,255,255,0.6);
	min-width: 120px;
	height: 46px;
	border-radius: 23px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	box-sizing: border-box;
	padding: 5px 10px 5px 20px;
	font-size: 16px;
	transition: all 0.3s ease-out;
	position: absolute;
	bottom: -1vw;
	left: 50%;
	opacity: 0;
	transform: translateX(-50%);
}
.more-bar .arrow{
	margin-left: 10px;
}
.slide-research:hover .more-bar{
	bottom: 1vw;
	opacity: 1;
}
.slide-research:hover .more-bar:hover{
	background: #476D2D;
	padding: 5px 10px 5px 20px;
}
.arrow{
	display: block;
	background: url(../images/arrow.png) no-repeat;
	background-size: cover;
	width: 32px;
	height: 32px;
}
.research-swiper{
	position: relative;
	margin-top: 70px;
}
.research-swiper .swiper-button-prev::after,.research-swiper .swiper-button-next::after,.talent-swiper .swiper-button-prev::after,.talent-swiper .swiper-button-next::after{
	display: none;
}
.research-swiper .swiper-button-prev,.talent-swiper .swiper-button-prev{
	background: url(../images/mvArr.png) no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
	left: -80px;
	transition: all 0.15s ease-out;
}
.research-swiper .swiper-button-prev:hover,.talent-swiper .swiper-button-prev:hover{
	background: url(../images/mvArr_on.png) no-repeat;
	background-size: cover;
}

.research-swiper .swiper-button-next,.talent-swiper .swiper-button-next{
	background: url(../images/mvArr.png) no-repeat;
	background-size: cover;
	width: 60px;
	height: 60px;
	transform: rotate(180deg);
	right: -80px;
	transition: all 0.15s ease-out;
}
.research-swiper .swiper-button-next:hover,.talent-swiper .swiper-button-next:hover{
	background: url(../images/mvArr_on.png) no-repeat;
	background-size: cover;
	transform: rotate(180deg);
}
.ljlogo{
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 0.9vw;
	height: clamp(36px,6.87vw,132px);
	box-sizing: border-box;
}
.ljlogo img{
	display: block;
	max-height: 100%;
	max-width: 100%;
}
.lianjian-swiper{
	padding: 1.5vw 0;
}
.lianjian-swiper .swiper-wrapper{
/*	transition-delay: 0s !important;*/
	transition-timing-function: linear !important;
}
.research-swiper .swiper-wrapper{
	transition-timing-function: linear !important;
}
.lianjian-swiper .swiper-wrapper .swiper-slide{
	width: auto !important;
	padding: 0 2vw;
}
.fbg{
	background: url(../images/fbg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 0;
}
.line{
	background: #D0D0D0;
	opacity: 0.2;
	height: 1px;
	overflow: hidden;
}
.fbox{
	padding: 30px 0;
	color: #fff;
	font-size: 16px;
	justify-content: space-between
}
.qrinfo{
	text-align: center;
	font-size: 12px;
	color: rgba(255,255,255,0.8);
}
.qrinfo img{
	margin-bottom: 8px;
	width: 110px;
	height: 110px;
}
.f-items{
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.f-items a{
	color: #fff
}
.f-items li{
	font-size: 16px;
	padding-right: 4.2vw;
}
.f-items li h4{
	display: flex;
	align-items: center;
	padding-bottom: 10px;
	font-size: 16px;
}
.f-items li h4 img{
	height: 20px;
	width: auto;
	margin-right: 6px;
}
.f-left h3{
	font-size: 20px;
	padding-bottom: 25px;
}
.links{
	display: flex;
	position: relative;
	padding-left: 80px;
	margin-top: 20px;
	flex-wrap: wrap;
}
.links a{
	color: #fff;
	margin-right: 20px;
	font-size: 16px;
	transition: all 0.15s ease-out;
	white-space: nowrap;
}
.links a:hover{
	opacity: 0.8
}
.links .link-tit{
	position: absolute;
	top: 0px;
	left: 0;
	white-space: nowrap;
	font-size: 16px;
	font-weight: normal;
	color: #fff;
}
.copyright{
	color: #fff;
	padding-bottom: 20px;
	font-size: 14px;
	padding-top: 6px;
}
.cban{
	min-height: 28.86vw;
	height: clamp(160px,28.86vw,456px);
	position: relative;
}
.cban-tit-group{
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%);
	text-align: center;
	color: #fff;
	font-size: clamp(16px,1.64vw,26px);
	text-transform: uppercase;
	font-weight: lighter;
	padding-bottom: 10px;
}
.cban-tit-group::after{
	content: '';
	width: 30px;
	height: 4px;
	background: #8DCB63;
	border-radius: 2px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -15px;
}
.cban-tit-group h3{
	font-size:24px;
	font-size:clamp(18px,2.27vw,36px);
	font-weight: bold;
	margin-bottom:0.2em;
	margin-bottom: clamp(2px,1.04vw,20px);
}
.ctab-box{
	border-bottom: 1px solid #DEDEDE;
}
.ctab-flex{
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.crum li{
	padding-right: 15px;
	margin-right: 15px;
	position: relative;
}
.crum li::after{
	content: '';
	border-top: 1px solid #898989;
	border-right: 1px solid #898989;
	width: 8px;
	height: 8px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 0;
	margin-top: -4px;
}
.crum li:last-child::after{
	display: none;
}
.crum li a{
	display: block;
	padding: 20px 0;
	line-height: 24px;
	font-size: 16px;
	color: #666;
}
.crum li a:hover{
	color: #333;
}
.crum li span{
	color: #666;
}
.crum li a img{
	height: 16px;
	transform: translateY(-2px)
}
.lab-bg{
	background: url(../images/labg.jpg) no-repeat center;
	background-size: cover;
	position: relative;
	z-index: 11;
}
.ctit-group{
	text-align: center;
	padding-top: 4.6vw;
	padding-bottom: 1.56vw;
	position: relative;
	z-index: 0;
}
.ctit{
	display: inline-block;
	text-align: center;
	font-size:22px;
	font-size: clamp(18px,2.02vw,32px);
	color: #000;
	position: relative;
	z-index: 10;
}
.ctit::before{
	content: '';
	background: url(../images/tico.png) no-repeat;
	background-size: cover;
	width: 68px;
	height: 68px;
	position: absolute;
	top: 50%;
	left: -36px;
	margin-top: -34px;
	z-index: -1;
}
.lab-about{
	padding: 60px 0px;
	flex-direction: row-reverse
}
.lab-img{
	width: 40%;
/*	height: clamp(200px,23.291vw,368px);*/
	overflow: hidden;
	flex-shrink: 0;
	margin: 0 auto
}
.lab-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.lab-info{
	box-sizing: border-box;
/*	padding-left: 3vw;*/
	width: 100%;
	font-size: clamp(14px,1.13vw,18px);
	line-height: 2;
	color: #333;
	text-align: justify;
	padding-right: 3vw;
}
.lab-advantage{
	padding: 60px 0px;
	justify-content: space-between;
}
.adv-img{
	width:55%;
	flex-shrink: 0;
	box-sizing: border-box;
}
.adv-img img{
	width: 100%
}
.adv-info{
	width: 45%;
	font-size: clamp(14px,1.13vw,18px);
	line-height: 2;
	color: #333;
	text-align: justify;
	box-sizing: border-box;
	padding-right: 3.8vw
}
.adv-info h3{
	font-size: clamp(16px, 1.5vw, 26px);
	color: #2c2c2c;
	padding-bottom: 2vw;
}
.jsmb-box{
	position: relative;
}
.jsmbimg{
	width: 100%;
}
.jsmbimg img{
	width: 100%;
	object-fit: cover;
}
.jsmb-tag{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	text-align: center;
	z-index: 10;
}
.ctit-tips{
	text-align: center;
	font-size: clamp(14px,1.13vw,18px);
	padding-left: 13.64vw;
	padding-right: 13.64vw;
	padding-top: min(1vw,30px);
	padding-bottom: min(1vw,30px);
	line-height: 1.8;
}

.leader-list{
	padding-top: 3vw;
}
.leader-list li{
	padding-bottom: 30px;
}
.leaders{
	display: flex;
	align-items: stretch;
	background: #fff;
	padding: 30px;
	overflow: hidden;
}
.leader-img{
	width: clamp(90px,12.658vw,200px);
	margin-right: 2.5vw;
	flex-shrink: 0;
}
.leader-img img{
	width: 100%;
}
.leader-info{
	flex: 1;
	overflow: hidden;
	font-size:clamp(14px,1.01vw,16px);
}
.leader-info h3{
	font-size:clamp(18px,1.64vw,26px);
	color: #476D2D;
	padding-bottom: 20px;
	line-height: 1.2
}
.leader-info h3 span{
	margin-left: 20px;
}
.leader-desc{
	line-height: 2;
	text-align: justify;
}
.res-card-desc{
	text-align: justify;
}
.orgimg{
	overflow-x: auto;
	width: 100%;
	text-align: center;
	padding-bottom: 5vw
}
.orgimg img{
   width: clamp(960px,100%,1390px) !important;
	max-width: none
}
.directors{
	justify-content: center;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.directors li{
	padding: 1.38vw;
	text-align: center;
	font-size: clamp(12px,1.13vw,18px);
	color: #666;
}
.directors li h3{
	font-size: clamp(12px,1.26vw,20px);
	font-weight: normal;
	margin: 10px 0;
}
.directors li h3 strong{
	margin-left: 10px;
	font-weight: normal;
	font-size: clamp(12px,1.01vw,16px);
}
.experts{
	justify-content: flex-start;
	align-items: stretch;
	-webkit-align-items: stretch;
	flex-wrap: wrap;
	background: #fff url(../images/expbg.jpg) no-repeat right bottom;
	background-size: 14.32vw auto;
	padding: 1.04vw;
	margin-bottom: 4.68vw;
	margin-top: 2vw;
}
.experts li{
	width: 20%;
	padding: 1.04vw;
	font-size: 14px;
}
.director-img{
	cursor: pointer;
	width: 100%;
	max-width: 232px;
}
.director-img img{
	width: 100%
}

.commitee-img{
	width: 100%;
}
.commitee-img img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.commitees{
	flex-wrap: wrap;
	padding-bottom: 10px;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-left: -1vw;
	margin-right: -1vw;
}
.commitees li{
	width: 16.666%;
	box-sizing: border-box;
	padding: 1vw;
	text-align: center;
	font-size: clamp(12px,1.076vw,14px);
}
.commitees li h3{
	font-size: clamp(14px,1.384vw,18px);
	font-weight: normal;
	margin: 10px 0 6px 0;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
}
.commitees li h3 strong{
	margin-left: 10px;
	font-weight: normal;
}
.ywh{
	height: 100%;
	background: #476D2D;
	color: #fff;
	padding-bottom: 10px;
	cursor: pointer;
}
#popup{
	display: none;
	position: fixed;
	z-index: 100021;
	width: 100%;
	height: 100%;
}
.pcover{
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: rgba(0,0,0,0.8)
}
.popup-box{
	position: fixed;
	top: 50%;
	left: 50%;
	width: 900px;
	max-height: 600px;
	transform: translate(-50%,-50%);
	z-index: 10001;
	background: #fff;
	box-sizing: border-box;
	padding: 36px 52px;
}
.pop-search{
	position: fixed;
	top: 30%;
	left: 50%;
	width: 600px;
	transform: translateX(-50%);
	z-index: 10001;
	color: #fff;
}
.pop-search h3{
	font-size:clamp(14px,1.44vw,26px);
	text-align: center;
}
.search{
	background: #FFFFFF;
	border-radius: 6px;
	display: flex;
	align-items: center;
	box-sizing: border-box;
	padding: 10px;
	margin-top: 50px;
}
.ssin{
	flex: 1;
	box-sizing: border-box;
	border: none;
	outline: none;
	color: #333;
	padding-left: 12px;
}
.ssbar{
	background: url(../images/i_ss_b.png) no-repeat center;
	background-size: 20px 20px;
	width: 50px;
	height: 30px;
	border: none;
	cursor: pointer;
	outline: none;
}
.b-close{
	position: absolute;
	top: 0;
	right: 0;
	background: url(../images/pclose.png) no-repeat center;
	background-size: 20px 20px;
	width: 30px;
	height: 30px;
	cursor: pointer;
}
.weiyuan{
	position: relative;
	align-items: stretch;
	-webkit-align-items: stretch;
}
.weiyuan-img{
	width: clamp(90px,13.29vw,210px);
	margin-right: 40px;
}
.weiyuan-info{
	border-bottom: 1px solid #E7E7E7;
	flex: 1;
}
.weiyuan-data{
	height: 100%;
	display: flex;
	align-items: center;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	font-size:clamp(14px,1.13vw,18px);
}
.weiyuan-data div{
	width: 100%
}
.weiyuan-data h3{
	font-size:clamp(16px,1.64vw,26px) !important;
	color: #476D2D !important;
	margin-bottom: 12px;
	font-weight: bold;
}
.weiyuan-data h3 span{
	margin-left: 20px !important;
	font-size:clamp(14px,1.51vw,24px) !important;
}
.weiyuan-data h4{
	font-size:clamp(16px,1.39vw,22px);
	margin: 8px 0;
}
.weiyuan-intro{
	margin-top: 20px;
	overflow-y: auto;
	text-align: left;
	max-height:260px; 
	font-size:clamp(14px,1.13vw,18px);
}
.pclose{
	background: #476D2D;
	width: 70px;
	height: 108px;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	right: -70px;
	z-index: 1;
	text-align: center;
	color: #fff;
	padding-top: 20px;
	cursor: pointer;
}
.pclose span{
	display: block;
	background: url(../images/pclose.png) no-repeat;
	background-size: cover;
	width: 26px;
	height: 26px;
	margin: 6px auto;
}
.lianjian-tit{
	font-size: 20px;
	font-size:clamp(16px,1.89vw,30px);
	border-left: 4px solid #476D2D;
	line-height: 1;
	padding-left: 12px;
	margin-top: 4vw;
	margin-bottom: 1.1vw;
}
.lianjian-list{
	flex-wrap: wrap;
	margin-left: -15px;
	margin-right: -15px;
	padding-bottom: 3vw;
}
.lianjian-list li{
	width: 20%;
	box-sizing: border-box;
	padding: 15px;
}
.lianjian-list li a{
	border: 1px solid #DFDFDF;
}
.contact-box{
	background: #F9F9F9;
	margin-top: 4.16vw;
	padding-bottom: 6vw;
}
.contact-info{
	flex: 1;
}
.contact-info ul{
	padding-left: 6vw
}
.contact-info ul li{
	display: flex;
	align-items: center;
	padding: 10px 0;
	font-size: 20px;
}
.contact-info ul li img{
	flex-shrink: 0;
	margin-right: 12px;
	width: 20px;
}
.map-box{
	flex: 1;
}
.res-card-box{
	background: #fff;
	align-items: stretch;
	-webkit-align-items: stretch;
	border-radius: 10px;
	overflow: hidden;
	margin-top: 70px;
}
.res-card-img{
	width: 40%;
	background: #669843;
	display: flex;
	align-items: center;
	justify-content: center;
}
.res-card-info{
	flex: 1;
	box-sizing: border-box;
	font-size: clamp(14px,1.01vw,16px);
	line-height: 2;
	padding: 45px;
}
.res-card-tit{
	font-size: clamp(18px,1.77vw,28px);
	color: #476D2D;
	padding-bottom: 10px;
	position: relative;
	margin-bottom: clamp(10px,1.77vw,28px);
}
.res-card-tit::after{
	content: '';
	width: 58px;
	height: clamp(2px,0.2vw,4px);
	background: #476D2D;
	position: absolute;
	bottom: 0;
	left: 0;
}
.bgw{
	background: #fff;
	position: relative;
	z-index: 0
}
.research-centers{
	margin-left: -14px;
	margin-right: -14px;
	padding-top: 2vw;
	padding-bottom: 6.77vw;
	flex-wrap: wrap
}
.research-centers li{
	width: 25%;
	box-sizing: border-box;
	padding: 14px;
}
.research-centers li a{
	display: block;
	position: relative;
	overflow: hidden;
}
.res-cen-img{
	width: 100%;
}
.res-cen-tit{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	padding: 10px;
	box-sizing: border-box;
	color: #fff;
	text-align: center;
	transition: all 0.3s ease-out;
	font-size: clamp(14px,1.012vw,16px);
}
.res-cen-info{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	box-sizing: border-box;
	color: #fff;
	padding: 1.87vw;
	opacity: 0;
	transition: all 0.3s ease-out;
}
.res-cen-info::before{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: -1;
	background: linear-gradient(#669843, #669843, #498ACD);
	opacity: 0.95;
}
.res-cen-info h3{
	font-size: clamp(14px,1.139vw,18px);
	text-align: center;
	position: relative;
	padding-bottom: 1.5vw;
	margin-bottom: 1vw;
	line-height: 1.6;
}
.res-cen-info h3::after{
	content: '';
	background: url(../images/yjico.png) no-repeat;
	background-size: cover;
	width: 107px;
	height: 18px;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -53px;
}
.res-cen-desc{
	text-align: justify;
	margin-bottom: 2vw;
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	font-size: clamp(12px,1.012vw,16px);
}
.res-cen-info .more{
	border: 1px solid #fff;
	background: none;
	color: #fff;
	font-size: 14px;
	width: 110px;
	height: 38px;
	line-height: 36px;
	margin: 0 auto;
}
.res-cen-info .more:hover{
	background: #ffffff;
	color: #476D2D;
	border: 1px solid #ffffff;
}
.research-centers li a:hover .res-cen-info{
	opacity: 1;
}
.research-centers li a:hover .res-cen-tit{
	opacity: 0;
	bottom: -20px;
}
.yjzx-box{
	position: relative;
	min-height: 24.42vw;
	margin-top: 6vw;
	background: #fff url(../images/expbg2.jpg) no-repeat left top;
	background-size: 12.91vw auto;
	display: flex;
	align-items: stretch;
}
.yjzx-box2{
	position: relative;
	margin-top: 6vw;
	background: #fff ;
	display: flex;
	align-items: stretch;
}
.yjzx-info{
	flex: 1;
	padding: 2.4vw;
	box-sizing: border-box;
	font-size: clamp(14px,1.13vw,18px);
	line-height: 2.2;
	height: 25vw;
	display: flex;
	flex-direction: column;
}
.yjzx-img{
	width: 31.25vw;
	height: 25vw;
}
.yjzx-img2 {
	width: 31.25vw;
	height: 20.83vw;
}
.yjzx-img img{
	width: 100%;
	height: 100%;
	object-fit: contain;
}
.yjzx-img2 img{
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.kyry-box{
	background: #fff;
	margin-top: 30px;
	padding: 30px;
}
.more-bar2{
	display: inline-block;
	color: #333;
	position: relative;
	padding-right: 16px;
	font-size: 16px;
	transition: all 0.15s ease-out;
}
.more-bar2::after{
	content: '';
	border-top: 1px solid #666;
	border-right: 1px solid #666;
	width: 8px;
	height: 8px;
	position: absolute;
	top: 50%;
	right: 3px;
	margin-top: -4px;
	transform: rotate(45deg);
	transition: all 0.15s ease-out;
}
.more-bar2:hover{
	color: #476D2D;
}
.more-bar2:hover::after{
	border-color: #476D2D
}
.kyry-list{
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-left: -30px;
	margin-right: -30px;
	flex-wrap: wrap
}
.kyry-list li{
	width: 50%;
	box-sizing:border-box;
	padding: 0px 30px;
}
.kyry-list li a{
	display: flex;
	align-items: flex-start;
	color: #333
}
.kyry-box2{
	overflow: hidden;
	padding: 0 40px;
}
.kyry-box2 .kyry-list{
	margin-left: 0;
	margin-right: 0;
	margin-top: -1px;
}
.kyry-box2 .kyry-list li{
	border-top: 1px solid #dedede;
	padding: 40px 0px;
	width: calc(50% - 20px);
}
.kyry-box2 .kyry-list li:nth-child(2n){
	width: calc(50% + 20px);
}
.kyry-box2 .kyry-list li:nth-child(2n) .kyry-img{
	margin-left: 40px;
}
.kyry-desc{
/*
	overflow : hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
*/
	line-height: 1.8
}
.kyry-img{
	width: clamp(90px,7.5vw,144px);
	margin-right: 1.56vw
}
.kyry-info{
	flex: 1;
	font-size: 14px;
}
.kyry-info h3{
	font-size: clamp(16px,1.26vw,20px);
	line-height: 1.8;
	color: #2c2c2c;
	margin-bottom: 8px;
	transition: all 0.15s ease-out;
}
.kyry-info h3 span{
	font-size: 14px;
	color: #999;
	margin-left: 6px;
	transition: all 0.15s ease-out;
}
.kyry-list li a:hover .kyry-info h3{
	color: #476D2D;
	transform: translateX(4px);
}
.yjfx-box{
	position: relative;
	margin-top: 2vw;
	background: #fff url(../images/expbg.jpg) no-repeat right bottom;
	background-size: 13.91vw auto;
	padding: 2.35vw;
	font-size: clamp(16px,1.13vw,18px);
	line-height: 2;
	margin-right: auto;
	margin-left: auto;
	box-sizing: border-box;
}
.yjfx-list{
	flex-wrap: wrap;
	align-items: stretch;
	-webkit-align-items: stretch;
	margin-left: -30px;
	margin-right: -30px;
	padding: 20px 0;
}
.yjfx-list li{
	width: 50%;
	box-sizing: border-box;
	padding: 20px 30px;
	position: relative;
	font-size: clamp(14px,1.01vw,16px);
}
.yjfx-items{
	position: relative;
	padding-left: 40px;
}
.yjfx-num{
	position: absolute;
	width: 22px;
	height: 22px;
	background: #476D2D;
	border-radius: 2px;
	text-align: center;
	line-height: 22px;
	color: #fff;
	top: 0;
	left: 0;
}
.yjfx-list li h3{
	font-size: clamp(16px,1.13vw,18px);
	margin-bottom: 20px;
}
.result-img{
	width: 100%;
	height: clamp(180px,15.1vw,290px);
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 0.8vw;
}
.result-img img{
	max-width: 100%;
	max-height: 100%;
}
.results{
	display: block;
	background: #fff;
	padding: 20px 25px;
}
.result-tit{
	font-size: clamp(16px,1.39vw,22px);
	margin-bottom: clamp(16px,1.39vw,22px);
}
.result-data{
	font-size: clamp(14px,1.39vw,22px);
}
.result-data li{
	position: relative;
	margin-bottom: 6px;
	line-height: 1.4;
	padding-left: 6em;
	font-size: clamp(14px,1.01vw,16px);
}
.result-data li label{
	font-size:100%;
	font-weight: normal;
	color: #000;
	width: 6em;
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 1em;
}
.result-data li label::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #498ACD;
	border-radius: 50%;
	position: absolute;
	top: 8px;
	left: 0;
}
.research-results{
	margin-top: 60px;
	margin-bottom: 80px;
	position: relative;
	padding-bottom: 60px;
	width: min(100%,1480px);
	margin-left: auto;
	margin-right: auto;
	box-sizing: border-box;
}
.research-results .swiper-pagination{
	top: auto;
	bottom: 0;
	left: 20%;
	width: 60%;
}
.research-results .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{
	background: #476D2D;
}
.cnews-swiper{
	padding: 4.16vw 0;
	position: relative;
}
.cnews-list{
	padding-top: 2.60px;
	padding-bottom: 4.16vw;
}
.cnews-list li{
	padding-top: 30px;
}
.cnews-list li a{
	display: flex;
	align-items: center;
	background: #fff;
	font-size: 14px;
	padding: 12px;
	color: #666;
}
.cnews-swiper .swiper-pagination{
	bottom: 0;
}
.cnews-swiper .swiper-pagination-bullet-active{
	background: #476D2D;
}
.cnews-pic{
	width: min(14.4556vw,260px);
	flex-shrink: 0;
	margin-right: 2.08vw;
	overflow: hidden;
}
.cnews-pic img{
	width: 100%;
	height: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.cnews-info{
	flex: 1;
}
.cnews-tit{
	font-size: 18px;
	font-size: clamp(16px,1.26vw,20px);
	color: #2c2c2c;
	margin-bottom: 12px;
	transition: all 0.3s ease-out;
	position: relative;
}
.cnews-tit::before{
	content: '';
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #476D2D;
	opacity: 0;
	transform: scale(0);
	transition: all 0.3s ease-out;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.cnews-day{
	text-align: center;
	white-space: nowrap;
	line-height: 1.2;
	color: #476D2D;
	padding: 0 30px;
}
.cnews-day strong{
	font-size: clamp(24px,2.65vw,42px);
}
.cnews-list li a:hover .cnews-tit{
	color: #476D2D;
	padding-left: 12px;
}
.cnews-list li a:hover .cnews-tit::before{
	opacity: 1;
	transform: scale(1)
}
.cnews-list li a:hover .cnews-pic img{
	transform: scale(1.03)
}
.yx-pager{
	display: flex;
	align-items: center;
	justify-content: center;
	padding-bottom: 4.16vw;
}
.yx-pager a{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	color: #999;
}
.yx-pager a:hover{
	color: #476D2D;
}
.yx-pager span{
	width: 40px;
	height: 40px;
	text-align: center;
	line-height: 40px;
	border-radius: 20px;
	background: #476D2D;
	color: #fff;
}
.c-search-box{
	padding: 3.12vw 0;
}
.c-search{
	box-sizing: border-box;
	border: 1px solid #C7C7C7;
	border-radius: 30px;
	padding: 10px 20px;
	position: relative;
	width: min(100%,700px);
	margin: 0 auto;
}
.c-search::before{
	content: '';
	background: url(../images/i_ss_b.png) no-repeat center;
	background-size: cover;
	width: 20px;
	height: 20px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -10px;
	opacity: 0.5
}
.c-search input{
	border: none;
	outline: none;
	width: 100%;
	box-sizing: border-box;
	line-height: 30px;
	box-shadow: 0 0 0 rgba(0,0,0,0);
	padding-left: 30px;
}
.notice-list{
	padding-bottom: 4.16vw;
}
.notice-list li{
	border-bottom: 1px solid #E2E2E2;
	padding: 30px 0;
	line-height: 26px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	overflow: hidden;
}
.notice-list li span{
	float: right;
	color: #999;
	font-size: 14px;
	white-space: nowrap;
}
.notice-list li a{
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	font-size: clamp(16px,1.26vw,20px);
	transition: all 0.1s ease-out;
	font-weight: 400;
	flex: 1;
}
.notice-list li a:hover{
	color: #476D2D
}
.talent-team{
	justify-content: space-between;
	padding: 1.6vw 0 4vw 0;
	align-items: flex-start;
	-webkit-align-items: flex-start;
}
.talent-intro{
	width: 48%;
	line-height: 2
}
.talent-pic{
	width: 44%;
}
.talent-intro h3{
	font-size: clamp(16px,1.45vw,28px);
	color: #476D2D;
	margin-bottom: min(20px,2vw);
}
.talent-swiper{
	position: relative;
	margin-bottom: 5vw;
}
.talent-swiper .swiper{
	padding-bottom: 30px
}
.talent-swiper .swiper-pagination-bullet{
	transition: all 0.15s ease-out;
	width: 12px;
	height: 12px;
}
.talent-swiper .swiper-pagination-bullet-active{
	background: #476D2D;
}
.talents{
	display: block;
}
.talents h3{
	font-size: 16px;
	padding: 15px 10px;
}
.talent-img{
	height: 15.62vw;
	width: 100%;
	overflow: hidden;
}
.talent-img img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	transition: all 0.3s ease-out;
}
.talents:hover .talent-img img{
	transform: scale(1.02);
}
.join-jizhi{
	background: #FFFFFF;
	box-shadow: 0px 0px 51px 0px rgba(0,0,0,0.1);
	width: min(100%,1320px);
	margin: 4vw auto 6vw auto;
}
.jizhi-img{
	width: 49%;
	flex-shrink: 0;
}
.jizhi-info{
	flex: 1;
	box-sizing: border-box;
	padding: 0 min(3.16vw,50px);
	font-size: clamp(16px,1.26vw,20px);
	line-height: 1.8;
	color: #333;
}
.join-screen-box{
	background: #fff;
	margin-bottom: 30px;
	padding: 30px;
	width: min(100%,1320px);
	margin-left: auto;
	margin-right: auto;
	margin-top: 3vw;
}
.join-screen-list{
	padding: 10px 0;
	align-items: flex-start;
}
.join-screen-list label{
	font-weight: normal;
	font-size: clamp(14px,1.01vw,16px);
	white-space: nowrap;
	padding: 4px 0;
}
.join-screen-list ul{
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	padding-left: 4em;
}
.join-screen-list ul li{
	padding-right: 15px;
	margin-bottom: 12px;
}
.join-screen-list ul li:first-child{
	position: absolute;
	top: 0;
	left: 0;
}
.join-screen-list ul li a{
	display: block;
	font-size: clamp(14px,1.01vw,16px);
	cursor: pointer;
	padding: 4px 20px;
	border-radius: 20px;
}
.join-screen-list ul .active a{
	background: #476D2D;
	color: #fff;
}
.join-works-box{
	width: min(100%,1320px);
	margin: 0 auto;
	padding-bottom: 4.16vw;
	overflow-x: auto
}
.works-list{
	background: #fff;
	margin-bottom: 20px;
	color: #333;
	padding: 0 20px;
}
.lits-th{
	background: #476D2D;
	margin-top: 36px;
}
.lits-th li{
	color: #fff !important;
}
.works-list li{
	padding: 20px 30px;
	box-sizing: border-box;
	text-align: center;
	color: #333;
	white-space: nowrap;
}
.works-list li a{
	color: #2c2c2c;
}
.works-list li:first-child{
	width: 35%;
	text-align: left !important;
	font-weight: 400;
}
.works-list li:nth-child(2n){
	width: 14%;
}
.works-list li:nth-child(3n){
	width: 22%;
}
.works-list li:nth-child(4n){
	width: 14%;
}
.works-list li:nth-child(5n){
	width: 15%;
}
.works-list li a:hover{
	text-decoration: underline;
	color: #476D2D
}
.zhengce-box{
	background: url(../images/zcbg.jpg) no-repeat center bottom;
	background-size: 100% auto;
	padding-bottom: 5vw;
}
.zhengce-list{
	flex-wrap: wrap;
	padding: 10px 0;
}
.zhengce-list li{
	width: 50%;
	box-sizing: border-box;
	position: relative;
	padding-left: 16px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.zhengce-list li::before{
	content: '';
	width: 6px;
	height: 6px;
	background: #476D2D;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -3px;
}
.zhengce-list li a{
	display: block;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}
.zhengce-list li a:hover{
	color: #476D2D;
	text-decoration: underline;
}
.peiyang-box{
	width: min(100%,1484px);
	margin: 0 auto;
	position: relative;
}
.peiyang-intro{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	color: #fff;
	display: flex;
	align-items: center;
	justify-content: center;
}
.py-txt{
	width: 90%;
	text-align: center;
	font-size: clamp(16px,1.51vw,24px);
	line-height: 2;
	position: relative;
	box-sizing: border-box;
	padding: 15px 30px;
}
.py-txt::before{
	content: '';
	background: url(../images/idou.png) no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	position: absolute;
	top: -40px;
	left: 0;
	z-index: 1;
	transform: rotate(180deg)
}
.py-txt::after{
	content: '';
	background: url(../images/idou.png) no-repeat;
	background-size: 100% auto;
	width: 50px;
	height: 50px;
	position: absolute;
	bottom: -40px;
	right: 0;
	z-index: 1;
}
.mob-tips{
	display: none;
}
.content-box{
	background: #fff;
	width: min(100%,1480px);
	margin: 0 auto;
	box-sizing: border-box;
	padding-left: 5.2vw;
	padding-right: 5.2vw;
	padding-top: 3vw;
	padding-bottom: 3vw;
	font-size: clamp(17px,1.6vw,20px);
	line-height: 2
}
.title-group{
	padding: 30px 0;
	border-bottom: 1px solid #E1E1E1;
	font-size: clamp(14px,1.13vw,18px);
	color: #666;
}
.title-group h1{
	font-size: clamp(20px,2vw,32px);
	color: #2E2E2E;
	padding-bottom: 20px;
	line-height: 1.6
}
.detail-container{
	padding: clamp(15px,1.25vw,30px) 0;
}
.detail-other{
	background: #F7F9FB;
	padding: 10px 40px;
	font-size: 16px;
	margin: 3vw 0;
}
.detail-other a{
	display: block;
	position: relative;
}
.pg-prev{
	padding-left: 16px;
	transition: all 0.15s ease-out;
}
.pg-prev:hover{
	padding-left: 14px;
}
.pg-prev::before{
	content: '';
	border-top: 1px solid #333;
	border-left: 1px solid #333;
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	left: 0;
	z-index: 1;
	margin-top: -5px;
}
.pg-next{
	padding-right: 16px;
	transition: all 0.15s ease-out;
}
.pg-next:hover{
	padding-right: 14px;
}
.pg-next::before{
	content: '';
	border-bottom: 1px solid #333;
	border-right: 1px solid #333;
	transform: rotate(-45deg);
	width: 10px;
	height: 10px;
	position: absolute;
	top: 50%;
	right: 0;
	z-index: 1;
	margin-top: -5px;
}

@-webkit-keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(30px, 0, 0);
		transform:translate3d(30px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		transform:none
	}
}
@keyframes fadeInRight {
	0% {
		opacity:0;
		-webkit-transform:translate3d(30px, 0, 0);
		-ms-transform:translate3d(30px, 0, 0);
		transform:translate3d(30px, 0, 0)
	}
	100% {
		opacity:1;
		-webkit-transform:none;
		-ms-transform:none;
		transform:none
	}
}
/*侧边栏布局结构*/
.flex-box{
	display: flex;
	align-items: flex-start;
	position: relative;
	z-index: 100
}
.side{
	width: 220px;
	flex-shrink: 0;
	padding-top: 70px;
	padding-bottom: 70px;
	position: relative;
	z-index: 1;
}
#sideNav{
	background: #FFFFFF;
	box-shadow: 0px 2px 39px 4px rgba(80,103,110,0.08);
	border-radius: 10px;
	overflow: hidden;
}
.side-nav li{
	position: relative;
}
.side-nav li::after{
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 1px;
	background: #DEDEDE;
	opacity: 0.6;
}
.side-nav li:last-child::after{
	display: none;
}
.side-nav li a{
	display: block;
	font-size: 18px;
	color: #333;
	padding: 24px 34px;
	position: relative;
	transition: all 0.2s ease-out;
}
.side-nav li a::after{
	content: '';
	border-top: 1px solid #333;
	border-right: 1px solid #333;
	width: 9px;
	height: 9px;
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	right: 20px;
	margin-top: -5px;
	transition: all 0.2s ease-out;
	z-index: 1;
}
.side-nav li a:hover,.side-nav .active a{
	background: #476D2D;
	color: #fff;
}
.side-nav li a:hover::after,.side-nav .active a::after{
	border-color: #fff;
}
.sidefixed {
    position: fixed;
    top: 8.85vw;
	width: 220px;
	z-index: 1000;
}
.section{
	flex: 1;
	box-sizing: border-box;
	padding-left: 60px;
	overflow: hidden
}
.research-tabs-box{
	position: relative;
	margin-bottom: 70px;
}
.research-tabs{
	position: absolute;
	bottom: -40px;
	left: 0;
	width: 100%;
	z-index: 20;
}
.research-tabs li{
	flex: 1;
	position: relative;
	text-align: center;
	z-index: 0;
	overflow: hidden;
}
.research-tabs li a{
	display: block;
	text-align: center;
	color: #476D2D;
	cursor: pointer;
}
.research-tabs li a h3{
	font-size: 18px;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	background: #fff;
	padding: 35px 10px;
	transition: all 0.15s ease-out
}
.research-tabs li h3::after{
	content: '';
	width: 2px;
	height: 40px;
	background: #89A078;
	opacity: 0.2;
	position: absolute;
	top: 50%;
	margin-top: -20px;
	right: 0;
	z-index: 1;
}
.research-tabs li:first-child h3{
	border-top-left-radius: 6px;
	border-bottom-left-radius: 6px;
}
.research-tabs li:last-child h3{
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
}
.research-tabs li:last-child h3::after{
	display: none;
}
.res-itimg{
	width: 100%;
	overflow: hidden;
	background: #669843;
	border-radius: 6px;
	box-sizing: border-box;
	padding: 0 15px;
	z-index: -1;
	opacity: 0;
	transform: translateY(50%);
	transition: all 0.3s ease-out
}
.research-tabs li:hover .res-itimg{
	opacity: 1;
	transform: translateY(0px);
}
.research-tabs li:hover h3{
	color: #fff
}
.sort-tips{
	padding-bottom: 4vw;
	text-align: right;
	color: #666;
}
.experts-sort{
	position: absolute;
	bottom: 6vw;
	right: 2.08vw;
	font-size: clamp(12px,1.01vw,16px);
}



.detail-container h1, .detail-container h2, .detail-container h3, .detail-container h4, .detail-container h5, .detail-container h6, .detail-container h7 {
	font-weight: bold;
	line-height: 1.7
}
.detail-container p span, .detail-container p {
	white-space: inherit !important
}
.detail-container img {
	vertical-align: middle;
	max-width: 100% !important;
	max-height: auto !important;
	height: auto !important;
}


/*滚动条样式*/
.pScroll{
	flex: 1;
	overflow-y: auto;
	position: relative;
	padding-right: 20px;
}
.pScroll::-webkit-scrollbar {/*滚动条整体样式*/
	width: 10px;     /*高宽分别对应横竖滚动条的尺寸*/
	height: 1px;
}

.pScroll::-webkit-scrollbar-thumb {/*滚动条里面小方块*/
	border-radius: 10px;
	 -webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	background: #535353;
}

.pScroll::-webkit-scrollbar-track {/*滚动条里面轨道*/
	-webkit-box-shadow: inset 0 0 5px rgba(0,0,0,0.2);
	border-radius: 10px;
	background: #EDEDED;
}




@media (max-width: 1800px) {
	.container{
		width: 100%;
		box-sizing: border-box;
		padding-left: 5%;
		padding-right: 5%;
	}
	.jsmb-scroll{
		padding-top: 5.3vw;
	}
}
@media (max-width: 1680px){
	.banner-info{
		width: 22vw;
	}
	.banner-inbox{
		padding-left: 5%;
	}
}
@media (max-width: 1440px) {
	.brand-header{
		width: calc(15vw + 120px);
	}
	.banner-info{
		width: 20vw;
	}
	.brand-logo{
		width: 200px;
		height: 43px;
	}
	.navMenu li a{
		font-size: 16px;
		padding: 2px 0;
	}
	.nav-tools a{
		font-size: 14px;
	}
	.nav-tools li{
		margin-left: 20px;
    	padding-left: 20px;
	}
	.banner-tit{
		width: 80%;
		max-width: 80%;
	}
	.sidefixed{
/*		top: 110px;*/
	}
	.side-nav li a{
		font-size: 16px;
		padding: 15px 30px;
	}
	.banner-info .more{
		border-radius: 30px;
		width: 110px;
		height: 36px;
		line-height: 36px;
		font-size: 14px;
	}
	.home-title{
		font-size: 30px;
	}
	.home-title span{
		font-size: 60px;
	}
	.news-tabs li a{
		font-size: 16px;
	}
	.news-list ul li{
		padding-bottom: 15px;
		margin-bottom: 12px;
	}
	.news-list ul li a h3{
		font-size: 20px;
	}
	.research-swiper .swiper-button-prev,.talent-swiper .swiper-button-prev{
		left: -50px;
	}
	.research-swiper .swiper-button-next,.talent-swiper .swiper-button-next{
		right: -50px;
	}
	.lab-info{
		flex: 1;
	}
	.commitees li{
		width: 20%;
	}
	.popup-box{
		width: 800px;
		max-height: 80%;
		transform: translate(-50%,-40%);
		padding: 20px 30px;
	}
	.weiyuan-img{
		width: 120px;
	}
	.pclose{
		width: 50px;
    	height: 70px;
		right: -50px;
		padding-top: 10px;
	}
	.pclose span{
		width: 18px;
		height: 18px;
	}
}
@media (max-width: 1280px) {
	.banner-info{
		padding-top: 11vw;
		width: 23vw;
	}
	.banner-info .more{
		margin-top: 20px;
	}
	.banner-tit{
		width: 70%;
	}
	.banner-intro{
		margin-top: 20px;
		padding-top: 20px;
	}
}
@media (max-width: 1024px) {
	body{
		font-size: 14px;
	}
	.container{
		padding-left: 15px;
		padding-right: 15px;
	}
	.banner-inbox{
		display: none;
	}
	.banner{
		width: 100%;
	}
	.banner-info{
		width: 16vw;
		padding-top: 8.5vw
	}
	.banner-info img{
	}
	.banner-intro{
		padding-top: 15px;
		margin-top: 26px;
	}
/*
	.brand-header{
		width: calc(20vw + 0px);
	}
*/
	.f-items li{
		font-size: 14px;
		padding-right: 30px;
	}
	.qrinfo{
		font-size: 12px;
	}
	.qrinfo img{
		height: 90px;
		width: 90px;
	}
	.lianjian-swiper{
		padding: 15px 0;
	}
	.research-swiper .swiper-button-next,.research-swiper .swiper-button-prev{
		width: 50px;
		height: 50px;
	}
	.ctit::before{
		width: 56px;
		height: 56px;
		margin-top: -28px;
	}
	.crum li a{
		line-height: 20px;
		padding: 15px 0;
	}
	.adv-info,.lab-info{
		font-size: 16px;
	}
	.popup-box{
		position: fixed;
		top: 50%;
		left: 50%;
		width: 80%;
		max-height: 80%;
		transform: translate(-50%,-50%);
		background: #fff;
		box-sizing: border-box;
		padding: 20px;
	}
	.lianjian-list{
		margin-left: -10px;
		margin-right: -10px;
	}
	.lianjian-list li{
		width: 25%;
		padding: 10px;
	}
	.talent-img{
		height: 26.56vw;
	}
	.jsmb-scroll{
		padding-top: 6.2vw;
	}
	.commitees li{
		width: 25%;
	}
	.directors{
		margin-left: -1.38vw;
		margin-right: -1.38vw;
	}
	.directors li{
		width: 33.333%;
	}
}
@media (max-width: 992px) {
	.bgc{
		padding-top: 0;
	}
	.header-container{
		height: 54px;
	}
	.container{
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-tools{
		display: none
	}
	.brand-logo,.nav-hbg .brand-logo{
		width: 112px;
		height: 24px;
		background: url(../images/brand_logo_b.png) no-repeat;
   		background-size: auto 100%;
	}
	.nav-header{
		position: fixed;
		z-index: 1000;
		padding: 12px 0;
		background: #ffffff !important;
	}
	.nav-hbg .nav-header{
		background: #ffffff !important;
	}
	.navMenu{
		display: none;
		position: fixed;
		top: 60px;
		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;
	}
	.navbtn {
		/*background: rgba(8,26,65,0.5);*/
		width: 24px;
		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: 54px;
		left: 0;
		width: 100%;
		z-index: 1001;
		background: #fff;
		box-sizing: border-box;
/*		box-shadow: 0 0 8px rgba(0,0,0,0.3);*/
		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;
	}
	.bat{
		width: 50px;
		height: 36px;
		position: relative;
		display: inline-block;
		margin-left: 8px;
	}
	.bat::after{
		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;
	}
	.mob-sub{
		display: none;
		padding: 0 30px;
	}
	.mob-sub a{
		font-size: 12px;
		display: block;
		padding: 5px 0;
	}
	.cur.bat::after{
		transform: rotate(-135deg);
	}
	.navMenu li a{
		font-size: 14px;
	}
	.brand-logo{
		width: 140px !important;
		height: 30px !important;
	}
	.banner-inbox::before{
		width: 26vw;
	}
	.nav-tools{
		height: 0;
		overflow: hidden;
	}
	.banner-info .more{
		margin-top: 10px;
		transform: scale(0.8);
		transform-origin: left
	}
	.slide-news-info{
		padding: 10px;
		font-size: 14px;
	}
	.slide-news-desc{
		margin-top: 5px;
	}
	.slide-news-info h3{
		font-size: 18px;
		margin-bottom: 5px;
	}
	.home-title-group{
		padding-top: 50px;
	}
	.research-swiper{
		margin-top: 50px;
	}
	.research-swiper .swiper-button-next,.talent-swiper .swiper-button-next{
		right: -10px;
	}
	.research-swiper .swiper-button-prev,.talent-swiper .swiper-button-prev{
		left: -10px;
	}
	.resbg{
		padding-bottom: 60px;
	}
	.slide-cover{
		display: none
	}
	.news-tabs-box{
		padding: 10px 0 20px 0;
	}
	.news-list ul li{
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.news-list ul li a h3{
		font-size: 18px;
		padding: 5px 0;
	}
	.news-list .more{
		transform-origin: left;
		transform: scale(0.8);
		margin-top: 15px;
	}
	.fbox{
		font-size: 14px;
	}
	.f-items{
		flex-wrap: wrap
	}
	.f-left h3{
		font-size: 14px;
		padding-bottom: 12px;
	}
	.f-items li{
		width: 50%;
		padding-bottom: 15px;
		padding-right: 10px;
	}
	.jsmb-items{
		width: 1280px;
	}
	.works-list li{
		padding: 15px 10px;
	}
	.jsmb-scroll{
		padding-top: 0vw
	}
	.side{
		width: 160px;
	}
	.sidefixed{
		width: 160px;
	}
	.side-nav li a{
		padding: 10px 15px;
		font-size: 16px;
	}
	.section{
		padding-left: 30px;
	}
	.research-tabs-box{
		display: none;
	}
}
@media (max-width: 768px) {
	.banner-inbox{
		display: none
	}
	.banner{
		width: 100%
	}
}
@media (max-width: 480px) {
	.flex-box{
		flex-direction: column;
		margin-left: -15px;
		margin-right: -15px;
	}
	.side{
		width: 100%;
		padding-top: 0;
		padding-bottom: 0;
	}
	#sideNav{
		position: relative !important;
		width: 100%;
		overflow-x: auto;
		border-radius: 0;
		top: auto;
	}
	#sideNav::-webkit-scrollbar {
	  display: none;
		width: 0 !important
	}
	.side-nav{
		display: flex;
		align-items: center
	}
	.side-nav li a{
		white-space: nowrap;
	}
	.side-nav li a::after{
		display: none;
	}
	.section{
		padding: 0 15px;
		width: 100%;
		box-sizing: border-box
	}
	.bgc{
		padding-top: 0;
	}
	.header-container{
		height: 54px;
	}
	.container{
		width: 100%;
		box-sizing: border-box;
		padding-left: 15px;
		padding-right: 15px;
	}
	.nav-tools{
		display: none
	}
	.brand-logo,.nav-hbg .brand-logo{
		width: 112px;
		height: 24px;
		background: url(../images/brand_logo_b.png) no-repeat;
   		background-size: auto 100%;
	}
	.nav-header{
		position: fixed;
		z-index: 1000;
		padding: 12px 0;
		background: #ffffff !important;
	}
	.nav-hbg .nav-header{
		background: #ffffff !important;
	}
	.navMenu{
		display: none;
		position: fixed;
		top: 60px;
		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;
	}
	.navbtn {
		/*background: rgba(8,26,65,0.5);*/
		width: 24px;
		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: 54px;
		left: 0;
		width: 100%;
		z-index: 1001;
		background: #fff;
		box-sizing: border-box;
/*		box-shadow: 0 0 8px rgba(0,0,0,0.3);*/
		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;
	}
	.bat{
		width: 50px;
		height: 36px;
		position: relative;
		display: inline-block;
		margin-left: 8px;
	}
	.bat::after{
		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;
	}
	.mob-sub{
		display: none;
		padding: 0 30px;
	}
	.mob-sub a{
		font-size: 12px;
		display: block;
		padding: 5px 0;
	}
	.cur.bat::after{
		transform: rotate(-135deg);
	}
	.banner-inbox::before{
		display: none;
	}
	.news-box{
		flex-direction: column;
	}
	.news-swiper{
		width: 100%;
	}
	.news-list{
		width: 100%;
		padding-left: 0 !important;
	}
	.research-swiper .swiper-button-next,.talent-swiper .swiper-button-next{
		right: 0;
		width: 40px;
		height: 40px;
	}
	.research-swiper .swiper-button-prev,.talent-swiper .swiper-button-prev{
		left: 0;
		width: 40px;
		height: 40px;
	}
	.home-title-group{
		padding-top: 30px;
	}
	.home-title{
		font-size: 20px;
	}
	.home-title span{
		font-size: 36px;
	}
	.newsbg{
		padding-bottom: 30px;
	}
	.news-tabs li a{
		height: 36px !important;
		line-height: 36px !important;
		font-size: 14px;
	}
	.fbox{
		flex-direction: column;
		padding: 20px 0 10px 0;
		position: relative;
	}
	.qrinfo{
		position: absolute;
		bottom: 20px;
		right: 0;
		text-align: right;
		width: 60px;
		line-height: 1.2
	}
	.qrinfo img{
		width: 60px;
		height: 60px;
	}
	.links a,.link-tit{
		font-size: 14px;
	}
	.f-items li{
		width: 100%;
		display: flex;
		padding-bottom: 6px;
		font-size: 13px;
	}
	.f-items li h4{
		padding-bottom: 0;
		font-size: 14px;
		margin-right: 4px;
	}
	.f-items li h4 img{
		height: 14px;
		display: none;
	}
	.lianjian-swiper{
		padding: 10px 0;
	}
	.lab-about{
		flex-direction: column;
		padding: 15px 0;
	}
	.lab-info{
		width: 100%;
		padding-left: 0;
	}
	.lab-advantage{
		flex-direction: column-reverse;
		padding: 30px 0;
	}
	.adv-img{
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.adv-img img{
		width: 90%;
	}
	.adv-info{
		width: 100%;
		margin-left: 0;
	}
	.adv-info h3{
		padding-bottom: 10px;
	}
	.ctit::before{
		width: 44px;
		height: 44px;
		margin-top: -22px;
		left: -30px;
	}
	.jsmb{
		padding-left: 20px;
	}
	.ctit-tips{
		padding-left: 15px;
		padding-right: 15px;
		font-size: 14px;
		margin-top: 10px;
		text-align: justify;
	}
	.ctab-box .container{
		padding: 0;
	}
	.crum{
		display: none;
	}
	.leader-list li{
		padding-bottom: 15px;
	}
	.leaders{
		padding: 15px;
	}
	.leaders h3{
		padding: 6px 0;
	}
	.leader-desc{
		line-height: 22px;
	}
	.commitees li{
		width: 33.333%;
	}
	.directors{
		margin-left: -1.26vw;
		margin-right: -1.26vw;
		padding-bottom: 20px;
	}
	.directors li{
		width: 33.333%;
		padding: 1vw 1.26vw;
	}
	.popup-box{
		padding: 15px;
	}
	.pclose{
		background: none;
		bottom: -106px;
		top: auto;
		left: 50%;
		font-size: 0;
		line-height: 0;
		margin-left: -35px;
		right: auto;
	}
	.lianjian-list li{
		width: 33.333%;
		padding: 6px;
	}
	.res-card-info{
		width: 100%;
		padding: 20px;
	}
	.res-card-img{
		width: 100%;
		position: relative;
	}
	.ctit-group{
		padding-top: 30px;
		padding-bottom: 20px;
	}
	.experts{
		padding-bottom: 40px;
	}
	.research-centers{
		margin-left: -6px;
		margin-right: -6px;
	}
	.research-centers li{
		width: 50%;
		padding: 6px;
	}
	.kyry-list{
		margin-left: 0;
		margin-right: 0;
	}
	.kyry-list li{
		width: 100%;
		padding: 6px 0;
	}
	.more-bar2{
		font-size: 14px;
	}
	.kyry-box{
		padding: 15px;
	}
	.yjzx-info{
		width: 100%;
		padding: 15px;
	}
	.yjzx-img{
		position: relative;
		width: 100%;
		height: auto;
	}
	.yjzx-img2{
		position: relative;
		width: 100%;
		height: auto;
	}
	.yjfx-list{
		margin-left: -15px;
		margin-right: -15px;
	}
	.yjfx-list li{
		width: 100%;
		padding: 15px;
	}
	.yjfx-list li h3{
		margin-bottom: 6px;
	}
	.research-results .swiper-pagination{
		top: auto;
		bottom: 0;
		left: 5%;
		width: 90%;
	}
	.research-results {
		margin-top: 20px;
		margin-bottom: 40px;
		position: relative;
		padding-bottom: 20px;
	}
	.results{
		padding: 15px;
	}
	.cnews-slide{
		flex-direction: column;
		padding: 15px;
	}
	.slide-cnews-info{
		padding: 0;
	}
	.cnews-swiper{
		width: 100%;
	}
	.slide-news-pic{
		margin-bottom: 12px;
		height: auto;
	}
	.cnews-slide .slide-news-pic{
		width: 100%;
		max-width: 100%;
		height: auto;
	}
	.cnews-swiper{
		padding-bottom: 30px;
	}
	.cnews-list li{
		padding-top: 15px;
	}
	.cnews-list li a{
		flex-direction: column;
		align-items: flex-start
	}
	.cnews-pic{
		width: 100%;
		margin-bottom: 12px;
	}
	.cnews-day{
		display: none;
	}
	.c-search{
		padding: 6px 15px;
	}
	.c-search::before{
		width: 18px;
		height: 18px;
		margin-top: -9px;
		left: 15px;
	}
	.c-search input{
		height: 24px;
		line-height: 24px;
		padding-left: 24px;
	}
	.notice-list li{
		flex-direction: column;
		align-items: flex-start;
		justify-content: flex-start;
		padding: 10px 0;
	}
	.notice-list li a{
		white-space: pre-wrap;
		overflow : hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}
	.talent-team{
		flex-direction: column-reverse;
	}
	.talent-intro{
		width: 100%;
	}
	.talent-pic{
		width: 100%;
		margin-bottom: 20px;
		text-align: center
	}
	.talent-pic img{
		width: 60%;
	}
	.talent-img{
		height: 57vw
	}
	.talents h3{
		font-size: 14px;
	}
	.join-jizhi{
		flex-direction: column;
	}
	.jizhi-img{
		width: 100%;
	}
	.jizhi-info{
		padding: 15px;
	}
	.join-screen-box{
		padding: 15px;
	}
	.join-screen-list{
		flex-direction: column;
	}
	.join-screen-list ul li{
		padding-right: 10px;
	}
	.join-screen-list ul li a{
		padding: 0 6px;
	}
	.join-works-box{
		overflow-x: auto
	}
	.works-list{
		width: 800px;
	}
	.zhengce-list li{
		width: 100%;
		padding-bottom: 6px;
		padding-top: 6px;
	}
	.peiyang-box img{
		height: 60vw;
		object-fit: cover;
	}
	.py-txt{
		width: 100%;
		padding: 10px;
	}
	.contact-box{
		flex-direction: column;
	}
	.contact-info{
		width: 100%;
	}
	.contact-info ul{
		padding: 10px;
	}
	.contact-info ul li{
		font-size: 16px;
		padding: 5px 0;
	}
	.contact-info ul li img{
		width: 16px;
	}
	.mob-tips{
		display: block;
		text-align: center;
		color: #999;
	}
	.cban-tit-group{
		transform: translate(-50%,-50%)
	}
	.yx-pager{
		padding-bottom: 20px;
	}
	.yx-pager span,.yx-pager a{
		width: 26px;
		height: 26px;
		text-align: center;
		line-height: 26px;
		border-radius: 15px;
	}
	.title-group{
		padding: 15px 0;
	}
	.search-header{
		height: 80px;
	}
	.experts .director-img{
		width: 100%;
		height: auto;
	}
	.res-card-tit{
		padding-bottom: 5px;
		margin-bottom: 15px;
	}
	.kyry-box2{
		padding: 0 15px;
	}
	.kyry-box2 .kyry-list li{
		width: 100%;
		padding: 15px 0;
	}
	.kyry-box2 .kyry-list li:first-child{
		border-top: none;
	}
	.kyry-box2 .kyry-list li:nth-child(2n){
		width: 100%;
	}
	.kyry-box2 .kyry-list li:nth-child(2n) .kyry-img{
		margin-left: 0;
	}
	.map-box{
		width: 100%;
	}
	.banner-inbox{
		display: none;
	}
	.banner{
		width: 100%;
	}
	.jsmbimg img{
		width: auto !important;
		height: 240px;
	}
	.jsmb-tag{
		position: relative;
		background-image: linear-gradient(#eef8fa,#f2fafd);
		margin-bottom: -80px;
	}
	.res-card-box{
		flex-direction:column-reverse;
	}
	.lab-img{
		width: 100%
	}
	.ctit{
		font-size: 16px;
	}
	.lianjian-tit{
		font-size: 16px;
	}
	.experts-sort{
		bottom: 4vw;
	}
	.yjzx-box,.yjzx-box2{
		flex-direction: column;
	}
	.detail-container h1{
		font-size: 20px;
	}
}

.yjfx-list li ul li {
	list-style: inherit;
	padding: 0;
	width: auto;
}
.detail-container li {
	list-style: inherit
}