html {
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}
body {
	background-color: #ffffff;
	color: #000000;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	padding: 0px;
}
body, td, th, input, textarea, select, a {
	font-size: 12px;
}
h1, 
}
h2 {
	color: #000000;
	font-size: 16px;
	margin-top: 0px;
	margin-bottom: 5px;
}
p {
	margin-top: 0px;
	margin-bottom: 20px;
}
a, a:visited, a b {
	color: #38B0E3;
	text-decoration: underline;
	cursor: pointer;
}
a:hover {
	text-decoration: none;
}
a img {
	border: none;
}
form {
	padding: 0;
	margin: 0;
	display: inline;
}
label {
	cursor: pointer;
}
/* layout */
#container {
	width: 980px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;
}
#column-header {
	float: left;
	width: 980px;
}
#column-left {
	float: left;
	width: 200px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
#column-right {
	float: right;
	width: 200px;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
    border-bottom: 1px solid #DDDDDD;
}
#content {
	min-height: 400px;
	margin-bottom: 0px;
}
#content-2{
	min-height: 220px;
	margin-bottom: 0px;
}
#column-left + #column-right + #content, #column-left + #content {
	margin-left: 201px;
}
#column-right + #content {
	margin-right: 201px;
}
#column-left + #column-right + #content-2, #column-left + #content-2 {
	margin-left: 201px;
}
#column-right + #content-2 {
	margin-right: 201px;
}
/* 首页第一层大框开始 */
#column-categoryt {
        border-left: 1px solid #DDDDDD;
	float: left;
	width: 200px;
	min-height: 410px;
}
#product {
	border-right: 1px solid #DDDDDD;
	min-height: 360px;
	margin-bottom: 0px;
}
#column-categoryt + #product {
	margin-left: 202px;
	
}
/* 首页第一层大框结束 */

/* header */
#header {
    background: url('../image/header.jpg');
	height: 124px;
	position: relative;
	z-index: 99;
}
#header #logo {
	position: absolute;
	top: 50px;
	left: 15px;
}
#sitemap {
	position: absolute;
	top: 15px;
	right: 105px;
	text-align: right;
	width: 104px;
	color: #999;
	line-height: 17px;
}
#language {
	position: absolute;
	top: 15px;
	right: 5px;
	text-align: right;
	width: 104px;
	color: #999;
	line-height: 17px;
}
#language img {
	cursor: pointer;
}
#header #livechat {
	position: absolute;
	height: 19px;
	top: 10px;
	left: 550px;
	width: 100px;
	z-index: 15;
}
#header #mail {
	position: absolute;
	height: 19px;
	top: 35px;
	left: 550px;
	width: 300px;
	color:#FF0000;
	z-index: 15;
}
#header #search {
	position: absolute;
	height: 31px;
	top: 55px;
	right: 0px;
	width: 325px;
	z-index: 15;
}
#header .button-search {
	position: absolute;
	right: 50px;
	background: url('../image/searchr.jpg') center no-repeat;
	width: 31px;
	height: 31px;
	cursor: pointer;
}
#header #search input {
	background: #FFF;
	padding: 0px 0px 0px 10px;
	width: 230px;
	height: 29px;
	border: 1px solid #CCCCCC;
}
/* menu */

#menu {
	background: url('../image/btbg.png');
	height:47px;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
}

#menu > ul > li {
   
    text-align: center;
	position: relative;
	float: left;
	z-index: 20;
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	font-size: 12px;
	color: #FFF;
	line-height: 36px;
	text-decoration: none;
	display: block;
	 padding: 10px 0px 0px 0px;
	z-index: 6;
	position: relative;
}
#menu > ul > li:hover > a {
    color:#000000;
	background: url('../image/btbg_2.png');
    height:37px;
	border-radius: 0px;
	
}
#menu > ul > li > div {
   padding: 10px 0px 0px 0px;
    width: 122PX;
	display: none;
	border-top: 1px solid #ffffff;
	background: url('../image/menunow.png');
}
#menu > ul > li:hover > div {
	display: table;
}
#menu > ul > li > div > ul {
	display: table-cell;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}
#menu > ul > li ul > li > a {
	text-decoration: none;
	padding: 10px 0px 0px 0px;
	color: #FFFFFF;
	display: block;
	height:30px;
	white-space: nowrap;
	min-width: 113px;
}
#menu > ul > li ul > li > a:hover {
	background: url('../image/menunew.png');
}
#menu > ul > li > div > ul > li > a {
	color: #FFFFFF;
}
.breadcrumb {
    padding: 13px 0px 0px 10px;
    background: url('../image/title.png');
	height: 27px;
	color:#FFFFFF;
}
.breadcrumb >a {
	color:#FFFFFF;
}

.success, .warning, .attention, .information {
	padding: 10px 10px 10px 33px;
	margin-bottom: 15px;
	color: #555555;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success {
	background: #EAF7D9 url('../image/success.png') 10px center no-repeat;
	border: 1px solid #BBDF8D;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.warning {
	background: #FFD1D1 url('../image/warning.png') 10px center no-repeat;
	border: 1px solid #F8ACAC;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.attention {
	background: #FFF5CC url('../image/attention.png') 10px center no-repeat;
	border: 1px solid #F2DD8C;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	border-radius: 5px 5px 5px 5px;
}
.success .close, .warning .close, .attention .close, .information .close {
	float: right;
	padding-top: 4px;
	padding-right: 4px;
	cursor: pointer;
}
.required {
	color: #FF0000;
	font-weight: bold;
}
.error {
	display: block;
	color: #FF0000;
}
.help {
	color: #999;
	font-size: 10px;
	font-weight: normal;
	font-family: Verdana, Geneva, sans-serif;
	display: block;
}
table.form {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 20px;
}
table.form tr td:first-child {
	width: 150px;
}
table.form > * > * > td {
	color: #000000;
}
table.form td {
	padding: 4px;
}
input.large-field, select.large-field {
	width: 300px;
}
table.list {
	border-collapse: collapse;
	width: 100%;
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	margin-bottom: 20px;
}
table.list td {
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
}
table.list thead td {
	background-color: #EFEFEF;
	padding: 0px 5px;
}
table.list thead td a, .list thead td {
	text-decoration: none;
	color: #222222;
	font-weight: bold;
}
table.list tbody td {
	padding: 0px 5px;
}
table.list .left {
	text-align: left;
	padding: 7px;
}
table.list .right {
	text-align: right;
	padding: 7px;
}
table.list .center {
	text-align: center;
	padding: 7px;
}
.pagination {
	border-top: 1px solid #EEEEEE;
	padding-top: 8px;
	display: inline-block;
	width: 100%;
	margin-bottom: 10px;
}
.pagination .links {
	float: left;
}
.pagination .links a {
	display: inline-block;
	border: 1px solid #EEEEEE;
	padding: 4px 10px;
	text-decoration: none;
	color: #A3A3A3;
}
.pagination .links b {
	display: inline-block;
	border: 1px solid #269BC6;
	padding: 4px 10px;
	font-weight: normal;
	text-decoration: none;
	color: #269BC6;
	background: #FFFFFF;
}
.pagination .results {
	float: right;
	padding-top: 3px;
}

.buttons {
	background: #FFFFFF;
	border: 1px solid #EEEEEE;
	overflow: auto;
	padding: 6px;
	margin-bottom: 20px;
}
.buttons .left {
	float: left;
	text-align: left;
}
.buttons .right {
	float: right;
	text-align: right;
}
.buttons .center {
	text-align: center;
	margin-left: auto;
	margin-right: auto;
}
.htabs {
	height: 30px;
	line-height: 16px;
	border-bottom: 1px solid #DDDDDD;
}
.htabs a {
	border-top: 1px solid #DDDDDD;
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	background: #FFFFFF url('../image/tab.png') repeat-x;
	padding: 7px 15px 6px 15px;
	float: left;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 13px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	color: #000000;
	margin-right: 2px;
	display: none;
}
.htabs a.selected {
	padding-bottom: 7px;
	background: #FFFFFF;
}
.tab-content {
	border-left: 1px solid #DDDDDD;
	border-right: 1px solid #DDDDDD;
	border-bottom: 1px solid #DDDDDD;
	padding: 10px;
	margin-bottom: 20px;
	z-index: 2;
	overflow: auto;
}
/* box */
.box {
	margin-bottom: 0px;
}
.box .box-heading {	
	background: url('../image/title.png');
	padding: 10px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
}
/* 首页第二层开始 */
.box .box-content {
	padding: 10px;
}
.box .box-content-talk {
    background: #FFFFFF;
	padding: 10px;
	height:157px;
}
.box .box-content-news {
    background:url('../image/cbg.png');
	padding: 20px 20px 0px 20px;
	height:220px;
}
.box .box-content-welcome {
    padding: 20px 20px 0px 20px;
    height:217px;
}
.box .box-content-information {
    padding: 20px 20px 0px 20px;
    text-align: left;
	overflow: auto;
	height:220px;
}
/* 首页第二层结束 */
.box .box-left {
	background:url('../image/cbg.png');
}
/* box products */
.box-product {
	width: 100%;
	overflow: auto;
}
.box-product > div {
    border: 1px solid #DDDDDD;
    text-align: center;
	width: 165px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 10px;
}
.box-product > div:hover {
	background:#DFF4FF;
}
#column-left + #column-right + #content .box-product > div {
	width: 119px;
}
.box-product .image {
	display: block;
	margin-bottom: 0px;
}
.box-product .image img {
	padding: 3px;
}
.box-product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}

/* box products search*/
.box .box-content-search {
	padding: 10px;
	height: 217px;
}
ul.box-search, ul.box-search ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-search > li {
	padding: 8px 8px 8px 0px;
}
ul.box-search select {
	width: 180px;
}
/* box welcomes */
.box-welcome {
    text-align: left;
	width: 100%;
	overflow: auto;
}

/* box talk */
.box-talk {
    padding: 0px 10px 10px 10px;
    text-align: left;
	width: 100%;
	overflow: auto;
	height:180px;
}
/* box category */
ul.box-category, ul.box-category ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-category > li:first-child {
	padding: 0px 0px 8px 0px;
}
ul.box-category > li {
	padding: 8px 0px 8px 0px;
}
ul.box-category > li :hover{
	color:#DFF4FF;
}
ul.box-category > li + li {
	border-top: 1px solid #EEEEEE;
}
ul.box-category > li > a {
	text-decoration: none;
	color: #333;
}
ul.box-category > li ul {
	display: none;
}
ul.box-category > li a.active {
	font-weight: bold;
}
ul.box-category > li a.active + ul {
	display: block;
}
ul.box-category > li ul > li {
	padding: 5px 5px 0px 10px;
}
ul.box-category > li ul > li > a {
	text-decoration: none;
	display: block;
	color: #333;
}

ul.box-category > li ul > li > a.active {
	font-weight: bold;
}

/* box filter */
ul.box-filter, ul.box-filter ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.box-filter span {
	font-weight: bold;
	border-bottom: 1px solid #EEEEEE;	
	display: block;
	padding-bottom: 5px;
	margin-bottom: 8px;
}
ul.box-filter > li ul {
	padding-bottom: 10px;
}
#content .title {
    font-weight: bold;
    font-size: 18px;
    text-align: center;
	padding: 10px;
	border: 1px solid #EEEEEE;
}
#content .information {
	padding: 10px;
	overflow: auto;
}

/* content */
#content .content {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
#content .content .left {
	float: left;
	width: 49%;
}
#content .content .right {
	float: right;
	width: 49%;
}
/* category */
.category-info {
	overflow: auto;
	margin-bottom: 20px;
}
.category-info .image {
	float: left;
	padding: 5px;
	margin-right: 15px;
	border: 1px solid #E7E7E7;
}
.category-list {
	overflow: auto;
	
}
.category-list ul {
	float: left;
	width: 50%;
}
/* product */
.product-filter {
	border-bottom: 1px solid #EEEEEE;
	padding: 0px 0px 5px 10px;
	overflow: auto;
}
.product-filter .display {
	margin-right: 15px;
	float: left;
	padding-top: 4px;
	color: #333;
}
.product-filter .display a {
	font-weight: bold;
}
.product-filter .sort {
	float: right;
	color: #333;
}
.product-filter .limit {
	margin-left: 15px;
	float: right;
	color: #333;
}
.product-list > div {
	overflow: auto;
	padding: 10px 0px 15px 10px;
}
.product-list .right {
	float: right;
	margin-left: 15px;
}
.product-list > div + div {
	border-top: 1px solid #EEEEEE;
	padding-top: 16px;
}
.product-list .image {
	float: left;
	margin-right: 10px;
}
.product-list .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-list .name {
	margin-bottom: 3px;
}
.product-list .name a {
	color: #38B0E3;
	font-size: 20px;
	font-weight: bold;
	text-decoration: none;
}
.product-list .name a:hover {
	color: #ff0000;
}
.product-list .description {
	line-height: 15px;
	margin-bottom: 5px;
	color: #4D4D4D;
}
.product-list .description a {
    color: #4D4D4D;
	text-decoration: none;
}
.product-grid {
	padding: 10px 0px 15px 10px;
	width: 98%;
	overflow: auto;
}
.product-grid > div {
	width: 130px;
	display: inline-block;
	vertical-align: top;
	margin-right: 20px;
	margin-bottom: 15px;
}
#column-left + #column-right + #content .product-grid > div {
	width: 125px;
}
.product-grid .image {
	display: block;
	margin-bottom: 0px;
}
.product-grid .image img {
	padding: 3px;
	border: 1px solid #E7E7E7;
}
.product-grid .name a {
    text-align: center;
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
	margin-bottom: 4px;
}
.product-grid .name a:hover {
	color: #ff0000;
}
.product-grid .description {
	display: none;
}
/* Product */
.product-info {
	padding: 10px 0px 15px 10px;
	overflow: auto;
	margin-bottom: 20px;
}
.product-info > .left {
	float: left;
	margin-right: 15px;
}
.product-info > .left + .right {
	margin-left: 265px;
}
.product-info .image {
	border: 1px solid #E7E7E7;
	float: left;
	margin-bottom: 20px;
	padding: 10px;
	text-align: center;
}
.product-info .image-additional {
	width: 260px;
	margin-left: -10px;
	clear: both;
	overflow: hidden;
}
.product-info .image-additional img {
	border: 1px solid #E7E7E7;
}
.product-info .image-additional a {
	float: left;
	display: block;
	margin-left: 10px;
	margin-bottom: 10px;
}
.product-info .description {
	border-top: 1px solid #E7E7E7;
	border-bottom: 1px solid #E7E7E7;
	padding: 5px 5px 10px 5px;
	margin-bottom: 10px;
	line-height: 20px;
	color: #4D4D4D;
}
.product-info .description span {
	color: #38B0E3;
}
.product-info .description a {
	color: #4D4D4D;
	text-decoration: none;
}
.product-info .review {
	color: #4D4D4D;
	border-top: 1px solid #E7E7E7;
	border-left: 1px solid #E7E7E7;
	border-right: 1px solid #E7E7E7;
	margin-bottom: 10px;
}
.product-info .review > div {
	padding: 8px;
	border-bottom: 1px solid #E7E7E7;
	line-height: 20px;
}
.product-info .review > div > span {
	color: #38B0E3;
}
.product-info .review .share {
	overflow: auto;
	line-height: normal;
}
.product-info .review .share a {
	text-decoration: none;
}
.review-list {
	padding: 10px;
	overflow: auto;
	margin-bottom: 20px;
	border: 1px solid #EEEEEE;
}
.review-list .author {
	float: left;
	margin-bottom: 20px;
}
.review-list .text {
	clear: both;
}
.contact-info {
    padding: 10px;
	overflow: auto;
}
.contact-info .left {
	float: left;
	width: 90%;
}
.contact-info .right {
	float: left;
	width: 48%;
}
.sitemap-info {
    border-left:1px #dddddd;
	border-right:1px #dddddd;
	overflow: auto;
	margin-bottom: 40px;
}
.sitemap-info .left {
	float: left;
	width: 48%;
}
.sitemap-info .right {
	float: left;
	width: 48%;
}
/* footer */ 
#footer {
	clear: both;
	overflow: auto;
	padding: 15px 0px 0px 0px;
	height:35px;
	background: url('../image/bbg.png');
}
#footer h3 {
	color: #FFF;
	font-size: 14px;
	margin-top: 0px;
	
}
#footer .column {
	text-align: center;
	
}
#cont {
	text-align: center;
	
}
/* banner */
.honor{
    background: url('../image/cbg.png');
    text-align: center;
	height:177px;
}

.honor.banner div img {
	margin-bottom: 10px;
}
/* cust */
.cust{
	margin-bottom: 0px;
}
.cust .heading {	
	background: url('../image/title.png');
	padding: 10px 10px 7px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	line-height: 23px;
	color: #FFFFFF;
}
.cust .content {
    background: #FFFFFF;
}
.product > div {
    background:url('../image/ico6.gif');
    height:177px;
	width: 577px;
}

.product .image {
	display: block;
	padding: 10px 10px 0px 10px;
}
.product .image img {
    border: 3px solid #FFFFFF;
}
.product .name {
    width: 154px;
	color: #FFFFFF;
	padding: 0px 0px 0px 15px;
}
.product .name a {
	color: #38B0E3;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
#news {
    border: 1px solid #DDDDDD;
	-webkit-border-radius: 5px 5px 5px 5px;
	-moz-border-radius: 5px 5px 5px 5px;
	-khtml-border-radius: 5px 5px 5px 5px;
	padding: 10px;
	margin: 10px;
}
.news-title{
    text-align: center;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	font-size: 16px;
	margin-top: 20px;
}
.news-info{
    text-align: center;
	margin-top: 20px;
	color:#ccc;
	border-bottom:1px #cccccc dotted;
}
.news-content{
    
	margin: 20px;
	border-bottom:1px #cccccc dotted;
}