@charset "utf-8";
/*----新闻页-----*/
#content>hgroup {
	height: auto !important;
	overflow: hidden;
}
#content>hgroup>figure {
	position: relative;
	border-bottom: 1px solid #eee;
	overflow: hidden;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
/*-----产品列表标题-----*/
#content>hgroup>.product-list-1 img {
	float: left;
	width: 28%;
}
#content>hgroup>.product-list-1 figcaption {
	float: left;
	width: 72%;
}
/*-----新闻列表标题-----*/
#content>hgroup>.news-list-1 img {
	float: left;
	width: 20%;
}
#content>hgroup>.news-list-1 figcaption {
	float: left;
	width: 80%;
}
#content>hgroup>figure h3 {
	font-weight: normal;
}
#content>hgroup>figure h3 a {
	width: 98%;
	display: inline-block;
	overflow: hidden;  /*溢出内容设为隐藏*/
	white-space: nowrap; /*强制文本单行显示*/
	text-overflow: ellipsis; /*设置溢出文本显示为省略标记*/
}
#content>hgroup>figure>figcaption>span {
	font-size: 1.4em;
	color: #999;
	padding-left: 20px;
}
/*----新闻列表内容-----*/
#content>hgroup>figure figcaption p {
	font-size: 1.4em;
	line-height: 24px;
	padding: 0 0px 5px 20px;
	color: #999;
}
#content>hgroup>figure figcaption p a {
	color: #e13c00;
}
/*-------新闻详情页----*/
#content .news-info {
	padding: 20px 18px 0px 18px;
	margin: 0 auto;
}
#content .news-info header {
	text-align: center;
}
#content .news-info header h1 {
	font-size: 2.6em;
	padding: 5px 0;
	font-weight: normal;
}
#content .news-info header p.p1 {
	line-height: 28px;
	font-size: 1.3em;
	border-bottom: 1px dotted #959595;
	padding-bottom: 10px;
}
#content .news-info header p.p1 time, #content .news-info header p.p1 span {
	padding-right: 10px;
}
#content .news-info header p.p2 {
	font-size: 1.3em;
	line-height: 18px;
	margin-bottom: 10px;
	width: 100%;
	color: #BDBDBD;
	border-bottom: 1px solid #CCDFE5;
	padding-bottom: 5px;
}
/*------文章内容----*/
.news-info .news-body {
	font-size: 1.5em;
	padding: 12px 0px 20px 0px;
	line-height: 26px;
}
.news-info .news-body .proimgs {
	text-align: center;
}
.news-info .news-body>p {
	margin-bottom: 15px;
}
.news-info .news-body img {
	max-width: 100%;
	vertical-align: middle;
}
.news-info .news-body a {
	color: #094B9F;
}
.news-info .news-body a:hover {
	text-decoration: underline;
	color: #094B9F;
}
.news-info table {
	font-size: 12px;
	width: 100%;
	border-collapse: collapse;
}
.news-info table, .news-info table th, .news-info table td {
	border: 1px solid #7C7C7C;
	margin-bottom: 5px;
}
.news-info table td {
	padding-left: 4px;
	/*min-width:52px;*/
/*	width:26px;
*//*	background:#327859;
*/}

.news-info table td p{
	margin-bottom:0;
}


.news-info table tr:nth-child(2) td:first-child{
	/*width:60px;*/
/*	background:#B45557;
*/}



/*------产品选项卡----*/
#tabbox {
	width: 100%;
	overflow: hidden;
	margin: 0 auto;
}
.tab_conbox {
	border: 1px solid #CDCDCD;
	border-top: none;
}
/*.tab_con {
	display: none;
}
*/

.news-info table .green1{
	font-weight:bold;
	font-size: 14px;
	color: #fff;
	background-color: #7AB72C;
}
.news-info table .green1 td{
	text-align:left;
	padding-left: 5px;
}
.news-info table .green1 span{
	float: right;
	text-align: right;
	padding-right: 5px;
}
.news-info table .green2{
	background-color: #EAF1DD;
}

.news-info table .green3{
	font-size: 14px;
	color: #fff;
	background-color: #7AB72C;
}
.news-info table .green3 td{
	text-align:center;
}

.news-info table td{
	padding: 5px 0;
	text-align:center;
	line-height: 18px;
}

.tabs {
	height: 32px;
	border-bottom: 1px solid #CDCDCD;
	border-left: 1px solid #CDCDCD;
	width: 100%;
}
.tabs li {
	height: 31px;
	line-height: 31px;
	float: left;
	border: 1px solid #CDCDCD;
	border-left: none;
	margin-bottom: -1px;
	background: #F3F4F6;
	overflow: hidden;
	position: relative;
	
}
.news-body .tabs li a {
	display: block;
	padding: 0 20px;
	border: 1px solid #fff;
	outline: none;
	color:#333;
}
.news-body .tabs li a:hover {
	color:#333;
	text-decoration:none;
	background: #E0E0E0;
}
.tabs .thistab, .tabs .thistab a:hover {
	background: #fff;
	border-bottom: 1px solid #fff;
}
.tab_con {
	padding: 12px;
}
.tab_con p.p2{
	padding-left:2em;
}

.news-body .tab_con img {
	border:0 none;
}
/*-----资料下载-----*/
ul.download_list {
	height:auto !important;
	overflow:hidden;
}
ul.download_list li {
	font-size: 13px;
	padding:5px 0;
	border-bottom: 1px dotted #CCC;
	padding-left: 16px;
	background: url(../images/newsdot.gif) no-repeat 4px 12px;
}
ul.download_list span {
	float: right;
	display: inline;
	background: url(../images/download.gif) no-repeat left;
	width: 70px;
	text-align: right;
}