﻿@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);
}
p{
	line-height:150%;
}
td{
	font-size:9pt;
}
a {
	color: #999999;
	text-decoration: none;
}
a:hover {
	color: #db6d16;
	text-decoration: none;
}
from{
	margin:0px;padding:0px;
}
input {
	border:expression(this.type=="text"?"1px solid #eeeeee":"style");
	/* 1px solid #eeeeee;*/
 	width:expression(this.type=="text"?"100px":"style");
 	height:expression(this.type=="text"?"20px":"style");
}
.pwd
{
	border:expression(this.type=="text"?"1px solid #eeeeee":"style");
	/* 1px solid #eeeeee;*/
 	width:expression(this.type=="text"?"100px":"style");
 	height:expression(this.type=="text"?"20px":"style");
	}
img{
	border:0px;
}
select,#StranLink{
	font-family: Arial, Helvetica, Verdana, Sans-serif;
}
.Tip{
	color:#FF0000;
}
.searchInputbox{
	width:175px;
}
.Searchtypes,.types{
	width:80px;
	float:left;
}
.Searchtypes,.radiotypes{
	width:200px;
	float:left;
	padding-left:0px;
}
.searchButton {
	width: 190px;
	text-align: right;
	float:left;
}
.searchButton input{
	width: 23px;
	height:20px;
	border:0px;
}
.hidden {
	display: none;
}
.leftpadding{
	padding-left:15px;
}
.rightpadding{
	padding-left:150px;
}
#page-container {
	width: 1002px;
	background:#ffffff;
}
#header {
	width:99%;
	height: 68px;
}
#header #logo {
	width: 417px;
	float:left;
	padding:0px;
	margin:0px;	
}
#header #ver {
	width: 80px;;
	float:right;
	text-align: center;
	padding:8px 0px 4px 0px;
	}
	
/*分隔线条*/
.greyLine1 {
	height:9px;
	background:#ededed;
	overflow:hidden;
}
.greyLine2 {
	height:9px;
	background:#e0e0e0;
	overflow:hidden;
}
.WhiteLine {
	height:1px;
	background:#ffffff;
	overflow:hidden;
}
/*导航区域*/
#NavMenu {
	height:181px;
	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;
}
/*主区域*//*
#content {
	text-align:left;
	height:400px;
	background: url(../images/Image_HomeLeft.jpg) bottom left no-repeat;
}*/
#content #mainPart {
	width: 766px;
	float: right;
	text-align: left;
	
}
#content #mainPart p {
	margin:0px ;
	padding: 6px;
	padding-bottom: 20px;
}
#content .mainPadding {
	padding: 10px;	
}
#content #common {
	width: 218px;
	height:400px;
	text-align: left;
	background: url(../images/BK_Lline.jpg);
}
#content #common #Partlogin {
	height:160px;
	padding: 3px;
	padding-left:12px;
	background: url(../images/BK_Login.jpg);
}
#content #common #PartSearch {
	height:80px;
	padding: 3px;
	padding-left:16px;
}
/*
#eventpic{
height:120px;
background: url(../images/Image_HomeLeft.jpg) bottom left no-repeat;
}*/
#content #common #PartNewsLetter {
	height:40px;
}
#ProductApp{
	width:240px;
	float: right;
}
#ProductWireless{
	width:490px;
	float: left;
}
.Productleft{
	width:233px;
	height:146px;
	float: left;
	background: url(../images/BK_Product.jpg) top left no-repeat;
}
.Productright{
	width:233px;
	height:146px;
	float: right;
	background: url(../images/BK_Product.jpg) top left no-repeat;
}
.productTable {
	width:100%;
	height:126px;
	border:0px;
	margin:6px;	
}
.ProductClass{
	height:14px;
	color: #ffffff;
	text-indent:4px;
}
.ProductClass  a{
	color: #ffffff;
	font_weight:bold;
}
.ProductName{
	width:50%;
	height:80px;
	color: #ffffff;
	text-align:center;
	word-break : break-all;
}
.ProductName  a{
	color: #ffffff;
}
.ProductPic {
	padding-left:10px;
}
/*资讯列表*/
#HomeLatestEvents{ 
    margin: 0px;
    text-align: left;  
	width:98%;
	clear: both;
} 
#HomeLatestEvents .n_date{ 
	float:left;
    text-align: right; 
	color:#339933;
} 
#HomeLatestEvents a{ 
    color: #777777; 
} 
#HomeLatestEvents a:hover{ 
    color: #336699; 
} 
/*页脚部分样式定义*/
#footer {
	clear: both;
	height: 30px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 7pt;
	color: #333333;
	background:#e5ecf5;
	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;
}

//*------------------------------*/


