﻿@charset "UTF-8";
/* CSS重置*/

  body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var, optgroup {
	font-style: normal;
	font-weight: normal;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
abbr, acronym {
	border: 0;
	font-variant: normal;
}
input, button, textarea, select, optgroup, option {
	font-family: inherit;
	font-size: inherit;
	font-style: inherit;
	font-weight: inherit;
}
code, kbd, samp, tt {
	font-size: 100%;
}
input, button, textarea, select {
 *font-size: 100%;
}
body {
	line-height: 1.5;
}
ol, ul {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption, th {
	text-align: left;
}
sup, sub {
	font-size: 100%;
	vertical-align: baseline;
}
: link, : visited, ins {
	text-decoration: none;
}
blockquote, q {
	quotes: none;
}
blockquote: before, blockquote: after, q: before, q: after {
	content: '';
	content: none;
}
/*---------------------CSS重置结束------------------*/

/*------------------------------------------------header--------------------*/
A {
	FONT-SIZE: 12px;
	COLOR: #666666;
	TEXT-DECORATION: none;
	font-family: Arial, Helvetica, sans-serif;
}
A:link {
	FONT-SIZE: 12px;
	COLOR: #666666;
	TEXT-DECORATION: none
}
A:visited {
	FONT-SIZE: 12px;
	COLOR: #666666;
	TEXT-DECORATION: none
}
A:hover {
	FONT-SIZE: 12px;
	COLOR: #333333;
	TEXT-DECORATION: none;
}
html {
	height:100%;
	max-height:100%;
	padding:0;
	margin:0;
	border:0;
	background:#fff;
	font-size:76%;
	font-family:"宋体", georgia, palatino linotype, times new roman, serif;
	/* hide overflow:hidden from IE5/Mac */ 
/* \*/ 
overflow: hidden;/* */
}
body {
	height:100%;
	max-height:100%;
	overflow:hidden;
	padding:0;
	margin:0;
	border:0;
	background-image:url(fengche.jpg);
	background-position: right bottom;
	background-repeat: no-repeat;
}
#content {
	overflow:auto;
	position:absolute;
	z-index:3;
	top:135px;
	width:99%;/*火狐不出现滚动条*/
	bottom:30px;
	left:10px;/*filter:alpha(opacity=10);*/
	/*height:2000px;*/
	height:78%;
 *height:71%;
	_height:71%;
	margin-top: 13px;
	min-width: 1010px;
	overflow-y:scroll;
	overflow-x:hidden;
}
*html #content {
	top:0;
	left:20px;
	height:98%;
	/*max-height:100%;*/
	/*min-width: 1010px;*/width:expression(document.body.clientWidth < 1024? "1024px": "overflow-y:auto" ); /*最小尺寸不再压缩*/
	width:98%;
	position:absolute;
	z-index:3;
	border-top:135px solid #fff;
	border-bottom:25px solid #fff;
	overflow-y:scroll;
	overflow-x:hidden;
}
#head {
	position:absolute;
	margin:0;
	top:0;
	left:1px;
	display:block;
	width:100%;
	min-width: 1020px;
width:expression(document.body.clientWidth < 1020? "1020px": "auto" ); /*最小尺寸不再压缩*/
	height:135px;
	background-position:0 0;
	background-repeat:repeat-x;
	font-size:4em;
	z-index:5;
	overflow:hidden;
	color:#fff;
	text-align:center;
	background-image: url(bg1.jpg);
}
#foot {
	position:absolute;
	margin:0;
	bottom:0;
	left:2%;
	display:block;
	width:98%;
	height:25px;
	font-size:1em;
	z-index:4;
	overflow:hidden;
	text-align:center;
	background-image: url(hengxian.jpg);
	background-repeat: no-repeat;
	background-position: center top;	/*filter:alpha(opacity=10);*/
}
#logo {
	height:60px;
	line-height:60px;
	text-align:center;
	display:block;
	float: right;
	margin-top: -3px;

	*margin-top: 80px;
	_margin-top: 80px;
	width: 200px;	/*top: 80px;*/
	position: relative;
	margin-right: 8px;
}
.footleft {
	width:5%;
	height:25px;
	line-height:25px;
	float:left;/*background:blue;*/
}
.footmid {
	width:80%;
	height:25px;
	line-height:25px;
	margin-left:1%;
	float:left;
	text-align: center;
	vertical-align: middle;
}
#head #logo1 {
	margin-top: 10px;
	margin-left: 1.5%;
	height: 60px;
	/*width: 500px;*/
	float: left;
}
#logo1 .logoa {
	float: left;
	margin-left:20px;
}
#logo1 .logob {
	float: left;
	margin-top: 8px;
	margin-left:0px;
}

#caidan {
	height: 30px;
	width: 75%;
	margin-top: 5px;

	*margin-top: -1px;
	_margin-top: -1px;
	font-size: 12px;
	margin-left: 2.5%;
	float: left;
	position: relative;
	
	font-family: "宋体";
	text-align: left;
	clear: both;
	overflow: hidden;
	
}
/*菜单右边功能项*/
#head #logo h4 {
	font-family: "宋体";
	font-size: 12px;
	line-height: 16px;
	font-weight: bold;
	height: 20px;
	
	float: right;
	margin-right: 10px;
	margin-top: 15px;
	overflow: hidden;
}
#head #logo h4 a:link {
	text-decoration:none;
	color: #666666;
}
#head #logo h4 a:visited {
	text-decoration:none;
	color: #666666;
}
#head #logo h4 a:hover {
	text-decoration:none;
	color: #333333;
}
#head #logo h4 a:active {
	text-decoration:none;
	color: #333333;
}
#head #logo h5 {
	font-family: "宋体";
	font-size: 12px;
	font-weight: normal;
	color: #ec6e00;
	float: none;
	height: 20px;
	width: 180px;
	margin-top: 40px;
	display: block;
	line-height: 16px;
	text-align: right;
}
/*中间部分*/
#xinpin {
	height: 150px;
	width: 560px;
	position: absolute;
	top: 0px;
	left: 50px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
	overflow: hidden;
}
#xinpin-1 {
	height: 150px;
	margin-right: 318px;
	margin-left: 610px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
	background-image: url(dian.jpg);
	background-repeat: repeat-x;
	overflow: hidden;
}
#fuwu {
	height: 150px;
	width: 275px;
	position: absolute;
	top: 0px;
	right: 60px;
	border-bottom-width: 1px;
	border-bottom-style: inset;
	border-bottom-color: #999999;
	overflow: hidden;
}
/*新品头部*/
/*中间部分*/
#zuo {
	width: 165px;
	position: absolute;
	top: 150px;
	left: 50px;
	height: 100%;
	overflow: visible;
}
#zhong {
	overflow:auto;
	height:auto;
	margin-right: 335px;
 *margin-right: 335px;
	_margin-right: 345px;
	margin-left: 225px;
	clear: both;
}
#you {
	width: 275px;
	position: absolute;
	top: 150px;
	right: 60px;
	overflow: visible;
}
/*中间结束*/
.Pfoot {
	font-size:1px;
	background:url(Pfoot.gif) no-repeat 50% top;
	height:4px
}
.Pcontent {
	padding-right:10px;
	padding-left: 10px;
	background: url(Pcontent.gif) repeat-y 50% top;
	padding-bottom: 5px;
	margin: 0px;
	COLOR: #666;
	line-height: 150%;
	padding-TOP: 5px;
	text-align: left;
	height:400px;
}
.Pcontent-1 {
	padding-right:5px;
	padding-left: 5px;
	background: url(Pcontent.gif) repeat-y 50% top;
	padding-bottom: 5px;
	margin: 0px;
	COLOR: #666;
	line-height: 150%;
	padding-TOP: 5px;
	text-align: left;
}
.Pcontent-2 {
	padding-right:10px;
	padding-left: 10px;
	background: url(Pcontent.gif) repeat-y 50% top;
	padding-bottom: 5px;
	margin: 0px;
	COLOR: #666;
	line-height: 150%;
	padding-TOP: 5px;
	height:250px;
	text-align: left;
}
.Pcontent-3 {
	padding-right:10px;
	padding-left: 10px;
	background: url(Pcontent.gif) repeat-y 50% top;
	padding-bottom: 5px;
	margin: 0px;
	COLOR: #666;
	line-height: 150%;
	padding-TOP: 5px;
	text-align: left;
	height:270px;
}
.Ptitle {
	padding-left: 10px;
	fnt-weight: bold;
	font-size: 12px;
	background: url(Ptitle.gif) no-repeat 50% top;
	margin: 0px;
	color: #454545;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
}
/*上面是右边控制*/	
	
	
#you #tong {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 100%;
}
#you #tong1 {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 100%;
}
#huiyuan {
	background-image: url(huiyuan-3.jpg);
	background-repeat: repeat-x;
	height: 26px;
}
#huiyuan #huiyuan-1 {
	background-image: url(huiyuan-1.jpg);
	float: left;
	width: 100px;
	height: 26px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
#huiyuan #huiyuan-2 {
	background-image: url(huiyuan-2.jpg);
	float: right;
	height: 26px;
	width: 12px;
}
#huiyuan h4 {

	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: 454545;
	font-size: 12px;
	line-height: 24px;
}
#huiyuan form {
}
#huiyuan form {
	margin-left: 0px;
	line-height: 22px;
	height: 26px;
	width: 350px;
	float: left;
}
#huiyuan input {
	float: left;
	padding-top: 0px;
	margin-top: 3px;
	margin-left: 4px;
	margin-right: 4px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 1px;
	border-left-width: 0px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #CCCCCC;
	border-left-color: #FFFFFF;
	height: 16px;
}
#huiyuan h5 {
	float: left;
	line-height: 25px;
}
#huiyuan h4 {
	float: left;
	line-height: 26px;
}
#huiyuan #logo2 {
	float: left;
	height: 26px;
	margin-right: 20px;
}
#huiyuan #logo2 #anniu {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-left: 25px;
	height: 20px;
	float: right;
	margin-top: 5px;
 *margin-top: -16px;
	_margin-top: -16px;
}
#xinpin #xinchanpin {
	margin-top: 4px;
	margin-right: 2px;
	margin-bottom: 2px;
	margin-left: 2px;
}
#fuwu span {
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
}
.fuwenzi {
	padding-left: 10px;
	fnt-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #454545;
	line-height: 33px;
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	background-image: url(jiantou.gif);
	background-repeat: no-repeat;
	background-position: 0 top;
}
#fuwu a img {
	margin-left: 10px;
}
/*上部内部控制结束*/
#content #shang {
	margin: 0px;
	padding: 0px;
	width: 100%;
	
}
#content #xia {
	margin: 0px;
	padding: 0px;
	width: 100%;
/*	*/
}
/*ie*/
#zuo span img {
	margin-left: 10px;
	margin-top: 2px;
}
#zuo span .tuijian {
	margin-top: 2px;
	margin-left: 10px;
}
#zuo #gy {
	height: 20px;
}
#zuocaidan-z {
	FLOAT: left;
	PADDING-BOTTOM: 25px;
	WIDTH: 155px;
	margin-left:10px;
}


#zuocaidan-z A {
	COLOR: #666
}
#zuocaidan-z A:hover {
	COLOR: #333
}

#zuocaidan-z ul {
	list-style-image: url(point1.gif);
	margin-left:20px;
}

#zuocaidan-z li {
	padding: 0px;
	height: 15px;
	
	line-height: 20px;
	
	margin-top: 2px;
	vertical-align: bottom;
	
}

#zuocaidan-z a#c1 {
	background-image: url(zuocaidan-zp.gif);
	display: block;
	
	height: 15px;
	width: 80px;
	background-position: 0px  -3px;
	
	
	font-size: 12px;
	line-height: 100px;
	overflow: hidden;
	padding:0px;
	
	margin-top: 5px;
	margin-bottom:5px;
	
	
}
#zuocaidan-z a#c1:visited  {
	
		background-position: 0px -26px;
	
	}
#zuocaidan-z a#c1:active  {
		
		background-position: 0px -26px;
	
	}
#zuocaidan-z a#c1:hover {
		
		background-position: 0px -26px;
	
	}

#zuocaidan-z a#c2 {
	background-image: url(zuocaidan-zp.gif);
	display: block;
	height: 15px;
	width: 80px;
	background-position: 0px -51px;
	
	
	font-size: 12px;
	line-height: 100px;
	overflow: hidden;
	padding:0px;
	
	margin-top: 2px;
	margin-bottom:5px;
	
	
}
#zuocaidan-z a#c2:visited  {
		background-position: 0px -75px;
	
	}
#zuocaidan-z a#c2:active  {
		background-position: 0px  -75px;
	
	}
#zuocaidan-z a#c2:hover {
		background-position: 0px -75px;
	
	}
#zuocaidan-z a#c3 {
		background-image: url(zuocaidan-zp.gif);
	display: block;
	height: 15px;
	width: 80px;
	background-position: 0px -100px;
	
	
	font-size: 12px;
	line-height: 100px;
	overflow: hidden;
	padding:0px;
	
	margin-top: 0px;
	margin-bottom:0px;
	
	
}
#zuocaidan-z a#c3:visited  {
		background-position: 0px -121px;
	
	}
#zuocaidan-z a#c3:active  {
		background-position: 0px  -121px;
	
	}
#zuocaidan-z a#c3:hover {
		background-position: 0px -121px;
	
	}
	
	
#zuocaidan-z h2 {
	margin-top: 3px;
}
/*左边菜单控制结束*/

#zuo h3 img {
	margin-left: 0px;
	margin-top: 2px;
}
.Pfoot-1 {
	font-size:1px;
	background:url(Pfoot-1.gif) no-repeat 50% top;
	height:4px
}
.Ptitle-1 {
	padding-left: 10px;
	fnt-weight: bold;
	font-size: 12px;
	margin: 0px;
	color: #454545;
	line-height: 31px;
	font-family: Arial, Helvetica, sans-serif;
	height: 31px;
	text-align: left;
	font-weight: bold;
	text-indent: 15px;
	background-image: url(Ptitle-1.gif);
	background-repeat: repeat-y;
	
}
#tong-11 .Pcontent-1 span a img {
	margin-top: 0px;
	margin-left: 0px;
	margin-right:0px;
	margin-bottom: 2px;
}
#tong-11 .Pcontent-1 span a:hover {
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #EC6E00;
}
#tong-1 .Pcontent-1 span a img {
	margin-top: 2px;
	margin-left: 0px;
	margin-right:15px;
}
/*主要产品样式*/
#tong-1 a#k1 {
	background-image: url(byq.gif);
	display: block;
	height: 66px;
	width: 66px;
	font-size: 12px;
	line-height: 200px;
	overflow: hidden;
	padding:0px;
	float:left;
	margin-left:10px;
}

#tong-1 a#k1:hover {
		background-position: 0px -67px;
	
	}
#tong-1 a#k2 {
	background-image: url(byq.gif);
	background-position: -71px 0px;
	display: block;
	height: 66px;
	width: 66px;
	font-size: 12px;
	line-height: 200px;
	overflow: hidden;
	padding:0px;
	float:left;
	margin-left:10px;
}

#tong-1 a#k2:hover {
		background-position: -71px -67px;
	
	}
#tong-1 a#k3 {
	background-image: url(byq.gif);
	background-position: -143px 0px;
	display: block;
	height: 66px;
	width: 66px;
	font-size: 12px;
	line-height: 200px;
	overflow: hidden;
	padding:0px;
	float:left;
	margin-left:10px;
}

#tong-1 a#k3:hover {
		background-position: -143px -67px;
	
	}
#tong-1 a#k4 {
	background-image: url(byq.gif);
	background-position: 66px 0px;
	display: block;
	height: 66px;
	width: 66px;
	font-size: 12px;
	line-height: 200px;
	overflow: hidden;
	padding:0px;
	float:left;
	margin-left:10px;
}

#tong-1 a#k4:hover {
		background-position: 66px -67px;
	
	}
	/*主要产品样式*/

#zuo #jinbei {
	background-image: url(jiantou.gif);
	height: 15px;
	padding-left: 15px;
}

/*右边控制开始*/

#you #xuanze {
	height: 31px;
}
#you #xuanze #xuanze-2 {
	font-size: 12px;
	float:right;
	margin-top: -27px;
	margin-right: 50px;
}
#you #xuanze #xuanze-2 select {
	font-size: 12px;
	color: #999;
}
.al {
	margin: 4px;
	float: left;
}
.al2 {
	font-size: 12px;
	font-weight: bold;
	margin-right:3px;
	margin-top: 22px;
	*margin-top: 0px;
	_margin-top: 0px;
	
}
.al2 a {
	font-size: 12px;
	font-weight: bold;
	margin-left:3px;
		
	}

.al3 {
	margin-left: 140px;
	
}
#ali {
	margin: 0px;
	padding: 0px;
	clear: none;
	
	
	
}
#aul {
	margin: 0px;
	padding: 0px;
	clear: none;
}


#au3 {
	width: 165px;
	height: 25px;
	
}
#au2  {
	list-style: none;
	height: 50px;
	width: 170px;
}
#au3 h2 {
	font-size: 12px;
}
/*右边内容设置完*/
/*中间内容设置*/
#toubu {
	background-image: url(z-jieshao1.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	height: 25px;
	margin-left:10px;
	margin-right:10px;
}
#toubu h1 {
	font-size: 14px;
	line-height: 14px;
	font-weight: bold;
	color: #666;
	background-image: url(z-jieshao.jpg);
	background-repeat: no-repeat;
	height: 25px;
	width: 383px;
	padding-left:25PX;
	padding-top:5PX;
}
/*关于一开*/
#toubu1 {
	background-image: url(z-jieshao1.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	height: 25px;
	margin-left:10px;
	margin-right:10px;
}
/*内容导航*/
#daohang {
	background-image: url(huiyuan-3.jpg);
	background-repeat: repeat-x;
	height: 26px;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 5px;
}
#daohang-1  {
	background-image: url(huiyuan-1.jpg);
	float: left;
	
	height: 26px;
	background-repeat: no-repeat;
	padding-left: 26px;
}
#daohang-2 {
	background-image: url(huiyuan-2.jpg);
	float: right;
	height: 26px;
	width: 12px;
	margin-top:-22px;
	*margin-top:-22px;
	_margin-top:-23px;
}
#daohang #logo3 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 22px;
	*line-height: 22px;
	_line-height: 15px;
	margin-top: 8px;
	margin-right:20px;
}

/*内容导航*/


#neirong {
	margin: 10px;
	background-color:#F7F7F7;
	padding:10px;
	font-family: Arial, Helvetica, sans-serif;
	color: #666666;
	line-height: 26px;
	
	
	}#neirong dl dd {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 24px;
	color: #333;
}
#neirong dl dd img {
	margin: 3px;
	float: right;
}
#neirong dl dd td img {
	margin-left: 70px;
        margin-top: -16px;
	float: left;
}
#neirong dl dd p {
	text-indent: 20px;
	
	
}
#neirong dl dt p {
	text-indent: 20px;
	
	
}
/*关于一开*/

/*产品信息中心*/
#toubu1 span {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 20px;
	font-weight: bold;
	color: #666;
	margin-left: 10px;
	margin-bottom: 2px;
	display: inline;
}
#toubu1 h1 {
	margin-bottom: 5px;
	float: left;
}
/*产品信息中心*/
.fuwu {
	color: #EC6E00;
}
#neirong .td {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #EC6E00;
	
}
.kb1 {
	width: 100%;	
	
	}



.kb1 ul li{
	float: right;
	margin-top: 3px;
	margin-right: 10px;
	margin-bottom: 3px;
	margin-left: 3px;
	}

.kb3 a {
	text-align: center;
	width:130px;
}
#zp4{
	font-size: 13px;
	font-family: "宋体";
	width:80%;
	padding:10px;
	line-height: 20px;
	border: 1px solid #919191;
}
#zp3{
	width:100%;
	position: relative;
	border: 1px solid #919191;
}
#zp1{
	color: #666666;
	background-image: url(zp-1.gif);
	font-size: 13px;
	font-weight: 600;
	border: 1px solid #919191;
	line-height: 20px;
	background-position: center center;
	text-align: center;
	height:30px;
	font-family: "宋体";
}
#zp2{
	line-height: 15px;
	height:20px;
	text-align: center;
	border: 1px solid #919191;
	font-size: 12px;
	color: #333333;
}
#pagelist{ margin-top:10px;}




/*搜索样式*/
.ts1 {
	border: none;
	color: #9b9b9b;
	padding: 2px;
	width: 165px;
	font-size: 12px;
	float: left;
	margin-left: 5px
}
.textbox {
	width:155px;
	margin:5px;
	float:left;
	font-size: 12px;
	line-height: 17px;	
	}
#SearchForm select {
    margin:5px;
	float:left;
}
.inputButton {
	float:right;
	margin-top: 5px;
	margin-right: 2px;
	margin-bottom: 5px;
	margin-left: 2px;   		
	
	}
/*搜索样式*/
/*自荐表单*/
.lefttdbg{font-size:12px;}
.upfile{font-size:12px;}
#neirong .kb1 .tdbg td {
	font-size: 12px;
	color: #333333;
}
#neirong .kb1 .subtdbg input {
color: #333333;
	font-size: 12px;
}
#neirong .kb1 .tdbg span {
color: #333333;
	font-size: 12px;
}
/*自荐表单*/
