﻿@charset "utf-8";
/* RESET */
input {border: none;outline: none;}
/*header*/
body>div:first-child
{
    background-color:#424954 !important;
    height:64px !important;
    font-family: 'Microsoft YaHei','思源黑体 CN',Arial !important;
    font-size: 14px !important;
    position:relative  !important;
    z-index:3;
}
#header-smb{position:relative; width:100%; min-width: 1210px; height:64px; color: #939393; background-color: #424954; z-index:1;}
/*IE6 7 8下，层级的表现不是看子标签的z-index多高，而要看整个DOM tree（节点树）的第一个relative属性的父标签的层级。*/
#tobBar-smb{margin: 0 auto; width: 1210px; height: 64px; overflow:hidden;}
#tobBar-smb *{display: inline-block; float:left;}
.float{display: inline-block; float: left;}
#tobBar-smb>a{margin-top:22px; line-height: 20px; font-weight: bold; color:#939393; }
#tobBar-smb>a:hover{color:#fff;}
#logo-smb{margin-right:240px; width: 232px; height: 20px; background: url(/Content/styles/images/logo.png) 0 0 no-repeat;}
#homePage-smb{width:32px; margin-right:50px; color:#939393; text-align:center;}
#tobBar-smb>ul>li{
	margin-right: 50px; 
	font-weight: bold;
	line-height: 64px; 
	overflow: hidden;
	cursor: pointer;
}
#tobBar-smb>ul>li.focus{color:#fff;}
#tobBar-smb>form{ 
	padding: 0 3px; 
	margin:23px 18px 0 0; 
	width:104px; 
	height: 18px;
	border-radius: 10px;   
	background-color: #e1e1e1;
}
#kw{
	margin:2px 3px 0 4px; 
	width: 85px; 
	height: 14px; 
	line-height: 14px; 
	background-color: #e1e1e1;
	color: #3c3c3c;
}
#search{
	margin-top: 4px; 
	width:10px; 
	height: 10px; 
	background: url(/Content/styles/images/solutions_icons.png) -1px -20px no-repeat;
	cursor: pointer;
}

#productList-smb{
	position: absolute;
	left:0;
	top: 64px;
	z-index: 99;
	width: 100%;
	background-color: #FFF;
}
#productList-smb>div{
	position: relative;
	width: 1210px;
	margin: 0 auto;
}
#productList-smb>div>div{
	display:none;
	width: 1210px;
}
#productList-smb>div>span{
	display: none;
	position: absolute;
	left: 724px;
	top: 0;
	width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 7px solid #323232;
    z-index: 101;
}
#productList-smb>div>div>ul
{
    width:100%;
	overflow: hidden;
}
#productList-smb>div>.switchboard>ul.second{background:url(/Content/styles/images/productList_crossDevision.png) 0 top no-repeat;}
#productList-smb>div>div>ul>li{
	display: inline-block;
	float: left;
	padding: 12px 0;
	height: 134px;
	text-align: center;
	background:url(/Content/styles/images/productList_verticalDevision.png) right 12px no-repeat;
}
#productList-smb>div>.companyWireless>ul>li
{
    width:302px;
}
#productList-smb>div>.companyRoute>ul>li
{
    width:240px;
}
/*width:25%;的计算结果为302.5%;由于ie8等会四舍五入。导致一行放不下，所以用定值*/
#productList-smb>div>.switchboard>ul>li{
    width:33.333333333%;
}
#productList-smb>div>.switchboard>ul>li.spe{
    width:20%;
}
#productList-smb>div>div>ul>.last
{
    background:none;
}
#productList-smb>div>div>ul>li>a{
	display: block;
    height:100%;
    width:100%;
	color:#828282;
	cursor: pointer;
}
#productList-smb>div>div>ul>li>a>span{display:block; width:100%; height:110px; text-align:center; overflow:hidden;}
#productList-smb>div>div>ul>li>a:hover{color:#2b2b2b;}