@charset "utf-8";
.stock{ 
	width:715px; height:170px; border:5px solid #E9E9E9; position:relative;
	font-size:14px;
}
.stock .s1{ position:absolute; top:30px; left:10px;}
.stock .s1 .m{font-size:50px; float:left}
.stock .s1 i{ float:left; display:block; width:12px; height:17px; margin-left:5px; margin-top:30px;}
.stock .s1 .pot1{background:url(../images/pot.jpg) no-repeat 0px 0px;}
.stock .s1 .pot2{background:url(../images/pot.jpg) no-repeat 0px -20px; display:none}
.stock .s1 .i{ float:left; font-size:12px; margin-left:9px; margin-top:22px;}

.stock .s2{ 
	font-size:14px; height:28px; line-height:28px;
	border-top:1px solid #ccc;
	position:absolute; top:100px;left:10px;
}

.stock .s3{ position:absolute; top:30px; left:180px;}
.stock .s3 td{ padding-top:4px; padding-bottom:4px;}
.stock .s3 .tit{ text-align:right}
.stock .s3 .info{ padding-right:25px;}








#Silder{ position:relative;} 
.Silder_m {
	display:block; position:relative; 
	width:705px; height:290px;
	background-image:url(../images/bg.jpg); overflow:hidden;
}
.Silder_m li{display:none; position:absolute; top:10px; left:10px; width:705px; height:290px;}
.Silder_m .imgs{ float:left; width:400px; height:290px; overflow:hidden;}
.Silder_m .infos{ float:left; width:260px; padding:20px; overflow:hidden;}
.Silder_m .tit{ 
	text-align:right; margin-top:13px; 
	color:#fff; font-size:26px; font-weight:bold; font-family:'Microsoft YaHei', 微软雅黑, 宋体, Arial;
}
.Silder_m .info{text-align:right; color:#fff; line-height:25px; margin-top:20px; padding-left:6px; font-size:14px; font-family:宋体, Arial;}
.Silder_m .clear{ clear:both; font-size:0px;}

.Silder_btn{ position:absolute; top:235px; left:460px; width:230px;}
.Silder_btn .info{ color:#fff; float:left; line-height:32px; margin-right:20px;  width:120px; overflow:hidden}
.Silder_btn .pre{ float:left; margin-right:10px;}
.Silder_btn .next{ float:left;}
.Silder_btn .pre a{ display:block; width:32px; height:32px; background:url(../images/btn.png) no-repeat; }
.Silder_btn .pre a:hover{ display:block; width:32px; height:32px; background:url(../images/btn.png) no-repeat 0px -40px; }
.Silder_btn .next a{ display:block; width:32px; height:32px; background:url(../images/btn.png) no-repeat -40px -0px; }
.Silder_btn .next a:hover{ display:block; width:32px; height:32px; background:url(../images/btn.png) no-repeat -40px -40px; }

.Silder_img{ 
	width:723px; height:158px; margin-top:13px;
	border:1px solid #ccc; position:relative;
}
.Silder_img .imgs{ 
	width:670px; height:125px; overflow:hidden;
	position:absolute; top:16px; left:26px;
}
.Silder_img .imgs ul{ position:relative; width:10000px;}
.Silder_img .imgs ul li{
	width:160px; height:125px; background-color:#CCC;
	float:left; margin-right:10px;
}
.Silder_img .imgs ul li img{ 
	width:160px; height:125px;
	filter:gray; -moz-opacity:.4;opacity:0.4;
	-webkit-filter:grayscale(1);
}
.Silder_img .imgs ul .act img{ 
	filter:none; -moz-opacity:1;opacity:1;
	-webkit-filter:grayscale(0);
}
.Silder_img .pre{ position:absolute; top:4px; left:4px;}
.Silder_img .pre a{ 
	display:block; width:15px; height:150px; line-height:150px; text-align:center;
	background-color:#bbb; font-size:11px; font-weight:bold; color:#fff;
}
.Silder_img .pre a:hover{ background-color:#347CB6;}
.Silder_img .next{ position:absolute; top:4px; right:4px;}
.Silder_img .next a{ 
	display:block; width:15px; height:150px; line-height:150px; text-align:center;
	background-color:#bbb; font-size:11px; font-weight:bold; color:#fff;
}
.Silder_img .next a:hover{ background-color:#347CB6;}