#YZGY_HomeHeader{
  height: 630.3px !important;
}
.middle_right{
  height: 549.19px;
  margin-top: 7px;
}
#lunbobox {
	position:relative;
	width:100%;
  height: 100%;
}
.lunbo {
	width:100%;
  height: 100%;
}
.lunbo img {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
}
.lunbo span>a{
  position: absolute;
  top: 66%;
  left: 40%;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  width: 331px;
  height: 55px;
  background: #6a95a4;
  text-align: center;
  line-height: 55px;
  letter-spacing: 10px;
  border-radius: 30px;
}
#lunbobox ul {
	position:absolute;
	bottom: 30px;
  left: 48%;
	z-index:5;
}
#lunbobox ul li {
	cursor:pointer;
	width:20px;
  height: 20px;
  border-radius: 15px;
	border:1px solid #cccccc;
	float:left;
	list-style:none;
	background:#cccccc;
	text-align:center;
	margin:0px 15px 0px 0px;
}
#toleft {
	display:none;
	width:30px;
	height:100px;
	font-size:40px;
  font-weight: 800;
	line-height:100px;
	text-align:center;
	color:#f4f4f4;
  position:absolute;
	top:35%;
	left: 20px;
	cursor:pointer;
	z-index:99;
	opacity:0.4;
}
#toright {
	display:none;
	width:30px;
	height:100px;
	font-size:40px;
  font-weight: 800;
	line-height:100px;
	text-align:center;
	color:#f4f4f4;
  position:absolute;
	top:35%;
	right: 20px;
	cursor:pointer;
	z-index:99;
	opacity:0.4;
}
#toright>.icon,#toleft>.icon{
  font-size: 60px;
  font-weight: 600;
}