@charset "utf-8";
/*------------------------------------------------------------
	关于我们
------------------------------------------------------------*/
#pagePath {
	border-bottom: 1px solid #808080;
	padding: 30px 0 0;
}
#pagePath h2 {
	font-size: 23px;
	color: #08087e;
	font-weight: normal;
	float: left;
}
#pagePath .pageBox {
	width: 1200px;
	margin: 0 auto;
}
#pagePath .pageBox .content_list {
	float: right;
	padding-top: 10px;
}
#pagePath .pageBox .content_list li {
	display: inline;
	margin: 0 20px;
}
#pagePath .pageBox .content_list li a {
	display: inline-block;
	padding-bottom: 20px;
}
#pagePath .pageBox .content_list li.on a {
	background: url(../img/icon.png) no-repeat center bottom;
}
#main .photo_box {
	padding: 50px 0 0;
}
#main .photo_box .photo {
	float: left;
	padding: 0 0 0 50px;
}
#main .photo_box .text_box {
	padding-top: 30px;
}
#main .photo_box02 .text_box {
	padding: 0;
	width: 1154px;
}
#main .photo_box .text_box h3 {
}
#main .photo_box .text_box span {
	border-top: 4px solid #08087e;
	display: block;
	width: 60px;
	margin-bottom: 30px;
	    margin: 0 auto;
}
#main .photo_box .text_box p {
	
	line-height: 1.8;
}
#main .section h3 {
	font-size: 29px;
	font-weight: normal;
	margin-bottom: 10px;
	text-align: center;
	padding-top: 35px;
}
#main .section span.h3_boder {
	border-top: 4px solid #08087e;
	display: block;
	width: 60px;
	margin: 0 auto 30px;
}
#main .section .about_list {
	margin-left: 180px;
	padding-top: 30px;
}
#main .section .about_list li {
	float: left;
	margin-right: 160px;
}
#main .section .about_link {
	border-bottom: 1px dotted #ccc;
	margin-bottom: 25px;
	padding-bottom: 25px;
	text-align: center;
}
#main .section .about_link li {
	display: inline;
	margin: 0 10px;
}
#main .section .about_link li a {
	display: inline-block;
	padding: 5px 10px;
}
#main .section .about_link li.on a {
	background: #08087e;
	color: #fff;
	border-radius: 15px;
	-moz-border-radius: 15px;
	-ms-border-radius: 15px;
	-o-border-radius: 15px;
	-webkit-border-radius: 15px;
}
#main .section .about_link02 li {
	float: left;
}
#main .section .about_photoBox {
	margin-bottom: 50px;
}
#main .section .about_photoBox .photo {
	float: left;
	margin-right: 20px;
}
#main .section .about_photoBox dl {
	float: left;
	width: 960px;
}
#main .section .about_photoBox dl dt {
	font-size: 16px;
	color: #000;
	margin-bottom: 20px;
}

#main .photo_box02 .text_box h3 {
	padding: 0;
}
#main .photo_box02 .text_box ul {
	margin-bottom: 30px;
}
#main .photo_box02 .text_box ul li {
	margin-bottom: 5px;
}
#main .section .about_list02 {
	margin-left: 77px;
	padding-top: 35px;
}
#main .section .about_list02 li {
	margin-right: 77px;
	float: left;
}
#main .section .about_list03 {
	padding-top: 35px;
}
#main .section .about_list03 li {
	margin-right: 15px;
	float: left;
}


#main .section .news {
	padding: 50px 0;
}
#main .section .news .box {
	width: 575px;
	float: left;
	margin-right: 25px;margin-right: 25px;
	border-bottom: 1px dotted #436d81;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main .section .news .date {
	width: 115px;
	float: left;
	text-align: center;
	background: #00a1e9;
	padding-bottom: 10px;
}
#main .section .news .date dt {
	color: #fff;
	font-size: 52px;
}
#main .section .news .date dd {
	color: #fff;
	font-size: 17px;
}
#main .section .news .text {
	width: 385px;
	float: right;
}
#main .section .news .text dt {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
#main .section .news .text dt span {
	display: block;
	border-bottom: 4px solid #08087e;
	width: 60px;
	padding-top: 10px;
}
#main .section .news .text dd {
}
#conts .news_box {
	padding-top: 50px;
}
#conts .news_box dl {
	background: url(../img/anli/line.png) repeat-x left center;
	margin-bottom: 15px;
}
#conts .news_box dd {
	background: #fff;
	float: right;
}
#conts .news_box dt {
	float: left;
	background: #fff;

}


/*检测*/
#main .section .jiance {
	padding: 50px 0;
}
#main .section .jiance .box {
	width: 575px;
	float: left;
	margin-right: 25px;margin-right: 25px;
	border-bottom: 1px dotted #436d81;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main .section .jiance .img {
	width: 180px;
	float: left;
	text-align: center;
	background: #fff;
	padding-bottom: 10px;
}




#main .section .jiance .img:before { content: ""; position: absolute; width:180px; left: -150px; overflow: hidden;

background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));

background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

-webkit-transform: skewX(-25deg);

-moz-transform: skewX(-25deg)

}
#main .section .jiance .img:hover:before { left: 150%; transition: left 1s ease 0s; }



#main .section .jiance .date dt {
	color: #fff;
	font-size: 52px;
}
#main .section .jiance .date dd {
	color: #fff;
	font-size: 17px;
}
#main .section .jiance .text {
	width: 385px;
	float: right;
}
#main .section .jiance .text dt {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
#main .section .jiance .text dt span {
	display: block;
	border-bottom: 4px solid #08087e;
	width: 60px;
	padding-top: 10px;
}
#main .section .jiance .text dd {
}
#conts .jiance_box {
	padding-top: 50px;
}
#conts .jiance_box dl {
	background: url(../img/anli/line.png) repeat-x left center;
	margin-bottom: 15px;
}
#conts .jiance_box dd {
	background: #fff;
	float: right;
}
#conts .jiance_box dt {
	float: left;
	background: #fff;

}

/*质量管理*/
#main .section .quality {
	padding: 50px 0;
}
#main .section .quality .box {
	width: 575px;
	float: left;
	margin-right: 25px;margin-right: 25px;
	border-bottom: 1px dotted #436d81;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main .section .quality .date {
	width: 115px;
	float: left;
	text-align: center;
	background: #a51702;
	padding-bottom: 10px;
}
#main .section .quality .date dt {
	color: #fff;
	font-size: 52px;
}
#main .section .quality .date dd {
	color: #fff;
	font-size: 17px;
}
#main .section .quality .text {
	width: 385px;
	float: right;
}
#main .section .quality .text dt {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
#main .section .quality .text dt span {
	display: block;
	border-bottom: 4px solid #08087e;
	width: 60px;
	padding-top: 10px;
}
#main .section .quality .text dd {
}
#conts .quality_box {
	padding-top: 50px;
}
#conts .quality_box dl {
	background: url(../img/anli/line.png) repeat-x left center;
	margin-bottom: 15px;
}
#conts .quality_box dd {
	background: #fff;
	float: right;
}
#conts .quality_box dt {
	float: left;
	background: #fff;

}



/*主要仪器*/
#main .section .instrument {
	padding: 50px 0;
}
#main .section .instrument .box {
	width: 575px;
	float: left;
	margin-right: 25px;margin-right: 25px;
	border-bottom: 1px dotted #436d81;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
#main .section .instrument .img {
	width: 180px;
	float: left;
	text-align: center;
	background: #fff;
	padding-bottom: 10px;
}




#main .section .instrument .img:before { content: ""; position: absolute; width:180px; height: 100%; top: 0; left: -150px; overflow: hidden;

background: -moz-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

background: -webkit-gradient(linear, left top, right top, color-stop(0%, rgba(255,255,255,0)), color-stop(50%, rgba(255,255,255,.2)), color-stop(100%, rgba(255,255,255,0)));

background: -webkit-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

background: -o-linear-gradient(left, rgba(255,255,255,0)0, rgba(255,255,255,.2)50%, rgba(255,255,255,0)100%);

-webkit-transform: skewX(-25deg);

-moz-transform: skewX(-25deg)

}
#main .section .instrument .img:hover:before { left: 150%; transition: left 1s ease 0s; }



#main .section .instrument .date dt {
	color: #fff;
	font-size: 52px;
}
#main .section .instrument .date dd {
	color: #fff;
	font-size: 17px;
}
#main .section .instrument .text {
	width: 385px;
	float: right;
}
#main .section .instrument .text dt {
	font-size: 16px;
	color: #333;
	margin-bottom: 10px;
}
#main .section .instrument .text dt span {
	display: block;
	border-bottom: 4px solid #08087e;
	width: 60px;
	padding-top: 10px;
}
#main .section .instrument .text dd {
}
#conts .instrument_box {
	padding-top: 50px;
}
#conts .instrument_box dl {
	background: url(../img/anli/line.png) repeat-x left center;
	margin-bottom: 15px;
}
#conts .instrument_box dd {
	background: #fff;
	float: right;
}
#conts .instrument_box dt {
	float: left;
	background: #fff;

}

#banner.banner {
	width: 1920px;
	height: 325px;
	margin: 0 auto;
}
#banner.banner img {
	width: 100%;
}