.body2 .header.currents .header_top .top {
	height: 0;
	padding: 0;
	opacity: 0;
}

.body2 .header.currents .header_top {
	background: rgba(5, 128, 5, .7);
}

.body2 .header.currents .header_top .gp-container {
	background: none;
}

.body2 .header.currents .header_top .nav>ul>li a {
	color: #fff;
}

.body2 .header.currents .nav ul li .subNav {
	background: rgba(5, 128, 5, .7);
}

.gp-img-responsive img:hover{transform: scale(1) translate(-50%, -50%) !important;}



.header {
	position: relative;
	z-index: 21;
}

.wrap_sub_banner {
	overflow: hidden;
	position: relative;
	z-index: 1;
}


.sub_banner {
	padding-bottom: calc(560% / 19.2);
	height: 0;
	overflow: hidden;
	position: relative;
	background: no-repeat center;
	background-size: cover;
}

.sub_banner img {
	display: block;
	width: 100%;
}

.content {
	position: relative;
	z-index: 20;
	padding-bottom: 115px;
	box-sizing: border-box;
}

.content::before {
	content: '';
	display: block;
	width: 100%;
	height: calc(100% + 20px);
	position: absolute;
	left: 0;
	bottom: -20px;
	background: url(../images/subbg.png) no-repeat bottom;
	/* background-size: cover; */
}

.content .gp-container {
	min-height: 600px;
}

.content2 .gp-container {
	min-height: 0px;
}

.sub_left {
	width: 290px;
	float: left;
	margin-top: -40px;
}

.sub_menu_title {
	padding: 27px 10px;
	font-weight: bold;
	position: relative;
	text-align: center;
	display: block;
}

.sub_menu {

	position: relative;
}

.sub_menu .li0 {}

.sub_menu .lv0 {
	position: relative;
	padding: 0;
	background: #fff;
	margin: 0 0 0px 15px;
}


.sub_menu::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	top: 0;
	bottom: -14px;
	background-color: rgb(5, 128, 5);
	box-shadow: -1.871px 8.803px 27px 3px rgba(232, 232, 232, 0.004);
	z-index: -1;
	border-radius: 5px;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
	clip-path: polygon(0px 0%, 100% 0%, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%);
}

.sub_menu.noul::before {
	bottom: 0;
	clip-path: polygon(0px 0%, 100% 0%, 100% calc(100% - 0px), calc(100% - 0px) 100%, 0 100%);
}

.sub_menu .lv0 ul {
	display: none;
}

.sub_menu ul, .sub_menu .tit, .sub_menu li {
	position: relative;
}

.sub_menu li:last-child .t0 {
	border-bottom: none;
}

.sub_menu .t0 {
	border-bottom: 1px solid #dedede;
}

.sub_menu .t0.on a {
	background: #eee
}

.sub_menu a {
	display: block;
	position: relative;
	color: #373837;
	word-wrap: break-word;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	padding: 18px 30px 18px 20px;
	padding-left: 40px;
	box-sizing: border-box;
}

.sub_menu a.l0 {
	font-size: 24px;
}

.sub_menu a.current, .sub_menu a.on, .sub_menu a:hover {
	color: #333;
}

.sub_menu a.current.l0, .sub_menu .on>a.l0, .sub_menu a.l0:hover {
	color: #058005;
	position: relative;
	background: #eee
}

.sub_menu a.l0::before {

	content: '';
	display: block;
	width: 0px;
	height: 100%;
	background: #c98966;
	position: absolute;
	left: 0;
	top: 0;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.sub_menu .on>a.l0::before, .sub_menu a.l0:hover::before {
	width: 4px;
}

.sub_menu .lv1 {
	padding: 0 10px;
	box-sizing: border-box;
	position: relative;
	background: #F8F8F8;
}

.sub_menu a.l1 {
	color: #808080;
	padding: 15px 20px;
	border-bottom: 1px dashed #e7e7e7;
	transition: all .3s ease-in-out;
}

.sub_menu a.l1.current, .sub_menu a.l1:hover {
	color: #058005;
	transform: translateX(5px);
}

.sub_menu .arrow {
	position: absolute;
	width: 40px;
	height: 67px;
	background: url(../images/r.svg) center no-repeat;
	background-size: 18px 20px;
	right: 0;
	top: 0;
	cursor: pointer;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
	opacity:1;
}

.sub_menu .tit.on .arrow {
	transform: rotate(90deg);
}

.sub_right {
	position: relative;
	background-color: rgb(255, 255, 255);
	box-shadow: -1.871px 8.803px 27px 3px rgba(232, 232, 232, 0.004);
	padding: 45px;
	box-sizing: border-box;
	/* width: calc(100% - 315px); */
	margin-left: 315px;
	padding-bottom: 65px;
}




.pages {
	padding: 0;
	font-size: 0;
	text-align: center;
	margin: 33px 0 0 0;
}

.pages>a, .pages span {
	display: inline-block;
	width: 32px;
	height: 32px;
	line-height: 32px;
	position: relative;
	text-align: center;
	vertical-align: top;
	font-size: 18px;
	border-radius: 50%;
	color: #808080;
	background: #dedede;
	margin: 0 10px;
	transition: all ease-in-out .3s;
	-ms-transition: all ease-in-out .3s;
	-moz-transition: all ease-in-out .3s;
	-webkit-transition: all ease-in-out .3s;
	-o-transition: all ease-in-out .3s;
}

.pages .start, .pages .end, .pages .next, .pages .prev {
	width: 56px;
	border-radius: 32px;
}

.pages .prev {
	background: #dedede url(../images/fyl.png) no-repeat center;
	margin-right: 25px;
}

.pages .prev:hover {
	background: #058005 url(../images/fyl2.png) no-repeat center;
}

.pages .next {
	background: #dedede url(../images/fyrr.png) no-repeat center;
	margin-left: 25px;
}

.pages .next:hover {
	background: #058005 url(../images/fyr2.png) no-repeat center;
}

.pages>a:hover, .pages>a.on_page {
	color: #fff;
	background: #058005;
}

.bread {
	padding: 8px 35px 8px 25px;
	box-sizing: border-box;
	background: #3d9b91;
	display: inline-block;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	position: absolute;
	top: -40px;
	right: 0;
}

.bread i {
	margin: 0 5px;
}

.bread a:hover {
	color: #fff
}

.title {
	padding-bottom: 35px;
	margin-bottom: 35px;
	box-sizing: border-box;
	border-bottom: 1px solid #058005;
}

.title h2 {
	color: #058005;
	text-align: center;
}

.jgtit {
	margin-bottom: 35px;
	font-weight: bold;
}

.jgbox {
	position: relative;
}

.lines {
	position: absolute;
	width: 1px;
	height: calc(100% - 115px);
	min-height: 100px;
	left: 75px;
	top: 0;
	background: #3d9b91;
}

.lines::before, .lines::after {
	content: '';
	display: block;
	width: 10px;
	height: 10px;
	border-radius: 50%;
	background: #3d9b91;
	position: absolute;
	left: calc(50% - 5px);
}

.lines::before {
	top: -10px;
}

.lines::after {
	bottom: -10px;
}

.jgbox>.items {
	align-items: center;
	margin-bottom: 50px;
}

.jgbox>.items:last-child {
	margin-bottom: 0
}

.jgbox>.items .left {
	padding: 10px 24px;
	border-radius: 15px;
	background: #3d9b91;
	width: 230px;
	box-sizing: border-box;
	display: inline-block;
	position: relative;
}

.jgbox>.items .left::before {
	content: '';
	display: block;
	width: 35px;
	height: 1px;
	background: #3d9b91;
	position: absolute;
	right: -35px;
	top: calc(50% - 0.5px);
}

.jgbox>.items .right {
	padding-left: 65px;
	width: calc(100% - 230px);
	box-sizing: border-box;
	position: relative;
}

.jgbox>.items .right::before {
	content: '';
	display: block;
	width: 1px;
	height: calc(100% - 28px);
	background: #3d9b91;
	position: absolute;
	left: 35px;
	top: 14px;
}

.jgbox>.items .right .item {
	padding: 3px 20px;
	box-sizing: border-box;
	background: #efefef;
	border-radius: 15px;
	position: relative;
}

.jgbox>.items .right .item>div {
	color: #808080;
}

.jgbox>.items .right li {
	margin-bottom: 8px;
	position: relative;
}

.jgbox>.items .right li:last-child {
	margin-bottom: 0;
}

.jgbox>.items .right li:last-child::before, .jgbox>.items .right li:nth-child(1)::before {
	content: '';
	display: block;
	width: 30px;
	height: 1px;
	position: absolute;
	left: -30px;
	top: calc(50% - 0.5px);
	background: #3d9b91;
}

.jgbox .items:nth-child(3) .left {
	width: 142px;
}

.jgbox .items:nth-child(3) .right {
	width: calc(100% - 142px);
}

.jgbox>.items:nth-child(4) .left {
	width: 297px;
}

.jgbox .items:nth-child(4) .right {
	width: calc(100% - 297px);
}


.leaderbox {
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #dedede;
	box-sizing: border-box;
	padding-right: 50px;
	box-sizing: border-box;
}

.leaderl {
	width: 205px;
	overflow: hidden;
	position: relative;
	z-index: 1;
}

.leaderpic {
	padding-bottom: 120.5%;
	overflow: hidden;
}

.leaderr {
	width: calc(100% - 240px);
	position: relative;
}

.name {
	margin-bottom: 15px;
	color: #058005;
}

.nameinfo {
	color: #808080;
	-webkit-line-clamp: 3;
}

.more {
	width: 156px;
	height: 32px;
	background: #3d9b91;
	border-radius: 32px;
	line-height: 32px;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
	position: relative;
}

.leaderr .more {
	position: absolute;
	left: 0;
	bottom: 0;
}

.more:hover {
	color: #fff
}

.moreicon {
	margin-left: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: url(../images/more.png) no-repeat;
	background-size: cover;
	transition: all .3s ease-in-out;
	position: absolute;
	right: 15px;
	top: 7px;
}

.more:hover .moreicon {
	transform: rotate(360deg);
}

.leaderul li {
	width: 50%;
}

.leaderul.on li {
	width: 100%;
}

.leaderul:last-child .leaderbox {
	padding-bottom: 0;
	margin-bottom: 0;
	border: none;
}

.leadertop {
	padding-bottom: 30px;
	box-sizing: border-box;
	position: relative;
}

.leadertop::before {
	background: #058005;
	content: '';
	width: 100%;
	height: calc(100% - 50px);
	position: absolute;
	top: 50px;
	left: 0;
	z-index: 0;
}

.leadertopl {
	padding-top: 10px;
	box-sizing: border-box;
	position: relative;
	overflow: visible;
}

.leadertopl::before {
	content: '';
	background: #3d9b91;
	width: calc(100% - 0px);
	height: calc(100% - 30px);
	position: absolute;
	z-index: -1;
	left: -10px;
	top: 0;
}

.leadertopr {
	margin-left: 230px;
	position: relative;
	z-index: 1;
	padding-right: 35px;
	box-sizing: border-box;
}

.name2 {
	color: #0a830a;
	margin-bottom: 65px;
}
.name2info {
    -webkit-line-clamp: 6;
    min-height: 180px;
    /* display: block; */
}
.name2info:hover{
	color:#fff;
}
.leaderbot {
	padding-top: 45px;
	padding-left: 50px;
	box-sizing: border-box;
}

.title2 {
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
	color: #373837;
}

.title2::before {
	background: #058005;
	content: '';
	width: 75px;
	height: 1px;
	position: absolute;
	left: 0;
	bottom: 0;
}

.leaderbotinfo {
	color: #808080;
	margin-bottom: 30px;
}

.leaderbotinfo:last-child {
	margin-bottom: 0;
}

.peopleul {}

.peopleul li {
	width: 50%;
	max-width: 405px;
	margin-bottom: 70px;
}

.peopleul li a {
	transition: all .3s ease-in-out;
}

.peopleul li:hover a {
	transform: translateX(5px);
}

.name3 {
	color: #0a830a;
	margin: 65px 0 10px;
}

.name3info {
	color: #808080;
}

.people {
	width: calc(100% - 225px);
}

.title3box {
	padding: 20px 25px;
	box-sizing: border-box;
	word-break: break-all;
	border-left: 7px solid #058005;
	background-image: -moz-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
	color: #373837;
	margin-bottom: 30px;
}

.reachpic {
	padding-bottom: 120.5%;
	border: 1px solid #eee;
	height: 0;
	overflow: hidden;
	position:relative
}

.reachpic img {
	width: 100%;transition: all 0.5s ease-in-out;max-width:none;position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);object-fit: cover;
}

.reachname {
	margin-top: 20px;
	text-align: center;
}

.rearchul {
	margin: 0 -18px;
	overflow: hidden;
}

.rearchul li {
	margin-bottom: 50px;
}

.rearchul .item {
	margin: 0 18px;
	transition: all .3s ease-in-out;
}

.rearchul li:hover .item {
	transform: translateX(5px);
}

.sinfo {
	color: #282828;
	text-align: justify;
}

.joinul {
	margin: 0 -24px;
	overflow: hidden;
	justify-content: center;
}

.joinpic {
	padding-bottom: 104.2%;
}

.joinul .item {
	display: block;
	margin: 0 24px;
	position: relative;
}

.joinul li {
	width: 50%;
	max-width: 333px;
}

.jointxt {
	position: absolute;
	bottom: 37px;
	left: 0;
	width: 100%;
	padding: 0 10px;
	box-sizing: border-box;
	text-align: center;
}

.map {
	height: 477px;
	margin-bottom: 50px;
}

.map-info {
	color: #808080;
	padding-left: 25px;
	box-sizing: border-box;
	position: relative;
	margin-bottom: 20px;
}

.map-info::before {
	content: '';
	display: block;
	width: 16px;
	height: 18px;
	position: absolute;
	left: 0;
	top: 2px;
}

.map-info:nth-child(3)::before {
	background: url(../images/1.png) no-repeat center;
	background-size: contain;
}

.map-info:nth-child(4)::before {
	background: url(../images/2.png) no-repeat center;
	background-size: contain;
}

.map-info:nth-child(5)::before {
	background: url(../images/3.png) no-repeat center;
	background-size: contain;
}

.map-info:nth-child(6)::before {
	background: url(../images/4.png) no-repeat center;
	background-size: contain;
}

.newul .item {
	box-sizing: border-box;
	padding-top: 20px;
	padding-bottom: 50px;
	margin-bottom: 50px;
	border-bottom: 1px solid #dedede;
	transition: all .3s ease-in-out;
	display: flex;
	justify-content: space-between;
}

.newul li.on .item {
	padding-top: 0px;
}

.newul li:hover .item {
	transform: translateX(5px)
}

.newul .item-left {
	width: calc(100% - 300px);
}

.newul li.on .item-left {
	width: 100%;
}

.newul .item-left .top, .media-right .top {
	padding-bottom: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}

.newul .item-right {
	width: 270px;
	position: relative;
}

.newul .item .mode1tit {
	color: #373837;
	-webkit-line-clamp: 2;
}

.newul .item .mode1info, .media-right .mode1info {
	color: #808080;
	-webkit-line-clamp: 2;
	margin-bottom: 0px;
}

.newul .date,.Innovationul  .date {
	width: 50px;
	height: 60px;
	background: #3d9b91;
	position: absolute;
	left: 0;
	top: -20px;
	align-items: center;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-content: center;
}
.Innovationul  .date{
	
}
.newul .item-left .top::before, .media-right .top::before {
	content: '';
	display: block;
	width: 76px;
	height: 1px;
	background: #058005;
	position: absolute;
	left: 0;
	bottom: 0;
}

.newul .item .mode1info span, .media-right .mode1info span {
	background-image: -moz-linear-gradient(0deg, #058005 0%, #058005 100%);
	background-image: -webkit-linear-gradient(0deg, #058005 0%, #058005 100%);
	background-image: -ms-linear-gradient(0deg, #058005 0%, #058005 100%);
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;


}

.newul li:hover .item .mode1info span, .mediaul li:hover .item .mode1info span {
	color: #058005;
	background-size: 100% 1px;
}

.publicul li {}

.publicul a {
	display: flex;
	padding-bottom: 30px;
	margin-bottom: 30px;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	transition: all .3s ease-in-out;
}

.publicul li:hover a {
	transform: translateX(5px);
}

.public-left {
	width: 154px;
	overflow: hidden;
}

.public-img {
	padding-bottom: 140.3%;
}

.publicul li.on .public-right {
	width: 100%;
}

.public-right {
	width: calc(100% - 174px);
	padding: 24px 0;
	box-sizing: border-box;
	background-image: -moz-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgba(238, 238, 238, 0) 100%);

}

.public-info {
	color: #373837;
	margin-bottom: 25px;
	position: relative;
	padding-left: 30px;
	box-sizing: border-box;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	display: -moz-box;
	display: -ms-flexbox;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
}

.public-info::before {
	content: '';
	display: block;
	width: 7px;
	height: 100%;
	background: #058005;
	position: absolute;
	left: 0;
	top: 0;
}

.public-info:last-child {
	margin-bottom: 0;
	-webkit-line-clamp: 1;
}

.public-info:nth-child(1) {
	-webkit-line-clamp: 2;
}

.public-info:nth-child(2) {
	-webkit-line-clamp: 3;
}

.Innovationul {
	margin: 0 -15px;
	overflow: hidden;
	font-size: 0;
	padding-top: 20px;
	box-sizing: border-box;
}

.Innovationul li {
	width: 33.3%;
	display: inline-block;
	vertical-align: text-top;
	margin-bottom: 30px;
}

.Innovationul .item {
	margin: 0 15px;
	transition: all .3s ease-in-out;
}

.Innovationul li:hover .item {
	transform: translateX(5px);
}

.Innovationul li:hover .item-info {
	color: #058005;
}

.Innovationul .item .item-pic {
	padding-bottom: 56.6%;
}

.Innovationul .item-info {
	padding: 13px 30px;
	box-sizing: border-box;
	background: #eeeeee;
	border-top: 3px solid #058005;
	color: #373837;
}

.Innovationul .item-info .item-txt {
	min-height: 76px;
}

.mediaul li {
	margin-bottom: 60px;
}

.mediaul .item {
	display: flex;
	transition: all .3s ease-in-out;
}

.mediaul li:hover .item {
	transform: translateX(5px)
}

.media-left {
	position: relative;
	width: 482px;
	z-index: 1;
}

.media-right {
	width: calc(100% - 482px);
	position: relative;
	padding: 75px 45px 0px 32px;
	box-sizing: border-box;
}

.media-right::before {
	content: '';
	display: block;
	width: calc(100% + 30px);
	height: 100%;
	position: absolute;
	left: -30px;
	top: 20px;
	background-image: -moz-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
	background-image: -webkit-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
	background-image: -ms-linear-gradient(0deg, rgb(238, 238, 238) 0%, rgb(238, 238, 238) 100%);
}

.media-pic {
	padding-bottom: 56.4%;
}

.play {
	width: 78px;
	height: 78px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%, -50%);
}

.media-right .top, .media-right .mode1info {
	position: relative;
	z-index: 1;
}

.media-right .mode1info {
	-webkit-line-clamp: 3;
	height: 108px;
}

.researchul {
	margin: 0 -15px;
	overflow: hidden;
	font-size: 0;
}

.researchul li {
	margin-bottom: 20px;
	width: 33.33%;
	display: inline-block;
	vertical-align: top;
}

.researchul li .item {
	overflow: hidden;
	height: 84px;
	padding: 10px 5px 10px 15px;
	box-sizing: border-box;
	border: 1px solid #0a820a;
	margin: 0 15px;
	display: flex;
	justify-content: space-between;
	position: relative;
	align-content: space-around;
	align-items: center;
}

.item-icon {
	width: 42px;
	height: 42px;
	display: block;
	position: relative;
	z-index: 1;
}

.researchul li .item-right {
	width: calc(100% - 54px);
	position: relative;
	z-index: 1;
	color: #373837;
}

.item-icontext {
	color: #373837;
	max-height: 64px;
	height: auto;
}



.researchul li:nth-child(1) .item-icon {
	background: url(../images/r1.png) no-repeat center;
	background-size: contain;

}

.researchul li:nth-child(2) .item-icon {
	background: url(../images/r2.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(3) .item-icon {
	background: url(../images/r3.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(4) .item-icon {
	background: url(../images/r4.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(5) .item-icon {
	background: url(../images/r5.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(6) .item-icon {
	background: url(../images/r6.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(7) .item-icon {
	background: url(../images/r7.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(8) .item-icon {
	background: url(../images/r8.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(1):hover .item-icon, .researchul li:nth-child(1).on .item-icon {
	background: url(../images/r11.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(2):hover .item-icon, .researchul li:nth-child(2).on .item-icon {
	background: url(../images/r22.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(3):hover .item-icon, .researchul li:nth-child(3).on .item-icon {
	background: url(../images/r33.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(4):hover .item-icon, .researchul li:nth-child(4).on .item-icon {
	background: url(../images/r44.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(5):hover .item-icon, .researchul li:nth-child(5).on.item-icon {
	background: url(../images/r55.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(6):hover .item-icon, .researchul li:nth-child(6).on .item-icon {
	background: url(../images/r66.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(7):hover .item-icon, .researchul li:nth-child(7).on .item-icon {
	background: url(../images/r77.png) no-repeat center;
	background-size: contain;
}

.researchul li:nth-child(8):hover .item-icon, .researchul li:nth-child(8).on .item-icon {
	background: url(../images/r88.png) no-repeat center;
	background-size: contain;
}

.researchul li .item:after {
	content: "";
	position: absolute;
	height: 0%;
	left: 50%;
	top: 50%;
	width: 150%;
	z-index: 0;
	-webkit-transition: all 0.75s ease 0s;
	-moz-transition: all 0.75s ease 0s;
	-o-transition: all 0.75s ease 0s;
	transition: all 0.75s ease 0s;
	background: #0a820a;
	opacity: .5;
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.researchul li:hover .item:after, .researchul li.on .item:after {
	height: 140%;
	opacity: 1;
}

.researchul li:hover .item-icontext, .researchul li.on .item-icontext {
	color: #fff;
}

.researchtit {
	margin: 20px 0;
	color: #0a820a;
}

.researchbox {
	color: #373837;
}

.researchbox .item img {
	margin: 30px auto;
	display: block;
}

.researchbox {
	display: none;
}

.researchbox.on, .scientlistbox.on {
	display: block;
	-webkit-animation-name: fadeInUpSmall;
	animation-name: fadeInUpSmall;
	animation-duration: 0.4s;
	-webkit-animation-duration: 0.4s;
	animation-timing-function: ease-in-out;
	-webkit-animation-timing-function: ease-in-out;
	visibility: visible !important;
}
.scientlistch li{
    margin-bottom: 10px;
}
.scientlistch li a{
    color: #373837;
}
@-webkit-keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		transform: none;
	}
}

@keyframes fadeInUpSmall {
	0% {
		opacity: 0;
		-webkit-transform: translate3d(0, 20px, 0);
		-ms-transform: translate3d(0, 20px, 0);
		transform: translate3d(0, 20px, 0);
	}

	100% {
		opacity: 1;
		-webkit-transform: none;
		-ms-transform: none;
		transform: none;
	}
}

.sub_right2 {
	background: none;
	box-shadow: none;
	padding: 0px !important;
}

.scientist {
	padding: 40px 48px;
	box-sizing: border-box;
	background: #eee;
	position: relative;
	overflow: hidden;
	margin-bottom: 50px;
}

.scientist::before, .scienul dl a::before {
	content: '';
	display: block;
	width: 174px;
	height: 136px;
	background: url(../images/scibg.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: 0;
}

.scientist::after {
	content: '';
	display: block;
	width: calc(100% - 96px);
	height: 1px;
	background: #058005;
	position: absolute;
	left: 48px;
	bottom: 0;
}

.scient-title {
	padding: 0 25px;
	font-weight: bold;
	box-sizing: border-box;
	color: #058005;
}

.scient-tit {
	margin-bottom: 10px;
	padding-left: 58px;
	overflow: hidden;
}

.scient-tit .item {
	padding: 15px 30px;
	box-sizing: border-box;
	background: #058005;
	display: inline;
}

.scient-box {
	padding: 25px 50px 65px;
	box-sizing: border-box;
	background-color: rgb(255, 255, 255);
	box-shadow: -1.871px 8.803px 27px 3px rgba(232, 232, 232, 0.004);

}

.scient-boxone {
	color: #808080;
	padding-bottom: 50px;
	box-sizing: border-box;
	margin-bottom: 50px;
	border-bottom: 1px solid #dedede;
}

.scient-boxone img {
	display: block;
	margin: 0 auto 30px;
}

.task-title {}

.task-tit {
	display: inline-block;
	padding: 17px 30px;
	box-sizing: border-box;
	border: 1px solid #058005;
	position: relative;
	color: #373837;
	margin-bottom: 30px;
	cursor: pointer;
}

.task-tit::before {
	content: '';
	display: block;
	width: 1px;
	height: 137.8px;
	position: absolute;
	bottom: 0;
	background: #058005;
}

.task-tit:nth-child(1) {
	clip-path: polygon(0px 0%, 100% 0%, calc(100% - 30px) 100%, 0 100%);
}

.task-tit:nth-child(1)::before {
	right: 0px;
	transform: rotate(27deg);
	bottom: -12px;
}

.task-tit:nth-child(2) {
	clip-path: polygon(30px 0%, 100% 0%, 100% 100%, 0 100%);
	margin-left: -15px;
}

.task-tit:nth-child(2)::before {
	left: -2px;
	transform: rotate(27deg);
	height: 137.8px;
	top: -9px;
	bottom: auto;
}

.task-tit.on {
	background: #058005;
	color: #fff;
}

.scient-boxtwo .title3box {
	margin-bottom: 20px;
}

.nameul li {
	margin-bottom: 20px;
}

.nametxt {
	min-width: 90px;
	border: 1px solid #0a820a;
	padding: 2px 20px;
	box-sizing: border-box;
	border-radius: 30px;
	color: #808080;
	margin: 0 5px;
	display: inline-block;
	text-align: center;
}

.nametit {
	color: #808080;
	margin-bottom: 20px;

}

.scientlistbox {
	display: none;
	padding-bottom: 10px;
	box-sizing: border-box;
	margin-bottom: 50px;
	border-bottom: 1px solid #dedede;
}

.scientlistbox2 {
	padding-bottom: 40px;
}

.list-tembox {
	margin-bottom: 20px;
}

.threeinfo {
	color: #808080;
}

.scient-four {
	padding: 0 80px;
	box-sizing: border-box;
}

.nameul {
	justify-content: flex-start;
	margin: 0 -5px;
}

.scienul dl {
	margin-bottom: 18px;
}

.scienul dl:last-child {
	margin-bottom: 0;
}

.scienul dl a {
	display: block;
	padding: 36px 60px;
	box-sizing: border-box;
	background: #eee;
	position: relative;
	overflow: hidden;
	color: #058005;
}

.scienul .slick-arrow {
	width: 56px;
	height: 230px;
	border-radius: 15px;
	background: #dedede;
	border: none;
	text-indent: -8888rem;
}

.scienul .slick-arrow::after {
	display: none;
}

.scienul .slick-prev {
	background: #dedede url(../images/yul.png) no-repeat center;
	left: -80px;
}

.scienul .slick-prev:hover {
	background: #058005 url(../images/yull.png) no-repeat center;
}

.scienul .slick-next {
	background: #dedede url(../images/yur.png) no-repeat center;
	right: -80px;
}

.scienul .slick-next:hover {
	background: #058005 url(../images/yrr.png) no-repeat center;
}

.header_top2 {
	position: relative;
}

.body2 {background: url(../images/headerbg.png) no-repeat;background-size: contain;/* padding-bottom: calc(560% / 19.2); */}

.smode1 {
	margin: 50px auto 70px;
}

.smode1 .lf {
	width: calc(100% - 360px);
	overflow: hidden;
	position: relative;
}

.smode1 .lf .img {
	padding-bottom: 56.5%;
}

.smode1 .lf .item {
	position: relative;
}

.smode1 .lf .item img {
	width: 100%;
	transition: all 0.5s ease-in-out;
	max-width: none;
	position: absolute;
	top: 50%;
	left: 50%;
	width: 100%;
	height: 100%;
	transform: translate(-50%, -50%);
	-webkit-transition: .3s;
	-o-transition: .3s;
	-moz-transition: .3s;
	transition: .3s;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	object-fit: cover;
}

.smode1 .lf .item img:hover {
	transform: scale(1) translate(-50%, -50%);
}

.smode1 .lf .item::before {
	content: '';
	display: block;
	width: 100%;
	height: 0;
	position: absolute;
	left: 0;
	bottom: 0;
	z-index: 2;
	height: 149px;
	background-image: -moz-linear-gradient(90deg, rgba(3, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -webkit-linear-gradient(90deg, rgba(3, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);
	background-image: -ms-linear-gradient(90deg, rgba(3, 0, 0, 0.50196) 0%, rgba(0, 0, 0, 0) 100%);

}

.smode1 .lf .item .bottom {
	width: 100%;
	padding: 0 20px;
	box-sizing: border-box;
	left: 0;
	bottom: 30px;
	z-index: 2;
	display: none;
}

.smode1 .rt {
	width: 360px;
	background: #efefef;
}

.sub_02a2, .sub_02a2 ul {
	height: 100%;
}

.sub_02a2 ul li {
	height: 20%;
}

.sub_02a2 .item {
	padding: 10px 20px;
	height: 100%;
	box-sizing: border-box;
	border-bottom: 1px solid #dedede;
	position: relative;
	display: flex;
	align-items: center;
}

.sub_02a2 ul li:last-child .item {
	border: none;
}

.sub_02a2 .item a {
	color: #373837;
	display: block;
	position: relative;
	z-index: 1;
}

.sub_02a2 ul li.on .item a {
	color: #fff;
}

.sub_02a2 li.on .item::before {
	content: '';
	display: block;
	width: calc(100% + 67px);
	height: 100.2%;
	background: url(../images/rag.png) no-repeat left;
	background-size: cover;
	left: -67px;
	top: 0;
	position: absolute;
	z-index: 1;
}

.moredot {
	position: absolute;
	left: 0;
	bottom: 30px;
	text-align: center;
	z-index: 1;
	width: 100%;
	display: none;
}

.sub_02a1_dots {
	display: inline-block;
}

.sub_02a1_dots .swiper-pagination-bullet {
	width: 8px;
	height: 8px;
	box-shadow: none;
	margin: 0 12px 0 0;
	background: #fff;
	opacity: 1;
	outline: none;
}

.sub_02a1_dots .swiper-pagination-bullet.swiper-pagination-bullet-active {
	background: #058005;
}

.titbox .title {
	padding-bottom: 36px;
	box-sizing: border-box;
	display: flex;
	justify-content: space-between;
	align-items: center;
	overflow: visible;
	border: none;
}

.titbox .tit {
	color: #000;
	text-transform: uppercase;
	position: relative;
	display: inline-block;
	line-height: 1.1;
}

.titbox .tit::before {
	content: '';
	display: block;
	width: 300%;
	height: 2px;
	background: #058005;
	position: absolute;
	left: -200%;
	bottom: -36px;
}

.titbox .more {
	width: 156px;
	height: 32px;
	background: #3d9b91;
	border-radius: 32px;
	line-height: 32px;
	padding: 0 15px;
	box-sizing: border-box;
	display: block;
	margin-left: 15px;
	position: relative;
}

.titbox .more:hover {
	color: #fff
}

.titbox .moreicon {
	margin-left: 0;
	width: 17px;
	height: 17px;
	border-radius: 50%;
	background: url(../images/more.png) no-repeat;
	background-size: cover;
	transition: all .3s ease-in-out;
	position: absolute;
	right: 15px;
	top: 7px;
}

.titbox .more:hover .moreicon {
	transform: rotate(360deg);
}

.smode2 .Innovationul li {
	width: 33.33%;
	margin-bottom: 40px;
}

.smode2 .Innovationul .item {
	margin: 0 15px;
	position: relative;
}

.smode2 .Innovationul .item-info .item-txt {
	min-height: 114px;
	-webkit-line-clamp: 3;

}

.smode3 {
	box-sizing: border-box;
	padding-bottom: 30px;
}

.smode3inner {
	position: relative;
}

.smode3inner::before {
	content: '';
	display: block;
	width: 50%;
	height: 100%;
	background: #efefef url(../images/2bg.png) no-repeat;
	background-size: cover;
	position: absolute;
	right: 0;
	top: 0;
}

.mode2box {
	overflow: hidden;
}

.mode2pic {
	padding-bottom: 56.5%;
}

.mode2topul li .item:nth-child(2) {
	padding-top: 30px;
	padding-left: 60px;
	box-sizing: border-box;
}

.mode2ul .item-top {
	overflow: hidden;
}

.smode3 .date2, .mode2ul .date2,.publicnotic .date  {
	padding-left: 30px;
	box-sizing: border-box;
	color: #0a830a;
	margin-bottom: 15px;
	position: relative;
}

.smode3 .date2::before, .mode2ul .date2::before,.publicnotic .date::before {
	content: '';
	width: 19px;
	height: 19px;
	background: url(../images/click.png) no-repeat;
	background-size: cover;
	position: absolute;
	left: 0;
	top: calc(50% - 9.5px);
}

.smode3 .top {
	padding-bottom: 25px;
	margin-bottom: 25px;
	box-sizing: border-box;
	position: relative;
	color: #373837;
}

.smode3 .top::before {
	content: '';
	display: block;
	width: 76px;
	height: 1px;
	background: #058005;
	position: absolute;
	left: 0;
	bottom: 0;
}

.smode3 .mode1tit {
	-webkit-line-clamp: 2;
}

.smode3 .mode1info {
	margin-bottom: 30px;
	-webkit-line-clamp: 2;
	color: #808080;
}

.mode2box .item {
	width: 50%;
	overflow: hidden;
}

.smode3 .mode2topul {
	/* margin: 0; */
	/* border: 1px solid #058005; */
	background: none;
	color: #058005;
}

.smode3 .learnmore {
	display: block;
	width: 235px;
	height: 60px;
	line-height: 60px;
	margin-left: -50px;
	background: #058005;
	padding-left: 58px;
	box-sizing: border-box;
	position: relative;
	margin: 0;
	border: 1px solid #058005;
	background: none;
	color: #058005;
}

.smode3 .learnmore::before {
	content: '';
	display: block;
	width: 31px;
	height: 14px;
	position: absolute;
	right: 43px;
	top: calc(50% - 7px);
	transition: all .3s ease-in-out;
	background: url(../images/jt2.png) no-repeat;
}

.smode3 .learnmore:hover {
	-webkit-animation: horizontal 2s ease infinite;
	animation: horizontal 2s ease infinite
}

@-webkit-keyframes horizontal {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	6% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}

	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	18% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}

	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	30% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}

	100%, 36% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

@keyframes horizontal {
	0% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	6% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}

	12% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	18% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}

	24% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}

	30% {
		-webkit-transform: translate(5px, 0);
		transform: translate(5px, 0)
	}

	100%, 36% {
		-webkit-transform: translate(0, 0);
		transform: translate(0, 0)
	}
}

.mode2ul {
	margin: 0 -16px;
	margin-top: 40px;
}

.mode2ul li {
	display: inline-block;
	width: 33.33%;
}

.mode2ul .item {
	margin: 0 16px;
	padding: 40px 40px 30px 40px;
	box-sizing: border-box;
	background: url(../images/2bot.png) no-repeat;
	background-size: cover;
	transition: all .3s ease-in-out;
	position: relative;
}

.mode2ul li:nth-child(1) .item {
	background: url(../images/a1.png) no-repeat;
	background-size: cover;
}

.mode2ul li:nth-child(2) .item {
	background: url(../images/a2.png) no-repeat;
	background-size: cover;
}

.mode2ul li:nth-child(3) .item {
	background: url(../images/a3.png) no-repeat;
	background-size: cover;
}

.mode2ul .item::before {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	background: #0a820a;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
}

.mode2ul li:hover .date2, .mode2ul li:hover .item-title {
	color: #c98966;
}

.mode2ul li:hover .date2::before {
	background: url(../images/clock.png) no-repeat;
}

.mode2ul li:hover .item {
	transform: translateX(5px);
}

.mode2ul li:hover .item::before {
	background: #c98966;
}

.mode2bot {
	margin-top: 80px;
}

.mode2ul .item .item-title {
	color: #373837;
	margin-bottom: 15px;
	height: auto;
	min-height: 60px;
	max-height: 60px;
}

.mode2ul .item .item-info {
	color: #808080;
	height: auto;
	max-height: 60px;
}

.smode3 .slick-dots {
	bottom: -25px;
	font-size: 0;
}

.smode3 .slick-dots li {
	width: 13px;
	height: 13px;
	margin: 0 23px;
}

.smode3 .slick-dots li button {
	background: rgba(255, 255, 255, .7);
}

.smode3 .slick-dots li.slick-active button {
	background: rgba(255, 255, 255, 1);
}

.smode4 {
	box-sizing: border-box;
}

.smode4 .newul {
	margin: 0 -40px;
	font-size: 0;
}

.smode4 .newul li {
	width: 50%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 80px;
}

.smode4 .newul .item {
	margin: 0 40px;
	margin-bottom: 40px;
	padding-bottom: 0;
	border: none;
}

.smode5inner {
	padding: 27px 0;
	box-sizing: border-box;
	background: #fff;
	overflow: hidden;
}

.mode2ul {
	margin: 0 -16px;
}

.mode2ul li {
	display: inline-block;
	width: 33.33%;
}

.mode2ul .item {
	margin: 0 16px;
	padding: 40px 40px 30px 40px;
	box-sizing: border-box;
	background: url(../images/2bot.png) no-repeat;
	background-size: 100% 100% !important;
	transition: all .3s ease-in-out;
	position: relative;
}

.mode2ul li:nth-child(1) .item {
	background: url(../images/a1.png) no-repeat;
	background-size: cover;
}

.mode2ul li:nth-child(2) .item {
	background: url(../images/a2.png) no-repeat;
	background-size: cover;
}

.mode2ul li:nth-child(3) .item {
	background: url(../images/a3.png) no-repeat;
	background-size: cover;
}

.mode2ul .item::before {
	content: '';
	display: block;
	width: 4px;
	height: 100%;
	position: absolute;
	background: #0a820a;
	left: 0;
	top: 0;
	transition: all .3s ease-in-out;
}

.mode2ul li:hover .date2, .mode2ul li:hover .item-title {
	color: #c98966;
}

.mode2ul li:hover .date2::before {
	background: url(../images/clock.png) no-repeat;
}

.mode2ul li:hover .item {
	transform: translateX(5px);
}

.mode2ul li:hover .item::before {
	background: #c98966;
}

.mode2ul .item .item-info span {
	background-position: 0 100%;
	background-size: 0 1px;
	background-repeat: no-repeat;
	transition: background-size .5s;
	background-image: -moz-linear-gradient(0deg, #c98966 0%, #c98966 100%);
	background-image: -webkit-linear-gradient(0deg, #c98966 0%, #c98966 100%);
	background-image: -ms-linear-gradient(0deg, #c98966 0%, #c98966 100%);
}

.mode2ul li:hover>.item .item-info span {
	color: #c98966;
	background-size: 100% 1px;
}
.box2{
	padding: 45px 55px 65px 85px;
	box-sizing: border-box;
	box-shadow: -0.871px 8.803px 27px 3px rgba(232, 232, 232, 1);
	width: calc(100% - 315px);
	background: #fff;
	position: relative;
}
.sub_add{
	
} 
.sub_add .box2 .lf_n{position: absolute;left: 30px;top: 145px;}
.sub_add .rt3{width: 295px;}

.publicnotic li{
	
}

.publicnotic li a{
	display: block;
	padding-bottom: 30px;
	margin-bottom: 30px;
	color: #373837;
	border-bottom: 1px solid #dedede;
	transition: all .3s ease-in-out;
}
.publicnotic li a:hover{
	transform: translateX(5px);
	color: #058005;
}
.publicnotic li a .date2{
	margin-left: 100px;
}

@media screen and (max-width:1360px) {
	.people {
		padding-right: 20px;
		box-sizing: border-box;
	}

	.mode2topul li .item:nth-child(2) {
		padding-top: 20px;
	}

	.smode3 .date2 {
		margin-bottom: 5px;
	}

	.smode3 .top {
		padding-bottom: 15px;
		margin-bottom: 15px;
	}

	.smode3 .mode1info {
		margin-bottom: 20px;
	}
}

@media screen and (max-width:1300px) {
	.leaderl {
		width: 130px;
	}

	.leadertopl {
		width: 205px;
	}

	.leaderr {
		width: calc(100% - 150px);
	}

	.leaderbox {
		padding-right: 20px;
	}

	.name {
		margin-bottom: 10px;
	}

	.more {
		width: 121px;
		font-size: 12px;
		padding: 0;
		padding-left: 15px;
	}

	.moreicon {
		right: 5px;
	}

	.nameinfo {
		line-height: 25px;
		height: 75px;
	}

	.peopleul .leaderl {
		width: 130px;
	}

	.people {
		width: calc(100% - 150px);
	}

	.name3 {
		margin: 35px 0 10px;
	}

	.peopleul li {
		margin-bottom: 35px;
	}

	.media-left {
		width: 282px;
	}

	.media-right {
		width: calc(100% - 282px);
		padding: 40px 20px 0px;
	}

	.media-right .top {
		padding-bottom: 10px;
		margin-bottom: 10px;
	}

	.media-right .mode1info {
		-webkit-line-clamp: 2;
		height: 72px;
	}
}

@media screen and (max-width:1220px) {
	.bread {
		top: -37px;
	}

	.lines {
		height: calc(100% - 95px);
	}

	.smode3 .learnmore {
		width: 200px;
		height: 40px;
		line-height: 40px;
		padding-left: 30px;
	}
	.sub_add .rt3 {
		width: 240px;
	}
	.box2{
		width: calc(100% - 260px);
	}
}

@media screen and (max-width:1100px) {
	.smode1 .rt {
		display: none;
	}

	.smode1 .lf {
		width: 100%;
	}

	.smode1 .lf .item .bottom {
		/* display: block; */
	}

	.moredot {
		display: block;
	}
}

@media screen and (max-width:1040px) {
	.sub_left {
		width: 100%;
		float: none;
		margin-top: 40px;
	}
.name2info {
    min-height: 150px;
}
	.Innovationul .item-info .item-txt {
		min-height: 64px;
	}

	.smode2 .Innovationul .item-info .item-txt {
		min-height: 96px;

	}

	.sub_menu .lv0 {
		display: none;
	}

	.sub_right {
		margin-left: 0;
		margin-top: 15px;
		padding-top: 20px;
	}

	.scient-box {
		padding: 25px 30px 45px;
	}

	.bread {
		position: relative;
		top: auto;
		right: auto;
		margin-bottom: 15px;
	}

	.sub_menu_title {
		padding: 15px 10px 0;
	}

	.sub_menu.noul .sub_menu_title {
		padding: 15px 10px;
	}

	.sub_menu.on .sub_menu_title {
		padding-bottom: 15px;
	}
	.sub_menu_title::before {
    content: '';
    display: block;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0px solid #fff;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: 0;
    transition: all .3s ease-in-out;
}
	.sub_menu_title.on::before{
		 transform: rotate(90deg);
		 margin-top: 0;
}
.sub_menu .arrow{
    opacity: 1;
}

	.sub_menu::before {
		clip-path: polygon(0px 0%, 100% 0%, 100% calc(100% - 20px), calc(100% - 20px) 100%, 0 100%);
	}

	.sub_menu.on::before {

		clip-path: polygon(0px 0%, 100% 0%, 100% calc(100% - 38px), calc(100% - 38px) 100%, 0 100%);
	}

	.jgtit {
		margin-bottom: 20px;
	}

	.mode2ul .item .item-title {
		max-height: 50px;
	}

	.mode2ul .item .item-info {
		max-height: 50px;
	}

	.leaderbox {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.more {
		width: 156px;
		font-size: 12px;
		padding: 0px 20px;
		padding-left: 15px;
	}

	.moreicon {
		right: 15px;
	}

	.rearchul {
		margin: 0 -9px;
		overflow: hidden;
	}

	.rearchul li {
		margin-bottom: 25px;
	}

	.rearchul .item {
		margin: 0 9px;
	}

	.media-right .mode1info {
		height: 60px;
	}

	.item-icontext {
		max-height: 60px;
	}

	.scientist {
		padding: 20px 30px;
		margin-bottom: 25px;
	}

	.scientist::after {
		width: calc(100% - 60px);
		left: 30px;
	}

	.scient-title {
		padding: 0 15px;
	}

	.sub_right2 {
		padding-top: 20px !important;
		box-sizing: border-box;
	}

	.scient-box {}

	.scient-tit {
		padding-left: 40px;
	}

	.task-tit {
		margin-bottom: 25px;
	}

	.list-tembox {
		margin-bottom: 10px;
	}

	.scientlistbox {
		padding-bottom: 10px;
		margin-bottom: 30px;
	}

	.scienul dl a {
		padding: 18px 50px;
	}

	.smode1 {
		margin: 0px auto 30px;
	}

	.smode2 {
		padding-bottom: 15px;
	}

	.mode2box {
		flex-direction: column;
	}

	.smode3inner::before {
		display: none;
	}

	.mode2box .item {
		width: 100%;
	}

	.mode2box .item:nth-child(2) {
		background: url(../images/2aftre.png) no-repeat bottom right;
		background-size: cover;
		padding: 30px 20px 50px;
	}

	.mode2topul li .item:nth-child(2) {
		padding: 30px 20px 50px;
	}

	.smode4 .newul {
		margin: 0 -20px;
	}

	.smode4 .newul .item {
		margin: 0 20px;
	}.box2 {
		padding: 30px 30px 65px 65px
	}
	.sub_add .box2 .lf_n {
		left: 14px;
		top: 127px;
	}
	.page_article .title {
		padding-bottom: 22px;
		margin-bottom: 20px;
	}
	.sub_channel_title03{
		margin-top: 0 !important;
	}
}

@media screen and (max-width:998px) {
	.sub_menu a.l0 {
		font-size: 16px;
	}
	.joinul li {
		width: 50%;
	}.box2{
		padding: 30px !important;
	}
	.sub_add .rt3 {
		width:100% !important;
	}
	.box2{
		width:100% !important;
	}
	.sub_add{
		flex-direction: column;
	}
	.sub_channel_title03{
		margin: 20px 0 !important;
	}
	.joinul {
		margin: 0 -10px;
	}

	.joinul .item {
		margin: 0 10px;
	}

	.jointxt {
		bottom: 10px;
	}

	.Innovationul {
		margin: 0 -10px;
	}

	.Innovationul li {
		margin-bottom: 20px !important;
	}

	.Innovationul .item {
		margin: 0 10px !important;
	}

	.researchtit {
		margin: 10px 0;
	}

	.researchbox .item img {
		margin: 20px auto;
	}

	.scient-boxone {

		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.scient-boxone img {
		margin: 0 auto 20px;
	}

	.smode4 .newul li {
		width: 100%;
		margin-bottom: 30px;
	}

	.mode2ul li {
		width: 100%;
		margin: 0;
		margin-bottom: 20px;
	}
.mode2ul{
		margin: 0;
}
	.mode2ul .item {
		margin: 0;
		padding: 32px;
	}
    .publicnotic li a{
		padding-bottom: 15px;
		margin-bottom: 15px;
	}
	.publicnotic li a .date2 {
		margin-left: 50px;
	}
	
}

@media screen and (max-width:990px) {
	.peopleul li {
		width: 100%;
	}
}

@media screen and (max-width:768px) {
	.sub_left {
		margin-top: 25px;
	}
.name2info {
    min-height: 132px;
}
	.sub_right {
		margin-top: 15px;
		padding: 25px 30px 50px;
	}

	.Innovationul .item-info .item-txt {
		min-height: 56px;
	}

	.smode2 .Innovationul .item-info .item-txt {
		min-height: 84px;

	}

	.scient-box {
    padding: 15px 20px 45px;
}

	.title {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.jgbox>.items .left {
		width: 142px !important;
		padding: 10px;
	}

	.jgbox .items .right {
		width: calc(100% - 142px) !important;
	}

	.lines {
		display: none;
	}

	.leaderul li {
		width: 100% !important;
	}

	.leaderbox {
		padding-bottom: 25px !important;
		margin-bottom: 25px !important;
		border-bottom: 1px solid #dedede !important;
	}

	.leaderul:last-child li:last-child .leaderbox {
		border-bottom: none !important;
		padding: 0 !important;
		margin: 0 !important;
	}

	.name2 {
		margin-bottom: 40px;
	}

	.leadertop::before {

		height: calc(100% - 40px);
		top: 40px;

	}

	.mediaul li {
		margin-bottom: 40px;
	}

	.leadertopl {
		width: 130px;
	}

	.leadertopr {
		margin-left: 150px;
		padding-right: 20px;
	}

	.map {
		height: 330px;
		margin-bottom: 30px;
	}

	.newul .item-right {
		width: 200px;

	}

	.newul .item-left {
		width: calc(100% - 210px);
	}

	.newul .item-left .top {
		padding-bottom: 13px;
		margin-bottom: 13px;
	}

	.newul .item {
		padding-bottom: 25px;
		margin-bottom: 25px;
	}

	.media-right .mode1info {
		height: 52px;
	}

	.researchul li {
		width: 50%;
	}

	.item-icontext {
		max-height: 48px;
	}

	.researchul li .item {
		height: 75px;
		padding: 10px 15px;
	}

	.item-icon {
		width: 40px;
		height: 37px;
	}

	.researchul li .item-right {
		width: calc(100% - 56px);
	}

	.scientist {
		padding: 10px 20px;
	}

	.scient-tit {
		padding-left: 30px;
	}

	.scientist::after {
		width: calc(100% - 40px);
		left: 20px;
	}

	.scient-four {
		box-sizing: border-box;
		padding: 0 60px;
	}

	.scienul .slick-prev {
		left: -70px;
	}

	.scienul .slick-next {
		right: -70px;
	}

	.scienul dl a {
		padding: 10px 20px;
	}

	.scienul dl {
		margin-bottom: 10px;
	}

	.smode2 .Innovationul li {
		width: 50%
	}

	.mode2ul .item .item-title {
		height: auto;
		max-height: 44px;
	}
}

@media screen and (max-width:600px) {
	.mediaul .item {
		flex-direction: column;
	}

	.media-left, .media-right {
		width: 100%;
	}

	.media-right {
		padding: 20px;
	}

	.media-right::before {

		width: 100%;
		height: 100%;
		left: 0;
		top: 0;
	}

	.media-right .mode1info {
		height: 78px;
		-webkit-line-clamp: 3;
	}

	.mediaul li {
		margin-bottom: 20px;
	}

	.task-tit {
		clip-path: polygon(0px 0%, 100% 0%, 100% 100%, 0 100%) !important;
	}

	.task-tit:nth-child(2) {
		margin-left: 0px;
	}

	.task-tit::before {
		display: none;
	}

	.task-tit {
		margin-bottom: 15px;
		padding: 10px;
	}

	.task-tit .item {
		margin: 0 5px;
	}

	.task-title {
		margin: 0 -5px;
	}

	.title3box {
		padding: 10px 17px;
	}
}

@media screen and (max-width:490px) {
	.jgbox>.items {
		flex-direction: column;
		margin-bottom: 30px;
	}

	.jgbox>.items .left {
		margin-bottom: 35px;
		width: 80% !important;
		text-align: center;
	}

	.jgbox>.items .left::before {
		width: 1px;
		height: 35px;
		right: 50%;
		top: auto;
		bottom: -35px;
	}

	.jgbox .items .right {
		width: calc(100% - 65px) !important;
		padding-left: 65px;
		padding-right: 0;
	}

	.leadertopl {
		width: 205px;
		float: none;
		margin: 0 auto;
	}

	.name2 {
		margin: 20px 0;
		color: #fff;
	}

	.leadertopr {
		margin-left: 0;
		padding: 0 20px;
	}

	.leaderbot {
		padding-top: 25px;
		padding-left: 0px;
		box-sizing: border-box;
	}

	.title2 {
		padding-bottom: 15px;
		margin-bottom: 10px;
	}

	.leaderbotinfo {
		margin-bottom: 20px;
	}

	.researchul li {
		width: 100%;
	}

}

@media screen and (max-width:479px) {
	.rearchul li {
		width: 50%;
	}

	.reachname {
		margin-top: 10px;
	}
.pages .prev{
    margin-right: 5px;
}
.pages .next{
    margin-left: 5px;
}
	.pages>a, .pages span {
		margin: 0 6px;
		margin-bottom: 5px;
	}

	.map {
		height: 200px;
		margin-bottom: 25px;
	}

	.map-info {
		margin-bottom: 10px;
	}
.task-title {
    margin: 0px;
}
	.sub_right {
		padding: 25px 20px 50px;
	}

	.scient-box {}
    .publicnotic li a .date2 {
		margin-left: 20px;
	}
}

@media screen and (max-width:460px) {
	.newul .item {
		flex-direction: column;
	}

	.newul .item-left {
		width: 100%;
		order: 2;
	}

	.newul .item-right {
		width: 100%;
		order: 1;
		margin-bottom: 20px;
	}

	.publicul a {
		padding-bottom: 20px;
		margin-bottom: 20px;
	}

	.Innovationul .item-info {
		padding: 10px 15px;
	}
}

@media screen and (max-width:414px) {
	.jgbox .items .right {
		width: calc(100% - 0px) !important;
		padding-left: 65px;
		padding-right: 0;
	}

	.leaderbox {
		flex-direction: column;
		padding-right: 0;
	}

	.leaderl {
		width: 205px;
		margin: 0 auto;
	}

	.leaderr .more {
		position: relative;
		left: auto;
		bottom: auto;
	}

	.leaderr {
		width: 205px;
		margin: 0 auto;
		margin-top: 20px;
	}

	.nameinfo {
		margin-bottom: 10px;
	}

	.peopleul .leaderl, .people {
		width: 205px;
		margin: 0 auto;
	}

	.peopleul li a, .publicul a {
		flex-direction: column;
	}

	.name3 {
		margin: 15px 0;
	}

	.rearchul li, .Innovationul li {
		/* width: 100%; */
		margin-bottom: 10px;
	}

	.Innovationul li {
		margin-bottom: 20px;
	}

	.title3box {
		padding: 12px 15px;
		margin-bottom: 25px;
	}

	.joinul li {
		width: 100%;
		margin-bottom: 20px;
	}

	.public-left, .public-right {
		width: 100%;
	}
.public-left{
	max-width: 190px;
	margin:0 auto;
}
	.public-right {
		padding: 15px 0;
	}

	.public-info {
		margin-bottom: 15px;
	}

	.smode2 .Innovationul li {
		width: 100%;
	}
}

.share_box {
	line-height: 7px;
	text-align: center;
	color: rgb(1, 88, 156);
	font-size: 0px;
	z-index: 100;
	/* margin: 34px 0 0 38px; */
	clear: both;
	position: relative;
}

.share_box .share_title {
	display: block;
	text-align: center;
	color: rgb(51, 51, 51);
	font-size: 14px;
	margin: 0 0 10px;
	line-height: 20px;
	position: relative;
	overflow: hidden;
}

.share_box .share_title::before {
	content: '';
	display: block;
	border-top: 1px dashed #e5e5e5;
	position: absolute;
	width: 100%;
	height: 0;
	top: 50%;
	left: 0;
}

.share_box .share_title span {
	background: #fff;
	display: inline-block;
	position: relative;
	z-index: 2;
	padding: 0 10px;
	color: #ccc;
}

.share_box .share_btn, .share_box .share_btn.share_more::after {
	line-height: 20px;
	margin: 0px auto 10px;
	position: relative;
	width: 30px;
	height: 30px;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100%;
	cursor: pointer;
	display: block;
	border-radius: 50%;
}

.share_box .share_btn i {
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	position: absolute;
	z-index: 2;
	color: #fff;
}

.share_box .share_btn.share_wechat {
	background-image: url("../images/share_wechat.png");
	background: #00c800;
}

.share_box .share_btn.share_sina {
	background-image: url("../images/share_sina.png");
	background: #f68588;
}
.share_box .share_btn.share_more{
	background: #65abab !important;
}
.share_box .share_btn.share_qzone {
	background-image: url("../images/share_qzone.png");
	background: #fece00;
}

/* .share_box .share_btn.share_copy { background-image: url("../images/share_copy.png"); background: #7dd43c;} */
.share_box .share_btn.share_more::after {
	content: "";
	background-image: url("../images/share_more.png");
	background: #65abab;
	position: absolute;
	border: 0px;
	left: 0px;
	margin: 0px;
}

.share_box .share_btn.share_twitter {
	background-image: url("../images/share_twitter.png");
	background: #6babe8;
}

.share_box .share_btn.share_facebook {
	background-image: url("../images/share_facebook.png");
	background: #415a94;
}

.share_box .share_btn.share_linkedin {
	background-image: url("../images/shareto_linkedin.png");
	background: #3d84c2;
}

.share_box .share_btn:last-child {
    background: #65abab;
}

.share_box .share_btn .alert_box {
	position: absolute;
	top: 100%;
	left: 0%;
	padding: 6px;
	display: none;
	z-index: 2;
	padding: 1px;
	z-index: 10;
}

.share_box canvas {
	display: block;
	margin: 0 auto;
}

.share_box .share_btn .alert_box.on {
	display: block;
}

.share_box .share_more .share_btn {
	margin: 10px 0 0;
	border: 0px;
	/* border-radius: 0px; */
}

.share_box .share_btn:hover .alert_box {
	display: block;
}

.share_box .share_btn.share_wechat .alert_box {
	display: none;
	position: fixed;
	left: 50%;
	top: 50%;
	transform: translateX(-50%) translateY(-50%);
	padding: 10px;
	border: 1px solid #d8d8d8;
	background: #fff;
	width: 210px;
	bottom: auto;
}

.share_box .share_btn.share_wechat .alert_box.on {
	display: block;
}

.share_box .share_btn.share_wechat .close {
	width: 24px;
	height: 24px;
	line-height: 24px;
	display: block;
	float: right;
	font-size: 16px;
	color: #333;
}

.share_box .share_btn.share_wechat .close::before {
	content: 'x';
}

.share_box .share_btn.share_wechat .title {
	line-height: 24px;
	font-weight: bold;
	font-size: 14px;
	text-align: left;
	margin: 0 0 10px;
	color: #333;
	padding: 0;
	border: none;
}

.share_box .share_btn.share_wechat .bottom {
	color: #666;
	line-height: 22px;
	text-align: left;
	font-size: 12px;
	margin: 10px 0 0;
}
.page_article .title {
    padding-bottom: 40px;
    margin-bottom: 28px;
}
.mid_n .author{
	padding: 20px 30px;
	box-sizing: border-box;
	background: rgba(36,173,174,.15);
}
.mid_n .author span{
	display: inline-block;
	margin: 0 15px;
	color: #929292;
}
.mid_n .size{
	margin: 20px 0 10px;
	padding:0px 30px;
	box-sizing: border-box;
	color: #009999;
}
.mid_n .size a:nth-child(1){
	margin-left: 15px;
}
.mid_n .size a{
	display: inline-block;
	color: #929292;
	padding: 0 15px;
	box-sizing: border-box;
	cursor: pointer;
	position: relative;
}
.mid_n .size a::before{
	content: '';
	display: block;
	width: 2px;
	height: 20px;
	background: #929292;
	position: absolute;
	left: 0;
	top: calc(50% - 10px);
}
.mid_n .size a:hover{
	color: #009999;
}
.mid_n .size a:hover::before{
	background: #009999;
}
.gp-article{
	color: #333;
}
.sub_channel_title03 {
    background: rgba(36,173,174,.15);
    display: block;
    position: relative;
    padding: 0 40px;
    box-sizing: border-box;
    margin: 30px 0;
    height: 58px;
    border-right: 5px solid #058005;
    color: #009999;
    border-top-left-radius: 30px;
    }

.sub_channel_title03 .title3{padding: 13px;box-sizing: border-box;}
.r3pic {
	padding-bottom: 56.7%;
	border: 1px solid #3d9b91;
}
.r3info {
	margin: 20px 0 30px;
	-webkit-line-clamp: 4;
	color: #333;
}
@media screen and (max-width: 998px) {
	.share_box {
		position: fixed;
		right: 10px;
		bottom: 40px;
		top: initial;
	}

	.share_box .share_title {
		margin: 0px 0px 6px;
		display: none;
	}

	.share_box .share_btn, .share_box .share_btn.share_more::after {
		width: 40px;
		height: 40px;
	}

	.share_box>.share_btn {
		display: none;
	}

	.share_box .share_btn.share_more {
		display: block;
	}

	.share_box .share_btn .alert_box {
		left: 0px;
		top: auto;
		bottom: 100%;
	}

	.share_box .share_more .share_btn {
		margin: 0 0 10px;
	}

	.menu_box .nav ul li a {
		font-size: 24px;
	}
}