﻿/* 网站链接总的CSS定义:可定义内容为链接字体颜色、样式等 */
a {text-decoration: none;} /* 链接无下划线,有为underline */ 
a:link {color: #666;text-decoration: none;} /* 未访问的链接 */
a:visited {color: #666;text-decoration: none;} /* 已访问的链接 */
a:hover {color: #ff6600;text-decoration: none;} /* 鼠标在链接上 */ 
a:active {color: #666;text-decoration: none;} /* 点击激活链接 */

/* 栏目标题文字链接的CSS定义 */
a.Class:link {color: #ffffff;}
a.Class:visited {color: #ffffff;}
a.Class:hover {color: #449AE8;}
a.Class:active {color: #ffffff;}

body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}


td
{
	font-size: 12px;
	color:white;
	/**text-align: left;**/
	/*direction: ltr;*/
}


#zxdt ul
{
margin:left:-50px;
color:#5A5A5A;
font-size:12px;
margin-top:-5px;

}
#zxdt td
{
color:#5A5A5A;
font-size:12px;

}
#zxdt li
{
margin-top:2px;
margin-left:-28px;
list-style-type:none;
}

#mtzs ul
{
margin:left:15px;
color:#5A5A5A;
font-size:12px;
margin-left:8px;

}
#mtzs td
{
color:#5A5A5A;
font-size:12px;

}
#mtzs li
{
margin-top:2px;
list-style-type:none;
margin-top:3px;
height:20px;

}

#gsjj td
{
margin:left:25px;
color:#5A5A5A;
font-size:12px;
margin-top:5px;

}


.sv-li a {text-decoration: none;} /* 链接无下划线,有为underline */ 
.sv-li a:link {color:#FFFFFF;text-decoration: none;} /* 未访问的链接 */
.sv-li a:visited {color: #7D8690;text-decoration: none;} /* 已访问的链接 */
.sv-li a:hover {color: #7D8690;text-decoration: none;} /* 鼠标在链接上 */ 
.sv-li a:active {color: #7D8690;text-decoration: none;} /* 点击激活链接 */

.me-daohang
{
 color: #666;text-decoration: none;
}
.me-daohang a {text-decoration: none;} /* 链接无下划线,有为underline */ 
.me-daohang a:link {color: #666;text-decoration: none;} /* 未访问的链接 */
.me-daohang a:visited {color: #666;text-decoration: none;} /* 已访问的链接 */
.me-daohang a:hover {color: #7D8690;text-decoration: none;} /* 鼠标在链接上 */ 
.me-daohang a:active {color: #666;text-decoration: none;} /* 点击激活链接 */

.page_list
{
	font: 11px Tahoma;
}
.page_list img
{
	border: 1px #a10000 solid;
}
.page_list A:link
{
	border-right: #ccc 1px solid;
	padding-right: 5px;
	border-top: #ccc 1px solid;
	padding-left: 5px;
	background: #fff;
	padding-bottom: 1px;
	font: 11px Tahoma;
	border-left: #ccc 1px solid;
	color: #333;
	padding-top: 0px;
	border-bottom: #ccc 1px solid;
	text-align: center;
}
.page_list A:visited
{
	border-right: #ccc 1px solid;
	padding-right: 5px;
	border-top: #ccc 1px solid;
	padding-left: 5px;
	background: #fff;
	padding-bottom: 1px;
	font: 11px Tahoma;
	border-left: #ccc 1px solid;
	color: #333;
	padding-top: 0px;
	border-bottom: #ccc 1px solid;
	text-align: center;
}
.page_list A:hover
{
	background: #c00;
	color: #fff;
	text-decoration: none;
}
.page_list .pageInfo
{
	margin: 0px 5px;
	color:#333333;
}
.page_list .pageNum
{
	padding-right: 3px;
	padding-left: 3px;
	padding-bottom: 0px;
	padding-top: 0px;
}
.page_list A.currBtn:link
{
	background: #c00;
	color: #fff;
}
.page_list A.currBtn:visited
{
	background: #c00;
	color: #fff;
}
.page_list A.currBtn:hover
{
	background: #fff;
	color: #333;
	text-decoration: none;
}
.page_list A.firstBtn:link
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	font: bold 11px Arial;
	padding-top: 0px;
}
.page_list A.firstBtn:visited
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	font: bold 11px Arial;
	padding-top: 0px;
}
.page_list A.lastBtn:link
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	font: bold 11px Arial;
	padding-top: 0px;
}
.page_list A.lastBtn:visited
{
	padding-right: 2px;
	padding-left: 2px;
	padding-bottom: 0px;
	font: bold 11px Arial;
	padding-top: 0px;
}
.page_list A.firstBtn:hover
{
	text-decoration: none;
}
.page_list A.firstBtn:hover
{
	text-decoration: none;
}

/*店面实景*/
.store{ height:auto!important; height: 570px; min-height:570px; width:500px; margin:0px auto;}
.store ul{float: left; width: 250px; overflow: hidden; text-align:center; margin:0px; list-style-type:none;}
.store li{margin:0px;}
.store a{display:block; margin:3px auto; width:220px; overflow:hidden; height:146px;}
