@charset "utf-8";

/* 关于我们 */
.about-section .section1 {
	padding: 110px 0;
}


.about-section .section1 .content-box {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.about-section .section1 .list {
	margin-top: 30px;
}

.about-section .section1 .list .item {
	display: flex;
	align-items: center;
	margin-top: 50px;
}

.about-section .section1 .list .item .litpic-box {
	width: 60px;
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
}

.about-section .section1 .list .item .title {
	font-size: 24px;
	color: #19315d;
	line-height: 27px;
	flex: 1;
	margin-left: 20px;
}

.about-section .section2 {
	padding: 110px 0;
	background: #f1f1f1;
}

.about-section .section2 .list-box {
	margin-top: 90px;
}

.about-section .section2 .box .list-box {}

.about-section .section2 .box .list-box .item {}

.about-section .section2 .box .list-box .item .litpic {
	
}

.about-section .section3 {
	padding: 110px 0;
}

.about-section .section3 .list {
	margin-bottom: 50px;
	background: #ffffff;
}

.about-section .section3 .list .item {
	border-bottom: 1px solid #dddddd;
	position: relative;
	padding-bottom: 23px;
}

.about-section .section3 .list .item .icon {
	position: absolute;
	width: 18px;
	height: 10px;
	right: 18px;
	top: 30px;
	z-index: 2;
	transition: all .3s;
}

.about-section .section3 .list .item .title {
	font-size: 20px;
	color: #333333;
	font-weight: bold;
	line-height: 100%;
	padding-top: 23px;
	transition: all .3s;
	cursor: pointer;
}

.about-section .section3 .list .item .desc {
	height: 0;
	overflow: hidden;
	font-size: 18px;
	color: #333333;
	line-height: 30px;
	font-weight: lighter;
	transition: all .3s;
}

.about-section .section3 .list .item.active .icon {
	transform: rotate(180deg);
}

.about-section .section3 .list .item.active .title {
	padding-bottom: 23px;
}

.about-section .section3 .list .item.active .desc {
	height: auto;
}

.about-section .section3 .cate-desc {
	font-size: 18px;
	color: #666666;
	font-weight: lighter;
}
.about-section .section3 .cate-desc .red {
	color: #ef4138;
}

.about-section .section4 {
	padding: 110px 0;
	background: #f1f1f1;
}

.about-section .section4 .cate-desc {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
	margin-bottom: 60px;
}

.about-section .section4 .content-box {
	padding-top: 70px;
}

.about-section .section4 .content-box .singlepage {
	font-size: 24px;
	color: #333333;
	line-height: 36px;
}

.about-section .section4 .download {
	display: flex;
	align-items: center;
	margin-top: 70px;
}
.about-section .section4 .download-btn {
	min-width: 303px;
	height: 50px;
	padding: 0 25px;
	background: #ef3e35;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.about-section .section4 .download-btn .text {
	font-size: 18px;
	color: #ffffff;
	margin-right: 15px;
}
.about-section .section4 .download-btn .icon {
	font-size: 18px;
	color: #ffffff;
}

@media (min-width: 992px) and (max-width: 1199px) {
	.about-section .section1 {
		padding: 60px 0 90px;
	}
	.about-section .section1 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section1 .content-box {
		font-size: 16px;
	}
	.about-section .section2 {
		padding: 60px 0 40px;
	}
	.about-section .section2 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section2 .cate-desc {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.about-section .section3 {
		/*height: 350px;*/
		padding: 0 30px;
	}
	.about-section .section1 .list .item .title {
		font-size: 24px;
	}
	.about-section .section3 .list .item .title {
		font-size: 20px;
		}
}

@media (min-width: 768px) and (max-width: 991px) {
	.about-section .section1 {
		padding: 50px 0 80px;
	}
	.about-section .section1 .cate-title {
		font-size: 30px;
		margin-bottom: 26px;
	}
	.about-section .section1 .content-box {
		font-size: 16px;
	}
	.about-section .section2 {
		padding: 60px 0 40px;
	}
	.about-section .section2 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section2 .cate-desc {
		font-size: 16px;
		margin-bottom: 50px;
	}
	.about-section .section2 .box .list-box .item {
		margin-top: 30px;
	}
	.about-section .section3 {
		/*height: 350px;*/
		padding: 0 30px;
	}
	.about-section .section3 .content-box {
		line-height: 30px;
	}
}

@media (max-width: 767px) {
	.about-section .section1 {
		padding: 40px 0 70px;
	}
	.about-section .section1 .cate-title {
		font-size: 24px;
		margin-bottom: 26px;
	}
	.about-section .section1 .content-box {
		font-size: 16px;
		line-height: 30px;
	}
	.about-section .section2 {
		padding: 60px 0 40px;
	}
	.about-section .section2 .cate-title {
		font-size: 32px;
		margin-bottom: 30px;
	}
	.about-section .section2 .cate-desc {
		font-size: 16px;
		margin-bottom: 40px;
	}
	.about-section .section2 .box {
		margin-top: 40px;
	}
	.about-section .section2 .box .box-title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.about-section .section2 .box .list-box .item {
		margin-top: 30px;
	}
	.about-section .section3 {
		/*height: 300px;*/
		padding: 60px 15px;
	}
	.about-section .section3 .cate-title {
		font-size: 30px;
		margin-bottom: 20px;
	}
	.about-section .section3 .content-box {
		line-height: 25px;
		font-size: 14px;
	}
	.about-section .alert-box {
		padding: 20px 15px;
	}
	.about-section .alert-box .name {
		font-size: 30px;
    margin-bottom: 15px;
	}
	.about-section .alert-box .desc {
		font-size: 16px;
    margin-bottom: 20px;
	}
	.about-section .alert-box .content {
		font-size: 14px;
    line-height: 26px;
	}
.about-section .section4 {
	padding: 60px 0;
	background: #f1f1f1;
}

.about-section .section4 .cate-desc {
	font-size: 18px;
	line-height: 30px;
	margin-bottom: 60px;
}
.about-section .section4 .content-box .singlepage {
	font-size: 18px;
	line-height: 30px;
}
.about-section .section1 .list .item .title {
	font-size: 18px;
	}
.about-section .section3 .list .item .title {
	font-size: 18px;
}	

.about-section .section3 .list .item .icon {
	right: 0px;
}

}

/* 关于我们 */

/* 联系我们 */
.contact-section .section2 {
	background: #ffffff;
	padding: 80px 0;
}

.contact-section .section2 .content-box {

}

.contact-section .section2 .content-box .cate-desc {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	margin-bottom: 40px;
}

.contact-section .section2 .content-box .info-box {
	
}

.contact-section .section2 .content-box .info-box .item {
	font-size: 18px;
	color: #000033;
	line-height: 30px;
	margin-bottom: 30px;
	padding-left: 50px;
	background-position: left center;
	background-repeat: no-repeat;
	background-size: 30px 30px;
}

.contact-section .section2 .content-box .info-box .item:last-child {
	margin-bottom: 0;
}

.contact-section .section2 .form-box {
	background: #f1f1f1;
	padding: 70px 70px 60px;
	border-radius: 5px;
}

.contact-section .section2 .form-box .item {
	margin-bottom: 30px;
}

.contact-section .section2 .form-box .item .input {
	display: block;
	width: 100%;
	height: 60px;
	background-color: #FFFFFF;
	border: none;
	font-size: 14px;
	font-weight: 400;
	padding: 0 15px;
	outline: none;
	border-radius: 10px;
}

.contact-section .section2 .form-box .item .textarea {
	display: block;
	width: 100%;
	height: 100px;
	background: #FFFFFF;
	border: none;
	font-size: 16px;
	font-weight: 400;
	padding: 10px 15px;
	border-radius: 10px;
}

.contact-section .section2 .submit-box {}

.contact-section .section2 .submit-box .submit {
	width: 100%;
	height: 60px;
	background: #ec413a;
	font-size: 24px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	line-height: 60px;
	border: none;
	cursor: pointer;
	border-radius: 5px;
}

@media (max-width: 767px) {
	.contact-section .section2 .submit-box .codeInput {
		width: calc(100% - 175px);
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.contact-section .section2 .submit-box .code {
		margin-right: 0;
		float: none;
		display: inline-block;
		vertical-align: top;
	}
	.contact-section .section2 .submit-box .submit {
		float: none;
		margin: 60px auto 0;
	}
}

/* 联系我们 */

/* Toxicology_Urine */
.technology-section {}

.technology-section .section1 {
	padding: 80px 0;
}

.technology-section .section1 .box {}

.technology-section .section1 .box .item {
	font-size: 36px;
	font-weight: bold;
	color: #333333;
	line-height: 60px;
	padding-left: 40px;
	position: relative;
}

.technology-section .section1 .box .item::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 20px;
	height: 20px;
	background: #333333;
	border-radius: 100%;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.technology-section .section2 {
	padding: 110px 0 40px;
	background: #f1f1f1;
}
.technology-section .section2 .list {
	
}
.technology-section .section2 .list .item {
	display: flex;
	align-items: center;
	margin-bottom: 60px;
}
.technology-section .section2 .list .item .litpic-box {
	width: 80px;
	height: 80px;
	display: flex;
	align-items: center;
	justify-content: center;
}
.technology-section .section2 .list .item .litpic-box .icon {
	
}
.technology-section .section2 .list .item .content {
	font-size: 24px;
	color: #19315d;
	line-height: 30px;
	flex: 1;
	margin-left: 35px;
}
.technology-section .section3 {
	padding: 110px 0 90px;
}
.technology-section .section3 .singlepage {
	/*min-height: 1000px;*/
}
.technology-section .section3 .download {
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 70px;
}
.technology-section .section3 .download-btn {
	min-width: 414px;
	height: 50px;
	padding: 0 25px;
	background: #ef3e35;
	border-radius: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}
.technology-section .section3 .download-btn .text {
	font-size: 18px;
	color: #ffffff;
	margin-right: 15px;
}
.technology-section .section3 .download-btn .icon {
	font-size: 18px;
	color: #ffffff;
}
/* Toxicology_Urine */

/* Toxicology_Oral_Fluid */
.services-section {}

.services-section .section1 {
	padding: 110px 0 130px;
}

.services-section .section1 .single {
	font-size: 30px;
	font-weight: 300;
	color: #19315d;
	line-height: 35px;
	margin-bottom: 70px;
}
.services-section .section1 .litpic {

}
.services-section .section1 .content-box {
	padding-top: 0px;
}

.services-section .section1 .content-box .box {
	margin-bottom: 60px;
}

.services-section .section1 .content-box .box .item {
	font-size: 24px;
	font-weight: bold;
	color: #333333;
	line-height: 45px;
	padding-left: 20px;
	position: relative;
}

.services-section .section1 .content-box .box .item::before {
	content: '';
	display: inline-block;
	position: absolute;
	width: 11px;
	height: 11px;
	background: #333333;
	border-radius: 100%;
	left: 0;
	top: 17px;
}
.services-section .section1 .content-box .desc {
	font-size: 20px;
	color: #333333;
	font-weight: lighter;
	line-height: 36px;
}
.services-section .section1 .content-box .desc .red{
	color: #ef4138;
	text-decoration: underline;
}

.services-section .section2 {
	padding: 110px 0 100px;
	background: #f1f1f1;
}

.services-section .section2 .title-box {
	display: flex;
	align-items: center;
	margin-bottom: 30px;
}

.services-section .section2 .title-box .litpic {
	margin-right: 28px;
}

.services-section .section2 .title-box .title {
	font-size: 24px;
	color: #19315d;
}

.services-section .section2 .content-box {
	font-size: 18px;
	color: #666666;
	line-height: 30px;
	min-height: 260px;
}

@media (min-width: 1200px) and (max-width: 1439px) {
	.services-section .section2 .content-box {
		padding-top: 0;
		font-size: 16px;
		line-height: 36px;
	}
}

@media (min-width: 992px) and (max-width: 1199px) {
	.services-section .section2 .content-box {
		padding-top: 0;
		font-size: 16px;
		line-height: 30px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.services-section .section2 .content-box {
		padding-top: 0;
		font-size: 14px;
		line-height: 25px;
	}
}

@media (max-width: 767px) {
	.services-section .section1 {
		padding: 60px 0 80px;
	}
	.services-section .section1 .box .cate-title {
		font-size: 24px;
		line-height: 30px;
		margin-bottom: 30px;
	}
	.services-section .section1 .box .single {
		font-size: 14px;
	}
	.services-section .section2 .content-box {
		font-size: 14px;
		line-height: 28px;
	}
	.services-section .section1 .single {
		font-size: 20px;
		line-height: 30px;
		}	
		
	.services-section .section1 .content-box .box .item {
    font-size: 20px;
    line-height: 36px;
	}
	
	.services-section .section1 .content-box .desc {
	font-size: 18px;
	line-height: 30px;
	}
	.services-section .section1 .content-box .box {
    margin-bottom: 50px;}
	.services-section .section2 {
		padding: 60px 0 ;
		background: #f1f1f1;
	}	
	.technology-section .section3 {
		padding: 60px 0 ;
	}
	.technology-section .section3 .download-btn {
		min-width: 345px;
			}
	.technology-section .section1 .box .item {
		font-size: 20px;
		line-height: 30px;
	    margin: 15px 0;
		}	
	.technology-section .section1 .box .item::before {
    width: 15px;
    height: 15px;
	}
	.technology-section .section2 {
		padding: 60px 0 60px;
	}	
	.technology-section .section2 .list .item .content {
		font-size: 20px;
		}
	.technology-section .section2 .list .item .litpic-box {
		width: 50px;
		height: 50px;
		}
		.contact-section .section2 .content-box {
			margin:50px 0;
			
			}
	.contact-section .section2 .form-box {
    padding: 50px 25px 50px;
	}	
.contact-section .section2 .submit-box .submit {

    font-size: 20px;
	}
	
}

/* Toxicology_Oral_Fluid */

/* 产品详情 */
.product-section {}

.product-section .singlepage {
	padding: 80px 0 140px;
}

.product-section .section1 {
	padding: 70px 0 60px;
	background: #efefef;
}

.product-section .section1 .box {
	padding-right: 30px;
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 26px;
}

.product-section .section1 .image {
	height: 0;
	padding-bottom: 78%;
	background-position: center;
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
}

.product-section .section1 .image .video-mask-box {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	z-index: 4;
	background: rgba(0, 0, 0, .3) url(../images/icon4.png) no-repeat center;
	cursor: pointer;
	background-size: 59px 59px;
}

.product-section .section2 {
	padding-top: 60px;
	padding-bottom: 100px;
}

.product-section .section2 .cate-title {
	font-size: 36px;
	font-weight: 400;
	color: #19315D;
	text-align: center;
}

.product-section .section2 .list {
	margin-top: 60px;
}

.product-section .section2 .list .item {
	margin-top: 50px;
}

.product-section .section2 .list .item:first-child {
	margin-top: 0;
}

.product-section .section2 .list .item .litpic {
	height: 0;
	padding-bottom: 72%;
	background-position: center;
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 10px 0px #C3C3C3;
}

.product-section .section2 .list .item .content-box {
	padding-top: 70px;
	padding-left: 30px;
}

.product-section .section2 .list .item .content-box .title {
	font-size: 24px;
	font-weight: bold;
	color: #19315D;
	margin-bottom: 30px;
}

.product-section .section2 .list .item .content-box .desc {
	font-size: 16px;
	font-weight: 300;
	color: #19315D;
	line-height: 30px;
}

/* 底部大图 */
.product-section .section3 {
	height: 400px;
	display: flex;
	align-items: center;
	text-align: center;
}

.product-section .section3 .title {
	font-size: 40px;
	font-family: Calibri;
	font-weight: bold;
	color: #FFFFFF;
	margin-bottom: 20px;
}

.product-section .section3 .desc {
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	margin-bottom: 50px;
	line-height: 30px;
}

.product-section .section3 .btn {
	display: inline-block;
	padding: 0 15px;
	height: 40px;
	line-height: 40px;
	background: #EF4138;
	font-size: 16px;
	font-weight: 300;
	color: #FFFFFF;
	text-align: center;
	cursor: pointer;
}

/* 底部大图 */
@media (min-width: 1200px) and (max-width: 1439px) {}

@media (min-width: 992px) and (max-width: 1199px) {
	.product-section .section2 .list .item .content-box {
		padding-top: 40px;
	}
}

@media (min-width: 768px) and (max-width: 991px) {
	.product-section .section2 .list .item .content-box {
		padding-top: 20px;
		padding-left: 15px;
	}
	.product-section .section2 .list .item .content-box .title {
		font-size: 20px;
		margin-bottom: 15px;
	}
	.product-section .section2 .list .item .content-box .desc {
		font-size: 16px;
	}
}

@media (max-width: 767px) {
	.product-section .section2 .list .item {
		margin-top: 30px;
	}
	.product-section .section2 .list .item .content-box {
		padding: 20px 0;
	}
	.product-section .section2 .list .item .content-box .title {
		font-size: 18px;
		margin-bottom: 12px;
	}
	.product-section .section2 .list .item .content-box .desc {
		font-size: 14px;
	}
	.product-section .section3 .title {
		font-size: 20px;
	}
	.product-section .section3 .desc {
		font-size: 14px;
		line-height: 20px;
	}
}

/* 产品详情 */

/* 新闻列表 */
.news-section {
}

.news-section .section1 {
	padding-top: 100px;
	padding-bottom: 40px;
}

.news-section .section1 .news-info {
	background-color: #FFFFFF;
	box-shadow: 0px 3px 10px 0px #C3C3C3;
	padding: 0 60px;
}

.news-section .section1 .news-info .cate-box {
	padding: 40px 0;
	border-bottom: 1px solid #d9d9d9;
	margin-bottom: 40px;
}

.news-section .section1 .news-info .cate-box .title {
	font-size: 26px;
	color: #333333;
	margin-bottom: 20px;
}

.news-section .section1 .news-info .cate-box .time {
	font-size: 16px;
	color: #999;
}

.news-section .section1 .news-info .singlepage {
	font-size: 16px;
	font-weight: 300;
	color: #333333;
	line-height: 28px;
	word-break: break-word;
	text-align: justify;
}

.news-section .section1 .news-info .return-box {
	padding: 40px 0;
	border-top: 1px solid #d9d9d9;
	margin-top: 40px;
}

.news-section .section1 .news-info .return-box .items {
	font-size: 16px;
	color: #333333;
	margin-top: 10px;
}

.news-section .section1 .news-info .return-box .items:first-child {
	margin-top: 0;
}

.news-section .section1 .news-info .return-box .items span {
	font-weight: bold;
	color: #bf0006;
}

@media (min-width: 768px) and (max-width: 991px) {
	.news-section .section1 {
		padding-top: 40px;
    	padding-bottom: 60px;
	}
}

@media (max-width: 767px) {
	.news-section .section1 {
		padding-top: 20px;
    	padding-bottom: 30px;
	}
	.news-section .section1 .news-info {
		padding: 0 15px;
	}
	.news-section .section1 .news-info .cate-box {
		padding: 25px 0;
    	margin-bottom: 25px;
	}
	.news-section .section1 .news-info .cate-box .title {
		font-size: 22px;
    	margin-bottom: 15px;
	}
	.news-section .section1 .news-info .cate-box .time {
		font-size: 14px;
	}
	.news-section .section1 .news-info .singlepage {
		font-size: 16px;
		line-height: 25px;
	}
	.news-section .section1 .news-info .return-box {
		padding: 25px 0;
    	margin-top: 25px;
	}
	.news-section .section1 .news-info .return-box .items {
		font-size: 14px;
	}
}

/* 新闻列表 */