@charset "utf-8";
/* CSS Document */
body{
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, Verdana, Sans-serif;
	font-size: 8pt;
	color: #666666;
	background: #eeeeee url(../images/BackGroundColor.jpg);
}
ul,li{
	list-style:none; 
	padding:0px; 
	margin:0px;
}
img{
	border:0;
}
p{
	line-height:12px
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #db6d16;
	text-decoration: none;
}
input {
	border: 1px solid #eeeeee;
	width: 100px;
	height: 22px;
}
select{
	border:1px solid #eeeeee;
	height:18px;
	font-family: Arial, Helvetica, Verdana, Sans-serif;	
}
/*header*/
#header {
	height: 68px;
}
#header #logo {
	width: 420px;
	float: left;
	
}
#header #verSearch {
	width: 240px;
	float: right;
	text-align: right;
}
#header #ver {
	text-align: right;
	padding:4px;	
}
.topsearch{
	margin:0px;
	padding:0px;
}
.searchBar {
	height:20px;
	vertical-align: middle;
	padding:5px 0px;
	float:left;	
}
.searchBar .topsearchInputbox{
	width:100px;
}
.imgb {
	padding-top:7px;
	cursor:hand;
	float:left;
	height:20px;
	width:20px;
}
td{
	font-size:9pt;
}
.bluefont{
	color: #336699;
	font-size:9pt;
}
.greenfont{
	color: #339933;
	width:65px;
	font-size:9pt;
}
.blackfont{
	color: #000000;
	font-size:9pt;
}
.dateTime{
	color:#339933;
	font-size:9pt;
}
.Tip{
	color:#FF0000;
}

.list{ 
    margin: 0px 8px 0px; 
    text-align: left; 
	list-style: none;
} 
.list ul{ 
    list-style: none; 
    margin: 0px; 
    padding: 0px; 
} 
.list li{ 
    width: 100%;
	line-height:20px; 
	overflow:hidden;
} 

.list li a{ 
    color: #777777; 
    display: block; 
    /*padding: 6px 0px 4px 15px; */
} 
.list li span{ 
    float: left;/*使span元素浮动到右面*/ 
    text-align: right;/*日期右对齐*/ 
	color:#339933;
} 
.list li a:hover{ 
    color: #336699; 
}    
.Today{
	padding-bottom:6px;
}

.questionTitle{
	width:400px;
}
.hidden {
	display: none;
}
.leftpadding{
	padding-left:15px;
}
.rightpadding{
	padding-left:150px;
}
#page-container {
	width:1002px;
	background:#ffffff;
}
#page-pop {
	width:600px;
	background:#ffffff;
	margin:auto;/*background:red;*/
}
#header-pop {
	height: 108px;
	background:url(../images/Head_Pop.jpg);
}
#contentPop{
    height: 450px;
	padding:20px;
	line-height:12px;
	background:url(../images/BK_Pop.jpg);
}
/*分隔线条*/
.blueline{
	height:1px;
	width:500px;
	background:#A3B2CC;
	overflow:hidden;
}
.greyLine1 {
	height:9px;
	background:#ededed;
	overflow:hidden;
}
.greyLine2 {
	height:9px;
	background:#e0e0e0;
	overflow:hidden;
}
.WhiteLine {
	height:1px;
	background:#ffffff;
	overflow:hidden;
}
.PageLink{
	width:95%;
	height:20px;
	text-align: right;
	background:#dddddd;
	padding:0px;
}
/*导航区域*/
#NavMenu {
	height:0px;
	text-align: left;
}
#NavMenu .Navlist {
	height:34px;
	text-align: left;
	font-size: 11pt;
	background:#000000 url(../images/BK_Nav.jpg);
}
#NavMenu #Navlink {
	padding-left:15px;
	padding-top:8px;
}
#NavMenu #Navlink ul {
	list-style:none;
	margin:auto;
}
#NavMenu #Navlink li {
	width:auto;
	text-align:center;
	margin:0 15px;
	display:inline;
}
#NavMenu .NavImage {
	height:147px;
	text-align: left;
	background:#4984bc url(../images/BK_Bar.jpg);
}
#NavMenu #Navlink a {
	color: #ffffff;
}
#NavMenu #Navlink a:hover {
	color: #db6d16;
}
#SubNavMenu {
 width:227px;
  line-height: 24spx; 
 list-style-type: none;
 text-align:left;
 padding-left:0px;
}
/*==================一级目录===================*/
#SubNavMenu a {
 width: 227px; 
 display: block;
 padding-left:2px;
 /*Width(一定要)，否则下面的Li会变形*/
}

#SubNavMenu li {
 background:#CCC; /*一级目录的背景色*/
 border-bottom:#FFF 1px solid; /*下面的一条白边*/
 float:left;
}
#SubNavMenu li a:hover{
 background:#CC0000; /*一级目录onMouseOver显示的背景色*/
}
#SubNavMenu a:link  {
 color:#666; text-decoration:none;
}
#SubNavMenu a:visited  {
 color:#666;text-decoration:none;
}
#SubNavMenu a:hover  {
 color:#FFF;text-decoration:none;font-weight:bold;
}
#SubNavMenu li ul {
 list-style:none;
 text-align:left;
 padding-left:0px;
}
#SubNavMenu ul li{ 
 background:#EBEBEB;
 width:227px;
}
#SubNavMenu li ul a{
    padding-left:10px;
    width:217px;
}
#SubNavMenu li ul a:link  {
 color:#666; text-decoration:none;
}
#SubNavMenu li ul a:visited  {
 color:#666;text-decoration:none;
}
#SubNavMenu li ul a:hover {
 color:#F3F3F3;
 text-decoration:none;
 font-weight:normal;
 background:#CC0000;
}
/*==============================*/
#SubNavMenu li:hover ul {
 left: auto;
}
#SubNavMenu li.sfhover ul {
 left: auto;
}
#SubNavMenu ul.collapsed {
 display: none;
}
/*---二级导航菜单结束××××××××××××××××××××××××××××××××××××××××××××*/
#content {
	height:280px;
}
#content #mainPart {
	width: 766px;
	margin:0px;
	float:right;
	padding:0px;
	text-align:left;
}
#content #mainPart p {
	margin:0px ;
	padding: 6px;
	padding-bottom: 20px;
}
#content .mainPadding {
	padding: 0px;	
	width:95%;
}
#content #common {
	width: 230px;
	height:100%;
	text-align: left;
	background: url(../images/BK_Page_left.jpg);
}
/*---二级导航菜单*/
#content #common #SubNav {
	height:10px;
	padding-left:0px;
	background:#4A7FB3;
}
#SupportLogin{
	padding:10px;
	text-align:center;
	background-color:#DEE4F8;
}
#PartloginWin{
	background-color:#ffffff;
}
#content #common #Partlogin {
	height:90px;
	padding: 6px;
	padding-left:12px;
	font-size:9pt;
}
#content #common #PartSearch {
	height:60px;
	padding: 6px;
}
#content #common #PartNewsLetter {
	height:80px;
}
#content #common #PartImage {
	background:#eeeeee;
	height:130px;
	padding: 0px;
}
#content #productTable {
	width:100%;
	height:160px;
	border:1px;
}
#content #productTable td{
	padding-left:20px;
	background: url(../images/BK_Product.jpg) top left no-repeat;
}
#contentPicPop{
    height: 425px;
	padding:20px;
	line-height:200%;
	/*background:url(../images/BK_Pop.jpg);*/
}
#contentPicPop img{
	margin-right:2em;
	float:left;
}
#contentPicPop p{
	float:right;
}
/*页表格*/
#productList { 
    width:95%; 
    margin:0; 
    border:1px solid #A3B2CC; 
    border-width:1px 0 0 1px; 
    border-collapse:collapse;
}
#productList2 {
	width: 98%;
	margin:10px 0px 20px 25px;
	text-align:center;
}
#productList tr{ 
    background-color:expression('#d8dae5,#fff'.split(',')[rowIndex%2]);
}

#productList td,#productList th{
    border:1px solid #A3B2CC;
    border-width:0 1px 1px 0;
    padding:3px 5px;
}
#productList th {
    padding:6px 3px;
    color:#ffffff;
	background-color:#339900;
	font-weight:bold;
}
.Subfilter{
	padding-top:5px;
	text-align:right;
	width:95%; 
}
/*产品类别栏目*/
#ProductClassTable{
	width:"100%"; 
}
#ProductClassTable td{
	vertical-align: top;
	padding: 2px 2px 2px 10px;
}
.ClassType {
font-weight: bold;
font-size:13px;
}
.ProductNameList{
	padding: 4px;
}
.ProductClassName1{
    width:200px;
    padding: 4px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: bold;
	color:#ffffff;
    background: url(../images/ProductBK_Purple.jpg) top left;
}
.ProductClassName1 a{color:#FFFFFF}
.ProductClassName2{
	width:200px;
    padding: 4px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: bold;
	color:#ffffff;
	background: url(../images/ProductBK_Blue.jpg) top left;
}
.ProductClassName2 a{color:#FFFFFF}
.ProductClassName3{
	width:200px;
    padding: 4px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: bold;
	color:#ffffff;
	background: url(../images/ProductBK_Red.jpg) top left;
}
.ProductClassName3 a{color:#FFFFFF}
/*产品列表页面*/
.ProductListTable{
	width:100%; 
}
.ProductListTable td{
	vertical-align: top;
	padding: 10px;
}
.ProductListcollect{
	width: 337px;
	height: 165px;
	background: url(../images/ProductListBK.jpg) top left no-repeat;
	margin:10px;
}
.ProductListName{
    padding-left: 20px;
	padding-bottom: 12px;
	line-height: 18px;
	vertical-align: middle;
	font-weight: bold;
	color:#ffffff;
}
.ProductListName a{
	color:#ffffff;
}
.ProductListSummary{
	float: left;
	width:191px;
	padding: 8px 2px 2px 15px;
}
.ProductListSummarytd td{
	padding: 1px;
	font-size:11px;
	font-family:Arial, Helvetica, sans-serif;
	vertical-align:top;
	word-break : break-all;	
}
#add{
	width:111px;
}
#tech{
	width:100px;
}
.ProductListPict{
    padding:5px 15px 5px 5px;
	vertical-align: middle;  
	text-align:center;
    width: 100px;
	float: right;
}
/*照片列表页面*/
.PhotoListTable{
	width:100%; 
}
.PhotoListTable td{
	vertical-align: top;
	padding: 10px;
}
.PhotoListcollect{
	width:337px;
	height:213px;
	background: url(../images/BK_PhotoGallery.jpg) top left  no-repeat;
	padding: 0px 0px 0px 0px;
}
.PhotoListName{
	float: left;
	width:320px;
    padding: 5px;
	text-align:center;
	vertical-align: middle;
	font-weight: bold;
	color:#666666;
}
.PhotoListSummary{
	float: left;
	width:330px;
	text-align:center;
	padding:20px 0px 0px 0px;
}
.PhotoListSummarytd td{
	padding: 2px;
}
.PhotoListPict{
    padding: 0px 0px 5px 5px;
	vertical-align: middle;
	text-align:right;
    width: 300px;
}
/*页脚部分样式定义*/
#footer {
	clear: both;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	background:#e5ecf5;
	/*border-top: 1px solid #efefef;*/
	padding: 8px 25px;
	line-height: 18px;
	text-align: center;
	vertical-align: middle;
	font-weight: bold;
}
#footer a {
	color: #333333;
	text-decoration: none;
}
#footer a:hover {
	color: #db6d16;
}
#footer .footerPart {
	margin:auto;
}
#footer #copyright {
	text-align: center;
}
/*/----------------------*/
#selectt{text-align:center;}
#selectt form{fadding:0px;margin:0px;}