﻿/*大小图切换展示*/

/*大图*/
.imgDBlock{width:550px; height:400px; margin:50px 0px 20px 240px;display:none; border:solid 0px red;}
.imgDBlock .imgD{ width:500px; height:400px; border:solid 0px red;  overflow:hidden; float:left; text-align:center;}
.imgDBlock .imgD img{height:400px;}
.imgDBlock .close{ font-size:28px;float:left; font-weight:700; color:Black; margin:-10px 0px 0px 10px; cursor:pointer; }

/*正常列表*/
.imgBlock{ width:1070px;  border:solid 0px red;margin:30px 0px 0px 10px; float:left; }
.imgBlock li{ list-style-type:none;}
.imgBlock .item{ width:232px; height:242px; float:left; border:solid 0px black; margin:0px 10px 40px 0px; background:url(/Content/Images/about_th_bg.jpg); overflow:hidden;}
.imgBlock .item .img{ width:230px; height:174px; border:solid 0px green;cursor:pointer; margin-top:4px;text-align:center; overflow:hidden;}
.imgBlock .item .img img{height:174px; margin-left:4px;}
.imgBlock .item h6{ width:200px; height:40px; line-height:40px; font-size:12px; text-align:center; overflow:hidden; margin-left:10px;}
.imgBlock .select img{ filter:alpha(opacity=50);-moz-opacity:0.5; opacity: 0.5;}

/*缩略图列表*/
.imgThBlock{ width:1000px; height:80px; margin:30px 0px 0px 10px; border:solid 0px red; }
.imgThBlock li{list-style-type:none;}
.imgThBlock .item{width:100px; height:70px; float:left; border:solid 1px #efefef; margin:0px 13px 40px 0px; padding:3px;}
.imgThBlock .item .img{ width:100px; height:70px; border:solid 0px green; overflow:hidden; margin-bottom:5px; cursor:pointer; text-align:center;}
.imgThBlock .item .img img{height:70px;}
.imgThBlock .item h6{ font-size:12px; font-weight:normal; display:none;}
.imgThBlock .select img{ filter:alpha(opacity=50);-moz-opacity:0.5; opacity: 0.5;}
.imgThBlock .select2{ border:solid 1px black;}



/*end 大小图切换展示*/