/*****************
	广告位
*****************/
.ad
{
	margin-top:1px;
	width:100%;
	height:402px;
	background:#00184d;	
}
.nav>li>a {
	padding: 10px;
}
/********************
康兴高端家用系列产品
*********************/
.product
{
	width:1063px;
	font-size:30px;
	color:#000000;
	margin-top:20px;
	margin-left:38px;
	margin-bottom:24px;
	border-bottom:1px solid #555555;
}
.product-title
{
	font-size:27px;
	color:#000000;
	margin-bottom:5px;	
	text-align:center;
}
.product-content
{
	font-size:17px;
	color:#555555;	
	line-height:25px;
	text-align:center;	
}


/**********************
	选项卡
**********************/

.short-line
{
	float:left;
	width:60px;
	height:1px;
	background: #bebebe;
	margin-left:15px;
	margin-top:-1px;
}

.select-card
{
	font-size:18px;
}

.nav-tabs {
    border-bottom: 1px solid #bebebe;
}

.nav-tabs>li>a
{
	color:#000300;
	font-size:18px;
	background:#f1f1f1;
	margin-right:4px;
	border-radius:0px;
    border-bottom-color:#bebebe;
	line-height:19px;
}

.nav-tabs>li>a:hover
{
	color:#04287a;	
	background:#f1f1f1;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover
{
	color:#04287a;
	border-top:1px solid #bebebe;
	border-left:1px solid #c2c2c2;
	border-right:1px solid #c2c2c2;
	border-bottom-color: transparent;
}





