body {
  background: #fff;
}

h3 {
  font-family: OPPOSans;
  font-size: 27px;
  color: #000000;
}

.header {
  background: #fff;
}
.header .logo {
  background: url("../images/common/logo2@2x.png") no-repeat center/contain;
}
.header a {
  color: #333 !important;
  border-color: #333 !important;
}
.header .search input {
  background-image: url("../images/common/s2.png");
  border-color: #333;
}
.header .search .lang {
  color: #333;
}
.header .search .tmall {
  background-image: url("../images/common/tmall2@2x.png");
}
.header .search .jd {
  background-image: url("../images/common/JD2@2x.png");
}

.banner img {
  width: 100%;
}

.intro {
  font-size: 16px;
  margin: 200px 0;
}
.intro h1 {
  text-align: center;
  font-size: 40px;
  font-weight: bold;
  margin-bottom: 105px;
}
.intro .box-list {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  gap: 55px;
}
.intro .box-list .box {
  width: 150px;
  height: 150px;
  background: #da231b;
  border-radius: 13px;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.intro .box-list .box h2 {
  font-weight: bold;
  font-size: 67px;
  color: #fff;
  position: relative;
  display: flex;
  align-items: flex-start;
}
.intro .box-list .box h2 em {
  font-size: 16px;
  position: relative;
  top: 15px;
  left: 5px;
  font-style: normal;
}
.intro .box-list .box p {
  font-size: 14px;
}
.intro .text {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .img-effect-group {
    padding: 0 10px;
  }
  .img-effect-group .img-effect {
    padding-left: 5px;
    padding-right: 5px;
  }
  .intro {
    margin: 20px 0;
  }
  .intro .container {
    padding: 0px;
  }
  .intro h1 {
    margin-bottom: 25px;
  }
  .intro .box-list {
    justify-content: space-between;
    gap: 10px;
    flex-direction: row;
  }
}
.culture {
  font-size: 16px;
}
.culture .row {
  padding: 160px 60px;
}
.culture h3 {
  margin-bottom: 60px;
}

@media screen and (max-width: 768px) {
  .culture .row {
    padding: 60px 30px;
  }
  .culture .row > div {
    margin-bottom: 50px;
  }
  .culture h3 {
    margin-bottom: 20px;
  }
}
.mission .img {
  height: 330px;
  overflow: hidden;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.mission .row > div {
  padding: 0 7px 0 7px;
}
.mission .row1 {
  margin-bottom: 15px;
}
.mission .text {
  background: #f5f5f5;
  color: #333;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.mission .text.text-red {
  background: #da231b;
  text-align: center;
  color: #fff;
}
.mission .text.text-red h3 {
  color: #fff;
  position: relative;
  display: inline-block;
  width: 320px;
}
.mission .text.text-red h3 span {
  position: absolute;
  opacity: 0.2;
  left: 0;
  top: -30px;
  font-size: 45px;
  text-transform: uppercase;
}
.mission .text:not(.text-red):hover {
  background: #666;
  color: #fff;
}
.mission .text:not(.text-red):hover h3 {
  color: #fff;
}
.mission .text .content {
  padding-left: 50px;
}
.mission .text .content h3 {
  margin-bottom: 60px;
}
.mission .text .content p {
  font-size: 16px;
  line-height: 2em;
}

@media screen and (max-width: 768px) {
  .mission .img {
    height: 330px;
  }
  .mission .text.text-red {
    background: #da231b;
    text-align: center;
    color: #fff;
    padding: 20px 0;
  }
  .mission .text .content {
    padding: 20px;
  }
}
