﻿@charset "utf-8";
/* CSS Document */
body {
	margin-top: 0px;		/* 网页上边距 */
	margin-bottom: 0px;	/* 网页底边距 */
	margin-left: 0px;	/* 网页左边距 */
	margin-right: 0px;	/* 网页右边距 */
	background-color: #FFFFFF;					/* 网页背景颜色 */
	font-size: 12px;												/* 网页字体大小 */
	font-family: 微软雅黑, Verdana, Arial, Helvetica, sans-serif;	/* 网页字体 */
	color: #5e5e5e;												/* 网页文本颜色 */
	line-height: 120%;											/* 标准行高 */
}
/* 一般超级链接 */
a {
	font-size: 12px;
	color: #5e5e5e;
	line-height: 120%;
	text-decoration: none;
}				/* 链接属性 */
a:hover {
	font-size: 12px;
	color: #008d00;
	line-height: 120%;
	text-decoration: underline;
}	/* 鼠标悬停时链接属性 */
a.index_top {
	color: #008d00;
	text-decoration: none;
	text-align: center;
}
a.index_top:hover {
	color: #008d00F;
	text-decoration: none;
}
a.index_hong {
	color: #ff0000;
	text-decoration: none;
}
a.index_hong:hover {
	color: #ff0000;
	text-decoration: underline;
}
a.head {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
a.head:hover {
	color: #ffffff;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
a.head01 {
	color: #3e9200;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
a.head01:hover {
	color: #3e9200;
	text-decoration: none;
	font-size: 13px;
	font-weight: 600;
}
/*去掉热点地图上的区域线框与超链接的线框*/
a {
blr:expression(this.onFocus=this.blur())
}
area {
blr:expression(this.onFocus=this.blur())
}
/*表格属性*/
table {
	font-size: 12px;
	line-height: 18px;
	border-collapse: collapse;/*自动把相同的边框线合并*/
}
/*边距离*/
.padding {
	padding: 5px;
}
/*白色文本*/	
.text_white {
	color: #FF0000;
	font-size: 12px;
	line-height: 1.5em;
}
img {
	border: 0px;				/* 图像边框大小 */
	border-color: #000000;	/* 图像边框颜色 */
	border-style: solid;		/* 图像边框线条 */
}
.i {
	font-size: 12px;
	font-family: Arial, Verdana, Helvetica, 宋体, sans-serif;
	color: #999999;					/* 边框线条样式 */
	border: 1px solid #ffffff;							/* 边框线条大小 */
	background-color: #ffffff;			/* 背景颜色 */
}
ul, li {
	margin: 0px;
	padding: 0px;
	list-style: none;
}
.title_12 {
	color: #ff3300;
	font-size: 12px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为12像素 */
.title_14 {
	color: #ff3300;
	font-size: 14px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为14像素 */
.title_16 {
	color: #ff3300;
	font-size: 16px;
	line-height: 120%;
	font-weight: 600;
}		/* 标题字体为16像素 */
/* 红色字 */
.text_red12 {
	color: #c91211;
	font-size: 12px;
	line-height: 120%;
}
.text_red12b {
	color: #c91211;
	font-size: 12px;
	line-height: 120%;
	font-weight: bold;
}
.text_red14 {
	color: #c91211;
	font-size: 14px;
	line-height: 120%;
}
/* 绿色字 */
.text_green12 {
	color: #008d00;
	font-size: 12px;
	line-height: 120%;
}
.text_green14 {
	color: #008d00;
	font-size: 14px;
	line-height: 120%;
	font-weight: bold;
}
.text_green24 {
	color: #3ea71a;
	font-size: 22px;
	line-height: 120%;
	font-weight: bold;
}
/* 黑色字 */
.text_black12 {
	color: #5e5e5e;
	font-size: 12px;
	line-height: 120%;
}
.text_black14 {
	color: #5e5e5e;
	font-size: 14px;
	line-height: 120%;
}
/* 灰色字 */
.text_gray12 {
	color: #999999;
	font-size: 12px;
	line-height: 120%;
}
.text_gray14 {
	color: #999999;
	font-size: 14px;
	line-height: 120%;
}
/* 白色字 */
.text_white12 {
	color: #ffffff;
	font-size: 12px;
	line-height: 120%;
}
.text_white14 {
	color: #ffffff;
	font-size: 14px;
	line-height: 120%;
}
.text_div			/* 文本区样式 */ {
	font-family: arial;
	font-size: 12px;
	line-height: 120%;
	color: #000000;
	background-color: #DDEDFB;
	margin: 5px;
	padding: 5px;
	width: 520px;
	border: 1px solid #0099CC;
	clear: both;
}
.prolist {
	margin-bottom: 15px;
	border-bottom: 1px #ccc dotted;
}
.prolist img {
	border: 1px #ccc dotted;
	margin-bottom: 10px;
}
.prolist img:hover {
	border: 1px #ff4400 dotted;
	margin-bottom: 10px;
}
a.morepro {
	color: #008d00;
	text-decoration: none;
	width: 74px;
	height: 24px;
	display: block;
	line-height: 24px;
	background: url(/Template/cn/images/left_08.jpg) no-repeat;
	text-align: center;
}
a.morepro:hover {
	color: #008d00F;
	text-decoration: none;
}
#lefttable td {
	border-bottom: 1px #ccc dotted;
}
.brandlist {
	margin: auto;
}
.brandlist ul {
}
.brandlist ul li {
	float: left;
	margin: 15px 15px;
	border: 1px #ccc solid;
	border-radius: 5px;
	padding: 8px;
	height: 130px;
	text-align: center;
	vertical-align: middle;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.brandlist ul li:hover { border: 1px #ff4400 solid;
	border-radius: 5px;}
	
	
	
.homeproclass {
    clear: both;
    height: 100%;
}
.homeproclass ul {}
.homeproclass ul li {
    display: block;
    padding-left: 5px;
    padding-top: 10px;
	float:left;
}
.homeproclass ul li a {
    background: rgba(0, 0, 0, 0) url("/Template/cn/images/index_category_bg.gif") no-repeat scroll left top;
    display: block;
    height: 54px;
    overflow: hidden;
    padding-left: 0px;
    padding-top: 1px;
    width: 111px;
}


div.div_img {
    float: left;
    padding-bottom: 8px;
    padding-left: 6px;
	text-align:left;
}
div.div_img a {
    display: block;
}
div.div_img a.img_b {
    border: 1px solid #eee;
    cursor: pointer;
    display: table-cell;
    height: 129px;
    line-height: 129px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 129px;
}
div.p_info {
	padding-top:20px;
    float: left;
    height: 118px !important;
    overflow: hidden;
    padding-left: 5px;
    position: relative;
    width: 112px;
}
div.p_info a.p_name {
    display: block;
    height: 30px;
    line-height: 15px;
    overflow: hidden;
    width: 105px;
}
.price_o {
    margin-top: 10px;
}
.price_o del {
    font-size: 14px;
}
.price_n {
    margin-top: 5px;
}
.price_n span {
    font-family: Verdana;
}
.price {
    color: #c00;
    font-family: Verdana;
    font-size: 18px;
    font-weight: normal;
    letter-spacing: -1px;
}

.view_detail {
    margin-top: 22px;
}
.view_detail a {
    background: rgba(0, 0, 0, 0) url("/Template/cn/images/left_08.jpg") no-repeat scroll left top;
    color: #008d00;
    display: block;
    height: 24px;
    line-height: 24px;
    text-align: center;
    width: 74px;
}

.hometoppro { border:1px #ccc solid; margin-top:5px; }

.contentbody img { max-width:99%; }



