<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "gb2312";
BODY {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	FONT-SIZE: 12px;
	BORDER-BOTTOM-WIDTH: 0px;
	MARGIN: 0px;
	BORDER-RIGHT-WIDTH: 0px;
	padding: 0px;
	background-color: #FFF;
	background-image: url(bg1.jpg);
	background-repeat: repeat-x;
}
FORM {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px}
UL {PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; LIST-STYLE-TYPE: none}
body,div,form,img,ul,ol,li,dl,dt,h1,h2,h3,p,dd {margin:0; padding:0; border:0; list-style-type: none;font:12px/1.62 arial,tahoma,simsun,sans-serif}
.clr {CLEAR: both}
.clr10 {CLEAR: both;line-height: 10px;height: 10px;}
.clr20 {CLEAR: both;line-height: 20px;height: 20px;}
/*布局*/
.topwrap {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
}
.wrap {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
	background-color: #FFF;
}
/*颜色*/
a:link{color: #0066CC;text-decoration: none;}
a:visited{color: #0066CC;text-decoration: none;}
a:hover{color: #FF6600;text-decoration: underline;}
a:active, a:focus {outline:none;}
.filter{filter: Alpha(opacity=50);-moz-opacity:.50;opacity:0.50;}/*90%的透明滤镜效果*/
.weizhi{
	margin-right: auto;
	margin-left: auto;
	line-height: 20px;
	color: #999;
	height: 20px;
	margin-bottom: 10px;
	background-color: #FFF;
	}
.nextpage{
    /*设置水平居中*/
	text-align:center;
}
/*产品图片大小*/
.picBox {
	display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
	text-align:center;

	/* 针对IE的Hack */
	*display: block;
	*font-size: 104px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:120px;
	height:120px;
	border: 1px solid #dddddd;
	background-color: #FFF;
}
.picBox IMG {
	VERTICAL-ALIGN: middle
}
/*企业片大小*/
.companyBox {
	display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
	text-align:center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 130px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:200px;
	height:150px;
	border: 1px solid #efefef;
	background-color: #FFFFFF;
	padding: 2px;
}
.companyBox IMG {
	VERTICAL-ALIGN: middle
}
/*顶部*/
.glass {
	height: 32px;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	line-height: 32px;
	background-image: url(../images/shangputop-bg.png);
}
.glass A:link {
	text-decoration:none;
	color: #666666;
}
.glass A:visited {
	color: #666666; 	
	text-decoration:none;
}
.glass A:hover {
	text-decoration:underline;
	color: #FF6600;
}

.glass li {
	float: left;
	color: #666666;
}
.glass .glass_left {
	float: left;
	width: 450px;
	line-height: 32px;

	word-spacing: 2px;
}
.glass .glass_right {
	float: right;
	width: 450px;
	text-align: right;
	line-height: 32px;

}

/*头部*/
.head {
	height: 90px;
	width: 952px;
	margin-right: auto;
	margin-left: auto;
	position: relative;
	background-color: #FFFFFF;
	background-image: url(style1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -380px;
	
}
.logo {
	/*非IE的主流浏览器识别的垂直居中的方法*/
	display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
	text-align:center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 52px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/
	width:100px;
	height:60px;
	float: left;
	margin-top: 15px !important;
	margin-top: 15px;
	margin-left: 10px;
	margin-right: 10px;
}
.logo img {
	/*设置图片垂直居中*/
	vertical-align:middle;
}
.head h1 {
	font-family:"Microsoft Yahei", "微软雅黑", simHei;
	font-size:32px;
	line-height: 40px;
	height: 40px;
	padding-top: 15px;
	padding-bottom: 5px;
	font-weight: normal;
	margin-left: 20px;
}
.head p {
	color: #333;
	text-indent: 2px;
	margin-left: 20px;
	font-size: 12px;
}


.layout950 {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
	position: relative;
	height: auto;
	background-color: #FFF;
}
.zs950 {
	margin-right: auto;
	margin-left: auto;
	width: 952px;
	position: relative;
	height: auto;
	padding-top: 10px;
	background-color: #FFF;
	padding-bottom: 10px;
}
.banner {
	width: 952px;
	background-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-image: url(style1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -150px;
	height: 200px;

}
.banner IMG {
	VERTICAL-ALIGN: middle;
	POSITION: relative;
	text-align: center;
}
.nav {
	height: 32px;
	width: 932px;
	margin-right: auto;
	text-align: center;
	padding-left: 20px;
	background-repeat: no-repeat;
	background-image: url(style1.jpg);
}
.nav li {
	float: left;
	width: 90px;
	font-size: 14px;
	font-weight: bold;
	color: #FFFFFF;
	text-align: center;
	line-height: 32px;
	height: 32px;
}
.nav li A:link {
	text-decoration:none;
	color: #FFFFFF;
}
.nav li A:visited {
	color: #FFFFFF; 	
	text-decoration:none;
}
.nav li A:hover {
	text-decoration:underline;

}
.nav .hover {
	height: 32px;
	background-color: #0066CC;
	background-image: url(style1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -35px;
	line-height: 32px;
}
.nav .hover A:link {
	text-decoration:none;
	color: #0066CC;
}
.nav .hover A:visited {
	text-decoration:none;
	color: #0066CC;
}
.nav .hover A:hover {
	text-decoration:underline;
	color: #0066CC;
}
/*左边*/
#bodyleft {
	width: 192px;
	float: left;

}

.leftkuang {
	border: 1px solid #dddddd;
	background-color: #FFFFFF;
	margin-bottom: 10px;
}

/*公司信息*/
.sell_kuang {
	height: auto;
	border: 1px solid #ddd;
	margin-bottom: 10px;
	background-color: #FFF;
	padding-bottom: 10px;
}
.sell_kuang .title {
	background-image: url(../images/title_bg.png);
	background-repeat: repeat;
	height: 24px;
}
.member-type {
	height: 45px;
	background-image: url(../images/member_type_bg.png);
	background-position: top;
	background-repeat: no-repeat;
}
.member-type .type {
	margin-left: 10px;
	float: left;

}



.member-type em {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 25px;
	font-weight: bold;
	color: #F00;
	font-style: italic;
	line-height: 45px;
	height: 45px;
	text-align: center;
	width: 75px;
	display: block;
	float: right;
}
.company {
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	TEXT-AliGN: left;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.company ul li {
	line-height: 20px;
	float: left;
	width: 180px;
}
.company ul li span {
	float: left;
	margin-right: 10px;
}

.shoucang {
	TEXT-AliGN: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 15px;
	padding-left: 10px;
}
.shoucang .addCompare {
	height: 21px;
	width: 71px;
	display: block;
	float: left;
	line-height: 21px;
	text-align: center;
	margin-right: 10px;
	background-image: url(../images/shoucang-bg.png);
}
/*在线联系*/
.qq {
	background-image: url(../images/contact.gif);
	background-repeat: no-repeat;

	padding-left: 17px;
	background-position:0px -45px;

}
.qq {
	line-height:20px;
	line-height:20px \9;
	*line-height:20px; 			color:#333;
	margin-bottom: 5px;
	line-height: 20px;

	display: block;
	height: 20px;
	width: 53px;
	float: left;
}

.qq:link {
	COLOR: #666
}
.qq:visited {
	COLOR: #666
}
.qq:active {
	COLOR: #666; TEXT-DECORATION: none
}
.qq:hover{
	background-position:0px -70px;
	text-decoration:none;
	background-image: url(../images/contact.gif);
	color: #333;
}
H2 {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 14px;
	height: 28px;
	line-height: 28px;
	background-color: #dddddd;
	background-image: url(style1.jpg);
	background-repeat: no-repeat;
	background-position: 0px -70px;
}

H2 SPAN {
	DISPLAY: block;
	PADDING-LEFT: 12px;
	FONT-WEIGHT: bold;
	FLOAT: left;
	background-repeat: no-repeat;
	line-height: 28px;
}

H2 EM {
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	FLOAT: right;
	COLOR: #999;
	font-weight: normal;
	font-size: 12px;
	line-height: 28px;
	color: #666666;
	font-style: normal;
}

H2 EM  a:link {
	text-decoration: none;
	color: #666666;
}
H2 EM  a:visited {
	color: #666666;
 	text-decoration: none;
}
H2 EM  a:hover {
	text-decoration: underline;
	color: #FF3300;
}
H3 {
	DISPLAY: block;
	FONT-WEIGHT: bold;
	FONT-SIZE: 12px;
	height: 30px;
	font-size: 14px;
	line-height: 30px;
	background-image: url(../images/h3_bg.png);
	background-repeat: repeat;
}

H3 SPAN {
	DISPLAY: block;
	PADDING-LEFT: 10px;
	FONT-WEIGHT: bold;
	FLOAT: left;
	background-repeat: no-repeat;
	line-height: 30px;
}

H3 EM {
	PADDING-RIGHT: 10px;
	DISPLAY: block;
	FLOAT: right;
	COLOR: #999;
	font-weight: normal;
	font-size: 12px;
	background-image: url(../images/arrow.png);
	background-repeat: no-repeat;
	background-position: left;
	padding-left: 10px;
	line-height: 30px;
	color: #666666;
	font-style: normal;
}

H3 EM  a:link {
	text-decoration: none;
	color: #666666;
}
H3 EM  a:visited {
	color: #666666;
 	text-decoration: none;
}
H3 EM  a:hover {
	text-decoration: underline;
	color: #FF3300;
}
.bodyContent {
	TEXT-ALIGN: left;
	padding-left: 10px;
	padding-bottom: 10px;
	color: #0066cc;
}
.bodyContent li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	line-height: 30px;
	padding-left: 20px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 10px;
	font-size: 12px;
	font-weight: bold;
	width: 150px;
	height: 30px;
}
.contactContent {
	TEXT-AliGN: left;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}
.contactContent ul li {
	width: 170px;
	line-height: 24px;
}
.contactContent ul li span {
	float: left;
	margin-right: 10px;
}
.linksContent {
	TEXT-AliGN: left;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
.linksContent ul li {
	line-height: 24px;
	padding-left: 15px;
	background-image: url(../images/arrow1.gif);
	background-repeat: no-repeat;
	background-position: 5px;
	font-size: 12px;

	height: 24px;
}
.linksContent ul li span {
	float: left;
	margin-right: 10px;
}

.textBox {
	WORD-BREAK: break-all;
	TEXT-ALIGN: center;
	margin-top: 5px;
	line-height: 16px;
	width: 120px;
}
.jiageBox {
	width: 120px;
	WORD-BREAK: break-all;
	TEXT-ALIGN: center;
	margin-bottom: 3px;
	color: #333;
}
.jiageBox span {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
	font-weight:bold;
	font-size: 14px;
	padding-right: 2px;
}
.qidingBox {
	width: 120px;
	WORD-BREAK: break-all;
	TEXT-ALIGN: center;
	margin-bottom: 3px;
	color: #999;
}

.moreright {
	text-align: right;

}

/*右边*/

#bodyright {
	width: 752px;
	float: right;

}
.tuijian_product {
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	text-align: left;
	height: auto;
	width: 720px;
	margin-left: auto;
	margin-right: auto;
}
.tuijian_product li {
	float: left;
	width: 124px;
	text-align: center;
	height: 210px;
	display: inline;
	margin-top: 5px;
	padding-left: 10px;
	padding-right: 10px;
}

.tuijian_company {
	line-height: 180%;
	width: 100%;
	text-align: left;
	padding-top: 10px;
	padding-bottom: 10px;
}
.tuijian_company p {
	margin-right: 20px;
	text-indent: 24px;
	margin-left: 20px;
}
.companypic {
	padding: 5px;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
}

.companypicbig {
	padding: 5px;
	float: left;
	width: 250px;
	margin-right: 20px;
	margin-left: 10px;
	display: inline;
}

.copyright {
	height: 50px;	width: 952px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	filter: Alpha(Opacity=80);
	background-color: #FFFFFF;
	padding-top: 10px;
	color: #333333;
}
.copyright A:link {
	text-decoration:none;
	color: #333333; 	
}
.copyright A:visited {
	color: #333333; 	
	text-decoration:none;
}
.copyright A:hover {
	text-decoration:underline;
	color: #333333; 	
}
.copyright p {
	line-height: 20px;
}
/*CSS msdn style pagination*/

.msdn {
	PADDING-RIGHT: 6px;
	PADDING-LEFT: 0px;
	FONT-SIZE: 14px;
	FONT-FAMILY: Verdana, Tahoma, Arial, Helvetica, Sans-Serif;
	TEXT-AliGN: center;
	margin-right: auto;
	margin-left: auto;
	line-height: 30px;
	height: 30px;
	padding-bottom: 20px;
	padding-top: 10px;
}
.msdn A {
	BORDER-RIGHT: #CCC 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #CCC 1px solid;
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #CCC 1px solid;
	COLOR: #0030ce;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #CCC 1px solid;
	TEXT-DECORATION: none;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.msdn A:hover {
	COLOR: #FF6600;
	border: 1px solid #FF6600;
}
.pagination A:active {
	BORDER-RIGHT: #CCC 1px solid; BORDER-TOP: #CCC 1px solid; BORDER-LEFT: #CCC 1px solid; COLOR: #0066a7; BORDER-BOTTOM: #CCC 1px solid; BACKGROUND-COLOR: #FFFCE3
}
.msdn SPAN.current {
	BORDER-RIGHT: #CCC 1px solid;
	PADDING-RIGHT: 6px;
	BORDER-TOP: #CCC 1px solid;
	PADDING-LEFT: 5px;
	FONT-WEIGHT: bold;
	PADDING-BOTTOM: 3px;
	BORDER-LEFT: #CCC 1px solid;
	COLOR: #F60;
	PADDING-TOP: 4px;
	BORDER-BOTTOM: #CCC 1px solid;
	BACKGROUND-COLOR: #FFFCE3;
	margin-top: 0px;
	margin-right: 3px;
	margin-bottom: 0px;
	margin-left: 3px;
}
.msdn SPAN.disabled {
	DISPLAY: none
}
/*帅选*/
.Filter {
	height: 35px;
}
.show_model {
	float: left;
	height: 25px;
	width: 155px;
	margin-left: 15px;
	padding-top: 10px;

}

.show_model SPAN {
	PADDING-LEFT: 18px; FLOAT: left; WIDTH: 58px; COLOR: #ff6600
}


.show_model A {
	PADDING-LEFT: 18px;
	FLOAT: left;
	WIDTH: 58px;
	background-color: #999;
}
.show_model A:link {
	COLOR: #333
}
.show_model A:visited {
	COLOR: #333
}
.show_model A:hover {
	COLOR: #ff6600; TEXT-DECORATION: none
}
.show_model A:active {
	COLOR: #999999; TEXT-DECORATION: none
}
.show_model SPAN.sort_list {
	background-image: url(../images/liebiao.png);
	background-repeat: no-repeat;
	background-position: -212px -239px;
}
.show_model A.sort_list {
	BACKGROUND: url(../images/liebiao.png) no-repeat -212px -223px
}
.show_model A.sort_list:hover {
	BACKGROUND: url(../images/liebiao.png) no-repeat -212px -239px
}
.show_model SPAN.img_list {
	BACKGROUND: url(../images/liebiao.png) no-repeat -212px -208px
}
.show_model A.img_list {
	BACKGROUND: url(../images/liebiao.png) no-repeat -212px -192px
}
.show_model A.img_list:hover {
	BACKGROUND: url(../images/liebiao.png) no-repeat -212px -208px
}



.Filter .show_other {
	float: left;
	height: 25px;
	width: 340px;
	padding-top: 5px;
	margin-left: 15px;
}


.show_search {
	float: left;
	height: 35px;
	width: 180px;
	color: #666;
}
.search{
	position:relative;
	float:left;
	height:20px;
	margin-top:7px;
	padding:1px;

	overflow:hidden;
	background:#999;
}
.search input{
	float:left;
	width:100px;
	height:16px;
	height:16px;
	padding-top:2px;
	border:none;
	color:#999;
	color:#333;
	vertical-align:top;
	line-height:normal;
	margin-top: 0;
	margin-right: 1px;
	margin-bottom: 0;
	margin-left: 0;
	padding-right: 4px;
	padding-bottom: 2px;
	padding-left: 4px;
	background-color: #fff;
	background-image: url(../images/inputbg.png);
	background-repeat: repeat-x;
}
.submit{
	float:left;
	width:51px;
	height:20px;
	text-align:center;
	line-height:20px;
	line-height:22px;
*line-height:20px; 		color:#333;
	background-image: url(../images/input_bg.png);
	background-repeat: no-repeat;
}

.submit:link {
	COLOR: #333
}
.submit:visited {
	COLOR: #333
}
.submit:active {
	COLOR: #333; TEXT-DECORATION: none
}
.submit:hover{
	background-position:0px -20px;
	text-decoration:none;
	background-image: url(../images/input_bg.png);
	color: #0063DC;
}
/*产品分类*/
.colborder {
	width: 748px;
	float: left;
	margin-bottom: 5px;
	margin-top: 5px;
}
.select_prod {
	PADDING-RIGHT: 0px; PADDING-LEFT: 0px; PADDING-BOTTOM: 0px; MARGIN: 0px; PADDING-TOP: 0px; BORDER-BOTTOM: #deebfa 1px solid; HEIGHT: 100%; BACKGROUND-COLOR: #FFF
}
.select_prod DT {
	PADDING-RIGHT: 5px;
	PADDING-LEFT: 5px;
	FLOAT: left;
	PADDING-BOTTOM: 8px;
	WIDTH: 100px;
	liNE-HEIGHT: 20px;
	PADDING-TOP: 8px;
	TEXT-AliGN: right;
	color: #666;
	margin: 0px;
	font-weight: bold;

}
.select_prod DD {

	PADDING-RIGHT: 6px;
	PADDING-LEFT: 6px;
	FLOAT: left;
	PADDING-BOTTOM: 8px;
	OVERFLOW: hidden;
	WIDTH: 626px;
	liNE-HEIGHT: 20px;
	PADDING-TOP: 8px;
	margin: 0px;
}

.select_prod DD A {
	PADDING-RIGHT: 4px;
	DISPLAY: block;
	PADDING-LEFT: 4px;
	FLOAT: left;
	liNE-HEIGHT: 18px;
	WHITE-SPACE: nowrap;
	margin-right: 10px;
	padding-top: 2px;
	margin-bottom: 5px;
	padding-bottom: 2px;
	width: 135px;
}

.select_prod DD A.this {
	COLOR: #ffffff;
	BACKGROUND-COLOR: #4798D0;
	font-weight: bold;
}
.select_prod DD A.this:visited {
	color: #ffffff;
	BACKGROUND-COLOR: #4798D0;
	text-decoration: none;
}
.clear {
	CLEAR: both; FONT-SIZE: 1px; liNE-HEIGHT: 0; HEIGHT: 0px
}
.newslist {
	width: 98%;
	margin-right: auto;
	margin-left: auto;
	padding-top: 10px;
	padding-bottom: 10px;
}
.newslist span {
	font-size: 12px;
	color: #999;
	padding-left: 20px;
	font-family: Verdana, Geneva, sans-serif;
}
.newslist li {
	width: 95%;
	font-size: 14px;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #CCCCCC;
	padding-top: 14px;
	padding-bottom: 14px;
	padding-left: 14px;
}
/*证书*/
.honorbox {

	line-height: 250%;
	font-size: 12px;
	text-align: center;
}
.honorpic {
	background-color: #FFFFFF;
	margin-top: 10px;
	margin-bottom: 10px;
}
.honorpic A {
	BORDER-RIGHT: #DDD 1px solid;
	BORDER-TOP: #DDD 1px solid;
	DISPLAY: block;
	VERTICAL-AliGN: middle;
	BORDER-LEFT: #DDD 1px solid;
	display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
	text-align:center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 87px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/	
	WIDTH: 100px;
	HEIGHT: 100px;
	BORDER-BOTTOM: #DDD 1px solid;
	FONT-FAMILY: Arial;
	TEXT-AliGN: center;
}
.honorpic A:hover {
	border: 1px solid #FF6600;
}
.honorpic IMG {
	VERTICAL-AliGN: middle
}
.companyname {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}
/*联系方式*/
.contactbox {
	TEXT-AliGN: left;
	padding-top: 20px;
	padding-bottom: 10px;
	padding-left: 30px;
}
.contactbox ul li {
	line-height: 30px;
	font-size: 14px;
}
.contactbox ul li span {
	float: left;
	margin-right: 10px;
}

/*留言*/
.next-button{
	cursor:pointer;
	border:0;
	display:block;
	height:35px;
	width:100px;
	background-image: url(../images/tijiao-bg.png);
	background-position: 0 0px;
	margin-right: 10px;
	margin-top: 1px;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
}
.next-button:hover{background-position:-0px -35px}
/*表格*/
.contact table{
	border-collapse:collapse;
	width: 97%;
	margin: 10px;
}
.contact table tr td,.contact table tr th{border:1px solid #ddd;padding:5px 5px;}
.contact table tr th{text-align:right;width:20%;font-weight:normal;}

/*产品详细*/
.linksContContent12 {
	PADDING-BOTTOM: 10px;
	PADDING-TOP: 10px;
	TEXT-AliGN: left;
	padding-left: 20px;
	padding-right: 10px;
	font-size: 12px;
}
.linksContContent12 li {
	line-height: 24px;
}
.linksContContent12 ul li span {
	float: left;
	margin-right: 10px;
}

.content {
	width: 750px;
}
.content h1 {
	FONT-FAMILY: "Microsoft YaHei", simsun;
	COLOR: #CC0000;
	FONT-SIZE: 20px;
	FONT-WEIGHT: normal;
	text-align: center;
	color: #333;
	padding-top: 10px;
	padding-bottom: 10px;
}
.content .l-pic {
	float: left;
	width: 320px;
	height: auto;
	display: inline;
	border: 1px solid #ddd;
	padding: 5px;
	margin-left: 10px;
}

.Function-box {
	float: left;
	padding-top: 10px;
	padding-bottom: 4px;
}
.soucang {
	float: left;
	width: 100px;
	padding-top: 10px;
	margin-left: 5px;
	margin-right: 10px;
}
.fengxiang {
	float: left;
	width: 180px;
	padding-top: 10px;
}
.content .r-detail {
	float: right;
	width: 390px;
}
.de-price-hd {
	background-image: url(../images/jiage_bg.png);
	background-repeat: repeat;
}

.de-price-hd {
	BACKGROUND-POSITION: 0px 0px;
	BACKGROUND-REPEAT: repeat-x;
	line-height: 24px;
}
.r-detail-price table {
	color: #666;
	margin: 0px;
	padding: 0px;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.r-detail-price table tbody tr {
	text-align: center;
	line-height: 28px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #efefef;
}
.r-detail .r-detail-status {
	color: #666;
	margin-top: 10px;
}
.r-detail .r-detail-status ul li {
	line-height: 24px;
	width: 170px;
	margin-right: 10px;
	float: left;
	margin-left: 10px;
	display: inline;

}
.r-detail-price table tbody tr td .jiage {
	font-family:Arial, Helvetica, sans-serif;
	color:#FF3300;
	font-weight:bold;
	font-size: 16px;
	padding-right: 5px;
}
/*价格*/
.xunjiabox {
	background:#FAFAFA;
	border: 1px solid #ddd;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
	font-size: 12px;
	font-weight: normal;
	padding-top: 10px;
	display: block;
	width: 90%;
}
.xunjiabox li{
	clear: left;
	padding-right: 0;
	padding-left: 0;
}
.xunjiabox .one {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #EFEFEF;
	height: 35px;
	color: #666;
	text-align: center;
}

.xunjiabox .one a{
	width:140px;
	height:35px;
	line-height:35px;
	float:left;
	margin:0 20px 0 0;
	background-image: url(../images/xunjia.png);
	background-repeat: no-repeat;
	background-position: 0 0px;
}
.xunjiabox .one span{float:left; padding:10px 0  0 0}
.xunjiabox .two{
	color:#666;
	line-height: 24px;
	padding-top: 5px;
}
.r-detail .box02 .two img{padding:0 4px 0 0}


.righttitle {
	height: 30px;
	background-color: #FFC;
	background-image: url(../images/righttitle_bg.png);
}
.righttitle li {
	float: left;
	margin-left: 5px;
}
.righttitle li A:link {
	text-decoration:none;
	color: #ffffff;
}
.righttitle li A:visited {
	color: #ffffff; 	
	text-decoration:none;
}
.righttitle li A:hover {
	text-decoration:underline;
	color: #FFFF00;
}
.righttitle .fabu {
	float: right;
	position: relative;
	display:block;
	width:82px;
	line-height:24px;
	text-align:center;
	height: 24px;
	top: 0px;
	right: 0px;
}
.righttitle .fabu a:link {
	text-decoration: none;
	color: #666666;
}
 .righttitle .fabu a:visited {
	color: #666666;
 	text-decoration: none;
}
 .righttitle .fabu a:hover {
	text-decoration: underline;
	color: #666666;
}
.tagsCurrent {
	width: 100px;
	font-size: 14px;
	color: #000;
	text-align: center;
	height: 30px;
	font-weight: bold;
	cursor:pointer;
	line-height: 30px;
	background-color: #F60;
	background-image: url(../images/tagsCurrent_bg.gif);
}
.tagsButton {
	font-size: 14px;
	color: #003399;
	width: 100px;
	text-align: center;
	height: 30px;
	font-weight: bold;
	cursor:pointer;
	line-height: 30px;
	background-color: #CCC;
	background-image: url(../images/tagsButton_bg.gif);
}
.pageNum_top {
	clear: both;
	text-align: center;
	height: 25px;
	margin-right: auto;
	margin-left: auto;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ddd;
	padding-bottom: 10px;
	background-color: #F6F6F6;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #ddd;
	margin-top: 10px;
}
.pageNav {
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	OVERFLOW: hidden;
	COLOR: #000000;
	PADDING-TOP: 10px;
	ZOOM: 1;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: Verdana, Geneva, sans-serif;
	word-spacing: 4pt;
	padding-right: 5px;
	float: left;
	width: auto;
}
.pagemore {
	PADDING-LEFT: 5px;
	PADDING-BOTTOM: 5px;
	OVERFLOW: hidden;
	COLOR: #000000;
	PADDING-TOP: 10px;
	ZOOM: 1;
	font-size: 16px;
	text-align: center;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	word-spacing: 6pt;
	padding-right: 5px;
	float: left;
	width: 330px;
}

.pageNav a:link {
	text-decoration: none;
	color: #004499;
}
.pageNav a:visited {
	color: #004499;
 	text-decoration: none;
}
.pageNav a:hover {
	text-decoration: underline;
	color: #FF6600;
}
.cpinfo_conter{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	padding-bottom: 10px;
}


/*商品属性*/
#cp_property
{
	line-height:24px;
	margin-bottom:20px;
	font-size: 12px;
	font-weight: normal;
	width: 95%;
	padding-top: 0px;
	padding-right: 20px;
	padding-bottom: 0px;
	padding-left: 20px;
}
#cp_property th
{
	text-align:right;
	padding-right:10px;
	font-weight:400;
	color:#666;
	width:120px;
	background:#E3EEF8;
	border: 1px solid #FFF;
}
#cp_property td
{
	padding-left:10px;
	text-align:left;
	color:#000;
	width:288px;
	background-color: #F4F8FC;
	border: 1px solid #FFF;
}
.content p {
	line-height: 24px;
	margin-bottom: 24px;
	font-size: 14px;
	font-weight: normal;
}
.box p {
	font-size: 12px;
	font-weight: normal;
	text-align: center;
}
.content #chag1 img {
	BORDER-TOP-WIDTH: 0px;
	BORDER-LEFT-WIDTH: 0px;
	BORDER-BOTTOM-WIDTH: 0px;
	;

WIDTH: expression(this.width &gt;700 &amp;&amp; this.width &gt; this.height?700: true);
	;
HEIGHT: expression(this.height &gt;700?700 : true); 
BORDER-RIGHT-WIDTH: 0px;
	max-width:700px;
	max-height:700px;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;

}


/*大图开始*/
.big_pic {
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	width: 162px;
}


.big_pic li {
	float: left;
	width: 162px;
	height: 250px;

	display: inline;
	margin-bottom: 10px;
	padding-left: 13px;
}
.demo {
	WIDTH: 162px;
	HEIGHT: 162px;
	background-color: #FFFFFF;

}
.demo A {
	BORDER-RIGHT: #DDD 1px solid;
	BORDER-TOP: #DDD 1px solid;
	DISPLAY: block;
	VERTICAL-AliGN: middle;
	BORDER-LEFT: #DDD 1px solid;
	BORDER-BOTTOM: #DDD 1px solid;
	display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
	text-align:center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 139px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/	
	WIDTH: 100px;
	HEIGHT: 100px;
}
.demo A:hover {
	border: 1px solid #FF6600;
}
.demo IMG {
	VERTICAL-AliGN: middle
}


/*For Firefox Chrome
.demo{border:1px #ddd solid;width:164px;height:164px;overflow:hidden;text-align:center;display:table;float:left;position:relative;}
.demo a{display:table-cell;vertical-align:middle;width:160px;height:160px;}
.demo a img{border:0px #ddd solid;margin:0 auto;max-width:160px;max-height:160px;}
/*For IE7
*+html .demo a{position:absolute;top:50%;width:100%;text-align:center;height:auto;}
*+html .demo a img{position:relative;top:-50%;left:-50%;}
/*For IE6
*html .demo a{position:absolute;top:51%;width:100%;text-align:center;height:auto;display:block;}
*html .demo a img{position:relative;top:-50%;left:-50%;width:expression(this.width&gt;160?"160px":"auto");height:expression(this.height&gt;160?"160px":"auto");}
*/
.big_pic li .big-textBox {
	WIDTH: 162px;
	WORD-BREAK: break-all;
	liNE-HEIGHT: 16px;
	TEXT-AliGN: left;
	margin-top: 5px;
	height: auto;
	margin-bottom: 3px;
}
.big_pic li .big-textBox h3 {
	WORD-BREAK: break-all;
	TEXT-AliGN: left;
	font-size: 12px;
	font-weight: normal;
}
.big_pic li .big-jiageBox {
	WIDTH: 162px;
	WORD-BREAK: break-all;
	TEXT-AliGN: left;
	color: #666;
	line-height: 20px;
	font-weight: normal;
	float: left;
	font-size: 12px;
	height: 20px;
}


.big_pic li .big-companyBox {
	WIDTH: 162px;
	WORD-BREAK: break-all;
	liNE-HEIGHT: 20px;
	TEXT-AliGN: left;
	color: #666;
}
.big_pic li .big-jiageBox span {
	float: left;
}
.big_pic li .big-jiageBox .Price {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F30;
	float: left;
	width: 90px;
}



.big_pic li .big-contact {
	WIDTH: 162px;
	WORD-BREAK: break-all;
	liNE-HEIGHT: 20px;
	TEXT-AliGN: left;
	color: #666;

}
/*大图结束*/


/*图片新闻*/

.blk_29 {
	OVERFLOW: hidden;
	POSITION: relative;
	width: 740px;
	margin-top: 10px;
	display: block;

	margin-left: 8px;
}
.blk_29 .LeftBotton {
	LEFT: 5px;
	FLOAT: left;
	WIDTH: 25px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 5px;
	HEIGHT: 110px;
	background-image: url(../images/pic_gundong.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
}
.blk_29 .RightBotton {
	RIGHT: 10px;
	FLOAT: right;
	WIDTH: 25px;
	CURSOR: pointer;
	POSITION: absolute;
	TOP: 5px;
	HEIGHT: 110px;
	background-image: url(../images/pic_gundong.png);
	background-repeat: no-repeat;
	background-position: -25px 0px;
}
.blk_29 .Cont {
	OVERFLOW: hidden;
	WIDTH: 675px;
	PADDING-TOP: 5px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;

}

.tj_pic {
	margin-top: 5px;
	float: left;
	margin-right: auto;
	height: 195px;
	margin-left: 7px;
}
.tj_pic li {
	float: left;
	width: 135px;
	height: 190px;
	display: inline;
}
.smallpicBox {
	background-color: #FFFFFF;

}
.smallpicBox A {
	BORDER-RIGHT: #DDD 1px solid;
	BORDER-TOP: #DDD 1px solid;
	DISPLAY: block;
	VERTICAL-AliGN: middle;
	BORDER-LEFT: #DDD 1px solid;
	display: table-cell;
	vertical-align:middle;
	/*设置水平居中*/
	text-align:center;
	/* 针对IE的Hack */
	*display: block;
	*font-size: 87px;/*约为高度的0.873，200*0.873 约为175*/
	*font-family:Arial;/*防止非utf-8引起的hack失效问题，如gbk编码*/	
	WIDTH: 100px;
	HEIGHT: 100px;
	BORDER-BOTTOM: #DDD 1px solid;
	TEXT-AliGN: center;
}
.smallpicBox A:hover {
	border: 1px solid #FF6600;
}
.smallpicBox IMG {
	VERTICAL-AliGN: middle
}

.smalltextBox {
	WIDTH: 102px;
	WORD-BREAK: break-all;
	liNE-HEIGHT: 16px;
	TEXT-AliGN: center;
	height: 32px;
	margin-top: 7px;
}

.smalljiageBox {
	WIDTH: 102px;
	WORD-BREAK: break-all;
	TEXT-AliGN: center;
	font-size: 13px;
	color: #FF0000;
	font-weight: bold;
	height: 20px;
	font-family: Arial, Helvetica, sans-serif;
	line-height: 20px;
	margin-bottom: 3px;
}
.smallcompanyBox {
	WIDTH: 80px;
	WORD-BREAK: break-all;
	liNE-HEIGHT: 20px;
	TEXT-AliGN: center;
	color: #666;
	padding-left: 20px;
	height: 20px;
}

.caigou {
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	color: #333;
}
.cpinfo_conter .shengming {
	font-size: 12px;
	font-weight: normal;
	background-color: #FFFCE3;
	border: 1px solid #FFD696;
	padding-top: 5px;
	padding-right: 20px;
	padding-bottom: 5px;
	padding-left: 40px;
	background-image: url(../images/gantanhao.gif);
	background-repeat: no-repeat;
	line-height: 20px;
	margin-right: 10px;
	margin-left: 10px;
	color: #666;
}
/*询价*/
/*右侧 开始*/
.xunjia_conter{
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;

	padding-bottom: 10px;
	background-color: #FFC;
}
.xunjia_pic {
	float: left;
	width: 200px;
	margin-left: 20px;
}

.content  p {
	padding-right: 20px;
	padding-left: 20px;
}
/*产品展示3张*/
.undis {
	DISPLAY: none
}

#focus_warp {
	DISPLAY: inline;
	FLOAT: center;
	text-align: center;

}
#au {
	FILTER: progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 )
}
#au IMG {
	FILTER: progid:DXImageTransform.Microsoft.Fade ( duration=0.5,overlap=1.0 ); HEIGHT: 240px
}
#simg IMG {
	BORDER-RIGHT: #cccccc 1px solid;
	BORDER-TOP: #cccccc 1px solid;
	MARGIN-TOP: 10px;
	VERTICAL-ALIGN: 0px;
	BORDER-LEFT: #cccccc 1px solid;
	CURSOR: pointer;
	BORDER-BOTTOM: #cccccc 1px solid
}
#simg .s IMG {
	BORDER-TOP-WIDTH: 0px;
	PADDING-RIGHT: 1px;
	MARGIN-TOP: 5px;
	PADDING-LEFT: 1px;
	BORDER-LEFT-WIDTH: 0px;
	BACKGROUND: url(../images/focus_bg.gif) no-repeat;
	FILTER: Alpha(opacity=100);
	BORDER-BOTTOM-WIDTH: 0px;
	PADDING-BOTTOM: 1px;
	PADDING-TOP: 8px;
	BORDER-RIGHT-WIDTH: 0px
}
#toppic {
	background-image: url(toppic1.gif);
	height: 90px;
	width: 952px;
}
#container {
	background-color: #efefef;
}
/*诚信档案*/
/*诚信档案*/
.cxda{
	background-image: url(../images/da03.gif);
	background-color: #FFF;
	width: 952px;
}
.cxda .c_top{
	background-image: url(../images/da01.gif);
	overflow:hidden;
	background-repeat: no-repeat;
	padding-top: 50px;
	padding-bottom: 0;
	padding-left: 50px;
	padding-right: 50px;
}

.cxda .c_top .c_info01{
	background: url(../images/da04.gif) no-repeat center top;









no-repeat center top; 										font-size:14px;
	overflow:hidden;
	width:600px;
	padding-top: 110px;
	padding-bottom: 10px;
	padding-right: 250px;
}

.cxda .c_top .c_info01 p{
	padding:0 0 20px 0;
	line-height: 20px;
}

.cxda .c_top .c_info01 b{ color:#ff0000}

.cxda .c_top .c_info{margin:0 0 30px 0; float:left; width:100%}

.cxda .c_top .c_info{margin:0 0 30px 0; float:left; width:100%}
/*.cxda .c_top .c_info .title{border: 1px solid #ddd; border-bottom:0;line-height:28px; height:28px;background: url(../../../img/images/shop/ico.gif)  repeat-x 0 -177px}*/ 
.cxda .c_top .c_info .title b{ float:right; padding:0 20px 0 0; color:#FF0000}
.cxda .c_top .c_info .title span{
	float:right;
	line-height: 28px;
	height: 28px;
	padding-top: 0;
	padding-right: 20px;
	padding-bottom: 0;
	padding-left: 0;
	color: #999;
}
.cxda .c_top .c_info .title span font{ font-size:20px;color:#FF0000; font-weight:bold}
.cxda .c_top .c_info .title h2{padding:0 0 0 20px;background: url(../../../img/images/shop/ico.gif) no-repeat 10px -272px;font-family:"Microsoft Yahei","微软雅黑",simHei;font-size:16px;}
.cxda .c_top .c_info .conter{position: relative;}
.cxda .c_top .c_info .conter table{ background:#ddd;}
.cxda .c_top .c_info .conter table th{
	background:#EFEFEF;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 40px;
	text-align: left;
}
.cxda .c_top .c_info .conter table td{
	background:#fff;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 40px;
}
.cxda .c_top .c_info .conter .color{ color:#FF6600}
.cxda .c_top .c_info .conter table td strong{padding:0 0 0 20px;font-size:14px}
.cxda .c_top .c_info05 span{padding:0 30px 0 20px; height:18px; line-height:18px; float:left}

.cxda .c_bottom{
	background: url(../images/da02.gif) no-repeat bottom;
	height:67px;
	width: 950px;
	margin-right: auto;
	margin-left: auto;
}
/*foot*/
#foot{
	width: auto;
	position: relative;
	background: #ffffff;
	text-align: center;
	color: #37383A;
	font-size: 12px;
	font-style: normal;
	line-height: 20px;
	font-weight: normal;
	font-variant: normal;
	padding-top: 10px;
	padding-bottom: 10px;
}
/*价格*/
.xunjiabox1 {
	background:#FAFAFA;
	border: 1px solid #ddd;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	padding-bottom: 5px;
	padding-left: 10px;
	width: 95%;
	padding-top: 5px;
	float: left;
}
.xunjiabox1 li{
	line-height: 20px;
}
.xunjiabox1 .one {
	color: #666;
	padding-top: 5px;
	padding-bottom: 5px;
	padding-right: 10px;
}

.xunjiabox1 .three {
	background-image: url(../images/tel.png);
	background-repeat: no-repeat;
	border-bottom-width: 1px;
	border-bottom-style: dashed;
	border-bottom-color: #ddd;
	padding-left: 55px;
	padding-bottom: 10px;
	background-position: 0px 4px;
}
.xunjiabox1 .two{
	color:#666;
	padding-top: 10px;
	padding-bottom: 5px;
}
.xunjiabox1 .three .sell_tel {
	font-size: 24px;
	color: #F60;
	font-weight: bold;
	font-family: "黑体", "宋体";
	padding-top: 5px;
	padding-bottom: 3px;
	line-height: 24px;
}
.xunjiabox1 .three .sell_tishi {
	line-height: 20px;
	color: #999;
	height: 20px;
	padding-left: 3px;
}
.sell_xunjia {
	width:80px;
	height:25px;
	line-height:25px;
	font-weight:bold;
	text-align:center;
	display: inline-block;
	background-image: url(../images/sell_xunjia_bg.png);
}

.sell_xunjia:link {
	COLOR: #CC6600
}
.sell_xunjia:visited {
	COLOR: #CC6600
}
.sell_xunjia:active {
	COLOR: #CC6600; TEXT-DECORATION: none
}
.sell_xunjia:hover{
	text-decoration:underline;
	color: #000;
}</pre></body></html>