
/* 定位导航开始 */
.content_nav{
	width: 1172px;
	position: relative;
    border-bottom: #ccc 1px solid;
    margin: 30px auto;
    height: 40px;
    line-height: 40px;
}
/* 定位导航结束 */
.content_title{
	font-size: 16px;
    font-weight: bold;
    float: left;
}
.content_bread{
    float: right;
}
/* 产品介绍开始 */
.Channel_introduce{
	border: 2px solid #efefef;
    width: 1172px;
    border: none;
    height: auto;
    margin: 0 auto;
}

.Channel_introduce .introduce_content{
	float: left;
	overflow: hidden;	
	width: 1100px;
    height: auto;
    overflow: hidden;
    padding: 10px 47px;
    margin-bottom: 20px;
}
.Channel_introduce .introduce_content .introduce_cotnent_title{
	font-size: 14px;
	font-weight: bold;
	color: #333333;
}
.Channel_introduce .introduce_content .introduce_cotnent_subhead{
	font-size: 14px;
}
.Channel_introduce .introduce_content .introduce_content_li ul li{
	float: left;
	line-height: 24px;
	height: 24px;
	width: 50%;
	list-style-type: disc;
	list-style-position:inside;
	color: #666666;
}
.Channel_introduce .introduce_content .introduce_content_li ul li a{
	color: #666666;
}
.Channel_introduce .introduce_content .introduce_content_li ul li a:hover{
	color: #333;
}
/* 产品介绍结束 */

/* 品牌开始 */
.product_brand{
	min-height: 38px;
	line-height: 38px;
	width: 117px;
	margin: 0 auto;
	overflow: hidden;
	border: 1px solid #e6e6e6;
	float: left;
	border-top: none;
	border-right: none;
}
.product_brand ul li{
	float: left;
	text-align: center;
	font-size: 14px;
	border-top: 1px solid #e6e6e6;
	height: 38px;
	overflow: hidden;
	min-width: 86px;
}
.product_brand ul li a{
	padding: 0px 15px;
	min-width: 87px;
	display: block;
	overflow: hidden;
	height: 38px;
}
.product_brand ul div{
	float: left;
	text-align: center;
	border-left: 1px solid #e6e6e6;
	font-size: 14px;
	border-bottom: 1px solid #e6e6e6;
}
.product_brand ul li.selected,.product_brand ul li:hover{
	background: #0064CD;
	color: #fff !important;
}
.product_brand ul li.selected a,.product_brand ul li:hover a{
	color: #fff !important;
	display: block;
	/* width: 116px; */
	height: 38px;
}
/* 品牌结束 */

/* 产品内容开始 */
.product_content{
	padding: 25px;
	border: 1px solid #e6e6e6;
	width: 1006px;
	height: auto;
	margin-left: 117px;
	font-size: 12px;
	margin-bottom: 30px;
	*width: 1001px;
}
.product_content .product_description{
	line-height: 24px;
}
.product_content .product_table{
	margin: 0 auto;
	margin-top: 25px;
	line-height: 25px;
	max-width: 1180px;
	table-layout:fixed;
	word-break:break-all;
	word-wrap:break-word;
	border-right: 1px solid #e6e6e6;
}
.product_content .product_table tr th,.product_content .product_table tr td{
	/* width: 123px; */
	height: 35px;
	text-align: center;
	border: 1px solid #e6e6e6;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	border-right: 0px;
	/* max-width: 300px; */
}
.product_content .product_table tr th{
	/* white-space: nowrap; */
}
.product_content .product_table tr td{
	border-top: 0px;
}
/* 产品内容结束 */