.SuperSlide{ width:1300px;  overflow:hidden; position:relative;  height: 408px;  }
.SuperSlide .hd{ overflow:hidden; width: 100%;}
.SuperSlide .hd .prev,.SuperSlide .hd .next{ display:block;position: absolute;  z-index: 999;top:130px; width:80px; height:80px;   overflow:hidden;cursor:pointer; }
.SuperSlide .hd .prev{  background:url("../igoleft.jpg") no-repeat;left:5px;}
.SuperSlide .hd .next{  background:url("../igoright.jpg") no-repeat;right:5px;float: right; }
.SuperSlide .hd .prevStop{ background:url("../igoleft_h.jpg") no-repeat;left:5px; }
.SuperSlide .hd .nextStop{ background:url("../igoright_h.jpg") no-repeat;right:5px;float: right;  }
.SuperSlide .bd{ padding:10px 90px;   position:absolute;bottom: 0;}
.SuperSlide .bd ul{ overflow:hidden; zoom:1; position:absolute;bottom: 0;}
.SuperSlide .bd ul li{ margin:0 8px; float:left; _display:inline;  text-align:center;width: 266px; }
.SuperSlide .bd ul li img{transition:.5s;vertical-align:bottom;}
.SuperSlide .bd ul li a:hover img{width: 312px;height:408px;margin:-10px 0 0 -22px ; }
.SuperSlide .bd ul li:hover{width: 312px;}
/*.SuperSlide .bd ul li .pic{ text-align:center; }
.SuperSlide .bd ul li .pic img{ width:120px; height:90px; display:block; padding:2px; border:1px solid #ddd; }
.SuperSlide .bd ul li .pic a:hover img{ border-color:#999;  }
.SuperSlide .bd ul li .title{ line-height:24px; }*/




#SuperSlide {width:1400px;  overflow:hidden; position:relative;    height: 408px; }
#carousel { margin-top: 200px; text-align: center; height: 60px; /* Initially hidden */ opacity: 0; /* Will animate the transition */ -moz-transition: 0.5s opacity; -webkit-transition: 0.5s opacity; transition: 0.5s opacity; }
#carousel.active { opacity: 1; }
#carousel li { display: none; list-style: none; width: 266px; height: 330px; margin: -120px 5px 0; position: relative; -moz-transition: 0.5s all; -webkit-transition: 0.5s all; transition: 0.5s all; }
#carousel li.visible { display: inline-block; }
#carousel li a img { border: none; }
#carousel li img { display: block; width: auto; height: auto; max-width: 100%; max-height: 100%; position: relative; z-index: 10; }
#carousel li:after { content: '';  background-size: contain; bottom: 4%; content: ""; height: 50px; left: -6.5%; position: absolute; right: -6.5%; width: auto; z-index: 1; }
#carousel li:hover { height: 408px; margin-top: -330px; width: 312px; }
#carousel li:hover img{height: 408px; width: 312px; }
.arrow { background: url('../igoleft.png') no-repeat; width: 80px; height: 80px; opacity: 0.8; text-indent: -999px; overflow: hidden; cursor: pointer; position: absolute; top: 50%;left: 0;  margin-top: 25px; }
.arrow:hover { opacity: 1; }
.arrow.next { margin-left: 1300px; background:url('../igoright.png') no-repeat; background-position: top right; }


.sideMenu{   }
.sideMenu dt{ height:32px; line-height:32px; cursor:pointer;	font:normal 14px/32px "Microsoft YaHei";}
.sideMenu dt em{ float:right; display:block; width:40px; height:32px;   background:url(../icoAdd.png) 16px 12px no-repeat; cursor:pointer; margin-top: 10px;}
.sideMenu dt.on em{ background-position:16px -57px; }
.sideMenu dd{ padding:8px 25px; color:#999; display:none;}
