
.banner_start_image .modal-dialog{
	margin:auto;
	width:100%;
	height:100%;

}
.banner_start_image .modal-content {
  width: 100%;
  height: 100%;
  
}
.banner_start_image .modal-body {
  height: 300px;
  padding: 0;

}
.banner_start_image .modal-body ul.banner-num {
  position: absolute;
  list-style-type: none;
  filter: alpha(opacity=80);
  opacity: 0.8;
  z-index: 1002;
  top: 265px;

  right: 120px;
}
.banner_start_image .modal-body ul.banner-num li {
  margin: 0px 5px 10px 5px;
  float: left;
  display: block;
  background: #fff;
  width: 13px;
  height: 13px;
  border-radius: 13px;
  cursor: pointer;
}
.banner_start_image .modal-body ul.banner-num .on {
  background: #E1E35A;
}
.banner_start_image .modal-body .btn-pre {
  position: absolute;
  z-index: 1002;
  left: 0px;
  top: 120px;
  cursor: pointer;
}
.banner_start_image .modal-body .btn-next {
  position: absolute;
  z-index: 1002;
  right: 0px;
  top: 120px;
  cursor: pointer;
}
.banner_start_image .modal-body .banner-image {
  position: relative;
  list-style-type: none;
  z-index: 100;
  margin: 0;
  padding: 0;
  left: 0;
}
.banner_start_image .modal-body .banner-image li {
  
  display: block;
  cursor: pointer;
  position: absolute;
}
.banner_start_image .modal-body .banner-close {
  position: absolute;
  z-index: 1002;
  right: 6px;
  top: -6px;
  cursor: pointer;
  display: none;
}
.banner_start_image .modal-body .banner-close span {
  color: #fff;
  font-size: 28px;
  opacity: 0.5;
}
.banner_start_image .modal-bottum button {
  margin-top: 20px;
  margin-left: 170px;
  font-size: 14px;
  width: 145px;
  height: 30px;
  line-height: 15px;
}
.banner-image li img{
  width: 1000px;
  height: 300px;
}