.city-slide {
  height: 600px;
  position: relative;
}
.city-slide .hd {
  height: 15px;
  overflow: hidden;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 42px;
  z-index: 1;
}
.city-slide .hd ul {
  overflow: hidden;
  zoom: 1;
  float: left;
}
.city-slide .hd ul li {
  float: left;
  margin-right: 10px;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  line-height: 14px;
  text-align: center;
  background: rgba(255, 255, 255, 0.6);
  cursor: pointer;
}
.city-slide .hd ul li.on {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #8acd23;
  color: #fff;
}
.lunboBox .wrap {
  position: relative;
}
.lunboBox .search {
  width: 463px;
  height: 45px;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 23px;
  position: absolute;
  top: 40px;
  right: 0;
  z-index: 100;
  overflow: hidden;
}
.lunboBox .search span {
  height: 16px;
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-left: 28px;
}
.lunboBox .search input {
  width: 300px;
  background: rgba(255, 255, 255, 0);
  height: 100%;
  border: none;
  padding-left: 20px;
  outline: line;
}
.lunboBox .search .submit {
  width: 50px;
  height: 50px;
  position: absolute;
  top: 10px;
  right: 25px;
  opacity: 0;
  z-index: 10;
}
	
body{
	position: relative;
}
.lunboBox .search img {
  width: 24px;
  height: 24px;
  position: absolute;
  top: 10px;
  right: 25px;
}
.picshade {
position: fixed;
		top: 0;
		bottom: 0;
		left: 0;
		right: 0;
    background:rgba(0, 0, 0, 0.4);
    filter:alpha(opacity=60);  /*设置透明度为60%*/
    opacity:0.8;  /*非IE浏览器下设置透明度为60%*/
    display:none; 
    z-Index:9;  		
/*  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none; */
}
.picShow_eyes {
  width: 574px !important;
  height: 788px !important;
}
.pic_img {
  width: 650px !important;
}
.pic_img img {
  height: 788px !important;
}
.picShow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  filter: alpha(opacity=91);
  z-index: 99;
  display: none;
}
.pictures_eyes_close {
  position: absolute;
  top: -37px;
  right: -20px;
  display: inline-block;
  width: 26px;
  height: 26px;
  background: url(../images/close.svg) no-repeat;
  background-size: 100% 100%;
  z-index: 100;
  display: none;
}
.pictures_eyes {
  position: fixed;
  width: 100%;
  left: 50% !important;
  transform: translate(-50%) !important;
  z-index: 199;
  display: none;
}
.pictures_eyes_in {
  width: 900px;
  margin: 0 auto;
  position: relative;
  text-align: center;
}
.pictures_eyes_in img {
  height: 567px;
}
.pictures_eyes_in .prev,
.pictures_eyes_in .next {
  position: absolute;
  top: 50%;
  width: 29px;
  height: 29px;
  cursor: pointer;
}
.pictures_eyes_in .prev {
  left: -30px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: 100% 100%;
}
.pictures_eyes_in .next {
  right: -30px;
  background: url(../images/arrow-left.svg) no-repeat;
  background-size: 100% 100%;
  transform: rotate(180deg);
}
.pictures_eyes_indicators {
  position: fixed;
  left: 0;
  bottom: 15px;
  width: 100%;
  text-align: center;
  z-index: 299;
}
.pictures_eyes_indicators a {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin: 6px 3px 0 3px;
  border: 1px solid #ddd;
  border-radius: 10px;
  box-shadow: 0 0 2px #000;
  filter: alpha(opacity=50);
  opacity: 0.5;
  overflow: hidden;
}
.pictures_eyes_indicators img {
  height: 50px;
}
.pictures_eyes_indicators .current {
  filter: alpha(opacity=100);
  opacity: 1;
}
.navbar .li.collapsed,
.navbar .li.expanded {
  list-style: none;
}
.navbar .li.expanded ul {
  display: none;
}
.navbar .li.collapsed ul {
  display: block;
}
.navbar .collapsed .arrow {
  display: inline-block;
  transform: rotate(90deg);
}
