.aboutTit {
  text-align: center;
  padding: 80px 5% 56px;
}
.aboutTit p {
  font-size: 30px;
  color: #333;
  line-height: 1.6;
}
.aboutTit span {
  display: block;
  width: 50px;
  height: 1px;
  background: #333;
  margin: 0 auto;
  margin-top: 16px;
}
.aboutTit div {
  font-size: 16px;
  line-height: 1.6;
  color: #777676;
  margin-top: 20px;
}

@media (max-width: 750px) {
  .aboutTit p {
    font-size: 4.6vw;
  }
  .aboutTit div {
    font-size: 4vw;
  }
}
@media (max-width: 414px) {
  .aboutTit {
    padding: 50px 5%;
  }
  .aboutTit p {
    font-size: 6vw;
  }
}
.aboutFugaiBlock .content {
  text-align: center;
  padding: 0 5%;
  padding-bottom: 82px;
}
.aboutFugaiBlock .content img {
  max-width: 100%;
}

.aboutUsBlock {
  padding-top: 20px;
  background: #f2f2f2;
  padding-bottom: 80px;
}
.aboutUsBlock .content {
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.aboutUsBlock .content .aboutLeft {
  position: relative;
  font-size: 0;
  width: 50%;
}
.aboutUsBlock .content .aboutLeft .leftImg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.aboutUsBlock .content .aboutLeft .posi {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  background: #009fe9;
  align-items: center;
  padding: 0 9.375% 0 7.2916666667%;
  justify-content: space-between;
}
.aboutUsBlock .content .aboutLeft .posi span {
  display: block;
  width: 26.25%;
  height: 1px;
  background: #fff;
}
.aboutUsBlock .content .aboutLeft .posi div {
  padding: 20px 0;
}
.aboutUsBlock .content .aboutLeft .posi div .aboutIcon {
  height: 57px;
  display: flex;
  align-items: center;
  text-align: center;
  font-size: 0;
}
.aboutUsBlock .content .aboutLeft .posi div p {
  font-size: 20px;
  color: #fff;
  text-align: center;
  margin-top: 12px;
}
.aboutUsBlock .content .aboutRight {
  width: 50%;
  padding-left: 30px;
  display: flex;
  justify-content: flex-end;
}
.aboutUsBlock .content .aboutRight .text {
  max-width: 520px;
  width: 100%;
}
.aboutUsBlock .content .aboutRight .text p {
  font-size: 16px;
  color: #666;
  line-height: 2;
  margin-bottom: 15px;
  text-align: justify;
}
.aboutUsBlock .content .aboutRight .text p:last-child {
  margin-bottom: 0;
}
.aboutUsBlock .link {
  margin-top: 35px;
  display: flex;
  align-items: center;
  max-width: 162px;
  width: 100%;
  margin: 64px auto 0;
  color: #777676;
  font-size: 16px;
}
.aboutUsBlock .link img {
  margin-right: 12px;
}

.aboutUsBlock2 {
  padding-top: 90px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
}
.aboutUsBlock2 .aboutTips {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #777676;
  line-height: 1.5;
}
.aboutUsBlock2 .aboutTips span {
  width: 50px;
  height: 1px;
  display: block;
  background: #777676;
  margin-right: 14px;
}
.aboutUsBlock2 .content {
  display: flex;
  padding-top: 66px;
  padding-bottom: 125px;
  justify-content: space-between;
}
.aboutUsBlock2 .content .list {
  width: auto;
  text-align: center;
}
.aboutUsBlock2 .content .list p {
  font-size: 80px;
  color: #009fe9;
  font-weight: bold;
}
.aboutUsBlock2 .content .list div {
  font-size: 18px;
  color: #777676;
}
.aboutUsBlock2 .content .list i {
  display: flex;
  align-items: center;
  height: 100%;
}

.aboutUsBlock3 {
  background: url(../images/aboutusblock2bg.jpg) no-repeat center/cover;
}
.aboutUsBlock3 .content {
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  justify-content: space-between;
  flex-wrap: wrap;
}
.aboutUsBlock3 .content .list {
  background: #fff;
  width: 31.0833333333%;
  padding: 0 6.25%;
  padding-top: 67px;
  padding-bottom: 31px;
  margin-bottom: 40px;
}
.aboutUsBlock3 .content .list .img {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 47px;
}
.aboutUsBlock3 .content .list .tit {
  font-size: 12px;
  line-height: 22px;
  text-align: center;
  color: #777676;
  margin-top: 30px;
}
.aboutUsBlock2 .link {
  display: flex;
  justify-content: center;
  padding-top: 14px;
  padding-bottom: 78px;
}
.aboutUsBlock2 .link a {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  color: #777676;
}
.aboutUsBlock2 .link a img {
  margin-right: 18px;
}

.aboutUsWhite {
  background: #fff !important;
}

@media (max-width: 996px) {
  .aboutUsBlock .content {
    flex-direction: column;
  }
  .aboutUsBlock .content .aboutLeft, .aboutUsBlock .content .aboutRight {
    width: 100%;
  }
  .aboutUsBlock .content .aboutLeft .text, .aboutUsBlock .content .aboutRight .text {
    max-width: 100%;
  }
}
@media (max-width: 750px) {
  .aboutUsBlock .content .aboutLeft .posi div p {
    font-size: 3vw;
  }
  .aboutUsBlock .content .aboutRight .text p {
    font-size: 3vw;
  }
  .aboutUsBlock .content .aboutRight .text .link {
    font-size: 3vw;
    max-width: 50%;
  }
  .aboutUsBlock2 .aboutTips {
    font-size: 3vw;
  }
  .aboutUsBlock2 .aboutTips span {
    display: none;
  }
  .aboutUsBlock2 .content .list p {
    font-size: 8vw;
  }
  .aboutUsBlock2 .content .list div {
    font-size: 4vw;
    margin-top: 10px;
  }
  .aboutUsBlock3 .content .list {
    margin-bottom: 20px;
  }
  .aboutUsBlock3 .content .list .img img {
    max-width: 100%;
  }
  .aboutUsBlock3 .content .list .tit {
    font-size: 3vw;
    line-height: 1.4;
  }
  .aboutUsBlock3 .link {
    font-size: 3vw;
    padding-bottom: 50px;
  }
  .aboutUsBlock .content .aboutLeft .posi {
    position: relative;
    margin-top: -40px;
  }
  .aboutUsBlock .content .aboutLeft .posi span {
    display: none;
  }
}
@media (max-width: 414px) {
  .aboutUsBlock3 .content .list {
    width: 100%;
  }
  .aboutUsBlock2 {
    padding-top: 40px;
  }
  .aboutUsBlock2 .content {
    padding: 40px 0;
  }
  .aboutUsBlock .content .aboutLeft .posi div .aboutIcon {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 10px;
  }
  .aboutUsBlock .content .aboutLeft .posi div .aboutIcon img {
    width: 70%;
  }
  .aboutUsBlock .content .aboutLeft .posi div p {
    margin-top: 0;
  }
}
.aboutSearch .joinForm {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.aboutSearch .joinForm input {
  width: 46.6666666667%;
  height: 56px;
  padding: 0 70px;
  background: #fff url(../images/joinsearch.png) no-repeat 40px center;
  border-top-left-radius: 28px;
  border-bottom-left-radius: 28px;
  font-size: 16px;
  color: #bbbbbb;
}
.aboutSearch .joinForm input::-moz-placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.aboutSearch .joinForm input:-ms-input-placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.aboutSearch .joinForm input::placeholder {
  font-size: 16px;
  color: #bbbbbb;
}
.aboutSearch .joinForm .searchSubmit {
  background: #009fe9;
  width: 140px;
  line-height: 56px;
  display: block;
  border-top-right-radius: 28px;
  border-bottom-right-radius: 28px;
  color: #fff;
  font-size: 16px;
}
.aboutSearch .joinForm ul {
  width: 100%;
  justify-content: center;
  display: flex;
  margin-top: 38px;
}
.aboutSearch .joinForm ul span {
  font-size: 14px;
  color: #fff;
  line-height: 1.5;
}
.aboutSearch .joinForm ul li {
  margin-left: 8px;
}
.aboutSearch .joinForm ul li a {
  font-size: 14px;
  line-height: 1.5;
  color: #fff;
  display: block;
}

.aboutJoinBlock .content {
  max-width: 1100px;
  width: 90%;
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto;
  padding-bottom: 55px;
}
.aboutJoinBlock .content .list {
  max-width: 200px;
  width: 18.1818181818%;
  text-align: center;
  margin-left: 9.0909090909%;
  margin-bottom: 80px;
}
.aboutJoinBlock .content .list .img {
  font-size: 0;
}
.aboutJoinBlock .content .list .img img {
  max-width: 100%;
}
.aboutJoinBlock .content .list p {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  margin-top: 30px;
}
.aboutJoinBlock .content .list:nth-child(4n+1) {
  margin-left: 0;
}

.aboutJoinBlock2 {
  background: #f2f2f2;
  padding-bottom: 90px;
  padding-top: 80px;
}
.aboutJoinBlock2 .content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
}
.aboutJoinBlock2 .content .list {
  width: 31.0833333333%;
  background: #fff;
  margin-left: 3.3333333333%;
  padding: 32px 40px;
  margin-bottom: 40px;
}
.aboutJoinBlock2 .content .list .tit {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 33px;
  font-size: 20px;
  color: #333;
}
.aboutJoinBlock2 .content .list .tips {
  font-size: 14px;
  color: #009fe9;
  line-height: 1.8;
  margin-top: 28px;
}
.aboutJoinBlock2 .content .list:nth-child(3n+1) {
  margin-left: 0;
}
.aboutJoinBlock2 .content .list.last {
  justify-content: center;
  align-items: center;
  display: flex;
}

.aboutJoinBlock3 {
  text-align: center;
  background: url(../images/joinblock3img.jpg) no-repeat center/cover;
  height: 360px;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.aboutJoinBlock3 .tit {
  font-size: 30px;
  color: #fff;
  line-height: 1.5;
}
.aboutJoinBlock3 .tips {
  border: 1px solid #fff;
  text-align: center;
  border-radius: 30px;
  line-height: 58px;
  max-width: 540px;
  width: 90%;
  margin: 0 auto;
  margin-top: 40px;
  font-size: 26px;
  color: #fff;
}

@media (max-width: 750px) {
  .aboutJoinBlock .content {
    justify-content: space-between;
  }
  .aboutJoinBlock .content .list {
    max-width: 100%;
    width: 46%;
    margin-left: 0;
    margin-bottom: 40px;
  }
  .aboutJoinBlock .content .list .img {
    width: 80%;
    margin: 0 auto;
  }
  .aboutJoinBlock .content .list p {
    font-size: 4vw;
  }
  .aboutJoinBlock2 {
    padding-bottom: 50px;
  }
  .aboutJoinBlock2 .content .list {
    width: 100%;
    margin-left: 0;
    margin-bottom: 20px;
  }
  .aboutJoinBlock3 {
    height: 220px;
  }
  .aboutJoinBlock3 .tit {
    font-size: 8vw;
  }
  .aboutJoinBlock3 .tips {
    font-size: 6vw;
    line-height: 2;
    margin-top: 30px;
  }
  .aboutSearch .joinForm ul {
    margin-top: 20px;
  }
  .aboutSearch .joinForm input {
    height: 40px;
    padding: 0 15px;
    background: #fff;
    font-size: 3.5vw;
    width: calc(100% - 80px);
  }
  .aboutSearch .joinForm input::-moz-placeholder {
    font-size: 4vw;
  }
  .aboutSearch .joinForm input:-ms-input-placeholder {
    font-size: 4vw;
  }
  .aboutSearch .joinForm input::placeholder {
    font-size: 4vw;
  }
  .aboutSearch .joinForm .searchSubmit {
    font-size: 3.5vw;
    width: 80px;
    line-height: 40px;
  }
}
.jonDetail {
  margin-top: 78px;
}
.jonDetail .content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  display: flex;
}
.jonDetail .content .left {
  width: 22.9166666667%;
  margin-right: 2.9166666667%;
}
.jonDetail .content .left .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid #f2f2f2;
  padding-bottom: 12px;
  padding-top: 8px;
}
.jonDetail .content .left .top span {
  font-size: 14px;
  line-height: 1.8;
  color: #333;
}
.jonDetail .content .left .top a {
  font-size: 14px;
  line-height: 1.8;
  color: #009fe9;
}
.jonDetail .content .left .cont {
  margin-top: 23px;
  margin-bottom: 55px;
}
.jonDetail .content .left .cont p {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.6;
  color: #333;
}
.jonDetail .content .left .cont ul {
  margin-top: 22px;
}
.jonDetail .content .left .cont ul li {
  font-size: 14px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 22px;
  cursor: pointer;
}
.jonDetail .content .left .cont ul li span {
  display: block;
  width: 16px;
  height: 16px;
  border: 1px solid #aaa;
  margin-right: 10px;
}
.jonDetail .content .left .cont ul li.on {
  color: #009fe9;
}
.jonDetail .content .left .cont ul li.on span {
  background: url(../images/check.png) no-repeat center;
  border-color: #009fe9;
}
.jonDetail .content .right {
  width: 74.1666666667%;
  border-left: 1px solid #f2f2f2;
  padding-left: 4.1666666667%;
}
.jonDetail .content .right .top {
  font-size: 30px;
  font-weight: bold;
}
.jonDetail .content .right .bottom {
  padding-bottom: 86px;
}
.jonDetail .content .right .bottom .list {
  padding: 50px 0;
  border-bottom: 1px solid #f2f2f2;
}
.jonDetail .content .right .bottom .list .tit {
  font-size: 20px;
  color: #333;
  line-height: 1.5;
  font-weight: bold;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.jonDetail .content .right .bottom .list .tit span {
  display: block;
  width: 24px;
  height: 24px;
  background: #009fe9;
  color: #fff;
  line-height: 20px;
  text-align: center;
  cursor: pointer;
}
.jonDetail .content .right .bottom .list.on .tit span{
    line-height: 24px;
}
.jonDetail .content .right .bottom .list .tips {
  display: flex;
  margin-top: 10px;
}
.jonDetail .content .right .bottom .list .tips span {
  font-size: 16px;
  color: #666;
  border-right: 1px solid #ccc;
  padding-right: 5px;
  margin-right: 5px;
}
.jonDetail .content .right .bottom .list .tips li {
  font-size: 16px;
  color: #666;
  padding-right: 10px;
  position: relative;
}
.jonDetail .content .right .bottom .list .tips li::after {
  content: "";
  display: block;
  width: 1px;
  height: 15px;
  background: #666;
  right: 5px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%) rotate(25deg);
}
.jonDetail .content .right .bottom .list .tips li:last-child::after {
  display: none;
}
.jonDetail .content .right .bottom .list .cont {
  max-width: 675px;
  height: 0;
  overflow: hidden;
}
.jonDetail .content .right .bottom .list .cont .text p {
  font-size: 16px;
  color: #333;
  line-height: 1.3;
  margin-top: 46px;
}
.jonDetail .content .right .bottom .list .cont .text .word {
  margin-top: 18px;
  font-size: 14px;
  color: #777676;
  line-height: 1.7142857143;
}
.jonDetail .content .right .bottom .list .joinBtn {
  width: 120px;
  line-height: 40px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  background: #009fe9;
  border-radius: 20px;
  display: block;
  position: relative;
  margin-top: 58px;
  cursor: pointer;
}
.jonDetail .content .right .bottom .list .joinBtn:hover .window {
  display: block;
}
.jonDetail .content .right .bottom .list .joinBtn .window {
  background: url(../images/join-detailbg.png) no-repeat center;
  width: 376px;
  height: 136px;
  position: absolute;
  bottom: -20px;
  right: -376px;
  padding: 35px 50px;
  text-align: left;
  display: none;
}
.jonDetail .content .right .bottom .list .joinBtn .window p {
  font-size: 17px;
  color: #333;
  margin-top: 0;
  margin-bottom: 12px;
}
.jonDetail .content .right .bottom .list .joinBtn .window a {
  font-size: 18px;
  color: #666;
  display: block;
  background: none;
  display: block;
  cursor: pointer;
}
.jonDetail .content .right .bottom .list.on .tit span {
  line-height: 21px;
}

.jonDetail2 .content {
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-bottom: 116px;
  flex-wrap: wrap;
}
.jonDetail2 .content .list {
  width: 16.25%;
  background: url(../images/join-detailimg.png) no-repeat center bottom/cover;
  position: relative;
  padding-top: 63px;
  padding-bottom: 40px;
  margin-left: 4.3333333333%;
}
.jonDetail2 .content .list:first-child {
  margin-left: 0;
}
.jonDetail2 .content .list .number {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 42px;
  color: #009fe9;
  font-weight: bold;
}
.jonDetail2 .content .list p {
  text-align: center;
  font-size: 20px;
  color: #333;
}
.jonDetail2 .content .list p span {
  font-size: 14px;
}
.jonDetail2 .content .list a {
  text-align: center;
  display: block;
  margin-top: 32px;
}

@media (max-width: 996px) {
  .jonDetail2 .content .list {
    width: 30%;
    margin-left: 5%;
  }
  .jonDetail2 .content .list:nth-child(3n+1) {
    margin-left: 0;
  }
}
@media (max-width: 750px) {
  .jonDetail .content {
    flex-direction: column;
  }
  .jonDetail .content .left {
    width: 100%;
  }
  .jonDetail .content .left .cont ul {
    display: flex;
    flex-wrap: wrap;
  }
  .jonDetail .content .left .cont ul li {
    margin-right: 20px;
  }
  .jonDetail .content .right {
    width: 100%;
    border: 0;
    padding-left: 0;
  }
  .jonDetail .content .right .bottom .list .tit {
    font-size: 5vw;
  }
  .jonDetail .content .right .bottom .list .tips li, .jonDetail .content .right .bottom .list .tips span {
    font-size: 3.5vw;
  }
  .jonDetail .content .right .bottom .list .cont .text p {
    font-size: 4vw;
  }
  .jonDetail .content .right .bottom .list .cont .text .word {
    font-size: 3vw;
  }
  .jonDetail .content .right .bottom .list .joinBtn .window {
    width: 300px;
    background: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    right: auto;
    left: 15px;
    bottom: 50px;
    padding: 30px 25px;
  }
  .jonDetail .content .right .bottom .list .joinBtn .window p {
    font-size: 3.5vw;
  }
  .jonDetail .content .right .bottom .list .joinBtn .window a {
    font-size: 3vw;
  }
}
@media (max-width: 414px) {
  .jonDetail2 .content .list {
    width: 100%;
    margin-bottom: 30px;
  }
  .jonDetail2 .content .list .number {
    left: 50%;
    transform: translateX(-50%);
  }
}
.rongyuBlock {
  background: #fff;
}
.rongyuBlock .content {
  display: flex;
  height: 600px;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
}
.rongyuBlock .content .list {
  width: 180px;
  max-width: 840px;
  position: relative;
  border-left: 1px solid #fff;
}
.rongyuBlock .content .list:first-child {
  border: 0;
}
.rongyuBlock .content .list .posi {
  width: 180px;
  background: #009fe9;
  color: #fff;
  position: absolute;
  height: 100%;
  -ms-writing-mode: tb-rl;
      writing-mode: vertical-rl;
  text-align: center;
  line-height: 180px;
  font-size: 20px;
  letter-spacing: 2px;
}
.rongyuBlock .content .list .img {
  display: none;
}
.rongyuBlock .content .list .img img {
  max-width: 100%;
}
.rongyuBlock .content .list .cont {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding-left: 12.8571428571%;
  max-width: 90%;
  box-sizing: border-box;
}
.rongyuBlock .content .list .cont .small {
  font-size: 16px;
  color: #fff;
}
.rongyuBlock .content .list .cont .tit {
  font-size: 30px;
  color: #fff;
  line-height: 1.3;
  margin-top: 16px;
}
.rongyuBlock .content .list .cont .tips {
  font-size: 16px;
  line-height: 26px; 
  color: #fff;
  margin-top: 10px;
}
.rongyuBlock .content .list:nth-child(2) .cont {
  max-width: 90%;
}
.rongyuBlock .bottom {
  display: flex;
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  padding-top: 61px;
  padding-bottom: 56px;
}
.rongyuBlock .bottom .list {
  width: calc(100% / 3);
  border-right: 1px solid #eaeaea;
  text-align: center;
}
.rongyuBlock .bottom .list:last-child {
  border: none;
}
.rongyuBlock .bottom .list .img {
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.rongyuBlock .bottom .list .img img {
  max-width: 90%;
}
.rongyuBlock .bottom .list p {
  font-size: 13px;
  line-height: 20px;
  color: #777676;
  margin-top: 16px;
}

.rongyuBlock2 {
  padding-top: 120px;
  background: url(../images/rongyublock2bg.jpg) no-repeat center/cover;
}
.rongyuBlock2 .content {
  max-width: 1200px;
  width: 90%;
  margin: 0 auto;
  position: relative;
}
.rongyuBlock2 .content .mySwiper {
  overflow: hidden;
}
.rongyuBlock2 .content .swiper-slide {
  display: flex;
  flex-wrap: wrap;
}
.rongyuBlock2 .content .swiper-slide .list {
  width: 33.3333333333%;
  text-align: center;
  margin-bottom: 75px;
}
.rongyuBlock2 .content .swiper-slide .list .img {
  border: 1px solid #ccc;
  border-left: 0;
  padding: 38px 35px;
}
.rongyuBlock2 .content .swiper-slide .list .img img {
  max-width: 100%;
}
.rongyuBlock2 .content .swiper-slide .list p {
  font-size: 16px;
  line-height: 26px;
  color: #777676;
  margin-top: 36px;
}
.rongyuBlock2 .content .swiper-slide .list:nth-child(3n+1) .img {
  border-left: 1px solid #ccc;
}
.rongyuBlock2 .swiper-button-next, .rongyuBlock2 .swiper-button-prev {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  opacity: 1;
  top: 42%;
}
.rongyuBlock2 .swiper-button-next {
  background: #009fe9 url(../images/right.png) no-repeat center;
  right: -150px;
}
.rongyuBlock2 .swiper-button-prev {
  background: #009fe9 url(../images/left.png) no-repeat center;
  left: -150px;
}
.rongyuBlock2 .swiper-button-next.swiper-button-disabled {
  background: #b5b5b5 url(../images/right.png) no-repeat center;
}
.rongyuBlock2 .swiper-button-prev.swiper-button-disabled {
  background: #b5b5b5 url(../images/left.png) no-repeat center;
}
.rongyuBlock2 .swiper-button-prev:after {
  content: "";
}
.rongyuBlock2 .swiper-button-next:after {
  content: "";
}

.rongyu {
  background: #fff;
}

@media (max-width: 750px) {
  .rongyuBlock .content {
    flex-direction: column;
    height: auto;
  }
  .rongyuBlock .content .list {
    width: 100% !important;
    background: none !important;
  }
  .rongyuBlock .content .list .posi {
    display: none !important;
  }
  .rongyuBlock .content .list .img {
    display: block;
  }
  .rongyuBlock .content .list .cont {
    padding: 20px;
    width: 100%;
    max-width: 100%;
    position: relative;
    background: #f2f2f2;
    margin-bottom: 20px;
  }
  .rongyuBlock .content .list .cont .small {
    font-size: 4vw;
    color: #333;
  }
  .rongyuBlock .content .list .cont .tit {
    font-size: 5vw;
    color: #333;
  }
  .rongyuBlock .content .list .cont .tips {
    font-size: 3.5vw;
    color: #666;
    margin-top: 15px;
  }
  .rongyuBlock .content .list:nth-child(2) .cont {
    width: 100%;
    max-width: 100%;
  }
  .rongyuBlock .bottom {
    flex-wrap: wrap;
    justify-content: center;
  }
  .rongyuBlock .bottom .list {
    width: 33.3333333333%;
    margin-bottom: 20px;
  }
  .rongyuBlock .bottom .list:nth-child(3) {
    border-right: 0;
  }
  .rongyuBlock2 .content {
    padding-bottom: 60px;
  }
  .rongyuBlock2 .content .swiper-slide {
    justify-content: space-between;
  }
  .rongyuBlock2 .content .swiper-slide .list {
    width: 100%;
    margin-bottom: 0;
  }
  .rongyuBlock2 .content .swiper-slide .list .img {
    border: 1px solid #ccc;
  }
  .rongyuBlock2 .content .swiper-slide .list p {
    font-size: 4vw;
    line-height: 2.2;
    margin: 20px 0;
  }
  .rongyuBlock2 {
    padding-bottom: 50px;
  }
  .rongyuBlock2 .swiper-button-next {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    right: 30px;
  }
  .rongyuBlock2 .swiper-button-prev {
    top: auto;
    bottom: 0;
    transform: translateY(0);
    left: 30px;
  }
}

/*# sourceMappingURL=newCss.css.map */