@charset "utf-8";

/* tour */
#tour {
  z-index: 1;
  position: relative;
  padding: 80px;
  position: relative;
  z-index: 1;
  padding-top: 0;
  min-height: 370px;
  
}
#img-slider .slide {
  width: 100%;
  background: #fff;
  position: absolute;
}
#img-slider .slide .img {
  margin: 10px auto;
  border: none;
}
#img-slider .img {

  border-radius: 15px;
box-shadow: 0px 8px 40px 0px rgba(9, 25, 40, 0.1);
  background-color: #fff;
  width: 830px;
  height: 400px;
  position: relative;
}
#img-slider .img img.bz {
  display: block;
  width: 150px; height: 150px; margin: auto; margin-top: -75px;border-radius: 50%;box-shadow: 0px 8px 40px 0px rgba(9, 25, 40, 0.1);
}

.nepti{font-size: 20px;
font-family: AlibabaPuHuiTi;
font-weight: 600;
color: #555555;
line-height: 36px; text-align: center; padding: 45px 80px 0px 80px;}

.nep{font-size: 14px;
font-family: AlibabaPuHuiTi;
font-weight: 400;
color: #555555;
line-height: 26px; text-align: center; padding: 25px 80px;}


#img-slider .img .label {
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  -webkit-border-radius: 0 0 4px 4px;
  -moz-border-radius: 0 0 4px 4px;
  -ms-border-radius: 0 0 4px 4px;
  border-radius: 0 0 4px 4px;
  background: #10af8b;
  padding: 2.5% 0;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  font-weight: 400;
  text-align: center;
  color: #fff;
  font-size: 150%;
}
#img-slider .img:first-child {
  display: block;
}
.switcher-wrap {
  position: relative;
  padding-bottom: 0px;
  padding-left: 80px;
  padding-right: 80px;
}
.switcher-wrap.slider {
  padding-left: 120px;
  padding-right: 120px;
}
.switcher-wrap.slider #img-slider .img {
  -webkit-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  -ms-box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
  border-color: #fff;
}
.switcher-wrap a.next, .switcher-wrap a.prev {
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  position: absolute;
  width: 50px;
  height: 50px;
  top: 50%;
  margin-top: -25px;
  bottom: 0;
  left: 22px;
  background: url(sprites.png) no-repeat 16px 12px;
  z-index: 1000;
  -webkit-transition: background-color 300ms linear;
  -moz-transition: background-color 300ms linear;
  -o-transition: background-color 300ms linear;
  -ms-transition: background-color 300ms linear;
  transition: background-color 300ms linear;background-color: rgba(220, 223, 226, 0.9);
}
.switcher-wrap a.next:hover, .switcher-wrap a.prev:hover {
  background-color: rgba(16, 175, 139, 0.9);
}
.switcher-wrap a.prev {
  right: 30px;
  left: auto;
  background-position: -63px 12px;
}
.switcher-wrap ul.switcher {
  text-align: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.switcher-wrap ul.switcher li {
  display: inline-block;
  padding: 2px;
  border: 1px solid #10af8b;
  border-radius: 100%;
  margin: 0 4px;
}
.switcher-wrap ul.switcher li a {
  display: block;
  width: 14px;
  height: 14px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  border-radius: 100%;
  -o-transition: background 0.30s ease-in-out;
  -webkit-transition: background 0.30s ease-in-out;
  -moz-transition: background 0.30s ease-in-out;
  transition: background 0.30s ease-in-out;
}
.switcher-wrap ul.switcher li a:hover, .switcher-wrap ul.switcher li.active a {
  background: #10af8b;
}
.switcher-wrap ul.switcher li:last-child {
  margin-right: 0;
}