.header-container {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 72px;
}
.header {
	background-color: transparent;
}
/*头部banner样式*/
.info-banner {
	position: relative;
	width: 100%;
	height: 468px;
}
.hardware_banner {
	background: url("../img/hardware_banner.png") no-repeat center;
}
.public-banner {
	padding: 170px 0px 0px 0;
}
.public-name {
	font-size: 44px;
	color: #fff;
}
.public-name  b{
	color:#fff000;
}
.public-info {
	margin-top: 30px;
	margin-bottom: 60px;
	font-size: 18px;
	color: #fff;
    padding-left: 22px;
}


.issue-title {
    padding-top: 80px;
    padding-bottom: 60px;
    font-size: 36px;
    color: #555;
    text-align: center;
    display: block;
}
.hardware-box{
	position: relative;
    margin-bottom: 60px;
}
/* 导航 */
.hardware-nav{
	border-bottom: 1px solid #eee;
    background: #f3f3f3;
    width: 100%;
    height: 68px;
    position: relative;
}
.hardware-nav .hnav-box,.hardware-nav-hide .hnav-box{
    position: absolute;
    top: 0px;
    left: 50%;
    height: 68px;
    margin-left: -146px;
}
.hardware-nav .hnav-box li {
    height: 68px;
    margin: 0 20px;
    float: left;
}
.hardware-nav .hnav-box li a:hover, .hardware-nav .hnav-box li a.active {
    border-bottom: 2px solid #0080ff;
}
.hardware-nav .hnav-box li a {
    height: 68px;
    line-height: 68px;
}
.hardware-nav .hnav-box li a {
    height: 68px;
    display: inline-block;
    padding: 0px 10px;
    font-size: 14px;
    color: #4c4c4c;
    line-height: 66px;
}

/* 服务器 */
.hser-box .hser-item{
	float: left;
	width: 32%;
	margin-left: 2%;
	border: 1px solid #ddd;
	padding: 20px;
	cursor: pointer;
}
.hser-box .hser-item:first-child{
	margin-left: 0;
}
.hser-icon{
	width: 100px;
    height: 65px;
    display: block;
    margin: auto;
    background-repeat: no-repeat;
    background-position: center;
}
.hser-icon.hser-iconr740{
    background-image: url(../img/hardare-serverR740.png);
}
.hser-icon.hser-iconr730{
    background-image: url(../img/hardare-serverR730.png);
}
.hser-icon.hser-iconr230{
    background-image: url(../img/hardare-serverR230.png);
}

.hser-icon.hser-icon3750{
    background-image: url(../img/hardare-server3750.png);
}
.hser-icon.hser-icon3560{
    background-image: url(../img/hardare-server3750.png);
}
.hser-icon.hser-icon3560v2{
    background-image: url(../img/hardare-server3560v2.png);
}

.hser-icon.hser-icon5020{
    background-image: url(../img/hardare-serveR5020.png);
}
.hser-icon.hser-icon4020{
    background-image: url(../img/hardare-serveR4020.png);
}
.hser-icon.hser-icon7020{
    background-image: url(../img/hardare-serveR7020.png);
}

.hser-title{
	font-size: 18px;
    margin: 25px 0 20px;
    text-align: center;
    color: #666;
}
.hser-line{
	background: #ddd;
	width: 50px;
	height: 3px;
	margin: 0 auto 20px;
}
.hser-info{
	font-size: 13px;
	line-height: 30px;
    padding-left: 40px;
}
.hser-info .hsinfo-name {
    display: inline-block;
    float: left;
    text-align: right;
    font-weight: bold;
    color: #333;
}
.hser-info .hsinfo-value {
    display: inline-block;
    float: left;
    padding-left: 5px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    color: #666;
}
.hser-detail{
	height: 156px;
    color: #666;
    font-size: 14px;
    line-height: 26px;
    text-align: center;
}
.hser-price{
	text-align: center;
    margin: 20px 0 0;
    color: #666;
    font-size: 16px;
}
.hser-price-num{
    color: #ff6600;
    font-size: 20px;
}
.hser-btn-buy{
	display: block;
    padding: 8px 13px;
    border: 1px solid #ff6600;
    width: 40%;
    text-align: center;
    margin: 20px auto 0;
    color: #ff6600;
}

.hser-box .hser-item:hover{
	border-color: #0080ff;
	box-shadow: 1px 1px 15px rgba(0,128,255,0.5);
}
.hser-box .hser-item:hover .hser-btn-buy{
	background: #ff6600;
	color: #fff;
}
.hser-box .hser-item:hover .hser-title{
	color: #0080ff;
}
.hser-box .hser-item:hover .hser-line{
	background: #0080ff;
}

















