* { margin: 0; padding: 0; }
body { background-color: #fff; }
img { border: 0; vertical-align: top; }
ul, li { list-style: none; }
.shutter {
	min-width:1230px;
}
.shutter1 {
  overflow: hidden;
  width:100%;
  height:825px;

  
  position: relative;


  
}
.shutter-img {
  z-index: 1;

}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;

}
.shutter-img a {
  cursor: pointer;
}
.shutter-img a > img {
  width: 100%;

}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  /*position: absolute;
  z-index: 2;
  top: 100%;
  width: 49px;
  height: 49px;
  margin-top: -25px;
  cursor: pointer;*/
}
.shutter-btn li.prev {

  /*left: 20px;
  background: url(../images/shutter_prevBtn.png) no-repeat 0 -49px;*/
}
.shutter-btn li.next {
  /*right: 20px;
  background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;*/
}
.shutter-btn li.nexta {
  /*left: 300px;
  background: url(../images/shutter_nextBtn.png) no-repeat 0 -49px;*/
}
.shutter-desc {

height: 62px;
margin-top:40px;
width: 10px;
			
float: left;


}
.shutter-desc p {
font-size: 16px;
color: #444444;
font-family: "Microsoft YaHei";
}
