#banner {
  position: relative;
}
#banner img {
  display: block;
  width: 100%;
}
#banner .phone-link {
  position: absolute;
  top: 75.91%; /* 227/299 */
  height: 10.36%; /* 31/299 */
  left: 3.73%; /* 28/750 */
  width: 34.53%; /* 259/750 */
}

#swiper {
  padding: 5.2083333333vw 6.25vw;
}
@media (min-width: 1920px) {
  #swiper {
    padding: 100px 120px;
  }
}
#swiper {
  overflow: hidden;
  position: relative;
  background-color: #f7f7f7;
}
#swiper .swiper-container {
  overflow: hidden;
}
#swiper .swiper-slide {
  background-position: 50% 0%;
  background-repeat: no-repeat;
}
#swiper .swiper-slide > a {
  display: block;
  height: 100%;
}
#swiper .swiper-slide .slide-content {
  height: 41.6666666667vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide .slide-content {
    height: 800px;
  }
}
#swiper .swiper-slide .slide-content {
  display: flex;
}
#swiper .swiper-slide .slide-content-1 .slide-content-left {
  background-image: url("../../img/mobile/voiceOfCustomer/slider/1.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#swiper .swiper-slide .slide-content-2 .slide-content-left {
  background-image: url("../../img/mobile/voiceOfCustomer/slider/2.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#swiper .swiper-slide .slide-content-3 .slide-content-left {
  background-image: url("../../img/mobile/voiceOfCustomer/slider/3.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#swiper .swiper-slide .slide-content-4 .slide-content-left {
  background-image: url("../../img/mobile/voiceOfCustomer/slider/4.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#swiper .swiper-slide .slide-content-5 .slide-content-left {
  background-image: url("../../img/mobile/voiceOfCustomer/slider/5.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#swiper .swiper-slide .slide-content-6 .slide-content-left {
  background-image: url("../../img/mobile/voiceOfCustomer/slider/6.jpg");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
#swiper .swiper-slide .slide-content-left,
#swiper .swiper-slide .slide-content-right {
  flex: 1 0 50%;
}
#swiper .swiper-slide .slide-content-right {
  padding: 7.8125vw 2.0833333333vw 0vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide .slide-content-right {
    padding: 150px 40px 0;
  }
}
#swiper .swiper-slide .slide-content-right {
  overflow: hidden;
  background-color: #fff;
}
#swiper .swiper-slide .slide-desc-testimonial-text {
  margin-bottom: 5.2083333333vw;
  padding: 0.78125vw 2.6041666667vw;
  border-radius: 0.625vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide .slide-desc-testimonial-text {
    margin-bottom: 100px;
    padding: 15px 50px;
    border-radius: 12px;
  }
}
#swiper .swiper-slide .slide-desc-testimonial-text {
  font-size: 12px;
  display: inline-block;
  line-height: 1;
  color: #fff;
  background-color: #005eb3;
}
#swiper .swiper-slide .slide-desc-banner-wrap {
  margin-bottom: 3.125vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide .slide-desc-banner-wrap {
    margin-bottom: 60px;
  }
}
#swiper .swiper-slide .slide-desc-banner-wrap {
  display: flex;
  align-items: center;
  justify-content: center;
}
#swiper .swiper-slide .slide-desc-banner-wrap img {
  max-width: 100%;
}
#swiper .swiper-slide .slide-desc-from {
  margin-bottom: 7.8125vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide .slide-desc-from {
    margin-bottom: 150px;
  }
}
#swiper .swiper-slide .slide-desc-from {
  text-align: right;
  font-size: 12px;
  line-height: 1;
}
#swiper .swiper-slide .slide-desc-button {
  padding: 0.78125vw 2.0833333333vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-slide .slide-desc-button {
    padding: 15px 40px;
  }
}
#swiper .swiper-slide .slide-desc-button {
  display: inline-block;
  font-size: 14px;
  line-height: 1;
  color: #fff;
  background-color: #005eb3;
  border-radius: 15px;
}
#swiper .swiper-button-prev,
#swiper .swiper-button-next {
  width: 4.1666666667vw;
  top: 5.2083333333vw;
  bottom: 5.2083333333vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-button-prev,
  #swiper .swiper-button-next {
    width: 80px;
    top: 100px;
    bottom: 100px;
  }
}
#swiper .swiper-button-prev,
#swiper .swiper-button-next {
  --swiper-navigation-size: auto;
  position: absolute;
  cursor: pointer;
  background-color: rgba(217, 229, 237, 0.6);
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  margin-top: 0;
}
#swiper .swiper-button-prev:hover,
#swiper .swiper-button-next:hover {
  background-color: rgba(147, 182, 204, 0.6);
}
#swiper .swiper-button-prev img,
#swiper .swiper-button-next img {
  width: 2.0833333333vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-button-prev img,
  #swiper .swiper-button-next img {
    width: 40px;
  }
}
#swiper .swiper-button-prev::after,
#swiper .swiper-button-next::after {
  content: none;
}
#swiper .swiper-button-prev {
  left: 2.0833333333vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-button-prev {
    left: 40px;
  }
}
#swiper .swiper-button-next {
  right: 2.0833333333vw;
}
@media (min-width: 1920px) {
  #swiper .swiper-button-next {
    right: 40px;
  }
}

.swiper-blue-bg {
  height: 10.4166666667vw;
  margin-top: -10.4166666667vw;
}
@media (min-width: 1920px) {
  .swiper-blue-bg {
    height: 200px;
    margin-top: -200px;
  }
}
.swiper-blue-bg {
  position: relative;
  background-color: #005eb3;
}

.news-container {
  padding: 9px 0;
  background-color: #f4f4f4;
}
.news-container .news-list {
  width: 100%;
  margin: 0 auto;
  padding-left: 0em;
}
.news-container .news-list .news-item {
  width: 100%;
  position: relative;
  height: 125px;
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  background-color: #ffffff;
  margin-bottom: 9px;
}
.news-container .news-list .news-item a {
  display: block;
}
.news-container .news-list .news-item dl {
  width: 80%;
  float: right;
  display: inline-block;
  margin-top: 0em;
  margin-bottom: 0em;
  padding: 20px;
  height: 100%;
}
.news-container .news-list .news-item dl dt {
  font-size: 14px;
  font-weight: bold;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #333333;
}
.news-container .news-list .news-item dl dd {
  color: #737373;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.8em;
  font-size: 12px;
  margin-left: 0;
}
.news-container .news-list .news-item .newsTime {
  width: 20%;
  height: 100%;
  float: left;
  display: inline-block;
  text-align: center;
  background: #ffffff;
  padding: 10px 0;
}
.news-container .news-list .news-item .newsTime span {
  display: block;
  font-size: 15px;
  color: #ffffff;
  background-color: #737373;
  padding: 8px 0 6px;
  line-height: 1.4;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.news-container .news-list .news-item:nth-child(1) .newsTime span {
  background-color: #ff9700;
}

.newsTimeBox {
  padding-left: 15px;
  font-size: 0px;
}
.newsTimeBox .first {
  border-radius: 3px 3px 0 0px;
  border-bottom: 1px solid #fbfbfb;
}
.newsTimeBox .month {
  border-bottom: 1px solid #fbfbfb;
}
.newsTimeBox .last {
  border-radius: 0 0 3px 3px;
}