@charset "utf-8";
/* CSS Document */

/*信息列表页*/
.list_article{ padding:0 20px 20px; overflow:hidden;}
.list_article .headline{
	overflow:hidden;
	zoom:1;
	margin-top:5px;
	padding-bottom:10px;
	border-bottom:1px #cfcfcf dotted;}
.list_article .headline .pic{
	float:left;
	width:150px;
	height:100px;
	overflow:hidden;}
.list_article .headline .txt{
	float:right;
	width:540px;
	font-size:12px;}
.list_article .headline .txt h2{
	height:24px;
	overflow:hidden;
	line-height:24px;
	font-weight:bold;
	font-size:14px;
	color:#333;}
.list_article .headline .txt h2 a{
	color:#333;}
.list_article .headline .txt h2 a:hover{
	color:#ff5400;}
.list_article .headline .txt p.info{
	line-height:20px;
	height:42px;
	color:#888;
	padding-top:5px;
	overflow:hidden;}
.list_article .headline .txt p.date{
	text-align:left;
	color:#888;
	height:30px;
	line-height:30px;}
.list_article ul{
	padding-top:3px;}
.list_article ul li{
	display:block;
	height:40px;
	overflow:hidden;
	position:relative;
	background:#fff;
	border-bottom:1px #cfcfcf dotted;}
.list_article ul li a{
	float:left;
	padding-left:10px;
	background:url(../images/dot.jpg) no-repeat left center;
	line-height:40px;
	display:inline;
	color:#333;
	font-size:12px;}
.list_article ul li a:hover{
	color:#ff5400;}
.list_article ul li span{
	position:absolute;
	right:10px; top:0;
	line-height:40px;
	font-size:12px;
	color:#888;}


/*图文列表页*/
.list_image{ padding:0 20px 20px; overflow:hidden;}
.list_image li{
	margin-bottom:15px;}
.list_image .item{
	overflow:hidden;
	zoom:1;}
.list_image .item .pic{
	float:left;
	display:inline;
	padding-bottom:5px;
	background:url(../images/shadow_160.png) no-repeat  bottom center;}
.list_image .item .pic a{
	display:block;
	width:160px;
	height:160px;
	overflow:hidden;
	border:1px #cfcfcf solid;}
.list_image .item .pic a img{
	width:100%;
	height:auto !important;}
.list_image .item .txt{
	float:right;
	width:520px;
	height:160px;
	position:relative;}
.list_image .item .txt h2{
	height:40px;
	overflow:hidden;
	line-height:40px;
	font-weight:bold;
	font-size:16px;
	color:#333;
	margin-bottom:5px;
	margin-top:5px;}
.list_image .item .txt h2 a{
	color:#333;}
.list_image .item .txt h2 a:hover{
	color:#ff5400;}
.list_image .item .txt p.info{
	line-height:22px;
	height:65px;
	margin-bottom:5px;
	color:#888;
	overflow:hidden;}
.list_image .item  .txt p.detail{
	position:absolute;
	bottom:13px; left:0;}
.list_image .item  .txt p.detail a{
	padding:5px 8px;
	font-size:12px;
	background:#006eb9;
	color:#fff;
	-webkit-border-radius:3px;
	-moz-border-radius: 3px;
	border-radius: 3px;}
.list_image .item  .txt p.detail a:hover{
	background:#007bcf;}



/*信息内容页*/
.article_article{
	padding:5px 20px 10px;}
.article_article .title{
	text-align:center;
	padding:0px 20px;
	border-bottom:1px #cfcfcf dotted;}
.article_article .title h1{
	font-size:20px;
	line-height:30px;
	color:#002e59;
	font-weight:bold;
	padding:0px 0 20px;}
.article_article .title p{
	color:#888;
	font-size:12px;
	line-height:20px;}

.article_article .body{
	width:700px;
	min-height:400px;
	padding:20px 0 100px;
	overflow:hidden;
	line-height:26px;
	font-size:14px;
	color:#333;}
.article_article .body img{
	max-width: 700px;
	height:auto !important;
   _width: expression_r( document.body.clientWidth > 700 ? "700px" : "auto" );}

.article_article .sharebox{
	border-bottom:1px #cfcfcf dotted;
	overflow:hidden; zoom:1;}
.article_article .bdsharebuttonbox{
	float:right;
	width:150px;}

.syyxyy{
	padding:10px 10px;
	line-height:24px;}
.syyxyy p{
	padding:5px 0;
	color:#666;
	font-size:14px;}
.syyxyy p a{
	color:#333;}
.syyxyy p a:hover{
	color:#ff5400;}







/*产品内容页*/
.article_product{
	padding:15px;}
.article_product .info{
	float:right;
	width:400px;}
.article_product .info h1{
	font-size:24px;
	line-height:30px;
	color:#750b13;
	font-weight:normal;
	padding:15px 5px 15px;
	border-bottom:1px #cfcfcf dashed;
	margin-bottom:20px;}
.article_product .info p{
	font-size:14px;
	color:#333;
	line-height:24px;
	padding:8px 0 8px 5px;}
.article_article .con{
	width:auto;}
/*图片放大镜样式*/
.spec-preview{ float:left;width:300px;height:300px;border:1px solid #DFDFDF;}
.jqzoom{float:left;border:none;position:relative;padding:0px;cursor:pointer;margin:0px;display:block;}
.jqzoom img{ width:300px; height:auto !important;}
.zoomdiv{z-index:100;position:absolute;top:0px;left:0px;width:350px;height:350px;background:#ffffff;border:1px solid #CCCCCC;display:none;text-align:center;overflow:hidden;}
.jqZoomPup{z-index:10;visibility:hidden;position:absolute;top:0px;left:0px;width:20px;height:20px;border:1px solid #aaa;background:#ffffff /*url(../images/zoom.png) 50% center no-repeat*/;opacity: 0.5;-moz-opacity: 0.5;-khtml-opacity: 0.5;filter: alpha(Opacity=50);}