.container .content {
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}
.container .content .section {
  background: url("../img/b9.png") no-repeat center center;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
}
.container .content .section .title {
  width: 1620px;
  margin: 0 auto;
}
.container .content .section .box {
  width: 1620px;
  margin: 0 auto;
  display: flex;
  padding-top: 70px;
}
.container .content .section .box .item {
  box-sizing: border-box;
  padding: 35px 30px;
  background-color: #fff;
  width: 25%;
  transition: 0.3s all linear;
}
.container .content .section .box .item:hover {
  box-shadow: 3px 3px 5px 0px rgba(220, 179, 186, 0.75);
}
.container .content .section .box .item:nth-child(2n) {
  background-color: #f7f7f8;
}
.container .content .section .box .item .num {
  font-family: Bebas;
  font-size: 42px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #363636;
}
.container .content .section .box .item .core {
  font-family: MicrosoftYaHei-Bold;
  font-size: 26px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #353535;
  padding-top: 35px;
  padding-bottom: 25px;
}
.container .content .section .box .item .info .info_item {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #6f6f6f;
}
.container .content .section1 {
  background: url("../img/b10.png") no-repeat center bottom;
  background-size: cover;
  padding-top: 85px;
  padding-bottom: 120px;
}
.container .content .section1 .title {
  width: 1620px;
  margin: 0 auto;
}
.container .content .section1 .box {
  display: flex;
  flex-wrap: wrap;
  width: 1620px;
  margin: 0 auto;
}
.container .content .section1 .box .item {
  position: relative;
  width: 32%;
  margin-right: 2%;
  margin-top: 40px;
}
.container .content .section1 .box .item:nth-child(3n) {
  margin-right: 0;
}
.container .content .section1 .box .item .bc img {
  display: block;
  width: 100%;
}
.container .content .section1 .box .item .con {
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  transition: 0.3s all linear;
}
.container .content .section1 .box .item .con:hover {
  background-color: rgba(0, 0, 0, 0.7);
}
.container .content .section1 .box .item .con .core {
  font-family: MicrosoftYaHei;
  font-size: 26px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 30px;
}
.container .content .section1 .box .item .con .info {
  font-family: MicrosoftYaHei;
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  margin-top: 15px;
}
.container .content .section5 .box, .container .content .section6 .box {
  width: 1620px;
  margin: 0 auto;
}
.container .content .section5 {
  background-color: #f1f3f7;
  padding-top: 85px;
  padding-bottom: 120px;
}
.container .content .section5 .box .info {
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.2;
  letter-spacing: 0px;
  color: #262626;
  border-left: 5px solid #d70739;
  box-sizing: border-box;
  padding-left: 10px;
  margin-top: 43px;
}
.container .content .section6 {
  padding-top: 85px;
  padding-bottom: 45px;
}
.container .content .section6 .box .con {
  display: flex;
  margin-top: 50px;
}
.container .content .section6 .box .con .item {
  width: 32%;
  margin-right: 2%;
  background-color: #f9f9f9;
  border-radius: 0px 20px 0px 20px;
  box-sizing: border-box;
  padding: 35px;
}
.container .content .section6 .box .con .item:last-child {
  margin-right: 0;
}
.container .content .section6 .box .con .item .top {
  display: flex;
  align-items: flex-start;
  margin-bottom: 15px;
}
.container .content .section6 .box .con .item .top i {
  font-size: 40px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #262626;
  opacity: 0.15;
}
.container .content .section6 .box .con .item .top img {
  display: block;
  width: auto;
  height: auto;
  max-height: 100%;
  max-width: 100%;
  margin-left: 5px;
  margin-top: 5px;
}
.container .content .section6 .box .con .item .info {
  font-size: 18px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1.9;
  letter-spacing: 0px;
  color: #6b6b6b;
}
.container .content .section2 {
  background-color: #f1f3f7;
  padding-top: 85px;
  padding-bottom: 120px;
}
.container .content .section2 .title {
  width: 1620px;
  margin: 0 auto;
}
.container .content .section2 .con {
  display: flex;
  width: 1620px;
  margin: 0 auto;
  padding-top: 70px;
}
.container .content .section2 .con .item {
  width: 50%;
  box-sizing: border-box;
  padding: 40px;
}
.container .content .section2 .con .item:first-child {
  background-color: #0e3067;
}
.container .content .section2 .con .item:last-child {
  background-color: #d70739;
}
.container .content .section2 .con .item:last-child .box .num .nums {
  color: #d70739;
}
.container .content .section2 .con .item .core {
  font-family: MicrosoftYaHei;
  font-size: 36px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 36px;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .content .section2 .con .item .box {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.container .content .section2 .con .item .box .num {
  display: flex;
  align-items: center;
  width: 50%;
  margin-top: 25px;
}
.container .content .section2 .con .item .box .num .nums {
  width: 100px;
  height: 100px;
  flex-shrink: 0;
  border-radius: 50%;
  background-color: #ffffff;
  font-size: 38px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0e3067;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 18px;
}
.container .content .section2 .con .item .box .num .txt .con_title {
  font-family: MicrosoftYaHei;
  font-size: 28px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .content .section2 .con .item .box .num .txt .con_info {
  font-family: MicrosoftYaHei;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 31px;
  letter-spacing: 0px;
  color: #ffffff;
  padding-right: 5px;
  box-sizing: border-box;
}
.container .content .section3 {
  padding-top: 85px;
  padding-bottom: 120px;
}
.container .content .section3 .title {
  width: 1620px;
  margin: 0 auto;
}
.container .content .section3 .swiper-box {
  position: relative;
  width: 1620px;
  margin: 0 auto;
}
.container .content .section3 .swiper-box .swiper-button-next, .container .content .section3 .swiper-box .swiper-button-prev {
  font-size: 30px;
  outline: none;
}
.container .content .section3 .swiper-box .swiper-button-next:after, .container .content .section3 .swiper-box .swiper-button-prev:after {
  font-size: 30px;
}
.container .content .section3 .swiper-box .swiper-button-next {
  color: #d70739;
}
.container .content .section3 .swiper-box .swiper-button-prev {
  color: #d70739;
}
.container .content .section3 .swiper-box .swiper-button-next.swiper-button-disabled, .container .content .section3 .swiper-box .swiper-button-prev.swiper-button-disabled {
  color: #d9d9d9;
  opacity: 1;
}
.container .content .section3 .swiper-box .swiper-container {
  padding-top: 70px;
}
.container .content .section3 .swiper-box .swiper-container .swiper-slide {
  position: relative;
}
.container .content .section3 .swiper-box .swiper-container .swiper-slide:hover .info {
  opacity: 1;
}
.container .content .section3 .swiper-box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
}
.container .content .section3 .swiper-box .swiper-container .swiper-slide .info {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  padding-left: 40px;
  font-family: MicrosoftYaHei;
  font-size: 24px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #ffffff;
  transition: 0.25s all ease-in;
}
.container .content .section4 {
  position: relative;
}
.container .content .section4 .con {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  position: absolute;
}
.container .content .section4 .con .con_title {
  font-family: MicrosoftYaHei-Bold;
  font-size: 40px;
  font-weight: 700;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
}
.container .content .section4 .con .info {
  font-family: MicrosoftYaHei;
  font-size: 20px;
  font-weight: normal;
  font-stretch: normal;
  line-height: 1;
  letter-spacing: 0px;
  color: #ffffff;
  margin: 30px 0 50px;
}
.container .content .section4 .con .btn {
  width: 200px;
  height: 55px;
  background-color: #ffffff;
  border-radius: 32px;
  font-family: MicrosoftYaHei;
  font-size: 22px;
  font-weight: normal;
  font-stretch: normal;
  letter-spacing: 0px;
  color: #0e3067;
  display: flex;
  align-items: center;
  justify-content: center;
}
.container .content .section4 .bc img {
  display: block;
  width: 100%;
}

@media all and (max-width: 1620px) {
  .container .content {
    padding-left: 0;
    padding-right: 0;
  }

  .container .content .section, .container .content .section1, .container .content .section2, .container .content .section3 {
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container .content .section .box, .container .content .section1 .box, .container .content .section2 .con, .container .content .section3 .swiper-box {
    width: 100%;
  }

  .container .content .section5 .box, .container .content .section6 .box {
    width: 100%;
    box-sizing: border-box;
    padding-left: 7%;
    padding-right: 7%;
  }

  .container .content .section5 .box .info {
    font-size: 20px;
    margin-top: 30px;
  }

  .container .content .section6 .box .con .item .top img {
    width: 36px;
  }

  .container .content .section6 .box .con .item .info {
    font-size: 16px;
  }

  .container .content .section6 .box .con .item .top i {
    font-size: 36px;
  }

  .title {
    width: 100% !important;
  }

  .container .content .section .box .item .num {
    font-size: 34px;
  }

  .container .content .section .box .item .core {
    font-size: 23px;
    padding-top: 17px;
    padding-bottom: 17px;
  }

  .container .content .section .box .item .info .info_item {
    font-size: 13px;
  }

  .container .content .section .box .item {
    padding: 27px 20px;
  }

  .container .content .section1 .box .item .con .core {
    font-size: 21px;
    margin-top: 25px;
  }

  .container .content .section1 .box .item .con .info {
    font-size: 15px;
    margin-top: 13px;
  }

  .container .content .section1 .box .item .con .img img {
    width: 73%;
    margin: 0 auto;
  }

  .container .content .section2 .con .item {
    padding: 35px 30px;
  }

  .container .content .section2 .con .item .core {
    font-size: 30px;
    line-height: 1;
  }

  .container .content .section2 .con .item .box .num .nums {
    width: 75px;
    font-size: 32px;
    height: 75px;
  }

  .container .content .section2 .con .item .box .num .txt .con_title {
    font-size: 21px;
  }

  .container .content .section2 .con .item .box .num .txt .con_info {
    font-size: 14px;
    line-height: 23px;
    margin-top: 5px;
    box-sizing: border-box;
    padding-right: 5px;
  }

  .container .content .section4 .con .con_title {
    font-size: 33px;
  }

  .container .content .section4 .con .info {
    font-size: 18px;
  }

  .container .content .section4 .con .info {
    margin: 27px 0 40px;
  }

  .container .content .section4 .con .btn {
    width: 175px;
    height: 44px;
    font-size: 19px;
  }
}
@media all and (max-width: 1300px) {
  .container .content .section1 .box .item {
    width: 48%;
    margin-right: 4%;
  }
  .container .content .section1 .box .item:nth-child(2n) {
    margin-right: 0%;
  }
  .container .content .section1 .box .item:nth-child(3n) {
    margin-right: 4%;
  }
  .container .content .section1 .box .item:nth-child(6n) {
    margin-right: 0%;
  }
}
@media all and (max-width: 1280px) {
  .container .content .section2 .con {
    flex-wrap: wrap;
  }
  .container .content .section2 .con .item {
    width: 100%;
  }

  .container .content .section4 .con .info {
    font-size: 18px;
  }

  .container .content .section4 .con .con_title {
    font-size: 35px;
  }

  .container .content .section4 .con .btn {
    width: 190px;
    height: 45px;
    font-size: 21px;
  }
}
@media all and (max-width: 1220px) {
  .container .content .section .box {
    flex-wrap: wrap;
  }
  .container .content .section .box .item {
    width: 33.333333%;
  }

  .container .content .section1 .box .item .con .info {
    font-size: 16px;
    text-align: center;
    box-sizing: border-box;
    padding: 0 15px;
    line-height: 1.3;
  }

  .container .content .section1 .box .item .con .core {
    font-size: 22px;
  }

  .container .content .section {
    padding-bottom: 100px;
  }
}
@media all and (max-width: 1000px) {
  .container .content .section1 .box .item .con .img {
    display: flex;
    justify-content: center;
  }
  .container .content .section1 .box .item .con .img img {
    width: 70%;
  }
}
@media all and (max-width: 950px) {
  .container .content .section6 .box .con {
    flex-wrap: wrap;
  }
  .container .content .section6 .box .con .item {
    width: 48%;
    margin-bottom: 25px;
    margin-right: 4%;
  }
  .container .content .section6 .box .con .item:nth-child(2n) {
    margin-right: 0;
  }
}
@media all and (max-width: 900px) {
  .container .content .section5 .box .info {
    line-height: 1.6;
  }

  .container .content .section3 {
    padding-top: 50px;
    padding-bottom: 70px;
  }

  .container .content .section4 {
    height: 400px;
    background: url("../img/80.png") no-repeat center center;
    background-size: cover;
  }
  .container .content .section4 .bc {
    display: none;
  }

  .container .content .section4 .con .info {
    width: 90%;
    margin-left: 5%;
    text-align: center;
    line-height: 1.4;
  }
}
@media all and (max-width: 800px) {
  .container .content .section .box .item {
    width: 50%;
  }

  .container .content .section .box .item:nth-child(3n) {
    background-color: #f7f7f8;
  }

  .container .content .section .box .item:nth-child(4n) {
    background-color: #fff;
  }

  .container .content .section2 .con .item .box .num {
    width: 100%;
  }
}
@media all and (max-width: 700px) {
  .container .content .section1 .box .item {
    width: 100%;
    margin-right: 0 !important;
  }
}
@media all and (max-width: 550px) {
  .container .content .section5 .box .info {
    font-size: 17px;
  }

  .container .content .section5, .container .content .section6 {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .container .content .section, .container .content .section1, .container .content .section2 {
    padding: 40px 7% 60px;
  }

  .container .content .section1 .box .item .con .info {
    font-size: 14px;
    line-height: 1.4;
  }

  .container .content .section1 .box .item .con .core {
    font-size: 20px;
    margin-top: 20px;
  }

  .container .content .section .box .item {
    padding: 25px 17px;
  }

  .container .content .section .box .item .core {
    padding-top: 16px;
    padding-bottom: 10px;
    font-size: 22px;
  }

  .container .content .section .box .item .info .info_item {
    font-size: 14px;
    line-height: 28px;
  }

  .container .content .section2 .con .item {
    padding: 25px 18px;
  }

  .container .content .section2 .con .item .box .num .nums {
    width: 60px;
    height: 60px;
  }

  .container .content .section2 .con .item .box .num .txt .con_title {
    font-size: 20px;
    line-height: 22px;
  }

  .container .content .section2 .con .item .box .num .txt .con_info {
    font-size: 14px;
  }

  .container .content .section2 .con .item .core {
    font-size: 25px;
  }

  .container .content .section2 .con .item .box {
    margin-top: 5px;
  }

  .container .content .section2 .con {
    padding-top: 37px;
  }

  .container .content .section3 {
    display: none;
    width: 96%;
    padding: 40px 0 50px;
    margin-left: 2%;
  }
  .container .content .section3 .title {
    padding-left: 5%;
    box-sizing: border-box;
  }

  .container .content .section3 .swiper-box .swiper-container {
    padding-top: 30px;
  }

  .container .content .section3 .swiper-box .swiper-button-next, .container .content .section3 .swiper-box .swiper-button-prev {
    display: none;
  }

  .container .content .section4 {
    height: 235px;
  }

  .container .content .section4 .con .con_title {
    font-size: 24px;
  }

  .container .content .section4 .con .info {
    font-size: 14px;
    width: 88%;
    margin-left: 0%;
  }

  .container .content .section4 .con .info {
    margin: 15px 0 20px;
  }

  .container .content .section4 .con .btn {
    width: 140px;
    height: 35px;
    font-size: 17px;
  }

  .container .content .section3 .swiper-box .swiper-container .swiper-slide .info {
    top: 0 !important;
  }

  .container .content .section1 .box .item:first-child .con .img img {
    width: 41px;
    height: 41px;
  }
  .container .content .section1 .box .item:nth-child(2) .con .img img {
    width: 42px;
    height: 39px;
  }
  .container .content .section1 .box .item:nth-child(3) .con .img img {
    width: 44px;
    height: 32px;
  }
  .container .content .section1 .box .item:nth-child(4) .con .img img {
    width: 39px;
    height: 36px;
  }
  .container .content .section1 .box .item:nth-child(5) .con .img img {
    width: 35px;
    height: 35px;
  }

  .container .content .section6 .box .con .item {
    width: 100%;
    margin-right: 0 !important;
    margin-bottom: 15px;
    padding: 25px;
  }
  .container .content .section6 .box .con .item .top {
    margin-bottom: 10px;
  }
  .container .content .section6 .box .con .item .top i {
    font-size: 30px;
  }
  .container .content .section6 .box .con .item .top img {
    width: 32px;
  }
  .container .content .section6 .box .con .item .info {
    font-size: 15px;
  }
}

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