.current{background-color:#ea5283;border: none !important;border-radius: 4px;color: #fff !important;}
.doc ul li{    width: 15%;
    margin: 5%;
    float: left;}
.doc ul li img{height:53px;    border-radius: 50%;}	
.doc ul li span{overflow: hidden;
    display: block;
    width: 100%;
    height: 20px;
    line-height: 20px;
    margin-top: 5px;}
.case ul li{float: left;
    width: 31%;
    margin: 10px 1%;
}
.case ul li img{    width: 100%;
    max-height: 70px;
    border-radius: 5px;}	
.case ul li span{    display: block;
    width: 100%;
    height: 1.2rem;
    margin: 5px 0;
    font-size: 0.8rem;
    line-height: 1.2rem;
    overflow: hidden;}


.banner {
  width: 100%;
  background: #fff;
}
.banner img {
  width: 100%;
}
.where {
  width: 100%;
  text-align: center;
  background: #fff;
  margin-top: 10px;
}
.where .why {
  width: 100%;
}
.where div {
  width: 100%;
}
.where div a {
  display: inline-block;
  width: 27%;
  margin: 8px;
  margin-bottom: 35px;
}
.where div a img {
  width: 100%;
}
.feature {
  width: 100%;
  background: #fff;
  margin-top: 10px;
}
.feature img {
  width: 100%;
}
.HosListRU {
  padding: 0;
  margin-top: 10px;
  width: 100%;
  height: 350px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.HosListRU h3 {
  color: #777;
  font-weight: 400;
  left: 4%;
  position: relative;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}
.HosListRU .swiper-container {
  height: 290px;
  overflow: hidden;
  width: 98%;
  left: 3%;
}
.HosListRU .swiper-container .swiper-wrapper {
  width: 100%;
  height: 100%;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide {
  margin-right: 15px;
  height: 100%;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide .content {
  height: 190px;
  width: 100%;
  overflow: hidden;
  position: relative;
  top: 0;
  left: 0;
  padding: 0;
  background: #fff;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide .content img {
  width: 100%;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide .content div {
  width: 90px;
  height: 100px;
  position: absolute;
  top: 0;
  left: 0;
  background: #000;
  opacity: 0.7;
  color: #fff;
  text-align: center;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide .content div p {
  font-size: 12px;
  margin-top: 5px;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide .content div h2 {
  font-size: 20px;
  margin-top: 12px;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-slide .h_name {
  height: 90px;
}
.HosListRU .swiper-container .swiper-wrapper .swiper-end a {
  position: relative;
  top: 50px;
  display: inline-block;
  width: 30px;
  height: 49px;
  padding: 20px 15px;
  background: #ccc;
  color: #333;
  font-size: 13px;
}

.QuestionListRU {
  padding: 0;
  margin-top: 10px;
  width: 100%;
  height: 500px;
  position: relative;
  background: #fff;
  overflow: hidden;
}
.QuestionListRU h3 {
  color: #777;
  font-weight: 400;
  left: 4%;
  position: relative;
  font-size: 16px;
  height: 60px;
  line-height: 60px;
}