﻿
#navigation ul.sub-menu{
	position: absolute;
	width: 160px;
	margin: 0;
	top: 44px;
	display: none;
	background: #AFAFAF;
	list-style: none;
	list-style-position:inside;
	z-index: 9;
	border: 1px solid #8D8B8B;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	padding: 0 0 10px 0;
	-moz-box-shadow: 0px 2px 4px #aba9a9;
	-webkit-box-shadow: 0px 2px 4px #aba9a9;
	box-shadow: 0px 2px 4px #aba9a9;
}
#navigation ul.sub-menu li{
	background:#f5f5f5;
	background: -moz-linear-gradient(bottom,#ebebeb ,#FFF );
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0, #ebebeb), to(#FFF));
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF'); /* IE6,IE7 only */
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#ebebeb', EndColorStr='#FFFFFF')"; /* IE8 only */
	border-bottom: 1px solid #9ea09f;
	display: block;
	width: 160px;
}
#navigation ul.sub-menu li:first-child{
	border-top: 1px solid #fff;
	-moz-border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
}
#navigation ul.sub-menu li:last-child{
	border-bottom: 1px solid #fff;
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}
#navigation ul.sub-menu a{
	color: #444;
	display: block;
	padding: 13px;
}
#navigation ul li.current-menu-item a{
	color: #444;
}
#navigation ul li a:hover{
	color: #000 !important;
}

#loopedSlider,#content-wide,.post-small,.widget{
	background: #EBEBEB;
	border: 1px solid #aaa8a8;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}


.post-small{
	border: 1px solid #1F0F2F;
	border-bottom: 1px solid #74677F
}
.wide-depth{
	background: url(images/depth.png) top left no-repeat;
	height: 20px;
}
.small-depth{
	background: url(images/depth-small.png) top left no-repeat;
	height: 20px;
}
#sidebar .small-depth{
	background: url(images/depth-sidebar.png) top left no-repeat;
}

.container, .content-inner{
	display: block;
	border: 1px solid #fff;
	margin: 0;
	padding: 0px;
	list-style: none;
	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
}

/* Slider styling */
.container { width:956px; height:375px; overflow:hidden; position:relative;  padding: 0; background: url(images/light.png) top center no-repeat; }
.slides { position:absolute; top:0; left:0; list-style:none; padding:0; margin:0; }
.slides li { position:absolute; top:0; width:956px; display:none; padding: 46px; }
#slide1{
	display: block;
}

.slides li h1{
	font-size: 28px;
	color: #4f4f4f;
	margin:0;
}
.slides li h3{
	color: #817f7f;
	font-size: 15px;
}
.slides li p{
	color: #6a6868;
	margin: 0 0 15px 0;
}
.slides li .alignright{
	margin-left: 60px;
}
#slides-navigation{
	/*background: url(images/featured-nav.png) top left no-repeat;*/
	margin-top: 10px;
	margin-bottom: 20px;
}
#slides-navigation ul{
	float: left;
	margin: 0;
}

#slides-navigation ul li{
	float: left;
	list-style: none;
	margin: 0 20px 0 0
}
#slides-navigation ul li a{
	color: #fff;
	text-decoration: none;
	font-weight: bold;
	height: 89px;
	line-height: 89px;
	display: block;
	outline: none;
}
#slides-navigation ul li a img{
	float: left;
	margin: 14px 0 0 0;
	display: inline;
	background: #2b1b3b;
	padding: 4px;
	border: 1px solid #8f66b6;
	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#slides-navigation ul li.active a img, #slides-navigation ul li a:hover img, #slides-navigation ul li a:active img{
	background: #fff;
	border: 0px solid;
	-moz-box-shadow: 2px 2px 3px #2b1b3b;
	-webkit-box-shadow: 2px 2px 3px #2b1b3b;
	box-shadow: 2px 2px 3px #2b1b3b;
	margin: 15px 1px 0 1px;
}
#slides-navigation a.btn_alt{
	position: relative;
	top: 25px;
	right: 30px;
}
#slides-navigation a.btn_alt span{
	font-size: 16px;
}
.arrow-left{
	display: inline;
	float: left;
	margin: 0 13px 0 13px;
	width: 22px;
	height: 26px;
	text-indent: -9999px;
	outline:none;
	background: url(images/previous.png) top left no-repeat;
}
.arrow-right{
	display: inline;
	float: right;
	margin: 0 13px 0 13px;
	width: 22px;
	height: 26px;
	text-indent: -9999px;
	outline:none;
	background: url(images/next.png) top left no-repeat;
}

/* Recent Posts STYLING */
#recent-posts{
	visibility: visible;
	overflow: hidden;
	position: relative;
	z-index: 2;
	left: 0px;
}
#recent-wrap{
	/*background: #674B80 url(images/texture.png) top center no-repeat;*/

	-moz-border-radius: 6px 6px 6px 6px;
	-webkit-border-radius: 6px 6px 6px 6px;
	border-radius: 6px 6px 6px 6px;
	margin-bottom: 20px;
	padding-top: 15px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}
#recent-posts ul{
	list-style:none;
	position: relative;
	z-index: 1;
	overflow: hidden;
}
#recent-posts ul li{
	overflow: hidden;
	float: left;
}
#recent-posts a{
	text-decoration: none;
	color: #FFFFFF;
	font-size: 15px;
	font-weight: normal;
}
.previous,.next{
	margin-top: 35px;
}
.next{
	float: left;
	margin-left: 0;
}
#recent-posts{
	margin-top: 0;
	margin-bottom: 0;
	margin-right: 65px;
	margin-left: 65px;
}
#recent-title{
	background: url(images/newspaper_32.png) no-repeat;
	font-size: 22px;
	color: #4f4f4f;

	padding: 0 0 0 50px;
	line-height: 32px;
	margin: 0 0 20px 0;
}
#recent-posts ul{
	list-style: none;
	margin: 0 auto;
	padding: 0;
}
#recent-posts li{
	padding: 0 37px 0 0;
	height: 232px;
	width: 289px;
}

#recent-posts ul li img{

	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;


	-moz-border-radius: 3px 3px 3px 3px;
	-webkit-border-radius: 3px 3px 3px 3px;
	border-radius: 3px 3px 3px 3px;
}
#recent-posts ul li h2{
	color: #4f4f4f;
	font-size: 18px;
	margin: 0;
}
#recent-posts ul li span{
	display: block;
	color: #FFFFFF;
	font-size: 13px;
	font-family: "微??中?";
}
.recent-next, .recent-previous{
	position: relative;
	z-index:10;
	top: -180px;
}

/* Homepage styling */

.double-col{
	width: 560px;
	float: left;
	margin: 0 30px 20px 0;
}
.col{
	width: 264px;
	padding: 0 30px 0 0;
	float: left;
}
.last-col{
	width: 190px;
	padding: 0 0 0 80px !important;
	margin: 0;
}
.post-small .content-inner{
	padding: 10px;
}

#page-heading{
	border-bottom: 1px solid #BFBFBF;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 20px;
	margin-left: 0;
}
#page-heading h1{
	margin: 0 !important;
}
.post-details{
	margin: 0 0 15px 0;
}
h2{
	font-size: 16px;
	color: #4f4f4f;
	margin: 0 0 10px 0;
}
h1, #sidebar h2{
	font-size: 18px;
	color: #4f4f4f;
	margin: 0 0 10px 0;
}
h3{
	color: #817f7f;
	font-size: 15px;
	margin: 0 0 10px 0;
}
.post-details h2{
	font-size: 22px;
	color: #4f4f4f;
	margin: 0;
}
.post-details h2 a{
	color: #444;
	text-decoration: none;
}
.post-meta-data{
	display: block;
	color: #817f7f;
	font-size: 13px;
}
.post-meta-data a{
	padding: 3px;
	color: #fff;
	background: #A4A4A4;
	-moz-border-radius: 5px 5px 5px 5px;
	-webkit-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
	text-decoration: none;
}
.post-navigation{
	margin: 30px 0 0 0;
}
.post-navigation a{
	color: #444;
	text-decoration: none;
	font-weight: bold;
}
.post-navigation .alignleft a{
	background: url(images/previous.png) top left no-repeat;
	line-height: 26px;
	padding: 0 0 0 30px;
	display:block;
}
.post-navigation .alignright a{
	background: url(images/next.png) top right no-repeat;
	line-height: 26px;
	padding: 0 30px 0 0;
	display:block;
}
#content-wide h1{
	font-size: 20px;
	color: #4f4f4f;
	
}
#content-wide h1{
	font-size: 20px;
	color: #4f4f4f;
	
}
#content-wide img.alignleft{
	margin: 0 20px 20px 0;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
}
#content-wide img.alignright{
	margin: 0 0 20px 20px;
	padding: 4px;
	background: #fff;
	-moz-box-shadow: 1px 1px 2px #b3b3b3;
	-webkit-box-shadow: 1px 1px 2px #b3b3b3;
	box-shadow: 1px 1px 2px #b3b3b3;
}
.comment-entry, .service{
	clear:both;
	background: #FFFFFF;
	padding: 15px;
	border: 1px solid #6E8B3D;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
}
.comment-entry p{
	margin: 0;
}
.comment-entry-container, #services li{
	background: #AAA8a8;
	border: 1px solid #AAA8A8;
	-moz-border-radius: 4px 4px 4px 4px;
	-webkit-border-radius: 4px 4px 4px 4px;
	border-radius: 4px 4px 4px 4px;
	clear: both;
	padding: 0 0 6px 0;
}
.comment-entry-top{
	clear: both;
	display: block;
	width: 0px;
	margin: 0 0 0 80px;
	border-bottom: 10px solid #AAA8A8;
	border-left: 8px solid #e8e8e8;
	border-right: 8px solid #e8e8e8;
}


#table-container {
    border: 1px solid #ddd;
    height: 520px;
    margin-left: -40px;
    margin-top: 10px;
    overflow: auto;
    width: 920px;
}
#table-container table {
    border-collapse: collapse;
    border-width: 0;
    width: 100%;
}
#table-container table td {
    border-bottom: 1px solid #ddd;
    border-right: 1px solid #ddd;
    padding: 0;
}
#table-container .table-tdbg {
    background: #e8e8e8 none repeat scroll 0 0;
}
#table-container .table-top td:last-child {
    border-right: 0 solid #ddd;
}
#table-container .table-right td:last-child {
    border-right: 0 solid #ddd;
}
#table-container .table-right tr:last-child td {
    border-bottom: 0 solid #ddd;
}
#table-container .table-left tr:last-child td {
    border-bottom: 0 solid #ddd;
}
#table-container td div {
    display: inline-block;
    line-height: 24px;
    margin: 5px;
    max-width: 200px;
    overflow: hidden;
    text-align: left;
    text-overflow: ellipsis;
    white-space: nowrap;
}
#table-container .table-lt {
    position: fixed;
    z-index: 3;
}
#table-container .table-top {
    overflow: hidden;
    position: fixed;
    z-index: 2;
}
#table-container .table-left {
    overflow: hidden;
    position: fixed;
    z-index: 2;
}
#table-container .table-right {
    position: relative;
    z-index: 1;
}
#table-container .table-mask {
    position: relative;
}
#getD {
    background: #fff none repeat scroll 0 0;
}
#getS {
    background: #fff none repeat scroll 0 0;
}
#getDS {
    background: #fff none repeat scroll 0 0;
}
#logout {
    background: #fff none repeat scroll 0 0;
}
#getD1 {
    background: #fff none repeat scroll 0 0;
}


.top-Box {
	width:844px;
	margin:0 40px 40px;
}
.top-BoxL {
	float:left;
}
.top-BoxL ul {
	margin:0;
	padding:0; 
	list-style:none; 
	line-height:20px;
	font-size:15px;
	color:#1D1D1D;
}
.top-BoxL li {
	clear:both; 
	overflow:hidden; 
}

.top-BoxL div{
	border-bottom: 0px solid #D9D9D9;

}
.td1 {
	float:left; 
	width:100px;  
	padding-bottom:800px;
	margin-bottom:-800px; 
}
.td2 {
	float:right;
	width:700px;  
	padding-bottom:800px;
	margin-bottom:-800px; 
	text-align:left;
}
h3.title2 {
	color:#4f8301;
	font-size:18px;

	margin:0 38px 10px;
	font-weight:bold;
}
cider{text-decoration:underline overline line-through} 
#m6{
	background-image:url(./images/photo_haihui_shou001.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m6 a{background-position:-18px -20px;}
#m6 a:hover  {background-position:200px 18px;}
#m7{
	background-image:url(./images/photo_haihui_shou002.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m7 a{background-position:-18px -20px;}
#m7 a:hover  {background-position:200px 18px;}
#m8{
	background-image:url(./images/photo_haihui_shou003.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m8 a{background-position:-18px -20px;}
#m8 a:hover  {background-position:200px 18px;}
#m9{
	background-image:url(./images/photo_haihui_shou004.png);
	background-repeat:no-repeat;
	display:block;
	width:100px;
	height:150px;
	padding-left:500px;
	padding-top:8px;
}
#m9 a{background-position:-18px -20px;}
#m9 a:hover  {background-position:200px 18px;}
.ls{
letter-spacing:3px;
line-height:20px;
margin-top:0px;
} 
.ls1{
letter-spacing:1px;
line-height:25px;
} 
.ls2{
line-height:25px;
} 
.focusImg{ border:1px solid #DCDDDD; height:470px; overflow:hidden; margin:0 auto;}