
.nav{
	height: 60px;
	line-height: 60px;
	background: #eaeaea;
	font-size: 16px;
}
.nav li{
	color: #434343;
	padding: 0 25px;
	float: left;
	cursor: pointer;
}
.nav li.on{
	color: #f29105;
	font-weight: bold;
}
.con {
	margin-bottom: 10px;
}
.con .con_box{
	overflow: hidden;
	display: none;
}
.con .con_box:first-child{
	display: block;
}
table.con_table{
	width: 998px;
	max-width: 100%;
}
.con_table thead{
	height: 45px;
	line-height: 45px;
	background: #fff2d4;
	color: #3f3f3f;
	font-size: 14px;
}
.con_table thead th{
	font-weight: normal;	
}
.con_table tbody tr{
	height: 50px;
	line-height: 50px;
	text-align: center;
	border-bottom: 1px #eeeeee solid;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	font-size: 14px;
	color: #7d7d7d;
}
.con_table .num{
	width: 25px;
	height: 25px;
	background: #959595;
	border-radius: 9999px;
	display: inline-block;
	vertical-align: middle;
	line-height: 25px;
	color: #fff;
}
.con_table .num.bg_orange{
	background: #f29105;
}
.color_red{
	color: #ff2121;
}
.con_table a.see{
	width: 60px;
	height: 24px;
	background: #f29105;
	border-radius: 5px;
	display: inline-block;
	vertical-align: middle;
	line-height: 24px;
	color: #fff;
}
.con_table a.see:active{
	background: #e38805;
}
.page_box{
	width: 998px;
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
}
div.viciao {
    height: 32px;
    width: 620px;
    margin: 0 auto;
    padding: 30px 0;
    text-align: center;
    color: #5a5a5a;
    font-size: 14px;
}

/*products_detail*/
.p_title{
	height: 60px;
	line-height: 60px;
	background: #eaeaea;
	padding-left: 10px;
	font-size: 14px;
	color: #f29105;
}
.p_title a{
	color: #f29105;
}
.p_title span{
	color: #313131;
}
.pd_content{
	border-left: 1px #dcdcdc solid;
	border-right: 1px #dcdcdc solid;
	border-bottom: 1px #dcdcdc solid;
}
.pd_content .pd_con{
	border-bottom: 1px #eeeeee solid;
	padding:20px;
	position: relative;
}
.pd_content .pd_con .t{
	font-size: 22px;
	color: #313131;
	margin-bottom: 20px;
}
.pd_content .pd_con .b{
	font-size: 14px;
	color: #3f3f3f;
}
.pd_content .pd_con .b b{
	font-size: 18px;
	color: #ff2a2a;
	font-weight: normal;
}
.pd_content .pd_con .b span{
	margin-right: 30px;
}
.pd_content .pd_con .b{
	font-size: 14px;
	color: #3f3f3f;
}
.pd_content .pd_con .de{
	font-size: 14px;
	color: #7d7d7d;
}
.pd_content .pd_con .de span{
	height: 20px;
	overflow: hidden;
	margin-right: 45px;
	min-width: 150px;
	max-width: 350px;
	display: inline-block;
}
.pd_content .pd_con .de b{
	color: #3f3f3f;
	font-weight: normal;
}
.pd_content .pd_con:last-child{
	border-bottom: none;
}
.pd_content .pd_con .pt{
	color: #313131;
	font-size: 18px;
	border-left: 4px #f29105 solid;
	padding-left: 8px;
}
.pd_content .pd_con .people{
	margin-top: 25px;
	text-align: center;
	font-size: 14px;
	color: #313131;
}
.pd_content .pd_con .people img{
	width: 120px;
	height: 120px;
	border-radius: 9999px;
}
.pd_content .pd_con .people .p_on{
	text-indent: 30px;
	font-size: 14px;
	color: #7d7d7d;
	line-height: 30px;
	text-align: left;
	margin-top: 20px;
}
.pd_content .pd_con .chart{
	width: 804px;
	height: 418px;
	margin: 50px auto 0;
}
.pd_content .pd_con .chart_na{
	position: absolute;
	top: 90px;
	left: 60px;
}
.pd_content .pd_con .element{
	width: 860px;
	margin: 50px auto;
	overflow: hidden;
}
.pd_content .pd_con .element ul{
	width: 50%;
	float: left;
}
.pd_content .pd_con .element ul li{
	margin-bottom: 10px;
}
.pd_content .pd_con .element .l{
	color: #7d7d7d;
}
.pd_content .pd_con .element .r{
	color: #313131;
}

.pd_con .name{
	text-align: center;
	margin-bottom: 10px;
	font-size: 16px;
}
.pd_con .people table{
	border-collapse: collapse;
	border:1px solid #eee;
}
.pd_con .people table td,
.pd_con .people table th{
	border:1px solid #eee;
	padding: 8px 0;
}