﻿@charset "utf-8";
/* CSS Document */

/*图文简介*/
.textinfo{ line-height:30px; padding:10px 0;}
	.textinfo p{ padding:5px 0;}

/*案例列表*/
.PJ_title{ padding:20px 5px 0;}
	.PJ_title li{ width:78px; height:78px; background:#fff; overflow:hidden; border:solid 5px #fff; float:left; margin:13px;filter: Alpha(Opacity=80); opacity: 0.8;}
	.PJ_title li img{ width:78px; height:78px;}
	.PJ_title li.cur{filter: Alpha(Opacity=100); opacity: 1;}
	/*圆角阴影*/.PJ_title li{ border-radius:45px;filter:progid:DXImageTransform.Microsoft.Shadow(color=#ccc,direction=120,strength=2);/*ie*/
	-moz-box-shadow: 2px 2px 5px #ccc;/*firefox*/
	-webkit-box-shadow: 2px 2px 5px #ccc;/*safari或chrome*/
	box-shadow:2px 2px 5px #ccc;/*opera或ie9*/}
	.PJ_content_top{ background:url(../images/PJ_bg.png) 0 0 no-repeat; height:20px; width:700px; margin-top:20px; position:relative;}
		.PJ_content_top p{ width:40px; height:16px; background:url(../images/PJ_cur.jpg) no-repeat; position:absolute; top:-12px; left:40px;}
	.PJ_content_bottom{ background:url(../images/PJ_bg.png) 0 -20px no-repeat; height:20px; margin-bottom:20px; width:700px;}
	.PJ_content{ width:700px; background:url(../images/PJ_bg.png) -702px 0 repeat-y;}
		.PJ_content li{ padding:20px; text-align:center; min-height:364px; height:auto; _height:364px;}
		.PJ_content li img{max-width: 650px; width: expression(this.width > 650 ? 650 : true); }
		
/*新闻列表*/
.newslist{}
	.newslist li{ border-bottom:dotted 1px #c8c9ca; line-height:35px; padding-left:15px; background:url(../images/news_ico.jpg) 2px 50% no-repeat;}
		.newslist li samp{ float:right; padding-right:5px; font-style:normal; color:#888b8d;}

/*新闻详细*/
.NewsDetail{ padding-top:15px;}
	.NewsDetail header h1{ font-size:20px; color:#000; text-align:center; line-height:35px; margin-bottom:10px;}
	.NewsDetail header p{ text-align:center;}
		.NewsDetail header p span{ padding:0 10px;}
	.NewsDetail .NewsContent{ padding:10px; font-size:12px; line-height:30px; min-height:350px; height:auto; _height:350px;}
	.NewsDetail footer{ border-top:dotted 1px #999; margin-top:5px; line-height:40px;}
		.NewsDetail footer .NewsSkip{ text-align:center;}
		.NewsDetail footer .NewsSkip li{ display:inline; padding:0 10px;}
	
/*页码*/
#AspNetPager1{ padding:14px 0; overflow:hidden;}