.banner{
	height: 7.5rem;
	width: 100%;
	margin-top: 0.9rem;
}

.classone{
	color: #004DA5 !important;
	    border-bottom: 0.05rem solid #004DA5 !important;
}

/* 实验室业务范围 */


.scope{
	width: 100%;
	padding: 0.8rem 1.8rem;
	background-color: #FFFFFF;
}
.scope .scope_top .program_one{
	font-size: 0.46rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.scope .scope_top .program_two{
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
	margin-top: 0.22rem;
	text-align: center;
}
.scope .scope_top{
	font-size: 0.46rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.scope .scope_content{
	margin-top: 0.6rem;
	overflow: hidden;
}
.scope .scope_content a{
	float: left;
	margin-right: 0.29rem;
	margin-bottom: 0.3rem;
}
.scope .scope_content .scope_one{
	height: 3.86rem;
	width: 3.67rem;
	border: 0.01rem solid #E6E6E6;
}
.scope .scope_content a:nth-child(4n){
	margin-right: 0;
}
.scope .scope_content .scope_one .scope_img{
	overflow: hidden;
}
.scope .scope_content .scope_one .scope_img img{
	height: 2.16rem;
	width: 100%;
	transition: 0.8s ease;
}
.scope .scope_content .scope_one:hover .scope_img img{
	transform: scale(1.1);
}
.scope .scope_content .scope_one .scope_two{
	padding: 0.2rem 0.36rem;
	box-sizing: border-box;
}
.scope .scope_content .scope_one .scope_two .scope_name{
	font-size: 0.18rem;
	font-weight: bold;
	color: #333333;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.scope .scope_content .scope_one .scope_two .scope_abstract{
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
	margin-top: 0.23rem;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.scope .scope_bottom{
	width: 1.32rem;
	height: 0.48rem;
	border: 0.01rem solid #004DA5;
	border-radius: 0.24rem;
	font-size: 0.16rem;
	font-weight: 400;
	color: #004DA5;
	margin: 0.3rem auto 0;
	text-align: center;
	line-height: 0.48rem;
}
.scope .scope_bottom:hover{
	background-color: #004DA5;
	color: #FFFFFF;
}


/* 实验室建设方案 */


.program{
	width: 100%;
	padding: 0.8rem 0;
	overflow: hidden;
	background-color: #f3f6fa;
}
.program .program_top .program_one{
	font-size: 0.46rem;
	font-weight: 400;
	color: #333333;
	text-align: center;
}
.program .program_top .program_two{
	font-size: 0.24rem;
	font-weight: 400;
	color: #999999;
	margin-top: 0.22rem;
	text-align: center;
}
.program .program_bottom{
	margin-top: 0.49rem;
}
.program .program_bottom .program_classification{
	margin-bottom: 0.36rem;
	padding: 0 1.8rem;
	text-align: center;
}
.program .program_bottom .program_classification .program_three{
	font-size: 0.14rem;
	font-weight: bold;
	color: #000000;
	padding: 0.11rem 0.2rem;
	overflow: hidden;
	display: inline;
	margin-right: 0.03rem;
	cursor: pointer;
}
.program .program_bottom .program_classification .program_three:hover{
	color: #004DA5;
}
.program .program_bottom .program_classification .program_three:last-child{
	margin-right: 0;
}
.program .program_bottom .program_content{
	padding: 0 1.8rem;
}
.program .program_bottom .program_content .program_content1{
	overflow: hidden;
}
.program .program_bottom .program_content a{
	margin-bottom: 0.29rem;
	margin-right: 0.3rem;
	float: left;
}
.program .program_bottom .program_content .program_contentone{
	height: 3rem;
	width: 5rem;
	position: relative;
	overflow: hidden;
}
.program .program_bottom .program_content a:nth-child(3n){
	margin-right: 0;
}
.program .program_bottom .program_content .program_contentone img{
	height: 100%;
	width: 100%;
	transition: 0.8s ease;
}
.program .program_bottom .program_content .program_contentone:hover img{
	transform: scale(1.1);
}
.program .program_bottom .program_content .program_contentone .program_title{
	font-size: 0.18rem;
	font-weight: 400;
	color: #FFFFFF;
	position: absolute;
	bottom: 0.44rem;
	left: 0.28rem;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	width: 4.3rem;
}
.program .program_bottom .program_content .program_contentone .program_border{
	width: 0.4rem;
	height: 0.04rem;
	background: #FFFFFF;
	position: absolute;
	bottom: 0.21rem;
	left: 0.28rem;
}
.program .program_bottom .program_content .program_more{
	width: 1.32rem;
	height: 0.48rem;
	border: 0.01rem solid #004DA5;
	border-radius: 0.24rem;
	font-size: 0.16rem;
	font-weight: 400;
	color: #004DA5;
	line-height: 0.48rem;
	text-align: center;
	margin: 0.3rem auto;
	overflow: hidden;
}
.program .program_bottom .program_content .program_more:hover{
	background-color: #004DA5;
	color: #FFFFFF;
}

.program .program_bottom .program_epc .epc{
	width: 100%;
	height: 3.6rem;
	overflow: hidden;
}
.program .program_bottom .program_epc .epc .epc_one{
	width: 50%;
	height: 100%;
	float: left;
	position: relative;
}
.program .program_bottom .program_epc .epc .epc_one img{
	height: 100%;
	width: 100%;
}
.program .program_bottom .program_epc .epc .epc_one .epc_name{
	position: absolute;
	top: 0.97rem;
	left: 2.95rem;
}
.program .program_bottom .program_epc .epc .epc_one .epc_name .epc_title{
	font-size: 0.24rem;
	font-weight: 400;
	color: #FFFFFF;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
	margin-top: 0.15rem;
	padding-left: 0.25rem;
	width: 4.63rem;
}
.program .program_bottom .program_epc .epc .epc_one .epc_name .epc_titleone{
	font-size: 0.14rem;
	font-weight: 400;
	color: #AFD6FB;
	width: 4.63rem;
	margin-top: 0.3rem;
	padding-left: 0.45rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
}
.program .program_bottom .program_epc .epc .epc_one .epc_name .epc_seeMore{
	width: 0.96rem;
	height: 0.36rem;
	border: 0.01rem solid #F9FAFF;
	border-radius: 0.18rem;
	margin-top: 0.3rem;
	margin-left: 0.45rem;
	text-align: center;
}
.program .program_bottom .program_epc .epc .epc_one .epc_name .epc_seeMore a{
	font-size: 0.14rem;
	font-weight: 400;
	color: #F9FAFF;
	line-height: 0.36rem;
	display: block;
}
.program .program_bottom .program_epc .epc .epc_img{
	height: 100%;
	width: 50%;
}



.program .program_bottom .program_case{
	padding: 0 1.76rem;
	width: 100%;
	overflow: hidden;
}
.program .program_bottom .program_case a{
	float: left;
	margin-right: 0.29rem;
	margin-bottom: 0.35rem;
	overflow: hidden;
	box-shadow: 0rem 0rem 0.1rem 0.01rem rgba(0,0,0,0.0800);
}
.program .program_bottom .program_case a .case{
	width: 3.67rem;
	height: 4.8rem;
	background: #FFFFFF;
	border-radius: 0.1rem;
	padding: 0.2rem 0.2rem 0.33rem;
	position: relative;
}
.program .program_bottom .program_case a:nth-child(4n){
	margin-right: 0;
}
.program .program_bottom .program_case .case .case_top{
	height: 2.16rem;
	width: 100%;
	overflow: hidden;
}
.program .program_bottom .program_case .case .case_top img{
	height: 100%;
	width: 100%;
	transition: 0.8s ease;
}
.program .program_bottom .program_case a:hover .case_top img{
	transform: scale(1.1);
}
.program .program_bottom .program_case .case .case_img{
	height: 1.24rem;
	width: 1.24rem;
	position: absolute;
	top: 1.74rem;
	right: 0.18rem;
	
}
.program .program_bottom .program_case .case .case_img{
	height: 1.24rem;
	width: 1.24rem;
	position: absolute;
	top: 1.74rem;
	right: 0.18rem;
	
}
.program .program_bottom .program_case .case .case_bottom{
	margin-top: 0.32rem;
}
.program .program_bottom .program_case .case .case_bottom .case_title{
	font-size: 0.2rem;
	font-weight: 400;
	color: #333333;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.program .program_bottom .program_case .case .case_bottom .case_content{
	margin-top: 0.23rem;
}
.program .program_bottom .program_case .case .case_bottom .case_content .case_place{
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
}
.program .program_bottom .program_case .case .case_bottom .case_more{
	width: 0.96rem;
	height: 0.36rem;
	border: 0.01rem solid #999999;
	border-radius: 0.18rem;
	font-size: 0.14rem;
	font-weight: 400;
	color: #999999;
	text-align: center;
	line-height: 0.36rem;
	margin: 0.28rem auto  0;
}

.program .program_bottom .program_case .case_moreone{
	height: 0.48rem;
	margin: 0.3rem auto 0;
	overflow: hidden;
	width: 100%;
}
.program .program_bottom .program_case .case_moreone a:hover{
	color: #FFFFFF ;
	background-color: #004DA5;
}
.program .program_bottom .program_case .case_moreone a{
	font-size: 0.16rem;
	font-weight: 400;
	color: #004DA5;
	text-align: center;
	line-height: 0.45rem;
	border: 0.01rem solid #004DA5;
	    width: 1.32rem;
	    margin: 0 auto;
		border-radius: 0.24rem;
		float: none;
}


.program .program_bottom .program_information{
	padding: 0 1.8rem;
}

.program .program_bottom .program_information a{
	float: left;
	margin-right:0.49rem ;
	margin-bottom: 0.5rem;
}
.program .program_bottom .program_information .information{
	width: 4.86rem;
	height: 3.66rem;
	background: #FFFFFF;
	box-shadow: 0rem 0rem 0rem 0rem rgba(0,0,0,0.0400);
	border-radius: 0.08rem;
	padding:0.5rem;
	overflow: hidden;
}
.program .program_bottom .program_information .information:hover{
	background: #3d509f;
}
.program .program_bottom .program_information .information:hover .information_two .information_title{
	color: #FFFFFF;
}
.program .program_bottom .program_information .information:hover .information_two .information_content{
	color: #FFFFFF;
}
.program .program_bottom .program_information .information:hover .information_two .information_time{
	color: #FFFFFF;
}
.program .program_bottom .program_information .information:hover .information_two .information_arrows{
	border: 0.03rem solid #FFFFFF;
	    color: #FFFFFF;
}
.program .program_bottom .program_information a:first-child .information{
	width: 10.24rem;
}
.program .program_bottom .program_information a:first-child .information_one{
	display: block;
}
.program .program_bottom .program_information a:nth-child(2){
	margin-right: 0;
}
.program .program_bottom .program_information a:nth-child(5){
	margin-right: 0;
}
.program .program_bottom .program_information .information .information_one{
	float: left;
	display: none;
	margin-right: 0.5rem;
}
.program .program_bottom .program_information .information .information_one img{
	width: 3.25rem;
	height: 2.66rem;
}
.program .program_bottom .program_information .information .information_two{
	overflow: hidden;
}
.program .program_bottom .program_information .information .information_title{
	font-size: 0.24rem;
	font-weight: 400;
	color: #333333;
	margin-top: 0.25rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;
}
.program .program_bottom .program_information .information .information_content{
	font-size: 0.14rem;
	font-weight: 400;
	color: #333333;
	line-height: 0.2rem;
	margin-top: 0.2rem;
	overflow: hidden;
	text-overflow: ellipsis;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
}
.program .program_bottom .program_information .information .information_time{
	font-size: 0.16rem;
	font-weight: bold;
	color: #DCDEE8;
	margin-top: 0.84rem;
	float: left;
}
.program .program_bottom .program_information .information .information_arrows{
	width: 0.28rem;
	height: 0.28rem;
	border: 0.03rem solid #004DA5;
	border-radius: 0.14rem;
	color:#004DA5;
	font-size: 0.2rem;
	margin-top: 0.77rem;
	line-height: 0.23rem;
	float: right;
	text-align: center;
}











.header{
	height: 1.2rem;
	width: 100%;
	/* padding: 0 1rem; */
	background-color: #FFFFFF;
	overflow: hidden;
	position: fixed;
	top: 0;
	z-index: 100;
	min-width: 1200px;
}
.header .header_top{
	float: left;
	margin-top: 0.1rem;
}
.header .header_top img{
	height: 0.77rem;
	width: 0.77rem;
	float: left;
	margin-top: 0.12rem;
}
.header .header_top .header_logo{
	padding-left: 0.32rem;
	overflow: hidden;
	margin-top: 0.22rem;
}
.header .header_top .header_logo .header_logo1{
	font-size: 0.2rem;
	font-weight: bold;
	color: #004DA5;
	margin-bottom: 0.03rem;
}
.header .header_top .header_logo .header_logo1:last-child{
	color: #999999;
	font-size: 0.18rem;
}
.header .header_middle{
	float: left;
	margin-left: 0.47rem;
	margin-top: 0.47rem;
}
.header .header_middle a{
	margin-right: 0.15rem;
	float: left;
}
.header .header_middle a:hover .header_content{
	color: #004DA5;
}
.header .header_middle .header_content{
	font-size: 0.22rem;
	font-weight: 400;
	color: #333333;
}
.header .header_middle a:last-child{
	margin-right: 0;
}
.header .header_bottom{
	float: right;
	/* padding-left: 0.8rem; */
	margin-top: 0.32rem;
}
.header .header_bottom img{
	height: 0.34rem;
	width: 0.35rem;
	float: left;
	margin-top: 0.05rem;
}
.header .header_bottom .header_hotline{
	float: left;
	padding:0 0.12rem;
	border-right: 0.01rem solid #E2E2E2;
}
.header .header_bottom .header_hotline .header_hotline1{
	font-size: 0.14rem;
	font-weight: 400;
	color: #000000;
}
.header .header_bottom .header_hotline .header_hotline2{
	font-size: 0.18rem;
	font-weight: 800;
	color: #C2C2C2;
}
.header .header_bottom .header_phone{
	float: right;
	padding-left:0.12rem;
}
.header .header_bottom .header_phone .header_phone1{
	font-size: 0.2rem;
	font-weight: bold;
	color: #004DA5;
}











.footer{
	/* height: 4.36rem; */
	width: 100%;
	background: #004DA5;
	padding: 0.63rem 0 0.44rem;
}
.footer .footer_top{
	padding:0 3.1rem 0.49rem;
	overflow: hidden;
}
.footer .footer_left{
	float: left;
}
.footer .footer_left .footer_one{
	font-size: 0.18rem;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
}
.footer .footer_left .footer_two{
	width: 1.6rem;
	height: 1.6rem;
	background: #EFF4FA;
	margin: 0.2rem auto 0;
	padding: 0.07rem 0;
}
.footer .footer_left .footer_two img{
	width: 1.46rem;
	height: 1.46rem;
	margin: 0 auto;
}
.footer .footer_left .footer_three{
	font-size: 0.16rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.19rem;
	text-align: center;
}
.footer .line{
	height: 1.87rem;
	width: 0.01rem;
	background-color: #FFFFFF;
	float: left;
	margin: 0 0.84rem;
	opacity: 0.5;
}
.footer .footer_right{
	float: left;
}
.footer .footer_right .footer_classify{
	overflow: hidden;
	width: 8.62rem;
}
.footer .footer_right .footer_classify .footer_four{
	font-size: 0.16rem;
	font-weight: 400;
	color: #FFFFFF;
	float: left;
	margin-right: 0.2rem;
	margin-top: 0.23rem;
}
.footer .footer_right .footer_classify .footer_four a:hover{
	color: #C2C2C2 !important;
}
.footer .footer_right .footer_classify .footer_four:last-child{
	margin-right: 0;
}
.footer .footer_right .footer_phone{
	margin: 0.36rem 0;
	overflow: hidden;
}
.footer .footer_right .footer_message .footer_phone img{
	height: 0.34rem;
	width: 0.35rem;
	float: left;
	margin-top: 0.08rem;
	margin-right: 0.1rem;
}
.footer .footer_right .footer_message .footer_phone .footer_phone1{
	float: left;
	border-right: 0.01rem solid #E2E2E2;
	    padding: 0 0.12rem;
}
.footer .footer_right .footer_message .footer_phone .footer_phone1 .footer_phone_rx1{
	font-size: 0.14rem;
	    font-weight: 400;
	    color: #ffffff;
}
.footer .footer_right .footer_message .footer_phone .footer_phone1 .footer_phone_rx2{
	font-size: 0.18rem;
	    font-weight: 800;
	    color: #C2C2C2;
}
.footer .footer_right .footer_message .footer_phone .footer_phone2{
	overflow: hidden;
	 padding-left: 0.12rem;
}
.footer .footer_right .footer_message .footer_phone .footer_phone2 .footer_phone2_dh1{
	font-size: 0.2rem;
	    font-weight: bold;
	    color: #ffffff;
}
.footer .footer_right .footer_message .footer_contact{
	font-size: 0.16rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.12rem;
}

.footer .footer_bottom{
	padding-top: 0.32rem;
	font-size: 0.12rem;
	font-weight: 400;
	color: #FFFFFF;
	text-align: center;
	margin: 0 1.8rem;
	border-top: 0.01rem solid rgba(255,255,255,0.5);
}











.secondlevel{
	position: fixed;
	top: 1.2rem;
	z-index: 111;
	    width: 100%;
	    background: rgba(255,255,255,0.8);
		padding:0.5rem 0 0.5rem 15%;
		overflow: hidden;
}
.secondlevel .secondlevel_left{
	float: left;
	margin-right: 20%;
}
.secondlevel .secondlevel_left .secondlevel_left1{
	font-size: 0.24rem;
	    font-weight: 500;
	    letter-spacing: 2px;
}
.secondlevel .secondlevel_left .secondlevel_left2 a{
	font-size: 0.16rem;
	    color: #999999;
	    margin-top: 0.1rem;
		display: block;
}
.secondlevel .secondlevel_right{
	overflow: hidden;
}
.secondlevel .secondlevel_right .secondlevel_content a{
	float: left;
	width: 30%;
	margin-top: 0.4rem;
	font-size: 0;
}
.secondlevel .secondlevel_right .secondlevel_content a .secondlevel_title{
	font-size: 0.2rem;
	display: inline;
}
.secondlevel .secondlevel_right .secondlevel_content a .secondlevel_title:hover{
	color: #004DA5;
}
.secondlevel .secondlevel_right .secondlevel_content a:nth-child(1){
	margin-top: 0;
}
.secondlevel .secondlevel_right .secondlevel_content a:nth-child(2){
	margin-top: 0;
}
.secondlevel .secondlevel_right .secondlevel_content a:nth-child(3){
	margin-top: 0;
}

.icona{
	position: fixed;
	top: 2rem;
	right: 0.54rem;
}
.icona .icona_one{
	background: #FFFFFF;
	box-shadow: 0rem 0rem 10px 1px rgba(0,0,0,0.08);
}
.icona .icona_one .icona1{
	padding: 0.14rem 0.12rem ;
	cursor: pointer;
}
.icona .icona_one .icona1:hover{
	background-color: #004DA5;
}
.icona .icona_one .icona1:hover .icona1_zi{
	color: #ffffff;
}
.icona .icona_one .icona1:first-child{
	padding-top: 0.28rem;
}
.icona .icona_one .icona1:last-child{
	padding-bottom: 0.28rem;
}
.icona .icona_one .icona1 img{
	height: 0.25rem;
	width: 0.25rem;
	margin: 0 auto;
}
.icona .icona_one .icona1 .icona1_zi{
	font-size: 0.12rem;
	font-weight: 400;
	color: #4D4D4D;
	text-align: center;
	margin-top: 0.05rem;
}

.icona .icona_five{
	/* width: 0.72rem;
	height: 0.72rem; */
	background: #FFFFFF;
	box-shadow: 0rem 0rem 10px 1px rgba(0,0,0,0.08);
	padding: 0.15rem 0.11rem;
	margin-top: 0.2rem;
	cursor: pointer;
}
.icona .icona_five:hover{
	background-color: #004DA5;
}
.icona .icona_five:hover .icona_five_zi{
	color: #ffffff;
}
.icona .icona_five img{
	width: 0.24rem;
	height: 0.24rem;
	margin: 0 auto;
}
.icona .icona_five .icona_five_zi{
	font-size: 0.12rem;
	font-weight: 400;
	color: #4D4D4D;
	text-align: center;
	margin-top: 0.05rem;
}
.neirong{
	padding: 0 0.14rem;
	position: absolute;
	    top: 0.95rem;
	    right: 0.75rem;
		width: 2.2rem;
}
.neirong .neirong1{
	padding: 0.15rem;
	width: 1.84rem;
	/* height: 0.85rem; */
	background: #004DA5;
}
.neirong .neirong1 .neirong1_one{
	font-size: 0.14rem;
	font-weight: 400;
	color: #FFFFFF;
}
.neirong .neirong1 .neirong1_two{
	font-size: 0.12rem;
	font-weight: 400;
	color: #FFFFFF;
	margin-top: 0.16rem;
}
.neirong .neirong1 .neirong1_two img{
	height: 1rem;
	width: 1rem;
	margin: 0;
}