.banner {
  width: 100%;
  height: 300px;
  background: url("../images/banner.png");
  padding-top: 70px;
}
.banner p {
  width: 1200px;
  margin: 0 auto;
  color: #FFF;
  text-shadow: 0px 4px 4px #278986;
  font-family: "YouSheBiaoTiHei";
  font-size: 60px;
  letter-spacing: 4.8px;
  line-height: 78px;
}

.container {
  width: 1200px;
  margin: auto;
}

.c_title {
  width: 100%;
  text-align: center;
  color: #333;
  font-size: 30px;
  font-weight: bold;
  line-height: 45px;
  margin-top: 45px;
  position: relative;
}
.c_title::after, .c_title::before {
  content: "";
  position: absolute;
  width: 484px;
  height: 11px;
  top: 20px;
}
.c_title::after {
  background: url("../images/title_r.png") no-repeat center;
  right: 0;
}
.c_title::before {
  background: url("../images/title_l.png") no-repeat center;
  left: 0;
}

.link_wrap {
  margin-top: 40px;
  width: 100%;
  height: 133px;
  background: url("../images/link_back.png") no-repeat center;
  display: flex;
  justify-content: center;
  padding-top: 40px;
}
.link_wrap p {
  color: #FFF;
  text-shadow: 0px 4px 4px #43AEAB;
  font-size: 34px;
  font-weight: bold;
  margin-right: 28px;
  line-height: 50px;
}
.link_wrap a ,
.link_wrap .link-item-a{
  width: 198px;
  height: 55px;
  line-height: 55px;
  text-align: center;
  color: #FFF;
  text-shadow: 0px 4px 4px rgba(67, 174, 171, 0.5);
  font-size: 32px;
  font-weight: bold;
  letter-spacing: 3.2px;
  border-radius: 100px;
  background: rgba(255, 255, 255, 0.2);
}

.seach_fw .c_title {
  margin-bottom: 60px;
}

.search_s {
  margin-bottom: 80px;
  display: flex;
}
.search_s li {
  width: 365px;
  height: 110px;
  background: url("../images/sli-back.png") no-repeat center;
}
.search_s li:not(:nth-child(3n)) {
  margin-right: 52px;
}
.search_s li .name {
  color: #333;
  text-align: center;
  font-size: 24px;
  font-weight: bold;
  line-height: 110px;
  padding: 0 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.swiper-container {
  overflow: hidden;
}

.content-sw {
  position: relative;
}
.content-sw .s_btn {
  width: 60px;
  height: 60px;
  top: 45px;
  border-radius: 50%;
}
.content-sw .s_btn.swiper-button-prev {
  left: -80px;
  background: url("../images/s_yes.png") no-repeat center;
  transform: rotate(180deg);
}
.content-sw .s_btn.swiper-button-prev.swiper-button-disabled {
  background-image: url("../images/s_no.png");
  transform: rotate(0deg);
}
.content-sw .s_btn.swiper-button-next {
  right: -80px;
  background: url("../images/s_yes.png") no-repeat center;
}
.content-sw .s_btn.swiper-button-next.swiper-button-disabled {
  background-image: url("../images/s_no.png");
  transform: rotate(180deg);
}