@charset "utf-8";
/* CSS Document */
/*.banner{
	width:100%;
	height:600px;
	background:url(../images/banner.jpg) no-repeat center top;
}*/
.plate{
	max-width:1000px;
	/*height:225px;*/
	margin:4px auto 0;
	min-width:0px;
	overflow:hidden;
}
.plate-wrap{
    width:100%;
    display: block;
  min-height: 100px;
}
.plate a{
	/*height:225px;*/
	width: 24.85%;
      display: inline-block;
      float: left;
      position: relative;
      margin-right: 0.2%;
}
.plate a:nth-child(4n) {
  margin-right: 0!important;
}
.last-a{
     margin-right: 0!important;
}
.plate a .img1{
	/*min-height:225px;*/
	/*min-width:395px;*/
      width:100%;
}
.plate-div{
	/*height:225px;*/
	height: 100%;
	width:100%;
	position:absolute;
	left:0;
	top:0;
	background:url(../images/plate-layout.png) repeat center center;
	display:none;
}
.news-icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-85px;
	margin-top:-39px;
	z-index:1;
}
.video-icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-34px;
	margin-top:-44px;
	z-index:1;
}
.picture-icon{
	position:absolute;
	left:50%;
	top:50%;
	margin-left:-103px;
	margin-top:-40px;
	z-index:1;
}
#banner{width:100%; height:560px; position:relative; overflow:hidden;}
.bannerW-div{overflow:hidden; }/*background:url(../images/banner-bg.jpg) repeat; cursor:pointer;*/
#bannerW{width:1000px; height:560px;position:relative;left:50%; margin-left:-500px; overflow:hidden;}
#bannerW ul{height:560px; width:8000px; position:absolute; left:0; top:0; overflow:hidden;}
#bannerW ul li{width:1000px;height:600px; float:left; display:inline-block;}
#bannerW ul li a{width:100%; height:600px; display:block; cursor:pointer;}
#bannerW ul #d0 a{ background:url(../images/banner0.jpg) no-repeat center center;}
#bannerW ul #d1 a{ background:url(../images/banner1.jpg) no-repeat center center;}
#bannerW ul #d2 a{ background:url(../images/banner2.jpg) no-repeat center center;}
#bannerW ul #d3 a{ background:url(../images/banner3.jpg) no-repeat center center;}
#bannerW ul #d4 a{ background:url(../images/banner4.jpg) no-repeat center center;}
#bannerW ul #d5 a{ background:url(../images/banner5.jpg) no-repeat center center;}
#banner ol{width:200px; height:12px; margin:-18px auto 0; position:relative; z-index:1;}
#banner ol li {cursor: pointer; float: left; width:15px; height:15px; display:inline-block; border-radius:9999px; background-color:#919191; overflow:hidden; margin-right:15px;}
#banner ol li.current ,#banner ol li:hover{background-color:#919191;}
#banner ol li.noMargin{margin-right:0;}
.bannerL, .bannerR{
	position:absolute;
	width:46px;
	height:89px;
	z-index:1;
	display:none;
}
.bannerL{
	top:240px;
	left:185px;
	background:url(../images/arrow_stage_left.png) no-repeat;
}
.bannerR{
	top:240px;
	right:185px;
	background:url(../images/arrow_stage_right.png) no-repeat;
}
.right-bar{
    position: fixed;
    top:40%;
    right:0;
    width: 80px;
    height: 80px;
    z-index: 9999999999;
}