@charset "utf-8";
/* CSS Document */

* {
	font-family: "微软雅黑";
}
a:hover {
	text-decoration: underline;
}
.product-img{ width:118px; height:89px;}
#main {
	width: 967px;
	padding-left: 12px;
	padding-right: 24px;
	margin-top: 14px;
}

#position {
	position: relative;
	z-index: 2;
	height: 24px;
	margin-bottom: 22px;
	line-height: 24px;
	background: #ec4d11;
}
a.position-text {
	font-size: 12px;
	color: #fff;
}
#position-bg {
	position: absolute;
	top: 180px;
	width: 100%;
	height: 25px;
	background: #ec4d11;
}

#main-left {
	width: 712px;
	float: left;	
}

a.smalltabs {
	float: left;
	display: block;
	width:32px;
	border: 1px solid #727171;
	text-align: center;
	font-size: 14px;
}

#product-tab {
	height: 68px;
}
#database-tab {
	height: 80px;
	margin-top: 72px;
	margin-left: -34px;
	
}

.tabs-content {
	width: 674px;
	height: auto;
	margin-left: 33px;
	margin-top: -154px;
	border: 1px solid #666;
	padding-bottom: 12px;
}
.tabs-content:after {
	clear: both;
	content: "";
	display: block;
	border: none;
	width: 1px;
	height: 0;
	visibility: hidden;
}
.pagelist {
	float: right;
	margin-right: 20px;
	font-size: 12px;
	color: #565656;
}
.pagelist li, .pagelist li a {
	float: left;
	margin-right: 4px;
	color: #565656;
	font-size: 12px;
}
.turntopage {
	position: relative;
	bottom: 3px;
	margin-left: 26px;
}
#gopage {
	position: relative;
	bottom: 2px;
	color: #333;
	background: #fff;
	cursor: pointer;
}
#pagenum {
	position: relative;
	bottom: 2px;
	width: 26px;
	height: 10px;
	border: 1px solid #666;
}
@media screen and (-webkit-min-device-pixel-ratio:0) {
	#pagenum {
		top: 2px;
	}
}


#productlist {
	padding: 0 20px 18px;
}
#productlist li {
	padding: 18px 0;
	border-bottom: 2px dotted #a0a0a0;
}
.product-title {
	position: relative;
	bottom: 68px;
	display: inline-block;
	margin-left: 44px;
	margin-top: 20px;
	color: #0185f1;
	font-size: 16px;
}
p.product-content {
	width: 440px;
	margin-left: 168px;
	margin-top: -60px;
	font-size: 12px;
	color: #555;
}


#database-content {
	display: none;
	width: 664px;
	height: auto;
	padding: 10px 6px 16px;
}
.databaselist li {
	height: 94px;
	margin-bottom: 14px;
}
#database-content p {
	height: 88px;
	float: left;
}
.database-text {
	background: #eee;
}
#database-title {
	width: 244px;
	margin-right: 3px;
	padding: 6px 18px 0 26px;
}
.database-title {
	font-size: 14px;
	color: #0068b7;
	line-height: 26px;
}
#database-text {
	width: 276px;
	padding: 6px 18px 0 6px;
	color: #555;
	font-size: 12px;
	line-height: 20px;
}
.download {
	width: 63px;
	padding-top: 6px;
	padding-left: 7px;
	font-style: italic;
	font-size: 12px;
	color: #555;
	text-align: center;
}
.download span, .download-data {
	position: relative;
	top: 9px;
	display: block;
}
.download-data {
	margin-top: 5px;
}
#database-content ul.pagelist {
	margin-top: 21px;
}


#main-right {
	width: 244px;
	float: right;
}
#main-right ul {
	padding-bottom: 4px;
	margin-bottom: 28px;
	border-bottom: 2px dotted #d0d0d0;
}
#main-right p {
	height: 22px;
}
#main-right a {
	color: #555;
	font-size: 12px;
}
#main-right li {
	margin-left: 15px;
	line-height: 26px;
	height: 26px;
	list-style: disc;
	color: #777;
}
.main-right-title {
	color: #dd7633;
	border-left: 4px solid #dd7633;
	height: 20px;
	line-height: 22px;
	font-weight: bold;
	font-size: 16px;
	padding-left: 9px;
}
.main-right-icon {
	display: inline-block;
	margin-left: 10px;
	background: url(../images/icon.png);
}
#icon-one {
	width: 18px;
	height: 16px;
	background-position: 0 -41px;
}
#icon-two {
	margin-top: -4px;
	width: 23px;
	height: 20px;
	background-position: 0 -60px;
}
#icon-three {
	margin-top: -2px;
	width: 16px;
	height: 20px;
	background-position: 0 -86px;
}