/*新增仪器详情页样式*/
.bd-slider
{
	
	width:100%;
	display:block;
}
.bd-left-content
{
		width:47.7%;
		display:inline-block;
}

.bd-right-content
{
	width:49%;
	display:inline-block;
	float:right;
}

.bd-right-content h2.pd-titles
{
	font-size:1.875em;
	text-align:left;
	width:100%;
	display:block;
	margin-bottom:1.2em;
}

.right-infos
{
		padding-bottom:4em;
		font-size:0.9375em;
		color:#333333;
		line-height:1.6;
}
.right-infos p
{
	font-size:inherit;
	line-height:inherit;
	color:inherit;
}
.right-shares
{
	border-top:1px solid #ccc;
	padding-top:0.5em;
	margin-top:0.5em;
}

.bdsharebuttonbox span
{
	float:left;
	font-size:#333333;
	font-size:1em;
	margin-top:6px;
}

.right-guest
{
margin-top:2em;
	
}
.right-guest a
{
		background:#00c9ff;
		font-size:1em;
		border-radius:1em;
		color:#fff;
		padding:0.5em 0.75em;
}

.change-items
{
	background:#ccc;
	margin-top:3em;
}

.change-items a
{
	padding:1.6em 2.2em;
	color:#333333;
	text-transform: uppercase;
	display:inline-block;
	font-size:1em;
	text-decoration: none !important;

}
.change-items a.selected
{
	background:#333333;
	color:#fff;
}

.change-body
{
	background:#FFFFFF;
}


.change-body-item
{
	padding:4em 3em;
	line-height:2;
	padding-bottom:10em;
	color:#666;
	display:none;

}

.change-body-item p
{
	font-size:inherit;
	line-height: inherit;
}


.change-body-item h3
{
	color:#333;
	font-size:1.5em;
}

.change-body-item-on
{
		display:block;
}




#thumbs
{
	margin-top:2em;
	position:relative;
	text-align:center;
}


.picScroll-left .bd
{
		width:94%;
		margin:0 auto;
}
.picScroll-left .bd li
{
	width: calc(33.3333% - 24px);
    display: inline-block;
    margin-right: 12px;
    margin-left: 12px;
    padding:  0px;

}

.picScroll-left .prenext
{
	position:absolute;
	width:18px;
	height:26px;
	display:inline-block;
	top:calc(50% - 9px);
}

.picScroll-left .prev
{
	left:0px;
	background:url(/../images/gray-arrows.png) center center no-repeat;

}

.picScroll-left .next
{
	right:0px;
	background:url(/../images/green-arrows.png) center center no-repeat;

}

.picScroll-left0 .bd
{
	border:2px solid #00c9ff;
}

.picScroll-left .bd li
{
		position:relative;
}
.li-shadows
{
	width:100%;
	height:100%;
	display:none;
	position:absolute;
	left:0px;
	top:0px;
	background:rgba(0,178,80,0.5);
}

.picScroll-left .bd li.on .li-shadows
{
	display:block;
}






/*新增仪器页面样式*/
.pro5-item
{
		margin-top:3em;
}


.pro5-item
{
	padding:0px 5px;
	transition: 0.5s;
	-webkit-transition: 0.5s;
	-moz-transition: 0.5s;
}

.pro5-item:nth-child(3n)
{
		padding-left:10px;
		padding-right:0px;
}
.pro5-item:nth-child(3n+1)
{
	padding-left:0px;
	padding-right:10px;
}

.pro5-img
{
	position:relative;
}
.img-shadow
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	background:rgba(0,0,0,0.5);
	color:#fff;
	text-align:center;
	font-weight:700;
	display:none;
}

.img-shadow a
{
	color:#fff;
	font-weight:700;
	font-size:1em;

}
.pro5-texts
{
	background:#ccc;
	padding:1em 1.5em;

}

.pro5-texts a
{
	color:#333;
	font-size:1.25em;
	width:100%;
	display:block;
	margin-bottom:0.8em;
	transition: none;
	-webkit-transition: none;
	-moz-transition: none;
	height:2.5em;
	line-height: 1.5;
}

.pro5-texts p
{
	font-size:0.875em;
	color:#666666;
	line-height:2;
	height:3.6em;
	display:none;
}

.pro5-item:hover .pro5-texts
{
	background:#00c9ff;
}

.pro5-item:hover .pro5-texts a,.pro5-item:hover .pro5-texts p
{
	color:#fff;
}





.pro5-item:hover .img-shadow
{
		display:block;
}

/*新增在线留言*/

.guestbook-box
{
	background:#fff;
	padding-top:3em;
	padding-bottom:5em;
}

.guest-infos
{
	color:#666666;
	font-size:0.875em;
	text-align:center;
	line-height:2.2;
	width:100%;
	display:block;
	margin-bottom:3em;
}

.guest-forms
{
		margin-bottom:3em;
}
.guest-forms h3
{
	font-size:1.5em;
	color:#999999;
	font-weight:700;
	text-transform: uppercase;
	text-align:center;
	margin-bottom:2em;
	display:block;
}

.forms-form
{
		width:52%;
		display:block;
		margin:0 auto;
}
.forms-items
{
	margin-bottom:1.2em;
}







.form-item-one input,.form-item-one textarea
{
		font-size:0.875em;
}









.form-item-one input
{
	width:97.5%;
	display:inline-block;
	padding:0.5em 1em;
	border:1px solid #999;
}

.form-item-one input:focus
{
	color:#00c9ff;
	border:1px solid #00c9ff;
}

.form-two input
{
	float:right;
}

.form-full input
{
		width:100%;
}

.form-item-one textarea
{
	width:100%;
	height:14em;
	resize:none;
	border:1px solid #999;
	padding:1em;
}

.forms-submit
{
	margin-top:3em;
	text-align:center;
}
.form-inputs input
{

	width:auto;
	padding:0.65em 2em;
	font-size:1em;
	border:1px solid #d6d6d6;
	color:#333;
	background:#d6d6d6;
}



.form-inputs input:hover
{
	color:#fff;
	background:#00c9ff;
	border:1px solid #00c9ff;


}




/*人才招聘*/

.right-detail h1
{
	color:#333333;
	font-size:1.5em;
	margin-bottom:1.2em;
}
.tel
{
	position:relative;
	margin-bottom:2.5em;

}
.tel-text
{
	width:100%;
	height:100%;
	position:absolute;
	left:0px;
	top:0px;
}
.tel-text td
{
	color:#ffffff;
}
.tel-text td img
{
		display:inline-block;

}
.tel-text td p
{
	display:inline-block;
	font-size:1.875em;
	font-weight:700;
	margin-left:1em;
}
.jobs-hidden
{
	display:none;
}
.job-one-item
{
	margin-bottom:0.875em;
}
.job-title
{
	background:#fff;
	padding:0em 1.4em;
	font-size:1.5em;
	color:#999;
	border:1px solid #E3E3E3;
}
.job-title a
{
	width:100%;
	display:inline-block;
	font-size:1em;
	color:#333333;
	background:url(/../images/joinus_10.png) right center no-repeat;
	padding:0.9em 0px;
	text-decoration:none !important;
}


.select-t
{
	background:#00c9ff;
}

.select-t a
{
	color:#fff;
	background:url(/../images/joinus_07.png) right center no-repeat;
}



.job-des-title
{
	padding-left:0px;
	padding-right:0px;
	text-align:center;
}
.job-des-title a
{
	width:99.2%;
	display:block;
	background:#e0e0e0;
	padding:1em 0px;
	color:#666666;
	font-size:1.5em;
	text-decoration:none !important;

}

.title-select a
{
	background:#999;
	color:#fff;
}
.jobs-title
{
	margin-bottom:2em;
}
.job-des
{
	border:1px solid #e3e3e3;
	border-top:none;
	padding-top:3px;
	background:#fff;
	display:none;
}
.job-des-title:nth-child(2) a
{
	margin:0 auto;
}
.job-des-title:nth-child(3) a
{
	float:right;
}

.jobs-texts
{
	font-size:1em;
	color:#666666;
	line-height:2;
	padding:1em 2.125em;
	padding-bottom:8em;
}

.job-des-title a
{
	text-decoration:none;
}
.texts-desc
{
	line-height:inherit;
}
.title-select
{
	position:relative;
}
.title-select:after
{
	width:31px;
	height:31px;
	display:inline-block;
	content:'';
	position:absolute;
	background:url(/../images/circle_03.png) center bottom no-repeat;
	left:calc(50% - 15px);
	bottom:-16px;
}


/*联系我们*/
.contactus-box
{
	margin-top:2em;
}


.right-contact
{
		position:relative;
		background:#fff;
		padding-left:5%;
		padding-right:5%;
}
.right-contact:after
{
	position:absolute;
	width:39px;
	height:75px;
	display:block;
	left:-39px;
	top:calc(50% - 37px);
	content:'';
	z-index:99999;
	background:url(/../images/white-circle.png) center center no-repeat;
}


.right-contact h3
{
	color:#00c9ff;
	font-size:1.25em;
	font-weight:400;
	margin-bottom:2.5em;
}

.contact-item
{
	color:#666666;
	font-size:0.875em;
	line-height:2;
	margin-bottom:1.5em;
}
.contact-item p
{

	display:inline-block;
	width:4em;
	float:left;
	line-height:inherit;


}
.contact-item div
{
		width:calc(100% - 4.5em);
		display:inline-block;
		line-height:inherit;
}

.one-contact-box:nth-child(even) .left-contact
{
	float:right;
}

.one-contact-box:nth-child(even) .right-contact:after
{
	left:auto;
	right:-39px;
	transform:rotate(180deg);
	-ms-transform:rotate(180deg); 	/* IE 9 */
	-moz-transform:rotate(180deg); 	/* Firefox */
	-webkit-transform:rotate(180deg); /* Safari 和 Chrome */
	-o-transform:rotate(180deg); 	/* Opera */
}




/*合作方式*/

.coop-boxs
{
	width:100%;
	display:inline-block;
	margin-top:2.25em;
}

.coop-right
{
	padding-left:5%;
}
.coop-right h3
{
	color:#666666;
	font-size:1.5em;
	font-weight: 700;
	text-transform: uppercase;
	margin-bottom:1.5em;
}

.coop-right .coop-texts
{
	color:#666666;
	font-size:1.125em;
	line-height:2;
	text-transform: uppercase;
}

.coop-right .coop-texts p
{
	line-height:inherit;
}


.one-coop-item2 .coop-right .coop-texts p,.one-coop-item3 .coop-right .coop-texts p
{
	position:relative;
	padding-left:0.75em;
}

.one-coop-item2 .coop-right .coop-texts p:after,.one-coop-item3 .coop-right .coop-texts p:after
{
	width:4px;
	height:4px;
	display:inline-block;
	content:'';
	background:#666;
	border-radius:4px;
	position:absolute;
	left:0px;
	top:calc(50% - 2px);

}

.one-coop-item:nth-child(even) .coop-left
{
	float:right;
	text-align:right;
}

.one-coop-item:nth-child(even) .coop-right
{
	padding-left:0px;
}

/*团队*/




.one-team-item
{
	background:#fff;
	border-top:2px solid #00c9ff;
	padding:2em 2em;
	margin-bottom:3.75em;
}

.team-left
{
		width:57%;
}

.team-right
{
	width:35.5%;
	float:right;

}
.team-right img
{
		border-radius:10px;
}


.team-left h2
{
	font-size:1.5em;
	color:#333;
	margin-bottom:1.5em;
}

.team-infos
{
	font-size:0.875em;
	color:#666666;
	line-height:2.3;
	text-align:justify;
}
.team-infos p
{
	line-height:inherit;
	font-size:inherit;
	text-align:inherit;
}

/*公司简介*/

.aboutus-box
{
	background:#fff;
	border-top:2px solid #00c9ff;
	padding:3em 2.5em;

}

.aboutus-box h1
{
	color:#00c9ff;
	font-size:1.5em;
	font-weight:700;
	text-align:center;
	margin-bottom:0.3em;
}

.aboutus-box h2
{
	font-weight:400;
	text-transform: uppercase;
	font-size:1em;
	color:#999999;
	text-align:center;
	margin-bottom:2.5em;
}

.aboutus-infos
{
	font-size:0.875em;
	color:#999999;
	line-height:2;
	text-align:justify;
}
.aboutus-infos p
{
	text-indent:2em;
	font-size:inherit;
	line-height: inherit;
	/*margin-bottom: 1em;*/
	text-align:justify;
}

.aboutus-title
{
	font-size:1.5em;
	color:#999999;
	text-align:center;
	margin-top:2em;
	padding-bottom:0.5em;
}

#ab-slide
{
		margin-top:3em;
}
#ab-slide .item
{
		position:relative;


}
#ab-slide .item .ab-text
{
		position:absolute;
		right:15%;
		bottom:25%;
		background:rgba(0,0,0,0.5);
		color:#fff;
		padding:1.35em 2.45em;

}

#ab-slide .item .ab-text h3
{
		font-size:1.5em;
		font-weight:700;
		margin-bottom:1em;
}

#ab-slide .item .ab-text p
{
	font-size:1.125em;

}

#ab-slide  .owl-nav
{
	position:absolute;
	left:0px;
	bottom:-28px;
	width:100%;
	display:block;
	text-align:center;
	z-index:999;
}
#ab-slide  .owl-nav div
{
	width:56px;
	height:56px;
	display:inline-block;
}

#ab-slide  .owl-nav .owl-prev
{
		background:url(/../images/ab-dots-left.jpg) center center no-repeat;
}

#ab-slide  .owl-nav .owl-next
{
		background:url(/../images/ab-dots-right.jpg) center center no-repeat;
}

/*新闻*/

.news-title
{

		border-bottom:1px solid #CCCCCC;

}

.news-title h1
{

	border-bottom:1px solid #333;
	padding-right:2em;
	width:auto;
	display:inline-block;
	margin-bottom:0px;
	padding-bottom:0.75em;
	position:relative;
	bottom:-1px;

}

.news-boxs
{
		margin-top:2.75em;
}

.one-news-item
{
		padding:2em 2em;
		background:#fff;
		margin-bottom:2.25em;
}
.news-left
{
	color:#999999;
	padding-right:8.5%;
}
.news-left h2
{
	font-size:1.25em;
}
.news-left h2 a
{
	color:#333333;

}
.news-left p
{

	display:inline-block;
	font-size:0.875em;
	margin:1.25em 0px;
	color:#cccccc;
}

.news-left .news-infos
{
	color:#999999;
	line-height:2;
	font-size:0.875em;
	margin-bottom:3.5em;
}

.news-left .news-infos a
{

	font-size:inherit;
	color:#999;
	line-height:inherit;

}
.news-left .news-infos a:hover
{
	text-decoration:underline;
}

.news-more a
{
	color:#999999;
	font-size:0.875em;
	text-transform: uppercase;
	border:1px solid #CCCCCC;
	padding:0.5em 1.4em;
	border-radius:1.25em;
}


.news-more a:hover
{
		color:#fff;
		border:1px solid #00c9ff;
		background:#00c9ff;
}

.news-right
{
	text-align:right;
	overflow:hidden;
}

.news-right a
{

	display:inline-block;
}

.news-right a img
{
	transition: all 1s 0.2s;
    -webkit-transition: all 1s 0.2s;
}

.news-right a:hover img
{

	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}


/*新闻详情*/

.news-details
{
	padding:0px 2em;
}

.news-details h2
{
	font-size:1.25em;
	color:#333333;
	text-align:center;
}

.news-details p.pubdates
{
	font-size:0.875em;
	color:#cccccc;
	margin:1.5em 0px;
	text-align:center;
	display:inline-block;
	width:100%;

}

.news-details .news-contents
{

	padding:1em 0px;
	line-height:2.2;
	font-size:0.875em;
	color:#999;
	text-align:center;

}

.news-contents h3
{
	font-size:1.1em;
	color:inherit;
	line-height:inherit;
	font-weight:700;
}
.news-details .news-contents p
{
	line-height:inherit;
	font-size:inherit;
}


/*服务与支持*/

.service-items
{

	margin:2em 0px;
	position:relative;
	overflow:hidden;

}

.service-items-box
{
		width:100%;
		height:100%;
		display:block;
		position:absolute;
		left:0px;
		top:0px;

}

.service-items-box .one-service-item
{
	width:auto;
	display:inline-block;
	margin:0px 3.4em;
	color:#fff;
	text-align:center;
}
.service-img
{
	width:110px;
	height:110px;
	display:inline-block;
	border:1px solid #8B8C8D;
	line-height:110px;
	text-align:center;
	border-radius:110px;
	margin-bottom:1em;
}
.one-service-item p
{
	font-size:1.125em;
	font-weight:700;
	letter-spacing:1px;
	text-transform: uppercase;
}

.service-img:hover
{
	background:#00c9ff;
	border:1px solid #00c9ff;
}



.service-des
{
	margin-top:2.5em;
	margin-bottom:2.5em;
	font-size:1.125em;
	color:#666666;
}

.one-service-item
{
	margin-bottom:2.5em;
}

.one-service-item p.title
{
	color:#666666;
	font-size:1.25em;
	font-weight:700;
	margin-bottom:1.25em;
}

.service-texts
{
	color:#666666;
	font-size:0.875em;
	line-height:2;
}

.service-texts span
{
	color:#993333;
}



/*营销网络*/

.network-boxs
{
	padding-top:2em;
	padding-bottom:4em;
	line-height: 1.5;
}

.guestimg
{
	position:absolute;
	right:13.5%;

	display:block;
	bottom:25%;
	color:#fff;
}

.guestimg h2
{
	font-size:3em;

	text-transform: uppercase;
}
.guestimg h2 span
{
	font-weight:700;
}
.guestimg .guest-infos
{
	font-size:1em;
	margin:1em 0px;
	margin-bottom:3em;
	font-weight:700;
	line-height:1.5;
	text-transform: uppercase;
	letter-spacing:0.5px;
	text-align:left;
	color:#fff;

}

.guest-btn a
{
	font-size:1.125em;
	color:#fff;
	padding:0.3em 1.975em;
	border:1px solid #fff;
	margin-right:2em;
	border-radius:1em;
}

.guest-btn a:hover
{
	border:1px solid #00c9ff;
	background:#00c9ff;
}


/*资料下载*/

.navs-types-items
{
	display:inline-block;
	float:right;
	margin-top:1em;
}

.navs-types-items a
{
	color:#666666;
	font-size:0.875em;
	border:1px solid #666666;
	padding:0.2em 0.75em;
	border-radius:1em;
	margin-left:2.5em;
	position:relative;
}

.navs-types-items a:after
{
	width:10px;
	height:15px;
	display:block;
	position:absolute;
	left:-1.75em;
	top:4px;
	content:'';
	background:url(/../images/download-line_03.png) center center no-repeat;
}


.navs-types-items a:first-child:after
{
		display:none;
}

.navs-types-items a.current
{

	color:#fff;
	background:#00c9ff;
	border:1px solid #00c9ff;

}

.download-boxs
{
	margin-top:2em;
}

.down-top
{

	padding:1.7em 0px;

}

.down-left
{
	background:#E3E3E3;
	font-size:1em;
	padding-left:2.5%;
	font-size:1em;
	letter-spacing:1px;
}

.down-right
{

	padding-left:6em;

	background:#fff url(/../images/download-btn-gray.png) 97.2% center no-repeat;
}

.download-content
{
	background:#ECECEC;
	padding:1em 2em;
	width:100%;
	float:left;
	margin-bottom:2.2em;
	padding-bottom:2.5em;
	display:none;
}

.download-details
{

	border:1px solid #B7B7B7;
}

.download-details .top
{

	border-bottom:1px solid #B7B7B7;
	width:100%;
	display:inline-block;
	float:left;


}
.top .down-de-right
{
	padding:0.3em 3em;


}

.download-details .bottom
{

	width:100%;
	display:inline-block;


}

.down-de-left
{
		width:20%;
		display:inline-block;
		float:left;
		text-align:center;
		padding:1.3em 0px;

}
.down-de-right
{
		width:calc(80% - 1px);
		display:inline-block;
		border-left:1px solid #b7b7b7;
}

.dw-lefts ,.dw-rights
{
	display:inline-block;
	width:45%;

}

.download-btns
{
	width:100%;
	display:inline-block;
	color:#666666;
	line-height:3;
	text-align:left;

}
.download-btns:hover
{
		color:#666;
}
.download-btns span
{
		padding:1em 0px;
		color:#cc3333;
		font-weight:700;
		padding-left:2.875em;
		background:url(/../images/downloads_03.png) left center no-repeat;
		float:right;
}

.down-de-right
{
	padding:0.75em;
	text-align:center;
	color:#666666;
	font-size:1em;
}

.right-dw-item
{
		width:42%;
		display:inline-block;
		padding:0.75em 1em;
		border:1px solid #B7B7B7;
		margin-bottom:0.5em;
		margin-right:0.5em;
}

.right-dw-item:nth-child(even)
{
	margin-left:0.5em;
	margin-right:0px;
}

.dw-lefts
{
	text-align:left;
}

.one-download-item
{
	margin-bottom:5px;
}

.download-select
{
	color:#00c9ff;
}

.download-select .down-left
{
	color:#fff;
	background:#00c9ff;
}

.download-select .down-right
{
	background-image:url(/../images/download-btn-hover.png);
}
.download-title
{
		cursor:pointer;
}



/*解决方案*/

.one-solution-item
{
	background:#f0f0f0;
	margin-bottom:1.875em;
}
.solution-left
{
	width:60%;
	display:inline-block;
	float:left;
}
.solution-right
{
	width:40%;
	display:inline-block;

}


.solutions-texts
{
	width:100%;
	height:100%;
	display:inline-block;
	padding:4em 4.5em 4em 2em;
	position:relative;
}
.solutions-texts a
{
	width:100%;
	height:100%;
	display:inline-block;
}

.solution-top-title
{
	border-bottom:1px solid #CCCCCC;
	width:100%;
	display:inline-block;
	margin-bottom:2em;
}

.solution-top-title h2
{
	display:inline-block;
	font-size:1.5em;
	color:#333333;
	border-bottom:1px solid #00c9ff;
	padding-bottom:0.75em;
	position:relative;
	bottom:-1px;
}

.solution-infos
{
	color:#666666;
	font-size:1.125em;
	line-height:2;
	padding-bottom:5em;
}

.solution-mores
{
	display:inline-block;
	position:absolute;
	bottom:5em;
	right:4.5em;
}

.solution-mores span.mores
{
	color:#666666;
	padding:0.5em 0px;
	font-size:1.125em;
	letter-spacing:1px;
	padding-right:3.75em;
	background:url(/../images/solutions3_03.png) right center no-repeat;
}

.one-solution-item:hover
{
	background:#00c9ff;
}


.one-solution-item:hover .solution-top-title h2
{
	color:#fff;
	border-bottom:1px solid #fff;
}



.one-solution-item:hover .solution-infos
{
	color:#fff;
}

.one-solution-item:hover .solution-mores span.mores
{
	color:#fff;
	background:url(/../images/solutions3_03-white.png) right center no-repeat;
}

.one-solution-item:nth-child(even) .solution-left
{
	float:right;
}

.solution-left
{
	overflow:hidden;
}
.solution-left img
{

	transition: all 1s 0.2s;
    -webkit-transition: all 1s 0.2s;
}

.solution-left:hover img
{
	-webkit-transform: scale(1.05);
	transform: scale(1.05);
}


/*战略*/

.one-zhanlue-item
{

	padding:3.75em 1em;
	text-align:center;
	background:#F1F1F1;
	margin-bottom:3.75em;
}

.one-zhanlue-item h2
{
	color:#00c9ff;
	text-align:center;
	background:url(/../images/green-line.jpg) bottom center no-repeat;
	display:inline-block;
	margin:0 auto;
	padding-bottom:0.7em;
	font-size:1.875em;
	margin-bottom:1em;
}


 .items-box a
{
	width:19%;
	margin:0px 0.5%;
	display:inline-block;
	margin-bottom:1em;
	float:left;
}

.items-titles-infos
{
	margin-top:0.5em;
	font-size:1.25em;
	color:#333;
	text-align:center;

}

.items-titles-infos a
{
	color:#333;
}
.items-box a
{


	position:relative;
}


.zhanlue-slide .owl-dots .owl-dot
{
		width:24px;
		height:24px;
		display:inline-block;
		margin:0px 0.25em;
}


.zhanlue-slide .owl-item img
{
	max-width:100%;
	width:auto;

}

.zhanlue-slide .owl-dots .owl-dot span
{
		width:100%;
		height:100%;
		display:block;
		background:url(/../images/green-dot_09.png) center center no-repeat;
}

.zhanlue-slide .owl-dots .active span
{

		background:url(/../images/green-dot_07.png) center center no-repeat;

}

.a-boxs
{
		width:99%;
		height:99%;
		display:none;
		position:absolute;
		top:0.5%;
		left:0.5%;
		z-index:999;
		background:rgba(0,0,0,0.65);
		color:#fff;
}


.items-box a:hover .a-boxs
{
	display:block;
}
.a-boxs span
{
	display:block;
	width:100%;
	text-align:center;
}

.a-boxs span.title
{

	font-size:1.5em;
	margin-bottom:1em;

}
.a-boxs span.more
{
	font-size:0.875em;
}




/*底部留言*/

#gb-guestbooks
{
	margin-top:1.5em;
}


.guest-book-zl
{

	width:77.5%;
	margin:0 auto;
	display:block;
	border:1px solid #DADADA;
	padding:2em 2em;
}

.guest-book-zl h3
{
	font-size:1.875em;
	color:#00c9ff;
	padding-bottom:0.5em;
	margin-bottom:0.75em;
	background:url(/../images/green-line.jpg) left bottom no-repeat;
}



.gb-items label
{

	color:#333;
	font-size:1em;
	margin-right:0.65em;

	width:auto;
	display:inline-block;
}

.gb-items input
{
	text-indent:1em;
	padding:0.55em 0;
	font-size:0.875em;
	width:calc(100% - 35%);
	display:inline-block;
	border:1px solid #CACACA;
	-webkit-appearance:none;
	border-radius:0px;
}

.col-select input
{
	width:100%;
	background:url(/../images/black-circle.png) 92% center no-repeat;
	cursor:pointer;
}


::-webkit-input-placeholder {
    color:    #C3C3C3;
}
:-moz-placeholder {
   color:    #C3C3C3;
}
::-moz-placeholder {
   color:    #C3C3C3;
}
:-ms-input-placeholder {
   color:    #C3C3C3;
}

.gb-items input:focus
{
	border:1px solid #00c9ff;
	color:#333;
}

.input-boxs
{
		position:relative;
		width:75%;
		display:inline-block;
}


.input-select-boxs
{
	width:100%;
	position:absolute;
	left:0%;
	top:2.29em;
	background:#2E2C2D;
	padding:1em;
	display:none;
	z-index:999;
}

.selects-title span
{
	color:#fff;
	font-size:14px;
	padding:0.5em 0px;
	display:block;
	width:100%;
	cursor:pointer;
}
.select-input-value
{
	padding-left:2em;
	display:none;
}
.select-input-value a
{
		width:100%;
		display:inline-block;
		color:#999999;
		font-size:12px;
		margin:0.3em 0px;
		text-transform: uppercase;
		text-decoration:none !important;
}

.select-input-value a:hover
{

	color:#00c9ff;

}


/*战略详情*/
#zl-details h1
{
	text-align:center;
	font-size:1.875em;
	color:#00c9ff;
	background:url(/../images/left_07.png) center bottom no-repeat;
	padding-bottom:0.5em;
	margin-bottom:1.5em;
}

.zl-infos
{
	border:1px solid #CCCCCC;
	padding:2.7em 2em;
	margin-bottom:8.125em;
}

.zl-info-right
{
	padding-left:2em;
	padding-right:12%;
	color:#666666;
	font-size:0.875em;
	text-align:justify;
	line-height:2.2;
}

.zl-info-right p
{
	font-size:inherit;
	line-height:inherit;
	text-align:justify;
}
.zl-p-top
{
	border:1px solid #ccc;
}

.zp-one-details
{
	max-width:365px;
	
}
.zl-p-one
{
		padding-left:0px;
		padding-right:0px;
		margin-bottom:3em;
}
.zl-p-one:nth-child(4n+1) 
{

	padding-left:0px;

	
}
.zl-p-one:nth-child(4n+1)  .zp-one-details
{
	float:left;
}



.zl-p-one:nth-child(4n)
{
	padding-right:0px;
}

.zl-p-one:nth-child(4n+2) .zp-one-details,.zl-p-one:nth-child(4n+3) .zp-one-details
{
	margin:0 auto;
	
	
}
.zl-p-one:nth-child(4n+2) .zp-one-details
{
	margin-left:12px;
}
.zl-p-one:nth-child(4n+3) .zp-one-details
{
	margin-right:12px;
}

.zl-p-one:nth-child(4n)  .zp-one-details
{
	float:right;
}


.zl-p-top
{
	margin-bottom:1em;
	position:relative;
}

.zl-p-top a
{
	color:#fff;
	font-size:1.125em;
	text-transform: uppercase;
	width:100%;
	height:100%;
	display:block;
	overflow:hidden;
}
.zl-p-top a img
{
	    transition: all 1s 0.2s;
    	-webkit-transition: all 1s 0.2s;
}

.zl-p-top a:hover img
{

	-webkit-transform: scale(1.05); 
	transform: scale(1.05); 
	
}


.zl-p-top .zp-tables-box
{
	position:absolute;
	left:0px;
	top:0px;
	width:100%;
	height:100%;
	display:none;
	background:rgba(0,0,0,0.5);
	
}

.zl-p-top a:hover  .zp-tables-box
{
	display:block;
}

.zl-p-bottom a
{
	color:#333333;
	font-size:1.125em;
	height:2.25em;
	margin-bottom:0.75em;
	width:100%;
	display:block;
}

.bd-desc
{
	height:5em;
	overflow:hidden;
	line-height:1.3;
	font-size:0.875em;
	text-align: justify;

}
.zl-p-bottom p
{
	font-size:inherit;
	color:#666666;
	line-height:inherit;
}

.btn-class
{
	margin-top:2em;
	text-align:center;	
}

.btn-class input
{
	border:1px solid #ccc;
	color:#333;
	border-radius:0px;
	-webkit-appearance:none;
	padding:0.75em 2em;	
	background:#fff;
	margin:0 1em;
	
}

.btn-class input:hover
{
	border:1px solid #00c9ff;
	color:#fff;
	background:#00c9ff;	
}


.lx-infos span
{
		width:100%;
		display:block;
		color:#333333;
		font-size:0.875em;
		line-height:1.875;
}

.lx-infos span a
{
	color:#333;
}

.zl-p-one-logo .zl-p-top  img
{
	display:block;
	margin:0 auto;
	
}

.zl-p-one-logo  .zl-p-top
{
		height:96px;
}

.zl-p-one-logo .zl-p-bottom a
{
		font-size:1em;
}

.kh-info
{
	font-size:1em;
	color:#666;
	line-height:2;
	
	width:98%;
	margin:0 auto;
	margin-bottom:2em;
}





@media screen and (max-width:1600px)
{
	
	/*仪器详情页*/


	.zl-info-right
	{
		padding-right:0%;
		line-height:2;
	}

	.a-boxs span.title
	{
		font-size:1.125em;
	}	
	.bd-desc
	{

		font-size:13px;
		height:8em;
	}

	.change-body-item
	{
		padding-top:3.5em;
	}
	
	.right-infos
	{
		padding-bottom:3.5em;
	}

	#thumbs
	{
		margin-top:1.25em;
	}
	
	.bd-right-content h2.pd-titles
	{
		font-size:1.5em;
		margin-bottom:1em;
	}

	.right-guest a
	{
		font-size:0.875em;
	}

	.change-body-item h3
	{
		font-size:1.25em;
	}

	.change-body-item
	{
		font-size:0.875em;
	}


	/*仪器新增页面*/

	.pro5-texts
	{
		padding-left:1em;
		padding-right:1em;
	}

	.pro5-texts a
	{
		font-size:1.125em;
		margin-bottom:0.6em;
	}
	
	.pro5-texts p
	{
		line-height:1.875;
	}



	/*战略*/

	.items-titles-infos
	{
		font-size:1em;
	}
	.guest-book-zl
	{
		width:100%;
	}

	.input-boxs
	{
		width:67%;
	}

	.zl-p-one:nth-child(4n+3) .zp-one-details,.zl-p-one:nth-child(4n+2) .zp-one-details
	{
		margin:0px;
	}

	.zl-p-one
	{
		padding-left:10px !important;
		padding-right:10px !important;
	}

	.zl-p-bottom a
	{
		font-size:1em;
		height:2em;
	}
	.zl-p-bottom p
	{
		font-size:inherit;
	}


	.select-input-value
	{
		padding-left:0.2em;
	}
	.gb-items label
	{
		font-size:0.875em;
	}


	.team-infos
	{
		line-height:1.875;
	}

	.team-left h2
	{
		font-size:1.35em;
		margin-bottom:1em;
	}

	.coop-right .coop-texts
	{
		font-size:1em;
	}
	.coop-right h3
	{
		margin-bottom:1em;
		font-size:1.3em;
	}

	.right-contact
	{
		padding-left:3.5%;
		padding-right:3.5%;
	}
	.right-contact h3
	{
		margin-bottom:2em;
	}

	.job-title
	{
		font-size:1.4em;
	}

	
	.zl-p-one-logo .zl-p-top
	{
		height:90px;
		margin-bottom:0.875em;
	}

	.zl-p-one-logo .zl-p-bottom a
	{
		font-size:0.875em;
	}



}

@media screen and (max-width:1440px)
{
	
	.right-box
	{
		padding-left:1.2em;
	}
	.right-detail h1
	{
		font-size:1.4em;
	}
	.job-title
	{
		font-size:1.4em;
	}
	
	.tel-text td img
	{
		width:75px;
	}
	.tel-text td p
	{
		font-size:1.65em;
	}
	.job-title a
	{
		background-size:30px auto;
	}
	.job-des-title a
	{
		font-size:1.4em;
		padding:0.85em 0px;
	}


	/*联系我们*/
	.right-contact:after
	{
		height:65px;
		left:-35px;

	}

	.one-contact-box:nth-child(even) .right-contact:after
	{
		right:-35px;
	}
	
	.right-contact h3
	{
		margin-bottom:2.2em;
	}
	.contact-item
	{
		margin-bottom:1.35em;
	}


	/*合作方式*/
	.coop-right h3
	{
		font-size:1.35em;
		margin-bottom:1.3em;
	}
	.coop-right .coop-texts
	{
		font-size:1em;
	}


	/*顾问团队*/

	.one-team-item
	{
		padding:2em 1em;
	}
	.team-left
	{
		width:62%;
	}
	.team-infos
	{
		line-height:1.875;
	}

	.team-left h2
	{
		font-size:1.4em;
		margin-bottom:1em;
	}

	

	#ab-slide  .owl-nav div
	{
	width:40px;
	height:40px;

	}

	#ab-slide  .owl-nav
	{
		bottom:-20px;
	}
	
	#ab-slide .item .ab-text h3
	{
		font-size:1.4em;
	}
	#ab-slide .item .ab-text p
	{
		font-size:1em;
	}

	.aboutus-title
	{
		font-size:1.4em;
	}



	/*新闻*/
	.one-news-item
	{
		padding:1.5em 1em;
	}


	/*新闻详情*/
	.news-details
	{
		padding:0px  1em;
	}
	

	/*服务与支持*/

	.service-items-box .one-service-item
	{
		margin: 0px 3em;
	}
	.service-img
	{
		width:100px;
		height:100px;
		border-radius:100px;
		line-height:100px;

	}

	
	.guestimg h2
	{
		font-size:2.5em;
	}
	.guest-btn a
	{
		font-size:1em;
		padding:0.3em 1.75em;
	}
	
	.guestimg .guest-infos
	{
		margin-bottom:2.5em;
	}


	/*下载*/
	
	.navs-types-items
	{
		margin-top:0.75em;
	}
	.down-left
	{
		padding-left:4%;
	}

	.down-right
	{
		background-position:94.8% center;
		background-size:30px auto;
	}

	.download-content
	{
		padding:1em 2.5em;
	}

	/*解决方案*/

	.solution-top-title h2
	{
		font-size:1.4em;
	}
	.solution-top-title
	{
		margin-bottom:1.75em;
	}

	.solution-infos
	{
		font-size:1em;
	}

	.solution-mores span.mores
	{
		background-size:35px auto !important;
		font-size:1em;
		padding-right:3.25em;
	}



	/*战略*/
	.a-boxs span.title
	{
		font-size:1.3em;
	}


	/*战略详情*/

	.zl-p-one
	{
		margin:0px !important;
		padding:0px !important;
		padding-left:0.5em !important;
		padding-right:0.5em !important;

		margin-bottom:1.5em !important;
	}
	
	.zl-p-bottom a
	{
		font-size:1em;
	}
	.zl-p-one .zp-one-details
	{
		margin:0 auto !important;
	}

	
		
	.input-boxs
	{
		width:70%;
	}




}

@media screen and (max-width:1366px)
{
}

@media screen and (max-width:1280px)
{

	/*联系我们*/
	.right-contact:after
	{
		height:55px;
		left:-30px;

	}

	.one-contact-box:nth-child(even) .right-contact:after
	{
		right:-30px;
	}
	
	.right-contact
	{
		padding-left:2%;
		padding-right:2%;
	}

	
	.right-contact h3
	{
		margin-bottom:2em;
	}
	

	/*公司简介*/
	.aboutus-box
	{
		padding:2em 1em;
	}


	.guestimg h2
	{
		font-size:2em;
	}
	.guestimg .guest-infos
	{
		margin-bottom:2em;
	}
	.guest-btn a
	{
		padding:0.3em 1.5em;
	}
	

	/*下载*/
	
	.down-right
	{
		background-size:25px auto;
		background-position:96.2% center;
	}
	.down-left
	{
		padding-left:1em;
	}
	.download-btns span
	{
		background-size:26px auto;
		padding-left:2.2em;
	}
	.download-content
	{
		padding:1em 1.5em;
	}
	


	.zl-p-one-logo .zl-p-top
	{
		height:70px;
	}

}

@media screen and (max-width:1170px)
{


	/*服务与支持*/
	.bd-desc
	{
		height:6.5em;
	}
	.service-img
	{
		width:90px;
		height:90px;
		line-height:90px;
	}
	.service-items-box .one-service-item
	{
		margin:0px 1.2em;
	}

	.service-img img
	{
		max-width:45px;
	}

}

@media screen and (max-width:980px)
{

	/*服务与支持*/

	.bd-desc
	{
		height:auto;
	}
	.guestimg h2
	{
		font-size:1.5em;
	}
	.guestimg .guest-infos
	{
		font-size:0.875em;
	}
	
	.guest-btn a
	{
		font-size:0.875em;
	}



	/*战略*/
	.gb-items
	{
		margin-bottom:1em;
	}

	.gb-items label
	{
		width:10%;
	}
	
	.gb-items input
	{
		width:75%;
	}
	.col-select input
	{
		width:100%;
		background-position:96% center;
	}
	
	






}

@media screen and (max-width:812px)
{
	
	/*仪器详情页*/

	.bd-left-content,.bd-right-content
	{
		width:100%;
		display:block;
	}

	.bd-right-content
	{
		margin-top:1em;
	}
	
	.change-items a
	{
		font-size:14px;
	}

	.change-body-item
	{
		font-size:14px;
	}


	/*仪器新增*/	

	.pro-cont5 .row
	{
		padding:0px;
	}

	.pro5-item:nth-child(3n+1)
	{
		padding:0px;
	}
	
	.pro5-item:nth-child(3n)
	{
		padding:0px;
	}

	.pro5-item:nth-child(even)
	{
		padding-right:0;
		padding-left:5px;

	}
	.pro5-item:nth-child(odd)
	{

		padding-right:5px;
		padding-left:0px;

	}

	.tel-text td img
	{
		width:60px;
		
	}

	.left-contact
	{
		padding-left:0px;
		padding-right:0px;
	}

	.right-contact
	{
		padding-top:5%;
		padding-bottom:5%;
	}

	.right-contact:after,.one-contact-box:nth-child(even) .right-contact:after
	{
		left:calc(50% - 22px) !important;
		top:-35px !important;
		right:auto !important;
		transform:rotate(90deg);
		-ms-transform:rotate(90deg); 	/* IE 9 */
		-moz-transform:rotate(90deg); 	/* Firefox */
		-webkit-transform:rotate(90deg); /* Safari 和 Chrome */
		-o-transform:rotate(90deg); 	/* Opera */
	}

	.one-contact-box:nth-child(even) .left-contact
	{
	float:none;
	}


	/*合作方式*/

	.coop-left
	{
		padding-left:0px;
		padding-right:0px;

	}

	.coop-right
	{
		padding-left:0px;
		padding-right:0px;
		padding-top:5%;
		padding-bottom:5%;
	}
	.one-coop-item:nth-child(even) .coop-left
	{
		float:none;
	}


	/*顾问团队*/
	.team-left,.team-right
	{
		width:100%;
	}
	.team-left
	{
		margin-bottom:1.5em;
	}
	
	.one-team-item
	{
		padding:1.5em 0em;
	}

	/*新闻*/

	.news-left
	{
		padding-right:1em;
	}
	
	.news-left p
	{
		margin:1em 0px;
	}
	.news-left .news-infos
	{
		margin-bottom:1.5em;
	}

	.news-more a
	{
		padding:0.4em 1.2em;
	}
	
	.one-news-item
	{
		padding:1.5em 0.25em;
	}

	
	/*下载*/
	.right-dw-item
	{
		width:48%;
		margin:0 0.75%;
		margin-bottom:1%;
	}
	.dw-rights
	{

	}
	.dw-lefts
	{

	}


	/*解决方案*/

	.solution-left,.solution-right
	{
		width:100%;
		margin:1em auto;
	}
	
	.solutions-texts
	{
		padding-top:2em;
	}
	.solution-mores
	{
		position:relative;
		margin-top:2em;
		margin-bottom:1em;
		right:auto;
		bottom:auto;
	}
	.solution-mores span.mores
	{
		background-size:26px auto !important;
	}


	/*战略详情*/
	.zl-p-one
	{
		width:49%;
		float:left;
		margin:0 0.5%;
	}
	.zl-p-one:nth-child(2n)
	{
	float:right;
	}


	.btn-class input
	{
		padding:0.5em 1.2em;
	}
	
	.constrt-guest .guest-book-zl
	{
		padding-left:1em;
		padding-right:1em;
	}


	.guestbook-box
	{
		padding-left:15px;
		padding-right:15px;
	}
	
	.forms-form
	{
		width:100%;
	}

	.form-item-one
	{
		width:50%;
		float:left;
		display:inline-block;
	}

	.form-full
	{
		width:100%;
	}

	
	.zl-p-one-logo .zl-p-top
	{
		height:80px;
	}


}

@media screen and (max-width:737px)
{
	/*服务与支持*/

	.zl-p-one-logo .zl-p-top
	{
		height:90px;
	}

	.service-des
	{
			line-height:1.875em;
	}
	.guestimg
	{
		bottom:15%;
	}
	
	.bd-right-content
	{
		margin-top:1.5em;
	}
	.change-body-item
	{
		padding:4em 1em;
	}

	.right-infos
	{
		font-size:0.875em;
	}

	.bd-right-content h2.pd-titles
	{
		font-size:1.2em;
	}

}

@media screen and (max-width:580px)
{

	.right-box	
	{
		padding-left:10px;
		padding-right:10px;
	}

	.job-title,.jobs-texts
	{
		padding-left:15px;
		padding-right:15px;
	}
	.tel
	{
		overflow:hidden;
	}
	.tel .job-images
	{
		height:150px;
		max-width:900px;
	}
	
	.tel-text td p
	{
		display:block;
		margin:5px auto;
	}
	.job-title a
	{
		background-size:25px auto;
	}

	.job-title a
	{
		font-size:0.875em;
	}
	.job-des-title a
	{
		font-size:0.875em;
	}


	
	.owl-carousel .owl-item img
	{
		height:160px;
		max-width:900px;
		width:auto;
	}


	.right-detail h1,.aboutus-title
	{
		font-size:1.125em;
	}
	.aboutus-box h2
	{
		font-size:0.875em;
	}
	
	#ab-slide .item .ab-text
	{
		right:10%;
		padding-right:1em;
		padding-left:1em;
	}
	#ab-slide .item .ab-text h3
	{
		font-size:1em;
	}
	#ab-slide .item .ab-text p
	{
		font-size:0.875em;
	}

	.tel-text td p
	{
		font-size:1.3em;
	}
	.job-title
	{
		font-size:1.2em;
	}
	.jobs-texts
	{
		font-size:0.875em;
	}
	.coop-right .coop-texts
	{
		font-size:0.875em;
	}
	
	/*新闻*/

	.news-left
	{
		margin-bottom:1.5em;
		padding-left:0px;
		padding-right:0px;
	}
	.news-right
	{
		padding-left:0px;
		padding-right:0px;
		text-align:center;
	}
	.news-left h2
	{

		font-size:1em;
	}
	
	.news-more a
	{
		font-size:0.75em;
	}


	/*新闻详情*/

	.news-details
	{
		padding:0px 0em;
		line-height:1.875;
	}
	.news-details h2
	{
		font-size:1em;
	}

	
	/*服务与支持*/
	
	.service-img
	{

		width:60px;
		height:60px;
		line-height:60px;

	}

.service-img img
{
		max-width:30px;
}
.one-service-item p
{
		font-size:0.875em;
}

.service-image
{
		
		height:250px;
		max-width:800px;
}

.service-items-box .one-service-item
{
		margin:0.5em 0em;
		width:49%;
		text-align:center;

}

.service-des
{
		line-height:1.875;
		font-size:1em;
}

.one-service-item p.title
{
	font-size:1em;
}

.one-service-item
{
	margin-bottom:2em;
}

.guestimg
{
		right:4%;
}



#downloads-names .news-title
{
	margin-bottom:5em;
}

.navs-types-items a
{
	margin-left:1em;
	font-size:12px;
}

.navs-types-items a:after
{
		left:-1.2em;
}
.navs-types-items a:first-child
{
		margin-left:0px;
}

.navs-types-items
{
		float:left;
}


.down-top
{
	padding:1em 0.5em;
	font-size:13px;
	
}

.down-right
{
	padding-bottom:1.5em;
	background-position:right bottom;
	background-size:20px auto;
}

.download-content
{
	font-size:13px;
}

.download-content
{
		display:block;
}
.down-de-left,.down-de-right
{
		width:100%;
		display:inline-block;
}

.down-de-right
{
	border:none;
	border-top:1px solid #b7b7b7;
}

.top .down-de-right
{
	padding:0.5em;
}

.download-btns span
{
	display:block;
	margin:0 auto;
}

.download-content
{
	padding:1em 0.5em;
}
.right-dw-item,.right-dw-item:nth-child(even)
{
	width:97.5%;
	display:inline-block;
	margin:0px 1%;
	margin-bottom:1%;
}



	/*解决方案*/

	.solutions-texts
	{
		padding:1em 0px;
	}

	
	/*战略*/
	.items-box
	{
		margin-bottom:0.5em;
	}
	.items-box a{
		width: 48%;
		margin-left: 1%;
		margin-right: 1%;
	}

	.zhanlue-slide .owl-item img
	{
		max-width:100%;
		height:auto;
	}

	.one-zhanlue-item h2
	{
		font-size:1.5em;
	}
	
	.items-box a
	{
		
	}
	


	/*战略*/
	.guest-book-zl
	{
		padding:1em;
	}
	.guest-book-zl h3
	{
		font-size:1.125em;
	}
	.gb-items label
	{
		width:100%;
		display:block;
		margin-bottom:5px;
	}

	.gb-items
	{
		padding-left:0px;
		padding-right:0px;
	}
	
	.gb-items input,.input-boxs
	{
		width:100%;
	}
	.col-select input
	{
		width:100%;
	}


	/*战略详情*/

	.zl-p-bottom a
	{
		font-size:14px;
		height:2em;
	}
	
	.zl-p-bottom p
	{
		font-size:13px;
	}
	.zl-p-one
	{
		width:100%;
		float:left !important;
		margin:0 auto;
		display:block;
		margin-bottom:1.5em;
		padding-left:0px !important;
		padding-right:0px !important;
	}
	
	.zl-p-one .zp-one-details
	{
		float:none !important;
		margin:0 auto;
	}


	.zl-infos
	{
		padding:2em 1em;
	}
	.zl-info-right
	{
		padding:1em 0px;
	}


	.forms-items .row
	{
		padding-left:0px !important;
		padding-right:0px !important;
	}

	.form-item-one
	{
		padding-left:0px;
		padding-right:0px;
	}
}


@media screen and (max-width:525px)
{
		.pro5-item
		{
			width:100%;
			padding-left:0px !important;
			padding-right:0px !important;
		}


		.change-items a
		{
			width:20%;
			padding:0.75em 0px;
			text-align:center;

		}

		.zl-info-left img
		{
			display:block;
			margin:0 auto;
		}
}

@media screen and (max-width: 480px) {
	.news-details .news-contents{
		font-size: 13px;
		line-height: 2;
	}
}

@media screen and (max-width: 414px) {
	.network-boxs{
		font-size: 14px;
	}
}

@media screen and (max-width:375px)
{


		.contact-item div
		{
			width: calc(100% - 4em);
		}
}