.shutter {
  overflow: hidden;
  width: 1440px!important;
	height: 410px!important;
  position: relative;
  margin: 0px auto;
  
}
.logo{ position:absolute; width:1000px; margin:0 auto; top:0px; left:200px; height:100px; content:""; z-index:999}

.shutter-img {
  z-index: 1;
}
.shutter-img,
.shutter-img a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;  overflow: hidden;
}
.shutter-img a {
  cursor: default;
}
.shutter-img a > img {
  width: 100%;
  height: 100%;  overflow: hidden;

}
.shutter-img .created {
  overflow: hidden;
  position: absolute;
  z-index: 20;
}
.shutter-btn {}
.shutter-btn li {
  position: absolute;
  z-index: 2;
  top: 50%;
  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-desc {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 36px;
  background: url(../images/shutter_shadow.png) repeat;
}
.shutter-desc p {
  padding-left: 20px;
  line-height: 36px;
  color: #fff;
  font-size: 14px;
}
@media (max-width: 1439px) {
.shutter {
  overflow: hidden;
  width: 100%!important;
  position: relative;
  margin: 0px auto;
  
}
}
@media (max-width: 1366px) {
.logo{  left:150px; }
#box_header{
    height: 400px;
}
.shutter {
	height: 360px!important;
}
#box_root{
    background: url(../images/mainbj.jpg) repeat-x left 359px;
}
}
@media (max-width: 1280px) {
.logo{  left:100px; }
#box_header{
    height: 385px;
}
.shutter {
	height: 345px!important;
}
#box_root{
    background: url(../images/mainbj.jpg) repeat-x left 344px;
}
}
@media (max-width: 1200px) {
.logo{  left:80px; }

}
@media (max-width: 1180px) {
#box_header{
    height: 365px;
}
.shutter {
	height: 325px!important;
}
#box_root{
    background: url(../images/mainbj.jpg) repeat-x left 324px;
}	
}
@media (max-width: 1080px) {
	#box_header{
    height: 355px;
}
.shutter {
	height: 315px!important;
}
#box_root{
    background: url(../images/mainbj.jpg) repeat-x left 314px;
}	
}
@media (max-width: 1024px) {
.logo{  left:40px; }
#box_header{
height: 335px;
}
.shutter {
	height: 295px!important;
}
#box_root{
    background: url(../images/mainbj.jpg) repeat-x left 294px;
}	
}
@media (max-width:992px) {
.logo{  left:20px; }

}



