.jqzoom {
	border: 1px solid black;
	float: left;
	position: relative;
	padding: 0;
	cursor: pointer;
}

.jqzoom img {
	float: left;
}

div.zoomdiv {
	z-index: 100;
	position: absolute;
	top: -230px;
	left: 0;
	width: 200px;
	height: 200px;
	background: #fff;
	border: 1px solid #CCC;
	display: none;
	text-align: center;
	overflow: hidden;
}

div.jqZoomPup {
	border: solid 3px #ff8a00;
	z-index: 10;
	visibility: hidden;
	position: absolute;
	top: 0;
	left: 0;
	width: 50px;
	height: 50px;
	border: 1px solid #aaa;
	background: #fff url(../images/zoom.gif) 50% top no-repeat;
	opacity: .5;
	-moz-opacity: .5;
	-khtml-opacity: .5;
	filter: alpha(Opacity = 50);
}

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;
}

:focus {
	outline: 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%;
}

ol,ul {
	list-style: none;
}

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;
}

#Head,#Content,#Foot {
	margin: 0 auto;
	width: 950px;
	clear: both;
	background-color: #fff;
	text-align: left;
}

.layout-page {
	margin: 0 auto;
	width: 950px;
	height: auto;
	clear: both;
}

.layout-page .colLeft {
	float: left;
	width: 210px;
}

.layout-page .colRight {
	float: right;
	width: 732px;
}

.layout-ws1 {
	clear: both;
}

.layout-ws1 .leftws1 {
	float: left;
	width: 514px;
}

.layout-ws1 .rightws1 {
	float: right;
	width: 210px;
}

a:link,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,a:active {
	color: #000;
	text-decoration: underline;
}

a {
	cursor: pointer;
}

.fontRed {
	color: #f00;
}

.fontBlack {
	color: #000;
}

.fontGray {
	color: #bebebe;
	padding-left: 3px;
}

.fontBlue {
	color: #004cd6;
}

.fontBBlue {
	color: #465d73;
}

.em {
	font-weight: bold;
}

.linethrough {
	text-decoration: line-through;
}

.area-right1 {
	float: right;
	overflow: hidden;
	width: 732px;
	padding-top: 6px;
}

.area-right1 .proLeft {
	float: left;
	width: 487px;
}

.area-right1 .proRight {
	float: left;
	width: 245px;
	background-color: #DEDEDE;
}

.proPic {
	width: 480px;
	padding-right: 7px;
	clear: both;
	overflow: hidden;
}

.proPic .picImg {
	width: 480px;
	height: 360px;
	overflow: hidden;
}

.proPic .picTitle {
	width: 480px;
	font-size: 12px;
	overflow: hidden;
}

.proPic .picStyle {
	text-align: center;
	width: 480px;
	height: 60px;
	overflow: hidden;
}

.proPic .picStyle ul {
	padding-left: 100px;
}

.proPic .picStyle ul li {
	float: left;
	padding-right: 5px;
	padding-top: 5px;
}

.proPic .picStyle ul li a {
	cursor: pointer;
	display: block;
}

.proPic .picStyle ul li a:hover {
	display: block;
	border: solid 3px #ff8a00;
	text-align: center;
	background: url(../css/images/icon/icon_12.gif) no-repeat top;
	padding-top: 6px;
}

.proPic .picStyle ul li a.current {
	border: solid 3px #ff8a00;
	text-align: center;
	background: url(../css/images/icon/icon_12.gif) no-repeat top;
	padding-top: 6px;
}

.proPic .proPic ul li a img {
	border: solid 3px #ff8a00;
}

.bgcl {
	background: url(../css/images/icon/icon_12.gif) no-repeat top;
}

.imgborder {
	border: solid 3px #ff8a00;
}

.proInfo {
	width: 235px;
	clear: both;
	padding: 5px;
}

.proInfo .infoTitle {
	font-size: 14px;
	font-weight: bold;
	line-height: 27px;
}

.proInfo .infoData {
	width: 225px;
	padding: 5px;
	border-bottom: dashed 1px #6f7a9c;
	border-top: dashed 1px #6f7a9c;
}

.proInfo .infoData p {
	font-size: 12px;
	padding-top: 10px;
}

.noColors {
	padding-top: 2px;
}

.noColors .cTitle {
	line-height: 23px;
}

.noColors ul {
	width: 220px;
	padding: 5px;
}

.noColors ul li {
	float: left;
	width: 40px;
	height: 30px;
	padding-right: 3px;
}

.proInfo .infoBtn {
	text-align: center;
	padding: 10px 0;
}

.proInfo .infoHot {
	padding: 5px;
}

.proInfo .infoHot p {
	background: url(../css/images/icon/pro_icon-d.gif) no-repeat 0 7px;
	padding-left: 15px;
	font-size: 12px;
	line-height: 21px;
}

.proInfo .infoHot p a {
	color: #F00;
}

.proInfo .infoHot p a:hover {
	color: #F00;
}

.proIntro {
	float: left;
	width: 732px;
	padding-top: 2px;
	overflow: hidden;
}

.proIntro .tr {
	background: transparent url(../css/images/icon/pro_1_tr.gif) no-repeat
		right;
	padding-right: 5px;
}

.proIntro .tc {
	background: transparent url(../css/images/icon/pro_1_tc.gif) repeat-x
		top;
	height: 38px;
	overflow: hidden;
}

.proTitle ul {
	list-style-type: none;
}

.proTitle ul li {
	float: left;
	margin-right: 5px;
}

.proTitle ul li a {
	display: block;
	background: url(../css/images/icon/pro_title_act.gif) no-repeat;
	text-align: center;
	width: 99px;
	height: 32px;
	font-size: 14px;
	font-weight: bold;
	color: #97a4b2;
	padding-top: 6px;
}

.proTitle ul li a:hover {
	background: url(../css/images/icon/pro_title_on.gif) no-repeat;
	padding-top: 6px;
	text-decoration: none;
}

.proTitle ul li.selected a {
	width: 99px;
	height: 32px;
	background: url(../css/images/icon/pro_title_on.gif) no-repeat;
	color: #333e4b;
	padding-top: 6px;
}

.proTitle ul li.selected a:visited {
	color: #333e4b;
}

.proTitle .other {
	font-size: 12px;
	color: #97a4b2;
	text-align: right;
	padding: 8px 5px 0 0;
}

.proBox {
	 
	width: 712px;
	overflow: hidden;
	padding: 10px;
}

.proComment {
	float: left;
	width: 732px;
}

.proComment .cSM {
	width: 732px;
	padding-top: 10px;
	padding-bottom: 12px;
	background: url(../css/images/icon/comm_bk.gif) repeat-x bottom;
	overflow: hidden;
	clear: both;
	margin: 0 auto;
}

.proComment .cSM .pOn {
	float: left;
	width: 450px;
	background: url(../css/images/icon/comm_1.gif) no-repeat top;
	padding: 3px 0 0 35px;
}

.proComment .cSM .pAct {
	float: right;
	text-align: center;
	width: 200px;
}

.comInfo {
	width: 712px;
}

.comInfo table {
	font-size: 12px;
}

.comInfo table tr {
	float: left;
	padding-bottom: 10px;
}

.comInfo table tr .ciTitle {
	float: left;
	width: 712px;
	background-color: #f6f6f6;
	padding-top: 1px;
}

.comInfo table tr .ciTitle .lName {
	float: left;
	width: 650px;
	padding-left: 10px;
	line-height: 24px;
}

.comInfo table tr .ciTitle .rTime {
	float: right;
	width: 250px;
	text-align: right;
	padding-right: 10px;
}

.comInfo table tr .ciInfo {
	float: left;
	width: 702px;
	padding-left: 10px;
	padding-top: 5px;
}

.comInfo table tr .ciInfo p {
	float: left;
	width: 650px;
	padding-left: 10px;
	line-height: 24px;
}

.comFoot {
	background: url(../css/images/icon/comm_bk-1.gif) repeat-x;
	width: 712px;
	height: 25px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
}

.comFoot .lfoot {
	float: left;
	width: 400px;
}

.comFoot .rfoot {
	float: right;
	width: 250px;
	text-align: right;
}

.buyQA {
	 
	width: 732px;
	padding-top: 10px;
	padding-bottom: 12px;
	background: url(../css/images/icon/comm_bk.gif) repeat-x bottom;
	overflow: hidden;
	clear: both;
}

.buyQA p {
	padding: 0 10px;
}

.buyQA .bText {
	width: 210px;
	height: 16px;
	border: solid 1px #9bacbd;
	padding: 4px 3px 0 3px;
	color: #666;
}

.buy_QA {
	float: left;
	width: 712px;
}

.buy_QA .qa_Bk {
	width: 712px;
	background-color: #f6f6f6;
}

.buy_QA table {
	width: 100%;
	font-size: 12px;
}

.buy_QA table tr td {
	float: left;
	width: 692px;
	padding: 10px;
}

.buy_QA table tr td .Q {
	width: 672px;
	float: left;
	background: url(../css/images/icon/help_icon1.gif) no-repeat 0 3px;
	padding-left: 20px;
	line-height: 21px;
	margin-bottom: 3px;
}

.buy_QA table tr td .A {
	width: 672px;
	float: left;
	background: url(../css/images/icon/help_icon2.gif) no-repeat 0 3px;
	padding-left: 20px;
	line-height: 21px;
}



.qitaBox{
 width:725;
 height:224px;
margin-top:50px;
}
.qitaBox .buytitle{
	width:725px;
	height:30px;
	background-image: url("../images/toobuy.gif");
}
.qitaBox .contentd{
	text-alin: center;
	width: 721px;
	height:190px;
	border:2px solid #DEDEDE;
	 
}
.qitaBox .content ul{
	margin-top:10px;
	text-alin: center;
	width: 720px;
}
.qitaBox ul li{
	float: left;
	width: 180px;
	 vertical-align:bottom;
	overflow: hidden;
}
<!--                                     -->
.dissize {
	display: none;
}

#floater {
	display: none;
	POSITION: absolute;
	TOP: 120px;
	VISIBILITY: visible;
	WIDTH: 125px;
	Z-INDEX: 10;
}

.z {
	font-size: 12px;
	background-color: #f6f6f6;
	display: none;
	width: 712px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 5px;
	text-align: center;
}

.bgc {
	font-size: 12px;
	width: 100%;
}

.ment {
	position: absolute;
	background: #e4e8ed;
	top: 100%;
	left: 30%;
	width: 450px;
	height: 100px;
	display: none;
	z-index: 9900;
}

.prodtable {
	background: #e4e8ed;
	WIDTH: 100%;
	height: 23px;
	top: 8px;
	font-size: 12px;
}

.prodtable tr TH {
	BACKGROUND: #e0e0e0;
	BORDER-TOP: #2C465D 1px solid;
	BORDER-BOTTOM: #2C465D 1px solid;
	TEXT-ALIGN: center;
}

.prodtable tr TD {
	BORDER-TOP: #2C465D 1px solid;
	BACKGROUND: #fff;
	BORDER-BOTTOM: #2C465D 1px solid;
	TEXT-ALIGN: center;
	height: 25px;
}

.pve {
	position: absolute;
	background: #e4e8ed;
	border: solid 1px #c8c8c8;
	top: 100%;
	left: 30%;
	width: 450px;
	height: 100px;
	display: none;
	z-index: 9999;
}

.samepro {
	BORDER-BOTTOM: #2C465D 1px solid;
	BORDER-top: #2C465D 1px solid;
	height: 70px;
}

body {
	font-size: 12px;
	background-color: #fff;
	color: #000;
	width: 100%;
	text-align: center;
	line-height: 1.5;
}

a:link,a:visited {
	color: #000;
	text-decoration: none;
}

a:hover,a:active {
	color: #000;
	text-decoration: underline;
}

#Head,#Content,#Foot {
	margin: 0 auto;
	width: 950px;
	clear: both;
}

.fontRed {
	color: #f00;
}

.fontBlack {
	color: #000;
}

.fontGray {
	color: #bebebe;
	padding-left: 3px;
}

.fontBlue {
	color: #004cd6;
}

.fontBBlue {
	color: #465d73;
}

.fontOrange {
	color: #f60;
}

em {
	font-weight: bold;
}

.linethrough {
	text-decoration: line-through;
}

.cYellow,a.cYellow:link,a.cYellow:visited {
	color: #FEED17;
}

.cBlue,a.cBlue:link,a.cBlue:visited {
	color: blue;
}


.topfun {
	width: 100%;
    height: 130px;	
}

.topfun .tcontent {
	width: 950px;
	margin: 0 auto;
	height: 130px;
	overflow: hidden;
	clear: both;
	text-align: left;
}

.topfun .tcontent .webinfo {
	float: left;
	width: 500px;
	padding-left: 5px;
}

.topfun .tcontent .webinfo p {
	font-size: 12px;
	padding-top: 3px;
}

.topfun .tcontent .webinfo p span {
	font-weight: bolder;
	color: #F00;
	font-size: 14px;
}

.topfun .tcontent .tuserinfo {
	width: 440px;
	float: right;
	text-align: right;
}

.topfun .tcontent .tuserinfo p {
	font-size: 12px;
	padding-top: 4px;
}

.topfun .tcontent .tuserinfo p a {
	color: #000;
}

.topfun .tcontent .tuserinfo p a:hover {
	color: #F00;
}

.topfun .tcontent .tuserinfo p span {
	padding-right: 10px;
	padding-top: 1px;
}


.icon_QQ {
	padding-right: 5px;
}

.icon_userMy {
	background: url(/images/image/icon_my.jpg) no-repeat 0 0;
	padding-left: 18px;
}

.icon_userQW {
	background: url(/images/image/icon_qw.jpg) no-repeat 0 0;
	padding-left: 18px;
}

.icon_userDd {
	background: url(/images/image/icon_d.jpg) no-repeat 0 0;
	padding-left: 18px;
}

.logo-search {
	position: relative;
	height: 70px;
}

.webLogo {
	position: absolute;
	top: 7px;
	left: 5px;
	width: 190px;
	height: 57px;
	overflow: hidden;
}

.webText {
	position: absolute;
	left: 196px;
	top: 43px;
}

.webPhone {
	position: absolute;
	float: right;
	right: 7px;
	top: 22px;
	overflow: hidden;
}

.topSearch {
	position: absolute;
	left: 340px;
	top: 19px;
	width: 510px;
	height: 48px;
	overflow: hidden;
}

.iwebNav {
	height: 76px;
	clear: both;
}

.webNav-l {
	background: url(/images/image/webNav-l.jpg) no-repeat left;
	padding-left: 5px;
}

.webNav-r {
	background: url(/images/image/webNav-r.jpg) no-repeat right;
	padding-right: 5px;
}

.webNav-c {
	background: url(/images/image/webNav-c.jpg) repeat-x;
	height: 76px;
	overflow: hidden;
}

.webNav {
	height: 39px;
}

.webNav ul {
	padding-top: 5px;
}

.webNav li {
	display: block;
	float: left;
	width: 100px;
	background: url(/images/image/webNav-split.jpg) no-repeat right center;
}

.webNav li.noSplit {
	background: none;
}

.webNav li.noSplit a:visited {
	color: #FEED17;
}

.webNav li a {
	display: block;
	font-size: 14px;
	font-weight: bold;
	color: #FFF;
	text-align: center;
	padding: 2px 0;
	line-height: 30px;
}

.webNav li a:visited {
	color: #FFF;
}

.webNav li a:hover {
	background: url(/images/image/webNav-on.jpg) no-repeat bottom center;
	color: #233950;
	text-decoration: none;
}

.webNav li.wnon a {
	background: url(/images/image/webNav-on.jpg) no-repeat bottom center;
	color: #233950;
}

.webNav li.wnon a:visited {
	color: #233950;
}

.webOther {
	height: 37px;
}

.iSearch {
	clear: both;
}

.iSearch ul {
	float: left;
}

.iSearch ul li {
	float: left;
	padding-top: 3px;
}

.sText {
	width: 225px;
}

.sText .tText {
	width: 220px;
	height: 21px;
	border: solid 1px #778795;
	padding-top: 3px;
	padding-left: 3px;
}

.sBtn {
	width: 70px;
	padding-left: 5px;
}

.topSearchKey {
	width: 310px;
	line-height: 19px;
}

.topSearchKey span {
	float: left;
	width: auto;
	background: url(/images/image/search-key-split.jpg) no-repeat right
		center;
	margin-top: 5px;
}

.topSearchKey span.noSplit {
	background: none;
}

.topSearchKey span a {
	padding: 0 10px;
}

.H_cart {
	float: right;
	width: 220px;
	height: 30px;
 
	display: block;
}

.H_cart a {
	background: url(/images/image/web-car-icon.jpg) no-repeat right 1px;
	padding-right: 15px;
	padding-left: 75px;
	line-height: 18px;
}

.cartContent {
	width: 270px;
	border: solid 3px #0F6FA8;
	background-color: #f3f4f9;
}

.cartContent ul li {
	float: left;
	padding: 5px;
	border-bottom: dotted 1px #a4a4a4;
	width: 260px;
}

.cartContent ul li img {
	float: left;
	border: solid 1px #c4c5c5;
}

.cartContent ul li p {
	float: left;
	width: 80px;
	font-size: 12px;
	color: #000;
	padding: 4px 10px;
	line-height: 18px;
}

.cartContent
 
ul
 
li
 
p
 
a
 
:{
color
:
#000
;
}
.cartContent ul li p a:visited {
	color: #000;
}

.cartContent ul li .Price {
	float: right;
	width: 80px;
	color: #999;
	text-align: right;
	line-height: 18px;
	padding-top: 4px;
}

.cartContent ul li .Price span {
	font-size: 12px;
	color: #f95809;
	font-weight: bold;
}

.cartContent .summary {
	width: 260px;
	padding-top: 5px;
	text-align: right;
}

.cartContent .summary p {
	font-size: 12px;
}

.cartContent .summary p span {
	color: #f95809;
	font-weight: bold;
}

.cartContent .summary .btn {
	width: 260px;
	padding: 5px 0 5px 0;
	text-align: right;
}

a {
	text-decoration: none;
	color: #06C;
}

img {
	border: 0;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 13px;
}

div#wrapper {
	width: 970px;
	padding: 0;
	margin: 0 auto;
	text-align: left;
}

div#header {
	width: 100%;
	clear: both;
	margin: 0 auto;
	height: 117px;
}

div#header a {
	float: left;
	text-decoration: none;
}

div#header a#version {
	float: left;
	margin-left: 10px;
}

div#maincontent {
	width: 970px;
	float: left;
	margin: 0;
	padding: 5px;
	border: 1px solid #EEE;
}

div#maincontent p {
	float: left;
	width: 970px;
	clear: both;
	margin-top: 5px;
	margin-bottom: 5px;
	padding: 0;
}

div#maincontent xmp {
	float: left;
	width: 970px;
	clear: both;
	white-space: pre;
	margin-top: 5px;
	margin-bottom: 5px;
}

span.code {
	float: left;
	border: 1px dotted #9C0;
	background-color: #E6FF97;
	clear: both;
	width: 970px;
}

span.tozoom {
	float: left;
	width: 420px;
	margin: 5px;
}

span.tozoom img {
	border: 1px solid #EEE;
}

fieldset {
	float: left;
	clear: both;
	width: 400px;
	padding: 0;
	margin-left: 300px;
	border: 1px solid #CCC;
}

fieldset a {
	float: left;
	width: 80px;
}

.web_title {
	width: 80px;
	height: 29px;
	background: url(/page/web/product/ProductList/css/ico/btn_1.gif)
		no-repeat;
	text-align: left;
	overflow: hidden;
}

.web_title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	padding-top: 5px;
}

.web_right_title {
	width: 80px;
	height: 29px;
	background: url(/page/web/product/ProductList/images/btn_3.gif)
		no-repeat;
	text-align: center;
	overflow: hidden;
}

.web_right_title h2 {
	font-size: 14px;
	font-weight: bold;
	color: #163e5b;
	padding-top: 5px;
}

.area-left1 {
	width: 210px;
	padding-top: 6px;
	overflow: hidden;
}

.area-left1 .tl {
	background: transparent url(../../ProductList/images/Nav.gif) repeat-x top;
	padding-left: 5px;
	height: 28px;
	overflow: hidden;
	 
}
.area-left1 .content {
	border-left: 1px solid #bbc0c9;
	border-right: 1px solid #bbc0c9;
	border-bottom: 1px solid #bbc0c9;
	padding: 4px;
	overflow: hidden;
}

.area-left2 {
	width: 210px;
	padding-top: 6px;
	overflow: hidden;
}

.area-left2 .tl {
	background: transparent url(../../ProductList/images/Nav.gif) repeat-x top;
	padding-left: 5px;
	height: 28px;
	overflow: hidden;
}
.area-left2 .tl h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

.area-left2 .content {
	border-left: 1px solid #bbc0c9;
	border-right: 1px solid #bbc0c9;
	border-bottom: 1px solid #bbc0c9;
	overflow: hidden;
}

.area-left3 {
	width: 210px;
	padding-top: 6px;
	overflow: hidden;
}

.area-left3 .tl {
	background: transparent url(../../ProductList/images/Nav.gif) repeat-x top;
	padding-left: 5px;
	height: 28px;
	overflow: hidden;
}

 

.area-left3 .tl h2 {
	font-size: 14px;
	color: #ffffff;
	font-weight: bold;
	padding-top: 5px;
	padding-left: 5px;
}

.area-left3 .content {
	border-left: 1px solid #bbc0c9;
	border-right: 1px solid #bbc0c9;
	border-bottom: 1px solid #bbc0c9;
	overflow: hidden;
}

.cp_con {
	width: 200px;
	clear: both;
}

.cp_con dl {
	list-style: none;
}

.cp_con dl dt {
	font-size: 14px;
	font-weight: bold;
	padding-left: 5px;
	width: 190px;
	line-height: 27px;
}

.cp_con dl dt a:hover {
	color: #001628;
}

.cp_con dl dt .hot {
	color: #f95809;
}

.cp_con dl dd {
	width: 185px;
	line-height: 22px;
	padding-left: 10px;
	overflow: hidden;
	line-height: 22px;
}

.cp_con dl dd a {
	font-size: 12px;
	color: #001628;
}

.cp_con dl dd a:hover {
	color: #f95809;
}

.cp_Categories {
	overflow: hidden;
}

.cp_Categories ul {
	list-style: none;
}

.cp_Categories ul li {
	float: left;
	width: 80px;
	height: 29px;
	
}

.cp_Categories ul li a {
	display: block;
	text-align: center;
	font-size: 14px;
	font-weight: bold;
	color: #000000;
	padding-top: 2px;
	text-decoration: none;
	line-height: 27px;
}

.cp_Categories ul li a:hover {
	 
	color: #fff;
	padding-top: 2px;
}

.cp_Categories ul li.selected a {
	 
	color: #fff;
	padding-top: 2px;
}

.cp_Categories ul li.selected a:visited {
	color: #2c6087;
}

.p_List {
	width: 208px;
	overflow: hidden;
	padding-bottom: 5px;
}

.p_List ul {
	padding: 5px;
}

.p_List ul li {
	float: left;
	width: 192px;
	padding: 3px;
	border-bottom: dotted 1px #a4a4a4;
}

.p_List ul li img {
	float: left;
	border: solid 1px #c4c5c5;
	width: 75px;
}

.p_List ul li p {
	float: right;
	width: 110px;
	font-size: 12px;
	color: #000;
	padding: 3px 0;
	line-height: 18px;
}

.p_List ul li p span {
	font-size: 12px;
	color: #f95809;
}

#Head,#Content,#Foot {
	width: 950px;
	margin: 0 auto;
	clear: both;
	background-color: #fff;
	text-align: left;
}

a:link,a:visited {
	color: #666;
	text-decoration: none;
}

a:hover,a:active {
	color: #666;
	text-decoration: underline;
}

#Foot {
	padding-top: 6px;
}

.Guide {
	width: 950px;
	height: 112px;
	border: solid 1px #e2e4e7;
	background: #f4f6f8 url(../images/image/tel.gif) no-repeat right bottom;
	padding: 5px 0;
	text-align: left;
}

.Guide .Gbox {
	float: left;
	border-right: dashed 1px #c1c3c5;
	width: 123px;
	height: 92px;
	padding: 10px 0 10px 10px;
}

.Guide .Gbox .title {
	background: url(/images/image/icon_2.jpg) no-repeat 5px 5px;
	font-weight: bold;
	padding-left: 20px;
	line-height: 24px;
}

.Guide .Gbox ul li {
	padding-left: 20px;
	font-size: 12px;
	line-height: 21px;
}

.Commitment {
	padding: 5px 0;
	margin: 0 auto;
	text-align: center;
}

.webBottom {
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}

.webBottom .WBlink {
	padding-right: 20px;
}

.copyRight {
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}

.copyRight p {
	line-height: 18px;
}

.NetworkBank {
	padding-bottom: 5px;
	margin: 0 auto;
	text-align: center;
}
sale_record_form table thead tr td {
line-height:25px;
}
.sale_record_form table td {
border:1px solid #DED9D3;
color:#777777;
padding:0 5px;
}
* {
margin:0;
padding:0;
}
.sale_record_form table thead tr {
text-align:center;
}
.tac {
text-align:center;
}
.sale_record_form table {
border-collapse:collapse;
text-align:left;
}
.clearfix:after {
	display:block;
	clear:both;
	height:0;
	font-size:0;
	content:"."; color:#fff;
}
.clearfix { min-height:1%; clear:both;}
*html .clearfix { height:1%;}
/* ÐÇ¼¶ÆÀ·Öcss */
.selectStar { width:auto; margin:0 auto; border:0px solid #ddd; padding:0px;}
.selectStar li { float:left; text-align:left;display:inline; margin-right:8px; padding:0 5px; line-height:12px;}
.selectStar li span.red { color:#d00; width:10px;}
.selectStar li span.zi {}
.selectStar li em { border:0px solid #f6b88e; height:18px; width:auto; display:inline-block;vertical-align:supper; background:url(images/dpForm_1_0_0.gif) no-repeat 8px 6px; padding:0 8px;}
.selectStar li em.selectS1 { background-position:8px -14px;}
.selectStar li em.selectS2 { background-position:8px -34px;}
.selectStar li em.selectS3 { background-position:8px -54px;}
.selectStar li em.selectS4 { background-position:8px -74px;}
.selectStar li em.selectS5 { background-position:8px -94px;}
.selectStar li em a { text-indent:-999em; overflow:hidden; display:block; float:left; width:14px;}
.dpCont { color:#f60;}
