
/************
*此为页面公共样式
*包含新闻列表、新闻详情、分页样式
*产品列表
*
************/

/****************************News****************************/
.xinwen ul.xw{ padding:0px 10px 10px;}
.xinwen ul.xw li{ position:relative; height:30px; line-height:30px; border-bottom:1px dotted #ccc; background:url(../images/8.png) no-repeat 4px center; padding:0 0 0 19px;}
.xinwen ul.xw li:hover{background:url(../images/8.png) no-repeat 4px center #fafafa; border-radius:2px;}
.xinwen ul.xw li a:hover{text-decoration:underline;}
.xinwen ul.xw li span{ position:absolute; top:0; right:0; height:30px; line-height:30px; padding:0 6px 0 0; color:#999; font-size:11px;}
.xinwen dl{ border-bottom:1px dotted #dfdfdf; padding:0 0 6px; margin-bottom:6px;}
.xinwen dl dd{ color:#666; height:46px; overflow:hidden;}
.xinwen dl dt{ height:26px; line-height:26px; overflow:hidden; position:relative; background:url(../images/bg_b.png) no-repeat 0px center; padding-left:12px;}
.xinwen dl dt a{ font-weight:bold;}
.xinwen dl dt a:hover{ text-decoration:underline;}
.xinwen dl dt span{ height:24px; display:inline-block; line-height:24px; background:#eee; padding:0 4px; position:absolute; top:1px; right:0;}


/****************************page****************************/

.fenye{ height:26px; overflow:hidden; margin:10px 0 15px;  text-align:center; clear:both;}
.fenye ul{ height:26px; line-height:26px; text-align:center; display:inline-block; *padding-left:20px;}
.fenye ul li{ float:left; display:inline-block; margin:0 4px 0 0;}
.fenye ul li.thisclass{ width:26px; height:26px; font-weight:normal; line-height:26px; border-radius:2px; background:#eb4706; color:#fff;}
.fenye ul li a{ display:block; width:24px; height:24px; text-align:center; line-height:24px; border:1px solid #d1d1d1; border-radius:2px;}
.fenye ul li a:hover{ color:#fff;background:#eb4706;border-radius:2px; text-decoration:none; border:none; height:26px; line-height:26px; width:26px;}
.fenye ul li span.pageinfo{ border:1px solid #dedede; padding:1px 4px; border-radius:2px; font-weight:normal; display:inline-block; line-height:22px; height:22px;}
.fenye ul li span.pageinfo strong{font-weight:normal;}
.fenye ul li.prev,.fenye ul li.next{ line-height:24px;}
.fenye ul li.first,.fenye ul li.last{ line-height:24px; border:1px solid #dedede; height:24px;border-radius:2px; width:40px;}
.fenye ul li.first a,.fenye ul li.last a{ width:40px; border:none}
.fenye ul li.first a:hover,.fenye ul li.last a:hover{ width:40px; border:none; height:24px; line-height:24px;}
.fenye ul li.prev a,.fenye ul li.next a{ width:66px;}
.fenye ul li.prev a:hover,.fenye ul li.next a:hover{ width:68px; height:26px;}


/****************************details****************************/

.news-body{padding:0px 5px 0; height:auto; overflow:hidden; line-height:2.2em;*line-height:2.3em;}
.news-body h1{ margin:10px 0 10px; font-size:20px; text-align:center; font-family:"微软雅黑"; font-weight:normal; height:24px; line-height:24px; overflow:hidden; color:#121212;}
.news-body h2{ text-align:center; height:20px; font-size:14px; overflow:hidden; line-height:20px; font-family:"宋体";}
.news-body .newsdetail{ padding:8px 4px;}
.news-body .newsdetail img{ max-width:722px;}
.context{ border-top:1px dotted #838383; padding:10px 0 0 0; margin:10px 0 15px ;}
.context ul{ padding:0 0 0 10px;}
.context ul li{ height:24px; line-height:24px; margin-bottom:2px; overflow:hidden;}
.context ul li a:hover{ color:#c52d28; text-decoration:underline;}

/**************************四个******************************/
.chanpin{padding:0px 0px 0; height:auto; overflow:hidden; line-height:2.2em;*line-height:2.3em;}
.chanpin ul{ height:auto; overflow:hidden; padding:6px 0 6px;}
.chanpin ul li{ width:170px; float:left; margin:0 12px 8px 0;}
.chanpin ul li a.pic{
	 display:table-cell; padding:0px; 
	 text-align:center; vertical-align:middle;
	 width:170px; height:125px;
	 overflow:hidden;
	 }
.chanpin ul li a.pic img{
	 max-width:170px; max-height:125px;
	 width: expression(this.width > 170 && this.width > this.height ? 170 : auto);height: expression(this.height > 125 ? 125 : auto);
	 transition:all 0.3s linear 337ms;
	 -ms-transition:all 0.3s linear 337ms;
	 -moz-transition:all 0.3s linear 337ms;
	 -webkit-transition:all 0.3s linear 337ms;
	 -o-transition:all 0.3s linear 337ms;
	 }
.chanpin ul li a.pic img:hover{
-ms-transform:rotate(0deg) scale(1.2); /* IE 9 */
-moz-transform:rotate(0deg) scale(1.2); /* Firefox */
-webkit-transform:rotate(0deg) scale(1.2); /* Safari and Chrome */
-o-transform:rotate(0deg) scale(1.2); /* Opera */
transform:rotate(0deg) scale(1.2);
}
.chanpin ul li a.pic:hover img{ opacity:0.8;filter:alpha(opacity=80); }
.chanpin ul li p{ margin:4px 0; height:22px; line-height:22px; overflow:hidden; text-align:center;}
.chanpin ul li p a:hover{ text-decoration:underline;}