.banner{
	height: 5.6rem;
	width: 100%;
	position: relative;
}
.banner_title{
	font-size: 0.86rem;
	font-weight: bold;
	color: #333333;
	line-height: 0.96rem;
	position: absolute;
	top: 2.31rem;
	left: 2.62rem;
}
.banner_subtitle{
	font-size: 0.36rem;
	font-weight: bold;
	color: #005FE1;
	line-height: 0.96rem;
	position: absolute;
	top: 3.41rem;
	left: 2.6rem;
}

.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;
}











.scope_cut {
	width: 100%;
	height: 0.8rem;
	background: #F8F9FB;
	overflow: hidden;
	padding: 0 2.6rem;
}

.scope_cut .cut_left {
	float: left;
}

.scope_cut .cut_left .cut_title {
	font-size: 0.18rem;
	font-weight: 400;
	line-height: 0.8rem;
	float: left;
	margin-right: 1rem;
	cursor: pointer;
	color: #005FE1;
	position: relative;
}

.scope_cut .cut_left .cut_title::after {
	content: '';
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
	width: 0.4rem;
	height: 0.04rem;
	background: #005FE1;
}

.scope_cut .cut_left .cut_title:last-child {
	margin-right: 0;
}

.scope_cut .cut_right {
	float: right;
}

.scope_cut .cut_right img {
	width: 0.18rem;
	height: 0.18rem;
	margin-right: 0.11rem;
	margin-top: 0.32rem;
	float: left;
}

.scope_cut .cut_right .cut_title {
	font-size: 0.16rem;
	font-weight: 400;
	color: #9F9F9F;
	line-height: 0.8rem;
	display: block;
	float: left;
	overflow: hidden;
}



.about_chinese {
	margin-bottom: 1rem;
	font-size: 0.6rem;
	font-weight: bold;
	color: #333333;
}
#about2 {
	padding: 0.79rem 2.48rem;
}

#about2 .sendWord_bottom {
	overflow: hidden;
}

#about2 .sendWord_img {
	height: 4.55rem;
	width: 6.25rem;
	object-fit: cover;
	float: left;
}

#about2 .sendWord_img img {
	height: 100%;
	width: 100%;
}

#about2 .sendWord_content {
	/* width: 6.73rem; */
	font-size: 0.18rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.36rem;
	padding: 0.1rem 0;
	float: left;
	margin-right: 1rem;
}


#about4 .certification_top {
	height: 2.15rem;
	width: 100%;
	padding: 0.8rem 2.6rem 0;
	background: #F8F9FB;
}
#about4 .certification_bottom {
	width: 100%;
	height: 7.36rem;
	padding-top: 0.9rem;
	background: #F8F9FB;
	position: relative;
}

#about4 .certification_one {
	overflow: hidden;
	width: 100%;
	height: 1.85rem;
	position: relative;
}

#about4 .swiper-container img {
	max-width: 100%;
	max-height: 100%;
	width: auto;
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	margin: 0 auto;
}
#about4 .certification_bjt{
	width: 17.13rem;
	height: 4rem;
	position: absolute;
	top: 2.76rem;
	right: 0;
}
#about4 .certification_bjt img{
	width: 100%;
	height: 100%;
}
#about4 .certification_color{
	width: 17.12rem;
	height: 0.37rem;
	background: #FFFFFF;
	position: absolute;
	left: 0;
	bottom: 0;
}

#about4 .certification_two {
	overflow: hidden;
	height: 1.85rem;
	position: absolute;
	bottom: 0.37rem;
	width: 100%;
}


.contactUs{
	padding: 1.3rem 2.6rem;
	
background: #FAFAFA;
}
.contactUs_title{
	font-size: 0.6rem;
	font-weight: bold;
	color: #333333;
	margin-bottom: 0.82rem;
}
.contactUs_content{
	width: 14rem;
	/* height: 2.74rem; */
	background: #FFFFFF;
	margin: 0 auto;
	padding: 0.6rem;
}
.contactUs_content .contactUs_company{
	font-size: 0.36rem;
	font-weight: 400;
	color: #333333;
	margin-bottom: 0.54em;
}
.contactUs_content .contactUs_message{
	font-size: 0.2rem;
	font-weight: 400;
	color: #666666;
	line-height: 0.5rem;
}









.headermobile{
	display: none;
}
.banner img{
	height: 100%;
	object-fit: cover;
}
@media (max-width: 1200px) {
	html, body{
		min-width: auto;
	}
	.headermobile{
		display: block;
	}
	.headerpc{
		display: none;
	}
	.banner{
		height: 280px;
		margin-top: 50px;
	}
	.banner_title{
		font-size: 40px;
		    line-height: 48px;
		    top: 100px;
		    left: 0;
		    right: 0;
		    margin: 0 auto;
		    text-align: center;
	}
	.banner_subtitle{
		font-size: 18px;
		line-height: 48px;
		    top: 145px;
		    left: 0;
		    right: 0;
			margin: 0 auto;
		    text-align: center;
	}
	.scope_cut{
		height: 40px;
		padding: 0 25px;
	}
	.scope_cut .cut_left .cut_title{
		font-size: 12px;
		line-height: 40px;
	}
	.scope_cut .cut_right img{
		width: 12px;
		    height: 12px;
		    margin-right: 10px;
		    margin-top: 14px;
	}
	.scope_cut .cut_right .cut_title{
		font-size: 12px;
		line-height: 40px;
	}
	#about2{
		padding: 30px 25px;
	}
	.about_chinese{
		margin-bottom: 30px;
		    font-size: 24px;
	}
	#about2 .sendWord_content{
		width: 100%;
		    font-size: 12px;
		    line-height: 18px;
	}
	.contactUs{
		padding: 30px 25px;
	}
	.contactUs_title{
		font-size: 24px;
		    margin-bottom: 30px;
	}
	#map{
		width: 100% !important;
		height: 233px !important;
	}
	.contactUs_content{
		width: 100%;
		height: auto;
		padding: 20px;
	}
	.contactUs_content .contactUs_company{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contactUs_content .contactUs_company{
		font-size: 18px;
		margin-bottom: 15px;
	}
	.contactUs_content .contactUs_message{
		font-size: 12px;
		line-height: 25px;
	}
}