.active {
	display: block !important;
}
.navactive {
	color: #c3161d;
}

/* headerÃ¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.headerbox {
	width: 100%;
	height: 60px;
	line-height: 60px;
	background: white;
}

.headerbox .imglogo {
	width: 60%;
	height: 100%;
	margin: 0 auto;
}

@media screen and (max-width: 1150px) {
	.headerbox .imglogo {
		width: 100%;
	}
}

@media screen and (max-width: 1280px) and (min-width: 1180px) {
	.headerbox .imglogo {
		width: 80%;
	}
}
@media screen and (max-width: 1366px) and (min-width: 1280px) {
	.headerbox .imglogo {
		width: 75%;
	}
}
@media screen and (max-width: 1600px) and (min-width: 1366px) {
	.headerbox .imglogo {
		width: 70%;
	}
}
@media screen and (max-width: 1680px) and (min-width: 1600px) {
	.headerbox .imglogo {
		width: 65%;
	}
}
@media screen and (max-width: 1920px) and (min-width: 1680px) {
	.headerbox .imglogo {
		width: 60%;
	}
}

.headerbox .imglogo .logo {
	width: 45%;
	height: 100%;
}

.headerbox .imglogo .logo img {
	width: 26%;
	margin-top: 20px;
	vertical-align: middle;
}

.headerbox .imglogo .logo p:nth-of-type(1) {
	width: 1px;
	height: 28px;
	background: #b5b5b5;
	margin-left: 10px;
	margin-top: 15px;
}

.headerbox .imglogo .logo p:nth-of-type(2) {
	font-size: 18px;
	color: #333333;
	margin-left: 10px;
}

.headerbox .imglogo .navlist {
	width: 55%;
	height: 100%;
}

.headerbox .imglogo .navlist ul li {
	width: 14%;
	height: 100%;
	float: left;
	text-align: center;
	font-size: 14px;
	cursor: pointer;
}
.headerbox .imglogo .navlist ul li:nth-of-type(1) {
	width: 8%;
	margin-left: 4%;
}

/* headerÃ¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/* indexÃ¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.indexbox {
	width: 100%;
	position: relative;
}

.indexbox .banner {
	width: 100%;
	height: 260px;
	position: relative;
}

.indexbox .banner .swiper-container {
	width: 100%;
	height: 100%;
}

.indexbox .banner .swiper-container .swiper-slide {
	text-align: center;
	/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.indexbox .banner .swiper-container .swiper-slide img {
	min-width: 100%;
	min-height: 100%;
}

.indexbox .banner .swiper-container .swiper-button-prev {
	left: 35% !important;
}

.indexbox .banner .swiper-container .swiper-button-next {
	right: 35% !important;
}

.indexbox .nav {
	width: 450px;
	height: 70px;
	background: white;
	position: absolute;
	top: 240px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	border: 1px solid #c8c8c8;
	padding: 0 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.indexbox .nav .smallnav {
	width: 49%;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.indexbox .nav .line {
	width: 1px;
	height: 100%;
	margin-left: 10px;
	background: #c8c8c8;
}

.indexbox .nav .smallnav .text {
	width: 70%;
	height: 40px;
	font-size: 14px;
	text-align: center;
	text-align: left;
	padding-left: 10px; /*  */
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.indexbox .nav .smallnav .text a {
	width: 100%;
	height: 100%;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.indexbox .nav .smallnav .text:nth-child(2) {
	padding-left: 18px !important;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.indexbox .nav .smallnav .text p:nth-of-type(1) {
	font-size: 15px;
	font-weight: bold;
}

.indexbox .nav .smallnav .text p:nth-of-type(2) {
	font-size: 12px;
	color: #b7b7b7;
	white-space: nowrap;
}

.indexbox .nav .smallnav .img {
	width: 30%;
}

.indexbox .nav .smallnav .img img:nth-of-type(1) {
	width: 55px;
	height: auto;
}

.indexbox .nav .smallnav .img img:nth-of-type(2) {
	width: 55px;
	height: 42px;
}

.indexbox .newslist {
	width: 53%;
	height: 320px;
	margin-left: auto;
	margin-right: auto;
	margin-top: 80px;
}

.indexbox .newslist .newlist {
	width: 46%;
	height: 100%;
}

.indexbox .newslist .noticelist {
	margin-left: 8%;
	width: 46%;
	height: 100%;
}

.indexbox .newslist .Toptitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dadada;
}

.indexbox .newslist .Toptitle p:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
}

.indexbox .newslist .Toptitle p:nth-of-type(2) {
	cursor: pointer;
}

.indexbox .newslist .Toptitle p:nth-of-type(2) span {
	color: #c3161d;
	font-size: 12px;
}

.indexbox .newslist .Toptitle p:nth-of-type(2) img {
	margin-left: 10px;
}

.indexbox .newslist .content {
	width: 100%;
	height: 240px;
	margin-top: 10px;
}

.indexbox .newslist .content .contentimg {
	width: 36%;
	height: 100%;
}

.indexbox .newslist .content .contentimg img {
	width: 100%;
}

.indexbox .newslist .content .contentext {
	width: 100%;
	/*margin-left: 2%;*/
	height: 100%;
	overflow: hidden;
}

.indexbox .newslist .content .contentext li {
	width: 100%;
	height: 40px;
	line-height: 40px;
}

.indexbox .newslist .content .contentext li:hover p:nth-of-type(1) a {
	color: #c3161d;
}

.indexbox .newslist .content .contentext li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.indexbox .newslist .content .contentext li p:nth-of-type(1) {
	width: calc(100% - 100px);
	height: 100%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.indexbox .newslist .content .contentext li p:nth-of-type(2) {
	font-size: 12px;
	white-space: nowrap;
	width: 90px;
	height: 100%;
	text-align: right;
	color: #333333;
	font-style: italic;
	padding-right: 2px;
}

.indexbox .newslist .contentnotice {
	width: 100%;
	height: 240px;
	margin-top: 10px;
}

.indexbox .newslist .contentnotice li {
	width: 100%;
	height: 30px;
	line-height: 30px;
}

.indexbox .newslist .contentnotice li p:nth-of-type(1) {
	width: calc(100% - 100px);
	height: 100%;
	font-size: 14px;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.indexbox .newslist .contentnotice li:hover p:nth-of-type(1) a {
	color: #c3161d;
}
.indexbox .newslist .contentnotice li p:nth-of-type(2) {
	font-size: 12px;
	width: 90px;
	height: 100%;
	text-align: right;
	color: #333333;
	font-style: italic;
	white-space: nowrap;
	padding-right: 2px;
}

.indexbox .roomvideo {
	width: 100%;
	height: 230px;
	background: url('../images/roomvideobg.png') no-repeat;
	background-size: 100% 100%;
	/* margin-top: 30px; */
}

.indexbox .roomvideo .videobox {
	width: 51.7%;
	/* width: 60%; */
	height: 100%;
	margin: 0 auto;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
}

.indexbox .roomvideo .videobox .top {
	width: 260px;
	height: 30px;
	margin: 0 auto;
}

.indexbox .roomvideo .videobox .top .title {
	margin-left: 10px;
	/* margin-right: 10px; */
	letter-spacing: 10px;
	color: white;
	font-weight: 600;
	font-size: 16px;
}

.indexbox .roomvideo .videobox .more {
	color: white;
	font-size: 12px;
	position: absolute;
	right: 100px;
	top: 12px;
}

.indexbox .roomvideo .videobox .top img {
	margin-top: 6px;
}

.indexbox .roomvideo .videobox .bottom {
	width: 100%;
	/* width: 80%; */
	height: 180px;
	margin: 0px auto;
	/* overflow: hidden; */
	position: relative;
	left: -2px;
}
.indexbox .roomvideo .videobox .bottom .swiper-container {
	height: 100%;
	left: -5px;
}
.indexbox .roomvideo .videobox .bottom .swiper-container .swiper-wrapper{
	/* overflow: hidden; */
}

.indexbox .roomvideo .videobox .bottom .swiper-container .swiper-slide {
	height: 100%;
}
.indexbox .roomvideo .videobox .bottom .swiper-container .swiper-slide > img {
	object-fit: cover;
	height: 100%;
	width: 100%;
}

.indexbox .roomvideo .videobox .bottom .icon {
	position: absolute;
	left: 40%;
	top: 40%;
	z-index: 2;
}

.indexbox .roomvideo .videobox .bottom .swiper-container2 .swiper-button-prev {
	left: 7% !important;
	width: 27px;
	height: 30px;
	top: 60%;
}

.indexbox .roomvideo .videobox .bottom .swiper-container2 .swiper-button-next {
	right: 8% !important;
	width: 27px;
	height: 30px;
	top: 60%;
}

.indexbox .roomlabplatform {
	width: 100%;
	height: 680px;
	background: url('../images/platformbg.jpg') no-repeat;
	background-size: 100% 100%;
	padding-top: 40px;
	padding-bottom: 40px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.indexbox .roomlabplatform .roomlabplatformbox {
	width: 51.7%;
	height: 590px;
	background: white;
	margin: 0px auto;
	padding: 20px 20px 20px 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	position: relative;
	left: -0.4%;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox {
	width: 100%;
	height: 100%;
	position: relative;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .more {
	font-size: 12px;
	color: #333333;
	position: absolute;
	right: 20px;
	top: 5px;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .top {
	width: 260px;
	height: 30px;
	margin: 0 auto;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .top p {
	margin-left: 10px;
	/* margin-right: 10px; */
	letter-spacing: 10px;
	color: #333333;
	font-weight: 600;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .top img {
	margin-top: 6px;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .bottom {
	width: 100%;
	height: 520px;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .bottom li {
	width: 23%;
	height: 150px;
	margin-left: 2%;
	float: left;
	margin-top: 20px;
	border-bottom: 1px solid #cbcbcb;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .bottom li {
	display: block;
}
.indexbox .roomlabplatform .roomlabplatformbox .contentbox .bottom li .img-box {
	width: 100%;
	height: 102px;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .bottom li img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.indexbox .roomlabplatform .roomlabplatformbox .contentbox .bottom li p {
	font-weight: bold;
	font-size: 14px;
	color: #333333;
	margin-top: 10px;
	white-space: nowrap;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* indexÃ¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/* footerÃ¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.footerbox {
	width: 100%;
	height: 140px;
	background: #4d4d4d;
	/* position: sticky; */
	/* bottom: 0; */
}

.footerbox .footercontentbox {
	width: 52%;
	height: 100%;
	margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.footerbox .footercontentbox .lefttext {
	height: 100%;
}

.footerbox .footercontentbox .lefttext .top {
	width: 100%;
	height: 40px;
}

.footerbox .footercontentbox .lefttext .top img {
	width: 35%;
	margin-top: 8px;
}

.footerbox .footercontentbox .lefttext .top .line {
	width: 1px;
	height: 40px;
	background: #636363;
	margin-left: 20px;
	margin-right: 20px;
}

.footerbox .footercontentbox .lefttext .top .text p {
	font-size: 12px;
	color: white;
	line-height: 20px;
}

.footerbox .footercontentbox .lefttext .bottom {
	width: 100%;
	height: 20px;
	margin-top: 30px;
}

.footerbox .footercontentbox .lefttext .bottom span {
	font-size: 12px;
	color: #ffffff;
}

.footerbox .footercontentbox .lefttext .bottom span:nth-of-type(2) {
	margin-left: 10px;
}

.footerbox .footercontentbox .rightqrcode {
	width: 30%;
	height: 100%;
}

.footerbox .footercontentbox .rightqrcode img {
	width: 80px;
}

.footerbox .footercontentbox .rightqrcode .text {
	margin-top: 20px;
}

.footerbox .footercontentbox .rightqrcode .text p {
	font-size: 12px;
	color: white;
	margin-left: 20px;
}

.footerbox .footercontentbox .rightqrcode .text p:nth-of-type(2) {
	margin-top: 10px;
}

/* footerÃ¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/* Ã¥Â¿â„¢Ã¨â€°â„¢Ã¦Â½Å¾Ã¥Â¿â„¢Ã¥â€¢ÂªÃ©Ë†Â¥Ã§ÂÂ»ÃŽÂ²Ã¯Â¸Â¹Ã¯Â¿Â½Ã¦Â¯Â­Ã¯Â¸Â¹Ã¯Â¿Â½Ã¥Â­Â¤Ã®Æ’Å¾Ã®Å¾Â Ã¨Â§Â£Ã¯Â¿Â½Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.institutionbox {
	width: 100%;
	position: relative;
}

.institutionbox .banner {
	width: 100%;
	height: 260px;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.institutionbox .banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.institutionbox .contentbox {
	width: 60%;
	height: 3200px;
	margin: 20px auto;
	position: relative;
}

.institutionbox .contentbox .list {
	width: 20%;
	/* height: 100%; */
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 2px;
	position: fixed;
}

.institutionbox .contentbox .list .title {
	width: 100%;
	height: 60px;
	line-height: 50px;
	font-weight: bold;
	font-size: 20px;
	color: #c3161d;
	letter-spacing: 2px;
	border-bottom: 1px solid #c6c6c6;
}

.institutionbox .contentbox .list ul {
	width: 100%;
	height: 80%;
}

.institutionbox .contentbox .list ul li {
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: 400px;
	font-size: 14px;
	border-bottom: 1px solid #c6c6c6;
	list-style-type: disc;
	cursor: pointer;
}
.institutionbox .contentbox .list ul li a {
	colo: #333333;
}

.institutionbox .contentbox .content {
	width: 80%;
	height: 100%;
	position: absolute;
	left: 32%;
}

.institutionbox .contentbox .content .pubcontentTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	color: #000000;
}
.cont p{
	font-size: 16px !important;
	line-height: 2 !important;
	font-family: simsun, serif;
	text-indent:2rem;
}

.institutionbox .contentbox .content .pubcontentTitle:nth-child(1) {
	margin-top: 0px;
}

.institutionbox .contentbox .content .pubcontentbox {
	width: 100%;
	height: 400px;
	border: 1px solid #c6c6c6;
	margin-top: 10px;
}

/* Ã¥Â¿â„¢Ã¨â€°â„¢Ã¦Â½Å¾Ã¥Â¿â„¢Ã¥â€¢ÂªÃ©Ë†Â¥Ã§ÂÂ»ÃŽÂ²Ã¯Â¸Â¹Ã¯Â¿Â½Ã¦Â¯Â­Ã¯Â¸Â¹Ã¯Â¿Â½Ã¥Â­Â¤Ã®Æ’Å¾Ã®Å¾Â Ã¨Â§Â£Ã¯Â¿Â½Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/* Ã¦Â°â€œÃ¥ÂºÂÃ¥â€¢ÂªÃ¨Å’â€¦Ã©â„¢â€¹Ã¨â€°â€”Ã¦Â°â€œÃ¥ÂºÂÃ©â„¢â€¡Ã¦Â°â€œÃ©Â¹Â¿Ã©Â²ÂÃ¦Â°â€œÃ¨ÂÂ«Ã¦Å½Â³Ã¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.labplatformbox {
	width: 100%;
	/* height:2000px; */
}

.labplatformbox .banner {
	width: 100%;
	height: 260px;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.labplatformbox .banner img {
	width: 100%;
	height: auto;
	min-height: 100%;
	object-fit: cover;
}

.labplatformbox .nav {
	width: 975px;
	height: 70px;
	background: white;
	position: absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	border: 1px solid #c8c8c8;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.labplatformbox .nav .smallnav {
	width: 230px;
	height: 100%;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.labplatformbox .nav .line {
	width: 1px;
	height: 100%;
	margin-left: 10px;
	background: #c8c8c8;
}

.labplatformbox .nav .smallnav .text {
	width: 75%;
	font-size: 14px;
	text-align: left;
	padding-left: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.labplatformbox .nav .smallnav:nth-child(1) .text {
	padding-left: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.labplatformbox .nav .smallnav .text p:nth-of-type(1) {
	font-size: 16px;
	font-weight: bold;
}

.labplatformbox .nav .smallnav .text p:nth-of-type(2) {
	font-size: 14px;
	color: #b7b7b7;
	margin-top: 6px;
	white-space: nowrap;
}

.labplatformbox .nav .smallnav .img {
	width: 25%;
}

.labplatformbox .nav .smallnav .img img {
	width: 90%;
	margin-left: 10px;
	margin-top: 5px;
}

.labplatformbox .platformbox {
	width: 100%;
	margin-top: 40px;
}

.labplatformbox .platformbox ul {
	width: 750px;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}

.labplatformbox .platformbox ul li {
	/*position: relative;
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;*/
	width: 49%;
	height: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

.labplatformbox .platformbox ul li .allbox {
	width: 644px;
	height: 100%;
	margin: 0 auto;
}

.labplatformbox .platformbox ul li .allbox .leftbox {
	width: 49%;
	height: 100%;
}

.labplatformbox .platformbox ul li .fl-img-box {
	float: left;
	width: 55%;
	height: 170px;
	overflow: hidden;
}
.labplatformbox .platformbox ul li .fl-img-box img {
	display: block;
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.labplatformbox .platformbox ul li .text {
	width: 40%;
	height: 100%;
	padding-top: 16%;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.labplatformbox .platformbox ul li .text p:nth-of-type(1) {
	color: #333333;
	font-size: 14px;
	font-weight: bold;
}

.labplatformbox .platformbox ul li .text p:nth-of-type(2) {
	color: #c3161d;
	font-size: 12px;
	margin-top: 20px;
}

.labplatformbox .platformbox ul li .text p:nth-of-type(2) img {
	width: 10px;
	margin-left: 10px;
}

.labplatformbox .platformbox ul li .allbox .rightbox {
	width: 49%;
	height: 100%;
}

/* Ã¦Â°â€œÃ¥ÂºÂÃ¥â€¢ÂªÃ¨Å’â€¦Ã©â„¢â€¹Ã¨â€°â€”Ã¦Â°â€œÃ¥ÂºÂÃ©â„¢â€¡Ã¦Â°â€œÃ©Â¹Â¿Ã©Â²ÂÃ¦Â°â€œÃ¨ÂÂ«Ã¦Å½Â³Ã¨Å½Â½Ã©â„¢â€ Ã©Ë†Â¥Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”ÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/* Ã¦Â°â€œÃ©Ë†Â¥ÃŽÂ²Ã¨Â¶ÂÃ£ÂÂ¢Ã¥ÂÂ·Ã§Å¸Â«Ã£Æ’â€¹Ã¥â€”ÂÃ¯Â¿Â½Ã¦â€“â€ Ã®Å¸Å ÃƒÂ·Ã®Å¸â€¹Ã®Å¾Â Ã¨Â§Â£Ã¯Â¿Â½Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”Ã®Å¾Â£Ã¢â„¢â‚¬Ã¯Â¿Â½Ã§ÂÂ»Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã®Æ’Å¾Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã¦Â³ÂµÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.listbox {
	width: 100%;
	height: 100%;
}

.listbox .banner {
	width: 100%;
	height: 260px;
	text-align: center;
	background: #dfdfdf;
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.listbox .banner img {
	width: 100%;
	height: 100%;
	-o-object-fit: cover;
	object-fit: cover;
}

.listbox .content {
	width: 60%;
	height: 600px;
	margin: 30px auto;
}

.listbox .content .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
}

.listbox .content .title .text {
	font-weight: bold;
	font-size: 18px;
	color: #c3161d;
}

.listbox .content .title .btn p {
	cursor: pointer;
}

.listbox .content .title .btn p span {
	font-weight: 400;
	font-size: 13px;
	color: #c3161d;
}

.listbox .content .title .btn p:nth-of-type(2) {
	margin-left: 20px;
}

.listbox .content .title .btn p img {
	width: 10px;
}

.listbox .content .list {
	width: 100%;
	margin-top: 20px;
}

.listbox .content .list ul li {
	width: 100%;
	height: 50px;
	border-bottom: 1px solid #dfdfdf;
	line-height: 50px;
}

.listbox .content .list ul li p:nth-of-type(1) {
	width: 70%;
	font-size: 15px;
	color: #4d4d4d;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.listbox .content .list ul li p:nth-of-type(2) {
	font-weight: 400;
	font-size: 13px;
	color: #4d4d4d;
	font-style: italic;
}

/* Ã¦Â°â€œÃ©Ë†Â¥ÃŽÂ²Ã¨Â¶ÂÃ£ÂÂ¢Ã¥ÂÂ·Ã§Å¸Â«Ã£Æ’â€¹Ã¥â€”ÂÃ¯Â¿Â½Ã¦â€“â€ Ã®Å¸Å ÃƒÂ·Ã®Å¸â€¹Ã®Å¾Â Ã¨Â§Â£Ã¯Â¿Â½Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”Ã®Å¾Â£Ã¢â„¢â‚¬Ã¯Â¿Â½Ã§ÂÂ»Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã®Æ’Å¾Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã¦Â³ÂµÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */

/* Ã¦Â°â€œÃ¨ÂÂ§Ã©Ë†Â¥Ã¢â€™Å¡Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½-Ã§Å’Â«Ã¨Ââ€ºÃ©Ë†Â¥Ã¦Â¾ÂÃ®Å¾Â Ã©â„¢Ë†Ã¥Â¹Â»ÃŽÂ»Ã¥â€”ÂÃ¯Â¿Â½Ã¦Â¨ÂÃ£ÂÂ¢Ã¥Â®Â¦Ã®Æ’Å¾Ã®Å¾Â Ã¨Â§Â£Ã¯Â¿Â½Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”Ã®Å¾Â£Ã¢â„¢â‚¬Ã¯Â¿Â½Ã§ÂÂ»Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã®Æ’Å¾Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã¦Â³ÂµÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.contactbox {
	width: 100%;
}

.contactbox .banner {
	width: 100%;
	height: 220px;
	text-align: center;
	background: #dfdfdf;
}

.contactbox .banner img {
	width: 60%;
	height: 100%;
}

.contactbox .content {
	width: 60%;
	margin: 30px auto;
}

.contactbox .content .title {
	font-weight: bold;
	font-size: 19px;
	color: #c3161d;
}

.contactbox .content .text {
	width: 100%;
	height: 900px;
	margin-top: 20px;
	border: 1px solid #c6c6c6;
	overflow-y: scroll;
}

/* Ã¦Â°â€œÃ¨ÂÂ§Ã©Ë†Â¥Ã¢â€™Å¡Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½-Ã§Å’Â«Ã¨Ââ€ºÃ©Ë†Â¥Ã¦Â¾ÂÃ®Å¾Â Ã©â„¢Ë†Ã¥Â¹Â»ÃŽÂ»Ã¥â€”ÂÃ¯Â¿Â½Ã¦Â¨ÂÃ£ÂÂ¢Ã¥Â®Â¦Ã®Æ’Å¾Ã®Å¾Â Ã¨Â§Â£Ã¯Â¿Â½Ã¦Â¨ÂÃ¢â€Å¾ÃƒÂ·Ã¥Â¾â€”Ã®Å¾Â£Ã¢â„¢â‚¬Ã¯Â¿Â½Ã§ÂÂ»Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã®Æ’Å¾Ã£Æ’Â¢Ã¯Â¿Â½ÃŽÂ²Ã¦Â³ÂµÃŽÂ²Ã§Å â€¦Ã¨Â®Â¿Ã£Æ’â€šÃ¦â€šÂ¸Ã¥Â¾ÂÃ®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/* Ã§Å’Â«Ã§â€šâ€°Ã¥Â¨â€žÃ¥Â¿â„¢Ã¨Å’Â Ã©Ë†Â¥ÃŽÂ³Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½-Ã¦Â°â€œÃ¥ÂºÂÃ¥â€¢ÂªÃ¨Å’â€¦Ã©â„¢â€¹Ã¨â€°â€”Ã¦Â°â€œÃ¥ÂºÂÃ©â„¢â€¡Ã¦Â°â€œÃ©Â¹Â¿Ã©Â²ÂÃ¦Â°â€œÃ¨ÂÂ«Ã¦Å½Â³Ã§â€ºÂ²Ã§Â¦â€žÃ©Ë†Â¥Ã¥Â§â€˜Ã®Å¾Â Ã¥Â®Â¦Ã¥ÂµÅ“Ã£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.labplatformdetailbox {
	width: 100%;
}

.labplatformdetailbox .banner {
	width: 100%;
	height: 280px;
	text-align: center;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	overflow: hidden;
}

.labplatformdetailbox .banner img {
	width: 100%;
	min-height: 100%;
	height: auto;
}

.labplatformdetailbox .contentbox {
	width: 60%;
	height: 8000px;
	margin: 20px auto;
	position: relative;
}
.labplatformdetailbox .contentbox-labplatform {
	height: auto;
}

.labplatformdetailbox .contentbox .title {
	color: #c3161d;
	font-weight: bold;
}

.labplatformdetailbox .contentbox .list {
	width: 20%;
	padding-right: 50px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	text-indent: 2px;
	position: fixed;
}
.labplatformdetailbox .contentbox .list-labplatform {
	width: 30%;
	float: left;
	position: initial;
}

.labplatformdetailbox .contentbox .list .title {
	width: 100%;
	height: 60px;
	font-weight: bold;
	font-size: 17px;
	color: #c3161d;
	letter-spacing: 2px;
	border-bottom: 1px solid #c6c6c6;
}

.labplatformdetailbox .contentbox .list ul {
	width: 100%;
	height: 80%;
}

.labplatformdetailbox .contentbox .list ul li {
	width: 100%;
	min-height: 50px;
	line-height: 50px;
	font-weight: 400;
	font-size: 14px;
	border-bottom: 1px solid #c6c6c6;
	list-style-type: disc;
	cursor: pointer;
}

.labplatformdetailbox .contentbox .contentbox {
	width: 70%;
	min-height: 500px;
	position: absolute;
	left: 32%;
}
.labplatformdetailbox .contentbox .contentbox-right-labplatform {
	width: 70%;
	height: auto;
	position: initial;
	float: right;
}

.labplatformdetailbox .contentbox .content {
	width: 100%;
	margin-bottom: 50px;
}

.labplatformdetailbox .contentbox .content.active {
	display: block;
}

.labplatformdetailbox .contentbox .content .active {
}

.labplatformdetailbox .contentbox .content .pubcontentTitle {
	width: 100%;
	height: 40px;
	line-height: 40px;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
	color: #000000;
}

.labplatformdetailbox .contentbox .content .pubcontentTitle:nth-child(1) {
	margin-top: 0px;
}

.labplatformdetailbox .contentbox .content .pubcontentbox {
	width: 100%;
	height: 400px;
	border: 1px solid #c6c6c6;
	margin-top: 10px;
}

.labplatformdetailbox .contentbox .content .top {
	width: 100%;
	height: 60px;
}

.labplatformdetailbox .contentbox .content .top .topleft {
	width: 70%;
	height: 100%;
}

.labplatformdetailbox .contentbox .content .top .topleft .roomname {
	font-size: 17px;
	font-weight: bold;
}

.labplatformdetailbox .contentbox .content .topleft .bottom {
	margin-top: 10px;
}

.labplatformdetailbox .contentbox .content .topleft .bottom p {
	color: #333333;
	font-size: 12px !important;!i;!;
}

.labplatformdetailbox .contentbox .content .topleft .bottom p:nth-of-type(2) {
	margin-left: 50px;
}

.labplatformdetailbox .contentbox .content .topleft .bottom p span {
	margin-left: 5px;
}

.labplatformdetailbox .contentbox .content .top .topright {
	height: 100%;
}

.labplatformdetailbox .contentbox .content .top .topright .btn {
	background: #c3161d;
	font-size: 12px;
	color: white;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	margin-top: 10px;
}

.labplatformdetailbox .contentbox .content .top .topright .btn a {
	color: white;
}

.labplatformdetailbox .contentbox .content .top .topright .btn:nth-of-type(2) {
	margin-left: 10px;
}

.labplatformdetailbox .contentbox .content .bottom {
	width: 100%;
	height: 80%;
}
.labplatformdetailbox .contentbox .content .bottom p{
	
font-size: 16px !important;!i;!;
	
line-height: 2 !important;!i;!;
	
text-indent: 2em;
}

/* Ã§Å’Â«Ã§â€šâ€°Ã¥Â¨â€žÃ¥Â¿â„¢Ã¨Å’Â Ã©Ë†Â¥ÃŽÂ³Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½-Ã¦Â°â€œÃ¥ÂºÂÃ¥â€¢ÂªÃ¨Å’â€¦Ã©â„¢â€¹Ã¨â€°â€”Ã¦Â°â€œÃ¥ÂºÂÃ©â„¢â€¡Ã¦Â°â€œÃ©Â¹Â¿Ã©Â²ÂÃ¦Â°â€œÃ¨ÂÂ«Ã¦Å½Â³Ã§â€ºÂ²Ã§Â¦â€žÃ©Ë†Â¥Ã¥Â§â€˜Ã®Å¾Â Ã¥Â®Â¦Ã¥ÂµÅ“Ã®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */

/*  Ã§Å’Â«Ã§â€šâ€°Ã¥Â¨â€žÃ¥Â¿â„¢Ã¨Å’Â Ã©Ë†Â¥ÃŽÂ³Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½-Ã¦Â°â€œÃ¨â€”â€ºÃ©Ë†Â¥Ã¦â€“â€ Ã®Å¸Å ÃƒÂ·Ã®Å¸â€¹Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½ */
.detailboxbig {
	width: 100%;
	height: 100%;
	padding-top: 30px;
	padding-bottom: 30px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: #dfdfdf;
}
.detailboxbig .detailbox {
	width: 80%;
	height: 100%;
	background: white;
	margin: 0px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.detailboxbig .detailbox .crumbs {
	width: 100%;
}
.detailboxbig .detailbox .crumbs li {
	float: left;
	font-size: 16px;
}
.detailboxbig .detailbox .content {
	width: 100%;
	height: 90%;
	margin-top: 40px;
}
.detailboxbig .detailbox .content .contentTitle {
	text-align: center;
}
.detailboxbig .detailbox .content .contentN {
	margin-top: 20px;
	text-indent: 40px;
	min-height: 550px;
}

.detailboxbig .detailbox .content .contentN p{
	line-height: 2;
	text-indent: 2em;
	font-size: 16px;
}

.detailboxbig .detailbox .content .contentN  img{
	margin: 0 auto;
	display: block;
}

.detailboxbig .detailbox .content .back {
}
/*  Ã§Å’Â«Ã§â€šâ€°Ã¥Â¨â€žÃ¥Â¿â„¢Ã¨Å’Â Ã©Ë†Â¥ÃŽÂ³Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½-Ã¦Â°â€œÃ¨â€”â€ºÃ©Ë†Â¥Ã¦â€“â€ Ã®Å¸Å ÃƒÂ·Ã®Å¸â€¹Ã¢â€Å¾ÃƒÂ·Ã¯Â¿Â½ */
/* Ã¦Â°â€œÃ¥ÂºÂÃ¥â€¢ÂªÃ¨Å’â€¦Ã©â„¢â€¹Ã¨â€°â€”Ã¦Â°â€œÃ¥ÂºÂÃ©â„¢â€¡Ã§Å’Â«Ã¦Ââ€šÃ©Ë†Â¥Ã§Å â€ Ã¢â€Å¾Ã¢â€˜Â©Ã¯Â¿Â½Ã¦Â¨ÂÃ£Æ’â€¹Ã¥â€”ÂÃ¯Â¿Â½Ã¦â€“â€ Ã®Å¸Å ÃƒÂ·Ã®Å¸â€¹Ã¢â€Å¾ÃƒÂ·Ã¥Â¾â€”Ã¢â€Å¾Ã¦Â¾â€ºÃ¢â€™Å¡Ã£Æ’â€šÃ¥Â°â€“Ã¥Ââ€œÃ¦Â°â€œÃ¦Ââ€šÃ©Ë†Â¥Ã¯Â¿Â½ */
.videobigbox {
	width: 100%;
	height: 100%;
	background: #dfdfdf;
	padding-top: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.videobigbox .videobox {
	width: 60%;
	min-width: 800px;
	background: white;
	margin: 0px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.videobigbox .videobox .title {
	width: 100%;
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #dedede;
}

.videobigbox .videobox .title .text {
	font-weight: bold;
	font-size: 18px;
	color: #c3161d;
}

.videobigbox .videobox .title .btn p {
	cursor: pointer;
}

.videobigbox .videobox .title .btn p span {
	font-weight: 400;
	font-size: 13px;
	color: #c3161d;
}

.videobigbox .videobox .title .btn p:nth-of-type(2) {
	margin-left: 20px;
}

.videobigbox .videobox .title .btn p img {
	width: 10px;
}

.videobigbox .videobox .list {
	width: 100%;
	height: 740px;
}

.videobigbox .videobox .list .smalllist {
	width: 30%;
	height: 220px;
	margin-left: 10px;
	margin-top: 20px;
	position: relative;
	border-bottom: 1px solid #cfcfcf;
}
.videobigbox .videobox .list .smalllist .img {
	width: 100%;
	height: 160px;
}
.videobigbox .videobox .list .smalllist p {
	color: #333333;
	font-weight: bold;
	margin-top: 15px;
	font-size: 14px;
}
.videobigbox .videobox .list .smalllist .icon {
	position: absolute;
	top: 60px;
	left: 40%;
}

/* Ã¦Â°â€œÃ¥ÂºÂÃ¥â€¢ÂªÃ¨Å’â€¦Ã©â„¢â€¹Ã¨â€°â€”Ã¦Â°â€œÃ¥ÂºÂÃ©â„¢â€¡Ã§Å’Â«Ã¦Ââ€šÃ©Ë†Â¥Ã§Å â€ Ã¢â€Å¾Ã¢â€˜Â©Ã¯Â¿Â½Ã¦Â¨ÂÃ£Æ’â€¹Ã¥â€”ÂÃ¯Â¿Â½Ã¦â€“â€ Ã®Å¸Å ÃƒÂ·Ã®Å¸â€¹Ã¢â€Å¾ÃƒÂ·Ã¥Â¾â€”Ã¢â€Å¾Ã¦Â¾â€ºÃ¢â€™Å¡Ã®Å¾Â Ã§Æ’Â©Ã¯Â¿Â½Ã¦ÂºÂÃŽÂ²Ã¦Â¾Å¸Ã¯Â¿Â½ */









@media( max-width: 768px){
.indexbox .newslist {
	width: 85%;
}
.indexbox .roomvideo .videobox {
	width: 85%;
}
.indexbox .roomlabplatform .roomlabplatformbox {
	width: 85%;
}
.footerbox .footercontentbox {
	width: 85%;
}
.institutionbox .contentbox {
	width: 85%;
	overflow: hidden;
}
.listbox .content {
	width: 85%;
}
.detailboxbig .detailbox {
	width: 90%;
	height: 100%;
	background: white;
	margin: 0px auto;
	padding: 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.institutionbox .contentbox .list {
	width: 100%;
	position: relative;
}
.institutionbox .contentbox .content {
	width: 100%;
	height: 100%;
	position: relative;
	left: 0;
}
.footerbox {
	width: 100%;
	min-height: 140px;height: auto;
	background: #4d4d4d;
	/* position: sticky; */
	/* bottom: 0; */
}
.footerbox .footercontentbox .lefttext .bottom {
	width: 100%;
	height: 20px;
	margin-top: 10px;
	margin-bottom: 30px;
}
.footerbox .footercontentbox .rightqrcode {
	width: 55%;
	height: 100%;
	float: none;
	margin: 0 auto;
}
.labplatformbox .platformbox ul {
	width: 100%;
	height: 100%;
	margin: 0 auto;
	overflow: hidden;
}
.labplatformbox .nav .smallnav {
	width: 22%;
}
.labplatformbox .nav .smallnav .img img {
	width: 90%;
	margin-left: 0px;
	margin-top: 5px;
}
.labplatformbox .nav {
	width: 100%;
	height: 70px;
	background: white;
	position: absolute;
	top: 250px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
	z-index: 2;
	border: 1px solid #c8c8c8;
	padding: 10px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.labplatformbox .nav .smallnav .text p:nth-of-type(2) {
	display:none;
}
}



@media( max-width: 640px){
.labplatformbox .platformbox ul li {

	width: 100%;
}

}