﻿@charset "utf-8";

html, body, div, span, applet, object, iframe, form, h1, h2, h3, h4, h5, h6, p, a, a:link, a:visited, em, font, img, small, strike, samp, strong, sub, sup, label, table, caption, tbody, tfoot, thead, tr, th, td 
{ 
    margin: 0; 
    padding: 0; 
}

body{
	font-size: 0.8em;
	font-weight: normal;
	line-height: 1.5em;
	color: black;
	background: white;
	text-align: center; /* 在 IE 5* 浏览器中，这会将容器居中。 */
} 
body                                 {font-family: Arial, "宋体", "微软雅黑"; }
form, input, select,  
textarea                             {font-family: Arial, "宋体"; font-size: 1em; }
h1, h2, h3, h4, h5, h6               {font-weight: bold; }
h1                                   {font-size: 2em; line-height: 2.2em; }
h2                                   {font-size: 2em; line-height: 1.7em; }
h3                                   {font-size: 1.25em; line-height: 1.45em; }
h4                                   {font-size: 1em; line-height: 1.2em; }
a img                                {border:0;}
.clear                               {clear: both; height:1px; overflow:hidden;}

#container {
	width: 895px;  
	margin: 0 auto; /* 自动边距（与宽度一起）会将页面居中 */
	text-align: left; /* 这将覆盖 body 元素上的“text-align: center”。 */
}
#header                              {padding: 5px 0 0 0; margin: 0 0 7px 0; border-bottom:dotted 1px #E5E5E5;}

#header .logo                        {padding: 12px 0 0 0; float: left; margin-bottom: 2px;}
#header .header-right                {float: right;}
#header .topnav                      {float: left; margin: 8px 15px 0 0; padding: 0; }
#header .topnav ul                   {list-style: none; margin: 0; padding: 0;}
#header .topnav ul li                {float: left; padding: 0 5px 0 5px; border-right: 1px solid #5B5B5B;  font-size: 0.9em; line-height: 1.3em;}
#header .topnav ul li a, 
#header .topnav ul li a:link, 
#header .topnav ul li a:visited      {text-decoration: underline; color:#5b5b5b;}
#header .topnav ul li a:hover        {color: #1a1a1a;}
#header .topnav .lastlink            {border: none;}

#header .search                      {float: left; font-size: 0.9em; color: #5B5B5B; margin: 4px 0 0 0; }
#header .search input                {color: #666666; height: 14px; padding: 1px 2px; width: 160px; display: block; }
*+html #header .search input         {padding: 1px 2px 0 2px;}
#header .search ul                   {list-style: none; margin: 0; padding: 0;}
#header .search ul li                {float: left; padding-left: 5px; }
#header .search ul li a,
#header .search ul li a:link,
#header .search ul li a:visited      {text-decoration: underline; color: #5b5b5b;}

/*菜单*/
#main_menu                           {float:right; margin:10px 0 0 0; padding:0; width:745px; font-size: 1em;}
#main_menu a                         {color:#00806b; text-decoration:none;}
#main_menu a:hover                   {text-decoration:underline;}	

#main_menu ul, li                    {border: 0; list-style: none; line-height:1em;}
#main_menu ul                        {height: 21px; padding:0; margin:0;} 
#main_menu li                        {display:inline; position:relative; margin: 0 0 0 28px;padding:0;}
#main_menu li span                   {position:relative; z-index:10; padding:4px 4px 4px 6px;  border-bottom:none;}	
#main_menu li span a                 {font-weight:bold; padding:0 6px 0px 2px;  }	
#main_menu li span.over              {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff;  }
*+html #main_menu li span.over       {border-top:solid 1px #E5E5E5; padding-bottom:3px; } /* IE6 */
#main_menu li span.over a:hover      {text-decoration:none; }
#main_menu li span.active            {padding:4px 3px 4px 5px;  border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5;  border-right:solid 1px #999999; border-bottom:solid 1px #fff; }
*+html #main_menu li span.active     {border-top:solid 1px #E5E5E5; padding-bottom:3px; }
#main_menu li span.active a:hover    {text-decoration:none; }	
#main_menu img.arrow                 { /*margin-left:4px;*/ margin-top:1px; cursor:pointer; }
#main_menu div.sub_menu              {display:none; position:absolute; left:0; top:0px; margin-top:18px; border-top:solid 1px #E5E5E5; border-left:solid 1px #E5E5E5; border-right:solid 1px #999999; border-bottom:solid 1px #999999; padding:4px; top:2px; width:165px; background:#FFFFFF; font-size: 1em; line-height: 1.1em; }
* html #main_menu div.sub_menu       {margin-top:23px; } /* IE6 */
*+html #main_menu div.sub_menu       {margin-top:23px; } /* IE7 */
#main_menu div.sub_menu a:link, 
#main_menu div.sub_menu a:visited, 
#main_menu div.sub_menu a:hover      {display:block;	padding:4px;	color:#488A17;}	
#main_menu a.item_line               {border-top:solid 1px #E5E5E5; padding-top:6px !important; margin-top:3px; }

/*面包屑路径*/
#breadcrumb {
    height: 20px;
	margin: 3px 0 3px 3px;
	padding: 0;
}
#breadcrumb p {
	margin: 3px;
	padding: 0;
	text-align: left;
	color: #666666;
}
#breadcrumb p a{
	color: #666666;
	text-decoration:none;
}
#breadcrumb p a:hover{
	text-decoration:underline;
}
#breadcrumb span.symbol{
    font-family:Arial, Helvetica, sans-serif;
}
/*左侧栏导航*/
#left_navigation {
	width: 190px;
	float:left;
	background:#fff;
	margin-top: 3px;
	padding:0 10px 0 0;
	color:#063300;
}
div.toggle{
	background-color:#C9F8D2;
	border:0;
	margin: 0;
	height: 24px;
	border-top:solid 1px #eaeae8;
}
div.navleft {
	float:left;
	width:161px;
	cursor: pointer;
	padding-top: 1px;
}
div.expandimg{
	background: url(../image/plus_small1.gif) no-repeat left top;
	width: 29px;
	height: 24px;
	float:left;
	cursor: pointer;
}
h4.panelhead {
	background-color:#C9F8D2;
	border-left:solid 1px #dedede;
	padding:4px 2px 1px 2px;
	margin:0px;
	min-height:18px;
	cursor:pointer;
	font-size:0.9em;
}
.panelcontent{
    background:url(../image/left-nav-background.jpg) repeat-y;
	padding: 0;
	margin: 0;
	border-bottom:solid 3px #fff;
}
.panelcontent ul {
    list-style-type: none;
	padding: 0;
	margin: 0;
	font-size:0.9em;
}
.panelcontent li {
    line-height: 120%;
	margin: 0;
	padding: 3px 5px;
	border-top:2px solid #fff;
}
.panelcontent li a {
    text-decoration: none;
	color: #063300;
}
.panelcontent li a:hover {
	text-decoration: underline;
	color: #063300;
}
.panelcontent li.selected {
	background-color:#ffebc8;
}

/*右侧主容器*/
#right_content {
	float: left;
	color: #4f4f4f;
}
h2.heading {
    margin:0 0 5px 5px;
	padding:7px 2px 4px 0;
	font-size: 1.4em;
	line-height: 1.7em;
	color:#666666;
}
h3.heading{
    color:#cc3300;
	font-family:Tahoma, Arial, Courier, monospace;
    margin:0 0 5px 5px;
	padding:7px 0 10px 0;
	font-size: 1.2em;
}
h4.heading{
	margin:0 0 5px 5px;
	padding:7px 0 10px 0;
	font-size: 1em;
	color:#A0CB67;
} 
h4.heading ul{
    margin:5px 0 0 15px;
	padding:0;
}
h4.heading ul li{
    list-style:disc;
	padding:4px 0;
	line-height: 1.2em;
}
#left_column { /*用于products.html*/
    float: left;
	width: 342px;
	overflow: hidden;
	margin: 0 5px;
	padding: 0;
	display: inline;
}
#right_column { /*用于products.html*/
    float: right;
	overflow: hidden;
	display: inline;
}

div.showing { /*用于products.html*/
	border-bottom: dotted 1px #00cc44;
	display: inline;
	width: 325px;
	margin: 0 0 10px 0;
	padding: 5px;
	float: left;
	clear: both;
}
div.showing img{ /*用于products.html*/
    float:right;
    margin: 0 5px 4px 0;
	padding: 0px;
}
div.showing h4 { /*用于products.html*/
    padding: 0 10px 0 0;
    margin: 5px 0 10px 0;
}
div.showing h4 a{ /*用于products.html*/
	font-weight: bold;
	color: #CC3300;
	text-decoration:none;
	font-size: 1em;
	font-family:Tahoma, Arial, Courier, monospace;
}
div.showing p{ /*用于products.html*/
	color: #4f4f4f;
	margin:0 0 7px 0;
	padding:0;
	font-size:1em;
	line-height:150%;
}
div.showing p.recommended { /*用于products.html*/
	color: #FF6600;
	margin: 5px 0;
	font-style:italic;
	font-weight: bold;
}
div.showing ul { /*用于products.html*/
	margin: 10px 0 0 0;
	padding: 0;
	color:#FF6600;
}
div.showing ul li{ /*用于products.html*/
    list-style:none;
	background: url('../image/link_arrow1.gif') 1px 0.6em no-repeat; 
	padding: 0 0 0 14px;
	margin: 0;
	line-height: 1.6em;
}
div.showing ul li a { /*用于products.html*/
	text-decoration: none;
	color: #0F8A18;
	font-size: 1em;
}
div.showing ul li a:hover { /*用于products.html*/
    text-decoration: underline;
}

#left_column1{ /*用于各产品主页面及子页面*/
    float: left;
	width: 520px;
	overflow: hidden;
	margin: 0;
	padding: 0 0 7px 0;
	display: inline;
}
#introduction p{ /*用于各产品主页面及子页面*/
	color: #4f4f4f;
	margin:0 0 2px 0;
	padding:5px;
	line-height: 150%;
	text-align:left;
	font-size: 1em;
	text-indent:2em;
}
#introduction p a{ /*用于各产品主页面及子页面*/
    color: #0f8a18;
    text-decoration: none;
}
#introduction a:hover { /*用于各产品主页面及子页面*/
    text-decoration: underline;
	color: #0f8a18;
}
#introduction h4.model{ /*用于各产品子页面*/
	margin:0 0 2px 0;
	padding:5px;
	font-size: 1.2em;
	color:#3399ff;
	font-family:"Times New Roman", Times, serif;
}
#introduction h3{ /*用于各产品主页面-当多个类似产品放于一个主页面时,用于强调产品名称的子标题*/
	font-size: 1.3em;
	margin:15px 5px 10px 5px;
	padding:0;
	color:#0066FF;
	font-family:Verdana, Arial, Helvetica, sans-serif;
}
#introduction img{ /*用于各产品主页面及子页面*/
    float: right;
    margin: 7px 5px 10px 0;
	padding: 0px;
	overflow:hidden;
}
#introduction img.nofloat{
   float:none;
   margin:0;
   padding:0;
}
#introduction ul{
	color: #4f4f4f;
	margin: 0 0 0 45px;
	padding:0;
}
#introduction ul li{
    font-size:1em;
	margin: 0 0 0 0px;
	padding:5px;
	line-height: 150%;
	list-style:square;
}
#introduction ul li a{
    color: #0f8a18;
    text-decoration: none;
	font-size: 1em;
}
#introduction ul li a:hover {
    text-decoration: underline;
	color: #0f8a18;
}
#introduction ul ul li{
    list-style:circle;
}

/*直放站应用优缺点比较表格*/
table#application{
	width:95%;
	border-top:1px solid #d0f3d2;
	border-right:1px solid #d0f3d2;
	margin:1em auto;
	border-collapse:collapse;
	font-size:1em;
	line-height:150%;
}
table#application td{
	border-bottom:1px solid #d0f3d2;
	border-left:1px solid #d0f3d2;
	padding: 0 7px;
	text-align:left;
	vertical-align:top;
	background-color:#FBFFF4;
}
table#application td ul{
	margin:0;
	padding: 7px 7px 7px 20px;
}
table#application td li{
    padding:0;
	margin:4px 7px 0 0;
}
table#application th{
	background-color:#eeffd9;
	text-align:center;
	font:bold 1em/1.8em "宋体";
	color:#329454;
	border-bottom:1px solid #d0f3d2;
	border-left:1px solid #d0f3d2;
}


img.nofloat, div.showing img.nofloat{
   float:none;
   margin:0;
   padding:0;
}
div.image-container{ /*用于各产品子页面-与img.product-show配套使用*/
    width: 160px;
	float: right;
	margin-bottom: 5px;
}
div.caption{ /*用于各产品子页面-与img.product-show配套使用-在产品图片下显示说明文字*/
	float:left;
	width: 160px;
	text-align:center;
	font-weight: bold;
	margin: 5px 0 7px 0;
	font-size:0.9em;
	line-height:120%;
	color:#717171;
}
div.antenna-image-container{ /*用于天线产品子页面-与img.product-show配套使用*/
    width:350px;
	float: left;
	margin-bottom: 5px;
}
#introduction div.antenna-image-container img{
    float:left;
}

#introduction img.product-show{ /*用于各产品子页面-当多个产品图片需垂直排列显示时用*/
    padding: 0 5px;
	margin:0;
}

div#booster-col1, div#booster-col2, div#booster-col3, div#booster-col4{
    float:left;
	width:30%;
	padding:0;
	margin:0 17px 0 0;
}
div#booster-col1 img{
    margin:0;
    padding:36px 8px;
}
div#booster-col2 img{
    margin:0;
	padding:31px 8px;
}
div#booster-col3 img{
    margin:0;
	padding:0 10px 0 10px;
}
div#booster-col4 img{
    margin:0;
    padding:0 10px 0 10px;
}
div#booster-col1 p, div#booster-col2 p, div#booster-col3 p, div#booster-col4 p{
    margin:0;
	padding:0;
}
div#antenna-col1, div#antenna-col2, div#antenna-col3, div#antenna-col4, div#antenna-col5, div#antenna-col6{
    width: 30%;
	float:left;
	paddin:0;
	margin:0 10px 0 0;
}
div#antenna-col1 img, div#antenna-col2 img, div#antenna-col3 img{
    maring:0;
	padding:0 30px 0 0;
}
div#antenna-col4 img, div#antenna-col5 img, div#antenna-col6 img{
    maring:0;
	padding:0 0px 0 0;
}
div#antenna-col1 p, div#antenna-col2 p, div#antenna-col3 p{
    maring:0;
	padding:0;
	text-align:center;
	text-indent:0;
}

table#antenna-cable-list{
    width:95%;
	margin:1em auto;
	font-size:1em;
	line-height:150%;
}
table#antenna-cable-list tr.image td img{
    margin:15px 10px 0 0;
	padding:0;
	float:left;
}
table#antenna-cable-list tr.title{
    text-align:center;
}
table#antenna-cable-list tr.title a{
	font-weight:bold;
	color:#4f4f4f;
	text-decoration:none;
}
table#antenna-cable-list tr.title a:hover{
	text-decoration:underline;
}	 
table.antenna-list{
	width:99%;
	border-top:1px solid #d0f3d2;
	border-right:1px solid #d0f3d2;
	margin:10px 0 10px 1px;
	border-collapse:collapse;
	font-size:0.9em;
}
table.antenna-list td{
	color:#518455;
	border-bottom:1px solid #d0f3d2;
	border-left:1px solid #d0f3d2;
	padding: .3em 1em;
	text-align:left;
	height:40px;
}
table.antenna-list tr.odd td{
	background:#eeffd9;
}
table.antenna-list tr.odd td.column1{
	background:#eeffd9;
	text-align: left;
}
table.antenna-list td.column1{
	background:#f9fef2;
	font-weight:bold;
	padding: .3em .5em;
	text-align: left;
}
table.antenna-list thead th{
	background:#eeffd9;
	text-align:center;
	font:bold 1em/1.8em Arial, "宋体";
	color:#329454;
	border-bottom:1px solid #d0f3d2;
	border-left:1px solid #d0f3d2;
	height:30px;
}
table.antenna-list td a{
	color:#518455;
    text-decoration:none;
}  
table.antenna-list td a:hover{
	color:#518455;
    text-decoration:underline;
}    
table.antenna-list td a:visited{
	color:#cc3300;
    text-decoration:none;
}  
table#connector-image-list{
    text-align:center;
	font-weight:bold;
}
table#connector-image-list td.text-left{
    text-align:left;
	padding: 5px 0 3px 5px;
	color:#518455;
}

/*TAB页,可切换显示内容*/
#wrapper{
	width: 670px;
	margin: 0;
}
h3.tab{
	float: left;
	height: 19px;
	width: 110px;
	margin: 0 1px 0 0;
	text-align: center;
	background: #1dab2b url(../image/greentab.gif) no-repeat 100% -25px;
	font-weight: bold;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#ffffff;
	padding: 6px 0 0 0;
	cursor:pointer;
}
.boxholder{
	clear: both;
	padding: 3px;
	background-color: #83e145;
	color: #4f4f4f;
	font-size: 1em;
}
.box{
	background: #fff;
	border: 1px solid #83e145;
}
.box h3{
    font-size:1em;
	margin-top:5px;
	padding:9px 0 10px 15px;
}
.box p{
	padding: 0 7px 0 7px;
	margin:10px 10px 0 10px;
	line-height: 150%;
	text-align: left;
}
.box img{
    margin:10px 0 0 20px;
}
.box p.center{
    text-align:center;
	font-weight:bold;
}
#wrapper ul.features{
    margin:0;
	padding:0 0 0 35px;
}
#wrapper ul.features li{
    margin: 4px 7px 0 10px;
	padding:0 0 0 10px;
	clear:both;
	line-height:150%;
	list-style:disc;
}
#wrapper ul.features li p{
    font-size:1em;
	margin:0;
	padding:0;
}
#wrapper ul.features li img{
    margin:0 0 2px 1px;
	padding:0;
	clear:both;
}
.box p.right{
    text-align:right;
    margin:5px 10px 0 0;
}
.box p.right a{
	text-decoration:none;
	padding:0 0 0 12px;
	color:#cc3300;
	background: url('../image/link_arrow_red_top.gif') 0px 0.5em no-repeat; 
}
.box p.right a:hover{
    text-decoration:underline;
}

.box ul.spec-select{
    margin:20px 0 20px 15px;
	padding:0;
}
.box ul.spec-select li{
    font-size:0.9em;
    float:left;
	display:inline;
	margin-right:17px;
    list-style:none;
	background: url('../image/link_arrow_red.gif') 1px 0.3em no-repeat; 
	padding:0 0 0 4px;
}
.box ul.spec-select li a{
	margin:5px 0 0 0;
	padding:2px 0 0 7px;
	text-decoration:none;
	color:#cc3300;
}
.box ul.spec-select li a:hover{
    text-decoration:underline;
}

table.specifications{
	width:95%;
	border-top:1px solid #d0f3d2;
	border-right:1px solid #d0f3d2;
	margin:10px 0 10px 15px;
	border-collapse:collapse;
	font-size:0.9em;
}
table.specifications td{
	color:#518455;
	border-bottom:1px solid #d0f3d2;
	border-left:1px solid #d0f3d2;
	padding: .3em 1em;
	text-align:center;
}
table.specifications tr.odd td{
	background:#eeffd9;
}
table.specifications tr.odd td.column1{
	background:#eeffd9;
	text-align: left;
}
table.specifications td.column1{
	background:#f9fef2;
	font-weight:bold;
	padding: .3em .5em;
	text-align: left;
}
table.specifications thead th{
	background:#eeffd9;
	text-align:center;
	font:bold 1.1em/1.8em "Century Gothic", "Trebuchet MS", Arial, Helvetica, sans-serif;
	color:#329454;
	border-bottom:1px solid #d0f3d2;
	border-left:1px solid #d0f3d2;
}

/*主容器之右边栏显示相关链接*/
#right_column1 {
    float: right;
	width: 175px;
	overflow: hidden;
	margin: 0;
	padding: 0;
	display: inline;
}
.b1h, .b2h, .b3h, .b4h, .b2bh, .b3bh, .b4bh{font-size:1px; overflow:hidden; display:block;}
.b1h {height:1px; background:#ddfaab; margin:0 5px;}
.b2h, .b2bh {height:1px; background:#ddfaab; border-right:2px solid #ddfaab; border-left:2px solid #ddfaab; margin:0 3px;}
.b3h, .b3bh {height:1px; background:#ddfaab; border-right:1px solid #ddfaab; border-left:1px solid #ddfaab; margin:0 2px;}
.b4h, .b4bh {height:2px; background:#ddfaab; border-right:1px solid #ddfaab; border-left:1px solid #ddfaab; margin:0 1px;}
.b2bh, .b3bh, .b4bh {background: #fff}
.headh {background: #ddfaab; border-right:1px solid #ddfaab; border-left:1px solid #ddfaab;}
.headh h3 {margin: 0px 10px 0px 10px; padding-bottom: 3px; font-size: 1em;}
.contenth {background: #fff; border-right:1px solid #ddfaab; border-left:1px solid #ddfaab;}
.contenth div {margin-left: 8px; padding: 2px 0;}
.contenth div ul {margin: 10px 3px 4px 0; padding: 0; }
.contenth div ul li{
	margin:0 0 5px 0; 
	padding: 0 3px 5px 11px;
	line-height:120%;
	list-style:none;
	background: url('../image/link_square.gif') 0 0.3em no-repeat; 
}
.contenth div ul li a{text-decoration: none; color: #666;}
.contenth div ul li a:hover{text-decoration: underline;}
.contenth div ul li.emphasis a{
	color:#8CAA15;
}

/*页脚*/
#footer {
	clear: both;
	padding: 5px 25px;
	line-height: 18px;
	border-top: 1px solid #D1E0E2;
	text-align:center;
	margin-top: 5px;
} 
#footer p {
	margin: 0; /* 将脚注中第一个元素的边距设置为零将避免出现可能的边距重叠（即 div 之间出现的空白）*/
	padding: 0; /* 就像边距会产生空白一样，此元素上的填充也将产生空白，但不会出现边距重叠问题 */
    line-height:25px;
	font-family: Tahoma, Arial, Helvetica, Sans-serif;
    color: #666666;
}
