@CHARSET "UTF-8";

p {
	margin: 0;
	padding: 0;
}
.baseinformation{
width:100%;
height:100%;
position:fixed;
top:0;
z-index:9999;
}
#tabbox ul,li {
	list-style: outside none none;
	margin: 0;
	padding: 0;
}

#tabbox {
	border: 10px solid #eaeaea;
	height: 685px;
	width: 1000px;
	background-color: white;
	margin: 30px auto 0;
	z-index: 9999;
}

.tabbox-close {
	width: 52px;
	height: 52px;
	float: right;
	margin-top: -20px;
	margin-right: -20px;
	position: relative;
	cursor: pointer;
	background: url("../images/close.png") no-repeat center center;
}

.tab_conbox {
	height: 596px;
	overflow: auto;
}

.tabs {
	height: 69px;
	width: 1000px;
	border-bottom: 1px solid #d9d9d9;
}

.tabs li {
	cursor: pointer;
	float: left;
	height: 69px;
	line-height: 31px;
	margin-bottom: -1px;
	overflow: hidden;
	position: relative;
	width: 179px;
}

.tabs li div {
	border: 1px solid #fff;
	display: block;
	outline: medium none;
	font-size: 18px;
	height: 69px;
	line-height: 69px;
	width: 179px;
	text-align: center;
	background: url("../images/isstrumentDetailBackground.jpg") no-repeat
		-1px -1px;
}

.tabs li:hover {
	background: url("../images/isstrumentDetailBackground.jpg") no-repeat;
}

.tabs .thistab,.tabs .thistab a:hover {
	background: url("../images/isstrumentDetailBackground.jpg") no-repeat;
	border-bottom: 1px solid #fff;
	color: #0f82fe;
}

.tab_con {
	font-size: 14px;
	line-height: 175%;
	padding: 12px;
}

.isstrumentPhoto {
	float: left;
	height: 190px;
	padding-left: 55px;
	width: 290px;
}

.isstrumentPhoto img {
	width: 290px;
	height: 190px;
}

.baseInfo {
	margin-left: 375px;
	padding-top: 20px;
	min-height: 200px;
	width: 570px;
	overflow: hidden;
}

.instrumentProfile {
	font-family: 黑体;
	font-size: 16px;
}

.title {
	color: #4f5b6e;
	font-family: 微软雅黑;
	font-size: 12px;
	display:inline-block;
	font-weight: 600;

}

.content {
	font-size: 12px;
	word-wrap: break-word;
}

.lastContent {
	font-size: 12px;
}

.isstrumentProperty {
	padding-left: 14px;
	width: 555px;
}

.lastProperty {
	width:546px;
	overflow: hidden;
	line-height: 20px;
	padding-left: 14px;
}

.performance {
	padding-left: 55px;
	width: 900px;
	line-height:20px;
}

.performanceIndex {
	font-family: 黑体;
	font-size: 16px;
	color: #4f5b6e;
}

.parameters {
	font-size: 12px;
	word-wrap: break-word;
}

.parameter {
	line-height: 15px;
	padding-top: 5px;
}

.parameter_name {
	line-height: 15px;
	padding-top: 10px;
}

.parameter_content {
	line-height: 15px;
	text-indent: 2.5em;
}

.window-top-left {
	
}