html {
	height: 100%;
}
body {
	font-family:"Microsoft Yahei", Helvetica, Arial, sans-serif;
	background: #F7F8F3;
	-webkit-text-size-adjust: 100%;/*解决Iphone下橱窗字体变大问题*/
	margin: 0px;
	padding:90px 0 50px 0;

}
* {
	padding: 0;
	margin: 0;
	border: 0;
	text-align: left;
	font-style: normal;
	font-weight: normal;
	font-size: 14px;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);	/*禁止链接高亮*/
	-webkit-touch-callout: none;					/*禁止链接长按弹出选项菜单*/
}
ul, li, ol, dl, dd, dt {
	list-style: none;
	padding:0px;
	margin:0px;
}
.clear {
	clear: both;
	font-size: 0px;
	line-height: 0px;
}
.clear10 {
	clear: both;
	font-size: 0px;
	line-height: 8px;
	height:8px;
}
#header {
	position:fixed;
	top:0px;
	width:100%;
	z-index:10;
	height:100px;
	background:#FFFFFF;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#logo {
	position:relative;
	height:60px;
	z-index:2;
}
#logo a {
	display:block;
	height: 60px;
	text-indent:-9999px;
	overflow:hidden;
	background:url(images/logo1.png) no-repeat left center;
	background-size: 282px 30px;
}
#nav {
	height:40px;
	background:#DA251C;
	position:relative;
}
#nav li {
	float:left;
	width:16.6666%;
}
#nav li a {
	color:#FFFFFF;
	font-size:13px;
	text-decoration:none;
	display:block;
	text-align:center;
	line-height:40px;
}
#nav li.active {
	background:#B5231B;
}
#nav li .subnav {
	position:absolute;
	width:100%;
	left:0px;
	top:40px;
	display:none;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#nav li .subnav a {
	display:block;
	border-bottom:1px solid #DFDFDF;
	color:#000;
	text-align:left;
	text-indent:24px;
	border-left:5px solid #CCCCCC;
	background:#F7F7F7;
	line-height:40px;
	position:relative;
	z-index:10
}
#nav li .subnav a:hover {
	border-left:5px solid #B5231B;
}
#nav li .subnav a.close {
	border:0px;
	text-align:center;
	background:#FFFFFF;
	z-index:9;
	height:0px;
	line-height:0px;
}
#nav li .subnav a.close span {
	display:inline-block;
	background:#F7F7F7;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	border:1px #DFDFDF solid;
	border-top:0px;
	font-size:30px;
	padding:0 20px;
	font-style:normal;
	height:40px;
	line-height:40px;
	text-indent:0;
	border-radius:0 0 15px 15px;
}
#nav li .subnav a.close:hover span {
	background:#DA251C;
	color:#FFFFFF;
	border-color:#DA251C;
}
#banner {
	position:relative;
	width:100%;
	background:#FFFfff;
	z-index:1;
	margin:auto;
}
#banner .slides_container {
	width:100%;
	position:relative;
	margin:auto;
	height:100%;
	overflow:hidden;
	display:none;
	z-index:1
}
#banner .slides_container .bg-slide {
	width:100%;
	display:block;
	z-index:1;
	height:100%;
}
#banner .prev {
	width:30px;
	height:100%;
	position:absolute;
	left:0;
	background:url(images/banner_img.png) no-repeat 0 center #000000;
	text-indent:-9999px;
	z-index:4;
	top:0;
	overflow:hidden;
	filter:alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
}
#banner .next {
	width:30px;
	height:100%;
	position:absolute;
	right:0px;
	top:0px;
	background:url(images/banner_img.png) no-repeat -30px center #000000;
	text-indent:-9999px;
	z-index:4;
	overflow:hidden;
	filter:alpha(Opacity=10);
	-moz-opacity:0.1;
	opacity: 0.1;
}
#banner .prev:hover, #banner .next:hover {
	background-color:#DA251C;
	filter:alpha(Opacity=80);
	-moz-opacity:0.8;
	opacity: 0.8;
}
.maincontent {
	margin: 10px 10px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.3);
	border-radius:10px;
	background:#FFFFFF
}
.maincontent .title {
	height:40px;
	line-height:40px;
	position:relative;
}
.maincontent .title a {
	display:block;
	font-family:"Microsoft Yahei";
	font-size:14px;
	text-indent:12px;
	line-height:40px;
	height:40px;
	color:#333;
	text-decoration:none;
	background:-moz-linear-gradient(center top, #FFFFFF, #EFEFEF);
	border-radius:10px 10px 0 0;
}
.maincontent a.more{
    border-top:1px solid #DFDFDF;
	display:block;
	border-radius: 0 0 10px 10px;
	line-height:40px;
	height:40px;
	text-indent:12px;
	text-decoration:none;
	color:#333333;
	background:url(images/more1.png) no-repeat right center 
}
.maincontent .title a:hover {
	background:url(images/more.png) no-repeat right -40px #EFEFEF;
}
.maincontent .box {
	padding:10px;
	line-height:1.8;
	font-size:12px;
}
.maincontent .box ul.news a {
	color:#333;
	text-decoration:none;
	border-bottom:1px solid #DFDFDF;
	display:block;
	padding:5px;
}
.maincontent .box ul.news a:hover {
	background:#EFEFEF;
}
.maincontent .box ul.product {border:1px solid #DFDFDF;}
.maincontent .box ul.product li{
   float:left;
   border-right:1px solid  #DFDFDF;
   border-bottom:1px solid #DFDFDF;
   width:50%;
   
   margin-right:-1px;
   margin-bottom:-1px;
}
.maincontent .box ul.product li a{
   display:block;
   margin:10px;
   text-decoration:none;
   color:#333;
}
.maincontent .box ul.product li:hover{
   background:#EFEFEF;
}

#footer {
	position:fixed;
	width:100%;
	height:40px;
	z-index:3;
	background:#1F1A17;
	bottom:0px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
}
#footer .footerWrap {
	height: 40px;
	overflow: hidden;
	width: 100%;
}
#footer .footerWrap li {
	border-left:1px solid #26221F;
	height: 40px;
	margin-right:-1px;
	float:left;
	width:20%;
	overflow: hidden;
	text-align: center;
}
#footer .footerWrap div {
	color: #FFFFFF;
	display: block;
	height: 40px;
	text-align: center;
	text-decoration: none;
	vertical-align: middle;
}
#footer .footerWrap li:hover {
	background:#DA251C;
}
#footer .footerWrap span.icon {
	background:url(images/common.png) no-repeat;
	display: block;
	height: 20px;
	margin: 4px auto 0;
	position: relative;
	width: 30px;
}
#footer .footerWrap span.tel {
	background-position: -87px 0;
}
#footer .footerWrap span.email {
	background-position: 0 0;
}
#footer .footerWrap span.map {
	background-position: -118px 0;
}
#footer .footerWrap span.share {
	background-position: -57px 0;
}
#footer .footerWrap span.message {
	background-position: -28px 0;
}
#footer .footerWrap a{
    text-decoration:none;
}
#footer .footerWrap .text {
	color: #FFFFFF;
	display: block;
	font-size: 10px;
	height: 16px;
	line-height: 16px;
	overflow: hidden;
	text-align: center;
	text-decoration: none;
	font-family:"Microsoft Yahei";
}
#here {
	height:40px;
	background:#DA251C;
	position:relative;
}
#here .box a{
    background:url(images/pagehere.png) no-repeat right top;
	font-size:13px;
	display:block;
	color:#FFF;
	line-height:40px;
	text-decoration:none;
	height:40px;
	float:left;
	text-indent:32px;
	padding-right:30px;
	margin-left:-22px;
	blr:expression(this.onFocus=this.blur());
	outline-style: none;
	z-index:14;
	position:relative;
}
#here .box a:hover{
    background-position:right -40px;
    background-color:#B5231B;
	color:#660000
}
#here .box a.home{
    margin:0px;
	padding-right:22px;
}
#here .box a.home em{
    height:40px;
	width:40px;
	background:url(images/common.png) no-repeat -38px -26px;
	display:block;
}
#here .box a.home:hover em{
	background:url(images/common.png) no-repeat -38px -85px;
}
#here .box a.more{
	background:url(images/common.png) no-repeat 7px -26px;
	width:40px;
	height:40px;
	padding:0px;
	position:absolute;
	right:0px;
	display:block;
	text-indent:-9999px;
	overflow:hidden;
	top:0px;
	border-left:1px solid #C42119
}
#here .box a.more:hover{
    background:url(images/common.png) no-repeat 7px -83px;
	background-color:#B5231B;
}
.pagenav{
   box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
   background:#FFFFFF;
   position:absolute;
   top:90px;
   width:100%;
   z-index:9;
   display:none;
}
.pagenav ul{
   position:relative;
   z-index:15
}
.pagenav li{
   position:relative;
}
.pagenav li a {
	display:block;
	border-bottom:1px solid #DFDFDF;
	color:#000;
	text-align:left;
	text-indent:24px;
	border-left:5px solid #CCCCCC;
	background:#F7F7F7;
	line-height:40px;
	text-decoration:none;
}
.pagenav li em{
    height:40px;
	width:40px;
	background:url(images/common.png) no-repeat -98px -67px ;
	display:block;
	float:right;
	cursor:default;
	position:absolute;
	top:0;
	right:0;
}
.pagenav li em:hover{
    background-position:-98px -25px;
}
.pagenav li a:hover {
	border-left:5px solid #B5231B;
}
.pagenav li .sub{
    display:none;
}
.pagenav li .sub a{
    line-height:30px;
	text-indent:48px;
	border-left:0px;
}
.pagenav .close {
	border:0px;
	text-align:center;
	position:relative;
	width:40px;
	z-index:10;
	margin:auto
	
}
.pagenav .close span {
	display:inline-block;
	background:#F7F7F7;
	border:1px #DFDFDF solid;
	position:absolute;
	bottom:-30px;
	border-top:0px;
	font-size:30px;
	padding:0 20px;
	font-style:normal;
	height:30px;
	line-height:26px;
	text-indent:0;
	border-radius:0 0 15px 15px;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.5);
	cursor:pointer
}
.stitle{ height:40px; margin:0 auto; font:bold 20px/40px "Microsoft Yahei","微软雅黑"; color:#333;padding-top:15px; font-weight:normal }
.newsinfo{ border-top:1px solid #DDDDDD; border-bottom:1px solid #DDDDDD; padding:3px 0; color:#999; font-size:12px;}
.newsContent{ padding:20px 0; }
.newsBtn{font-size:12px; padding-top:12px; border-top:1px dotted #DDDDDD}

#borderContEmit li {
    padding: 5px 33px 5px 10px;
}
input, textarea {
    border-radius: 0 0 0 0;
}
.z3g-input {
    background: none repeat scroll 0 0 #FDFDFD;
    border-color: #858585 #AFAFAF #C9C9C9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 3px #B7B7B7 inset !important;
    height: 33px;
    line-height: normal;
    padding: 0 10px;
    width: 100%;
}
.z3g-textarea {
    background: none repeat scroll 0 0 #FDFDFD;
    border-color: #858585 #AFAFAF #C9C9C9;
    border-style: solid;
    border-width: 1px;
    box-shadow: 1px 2px 3px #B7B7B7 inset !important;
    height: 130px;
    line-height: 20px;
    padding: 10px;
    width: 100%;
}
.z3g-button {
    background: none repeat scroll 0 0 #7F7F7F;
	 box-shadow: 1px 2px 3px #B7B7B7 inset !important;
    border-bottom: 1px solid #525252;
    border-top: 1px solid #9E9E9E;
    color: #FFFFFF;
    font-size: 16px;
    height: 36px;
    line-height: 36px;
    width: 100%;
    overflow: hidden;
    padding: 0 10px;
    text-align: center;
    white-space: nowrap;
}

.page{ width:100%; height:35px; font:12px/35px "微软雅黑"; margin-top:15px; background-color:#e7e7e7; text-indent:14px; text-decoration:none;}
.page a{margin-right:10px; border: 1px solid #dddddd; color: #000; height: 20px;
    line-height: 20px; margin: 0 2px 0 0;
    padding: 0 6px; text-decoration:none;}
.page span{ margin-right:8px;}
.page span a {
    border: 1px solid #dddddd; color: #000; height: 20px;
    line-height: 20px; margin: 0 0px 0 0;
    padding: 0 6px; text-decoration:none;
}



.page span font {
    background: #C00;
    border: 1px solid #F00;
    color: #ffffff;


    height: 20px;
    line-height: 20px;
   
    padding: 0 6px;
}