@charset "utf-8";


a{ display:block; overflow:hidden; }
a { /*
	当你点击一个链接或者通过Javascript定义的可点击元素的时候，它就会出现一个半透明的灰色背景�?
	要重设这个表现，你可以设�?-webkit-tap-highlight-color为任何颜色�?
    想要禁用这个高亮，设置颜色的alpha值为0即可
	*/ outline:none; text-decoration:none; cursor:pointer;}

/*B表格*/

.box-sha{}
.box-sha a{ color:#333}
.box-sha a:hover{ color:#de1900;}
.box-sha .menu_dao{ background:#f4f4f4; border-bottom:1px solid #E1E1E1; padding:8px 0px; font-size:14px;}
.box-sha .menu_dao a{ float:left; padding-left:10px;color:#666; }
.box-sha .menu_dao a:hover{color:#de1900; }
.box-sha .menu_dao span{float:left; padding:0 0 0 10px;color:#666; }


.bbox{ background:#fff; overflow:hidden; margin: 10px auto; padding: 8px 8px; background-size:2px auto;}
.bbox .title{ height:35px; line-height:35px; border:0px dashed red; background:#1b9ed4;  font-size:18px; color:#fff; text-indent:10px; font-weight:bold;}
.bbox .title dt{ float:left}
.bbox .title dt a{color:#fff;}
.bbox .title dl{ float:right; font-size:14px; color:#fff; overflow:hidden;}
.bbox .title dl a{ float:right; font-size:14px; color:#fff; margin-right:15px;}
.bbox .title dl a:hover{ text-decoration:underline;}

.photo-text{ width:98%; height:110px; padding:8px; border-bottom:1px solid #eee; overflow:hidden;}
.photo-text a{ cursor:pointer;}
.photo-text a:hover{ border-bottom:1px solid #eee; background:#eee; color:#de1900;}
.photo-text p{ float:left; padding-right:10px; padding-bottom:8px;}
.photo-text dl dt{ font-size:14px; font-weight:bold;}
.photo-text dl dd{ font-size:12px; color:#666; margin-top:5px;}

.info{ width:100%; margin:0px auto; margin-top:5px; overflow:hidden; text-overflow: ellipsis;}
.info dl{ width:99%; overflow:hidden; text-overflow:ellipsis; text-align:left;}
.info dl a{ border-bottom:1px solid #eee; padding:10px 10px; font-size:14px;}
.info dl a:hover{ border-bottom:1px solid #eee;}
	.info dl .ellipsis {
		width: 70%; /* 必须 */
		white-space: nowrap; /* 不换行 */
		overflow: hidden; /* 溢出隐藏 */
		text-overflow: ellipsis; /* 省略号 */
	}
.more{ margin:0px auto; margin-top:5px; overflow:hidden;text-align: center;}
.more a{ font-size:16px; font-weight:bold; color:#000;}
.footer{ text-align:center; padding:15px; font-size:14px;}


/*留言*/

.guestbook{ }

.guestbook .ChannelName h1{ border-bottom:1px dotted #CCCCCC; padding:5px 0px;}

table.guestbooktable{ width:100%;}

table.guestbooktable .t1{ width:25%; text-align:left }

table.guestbooktable .t2{ width:75%; text-align:left;}


.Leave_Comment{ width:99%; overflow:hidden; margin:0px auto; margin-top:10px; padding:8px;}
.Leave_Comment ul{ overflow:hidden;}
.Leave_Comment ul li{ width:98%; height:28px; line-height:28px; overflow:hidden; margin-top:15px;}

.Leave_Comment ul li input{ width:60%; height:22px; border:#eee 1px solid;}
.Leave_Comment ul li textarea{ width:85%; height:90px; border:#eee 1px solid;}

.Leave_Comment ul li.Prod_Name3{ width:668px; height:30px; line-height:30px; font-size:14px; font-weight:bold; text-indent:10px; background:#fff8e7; border:#ffefd2 1px solid;}

a.Submit_Btn{ width:127px; height:31px; line-height:31px; text-align:center; color:#fff; font-size:13px; font-weight:bold; background:#1b9ed4; display:block; overflow:hidden;}