/*
THEME NAME: Empty
THEME URI: http://www.zhifull.com
DESCRIPTION: Empty v1.0 : Simple, minimalistic theme, ideal for corporate blogs or creating more complex designs
VERSION: 1.0
AUTHOR: Pengbo tang
AUTHOR URI: http://www.zhifull.com
*/
@import "reset.css";

@import "contentzjjx.css";

@import "css/tagsmouseover.css";

@import "products.css";

body {
	background: #FAFAFA;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #585858;
	padding: 0 10px;
	text-align: center;
}

a {
	color: #464646;
	text-decoration: none;
}
a:hover{
	color: #C00;
	text-decoration: none;
}
}
a:hover {
	text-decoration: underline;
	color: #CC0000;
	cursor: pointer;
}

strong {
	font-weight: 700;
}

hr {
	border: none 0;
	border-bottom: 1px solid #E0E0E0;
	height: 1px;
}

blockquote {
	font-style: italic;
	background: url(images/quotes.gif) no-repeat top left;
	background-position: 12px 12px;
	color: #595959;
	margin: 5px 0;
	padding: 8px 15px 8px 60px;
}

#wrapper {
	width: 960px;
	background: #FFF;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}

#wrapper #menu-search #menu .sf-menu  a {
	padding: 0.95em 1em;
}

#header {
	background-image: url(images/bg.jpg);
	height: 100px;
	overflow: hidden;
	width: 960px;
	border-bottom: 3px solid #EFEFEF;
	border-top: 1px solid #EFEFEF;
	margin: 2px auto -2px;
	clear: both;
	font-size: 12px;
	color: #000;
}

#header a:hover {
	color: red;
}

#header #net-map {
	background-color: #EEEEEE;
	border: 1px solid #572600;
	float: right;
	margin-left: 500px;
	margin-right: 20px;
	margin-top: 15px;
	padding: 4px;
}

#header #net-map a {
	color: #572600;
}

#header #net-map a:hover {
	color: #00ff00;
	font-weight: 700;
}

.logintext {
	color: #464646;
	line-height: 25px;
	margin-right: 10px;
	height: 25px;
}

.logintop {
	width: 230px;
	height: 25px;
	line-height: 25px;
	text-align: right;
}

.logintop img {
	margin-right: 10px;
}

#loginmfg {
	letter-spacing: 1px;
	margin-top: 8px;
	padding-right: 1px;
}

#loginmfg a {
	margin-left: 5px;
	color:#572600;
}

.headmap {
	padding-right: 2px;
	text-align: right;
	margin-top: 5px;
}

#loginbhjj {
	clear: both;
	float: right;
}

#part-header {
	height: ;
	line-height: 25px;
	text-align: right;
	padding: 0 0px 0 0;
	letter-spacing: 1px;
}

#part-header a:hover {
	color: red;
}

#headerright {
	clear: both;
	float: right;
}

#menu-search {
	width: 960px;
	height: 35px;
	line-height: 35px;
	background-color: #000;
}
#keyword {
	height: 16px;
	line-height: 17px;
	margin-right:5px;
}
#search-form {
	background-color: #000;
	text-align: center;
	height: 35px;
	line-height: 35px;
	float: left;
	margin-left:19px;
}
#searchForm {
    margin-top: 0px;
	margin-top: 3px!important;

}
#search-form .go {
	float: left;
	margin-right: 5px;
	height: 22px;
	line-height: 17px;
	background-color: #FFFFFF;
	border: 1px solid #572600;
	color: #572600;
	font-size: 12px;
	padding: 1px 2px 3px
}

#search-form input {
	margin-top: 5px;
	font-size: 12px;
	color: #888;
	float:left;
	text-align: center;
}

#search-form .search-submit {
	font-size: 12px;
	padding-top: 3px;
	padding-bottom: 1px;
	padding-left: 2px;
	padding-right: 2px;
	background-color: #fff;
	color: #572600;
	cursor: hand;
	border: solid 1px #572600;
	vertical-align: center;
}

#logo {
	font-size: 250%;
	margin: 50px 0 0 30px;
	font-weight: bold;
}

#logo a {
	color: #333333;
}

#description {
	font-size: 130%;
	color: #666666;
	margin: 5px 0 50px 30px;
}

#menu {
	background-color: #000;
	width: 700px;
	height: 35px;
	float: left;
	line-height: 35px;
}

#menu-search {
	font-size: 12px;
	/*font-weight: bold;*/
}

.navigation,.navigation li ul {
	list-style-type: none;
	display: block;
	margin-left: 10px;
}

.navigation {
	margin: 0px;
	font-weight: bold;
	font-size: 12px;
}

.navigation li {
	float: left;
	text-align: center;
	position: relative;
	height: 35px;
	padding: 0 13px;
}

.navigation li a:link,.navigation li a:visited {
	text-decoration: none;
	color: #eee;
	height: 35px;
	line-height: 35px;
	background: #000;
	padding-left: 10px;
	letter-spacing: 1px;
}

.navigation li a:hover {
	color: #cc0000;
	background: #000;
}

.navigation li ul li a:hover {
	color: #cc0000;
	background: #000;
}

.navigation li ul li {
	margin-top: -10px;
}

.navigation li ul li a:link,.navigation li ul li a:visited {
	text-decoration: none;
	color: #cc000;
	padding: 5px;
	height: 35px;
	line-height: 35px;
	background: #000;
	text-align: center;
	letter-spacing: 2px;
}

.navigation li ul {
	display: none;
	position: absolute;
	top: 40px;
	left: 0;
	margin-top: 0px;
	width: 120px;
}

#container {
	width: 960px;
	overflow: hidden;
	margin: 0px auto;
}

#content {
	float: left;
	width: 960px;
	margin-top: 5px;
}

.post {
	margin-bottom: 50px;
	font-family: "宋体" serif；
}

.post-title {
	font-size: 14px;
	line-height: 30px;
	font-weight: bold;
	background-color: #efefef;
	padding-left: 25px;
	color: #990000;
}

/*.post-title a {
	color: #333333;
}
*/
.post-title a:visited,.post-title a:link {
	color: bule;
}

.page-subtitle {
	font-weight: 700;
	color: #CCC;
	font-size: 90%;
	text-transform: uppercase;
	padding-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	margin-bottom: 15px;
}

.post-meta {
	font-size: 85%;
	color: #999;
	margin-top: 5px;
}

.post-meta a {
	color: #666666;
}

.post-comments {
	float: right;
	background: url(images/cbubble_left.gif) no-repeat top left;
	padding: 3px 0 7px 7px;
}

.post-comments a {
	background: url(images/cbubble_right.gif) no-repeat top right;
	padding: 3px 7px 7px 0;
	color: #FFFFFF;
}

.post-comments a:hover {
	color: #FFFFFF;
}

.post-content {
	margin-top: 15px;
	text-align: justify;
}

.post-content h2 {
	font-size: 140%;
	margin-bottom: 10px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content h3 {
	font-size: 110%;
	font-weight: 700;
	margin-bottom: 5px;
	border-bottom: 1px solid #EFEFEF;
	padding: 10px 0 5px;
}

.post-content p {
	line-height: 2;
	margin-bottom: 10px;
	font-size: 114%;
	color: #000;
}

.post-content img.alignnone {
	background: #FFF;
	border: 1px solid #EFEFEF;
	padding: 4px;
}

.post-content img.alignleft {
	float: left;
	border: 1px solid #EFEFEF;
	margin: 0 25px 15px 0;
	padding: 4px;
}

.post-content img.alignright {
	float: right;
	border: 1px solid #EFEFEF;
	margin: 0 0 15px 25px;
	padding: 4px;
}

.post-content ul,.post-content ol {
	margin-left: 30px;
	margin-bottom: 20px;
}

.post-content ul {
	list-style: outside;
}

.post-content ol {
	list-style: decimal;
}

.post-content ul li,.post-content ol li {
	line-height: 1.3;
	margin-bottom: 5px;
}

.more-link {
	font-weight: 700;
	display: block;
	margin-top: 10px;
}

.section-title {
	font-size: 140%;
	margin-bottom: 10px;
}

.navleft {
	float: left;
	margin: 0 15px 15px 0;
}

.navright {
	float: right;
	margin: 0 0 15px 15px;
}

.navigation div a {
	font-size: 110%;
}

#comments ol li {
	margin-top: 2px;
	border-bottom: 1px solid #F0F0F0;
	padding: 10px 0;
	overflow: hidden;
	height: 1%;
}

.comment-gravatar {
	float: left;
	margin-right: 10px;
	background: #FFF;
	border: 1px solid #F0F0F0;
	padding: 3px;
}

.comment-data {
	float: left;
	width: 400px;
}

.comment-data p {
	margin-bottom: 6px;
	line-height: 1.3;
}

.comment-author {
	font-weight: 700;
	margin-bottom: 3px;
}

.comment-meta {
	color: #666;
	margin-bottom: 5px;
	font-size: 85%;
}

.unapproved {
	font-style: italic;
}

#respond {
	margin-top: 30px;
}

#comment-form {
	margin-top: 15px;
	margin-bottom: 10px;
}

#comment-form label {
	font-size: 90%;
	display: block;
	margin-bottom: 5px;
}

#comment-form input {
	width: 240px;
	margin-bottom: 10px;
	padding: 5px;
}

#comment-form textarea {
	width: 455px;
	height: 200px;
	margin-top: 15px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 100%;
	padding: 10px;
}

#sidebar {
	float: right;
	width: 300px;
}

.sidepanel {
	margin-bottom: 30px;
}

.sidepanel h3 {
	text-transform: uppercase;
	border-bottom: 1px solid #EFEFEF;
	padding: 0 0 5px 0;
	color: #333333;
	font-weight: bold;
	font-size: 90%;
}

.sidepanel ul li {
	border-bottom: 1px solid #EFEFEF;
	padding: 5px 0;
	line-height: 1.2;
}

.sidepanel p {
	margin-top: 8px;
	line-height: 1.3;
}

#footer {
	font-family: Arial, Helvetica, sans-serif;
	line-height: 1;
	margin: 0 auto 0;
	height: auto;
	width: 920px;
	border-top: 1px solid #EAEAEA;
	padding: 20px 20px 0px 20px;
	text-align: center;
	font-size: 13px;
	color: #585858;
}

#footer a:hover {
	color: #CC0000;
	cursor: pointer;
	text-decoration: underline;
}

#footer span { /*color: #945191;*/
	color: #585858;
}

#footer-info1 {
	margin-top: 12px;
	font-size: 12px;
}

#footer-info2 {
	margin-top: 8px;
	margin-bottom: 10px;
	font-size: 12px;
}

#footer-links {
	list-style: none;
}

#footer-links li { /*float: left;*/
	margin-top: 4px;
	font-size: 10px;
}

.sep {
	color: #CCC;
	margin: 0 8px;
}

.ico-small {
	vertical-align: middle;
	margin: 0 5px 2px 0;
}

.hr {
	border-top: 2px solid #EBEBEB;
	height: auto;
	padding: 5px 0px;
	margin: 10px;
}

.hr .hrtitle {
	color: #996600;
	margin: 5px 0px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 10px;
}

.hr .hrcontent {
	height: auto;
}

.hr .hrzpxxtitle {
	background: url("./images/icon01.gif") no-repeat;
	background-position: left 2px;
	padding-left: 14px;
	width: 74px;
	float: left;
	height: auto;
}

.hr .hrzpxxcontent {
	padding-left: 10px;
	width: 304px;
	float: left;
	height: auto;
}

.clear {
	clear: both;
}

/*-------indexpage firstpart css-----------*/
#indexfirstpart {
	margin: 5px 0px 5px 0px;
	width: 960px;
	height: auto;
}

#flashlunbo {
	float: left;
	text-align: center;
	width: 714px;
	height: auto;
	padding-right: 6px;
}

#indexrightpart {
	float: left;
	width: 240px;
	margin-left: 0px;
}

#rightparttop {
	padding: 10px;
	font-size: 12px;
	background: url("./images/jiamengtupian.jpg");
	color: #FFFFFF;
	line-height: 180%;
	height: 112px;
	width: auto;
	margin-bottom: 5px;
}
#rightparttop a{
    color:white;
}
#rightparttop a:hover{
    color:#d00;
}
#rightpartbottom {
	border-left: solid #441304 1px;
	border-right: solid #441304 1px;
	border-bottom: solid #441304 1px;
	background: url("./images/loginbg.png") repeat-x;
	font-size: 12px;
	height: 142px;
	width: auto;
}

#rightbackground {
	color: #FFFFFF;
	background: url("./images/indexrightbg2.jpg");
	padding: 5px 0px 5px 10px;
	line-height: 150%;
	margin-bottom: 5px;
}

#login {
	height: auto;
	padding: 0px 10px 5px 10px;
}

#login div {
	margin: 5px 0;
	font-size: 13px;
}

.userpwinput {
	
}

#login lable {
	width: 60px;
	color: black;
	line-height: 22px;
	margin-left: 0px;
}

#login .loginkuang {
	border: 1px solid #E6E6E6;
	background: url("./images/loginkuangbg.png") repeat-x;
	margin-left: 0px;
	width: 160px;
}

#login #zhuce {
	background: url("./images/zhecekuangbg.png") repeat-y;
	background-position: center top;
	padding: 5px 0px;
}

#login #zhuceleft {
	background: url("./images/zhecetubiao.png") no-repeat scroll 0px 5px;
	padding-left: 18px;
	float: left;
	line-height: 22px;
}

#login .submitandreset {
	border: 0px;
	padding: 0px 0px 0px 0px;
	float: right;
	width: 52px;
	margin-right: 4px;
	height: 18px;
	background: url("images/loginkuang_anniu.png") no-repeat;
}

#login .submitandreset:hover {
	background: url("images/loginkuang_aniu_a.png") no-repeat;
	cursor: pointer;
}

/*-------end------------*/ /*---------lizhentang--------------*/
#third-contain {
	width: 100%;
	font-size: 12px;
	float: left;
	margin-top: 5px;
}
#third-contain  p{ text-indent: 0;}
#small-pictures {
	float: left;
	width: 252px;
	margin-right: 15px;
}

#small-pictures img {
	width: 250px;
	border: #ccc 1px solid;
	height: 250px;
}
#small-pictures .theme a{
margin-left:130px;
color:#777;
}
#small-pictures .theme a:hover{
color:#9a0000;
}
#news .theme a{
margin-left:170px;
color:#777;
}
#news .theme a:hover{
color:#9a0000;
}
#shop .theme a{
margin-left:180px;
color:#777;
}
#shop .theme a:hover{
color:#9a0000;
}
#small-pictures .theme,#news .theme,#shop .theme {
	background: url("./images/menuUiPhoto2.png");
	border: #ccc 1px solid;
	padding-left: 15px;
	line-height: 28px;
}

#small-pictures li.cat-item {
	background-color: #f2f2f2;
	border: #ccc 1px solid;
	padding: 10px;
	list-style-type: none;
}

#news {
	float: left;
	width: 300px;
	margin: 0 15px;
}

#news .cat-item-26 {
	background-color: #f2f2f2;
	border: #ccc 1px solid;
	padding: 10px;
	list-style-type: none;
}

.zppost {
	border-bottom: 1px solid #e5e5e5;
	padding-top: 10px;
	padding-bottom: 6px;
	padding-left:10px;
	width:140px;
	float:left;
}
.zppost .pict {
	margin-right: 5px;
}

.zppost .time {
	margin-right: 20px;
}

.zppost-title a:visited {
	color: #872600;
}

#shop {
	float: left;
	width: 333px;
	margin-left: 30px;
}

#shop li.cat-item {
	background-color: #f2f2f2;
	border: #ccc 1px solid;
	padding: 10px;
	list-style-type: none;
}

#shop img {
	width: 100px;
	border: #ccc 1px solid;
	margin: 4px;
	height: 42px;
}

#shop #shop-tip .nike p {
	width: auto;
	background-color: #fff;
	border: none;
}

#shop .nike p {
	float: left;
	padding-left: 0px;
}

/*------------?cat=26--------lizhentang*/
#zpxx-article {
	margin: 30px 50px 20px 30px;
}

#zpxx-article {
	border-top: 2px solid #EBEBEB;
	height: auto;
	padding: 5px 0px;
	margin: 10px;
}

#zpxx-article {
	color: #996600;
	margin: 5px 0px;
	font-weight: bold;
	line-height: 30px;
	padding-top: 10px;
}

#zpxx-article .poststitle {
	background: url("./images/icon01.gif") no-repeat;
	background-position: left 10px;
	padding-left: 14px;
	width: 140px;
	float: left;
	height: auto;
}

#zpxx-article .poststitle a {
	margin-left: 5px;
}

#zpxx-article .postsexcerpt {
	padding-left: 10px;
	width: auto;
	float: left;
	height: auto;
	font-weight: normal;
	color: #000;
}

#zpxx-article .clear {
	clear: both;
	border: #eee 1px solid;
}

/*----------lizhentang--for category-18-------*/
#siderbar-right {
	float: right;
	width: 240px;
	margin-top: 20px;
}

#siderbar-right .part1 {
	background: #414141;
	margin-bottom: 15px;
	height: 238px;
}

#siderbar-right hr { /*border:3px #000 solid;*/
	margin-top: -7px;
	height: 4px;
	background: #000;
	color: #000;
}

#siderbar-right .part1 li {
	border-bottom: 1px #ccc solid;
}

#siderbar-right .part1 li a {
	color: #fff;
	display: block;
	padding: 10px;
}

#siderbar-right .part1 li a:hover {
	background: #000;
	text-decoration: none;
}

#siderbar-right .part2 {
	margin-bottom: 15px;
}

#siderbar-right .part2 p {
	font-size: 14px;
	font-weight: 700;
	background: #fff;
	padding: 5px;
	border-bottom: 3px #ccc solid;
	margin-bottom: 5px;
}

#siderbar-right .part2 ul {
	background: #666666;
}

#siderbar-right .part2 li {
	border-bottom: 2px #fff solid;
}

#siderbar-right .part2 li a {
	color: #fff;
	display: block;
	padding: 10px;
}

#siderbar-right .part2 li a:hover {
	background: #9a0000;
	text-decoration: none;
}

#siderbar-right .part3 img {
	display: block;
	margin-left: 60px;
}

#left-content {
	width: auto;
	text-align: left;
	margin-right: 280px;
}

#left-content #garynav {
	padding: 10px 0 10px 20px;
	background: #F3F3F3;
	margin-top: 10px;
}

#left-content #garynav #gnavp { /*clear:both;*/
	font-size: 130%;
	font-weight: 600;
	text-align: left;
	height: auto;
}

#left-content #garynav #gnavson {
	margin-left: 10px;
	color: #990000;
	font-weight: 600;
}

/*-------------公司简介文章的css by wshizhuge--------*/
#rightcontent .post-title {
	padding-left: 3px;
}

#rightcontent .post-title a {
	margin-left: 15px;
}

#article {
	margin-left: 0px;
	margin-right: 0px;
}

.gsjjwrapper {
	width: 690px;
	height: auto;
	margin: 10px 10px 10px 20px;
}

.gsjjwrapper .gsjjleft {
	width: 450px;
	height: auto;
	float: left;
	margin-right: 30px;
}

.gsjjwrapper .gsjjleft .gsjjleftttitle {
	margin: 10px 0px 10px 0px;
}

.gsjjwrapper .gsjjleft .gsjjleftcontent {
	font-size:110%;
	line-height: 180%;
	color: #757575;
}

.gsjjwrapper .gsjjright {
	width: 210px;
	height: auto;
	float: left;
}

.gsjjwrapper .gsjjright .gsjjrightimg img {
	width: 150px;
	height: 102px;
	float: left;
}

.gsjjwrapper .gsjjright .gsjjrighttext {
	width: 150px;
	height: auto;
	text-align: center;
	line-height: 150%;
}

.gsjjbigtitle {
	clear:both;
	width: ;
	height: ;
	background-color: #EFEFEF;
	font-size: 14px;
	padding-left: 3px;
	font-weight: bold;
	line-height: 30px;
	color: #990000;
}

/*-------------------end-------------------*/
	/*-------------random ads css by wshizhuge------*/
.randomads,.randomads img {
	width: 960px;
	height: 220px;
}

/*----------end------------------------------*/
	/*---------------hello flash css by wshizhuge-------------*/
#small-pictures .flashNews h3 {
	top: 160px;
}

#small-pictures .flashNews h3 a {
	font-size: 13px;
}

#small-pictures .flashNews p {
	height: 0px;
}

#small-pictures .flashNews .bg {
	height: 50px;
}
/*----------end------------------------------*/
/*-------------lianxiwm css by wshizhuge------*/

#lianxiwmwrapper{
	border:4px solid #E3E3E3;
}
#lianxiwmwrapper .lxwmtitle{
	padding-left:24px;
	font-size:13px;
	font-weight:bold;
	background:#F7F7F7 url("./images/titleico1.gif") no-repeat 12px center;
	line-height:30px;
}
#lianxiwmwrapper p{
	line-height:200%;
	margin-bottom:0px;
	font-size:12px;
	color: #000;
	border-top:1px dotted #999999;	
}
#lianxiwmwrapper p a{
	color:#666666;
}
#lianxiwmwrapper img{   /*去除其他img的css对本文章下的影响*/
	float:none;
	border:none;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
#lianxiwmwrapper #gongsidituimg{
	text-align:center;
}
/*----------end------------------------------*/
/*-------------qiyedongtai1 css by wshizhuge------*/
#qiyedongtai1 #qiyedongtai1content{
	line-height:150%;
	margin-bottom:15px;
}
#qiyedongtai1 .qydtimgandtext{
	margin-bottom:5px;
}
#qiyedongtai1 .imgdescribe{
	padding-left:5px;
	line-height:150%;
}
/*----------end------------------------------*/
