* {
padding:0;

margin:0;

}

h1, h2, h3, h4, h5, h6, p, pre, blockquote, form, label, ul, ol, dl, fieldset, address { margin:20px 0; }

li, dd, blockquote { margin-left: 40px; }

fieldset { padding:10px; }

img { border: 0px; }
/* @end */

/* @group HTML, Body */
body {
	text-align: center;
	font-size:11px;
    font-family: Arial;;
	word-wrap:break-word; word-spacing:normal;
}
/* @end */

/* @group Layout */
div#outer-wrapper {
	background: url("../imgs/body-bkg.jpg") repeat-y top center;
	
}
div#inner-wrapper {
	background: url("../imgs/header-bkg.jpg") repeat-x;
}
div#content-wrapper {
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
div#logo {
	background: url("../imgs/logo-box-bkg.jpg") no-repeat;
	width: 194px;
	height: 225px;
	margin-top: 4px;
	text-align: center;
}
div#logo img {
	margin-top: 65px;
}
div#sidebar {
	float: left;
	width: 210px;
	display: inline;
}
div#content {
	float: right;
	width: 730px;
	margin-right: 30px;
	display: inline;
}
div#content-inner {
	margin-top: 10px;
	padding: 1px 0;
	background: url() no-repeat bottom right;
}
div.content-left {
	padding: 4px;
	width: 515px;
	margin-top:10px;
 	float: left;
	display: inline;
}

div.content-left p {
	margin: 4px 0 0 0 !important;
	color: #0e3391;
	text-align: left;
	    font-family: arial;

	padding: 2px;
	line-height:24px;
	
	
	font-size:11px;

}
div.content-left p span {
	font-size: .8em;
}


div.content-right {
	float: right;
	
}
div.content-right div.news{margin-left: 5px;
	width: 181px;
	display: block;
	background:#d6efff;
	height:300px;
	margin-top:15px;
	padding:5px 8px;
	text-align:left;}
	
	
div.content-right div.news li {font-family: arial;font-size:11px; color:#0c308f; font-weight:bold;}	
div.content-right div.news li a { text-decoration:none;}	
div.content-right div.news li a:hover { text-decoration: underline;}	

div.content-right div.map{ clear:both; text-align:center; margin-top:10px;}
div.content-full {
	clear: both;
	padding-top: 10px;
	font-size:11px;
	line-height:20px;
}



div.content-full p{ color:#000;}
div.content-full li{ float:left; list-style:none; display:inline; margin:0 3px; padding:0; line-height:30px; color:#000; font-size:12px; color:#0b308f;}

div.content-full li .news_name{ width:75%; display:block; float:left; overflow:hidden; color:#0b308f; font-size:11px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
div.content-full li .news_name a{ color:#000; text-decoration:none;}
div.content-full li .time{ width:20%; display:block; float:right; color:#000; font-family:Arial, Helvetica, sans-serif; font-size:11px;}

div#footer {
	clear: both;
	border-top: 1px solid #5e534f;
	background-color: #e7e5d2;
	padding: 10px;
}

img.content-img {
	float: left;
	border: 2px solid #ccc;
	margin: 0 10px 10px 0;
}

/* @end */

/* @group Nav */
ul#nav {
	margin: 0 0 20px 0;
	height: 40px;
	line-height: 45px;
	font-size: 11px;
	font-weight:bold;
    font-family: Arial regular;

	overflow: hidden;
}
ul#nav li {
	display: inline;
	list-style-type: none;
	/*text-transform: uppercase;*/
	margin: 0 20px 0 0;
}
ul#nav li a:link, ul#nav li a:visited {
	color: #0d3390;
	text-decoration: none;
}
ul#nav li a:hover {
	color: #f18a00;
	text-decoration:underline;
}

ul.side-nav {
	margin: 10px 5px 0px 17px;
	border-top: 1px solid #e9e7e7;
	font-size: 11px;
    font-family: Arial regular;
	font-weight:bold;
	color: #978f7c;
	/*text-transform: uppercase;*/
}

ul.side-nav li {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url(../imgs/tan3.jpg) no-repeat 5px 50%;
}
ul.side-nav li a:link, ul.side-nav li a:visited {
	color: #0e3391;
	text-decoration: none;
}
ul.side-nav li a:hover {
	background: url("../imgs/tanhover2.jpg") no-repeat 5px 50% #f6f5f0;
	color: #ea8b00;
}


ul.side-nav li.top1 {
	margin: 0;
	list-style-type: none;
	padding: 1px 0;
}
ul.side-nav li.top1 a {
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
	background: url("../imgs/tan3.jpg") no-repeat 5px 50%;
}
ul.side-nav li.top1 a:link, ul.side-nav li.top1 a:visited {
	color: #0e3391;
	text-decoration: none;
}
ul.side-nav li.top1 a:hover {
	background: url("../imgs/tanhover2.jpg") no-repeat 5px 50% #f6f5f0;
	color: #ea8b00;
}

ul#footer-nav {
	font-family: "Times New Roman", serif;
	font-size: .7em;
	text-transform: uppercase;
	margin: 0 0 10px 0;
}
ul#footer-nav li {
	display: inline;
	margin: 0;
	padding: 0 10px 0 5px;
	border-right: 1px solid #958d83;
}
ul#footer-nav li.last {
	border-right: none;
}
ul#footer-nav li a:link, ul#footer-nav li a:visited {
	color: #5e534f;
	text-decoration: none;
}
ul#footer-nav li a:hover {
	color: #453e3b;
}
/* @end */

/* @group Headings */

h2 {
	margin: 0 0 0 0;
	font-family: Helvetica;
	font-size: 2.2em;
	font-weight: bold;
	color: #0e3391;
}
h2.tit{ margin:0;
font-family:Verdana, Geneva, sans-serif;
font-size:15px;
color:#0e3391;}
h3.dateline {
	font-size: 11px;
	font-family:Arial; font-weight:bold;
	color: #f08000;
	margin: 0 0 10px 0;
}
h3.dateline2{font-size: .9em;
 text-align:center;
	font-weight: lighter;
	color: #0e3391;
	margin: 0 0 10px 0;}
.detail{ line-height:15px; font-size:.8em; color:#000; margin:0; padding:0; font-weight:normal;}
h4 {
	margin-left: 25px;
	margin-right: 10px;
	text-transform: uppercase;
	font-weight: lighter;
	margin-bottom: 10px;
	font-family: "Times New Roman", serif;
	color: #ea8b00;
}

/* @end */

/* @group Text Styles */
div#content-inner {
	font-size: .75em;
	color: #929291;
	line-height: 1.7em;
}
div#content-inner p {
	margin: 2px 0 30px 0;
}
p.intro:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
p.intro{ background:url("../imgs/pbg.jpg") no-repeat  center;}
p.culture:first-letter {
	font-size: 1.4em;
	letter-spacing: -1px;
}
.culture{	font-family: "Times New Roman", serif; 
}

p.culture img{ float:left; margin:0 15px 5px 0;}
p.copyright {
	font-size: .65em;
	font-family: "Times New Roman", serif;
	color: #797069;
	text-transform: uppercase;
	margin: 10px 0;
}
/* @end */

/* @group Lists */
	
/* @end */

/* @group Forms */
form#search-form {
	/*width: 150px;*/
	float: right;
	margin: 4px 0 0 0;
	border-right: 1px solid #736749;
	border-left: 1px solid #736749;
	border-bottom: 1px solid #736749;
}
form#search-form input.txt {
	width: 140px;
	/*border: 1px solid #736749;*/
	/*border-top: 4px solid #635534;*/
	border: none;
	margin: 0;
	padding: 4px;
	background-color: #dbd6c9;
	color: #fff;
	text-transform: uppercase;
}
/* @end */

/* @group Links - link visited hover active */
/*div#content-inner a:link, div#content-inner a:visited {
	color: #0b308f;
	text-decoration: none;
	
}
div#content-inner a:hover {
	color: #0b308f;
	
}
*/
p.newslist{ color:#0e3391; font-size: 1.1em;
	font-family: "Times New Roman", serif;}

p.copyright a:link, p.copyright a:visited {
	color: #0b308f;
	text-decoration: none;
}
p.copyright a:hover {
	color: #453e3b;
}
/* @end */

/* @group Misc */

div.profile p.company {     font-family: arial;font-size:11px; color:#0c308f; font-weight:bold; }
div.content-right li{ list-style:none; padding:0; margin:0px; text-align:left; font-size:12px; line-height:23px; font-family:Verdana, Geneva, sans-serif; }

div.ourculture p.cultures{ font-family: arial;font-size:11px; color:#000; }

div.ourculture div.culture div.vidd{ width:520px; float:left; border:0px solid #F00;}
div.ourculture div.culture div.cccs{ float:right; width:180px; border:0px solid #033;}



div.products li{ float:left; width:175px; margin-right:2px; border:0px solid #0F0;}
div.products li .img{ display:block; text-align:center; }
div.products li .title{ text-align:left; display:block; font-size:11px; font-weight:bold;} 
div.products li .contss{ font-size:11px; font-family:Arial, Helvetica, sans-serif; line-height:10px;color:#000;}

.products_detail p { text-align:left;}
.products_detail p img{ text-align:center;}

div.products_detail li{ float:left; width:174px;  margin-left:40px; border:0px solid #0F0; font-size:11px; height:130px; font-family:Arial, Helvetica, sans-serif; margin-bottom:15px;}
div.products_detail li .pic{ display:block; text-align:center; width:174px; height:100px; float:left; }
div.products_detail li .name{ text-align:center; display:block; color:#000; height:30px; line-height:20px; width:174px;   } 
div.products_detail li .name a{ color:#0e3391; text-decoration:none; font-weight:bold;}
div.products_detail p{ color:#000; }
.infos{ color:#000;}


div.products_detail2 li{ float:left; width:174px;  margin-left:40px; font-size:11px; font-family:Arial, Helvetica, sans-serif; height:130px;}
div.products_detail2 li .pic{ display:block; text-align:center; width:174px; height:100px; float:left; }
div.products_detail2 li .name{ text-align:left; display:block; text-align:center; color:#000; height:20px; line-height:30px; margin-bottom:10px;}
div.products_detail2 li .name a { color:#000; text-decoration:none; color:#0e3391; font-weight:bold;}  
div.products_detail2 p{ color:#000; }
.infos{ color:#000;margin-bottom:10px;}

div.products_detail3 li{ float:left; width:160px;  margin-left:15px; border:0px solid #0F0;}
div.products_detail3 li .pic{ display:block; text-align:center; width:162px; height:122px; float:left; }
div.products_detail3 li .name{ text-align:center; text-decoration:none; font-weight:bold;}

.ArticleTitle{ text-align:center;}

.ArticleTitle h4{ font-weight:normal; color:#0e3391;}
.indent a{ text-indent:20px; }

ul.side-nav li.indent{
	
	margin: 0;
	list-style-type: none;
	padding: 1px 0;}

ul.side-nav li.indent a {
	background: url("../imgs/tanhover2.jpg") no-repeat 20px 50% #f6f5f0;
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
}
ul.side-nav li.indent a:link, ul.side-nav li.indent a:visited {
	color: #0e3391;
	text-decoration: none;
	background: url("../imgs/tanhover2.jpg") no-repeat 20px 50% #f6f5f0;
}
ul.side-nav li.indent a:hover {
	background: url("../imgs/tanhover2.jpg") no-repeat 20px 50% #f6f5f0;
	color: #ea8b00;
}


.indent2 a{ text-indent:40px; }

ul.side-nav li.indent2{
	
	margin: 0;
	list-style-type: none;
	padding: 1px 0;}

ul.side-nav li.indent2 a {
	background: url("../imgs/tan3.jpg") no-repeat 40px 50% #f6f5f0;
	display: block;
	border-bottom: 1px solid #e9e7e7;
	margin: 0;
	padding: 10px 0 10px 20px;
}
ul.side-nav li.indent2 a:link, ul.side-nav li.indent2 a:visited {
	color: #0e3391;
	text-decoration: none;
	background: url("../imgs/tan3.jpg") no-repeat 40px 50% #f6f5f0;
}
ul.side-nav li.indent2 a:hover {
	background: url("../imgs/tan3.jpg") no-repeat 40px 50% #f6f5f0;
	color: #ea8b00;
}

h2.litter{font-size:13px; font-family:Arial, Helvetica, sans-serif; font-weight:bold;}
.pages{ clear:both; height:30px; line-height:30px; text-align:center;}

.end-story-links  { color:#000;margin-bottom: 0; text-align:right;  font-family: arial;font-size:12px; text-align:right;}
.end-story-links  a { color:#000; text-align:right; text-decoration:none;}
.end-story-links  a:hover{ text-decoration:underline; color:#f78800;}

.oths{ text-align:right; line-height:15px; height:15px; margin-top:3px; font-size:10px;}
.oths a { text-decoration:none; color:#3f51b3;}
.oths a:hover{ text-decoration:underline;}
.oths span{ padding:0 6px; }


#menu_zzjs_net{width:170px;overflow:hidden; padding-right:30px; margin-left:18px; float:left ; padding:0px;}
#menu_zzjs_net li{ width:150px; height:auto; float:right; line-height:25px; overflow:hidden;clear:both; }
#menu_zzjs_net .rem{padding-left:16px;}
#menu_zzjs_net .add{ background:url("../imgs/tan2.jpg") 2px 50% no-repeat;}
#menu_zzjs_net .ren{ background:url("../imgs/tan2.jpg") 2px 50% no-repeat;}
#menu_zzjs_net li a{color:#0e3391;  padding-left:5px;outline:none;blr:expression(this.onFocus=this.blur()); font-weight:bold; text-decoration:none;}
#menu_zzjs_net li input{margin-left:2px;}
#menu_zzjs_net .two{display:block; overflow:hidden;}
div.infocenter p { text-align:left;}
div.infocenter p img{ text-align:center;}

.fenye span{ margin:0 3px;}
.fenye a { margin:0 3px;}
.fenye a { text-decoration:none;}
.clear {
	clear: both;
}
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0; 
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

* html .clearfix {height: 1%;}
.clearfix {display: block;}
