/***********************************************

	Name: ZhongTian
	Date: 2011-12-23
	Theme URI: http://www.ztjn.com/

***********************************************/

* {
	margin: 0;
	padding: 0;
}

body {
	margin: 0 auto;
	font-size: 12px;
	color: #333; 
	background: #e9e9e9; /** FCFCFC **/
	font-family: /**"Microsoft YaHei", **/verdana, tahoma, arial, sans-serif; 
}

#container {
	width: 780px;
	background:#fff;
	margin:10px auto 0 auto;
	padding:10px 20px 5px 20px;
	/** CSS3 Border-radius **/
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

/************************************************
*	Base
************************************************/
a {
	text-decoration:none;
}

a:link, a:visited {
	color: #003366;
}

a:hover {
	color: red;	
	text-decoration:none;
	text-decoration:underline;
}

p {
	font-size: 12px;
	line-height: 1.8em;
}

img {
	border:0;
}

#content table {
	line-height: 2em;
}

#entry table {
	width: 100%;
	margin: 10px 0 20px 3px;
	border-collapse: collapse;
}

#entry th,  #entry td {
/**
	border: 1px solid #CCC;
**/
	padding: 4px 8px;
}

 #entry th {
	text-align: left;
	background: #F3F3F3;
}


/************************************************
*	Class
************************************************/
.clear {
	clear: both;
}

.icon {
	float: left;
	padding: 0 5px 0 0;
}
/************************************************
*	Header
************************************************/
#header {
	height: 80px;
	margin: 0px 0 5px 0;
/**
	border-bottom: #C1C1C1 1px dashed;
**/
}

*html #header {
	margin: 0px 0 5px 0;
	padding: 0;
}

#logo {
	float: left;
	margin: 25px 0 0 0;
	width: 150px;
	height: 50px;

}

#telephone {
	float:right;
	color: red;
	font-size: 14px;
	text-align: right;
	margin: 10px 5px 10px 0;
	font-weight: bold;
}

/************************************************
*	Nav
************************************************/

#nav {
	float: right;
    background: url("images/nav_jg.jpg") no-repeat scroll 0 center #0186D1;
    height: 36px;
    line-height: 37px;
    padding: 0;
    width: 600px;
}

#nav ul {
	list-style: none;
	padding: 0 0;
	margin: 0;
}

#nav ul li {
	float: left;
	text-align: center;
}

#nav ul li a {
    background: url("images/nav_jg.jpg") no-repeat scroll 100% center transparent;
    color: #FFFFFF;
    display: block;
    height: 36px;
    line-height: 36px;
    text-decoration: none;
	width: 75px;
}

ul#nav li a span {
    display: block;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 75px;
}

#nav ul li a:hover {
    background: url("images/nav_item_active.jpg") no-repeat scroll center bottom #7DBE29;
    display: block;
    float: left;
    height: 36px;
    line-height: 36px;
    text-align: center;
    width: 75px;
}

/************************************************
*	Banner
************************************************/

#banner {
	width: 780px;
	height: 245px;
/**
	width: 906px;
	height: 245px;
**/
	margin: 0 0 0 0;
/**
	border-bottom: #e9e9e9 1px solid;
**/
	padding: 0 0 10px 0;
	position: relative;
}

/************************************************
*	Content
************************************************/
#main {
	padding: 0px 0 10px 0;
	width: 780px;
}

#content {
	float: right;
	width: 580px;
	border-left: #e6e6e6 1px solid; /** #e6e6e6  #f1f1f1 **/
	padding: 0 0 0 30px;
}
#zcontent {
	float: left;
	width: 540px;
	background: url("images/xwtp_bg.jpg") no-repeat scroll right center transparent;
	padding: 5px 30px 0 0;
}

#case {
	width: 780px;
	padding: 0 20px 0 0;
}
	#case p {
		text-align: center;
		margin: 10px 0 0 0;
	}

#content h2{
	font-size: 18px;
}
	h1 {
		font-size: 16px;
	}
	#title {
		color: #333;
		font-size: 16px;
		margin: 0 0 20px 0;
		padding: 5px 0 10px 0;
		text-align: center;
		border-bottom:#e6e6e6 1px solid; 
	}
	#meta {
		width: 580px;
		font-size: 12px;
		text-align: right;
	}
#menu {
	border-bottom: 1px #e6e6e6 dashed;
	margin: 0 0 5px 0;
	padding: 0 0 5px 0;
}

#content p, #zcontent p{
	font-size: 12px;
	margin: 0 0 15px 0;
	text-align:justify;
	text-justify:inter-ideograph;
}

#entry h3  {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#entry h3 a {
	color: #001166;
	text-decoration: none;
	border-bottom: 1px #001166 dashed;
}

#entry h3 a:hover {
	color: red;
	border-bottom: 1px #666666 solid;
}

#entry p {
	font-size: 12px;
}

			#content #entry ul {
				line-height: 2em;
				margin:1em 2em;
				padding:0 1em;
				list-style-type: square;
			}

			#content #entry ol {
				line-height: 2em;
				list-style-type:decimal;
				margin:1em 2em;
				padding:0 1em;
			}

	#postnav {
		margin:0;
		margin-top:3em; 
		padding:1em 0; 
		border-top:1px dashed #e6e6e6;
	}

	#postnav ul {
		list-style:none;
	}

	#postnav ul li a {
		line-height: 2em;
	}

/************************************************
*	Sidebar
************************************************/

#sidebar ul li {
			list-style: none;
			line-height: 2em;
}


#zsidebar {
	width: 200px;
	float: right;
	padding: 0 0 0 0;
}

#zinfo {
	margin: 0 0 10px 0;
}
#zinfo p {
	color: red;
	line-height: 2em;
	margin: 0 0 10px 0;
}

#notic {
	margin: 0 0 0 0;
	padding: 0 10px 0 10px;
/**
	border-bottom: #e9e9e9 1px solid;
**/
}
#notic p {
	color: #000000;
	line-height: 2em;
	margin: 0 0 10px 0;
}

#sidebar {
	width: 160px;
	float: left;
	padding: 0 0 0 0;
}

#sidebarx {
	float: left;
}

#related {
	height: 100px;
	margin: 0 0 10px 0;
}

#related ul {
			list-style: none;
			line-height: 2em;
}

#related h3 {
	font-size: 12px;
	margin: 0 0 10px 0;
	padding:10px 0 10px 5px;
/**
	background: url("images/more.jpg") no-repeat scroll right 0px transparent;
**/
	border-top: #e9e9e9 1px solid;
	border-bottom: #e9e9e9 1px solid;
}

#related ul li {
	float: left;
	line-height: 2em;
	border-bottom: #f1f1f1 1px solid;
	overflow:hidden;
	width: 190px;
	height:24px;	
}

#related ul li a {
	padding: 0 0 0 7px;
	background: url("images/li.gif") no-repeat scroll left 5px transparent;
}

/************************************************
*	Show Case
************************************************/

#show ul {
	list-style-type: none;
	width: 780px;
	padding: 0 0 0 0;
	margin: 0;
}
#show ul li {
	width: 130px;
	display: inline;
	float: left;
	line-height: 1.8em;
	margin: 0 25px 0 0;
}
#show ul li strong {
	width: 133px;
	height: 24px;
	display: block;
	background:#f1f1f1;
	color:#666;
	padding: 3px 0;
	margin: 5px 0 0 0;
	text-align: center;
}
#show ul li a:hover strong {
	background:#999999;
	color:#ffffff;
	text-decoration:none;
}
#show {
	border-top: #e6e6e6 1px solid; /** #e6e6e6 1px f1f1f1 solid; **/
	padding: 0 0 10px 0; /** 10px **/
	border-bottom: #e6e6e6 1px solid;
}

#show h3 {
	color: #666666;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	border-bottom: #e6e6e6 1px solid;
	margin: 0 0 15px 0;
/**
	color: #0087D1;
	font-size: 12px;

/**
	border-bottom: #e6e6e6 1px solid;
	margin: 0 0 15px 0;
**
	padding: 5px 0 10px 10px;
	height:24px;
    background: url("images/xtitle.gif") no-repeat scroll 0 0 transparent;
**/
}

#show a {
	line-height: 1.8em;
	margin: 0 20px 0 0;
}

/** Case Show  Begin **/

#colee_left { clear: left; margin-bottom: 0px; }
#colee_left{ overflow: hidden; width: 760px; }
#colee_left ul{ overflow: hidden; width: 855px; }
*html #colee_left ul{ overflow: hidden; width: 870px; } 
#colee_left ul li{ display: inline; float: left; margin-right: 12px; }

/** Case Show End **/

#slist h3 {
	font-size: 14px;
	margin: 0 0 10px 0;
}

#slist a {
	font-size: 14px;
	line-height: 1.8em;
	margin: 0 20px 0 0;
}


#zproduct {
	margin: 0 0 0 0;
}

#zproduct h2 {
    background: url("images/tp_title.jpg") no-repeat scroll 0 0 transparent;
    color: #FFFFFF;
	font-size: 12px;
	margin: 25px 0 0 0;
	padding: 5px 0 0 5px;
	height:24px;

}

#zproduct h2 a img {
	margin:0 0 0 55px;
}

#zproduct ul li {
	float: left;
	width: 100px;
	line-height: 2em;
	border-bottom: #f1f1f1 1px solid;
	padding: 2px 0;
	height:25px;
}

#zproduct li a {
	display: block;
}

#zproduct li a:hover {

}

#zproduct ul {
	width: 200px;
	height: 80px;
	padding: 0 0 0 5px;
	list-style:none;
}


/************************************************
*	List
************************************************/
#list {
	width:550px;
	line-height: 1.8em;
}

#list ul {
	list-style:none;
}

#list ul li {
	width: 580px;
	clear: both;
		line-height: 1.8em;
}
#list ul li a {
	float: left;
/**
	background: url("images/li.gif") no-repeat scroll left 12px transparent;
**/
	font-size: 12px;
	line-height: 2em;
	padding: 0 0 0 0;
}

li.news span {
	float: right;
}

li.summary {
	margin: 0 0 20px 0;
	padding: 10px 0 0 0;
	border-top: #dddddd 1px solid; /** #e6e6e6 1px dashed; **/ 
	color: #666666;
}


#pagelist {
	margin: 10px 0 20px 0;
}

#pagelist ul {
	padding: 10px 0 0 0;
	border-top: #e6e6e6 1px solid;
}

#pagelist ul li {
	padding: 2px;
	display: inline;
}

#pagelist ul li a {
}


/************************************************
*	Footer
************************************************/
#footer {
	width: 800px;
	margin: 10px auto 0 auto;
/**
	background: #eeeeee url("images/footer.jpg") no-repeat 25% 18% ;
**/
	height: 50px;
	color: #333;
	padding: 0 0 0 0;
	text-align: left;
/**
	border-top:#D8D8D8 1px solid;
**/
}

#footer a {
	color:#666666;
}

#footer p {
	color: #666666;
	font-size: 12px;
	line-height: 1.8em;
}

#copy {
	float: left;
}

#info {
	float: right;
}

#analytics {
	display: none;
}



#news, #links {
	width: 780px;
	margin: 0 0 20px 0;
}

#news h3 a {
	color: #666666;
}

#news h3 {
	color: #666666;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	border-bottom: #e6e6e6 1px solid;
	margin: 0 0 15px 0;
/**
	padding: 5px 0 10px 10px;
	height:24px;
**/
/**
    background: url("images/xtitle.gif") no-repeat scroll 0 0 transparent;
**/
}

#links h3 {
	color: #666666;
	font-size: 12px;
	padding: 5px 0 5px 10px;
	border-bottom: #e6e6e6 1px solid;
	border-top: #e6e6e6 1px solid;
	margin: 0 0 10px 0;
/**
	padding: 5px 0 10px 10px;
	height:24px;
**/
/**
    background: url("images/xtitle.gif") no-repeat scroll 0 0 transparent;
**/
}
#links ul {
	list-style:none;
	margin: 0 0 0 10px;
}

#news ul {
	list-style:none;
	height:  70px;
}
#news  ul li {
	line-height: 1.8em;
	float: left;
	width: 250px;
}
#news ul li span {
	color:#666666;
	float:right;
	padding: 0 10px 0 0;
}
#news ul li a {
	color: #666;
/**
	text-decoration:underline;
**/
	text-decoration:none;
	background: url("images/li.gif") no-repeat scroll left 8px transparent;
	padding: 0 0 0 8px;
	float: left;
}
#news ul li a:hover {
	color: red;
	text-decoration:none;
}

.atitle {
	width: 150px;
	border: 1px solid #D7D7D7;
}
.ptitle {
	background: #DDDDDD;
    color: #666666;
    padding-left: 0;
    padding-top: 5px;
	margin: 0 0 5px 0;
}
.ptitle h2 {
	font-size: 14px;
	border-bottom: #e6e6e6 1px solid;
	padding: 0 0 5px 25px;
}

#pcontent {
    padding-left: 15px;
    width: 130px;
}
#pcontent ul {
	padding: 0px 0 5px 0 ;
	display: block;

}
#pcontent ul li {
/**
    background-attachment: scroll;
    background-image: url("images/literm_ico.gif");
    background-position: 0px 8px;
    background-repeat: no-repeat;
	padding: 0 0 0 15px;
**/
    width: 130px;
	height: 24px;
	display: block;
}

#pcontent ul li a {
	display: block; 
    background-attachment: scroll;
    background-image: url("images/literm_ico.gif");
    background-position: 0px 8px;
    background-repeat: no-repeat;
	padding: 0 0 0 15px;
}

#pcontent ul li a:hover {
	background:#eee;
}


#enterprise {
	border-top: #e6e6e6 1px solid;	
	padding: 10px 0 10px 5px;
}

#enterprise a {
	margin: 0 5px 0 0;
}
