.ber {
  width: 100%;
  height: auto;
}

.ber .swiper-container {
  width: 100%;
  height: auto;
}

.ber .swiper-container .swiper-wrapper {
  width: 100%;
  height: auto;
}

.ber .swiper-container .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: auto;
  background-size: cover;
  background-position: center center;
}

.ber .swiper-container .swiper-button-prev, .ber .swiper-container .swiper-button-next {
  width: 300px;
  height: 100%;
  top: 21px;
}

.section {
  width: 100%;
  height: 866px;
}

.section .items {
  width: 1059px;
  height: 866px;
  margin: auto;
}

.section .items .waiter {
  width: 100%;
  height: 30px;
  margin-top: 116px;
  float: left;
  font-size: 30px;
  text-align: center;
}

.section .items .server1 {
  width: 100%;
  height: 250px;
  float: left;
  margin-top: 63px;
  padding-top: 5px;
}

.section .items .server1 .content {
  width: 145px;
  height: 250px;
  float: left;
  -moz-box-shadow: 0 2px 8px rgba(47, 47, 47, 0.2);
  -webkit-box-shadow: 0 2px 8px rgba(47, 47, 47, 0.2);
  box-shadow: 0 2px 8px rgba(47, 47, 47, 0.2);
  position: relative;
}

.section .items .server1 .content .phont {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-top: 60px;
  margin-left: 42px;
}

.section .items .server1 .content .written {
  width: 140px;
  height: 40px;
  float: left;
  font-size: 18px;
  text-align: center;
  margin-top: 45px;
  color: #008EFF;
}

.section .items .server1 .content .hide_this {
  width: 100%;
  height: 200px;
  background-color: #B3D8FF;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  top: 0;
}

.section .items .server1 .content .hide_this .hide_img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.section .items .server1 .content .hide_this .hide_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #008EFF;
  font-size: 16px;
}

.section .items .server1 .content .hide_this .hide_content {
  width: 90%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  color: #008EFF;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.section .items .server1 .content .hide_this .hide_button {
  width: 80px;
  height: 28px;
  line-height: 28px;
  background-color: #ffe162;
  color: #666;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.section .items .server1 .content .hide_last {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #008EFF;
  opacity: 0;
  cursor: pointer;
}

.section .items .server1 .content:hover .phont {
  display: none;
}

.section .items .server1 .content:hover .written {
  display: none;
}

.section .items .server1 .content:hover .hide_this {
  opacity: 1;
}

.section .items .server1 .content:hover .hide_last {
  opacity: 1;
}

.section .items .server2 {
  width: 100%;
  height: 250px;
  float: left;
  margin-top: 40px;
}

.section .items .server2 .content {
  width: 144px;
  height: 250px;
  float: left;
  -moz-box-shadow: 0 2px 8px rgba(47, 47, 47, 0.2);
  -webkit-box-shadow: 0 2px 8px rgba(47, 47, 47, 0.2);
  box-shadow: 0 2px 8px rgba(47, 47, 47, 0.2);
  position: relative;
}

.section .items .server2 .content .phont {
  width: 60px;
  height: 60px;
  text-align: center;
  line-height: 60px;
  float: left;
  margin-top: 60px;
  margin-left: 42px;
}

.section .items .server2 .content .written {
  width: 140px;
  height: 40px;
  float: left;
  font-size: 18px;
  text-align: center;
  margin-top: 45px;
  color: #008EFF;
}

.section .items .server2 .content .hide_this {
  width: 100%;
  height: 200px;
  background-color: #B3D8FF;
  opacity: 0;
  transition: opacity 1s;
  position: absolute;
  top: 0;
}

.section .items .server2 .content .hide_this .hide_img {
  width: 30px;
  height: 30px;
  display: block;
  margin: 0 auto;
}

.section .items .server2 .content .hide_this .hide_title {
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #008EFF;
  font-size: 16px;
}

.section .items .server2 .content .hide_this .hide_content {
  width: 90%;
  margin: 0 auto;
  height: auto;
  text-align: center;
  color: #008EFF;
  font-size: 15px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
}

.section .items .server2 .content .hide_this .hide_button {
  width: 80px;
  height: 28px;
  line-height: 28px;
  background-color: #ffe162;
  color: #666;
  text-align: center;
  margin: 0 auto;
  margin-top: 10px;
  border-radius: 8px;
  font-size: 16px;
  cursor: pointer;
}

.section .items .server2 .content .hide_last {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 40px;
  line-height: 40px;
  text-align: center;
  color: #008EFF;
  opacity: 0;
  cursor: pointer;
}

.section .items .server2 .content:hover .phont {
  display: none;
}

.section .items .server2 .content:hover .written {
  display: none;
}

.section .items .server2 .content:hover .hide_this {
  opacity: 1;
}

.section .items .server2 .content:hover .hide_last {
  opacity: 1;
}

.choice {
  width: 100%;
  height: 380px;
  background-color: #FAFAFB;
}

.choice .consult {
  width: 700px;
  height: 380px;
  margin: auto;
}

.choice .consult .waiter {
  width: 100%;
  height: 30px;
  margin-top: 52px;
  float: left;
  font-size: 30px;
  text-align: center;
}

.choice .consult .sign {
  width: 100%;
  height: 145px;
  float: left;
  margin-top: 62px;
}

.choice .consult .sign .mask {
  width: 146px;
  height: 145px;
  float: left;
}

.choice .consult .sign .mask .white {
  width: 98px;
  height: 98px;
  margin-left: 25px;
  border: 2px solid #1D78FF;
  float: left;
  border-radius: 50px;
}

.choice .consult .sign .mask .white .iimg {
  width: 74px;
  height: 74px;
  background-color: #1D78FF;
  float: left;
  border-radius: 50px;
  margin-top: 12px;
  margin-left: 12px;
  font-size: 26px;
  text-align: center;
  line-height: 74px;
  color: #ffffff;
}

.choice .consult .sign .mask .word {
  width: 100%;
  height: 15px;
  float: left;
  margin-top: 25px;
  text-align: center;
  color: #222222;
}

.client {
  width: 100%;
  height: 648px;
}

.client .brand {
  width: 1206px;
  height: 648px;
  margin: auto;
}

.client .brand .waiter {
  width: 100%;
  height: 30px;
  margin-top: 112px;
  float: left;
  font-size: 32px;
  text-align: center;
}

.client .brand .story1 {
  width: 100%;
  height: 180px;
  float: left;
  margin-top: 62px;
}

.client .brand .story1 .keep {
  width: 286px;
  height: 180px;
  background-color: #F2F2F2;
  float: left;
}

.client .brand .story2 {
  width: 100%;
  height: 180px;
  float: left;
  margin-top: 20px;
}

.client .brand .story2 .keep {
  width: 286px;
  height: 180px;
  background-color: #F2F2F2;
  float: left;
}

.client .brand .story2 .keep img {
  margin: auto;
}
