section {
  margin-top: 4.55rem;
}
section .banner {
  height: 18.18rem;
  background-color: #f0f0f0;
}
section .banner img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .product .container {
  display: flex;
  align-items: center;
  margin-bottom: 40px;
}
section .product .container .pro-title {
  width: 18.18rem;
  margin-right: 3.64rem;
}
section .product .container .pro-title h2 {
  font-weight: normal;
  font-size: 1.73rem;
  margin-bottom: 2.73rem;
  line-height: 1.6;
}
section .product .container .pro-title .zx {
  position: relative;
  padding: 0.45rem 1.36rem;
  border: 0.05rem solid #131557;
}
section .product .container .pro-title .zx::after {
  width: 0;
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background-color: #131557;
  transition: 0.3s linear;
}
section .product .container .pro-title .zx:hover {
  color: #fff;
}
section .product .container .pro-title .zx:hover::after {
  width: 100%;
}
section .product .container .items {
  width: calc(100% - 21.82rem);
  display: flex;
  align-items: center;
}
section .product .container .items .item {
  width: 32%;
  margin-right: 2%;
  transition: all 1s;
  padding: 0.45rem 0.45rem 0.91rem;
}
section .product .container .items .item:last-child {
  margin-right: 0;
}
section .product .container .items .item .pic {
  height: 13.64rem;
}
section .product .container .items .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .product .container .items .item h3 {
  font-size: 0.91rem;
  font-weight: normal;
  margin: 0.91rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .product .container .items .item h3:hover {
  color: #131557;
}
section .product .container .items .item p {
  margin-bottom: 0.91rem;
}
section .product .container .items .item .explore {
  text-decoration: underline;
  position: relative;
}
section .product .container .items .item .explore::after {
  content: '\e62b';
  position: absolute;
  right: -0.91rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 1s;
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .product .container .items .item .explore:hover {
  color: #131557;
}
section .product .container .items .item .explore:hover::after {
  transition: transform 1s;
  transform: translate(0.14rem, -50%);
}
section .product .container .items .item:hover {
  transition: all 1s;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
}
section .product .container .mb {
  display: none;
}
section .product .pro-more {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
section .product .pro-more .item {
  width: 23.5;
  margin-right: 2%;
  transition: all 1s;
  padding: 0.45rem 0.45rem 0.91rem;
}
section .product .pro-more .item:nth-child(4n) {
  margin-right: 0;
}
section .product .pro-more .item .pic {
  height: 13.64rem;
}
section .product .pro-more .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .product .pro-more .item h3 {
  font-size: 0.82rem;
  font-weight: normal;
  margin: 0.91rem 0;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
section .product .pro-more .item h3:hover {
  color: #131557;
}
section .product .pro-more .item p {
  margin-bottom: 0.91rem;
}
section .product .pro-more .item .explore {
  text-decoration: underline;
  position: relative;
}
section .product .pro-more .item .explore::after {
  content: '\e62b';
  position: absolute;
  right: -0.91rem;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 1s;
  font-family: 'iconfont' !important;
  font-size: 0.73rem;
  font-style: normal;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
section .product .pro-more .item .explore:hover {
  color: #131557;
}
section .product .pro-more .item .explore:hover::after {
  transition: transform 1s;
  transform: translate(0.14rem, -50%);
}
section .product .pro-more .item:hover {
  transition: all 1s;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
}
section .product .sp {
  margin-top: 6.82rem;
  padding-bottom: 4.55rem;
  border-bottom: 0.05rem solid #f0f0f0;
  display: flex;
  align-items: center;
}
section .product .sp .l {
  width: 40%;
  margin-right: 4%;
}
section .product .sp .l h3 {
  font-weight: normal;
  font-size: 1.73rem;
  margin-bottom: 1.82rem;
}
section .product .sp .l p {
  font-size: 0.73rem;
}
section .product .sp .l .sp-1 {
  margin-bottom: 0.91rem;
}
section .product .sp .r {
  width: 56%;
  height: 18.18rem;
  background-color: #f0f0f0;
}
section .product .sp .r #video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
section .star {
  margin-top: 3.64rem;
}
section .nlxh {
  margin-top: 4.55rem;
}
section .xlcp {
  margin-top: 4.55rem;
}
section .xlcp .container .items .pic {
  width: 100%;
  height: 18.18rem;
}
section .xlcp .container .items .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .join {
  padding: 3.64rem 0;
  margin-top: 4.55rem;
  background-color: #131557;
}
section .join .title {
  margin-top: 0;
}
section .join .title h1,
section .join .title p {
  color: #fff;
}
section .join .container {
  display: flex;
}
section .join .container .item {
  width: 23.5%;
  margin-right: 2%;
}
section .join .container .item:nth-child(4n) {
  margin-right: 0;
}
section .join .container .item .pic {
  height: 13.64rem;
}
section .join .container .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
section .join .container .item p {
  line-height: 1.6;
  text-align: center;
  color: #fff;
}
section .join .container .item .join-p {
  margin: 0.91rem 0 0.45rem;
}
section .join .zx {
  position: relative;
  width: 16.59rem;
  height: 1.82rem;
  line-height: 1.82rem;
  border: 0.05rem solid #fff;
  border-radius: 1.82rem;
  display: flex;
  margin: 2.73rem auto 0;
}
section .join .zx span {
  padding-left: 0.91rem;
  font-size: 0.73rem;
  color: #fff;
}
section .join .zx em {
  position: absolute;
  right: 0;
  top: 0rem;
  text-align: center;
  color: #131557;
  width: 5rem;
  height: 1.77rem;
  line-height: 1.77rem;
  border-radius: 1.77rem;
  background-color: #fff;
}
section .give {
  margin-top: 4.55rem;
}
section .give .container {
  display: flex;
  align-items: center;
}
section .give .container .l {
  width: 48%;
  height: 18.18rem;
  margin-right: 2%;
}
section .give .container .l img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .give .container .r {
  width: 50%;
  display: flex;
  flex-wrap: wrap;
}
section .give .container .r .item {
  width: 49%;
  margin-right: 2%;
  display: flex;
  align-items: center;
  margin-bottom: 2.73rem;
}
section .give .container .r .item:nth-child(2n) {
  margin-right: 0;
}
section .give .container .r .item .icon i {
  font-size: 1rem;
}
section .give .container .r .item .txt {
  margin-left: 0.45rem;
}
section .give .container .r .item .txt h2 {
  font-size: 0.82rem;
  font-weight: normal;
  margin-bottom: 0.68rem;
  line-height: 1.6;
}
section .give .container .r .item .txt p {
  line-height: 1.6;
}
section .give .container .r .zx {
  position: relative;
  width: 16.59rem;
  height: 1.82rem;
  line-height: 1.82rem;
  border: 0.05rem solid #131557;
  border-radius: 1.82rem;
  display: flex;
}
section .give .container .r .zx span {
  padding-left: 0.91rem;
  font-size: 0.73rem;
  color: #00228e;
}
section .give .container .r .zx em {
  position: absolute;
  right: 0;
  top: 0rem;
  text-align: center;
  color: #fff;
  width: 5rem;
  height: 1.77rem;
  line-height: 1.77rem;
  border-radius: 1.77rem;
  background-color: #131557;
}
section .advantage .container {
  display: flex;
  flex-wrap: wrap;
}
section .advantage .container .item {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 1.82rem;
  transition: all 1s;
  padding: 0.91rem;
}
section .advantage .container .item:nth-child(3n) {
  margin-right: 0;
}
section .advantage .container .item .pic {
  width: 9.09rem;
  height: 9.09rem;
  border-radius: 50%;
  margin: 0 auto 0.91rem;
  overflow: hidden;
}
section .advantage .container .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .advantage .container .item p {
  line-height: 2;
  text-align: center;
}
section .advantage .container .item:hover {
  transition: all 1s;
  box-shadow: 0 0.36rem 0.73rem 0 rgba(0, 0, 0, 0.1);
}
section .hrb {
  margin: 4.55rem auto;
}
section .hrb .container #hrb-container {
  --swiper-pagination-color: #131557;
}
section .hrb .container #hrb-container .swiper-slide .pic {
  height: 22.73rem;
}
section .hrb .container #hrb-container .swiper-slide .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
section .hrb .container #hrb-container .swiper-slide p {
  margin-top: 1.36rem;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  section {
    margin-top: 50px;
  }
  section .banner {
    height: 115px;
  }
  section .product .container {
    flex-direction: column;
  }
  section .product .container .pro-title {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  section .product .container .pro-title h2 {
    font-size: 30px;
    margin-bottom: 20px;
  }
  section .product .container .pc {
    display: none;
  }
  section .product .container .mb {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
  }
  section .product .container .mb .item {
    width: 49%;
  }
  section .product .container .mb .item .pic {
    height: 200px;
  }
  section .product .container .mb .item:nth-child(2n) {
    margin-right: 0;
  }
  section .product .container .mb .pic {
    height: 300px;
  }
  section .product .pro-more {
    display: none;
  }
  section .product .sp {
    margin-top: 60px;
    flex-direction: column;
    padding-bottom: 40px;
  }
  section .product .sp .l {
    width: 100%;
    margin-right: 0;
    margin-bottom: 40px;
  }
  section .product .sp .l h3 {
    font-size: 30px;
  }
  section .product .sp .r {
    width: 100%;
    height: 300px;
  }
  section .nlxh,
  section .xlcp {
    margin-top: 40px;
  }
  section .xlcp .items {
    width: 100% !important;
  }
  section .xlcp .items .pic {
    height: auto !important;
  }
  section .join .container {
    flex-wrap: wrap;
  }
  section .join .container .item {
    width: 49%;
    margin-bottom: 20px;
  }
  section .join .container .item .pic {
    height: 200px;
  }
  section .join .container .item:nth-child(2n) {
    margin-right: 0;
  }
  section .join .zx {
    margin-top: 30px;
  }
  section .give .container {
    flex-direction: column;
  }
  section .give .container .l {
    width: 100%;
    height: 200px;
    margin-right: 0;
    margin-bottom: 40px;
  }
  section .give .container .r {
    width: 100%;
  }
  section .give .container .r .item {
    width: 48%;
    margin-right: 4%;
    align-items: stretch;
  }
  section .advantage .container .item {
    width: 49%;
    padding: 5px;
  }
  section .advantage .container .item:nth-child(3n) {
    margin-right: 2%;
  }
  section .advantage .container .item:nth-child(2n) {
    margin-right: 0;
  }
  section .advantage .container .item .pic {
    width: 150px;
    height: 150px;
  }
  section .hrb {
    margin: 60px auto;
  }
  section .hrb #hrb-container .pic {
    height: 200px !important;
  }
}
