@charset "utf-8";

.clearfix {
	zoom: 1;
}

.clearfix::after {
	content: "";
	width: 0;
	height: 0;
	visibility: hidden;
	display: block;
	clear: both;
	overflow: hidden;
}

/* CSS Document */
@media screen and (min-width:450px) and (max-width:1920px) {
	.mob {
		display: none;
	}

	body {
		margin: 0;
		padding: 0;
		font: 12px "microsoft yahei", arial;
		background-color: #fff;
	}

	ul,
	li,
	ol,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	dl,
	dt,
	dd {
		list-style: none;
		padding: 0;
		margin: 0;
		text-decoration: none;
		font-weight: normal;
	}

	a {
		color: #323232;
		text-decoration: none;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.commen {
		width: 1200px;
		margin: 0 auto;
		overflow: hidden;
	}

	* img {
		display: block;
		border: none;
	}

	.ita {
		font-style: italic;
	}

	input {
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
	}

	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

	.yh {
		font-family: "Microsoft yahei";
	}

	.bold {
		font-weight: bold;
	}

	.clearfix {
		clear: both;
	}


	/*top部分*/
	.logobox .commen h1 {
		font-size: 12px;
		font-weight: normal;
	}

	.top_box {
		width: 100%;
		border-bottom: 1px solid #eeeeee;
	}

	.top_zuo {
		float: left;
	}

	.top_you {
		float: right;
	}

	.top_you_content .p {
		float: left;
	}

	.p_zuo,
	.top_you .p {
		line-height: 24px;
		color: #7f7e7e;
		font-size: 12px;
	}

	.top_you_content p a {
		color: #7f7e7e
	}

	/*header部分*/
	.logobox {
		width: 100%;
		margin: 0 auto;
	}

	.logo {
		width: 155px;
		margin: 15px auto;
	}

	.logo img {
		width: 100%;
		margin: 0 auto;
	}

	.logo-z {
		width: 195px;
		margin-left: 10px;
		margin-top: 45px;
	}

	.tu1 {
		width: 320px;
	}

	.tu1 p {
		font-size: 20px;
		color: #403f3f;
		line-height: 24px;
		text-align: left;
	}

	.dbt {
		width: 2px;
		height: 87px;
		margin-left: 20px;
		margin-top: 14px;
	}

	.lo1 {
		float: left;
	}

	.lo2 {
		float: left;
	}

	.lo3 {
		float: left;
	}

	.logo {
		float: left;
	}

	.logo1 {
		float: left;
	}

	.logo2 {
		float: left;
	}

	.logo1 {
		width: 144px;
		margin-top: 24px;
		margin-left: 20px;
	}

	.logo1 img {
		width: 100%;
		margin: 0 auto
	}

	/* 修改 */
	.logo2 {
		/* width: 146px; */
		margin-top: 32px;
		float: right;
		margin-right: 20px;
	}

	.logo2 img {
		width: 50px;
		height: auto;
		margin: 0 auto;
	}

	.logo2>a {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 60px;
		line-height: 60px;
	}

	.logo2>a p {
		font-size: 24px;
		line-height: 2;
		color: #176fd1;
		margin-left: 20px;
	}

	.logo2>a p span {
		font-size: 30px;
		font-weight: bold;
		position: relative;
		top: 4px;
	}




	/*nav部分*/
	.navbox {
		width: 100%;
		padding-top: 3px;
		border-bottom: 2px solid #176fd1;
	}

	.nav {
		overflow: hidden;
	}

	.nav_li {
		width: 133px;
		float: left;
		text-align: center;
	}

	.li7 {
		text-align: center;
		border-top: 2px solid #176fd1;
	}

	.li7 a {
		color: #176fd1;
	}

	.nav_li7 a {
		color: #636262;
	}

	.nav_li:hover {
		background: url(../images/navbg.png);
	}

	.nav_a {
		line-height: 56px;
		font-size: 16px;
		color: #3c3b3b;
		width: 100%;
		display: block;
	}

	.menu_u {
		position: absolute;
		background: #fff;
		width: 133px;
		z-index: 7;
		text-align: center;
	}


	/* nav 修改 */


	.lis_Box {
		transition: all 0.3s ease-in-out;
		display: flex;
		flex-wrap: wrap;
		justify-content: space-around;
		align-items: center;
		width: 100%;
		background-color: #fff;
		left: 0;
		z-index: 100;
		border-bottom: 1px solid #eee;
	}

	.lis_Box .lis {
		width: 15vw;
		padding: 0 10px;
		margin-bottom: 10px;
	}

	.lis_Box .lis>a {
		display: block;
		border-bottom: 2px solid #176fd1;
		color: #176fd1;
		font-weight: bold;
		text-align: left;
		margin-bottom: 15px;
	}

	.lis_Box .lis .child_box {
		width: 100%;
		height: 310px;
	}

	.lis_Box .lis .child_box2 {
		height: 400px;
	}

	.lis_Box .lis .child_box li:hover {
		background-color: #176fd1;
		transition: all 0.3s ease-in-out;
	}

	.lis_Box .lis .child_box li:hover a {
		color: #fff;
	}

	.lis_Box .lis .child_box li a {
		display: block;
		width: 100%;
		text-align: left;
		padding-left: 10px;
	}

	/* nav修改end */

	.menu_u>li {
		float: left;
		line-height: 30px;
		width: 133px;
		text-align: center;
		background-color: #fff;
		color: #fff;
	}

	.menu_u1 {
		position: absolute;
		background: #fff;
		width: 399px;
		z-index: 7;
		text-align: center;
	}

	.menu_u1>li {
		float: left;
		line-height: 30px;
		width: 133px;
		text-align: center;
		background-color: #fff;
		color: #fff;
	}

	.nav_a:hover {
		color: #176fd1;
	}

	.nav_li:hover {
		border-top: 2px solid #176fd1;
	}

	.nav_ul {
		display: flex;
		justify-content: space-between;
	}

	.nav_li {
		color: #fff;
		font-size: 14px;
		display: block;
		line-height: 40px;
		text-align: center;
	}

	.nav_li .menu_b {
		color: #3c3b3b;
		font-size: 14px;
		display: block;
		line-height: 40px;
		text-align: center;
		width: 100%;
		height: 40px;
		overflow: hidden;
	}

	.nav_li .menu_b1 {
		color: #3c3b3b;
		font-size: 14px;
		display: block;
		line-height: 40px;
		text-align: left;
		padding-left: 5px;
	}

	.menu_b:hover {
		color: #176fd1
	}

	.menu_b1:hover {
		color: #176fd1
	}

	/*内容*/
	.dhz {
		width: 100%;
		margin-top: 22px;
	}

	.lb {
		float: left;
	}

	.lb1 {
		width: 199px;
		height: 82px;
		background-color: #174080;
	}

	.lb2 {
		float: left;
		margin-top: 20px;
		margin-left: 18px
	}

	.lb2 p {
		font-size: 42px;
		color: #ffffff;
		line-height: 42px;
	}

	.lb3 {
		float: left;
		margin-top: 20px;
		margin-left: 5px;
		width: 120px;
		height: 40px;
		overflow: hidden;
	}

	.lb4 {
		font-size: 16px;
		color: #ffffff;
	}

	.lb5 {
		font-size: 14px;
		color: #ffffff;
	}

	.lb6 {
		width: 199px;
	}

	.pro_lb8 {
		width: 100%;
		background-color: #f5f5f5;
		margin-top: 2px;
		cursor: pointer;
	}

	.llb {
		width: 100%;
		border-left: 4px solid #e11d41;
	}

	.llb p {
		color: #4f4f4f;
		font-size: 14px;
		line-height: 44px;
		line-height: 44px;
	}

	.menu {
		overflow: hidden;
		font-size: 12px;
		display: none;
	}

	.menu li {
		width: 100%;
		border-bottom: 1px #dfdfdf dashed;
		background-color: #ffffff;
	}

	.menu li a {
		font-size: 12px;
		line-height: 30px;
		color: #4f4f4f;
		padding-left: 10px;
		display: block;
	}

	.pro_lb8 span {
		display: inline-block;
		float: right;
		padding-right: 10px;
	}


	.pro_lb8 p {
		color: #4f4f4f;
		font-size: 14px;
		line-height: 44px;
		padding-left: 10px;
		display: block;
		border-left: 4px solid #e11d41;
		width: 100%;
		height: 44px;
		overflow: hidden;
	}

	/* 三级菜单开始 */
	.pro_lb8 .grandson {
		display: none;
	}

	.pro_lb8 .jiantou_box {
		display: flex;
		justify-content: space-between;
		position: relative;
	}

	.pro_lb8 .grandson_active .jiantou_box a {
		color: #e11d41;
		font-weight: bold;
	}

	.pro_lb8 .jiantou {
		width: 8px;
		height: 8px;
		border-left: 1px solid #4f4f4f;
		border-bottom: 1px solid #4f4f4f;
		transform: rotate(-45deg);
		position: absolute;
		top: 9px;
		right: 20px;
	}

	.pro_lb8 .grandson_active .jiantou {
		border-left: 1px solid red;
		border-bottom: 1px solid red;
	}



	.pro_lb8 .grandson_active .a_active {
		color: #176fd1;
	}

	.pro_lb8 .grandson_active .grandson a:hover {
		color: #176fd1;
	}

	.pro_lb8 .grandson_active .grandson {
		display: block;
	}

	.pro_lb8 .grandson_active .grandson .span_box {
		display: flex;
		align-items: center;
		height: 35px;
		padding-left: 20px;
	}

	.pro_lb8 .grandson_active .grandson .span_box a {
		display: block;
		line-height: 1.2;
		overflow: hidden;
		text-overflow: ellipsis;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.pro_lb8 .grandson_active .grandson .span_box span {
		display: block;
		width: 6px;
		height: 6px;
		border-radius: 50%;
		background-color: #000;
		padding-right: 6px;
	}

	/* 三级菜单结束 */

	.lb8 {
		width: 100%;
		background-color: #f5f5f5;
		margin-top: 2px;
		cursor: pointer;
	}

	.lb6 .on {
		width: 100%;
		background-color: #e11d41;
		margin-top: 2px;
		cursor: pointer;
	}


	.lb6 .on p {
		color: #fff;
		font-size: 14px;
		line-height: 44px;
		padding-left: 10px;
	}

	.menu .no {
		width: 100%;
		margin-top: 2px;
		cursor: pointer;
	}

	.menu .no a {
		font-size: 12px;
		color: #e11d41;
		line-height: 30px;
	}

	.lb9 {
		float: left;
		padding-left: 10px;
		width: 80%;
		height: 44px;
		overflow: hidden;
	}

	.lb9 p {
		color: #4f4f4f;
		font-size: 14px;
		line-height: 44px;
		padding-left: 10px;
	}

	.lb10 {
		float: right;
		padding-right: 10px;
	}

	.lb10 p {
		color: #4f4f4f;
		font-size: 14px;
		line-height: 44px;
		padding-left: 10px;
	}

	.lb11 {
		width: 100%;
		height: 44px;
		background-color: #e11d41;
		margin-top: 2px;
	}

	.lb12 {
		float: left;
		padding-left: 14px;
	}

	.lb12 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 44px;
		text-align: left;
	}

	.lb13 {
		float: right;
		padding-right: 10px;
	}

	.lb13 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 44px;
	}

	.pro_lb8 p:hover {
		color: #ffffff;
		background-color: #e11d41;
		font-size: 14px;
		line-height: 44px;
	}

	.menu a:hover {
		color: #e11d41;
	}

	.lb8:hover {
		background-color: #e11d41;
	}

	.lb8:hover p {
		color: #ffffff;
	}

	.nr {
		float: right;
		width: 984px;
	}

	/*banner部分*/
	.fullSlide {
		width: 100%;
		position: relative;
		height: 330px;
		background: #fff;
	}

	.sjbanner {
		display: none;
	}

	.fullSlide .bd {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}

	.fullSlide .bd ul {
		width: 100% !important;
	}

	.fullSlide .bd li {
		width: 100% !important;
		height: 330px;
		overflow: hidden;
		text-align: center;
	}

	.fullSlide .bd li {
		width: 100%;
		margin: 0 auto;
	}

	.fullSlide .bd li a {
		display: block;
		height: 330px;
	}

	.fullSlide .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		height: 30px;
		line-height: 30px;
	}

	.fullSlide .hd ul {
		text-align: right;
		margin-right: 26px;
	}

	.fullSlide .hd ul li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 11px;
		height: 11px;
		margin: 5px;
		overflow: hidden;
		filter: alpha(opacity=50);
		line-height: 999px;
		background: #000;
		opacity: 0.5;
		border-radius: 50%;
	}

	.fullSlide .hd ul .on {
		background: #fc6918;
		opacity: 1;
	}

	.fullSlide .prev,
	.fullSlide .next {
		display: block;
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: -30px;
		left: 10%;
		;
		width: 40px;
		height: 60px;
		background: url(../images/slider-arrow.png) -126px -137px #000 no-repeat;
		cursor: pointer;
		filter: alpha(opacity=50);
		opacity: 0.5;
	}

	.fullSlide .next {
		left: auto;
		right: 10%;
		background-position: -6px -137px;
	}





	.lun-bo {
		width: 100%;
		margin: 0 auto;
	}

	.le-box {
		width: 100%;
		margin: 0 auto;
	}

	.photo {
		width: 100%;
		margin: 0 auto;
	}

	.hong {
		width: 100%;
		height: 330px;
		overflow: hidden;
		margin: 0 auto;
	}

	.hong img {
		width: 100%;
		margin: 0 auto;
	}

	.bbbbb {
		width: 120px;
		margin-left: 880px;
		position: relative;
	}

	.btn {
		width: 120px;
		margin: 0 auto;
		position: absolute;
		top: -40px;
		z-index: 10;
	}

	.btn li {
		width: 10px;
		height: 10px;
		border-radius: 50%;
		margin: 10px;
		float: left;
		background-color: #fff;
		list-style: none;
	}

	.btn li:hover {
		cursor: pointer;
	}

	.btn .on {
		background-color: #174080;
		opacity: 0.9;
	}

	.hong {
		width: 100%;
		height: 330px;
	}

	.hong li {
		width: 100%;
		margin: 0 auto;
	}

	.hong li img {
		width: 100%;
		margin: 0 auto;
	}

	/*热门搜索关键词*/
	.keyword {
		width: 100%;
		margin: 0 auto;
	}

	.keyword ul {
		margin: 0 auto;
		overflow: hidden;
	}

	.keyword li {
		float: left;
		margin-right: 8px;
		font-size: 12px;
		line-height: 30px;
		color: #5e5e5e;
	}

	.keyword li a {
		font-size: 12px;
		line-height: 30px;
		color: #5e5e5e;
	}

	.bold {
		color: #5e5e5e;
	}

	/*新闻   行业动态*/
	.dt {
		width: 100%;
		margin-top: 20px;
	}

	.xw {
		width: 654px;
		border: 1px solid #dbdbdb;
		float: left;
	}

	.xw1 {
		width: 100%;
		background-color: #f5f5f5;
	}

	.xw3 .on {
		width: 50%;
		border-left: 5px solid #e11d41;
		height: 40px;
		padding-left: 16px;
	}

	.xw3 .on p {
		font-size: 16px;
		color: #e11d41;
		line-height: 40px;
		display: block;
	}

	.xw3 .on span {
		font-size: 14px;
		color: #e11d41;
		line-height: 40px;
	}

	.xw3 li {
		float: left;
		width: 50%;
		border-left: 5px solid #aeaeae;
		height: 40px;
		padding-left: 16px;
		cursor: pointer;
	}

	.xw3 li p {
		font-size: 16px;
		color: #666666;
		line-height: 40px;
		display: block;
	}

	.xw3 li span {
		font-size: 14px;
		/* color: #e11d416; */
		line-height: 40px;
	}

	.xw4 {
		width: 272px;
		margin-top: 24px;
		margin-left: 20px;
		float: left;
	}

	.xw6 {
		width: 272px;
		height: 127px;
		position: relative;
	}

	.xw8 img {
		width: 100%;
		margin: 0 auto;
	}

	.xw7 {
		width: 100%;
		background-color: #000;
		opacity: 0.3;
		position: absolute;
		top: 107px;
		text-align: right;
	}

	.xw7 p {
		font-size: 14px;
		color: #ffffff;
		;
		line-height: 20px;
		padding-right: 10px;
	}

	.xw8 {
		width: 272px;
		height: 127px;
		overflow: hidden;
	}

	.xw9 {
		width: 186px;
		margin-top: 14px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.xw9 a {
		font-size: 12px;
		color: #4c4c4c;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 20px;
	}

	.xw10 {
		width: 264px;
	}

	.xw11 {
		width: 100%;
		height: 96px;
		overflow: hidden;
	}

	.xw11 p {
		font-size: 12px;
		color: #4f4f4d;
		line-height: 24px;
		text-align: justify;
	}

	.xw12 {
		text-align: center;
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		margin-top: 19px;
		float: right;
	}

	.xw12 a {
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	.xw5 {
		float: right;
		width: 320px;
		margin-top: 24px;
	}

	.xw13 {
		padding-right: 10px;
	}

	.xw13 li {
		width: 100%;
		background: url(../images/tu4.png) no-repeat;
		height: 38px;
	}

	.xw14 {
		width: 238px;
		float: left;
	}

	.xw14 p {
		font-size: 12px;
		color: #767473;
		line-height: 12px;
		padding-left: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.xw15 {
		float: right;
	}

	.xw15 p {
		font-size: 12px;
		color: #767473;
		line-height: 10px;
	}

	.xw16 {
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		text-align: center;
		float: right;
		margin-top: 10px;
	}

	.xw16 a {
		display: block;
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	.xwz {
		width: 100%;
		margin: 0 auto;
	}

	.pp {
		float: right;
		border: 1px solid #dbdbdb;
		background-color: #f5f5f5;
		width: 304px;
		height: 354px;
	}

	.pp1 {
		width: 270px;
		margin: 16px auto;
		text-align: justify;
		height: 222px;
		overflow: hidden;
	}

	.pp1 a {
		font-size: 12px;
		color: #7b7b7b;
		line-height: 22px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pp2 {
		width: 304px;
		position: relative;
	}

	.pp3 {
		width: 304px;
		height: 110px;
	}

	.pp3 img {
		width: 100%;
		margin: 0 auto;
	}

	.pp4 {
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		text-align: center;
		position: absolute;
		top: 88px;
		margin-left: 248px;
	}

	.pp4 a {
		display: block;
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	/*产品*/
	.cp {
		width: 100%;
		margin-top: 20px;
	}

	.cp1 {
		float: left;
		border-left: 4px solid #e11d41;
		height: 50px;
		width: 160px;
	}

	.cp1 p {
		font-size: 16px;
		color: #666666;
		float: left;
		line-height: 50px;
		padding-left: 14px;
	}

	.cp1 span {
		font-size: 14px;
		color: #a3a3a3;
		float: right;
		line-height: 52px;
	}

	.cp2 {
		margin-left: 60px;
		float: left;
		width: 46px;
		margin-top: 16px;
	}

	.cp3 {
		float: left;
		width: 21px;
		height: 22px;
		background: url(../images/tu62.png) no-repeat #b9b9b9;
		cursor: pointer;
	}

	.cp4 {
		float: right;
		width: 21px;
		height: 22px;
		background: url(../images/tu63.png) no-repeat #b9b9b9;
		cursor: pointer;
	}

	.cp3:hover {
		background-color: #e11d41;
	}

	.cp4:hover {
		background-color: #e11d41;
	}

	.cp5 {
		width: 100%;
		margin-top: 30px;
		overflow: hidden;
	}

	.cp6 {
		width: 10000px;
	}

	.cp6 li {
		float: left;
		border: 2px solid #eeeeee;
		width: 206px !important;
		margin: 0 20px;
	}

	.cp7 {
		width: 202px;
		height: 146px;
		overflow: hidden;
	}

	.cp7 img {
		width: 100%;
		margin: 0 auto;
	}

	.cp8 {
		text-align: center;
		width: 100%;
	}

	.cp8 p {
		font-size: 12px;
		color: #767473;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


	/*尾部*/
	.wb {
		width: 100%;
		margin-top: 30px;
	}

	.wb1 {
		width: 100%;
		background-color: #174080;
	}

	.wb2 {
		float: left;
	}

	.wb2 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 28px
	}

	.wb3 {
		float: right;
	}

	.wb3 a {
		font-size: 12px;
		color: #ffffff;
		line-height: 28px;
	}

	.wb3 p {
		font-size: 12px;
		color: #ffffff;
		line-height: 28px;
		width: 700px;
	}

	.wb3 p img {
		display: inline-block;
	}

	.wb4 {
		width: 100%;
		background-color: #2c2c2c;
	}

	.wb5 {
		float: left;
		width: 550px;
		margin-top: 20px;
	}

	.wb6 {
		float: left;
		width: 186px;
		height: 235px;
		border: 3px solid #174080;
		margin-top: 20px;
		margin-left: 30px;
		margin-bottom: 30px;
	}

	.wb7 {
		float: right;
		margin-top: 20px;
	}

	.wb9 {
		float: left;
	}

	.wb9 p {
		font-size: 12px;
		color: #feffff;
		line-height: 24px;
	}

	.wb10 {
		float: right;
		width: 484px;
	}

	.wb10 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 24px;
	}

	.wb10 a {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 24px;
	}

	.wb10 a:hover {
		color: #e11d41;
	}

	.wbz {
		margin-top: 40px;
		margin-left: 42px;
	}

	.wbz p {
		font-size: 12px;
		color: #feffff;
		line-height: 24px;
	}

	.wbz1 {
		width: 115px;
		height: 115px;
		overflow: hidden;
		margin: 0 auto;
	}

	.wbz1 img {
		width: 100%;
		margin: 0 auto;
	}

	.wbz2 {
		float: left;
		padding-left: 28px;
		margin-top: 10px;
	}

	.wbz3 {
		float: left;
		padding-left: 6px;
		margin-top: 10px;
	}

	.wbz4 {
		float: left;
		padding-left: 6px;
		margin-top: 10px;
	}

	.wbz10 {
		width: 100%;
		margin: 0 auto;
	}

	.wbh {
		text-align: right;
	}

	.wbh p {
		font-size: 14px;
		color: #176fd1;
		line-height: 22px;
	}

	.wbh1 {
		background: url(../images/tu16.png) no-repeat right;
		text-align: right
	}

	.wbh2 {
		background: url(../images/tu17.png) no-repeat right;
		text-align: right
	}

	.wbh3 {
		background: url(../images/tu18.png) no-repeat right;
		text-align: right
	}

	.wbh4 {
		background: url(../images/tu19.png) no-repeat right;
		text-align: right
	}

	.wbh5 {
		text-align: right;
	}

	.wbh6 {
		text-align: right;
		margin-top: 12px;
	}

	.wbh1 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh2 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh3 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh4 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh5 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh6 p {
		font-size: 14px;
		color: #176fd1;
		line-height: 22px;
	}

	/*友情链接*/
	.yl {
		width: 100%;
	}

	.yl p {
		font-size: 12px;
		color: #2c2c2c;
		line-height: 30px;
	}

	/*大图*/
	.sdt {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
	}

	.sdt img {
		width: 100%;
		margin: 0 auto;
	}

	/*位置*/
	.swz {
		width: 100%;
		margin: 14px auto;
	}

	.swz1 li {
		float: left;
	}

	.swz1 li a {
		font-size: 12px;
		color: #787878;
		line-height: 20px;
	}

	.swz1 li p {
		font-size: 12px;
		color: #787878;
		line-height: 20px;
	}

	/*产品列表*/
	.cplb1 {
		width: 100%;
		background-color: #f5f5f5;
		height: 50px;
		border-left: 4px #e11d41 solid;
	}

	.cplb2 {
		float: left;
		padding-left: 20px;
	}

	.cplb2 p {
		font-size: 16px;
		color: #666666;
		line-height: 50px;
	}

	.cplb3 {
		float: right;
		width: 22px;
		height: 22px;
		overflow: hidden;
		margin-right: 20px;
		margin-top: 14px;
	}

	.cplb3 img {
		width: 100%;
		margin: 0 auto;
	}

	.ncplb {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
	}

	.ncplb1 {
		width: 100%;
		margin-top: 16px;
	}

	.ncplb1 p {
		font-size: 16px;
		color: #e11d41;
		line-height: 30px;
		font-weight: bold;
	}

	.ncplb2 {
		width: 100%;
		margin-top: 10px;
		border-bottom: 3px solid #f5f5f5;
	}

	.ncplb2 li {
		float: left;
		width: 120px;
		border: 1px solid #dcdcdc;
		height: 34px;
		text-align: center;
		margin-right: 16px;
		margin-bottom: 20px;
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		padding: 0 5px;
	}

	.ncplb2 a {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 34px;
	}

	.ncplb2 .on {
		border: 1px solid #e11d41;
		color: #e11d41;
	}

	.ncplb2 .on a {
		color: #e11d41;
	}

	.ncplb2 li:hover {
		border: 1px solid #e11d41;
	}

	.ncplb2 li:hover a {
		color: #e11d41;
	}

	.ncplb3 {
		width: 940px;
		padding-right: 16px;
		margin-top: 40px;
	}

	.ncplb3 li {
		width: 100%;
		height: 218px;
		overflow: hidden;
		border: 2px solid #e8e8e8;
		margin-top: 30px;
	}

	.ncplb4 {
		float: left;
		width: 262px;
		height: 220px;
		overflow: hidden;
	}

	.ncplb4 img {
		width: 100%;
		margin: 0 auto;
	}

	.ncplb5 {
		float: right;
		width: 656px;
		background-color: #f9f9f9;
		height: 218px;
	}

	.ncplb7 {
		width: 100%;
		padding-top: 20px;
		padding-bottom: 8px;
		padding-left: 30px;
	}

	.ncplb7 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 30px;
		font-weight: bold;
	}

	.ncplb6 {
		width: 600px;
		padding-left: 30px;
		height: 136px;
		overflow: hidden;
	}

	.ncplb6 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 20px;
	}

	.ncplb8 {
		width: 54px;
		height: 20px;
		background-color: #dc1c3f;
		text-align: center;
		float: right;
	}

	.ncplb8 p {
		font-size: 12px;
		color: #fefefe;
		line-height: 20px;
	}

	.ncplb3 li:hover {
		border: 2px solid #e11d41;
	}

	.ncplb10 {
		width: 940px;
		overflow: hidden;
		padding-right: 16px;
		margin-top: 30px;
	}

	.ncplb11 {
		float: right;
	}

	.ncplb11 li {
		float: left;
		margin-left: 5px;
	}

	.ncplb12 {
		width: 70px;
		height: 32px;
		background-color: #e8e8e8;
		text-align: center;
	}

	.ncplb12 a {
		font-size: 14px;
		color: #5b5b5b;
		line-height: 32px;
	}

	.ncplb13 {
		width: 32px;
		height: 32px;
		background-color: #e8e8e8;
		text-align: center;
	}

	.ncplb13 a {
		font-size: 14px;
		color: #5b5b5b;
		line-height: 32px;
	}

	.ncplb11 li:hover {
		background-color: #e11d41;
	}

	.ncplb11 li:hover a {
		color: #fff;
	}

	.ncplb11 .on {
		width: 32px;
		height: 32px;
		background-color: #e11d41;
		text-align: center;
	}

	.ncplb11 .on a {
		font-size: 14px;
		color: #fefefe;
		line-height: 32px;
	}

	.lbzy {
		width: 100%;
		margin-top: 30px;
		border-bottom: 3px solid #f5f5f5;
	}

	.lbzy1 {
		width: 100%;
		margin-bottom: 40px;
	}

	.lbzy1 li {
		float: left;
		background: url(../images/tu28.png) no-repeat;
		width: 410px;
		margin-left: 30px;
	}

	.lbzy2 {
		width: 300px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		float: left;
	}

	.lbzy2 a {
		font-size: 12px;
		color: #767473;
		line-height: 30px;
		margin-left: 14px;
	}

	.lbzy3 {
		float: right;
	}

	.lbzy3 p {
		font-size: 12px;
		color: #767473;
		line-height: 30px;
	}

	/*产品内页*/
	.cpny {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
		padding-right: 30px;
	}

	.cpny1 {
		width: 100%;
		margin: 30px auto;
		text-align: center;
	}

	.cpny1 p {
		font-size: 20px;
		color: #5c5c5c;
		line-height: 30px;
		font-weight: bold;
	}

	.cpny2 {
		/* width: 462px; */
		/* 修改 */
		width: 850px;
		height: 388px;
		overflow: hidden;
		margin: 0 auto;
		/* border: solid 2px #eeeeee; */
	}

	.cpny2 img {
		/* width: 100%; */
		height: 100%;
		margin: 0 auto;
		border: solid 2px #eeeeee;
	}

	.cpny3 {
		border-bottom: 2px solid #176fd1;
		width: 100%;
		margin-top: 50px;
	}

	.cpny4 {
		width: 100%;
	}

	.cpny4 li {
		float: left;
		width: 100px;
		height: 40px;
		background-color: #174080;
		text-align: center;
		margin-right: 10px;
		cursor: pointer;
	}

	.cpny4 li p {
		font-size: 14px;
		color: #fffefe;
		line-height: 40px;
	}

	.cpny4 li a {
		font-size: 14px;
		color: #fffefe;
		line-height: 40px;
	}

	.cpny4 .cpny5 {
		width: 100px;
		height: 40px;
		background-color: #e11d41;
		text-align: center;
	}

	.cpny4 .on {
		background-color: #176fd1;
	}

	.cpny6 {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 30px;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.cpny6 p {
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.cpny6 .cpny7 {
		font-size: 14px;
		color: #176fd1;
		line-height: 28px;
	}

	.cpny8 {
		width: 100%;
		height: 32px;
		background: #f5f5f5;
		margin-top: 50px;
	}

	.cpny9 {
		height: 32px;
		width: 72px;
		background: #e11d41;
		float: right;
		text-align: center;
	}

	.cpny9 a {
		font-size: 14px;
		color: #fefefe;
		line-height: 32px;
	}

	/*售后政策*/
	.shzc {
		width: 199px;
		height: 82px;
		background-color: #174080;
		margin-top: 30px;
	}

	/*售后人员*/
	.cpny6 .s1 {
		font-size: 20px;
		color: #176fd1;
		line-height: 40px;
		font-weight: bold;
	}

	.cpny6 .s2 {
		font-size: 16px;
		color: #176fd1;
		line-height: 32px;
		font-weight: bold;
	}

	.cpny6 span {
		font-size: 14px;
		color: #e11d41;
		line-height: 28px;
	}

	/*下载中心*/
	.xz {
		width: 940px;
		padding-right: 16px;
		margin-top: 40px;
	}

	.xz1 {
		width: 100%;
		height: 66px;
		background-color: #e11d41;
	}

	.xz2 {
		float: left;
		margin-top: 20px;
		margin-left: 30px;
	}

	.xz3 {
		float: right;
		width: 450px;
		margin-top: 18px;
	}

	.xz4 {
		float: left;
		width: 276px;
		height: 28px;
		color: #999999;
	}

	.xz5 {
		float: right;
		width: 66px;
		height: 28px;
		background: url(../images/tu32.png) no-repeat;
		cursor: pointer;
	}

	.xz6 {
		width: 100%;
		overflow: hidden;
		height: 30px;
	}

	.xz6 li {
		float: left;
	}

	.xz6 p {
		font-size: 12px;
		color: #ffffff;
		line-height: 30px;
	}

	.xz6 a {
		font-size: 12px;
		color: #ffffff;
		line-height: 30px;
	}

	.xz7 {
		width: 146px;
		height: 20px;
		background-color: #dc1c3f;
		text-align: center;
		float: right;
		margin-top: 36px;
	}

	.xz7 p {
		font-size: 12px;
		color: #fefefe;
		line-height: 20px;
	}

	/*实验室案例*/
	.syals {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 10px;
	}

	.syal {
		width: 100%;
	}

	.syal li {
		float: left;
		margin-right: 70px;
		margin-top: 40px;
	}

	.syal1 {
		width: 410px;
		height: 238px;
		overflow: hidden;
		position: relative;
		cursor: pointer;
	}

	.syal1:hover img {
		width: 480px;
		height: 250px;
		transform: scale(1.2);
		transition: 0.5s;
	}

	.syal1 img {
		width: 100%;
		margin: 0 auto;
	}

	.syal2 {
		width: 410px;
		height: 50px;
		background: #292a2b;
		opacity: 0.6;
		position: absolute;
		margin-top: -51px;
	}

	.syal2 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 50px;
		padding-left: 30px;
	}

	/*实验室案例内页*/
	.syny {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.syny1 {
		width: 100%;
		margin-top: 30px;
		margin-bottom: 40px;
	}

	.syny2 {
		float: left;
		width: 500px;
		height: 290px;
		overflow: hidden;
	}

	.syny2 img {
		width: 100%;
		margin: 0 auto;
	}

	.syny3 {
		float: right;
		width: 380px;
	}

	.syny4 {
		font-size: 20px;
		color: #5c5c5c;
		line-height: 40px;
		font-weight: bold;
	}

	.syny5 {
		font-size: 14px;
		color: #176fd1;
		line-height: 28px;
	}

	.syny6 {
		border-bottom: solid 2px #176fd1;
		width: 100%;
		margin-top: 50px;
	}

	.syny7 {
		width: 100px;
		height: 40px;
		background-color: #176fd1;
		text-align: center;
	}

	.syny7 p {
		font-size: 14px;
		color: #fffefe;
		line-height: 40px;
	}

	.syny8 {
		width: 100%;
		margin-top: 30px;
	}

	.syny8 li {
		float: left;
		margin-left: 20px;
	}

	.syny9 {
		width: 288px;
		height: 166px;
		overflow: hidden;
	}

	.syny9 img {
		width: 100%;
		margin: 0 auto;
	}

	.syny8 a {
		font-size: 14px;
		color: #4f4f4f;
		line-height: 30px;
	}

	/*新闻列表*/
	.xwb {
		width: 100%;
	}

	.xwb li {
		width: 100%;
		height: 116px;
		border: 2px solid #eeeeee;
		overflow: hidden;
		margin-top: 40px;
	}

	.xwb3 {
		overflow: hidden;
		width: 100%;
		margin-top: 10px;
		margin-left: 30px;
	}

	.xwb3 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 30px;
		font-weight: bold;
	}

	.xwb2 {
		width: 800px;
		;
		height: 50px;
		overflow: hidden;
		margin-left: 30px;
	}

	.xwb2 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px
	}

	.xwb1 {
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		text-align: center;
		float: right;
	}

	.xwb1 p {
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	.xwb li:hover {
		border: 2px solid #e11d41;
	}

	/*新闻内页*/
	.xwny {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
		padding-right: 30px;
	}

	.xwny1 {
		width: 100%;
		text-align: center;
		margin-top: 50px;
	}

	.xwny1 p {
		font-size: 20px;
		color: #5c5c5c;
		line-height: 40px;
		font-weight: bold;
	}

	.xwny2 {
		width: 100%;
		border-bottom: 2px solid #176fd1;
		margin-top: 30px;
	}

	.xwny3 {
		float: left;
		width: 100px;
		height: 40px;
		background-color: #176fd1;
		text-align: center;
	}

	.xwny3 p {
		font-size: 14px;
		line-height: 40px;
		color: #fffefe;
	}

	.xwny4 {
		float: left;
		margin-left: 20px;
	}

	.xwny4 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 40px;
	}

	.xwny4 a {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 40px;
	}

	.xwny5 {
		width: 860px;
		margin-top: 20px;
		margin-left: 20px;
	}

	.xwny5 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
	}

	.xwny6 {
		width: 462px;
		height: 388px;
		margin: 40px auto 80px;
		overflow: hidden;
		border: solid 2px #eeeeee;
	}

	.xwny6 img {
		width: 100%;
		margin: 0 auto;
	}

	/*关于我们*/
	.gsjs {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
		padding-right: 30px;
	}

	.gsjs1 {
		width: 100%;
		margin-top: 30px;
	}

	.gsjs1 img {
		width: 100%;
		margin: 0 auto;
	}

	.gsjs2 {
		width: 100%;
		margin-top: 30px;
	}

	.gsjs2 p {
		font-size: 16px;
		color: #176fd1;
		line-height: 30px;
		font-weight: bold;
	}

	.gsjs3 {
		width: 100%;
		margin-top: 30px;
	}

	.gsjs3 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
	}

	.gsjs4 {
		width: 100%;
		border-bottom: solid 1px #c9c9c9;
		margin-top: 20px;
	}

	.gsjs4 li {
		float: left;
		width: 218px;
		margin-left: 14px;
	}

	.gsjs5 {
		width: 218px;
		height: 130px;
		overflow: hidden;
	}

	.gsjs5 img {
		width: 100%;
		margin: 0 auto;
	}

	.gsjs6 {
		width: 100%;
		border-bottom: 1px solid #c9c9c9;
		margin-top: 10px;
	}

	.gsjs6 p {
		font-size: 14px;
		color: #176fd1;
		line-height: 30px;
	}

	.gsjs7 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.gsjs7 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
	}

	/*组织架构*/
	.zzjgb {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
		padding-right: 30px;
	}

	.zzjg {
		width: 762px;
		margin: 50px auto 30px;
	}

	.zzjg img {
		width: 100%;
		margin: 0 auto;
	}

	.zzjg1 {
		width: 100%;
		text-align: center;
	}

	.zzjg1 p {
		font-size: 14px;
		line-height: 28px;
		color: #e11d41;
	}

	/*领导致辞*/
	.ldzc {
		width: 428px;
		margin: 40px auto 0;
	}

	.ldzc img {
		width: 100%;
		margin: 0 auto;
	}

	.ldzc1 {
		width: 100%;
		margin-top: 30px;
	}

	.ldzc1 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
	}

	/*企业文化*/
	.qywh {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		padding-right: 14px;
	}

	.qywh1 {
		width: 100%;
	}

	.qywh1 li {
		float: left;
		width: 434px;
		margin-right: 40px;
		margin-top: 30px;
	}

	.qywh2 {
		width: 434px;
		height: 220px;
		overflow: hidden;
	}

	.qywh2 img {
		width: 100%;
		margin: 0 auto;
	}

	.qywh3 {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
		text-align: right;
	}

	.qywh4 {
		font-size: 16px;
		color: #176fd1;
		line-height: 30px;
		font-weight: bold;
	}

	.qywh5 {
		font-size: 14px;
		color: #176fd1;
		line-height: 22px;
	}

	.qywh6 {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
	}

	.qywh7 {
		width: 100%;
		overflow: hidden;
		margin-top: 10px;
		text-align: left;
	}

	.qywh8 {
		width: 434px;
		height: 220px;
		overflow: hidden;
		margin-top: 20px;
	}

	.qywh8 img {
		width: 100%;
		margin: 0 auto;
	}

	/*联系我们*/
	.lxwm {
		width: 100%;
		border-bottom: solid 1px #eeeeee;
		margin-top: 30px;
		padding-left: 30px;
	}

	.lxwm1 p {
		font-size: 16px;
		color: #176fd1;
		line-height: 32px;
		font-weight: bold;
	}

	.lxwm2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.lxwm2 li {
		float: left;
		margin-top: 16px;
	}

	.lxwm3 {
		float: left;
		width: 32px;
		height: 24px;
		overflow: hidden;
	}

	.lxwm3 img {
		width: 100%;
		margin: 0 auto;
	}

	.lxwm4 {
		float: left;
		padding-left: 10px;
		width: 392px;
	}

	.lxwm4 p {
		font-size: 12px;
		color: #666666;
		line-height: 15px;
	}

	.lxwm5 {
		margin-top: 50px;
	}

	/*荣誉资质*/
	.ryz {
		width: 100%;
		margin-top: 100px;
	}

	.ryz img {
		width: 100%;
		margin: 0 auto;
	}

	/*客户案例*/
	.khal {
		width: 100%;
	}

	.khal li {
		float: left;
		height: 56px;
		width: 414px;
		border-left: 4px solid #e11d41;
		margin-top: 20px;
		margin-right: 68px;
	}

	.khal li p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 52px;
		padding-left: 10px;
		border-bottom: 2px solid #e5e5e5;
		border-right: 2px solid #e5e5e5;
		border-top: 2px solid #e5e5e5;
	}

	/*人力资源*/
	.rlzy {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		padding-right: 14px;
		font-size: 12px;
		color: 666666;
		line-height: 24px;
	}

	.rlzy1 li {
		float: left;
		width: 430px;
		border: solid 2px #176fd1;
		margin-right: 45px;
		margin-top: 50px;
		height: 590px;
	}

	.rlzy2 {
		width: 360px;
		margin-top: 24px;
		margin-left: 20px;
		margin-bottom: 40px;
	}

	.rlzy2 p {
		font-size: 12px;
		color: 666666;
		line-height: 24px;
	}

	.rlzy2 span {
		font-size: 14px;
		color: #176fd1;
		line-height: 24px;
	}

	/*在线留言*/
	.zxl {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		padding-right: 14px;
		margin-top: 50px;
	}

	.zxly {
		float: left;
	}

	.zxly1 {
		float: right;
		width: 410px;
		overflow: hidden;
	}

	.zxly1 img {
		margin: 0 auto;
		width: 100%;
	}

	.zxly2 {
		width: 430px;
		height: 64px;
		border: 2px solid #176fd1;
	}

	.zxly2_1 {
		margin-bottom: 30px;
		width: 100%;
	}

	.zxly2_1 .lyzp1_1 {
		font-size: 20px;
		margin-top: 0;
		line-height: 60px;
	}


	.zxly3 {
		width: 430px;
		height: 64px;
		border: 2px solid #176fd1;
		margin-top: 30px;
	}

	.zxly4 {
		width: 430px;
		height: 176px;
		border: 2px solid #176fd1;
		margin-top: 30px;
	}

	.lyzp {
		float: left;
		margin-top: 18px;
		margin-left: 10px;
	}

	.lyzp1 {
		float: left;
		margin-top: 22px;
		margin-left: 10px;
		font-size: 14px;
		color: #b9b9b9;
		line-height: 20PX;
	}

	.lyzp2 {
		float: left;
		margin-top: 22px;
		margin-left: 10px;
		font-size: 14px;
		color: #b9b9b9;
		line-height: 20PX;
		border: none;
		width: 360px;
		height: 150px;
	}

	.zxly6 {
		float: left;
		width: 168px;
		height: 46px;
		text-align: center;
		margin-left: 70px;
		margin-top: 30px;
	}

	.zxly6 input {
		font-size: 16px;
		color: #ffffff;
		line-height: 46px;
		width: 100%;
		margin: 0 auto;
		background-color: #176fd1;
		cursor: pointer;
	}

	.zxly7 {
		float: right;
		width: 168px;
		height: 46px;
		text-align: center;
		margin-top: 30px;
	}

	.zxly7 input {
		font-size: 16px;
		color: #ffffff;
		line-height: 46px;
		background-color: #b9b9b9;
		width: 100%;
		margin: 0 auto;
		cursor: pointer;
	}




	/*表格*/


	.bo-x {
		width: 930px;
		margin: 10px auto;
	}

	.bo {
		width: 100%;
	}

	.td1 {
		font-size: 12px;
		text-align: center;
		width: 19%;
		line-height: 24px;
		border: 1px solid #AFABAB;
		background-color: #005d9b;
		color: #fff;
	}

	.td1 p {
		font-size: 12px;
		line-height: 24px;
		color: #fff;
	}

	.td2 {
		font-size: 12px;
		text-align: center;
		width: 19%;
		line-height: 24px;
		border: 1px solid #AFABAB;
	}

	.td3 {
		font-size: 12px;
		text-align: center;
		width: 24%;
		line-height: 24px;
		border: 1px solid #AFABAB;
	}

	.td3 img {
		width: 100%;
		margin: 0 auto;
	}





	.tux {
		width: 100%;
		margin: 10px auto;
	}

	.tux img {
		margin: 0 auto;
	}




	/*配件库*/
	.tablbox {
		margin: 10px auto;
		width: 98%;
	}

	.tabl {
		width: 100%;
		border-color: #ccc;
	}

	.tabl tr th {
		line-height: 24px;
		color: #666;
		font-size: 12px;
		text-align: left;
		padding-left: 5px;
		font-weight: bold;
	}

	.tabl tr .td5 {
		line-height: 24px;
		color: #666;
		font-size: 12px;
		text-align: left;
		padding-left: 5px;
		background: #fff;
	}

	.tabl tr .td6 {
		line-height: 24px;
		color: #666;
		font-size: 12px;
		text-align: left;
		padding-left: 5px;
		background: #f2f2f2;
	}

	/*立德泰勀表格*/
	.b-ldtk {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		color: #888;
		font-size: 12px;
		line-height: 24px;
	}





	/*12.2试剂查询新增*/
	.sjcxbt {
		width: 100%;
		margin: 10px auto;
	}

	.sjcxbt p {
		font-size: 30px;
		color: #5c5c5c;
		text-align: center;
		line-height: 50px;
	}

	.cphh-cs {
		width: 100%;
		margin: 10px auto;
	}

	.cphh-z {
		float: left;
		width: 400px;
	}

	.cphh-z p {
		display: inline-block;
		width: 80px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 30px;
		text-align: right;
		font-weight: bold;
	}

	.cphh-z input {
		display: inline-block;
		width: 300px;
		height: 30px;
		border: 1px solid #5c5c5c;
		font-size: 14px;
		line-height: 28px;
		text-align: left;
		padding-left: 3px;
	}

	.cs-y {
		float: left;
		margin-left: 30px;
		width: 370px;
	}

	.cs-y p {
		display: inline-block;
		width: 60px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 30px;
		text-align: right;
		font-weight: bold;
	}

	.cs-y input {
		display: inline-block;
		width: 300px;
		height: 30px;
		border: 1px solid #5c5c5c;
		font-size: 14px;
		line-height: 28px;
		text-align: left;
		padding-left: 3px;
	}

	.chaxun {
		width: 60px;
		float: right;
		margin: 0 0 13px auto;
	}

	.chaxun input {
		width: 100%;
		border: none;
		background: #f2f2f2;
		line-height: 32px;
		font-size: 16px;
		text-align: center;
		color: #5c5c5c;
		cursor: pointer;
	}

	.sjcx-biao {
		width: 100%;
		margin: 10px auto;
	}

	.sjcx-biao table {
		width: 100%;
		margin: 0 auto;
	}

	.sjcx-biao table .t-h {
		background: #174080;
	}

	.sjcx-biao table .t-h th {
		color: #fff;
		font-size: 14px;
		text-align: left;
		line-height: 36px;
		padding-left: 10px;
	}

	.sjcx-tr1 {
		background: #fff;
	}

	.sjcx-tr1 td p {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 30px;
		padding: 0 3px;
	}

	.sjcx-tr1 td a {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 30px;
		display: block;
		text-decoration: underline;
	}

	.sjcx-tr2 {
		background: #f5f5f5;
	}

	.sjcx-tr2 td p {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 30px;
		padding: 0 3px;
	}

	.sjcx-tr2 td a {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 30px;
		display: block;
		text-decoration: underline;
	}








	/*添加的漂浮QQ*/
	a {
		text-decoration: none;
	}

	.main-im .im_main .im-tel a:hover {
		text-decoration: underline;
	}

	.main-im {
		position: fixed;
		right: 10px;
		top: 300px;
		z-index: 100;
		width: 120px;
		height: 272px;
	}

	.main-im .qq-a {
		display: block;
		width: 106px;
		height: 116px;
		font-size: 14px;
		color: #0484cd;
		text-align: center;
		position: relative;
	}

	.main-im .qq-a span {
		bottom: 5px;
		position: absolute;
		width: 90px;
		left: 10px;
	}

	.main-im .qq-hover-c {
		width: 70px;
		height: 70px;
		/* 修改 */
		/* border-radius: 35px; */
		position: absolute;
		left: 18px;
		top: 18px;
		overflow: hidden;
		z-index: 9;
	}

	/* 	修改 */
	.main-im .qq-container {
		display: none;
		z-index: 99;
		position: absolute;
		width: 109px;
		height: 118px;
		border-top-left-radius: 10px;
		border-top-right-radius: 10px;
		border-bottom: 1px solid #dddddd;
		background: url(../images/qq-icon-bg.png) no-repeat center 8px;
	}

	.main-im .img-qq {
		max-width: 60px;
		display: block;
		position: absolute;
		left: 8px;
		top: 8px;
		-moz-transition: all 0.5s;
		-webkit-transition: all 0.5s;
		-o-transition: all 0.5s;
		transition: all 0.5s;
	}

	/* .main-im .im-qq:hover .img-qq {
		max-width: 70px;
		left: 1px;
		top: 8px;
		position: absolute;
	} */

	.main-im .im_main {
		background: #F9FAFB;
		border: 1px solid #dddddd;
		border-radius: 10px;
		background: #F9FAFB;
		display: none;
	}

	.main-im .im_main .im-tel {
		color: #000000;
		text-align: center;
		width: 120px;
		/* 修改 */
		/* height: 180px; */
		height: 60px;
		/* border-bottom: 1px solid #dddddd; */
	}

	.main-im .im_main .im-tel div {
		font-weight: bold;
		font-size: 12px;
		margin-top: 6px;
		line-height: 16px;
		padding-top: 4px;
	}

	.main-im .im_main .im-tel .tel-num {
		font-family: Arial;
		font-weight: bold;
		color: #e66d15;
	}

	.main-im .im_main .im-tel:hover {
		background: #fafafa;
	}

	.line {
		color: #e66d15;
	}

	.main-im .im_main .weixing-container {
		width: 55px;
		height: 47px;
		border-right: 1px solid #dddddd;
		background: #f5f5f5;
		border-bottom-left-radius: 10px;
		background: url(../images/weixing-icon.png) no-repeat center center;
		float: left;
	}

	.main-im .im_main .weixing-show {
		width: 112px;
		height: 172px;
		background: #ffffff;
		border-radius: 10px;
		border: 1px solid #dddddd;
		position: absolute;
		left: -125px;
		top: -126px;
	}

	.main-im .im_main .weixing-show .weixing-sanjiao {
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #ffffff;
		border-width: 6px;
		left: 112px;
		top: 134px;
		position: absolute;
		z-index: 2;
	}

	.main-im .im_main .weixing-show .weixing-sanjiao-big {
		width: 0;
		height: 0;
		border-style: solid;
		border-color: transparent transparent transparent #dddddd;
		border-width: 8px;
		left: 112px;
		top: 132px;
		position: absolute;
	}

	.main-im .im_main .weixing-show .weixing-ma {
		width: 104px;
		height: 103px;
		padding-left: 5px;
		padding-top: 5px;
	}

	.main-im .im_main .weixing-show .weixing-txt {
		position: absolute;
		top: 110px;
		left: 7px;
		width: 100px;
		margin: 0 auto;
		text-align: center;
	}

	.main-im .im_main .go-top {
		width: 50px;
		height: 47px;
		background: #f5f5f5;
		border-bottom-right-radius: 10px;
		background: url(../images/totop-icon.png) no-repeat center center;
		float: right;
	}

	.main-im .im_main .go-top a {
		display: block;
		width: 52px;
		height: 47px;
	}

	.main-im .close-im {
		position: absolute;
		right: 10px;
		top: -12px;
		z-index: 100;
		width: 24px;
		height: 24px;
	}

	.main-im .close-im a {
		display: block;
		width: 24px;
		height: 24px;
		background: url(../images/close_im.png) no-repeat left top;
	}

	.main-im .close-im a:hover {
		text-decoration: none;
	}

	.main-im .open-im {
		cursor: pointer;
		margin-left: 68px;
		width: 40px;
		height: 133px;
		background: url(../images/open_im.png) no-repeat left top;
	}

	.im-footer img {
		width: 95%;
		margin-left: auto;
		margin-right: auto;
		padding: 3px;
	}

}

/******************************手机***********************************/
@media screen and (min-width:320px) and (max-width:450px) {
	body {
		margin: 0;
		padding: 0;
		font: 12px "microsoft yahei", arial;
		background-color: #fff;
	}

	ul,
	li,
	ol,
	p,
	h1,
	h2,
	h3,
	h4,
	h5,
	h6,
	dl,
	dt,
	dd {
		list-style: none;
		padding: 0;
		margin: 0;
		text-decoration: none;
		font-weight: normal;
	}

	a {
		color: #323232;
		text-decoration: none;
	}

	.pc {
		display: none;
	}

	.fl {
		float: left;
	}

	.fr {
		float: right;
	}

	.commen {
		width: 98%;
		overflow: hidden;
		margin: 0 auto;
	}

	* img {
		display: block;
		border: none;
	}

	.ita {
		font-style: italic;
	}

	input {
		padding: 0;
		margin: 0;
		outline: none;
		border: none;
	}

	* {
		box-sizing: border-box;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
	}

	.yh {
		font-family: "Microsoft yahei";
	}

	.bold {
		font-weight: bold;
	}

	.clearfix {
		clear: both;
	}

	/*top部分*/
	.top_box {
		display: none;
	}

	/*header部分*/
	.logobox {
		width: 100%;
		margin: 0 auto;
	}

	.logo {
		width: 36%;
		float: left;
		margin-left: 10px;
	}

	.logo img {
		width: 100%;
		margin: 0 auto;
	}

	.logo-z {
		font-size: 15px;
		font-weight: bold;
		margin-top: 30px;
		float: right;
	}

	.logo-z img {
		width: 100%;
		margin: 0 auto;
	}

	.lo1 {
		width: 100%;
		margin: 0 auto;
	}

	.lo2 {
		float: left;
	}

	.lo3 {
		width: 100%;
		margin: 0 auto;
	}


	.logo-s {
		float: left;
		width: 50%
	}

	.logo2 {
		float: left;
	}

	.logo1 {
		float: left;
		width: 50%;
	}

	.logo1 img {
		width: 100%;
		margin: 0 auto;
	}

	.logo2 {
		display: none;
	}

	.dbt {
		display: none;
	}

	.tu1 {
		width: 100%;
		text-align: center;
	}

	.tu1 p {
		font-size: 12px;
		color: #535352;
		line-height: 24px;
	}

	.tu1wz {
		width: 216px;
	}

	.tu1wz p {
		color: #ff6a00;
		font-size: 12px;
		line-height: 10px;
		text-align: left;
	}

	.tel {
		width: 200px;
		margin-top: 50px;
		margin-right: 20px;
		display: none;
	}

	.tel img {
		width: 100%;
		margin: 0 auto;
		display: none;
	}

	/***************************************************************************************************/
	/*nav部分*/
	.navbox {
		width: 100%;
		padding-top: 3px;
		border-bottom: 2px solid #176fd1;
	}

	.nav {
		overflow: hidden;
	}

	.nav_li {
		width: 32%;
		float: left;
		text-align: center;
		background-color: #f2f2f2;
		margin: 1px 2px;
	}

	.li7 {
		text-align: center;
		background-color: #176fd1;
	}

	.li7 a {
		color: #fff;
	}

	.nav_li7 a {
		color: #3c3b3b;
	}

	.nav_ul {
		width: 100%;
	}

	.nav_a {
		line-height: 30px;
		font-size: 14px;
		color: #3c3b3b;
		width: 100%;
	}

	.menu_u {
		position: absolute;
		background: #fff;
		width: 111px;
		z-index: 7;
		text-align: center;
		display: none;
	}

	.menu_u li {
		float: left;
		line-height: 30px;
		width: 133px;
		text-align: center;
		background-color: #fff;
		color: #fff;
		display: none;
	}

	.menu_u1 {
		position: absolute;
		background: #fff;
		width: 399px;
		z-index: 7;
		text-align: center;
		display: none;
	}

	.menu_u1 li {
		float: left;
		line-height: 30px;
		width: 133px;
		text-align: center;
		background-color: #fff;
		color: #fff;
		display: none;
	}

	.nav_li:hover a {
		color: #fff;
	}

	.nav_li:hover {
		background-color: #176fd1;
	}

	.nav_li {
		color: #fff;
		font-size: 14px;
		display: block;
		text-align: center;
	}

	.menu_b {
		color: #3c3b3b;
		font-size: 14px;
		display: block;
		line-height: 40px;
		text-align: center;
	}

	.nav_li .menu_b1 {
		color: #3c3b3b;
		font-size: 14px;
		display: block;
		line-height: 40px;
		text-align: left;
		padding-left: 5px;
	}

	.menu_b:hover {
		color: #fff;
	}

	.menu_b1:hover {
		color: #176fd1
	}

	/*内容*/
	.dhz {
		width: 100%;
		;
		margin: 10px auto 0;
	}

	.lb {
		width: 100%;
	}

	.lb1 {
		width: 100%;
		height: 30px;
		background-color: #174080;
		margin: 0 auto;
	}

	.lb2 {
		float: left;
		margin-top: 20px;
		margin-left: 18px
	}

	.lb2 p {
		font-size: 42px;
		color: #ffffff;
		line-height: 42px;
		display: none;
	}

	.lb3 {
		width: 100%;
		margin: 0 auto;
		text-align: center;
	}

	.lb4 {
		font-size: 14px;
		color: #ffffff;
		display: block;
		line-height: 30px;
	}

	.lb5 {
		font-size: 12px;
		color: #ffffff;
		display: block;
		float: right;
		line-height: 30px;
		padding-left: 5px;
		display: none;
	}

	.lb6 {
		width: 100%;
		margin: 0 auto;
	}

	.lb7 {
		width: 100%;
	}

	.lb8 {
		width: 48%;
		;
		height: 30px;
		background-color: #f5f5f5;
		margin: 2px 2px;
		float: left;
	}

	.lb9 {
		float: left;
		width: 100%
	}

	.lb9 p {
		font-size: 14px;
		color: #4f4f4f;
		line-height: 30px;
		text-align: center;
	}

	.lb10 {
		float: right;
		padding-right: 10px;
	}

	.lb10 p {
		font-size: 14px;
		color: #4f4f4f;
		line-height: 44px;
		display: none;
	}

	.lb11 {
		width: 100%;
		height: 30px;
		background-color: #e11d41;
		margin: 4px auto;
		float: left;
	}

	.lb12 {}

	.lb12 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 30px;
		text-align: center;
	}

	.lb13 {
		float: right;
		padding-right: 10px;
		display: none;
	}

	.lb13 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 44px;
	}

	.lb8:hover {
		background-color: #e11d41;
	}

	.lb8 :hover p {
		color: #ffffff;
	}

	.nr {
		width: 100%;
	}

	.pro_lb8 {
		width: 100%;
		background-color: #f5f5f5;
		margin-top: 2px;
		cursor: pointer;
	}

	.llb {
		width: 100%;
	}

	.llb p {
		color: #4f4f4f;
		font-size: 14px;
		line-height: 30px;
	}

	.menu {
		overflow: hidden;
		font-size: 12px;
		display: none;
	}

	.menu li {
		width: 100%;
		border-bottom: 1px #dfdfdf dashed;
		background-color: #ffffff;
	}

	.menu li a {
		font-size: 12px;
		line-height: 30px;
		color: #4f4f4f;
		padding-left: 10px;
		display: block;
	}

	.pro_lb8 span {
		display: inline-block;
		float: right;
		padding-right: 10px;
	}

	.pro_lb8 p {
		color: #4f4f4f;
		font-size: 14px;
		line-height: 44px;
		padding-left: 10px;
		display: block;
		border-left: 4px solid #e11d41;
	}

	.lb6 .on {
		width: 48%;
		background-color: #e11d41;
		margin: 2px 2px;
		cursor: pointer;
		float: left;
		height: 30px;
	}

	.lb6 .on p {
		color: #fff;
		font-size: 14px;
		line-height: 30px;
	}

	.menu .no {
		width: 100%;
		margin-top: 2px;
		cursor: pointer;
	}

	.menu .no a {
		font-size: 12px;
		color: #e11d41;
		line-height: 30px;
	}

	.pro_lb8 p:hover {
		color: #ffffff;
		background-color: #e11d41;
		font-size: 14px;
		line-height: 44px;
	}

	.menu a:hover {
		color: #e11d41;
	}

	/*banner部分*/
	.banner_b {
		display: none;
	}

	.sjbanner {
		width: 98%;
		margin: 0 auto;
		margin-top: 2px;
	}

	.fullSlide {
		width: 100%;
		position: relative;
		height: 165px;
		background: #fff;
	}

	.fullSlide .bd {
		margin: 0 auto;
		position: relative;
		z-index: 0;
		overflow: hidden;
	}

	.fullSlide .bd ul {
		width: 100% !important;
	}

	.fullSlide .bd li {
		width: 100% !important;
		overflow: hidden;
		text-align: center;
	}

	.fullSlide .bd li a {
		display: block;
		height: 165px;
	}

	.fullSlide .hd {
		width: 100%;
		position: absolute;
		z-index: 1;
		bottom: 0;
		left: 0;
		height: 30px;
		line-height: 30px;
	}

	.fullSlide .hd ul {
		text-align: center;
	}

	.fullSlide .hd ul li {
		cursor: pointer;
		display: inline-block;
		*display: inline;
		zoom: 1;
		width: 8px;
		height: 8px;
		margin: 4px;
		overflow: hidden;
		background: #000;
		filter: alpha(opacity=50);
		line-height: 999px;
		border-radius: 50%;
		opacity: 0.5;
	}

	.fullSlide .hd ul .on {
		background: #176fd1;
		opacity: 0.5;
	}

	.fullSlide .prev,
	.fullSlide .next {
		position: absolute;
		z-index: 1;
		top: 50%;
		margin-top: -30px;
		left: 10%;
		width: 40px;
		height: 60px;
		cursor: pointer;
		filter: alpha(opacity=50);
		opacity: 0.5;
		display: block;
	}

	.fullSlide .next {
		left: auto;
		right: 10%;
		background-position: -6px -137px;
	}






	/*热门搜索关键词*/
	.keyword {
		width: 100%;
		margin: 0 auto;
		height: 30px;
		display: none;
	}

	.keyword ul {
		margin: 0 auto;
		overflow: hidden;
	}

	.keyword li {
		float: left;
		margin-right: 8px;
		font-size: 12px;
		line-height: 30px;
		color: #5e5e5e;
	}

	.bold {
		color: #5e5e5e;
	}

	/*新闻   行业动态*/
	.dt {
		width: 100%;
		margin-top: 20px;
	}

	.xw {
		width: 100%;
		border: 1px solid #dbdbdb;
	}

	.xw1 {
		width: 100%;
		background-color: #f5f5f5;
	}

	.xw3 .on {
		float: left;
		width: 50%;
		border-left: 5px solid #e11d41;
		height: 30px;
		padding-left: 16px;
	}

	.xw3 .on p {
		font-size: 14px;
		color: #e11d41;
		line-height: 30px;
		display: block;
	}

	.xw3 .on span {
		font-size: 14px;
		color: #e11d41;
		line-height: 30px;
		display: none;
	}

	.xw3 li {
		float: left;
		width: 50%;
		border-left: 5px solid #aeaeae;
		height: 30px;
		padding-left: 16px;
		cursor: pointer;
	}

	.xw3 li p {
		font-size: 14px;
		color: #666666;
		line-height: 30px;
		display: block;
	}

	.xw3 li span {
		font-size: 14px;
		color: #e11d416;
		line-height: 30px;
		display: none;
	}

	.xw4 {
		width: 80%;
		margin: 0 auto;
	}

	.xw6 {
		width: 100%;
		height: 127px;
		position: relative;
		margin-top: 10px;
	}

	.xw8 img {
		width: 100%;
		margin: 0 auto;
	}

	.xw7 {
		width: 100%;
		background-color: #000;
		opacity: 0.3;
		position: absolute;
		top: 107px;
		text-align: right;
	}

	.xw7 p {
		font-size: 14px;
		color: #ffffff;
		;
		line-height: 20px;
		padding-right: 10px;
	}

	.xw8 {
		width: 100%;
		height: 127px;
		overflow: hidden;
	}

	.xw9 {
		width: 186px;
		margin-top: 14px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.xw9 a {
		font-size: 14px;
		color: #4c4c4c;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		line-height: 24px;
	}

	.xw10 {
		width: 100%;
	}

	.xw11 {
		width: 100%;
		height: 96px;
		overflow: hidden;
	}

	.xw11 p {
		font-size: 12px;
		color: #4f4f4d;
		line-height: 24px;
		text-align: justify;
	}

	.xw12 {
		text-align: center;
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		float: right;
	}

	.xw12 a {
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	.xw5 {
		width: 80%;
		margin: 20px auto 10px;
		;
	}

	.xw13 {}

	.xw13 li {
		width: 100%;
		background: url(../images/tu4.png) no-repeat;
		height: 24px;
	}

	.xw14 {
		width: 80%;
		float: left;
	}

	.xw14 p {
		font-size: 14px;
		color: #767473;
		line-height: 14px;
		padding-left: 10px;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
	}

	.xw15 {
		float: left;
		width: 18%;
	}

	.xw15 p {
		font-size: 14px;
		color: #767473;
		line-height: 14px;
	}

	.xw16 {
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		text-align: center;
		float: right;
		margin-top: 10px;
	}

	.xw16 a {
		display: block;
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	.xwz {
		width: 100%;
		margin: 0 auto;
	}

	.pp {
		border: 1px solid #dbdbdb;
		background-color: #f5f5f5;
		width: 100%;
		height: 424px;
	}

	.pp1 {
		width: 270px;
		margin: 16px auto;
		text-align: justify;
		height: 268px;
		overflow: hidden;
	}

	.pp1 a {
		font-size: 14px;
		color: #7b7b7b;
		line-height: 24px;
		overflow: hidden;
		text-overflow: ellipsis;
	}

	.pp2 {
		width: 100%;
		position: relative;
	}

	.pp3 {
		width: 100%;
		height: 110px;
	}

	.pp3 img {
		width: 100.5%;
		margin: 0 auto;
	}

	.pp4 {
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		text-align: center;
		position: absolute;
		top: 94px;
		margin-left: 263px;
		display: none;
	}

	.pp4 a {
		display: block;
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	/*产品*/
	.cp {
		width: 100%;
		margin-top: 60px;
	}

	.cp1 {
		float: left;
		border-left: 4px solid #e11d41;
		height: 30px;
		width: 148px;
	}

	.cp1 p {
		font-size: 14px;
		color: #666666;
		float: left;
		line-height: 30px;
		padding-left: 14px;
	}

	.cp1 span {
		font-size: 12px;
		color: #a3a3a3;
		float: right;
		line-height: 32px;
	}

	.cp2 {
		margin-left: 60px;
		float: left;
		width: 46px;
		margin-top: 5px;
	}

	.cp3 {
		float: left;
		width: 21px;
		height: 22px;
		background: url(../images/tu62.png) no-repeat #b9b9b9;
	}

	.cp4 {
		float: right;
		width: 21px;
		height: 22px;
		background: url(../images/tu63.png) no-repeat #b9b9b9;
	}

	.cp5 {
		width: 246px;
		margin: 30px auto 0;
		overflow: hidden;
	}

	.cp6 {
		width: 10000px;
	}

	.cp6 li {
		float: left;
		border: 2px solid #eeeeee;
		width: 206px !important;
		margin: 0 20px;
	}

	.cp7 {
		width: 202px;
		height: 146px;
		overflow: hidden;
	}

	.cp7 img {
		width: 100%;
		margin: 0 auto;
	}

	.cp8 {
		text-align: center;
		width: 100%;
	}

	.cp8 p {
		font-size: 12px;
		color: #767473;
		line-height: 24px;
		white-space: nowrap;
		overflow: hidden;
		text-overflow: ellipsis;
	}


	/*尾部*/
	.wb {
		width: 100%;
		margin: 10px auto 0;
	}

	.wb1 {
		width: 100%;
		background-color: #174080;
	}

	.wb2 {}

	.wb2 p {
		font-size: 12px;
		color: #ffffff;
		line-height: 26px
	}

	.wb3 {}

	.wb3 a {
		font-size: 12px;
		color: #ffffff;
		line-height: 28px;
	}

	.wb3 p {
		font-size: 12px;
		color: #ffffff;
		line-height: 24px;
	}

	.wb3 p img {
		display: inline-block;
	}

	.wb4 {
		width: 100%;
		background-color: #2c2c2c;
	}

	.wb5 {
		width: 280px;
		margin: 10px auto;
	}

	.wb6 {
		width: 186px;
		margin: 10px auto;
	}

	.wb7 {
		width: 100%;
		display: none;
	}

	.wb8 {
		float: left;
		width: 60px;
		margin-right: 10px;
	}

	.wb9 {
		float: left;
		width: 60px;
	}

	.wb9 p {
		font-size: 12px;
		color: #feffff;
		line-height: 24px;
	}

	.wb10 {
		float: right;
		width: 484px;
		display: none;
	}

	.wb10 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 24px;
	}

	.wb10 a {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 24px;
	}

	.wbz {
		margin-left: 42px;
	}

	.wbz p {
		font-size: 12px;
		color: #feffff;
		line-height: 24px;
	}

	.wbz1 {
		width: 70px;
		overflow: hidden;
		margin: 0 auto;
	}

	.wbz1 img {
		width: 100%;
		margin: 0 auto;
	}

	.wbz2 {
		float: left;
		padding-left: 28px;
		margin-top: 10px;
	}

	.wbz3 {
		float: left;
		padding-left: 6px;
		margin-top: 10px;
	}

	.wbz4 {
		float: left;
		padding-left: 6px;
		margin-top: 10px;
	}

	.wbz10 {
		width: 100%;
		margin: 0 auto;
	}

	.wbh {
		text-align: right;
	}

	.wbh p {
		font-size: 14px;
		color: #176fd1;
		line-height: 22px;
	}

	.wbh1 {
		background: url(../images/tu16.png) no-repeat right;
		text-align: right
	}

	.wbh2 {
		background: url(../images/tu17.png) no-repeat right;
		text-align: right
	}

	.wbh3 {
		background: url(../images/tu18.png) no-repeat right;
		text-align: right
	}

	.wbh4 {
		background: url(../images/tu19.png) no-repeat right;
		text-align: right
	}

	.wbh5 {
		text-align: right;
	}

	.wbh6 {
		text-align: right;
	}

	.wbh1 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh2 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh3 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh4 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh5 p {
		font-size: 12px;
		color: #d2d2d2;
		line-height: 22px;
		padding-right: 18px;
	}

	.wbh6 p {
		font-size: 14px;
		color: #176fd1;
		line-height: 22px;
	}

	/*友情链接*/
	.yl {
		width: 100%;
	}

	.yl p {
		font-size: 12px;
		color: #2c2c2c;
		line-height: 24px;
	}

	/*chanpinliebiao*/
	/*大图*/
	.sdt {
		width: 100%;
		margin: 0 auto;
		overflow: hidden;
		display: none;
	}

	.sdt img {
		width: 100%;
		margin: 0 auto;
	}

	/*位置*/
	.swz {
		width: 100%;
		margin: 14px auto;
		display: none;
	}

	.swz1 li {
		float: left;
	}

	.swz1 li a {
		font-size: 12px;
		color: #787878;
		line-height: 20px;
	}

	.swz1 li p {
		font-size: 12px;
		color: #787878;
		line-height: 20px;
	}

	/*产品列表*/
	.cplb1 {
		width: 100%;
		background-color: #f5f5f5;
		height: 50px;
		border-left: 4px #e11d41 solid;
		margin-top: 10px;
	}

	.cplb2 {
		float: left;
		padding-left: 20px;
	}

	.cplb2 p {
		font-size: 16px;
		color: #666666;
		line-height: 50px;
	}

	.cplb3 {
		float: right;
		width: 22px;
		height: 22px;
		overflow: hidden;
		margin-right: 20px;
		margin-top: 14px;
	}

	.cplb3 img {
		width: 100%;
		margin: 0 auto;
	}

	.ncplb {
		width: 100%;
		margin-bottom: 30px;
	}

	.ncplb1 {
		width: 100%;
		margin-top: 5px;
	}

	.ncplb1 p {
		font-size: 16px;
		color: #e11d41;
		line-height: 30px;
		font-weight: bold;
	}

	.ncplb2 {
		width: 100%;
		margin-top: 10px;
		border-bottom: 3px solid #f5f5f5;
	}

	.ncplb2 li {
		float: left;
		width: 28%;
		border: 1px solid #dcdcdc;
		height: 34px;
		text-align: center;
		margin-right: 16px;
		margin-bottom: 20px;
		overflow: hidden;
	}

	.ncplb2 a {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 34px;
	}

	.ncplb2 .on {
		border: 1px solid #e11d41;
		color: #e11d41;
	}

	.ncplb2 .on a {
		color: #e11d41;
	}

	.ncplb2 li:hover {
		border: 1px solid #e11d41;
	}

	.ncplb2 li:hover a {
		color: #e11d41;
	}

	.ncplb3 {
		width: 100%;
	}

	.ncplb3 li {
		width: 100%;
		height: 150px;
		overflow: hidden;
		border: 2px solid #e8e8e8;
		margin-top: 20px;
	}

	.ncplb4 {
		float: left;
		width: 40%;
		height: 150px;
		overflow: hidden;
	}

	.ncplb4 img {
		width: 100%;
		margin: 0 auto;
	}

	.ncplb5 {
		float: right;
		width: 60%;
		background-color: #f9f9f9;
		height: 150px;
	}

	.ncplb7 {
		width: 100%;
		padding-left: 10px;
	}

	.ncplb7 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 30px;
		font-weight: bold;
	}

	.ncplb6 {
		width: 100%;
		padding-left: 10px;
	}

	.ncplb6 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 20px;
	}

	.ncplb8 {
		width: 54px;
		height: 20px;
		background-color: #dc1c3f;
		text-align: center;
		float: right;
		margin-top: 36px;
		display: none;
	}

	.ncplb8 p {
		font-size: 12px;
		color: #fefefe;
		line-height: 20px;
	}

	.ncplb3 li:hover {
		border: 2px solid #e11d41;
	}

	.ncplb10 {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
		display: table;
	}

	.ncplb11 {
		float: right;
	}

	.ncplb11 li {
		float: left;
		margin-left: 5px;
	}

	.ncplb12 {
		width: 40px;
		height: 24px;
		background-color: #e8e8e8;
		text-align: center;
	}

	.ncplb12 a {
		font-size: 12px;
		color: #5b5b5b;
		line-height: 24px;
	}

	.ncplb13 {
		width: 24px;
		height: 24px;
		background-color: #e8e8e8;
		text-align: center;
	}

	.ncplb13 a {
		font-size: 12px;
		color: #5b5b5b;
		line-height: 24px;
	}

	.ncplb11 li:hover {
		background-color: #e11d41;
	}

	.ncplb11 li:hover a {
		color: #fff;
	}

	.ncplb11 .on {
		width: 24px;
		height: 24px;
		background-color: #e11d41;
		text-align: center;
	}

	.ncplb11 .on a {
		font-size: 12px;
		color: #fefefe;
		line-height: 24px;
	}

	.lbzy {
		width: 100%;
		margin-top: 10px;
		border-bottom: 3px solid #f5f5f5;
	}

	.lbzy1 {
		width: 100%;
		margin-bottom: 10px;
	}

	.lbzy1 li {
		float: left;
		background: url(../images/tu28.png) no-repeat;
		width: 100%;
	}

	.lbzy2 {
		width: 60%;
		overflow: hidden;
		white-space: nowrap;
		text-overflow: ellipsis;
		float: left;
	}

	.lbzy2 a {
		font-size: 12px;
		color: #767473;
		line-height: 30px;
		margin-left: 14px;
	}

	.lbzy3 {
		float: right;
	}

	.lbzy3 p {
		font-size: 12px;
		color: #767473;
		line-height: 30px;
	}

	/*产品内页*/
	.cpny {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.cpny1 {
		width: 100%;
		margin: 20px auto;
		text-align: center;
	}

	.cpny1 p {
		font-size: 20px;
		color: #5c5c5c;
		line-height: 30px;
		font-weight: bold;
	}

	.cpny2 {
		width: 100%;
		overflow: hidden;
		margin: 0 auto;
		border: solid 2px #eeeeee;
	}

	.cpny2 img {
		width: 100%;
		margin: 0 auto;
	}

	.cpny3 {
		border-bottom: 2px solid #176fd1;
		width: 100%;
		margin-top: 30px;
	}

	.cpny4 {
		width: 100%;
	}

	.cpny4 li {
		float: left;
		width: 100px;
		height: 40px;
		background-color: #174080;
		text-align: center;
		margin: 5px 6px;
	}

	.cpny4 li a {
		font-size: 14px;
		color: #fffefe;
		line-height: 40px;
	}

	.cpny4 li p {
		font-size: 14px;
		color: #fffefe;
		line-height: 40px;
	}

	.cpny4 .cpny5 {
		width: 100px;
		height: 40px;
		background-color: #e11d41;
		text-align: center;
	}

	.cpny4 .on {
		background-color: #176fd1;
	}

	.cpny6 {
		width: 100%;
		padding-left: 30px;
		padding-right: 30px;
		margin-top: 10px;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.cpny6 p {
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.cpny6 .cpny7 {
		font-size: 14px;
		color: #176fd1;
		line-height: 28px;
	}

	.cpny8 {
		width: 100%;
		height: 32px;
		background: #f5f5f5;
		margin-top: 20px;
	}

	.cpny9 {
		height: 32px;
		width: 72px;
		background: #e11d41;
		float: right;
		text-align: center;
	}

	.cpny9 a {
		font-size: 14px;
		color: #fefefe;
		line-height: 32px;
	}

	/*关于我们*/
	.gsjs {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
		padding-right: 30px;
	}

	.gsjs1 {
		width: 100%;
		margin-top: 30px;
		display: none;
	}

	.gsjs1 img {
		width: 100%;
		margin: 0 auto;
	}

	.gsjs2 {
		width: 100%;
		margin-top: 10px;
	}

	.gsjs2 p {
		font-size: 16px;
		color: #176fd1;
		line-height: 30px;
		font-weight: bold;
	}

	.gsjs3 {
		width: 100%;
		margin-top: 10px;
	}

	.gsjs3 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
	}

	.gsjs4 {
		width: 100%;
		border-bottom: solid 1px #c9c9c9;
		margin-top: 10px;
	}

	.gsjs4 li {
		float: left;
		width: 100%;
	}

	.gsjs5 {
		width: 100%;
		overflow: hidden;
	}

	.gsjs5 img {
		width: 100%;
		margin: 0 auto;
	}

	.gsjs6 {
		width: 100%;
		border-bottom: 1px solid #c9c9c9;
		margin-top: 10px;
	}

	.gsjs6 p {
		font-size: 14px;
		color: #176fd1;
		line-height: 30px;
	}

	.gsjs7 {
		width: 100%;
		margin-top: 10px;
		margin-bottom: 30px;
	}

	.gsjs7 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
	}

	/*客户案例*/
	.khal {
		width: 100%;
	}

	.khal li {
		float: left;
		height: 56px;
		width: 100%;
		border-left: 4px solid #e11d41;
		margin-top: 20px;
		margin-right: 68px;
	}

	.khal li p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 52px;
		padding-left: 10px;
		border-bottom: 2px solid #e5e5e5;
		border-right: 2px solid #e5e5e5;
		border-top: 2px solid #e5e5e5;
	}

	/*联系我们*/
	.lxwm {
		width: 100%;
		border-bottom: solid 1px #eeeeee;
		margin-top: 10px;
	}

	.lxwm1 p {
		font-size: 16px;
		color: #176fd1;
		line-height: 32px;
		font-weight: bold;
	}

	.lxwm2 {
		width: 100%;
		margin-bottom: 30px;
	}

	.lxwm2 li {
		float: left;
		margin-top: 16px;
		width: 100%;
	}

	.lxwm3 {
		float: left;
		width: 32px;
		height: 24px;
		overflow: hidden;
	}

	.lxwm3 img {
		width: 100%;
		margin: 0 auto;
	}

	.lxwm4 {
		float: left;
		padding-left: 10px;
		width: 80%;
	}

	.lxwm4 p {
		font-size: 12px;
		color: #666666;
		line-height: 15px;
	}

	.lxwm5 {
		width: 360px;
		margin: 30px auto 0;
	}

	/*领导致辞*/
	.ldzc {
		width: 100%;
		margin: 20px auto 0;
	}

	.ldzc img {
		width: 100%;
		margin: 0 auto;
	}

	.ldzc1 {
		width: 100%;
		margin-top: 30px;
	}

	.ldzc1 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
	}

	/*企业文化*/
	.qywh {
		width: 100%;
		margin-bottom: 30px;
	}

	.qywh1 {
		width: 100%;
	}

	.qywh1 li {
		float: left;
		width: 100%;
		margin-top: 30px;
	}

	.qywh2 {
		width: 100%;
		overflow: hidden;
	}

	.qywh2 img {
		width: 100%;
		margin: 0 auto;
	}

	.qywh3 {
		width: 100%;
		overflow: hidden;
		margin-top: 20px;
		text-align: right;
	}

	.qywh4 {
		font-size: 16px;
		color: #176fd1;
		line-height: 30px;
		font-weight: bold;
	}

	.qywh5 {
		font-size: 14px;
		color: #176fd1;
		line-height: 22px;
	}

	.qywh6 {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
	}

	.qywh7 {
		width: 100%;
		overflow: hidden;
		margin-top: 10px;
		text-align: left;
	}

	.qywh8 {
		width: 434px;
		height: 220px;
		overflow: hidden;
		margin-top: 20px;
	}

	.qywh8 img {
		width: 100%;
		margin: 0 auto;
	}

	/*人力资源*/
	.rlzy {
		width: 100%;
		margin-bottom: 30px;
		font-size: 12px;
		color: 666666;
		line-height: 24px;
	}

	.rlzy1 li {
		float: left;
		width: 100%;
		border: solid 2px #176fd1;
		margin-right: 45px;
		margin-top: 20px;
	}

	.rlzy2 {
		width: 94%;
		margin-top: 24px;
		margin-left: 20px;
		margin-bottom: 40px;
	}

	.rlzy2 p {
		font-size: 12px;
		color: 666666;
		line-height: 24px;
	}

	.rlzy2 span {
		font-size: 14px;
		color: #176fd1;
		line-height: 24px;
	}

	/*荣誉资质*/
	.ryz {
		width: 100%;
		margin-top: 30px;
	}

	.ryz img {
		width: 100%;
		margin: 0 auto;
	}

	/*售后人员*/
	.cpny6 .s1 {
		font-size: 20px;
		color: #176fd1;
		line-height: 40px;
		font-weight: bold;
	}

	.cpny6 .s2 {
		font-size: 16px;
		color: #176fd1;
		line-height: 32px;
		font-weight: bold;
	}

	.cpny6 span {
		font-size: 14px;
		color: #e11d41;
		line-height: 28px;
	}

	/*售后政策*/
	.shzc {
		width: 199px;
		height: 82px;
		background-color: #174080;
		margin-top: 30px;
		display: none;
	}

	/*实验室案例内页*/
	.syny {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 10px;
		font-size: 14px;
		color: #4f4f4f;
		line-height: 28px;
	}

	.syny1 {
		width: 100%;
		margin-top: 20px;
		margin-bottom: 40px;
	}

	.syny2 {
		float: left;
		width: 100%;
		overflow: hidden;
	}

	.syny2 img {
		width: 100%;
		margin: 0 auto;
	}

	.syny3 {
		float: right;
		width: 100%;
	}

	.syny4 {
		font-size: 20px;
		color: #5c5c5c;
		line-height: 40px;
		font-weight: bold;
	}

	.syny5 {
		font-size: 14px;
		color: #176fd1;
		line-height: 28px;
	}

	.syny6 {
		border-bottom: solid 2px #176fd1;
		width: 100%;
		margin-top: 20px;
	}

	.syny7 {
		width: 100px;
		height: 40px;
		background-color: #176fd1;
		text-align: center;
	}

	.syny7 p {
		font-size: 14px;
		color: #fffefe;
		line-height: 40px;
	}

	.syny8 {
		width: 100%;
		margin-top: 30px;
	}

	.syny8 li {
		width: 80%;
		margin: 0 auto;
	}

	.syny9 {
		width: 100%;
		overflow: hidden;
	}

	.syny9 img {
		width: 100%;
		margin: 0 auto;
	}

	.syny8 a {
		font-size: 14px;
		color: #4f4f4f;
		line-height: 30px;
	}

	/*实验室案例*/
	.syals {
		width: 100%;
		margin-bottom: 10px;
	}

	.syal {
		width: 100%;
	}

	.syal li {
		float: left;
		margin-top: 20px;
	}

	.syal1 {
		width: 100%;
		overflow: hidden;
		position: relative;
	}

	.syal1 img {
		width: 100%;
		margin: 0 auto;
	}

	.syal2 {
		width: 98%;
		height: 50px;
		background: #292a2b;
		opacity: 0.6;
		position: absolute;
		margin-top: -51px;
	}

	.syal2 p {
		font-size: 14px;
		color: #ffffff;
		line-height: 50px;
		padding-left: 30px;
	}

	/*新闻列表*/
	.xwb {
		width: 100%;
	}

	.xwb li {
		width: 100%;
		height: 116px;
		border: 2px solid #eeeeee;
		overflow: hidden;
		margin-top: 20px;
	}

	.xwb3 {
		overflow: hidden;
		width: 90%;
		margin-top: 10px;
		margin-left: 10px;
	}

	.xwb3 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 30px;
		font-weight: bold;
	}

	.xwb2 {
		width: 94%;
		;
		height: 50px;
		overflow: hidden;
		margin-left: 10px;
	}

	.xwb2 p {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px
	}

	.xwb1 {
		width: 56px;
		height: 22px;
		background-color: #e11d41;
		text-align: center;
		float: right;
	}

	.xwb1 p {
		font-size: 12px;
		color: #fefefe;
		line-height: 22px;
	}

	.xwb li:hover {
		border: 2px solid #e11d41;
	}

	/*新闻内页*/
	.xwny {
		width: 100%;
		padding-left: 20px;
		margin-bottom: 30px;
		font-size: 12px;
		color: #5c5c5c;
		line-height: 24px;
		padding-right: 30px;
	}

	.xwny1 {
		width: 100%;
		text-align: center;
		margin-top: 20px;
	}

	.xwny1 p {
		font-size: 20px;
		color: #5c5c5c;
		line-height: 40px;
		font-weight: bold;
	}

	.xwny2 {
		width: 100%;
		border-bottom: 2px solid #176fd1;
		margin-top: 20px;
	}

	.xwny3 {
		float: left;
		width: 100px;
		height: 40px;
		background-color: #176fd1;
		text-align: center;
	}

	.xwny3 p {
		font-size: 14px;
		line-height: 40px;
		color: #fffefe;
	}

	.xwny4 {
		float: left;
		margin-left: 5px;
		width: 62%;
	}

	.xwny4 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 20px;
	}

	.xwny4 a {
		font-size: 12px;
		color: #5c5c5c;
		line-height: 12px;
	}

	.xwny5 {
		width: 90%;
		margin-top: 20px;
		margin-left: 20px;
	}

	.xwny5 img {
		width: 100%;
		margin: 0 auto;
	}

	.xwny5 p {
		font-size: 14px;
		color: #5c5c5c;
		line-height: 24px;
	}

	.xwny6 {
		width: 100%;
		margin: 20px auto 30px;
		overflow: hidden;
		border: solid 2px #eeeeee;
	}

	.xwny6 img {
		width: 100%;
		margin: 0 auto;
	}

	/*下载中心*/
	.xz {
		width: 100%;
		margin-top: 20px;
	}

	.xz1 {
		width: 100%;
		height: 66px;
		background-color: #e11d41;
	}

	.xz2 {
		float: left;
		margin-top: 20px;
		margin-left: 30px;
		width: 90%;
	}

	.xz3 {
		float: right;
		width: 450px;
		margin-top: 18px;
		display: none;
	}

	.xz4 {
		float: left;
		width: 72%;
		height: 28px;
		color: #999999;
	}

	.xz5 {
		float: right;
		width: 26%;
		height: 28px;
		background: url(../images/tu32.png) no-repeat;
		cursor: pointer;
	}

	.xz6 {
		width: 100%;
		overflow: hidden;
		height: 30px;
	}

	.xz6 li {
		float: left;
	}

	.xz6 p {
		font-size: 12px;
		color: #ffffff;
		line-height: 30px;
	}

	.xz6 a {
		font-size: 12px;
		color: #ffffff;
		line-height: 30px;
	}

	.xz7 {
		width: 146px;
		height: 20px;
		background-color: #dc1c3f;
		text-align: center;
		float: right;
		margin-top: 36px;
		display: none;
	}

	.xz7 p {
		font-size: 12px;
		color: #fefefe;
		line-height: 20px;
	}

	/*组织架构*/
	.zzjgb {
		width: 100%;
		margin-bottom: 10px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 28px;
	}

	.zzjg {
		width: 100%;
		margin: 20px auto 14px;
	}

	.zzjg img {
		width: 100%;
		margin: 0 auto;
	}

	.zzjg1 {
		width: 100%;
		text-align: center;
	}

	.zzjg1 p {
		font-size: 14px;
		line-height: 28px;
		color: #e11d41;
	}

	/*在线留言*/
	.zxl {
		width: 100%;
		margin-bottom: 30px;
		margin-top: 20px;
	}

	.zxly {
		float: left;
		width: 100%;
	}

	.zxly1 {
		float: right;
		width: 410px;
		overflow: hidden;
		display: none;
	}

	.zxly1 img {
		margin: 0 auto;
		width: 100%;
	}

	.zxly2 {
		width: 100%;
		height: 64px;
		border: 2px solid #176fd1;
	}

	.zxly3 {
		width: 100%;
		height: 64px;
		border: 2px solid #176fd1;
		margin-top: 30px;
	}

	.zxly4 {
		width: 100%;
		height: 176px;
		border: 2px solid #176fd1;
		margin-top: 30px;
	}

	.lyzp {
		float: left;
		margin-top: 18px;
		margin-left: 10px;
	}

	.lyzp1 {
		float: left;
		margin-top: 22px;
		margin-left: 10px;
		font-size: 14px;
		color: #b9b9b9;
		line-height: 20PX;
	}

	.lyzp2 {
		float: left;
		margin-top: 22px;
		margin-left: 10px;
		font-size: 14px;
		color: #b9b9b9;
		line-height: 20PX;
		border: none;
		width: 80%;
		height: 150px;
	}

	.zxly6 {
		float: left;
		width: 168px;
		height: 46px;
		text-align: center;
		margin-top: 10px;
	}

	.zxly6 input {
		font-size: 16px;
		color: #ffffff;
		line-height: 46px;
		width: 100%;
		margin: 0 auto;
		background-color: #176fd1;
		cursor: pointer;
	}

	.zxly7 {
		float: right;
		width: 168px;
		height: 46px;
		text-align: center;
		margin-top: 10px;
	}

	.zxly7 input {
		font-size: 16px;
		color: #ffffff;
		line-height: 46px;
		background-color: #b9b9b9;
		width: 100%;
		margin: 0 auto;
		cursor: pointer;
	}

	/*添加的漂浮QQ*/
	.ydqq {
		display: none;
	}




	.tux {
		width: 100%;
		margin: 5px auto;
	}

	.tux img {
		margin: 0 auto;
		width: 100%;
	}

	/*配件库*/
	.tablbox {
		margin: 10px auto;
		width: 98%;
	}

	.tabl {
		width: 100%;
		border-color: #ccc;
	}

	.tabl tr th {
		line-height: 20px;
		color: #666;
		font-size: 12px;
		text-align: left;
		padding-left: 3px;
		font-weight: bold;
	}

	.tabl tr .td5 {
		line-height: 20px;
		color: #666;
		font-size: 12px;
		text-align: left;
		padding-left: 3px;
		background: #fff;
	}

	.tabl tr .td6 {
		line-height: 20px;
		color: #666;
		font-size: 12px;
		text-align: left;
		padding-left: 3px;
		background: #f2f2f2;
	}

	/*立德泰勀表格*/
	.b-ldtk {
		width: 100%;
		margin: 0 auto;
		text-align: center;
		color: #888;
		font-size: 12px;
		line-height: 20px;
	}




	/*12.2试剂查询新增*/
	.sjcxbt {
		width: 100%;
		margin: 10px auto;
	}

	.sjcxbt p {
		font-size: 30px;
		color: #5c5c5c;
		text-align: center;
		line-height: 50px;
	}

	.cphh-cs {
		width: 100%;
		margin: 5px auto;
	}

	.cphh-z {
		width: 100%;
		margin: 0 auto;
	}

	.cphh-z p {
		display: inline-block;
		width: 60px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 14px;
		text-align: left;
		font-weight: bold;
	}

	.cphh-z input {
		display: inline-block;
		width: 240px;
		height: 24px;
		border: 1px solid #5c5c5c;
		font-size: 14px;
		line-height: 28px;
		text-align: left;
		padding-left: 3px;
	}

	.cs-y {
		width: 100%;
		margin: 0 auto;
	}

	.cs-y p {
		display: inline-block;
		width: 60px;
		font-size: 14px;
		color: #5c5c5c;
		line-height: 14px;
		text-align: left;
		font-weight: bold;
	}

	.cs-y input {
		display: inline-block;
		width: 240px;
		height: 24px;
		border: 1px solid #5c5c5c;
		font-size: 14px;
		line-height: 28px;
		text-align: left;
		padding-left: 3px;
	}

	.chaxun {
		width: 60px;
		margin: 5px auto;
	}

	.chaxun input {
		width: 100%;
		border: none;
		background: #f2f2f2;
		line-height: 24px;
		font-size: 14px;
		text-align: center;
		color: #5c5c5c;
		cursor: pointer;
	}

	.sjcx-biao {
		width: 100%;
		margin: 5px auto;
	}

	.sjcx-biao table {
		width: 100%;
		margin: 0 auto;
	}

	.sjcx-biao table .t-h {
		background: #174080;
	}

	.sjcx-biao table .t-h th {
		color: #fff;
		font-size: 14px;
		text-align: left;
		line-height: 24px;
		padding-left: 10px;
	}

	.sjcx-tr1 {
		background: #fff;
	}

	.sjcx-tr1 td p {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 24px;
		padding: 0 3px;
	}

	.sjcx-tr1 td a {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 24px;
		display: block;
		text-decoration: underline;
	}

	.sjcx-tr2 {
		background: #f5f5f5;
	}

	.sjcx-tr2 td p {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 24px;
		padding: 0 3px;
	}

	.sjcx-tr2 td a {
		font-size: 12px;
		color: #5c5c5c;
		text-align: left;
		line-height: 24px;
		display: block;
		text-decoration: underline;
	}





	/********************************手机端底部                          通用*******************************************/
	#tool {
		position: fixed;
		bottom: 0;
		left: 0;
		right: 0;
		z-index: 900;
		-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
	}

	ul.toollist {
		position: fixed;
		z-index: 900;
		bottom: 0;
		left: 0;
		right: 0;
		margin: auto;
		display: block;
		height: 48px;
	}

	.toollist li {
		float: left;
		width: 25%;
		position: static !important;
		margin: 0;
		border-radius: 0 !important;
		-webkit-box-sizing: border-box;
		box-sizing: border-box;
		-webkit-box-flex: 1;
		box-flex: 1;
		-webkit-box-sizing: border-box;
		box-shadow: none !important;
		background: none;
	}

	.toollist li a {
		font-size: 20px;
		line-height: 20px;
		text-align: center;
		display: block;
		text-decoration: none;
		padding-top: 2px;
		position: relative;
	}

	.toollist li a img {
		width: 24px;
		height: 24px;
		margin: 0 auto
	}

	.toollist li a p {
		margin: 1px 0 1px 0;
		font-size: 12px;
		display: block !important;
		line-height: 24px;
		text-align: center;
	}

	.thistd {
		display: none
	}

	.footc .link {
		display: none
	}

	.toollist_gray {
		border-top: 1px solid #6b90f9;
		background-image: linear-gradient(top, #6b90f9, #4b78f9 60%, #3967c4);
		background-image: -o-linear-gradient(top, #6b90f9, #4b78f9 60%, #3967c4);
		background-image: -ms-linear-gradient(top, #6b90f9, #4b78f9 60%, #3967c4);
		background-image: -moz-linear-gradient(top, #6b90f9, #4b78f9 60%, #3967c4);
		background-image: -webkit-linear-gradient(top, #6b90f9, #4b78f9 60%, #3967c4);
		box-shadow: 0 1px 0 #fff inset;
		-moz-box-shadow: 0 1px 0 #fff inset;
		-webkit-box-shadow: 0 1px 0 #fff inset;
		-o-box-shadow: 0 1px 0 #949494 inset;
	}

	.toollist_gray li {
		border-right: 1px solid rgba(255, 255, 255, 0.6);
	}

	.toollist_gray li a {
		color: #fff;
	}

	#guide {
		margin-top: 48px;
	}

	.imgwidth {
		width: 100%;
	}


}