.banner .swiper-wrapper {
  width: 100%;
}
.banner .swiper-wrapper img {
  width: 100%;
}
.banner .swiper-pagination {
  bottom: 12rem;
}
.titleTab {
  width: 108rem;
  height: 9rem;
  margin: 0 auto;
  position: relative;
}
.titleTab .box {
  width: 100%;
  height: 30rem;
  position: absolute;
  left: 0;
  top: -12rem;
  z-index: 100;
  background-color: #eccb92;
  display: flex;
  align-items: center;
  border-radius: 3rem;
}
.titleTab .box .content {
  width: 100%;
  height: 65%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  color: #fff;
}
.titleTab .box .content .left {
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.titleTab .box .content .left .left2 {
  width: 100%;
  height: 70%;
  text-align: center;
}
.titleTab .box .content .left .left2 a {
  text-decoration: none;
}
.titleTab .box .content .left .left2 a h3 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.titleTab .box .content .left .left2 p {
  font-size: 3.7rem;
  width: 100%;
  text-align: center;
}
.titleTab .box .content .line {
  width: 0.5rem;
  height: 100%;
  background: #fff;
}
.titleTab .box .content .right {
  width: 40%;
  height: 100%;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.titleTab .box .content .right .right2 {
  width: 100%;
  height: 70%;
  text-align: center;
}
.titleTab .box .content .right .right2 a {
  text-decoration: none;
}
.titleTab .box .content .right .right2 a h3 {
  color: #fff;
  font-size: 5rem;
  margin-bottom: 2rem;
}
.titleTab .box .content .right .right2 p {
  font-size: 3.7rem;
  width: 100%;
  text-align: center;
}
.popular {
  width: 100%;
  height: 127rem;
  display: flex;
  align-content: center;
  margin-bottom: 1rem;
  margin-top: 20rem;
}
.popular .box {
  margin: 0 auto;
}
.popular .box .popularTop {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 3rem;
}
.popular .box .popularTop .title1 {
  width: 100%;
}
.popular .box .popularTop .title1 h1 {
  width: 100%;
  font-size: 6rem;
  margin-bottom: 3rem;
  font-weight: bold;
}
.popular .box .popularTop .title1 h1 .lineT {
  width: 100%;
  height: 100%;
  display: flex;
}
.popular .box .popularTop .title1 h1 .lineT .line {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.popular .box .popularTop .title1 h1 .lineT .lineR {
  width: 90%;
  height: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-end;
}
.popular .box .popularTop .title1 h3 {
  color: #8f8f8f;
  font-size: 4rem;
}
.popular .box .popularCenter {
  width: 100%;
  margin-bottom: 8rem;
  overflow: hidden;
  border-radius: 3rem;
}
.popular .box .popularCenter .swiper-slide {
  width: 100%;
}
.popular .box .popularCenter .swiper-slide img {
  width: 100%;
}
.popular .box .popularCenter .swiper-pagination {
  width: 30rem;
  /* width: 37rem; */
  left: 3rem;
  bottom: 3rem;
  display: flex;
  justify-content: space-between;
}
.popular .box .popularBottom {
  position: relative;
}
.popular .box .popularBottom .switchBox {
  position: absolute;
  left: 0;
  top: 0;
}
.popular .box .popularBottom .switchBox h1 {
  font-size: 6rem;
  font-weight: bold;
  margin-bottom: 3rem;
}
.popular .box .popularBottom .switchBox .content {
  text-indent: 7rem;
  font-size: 5rem;
  line-height: 7.2rem;
}
.box {
  margin: 2rem auto 8rem auto;
}
.box .title1 {
  width: 100%;
}
.box .title1 h1 {
  width: 100%;
  height: 11rem;
  font-size: 6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.box .title1 h1 .lineT {
  width: 100%;
  height: 100%;
  display: flex;
}
.box .title1 h1 .lineT .line {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.box .title1 h1 .lineT .lineR {
  width: 90%;
  height: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-end;
}
.box .title1 h3 {
  color: #8f8f8f;
  font-size: 4rem;
}
.about {
  width: 100%;
  height: 50.5rem;
  display: flex;
  align-content: center;
  position: relative;
  margin-bottom: 3rem;
}
.about img {
  width: 100%;
}
.about .box {
  height: 30.3rem;
  margin: 8.5rem auto 0 auto;
  position: absolute;
  left: 10rem;
}
.about .box .aboutL {
  width: 58.33rem;
  height: 30.8rem;
  color: #fff;
}
.about .box .aboutL .logo {
  margin-bottom: 5rem;
  width: 50%;
}
.about .box .aboutL .title2 {
  width: 100%;
  height: 6.46rem;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
  margin-bottom: 3.6rem;
}
.about .box .aboutL .title2 h1 {
  width: 100%;
  font-size: 5rem;
  font-weight: bold;
  margin-bottom: 2rem;
}
.about .box .aboutL .title2 h3 {
  font-size: 4.3rem;
  margin-top: 2rem;
}
.about .box .aboutL .content {
  width: 100%;
  text-indent: 2rem;
  font-size: 5rem;
  line-height: 2.2rem;
}
.box .aboutContent {
  width: 100%;
  font-size: 5rem;
  line-height: 7.2rem;
  text-indent: 6rem;
  margin-bottom: 10rem;
}
.honor {
  margin-bottom: 10rem;
}
.honor .box .title1 {
  width: 100%;
  margin-bottom: 6rem;
}
.honor .box .title1 h1 {
  width: 100%;
  height: 11rem;
  font-size: 6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.honor .box .title1 h1 .lineT {
  width: 100%;
  height: 100%;
  display: flex;
}
.honor .box .title1 h1 .lineT .line {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.honor .box .title1 h1 .lineT .lineR {
  width: 90%;
  height: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-end;
}
.honor .box .title1 h3 {
  color: #8f8f8f;
  font-size: 4rem;
}
.honor .box .items {
  height: 70rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  background: #fff;
  border-radius: 2rem;
}
.honor .box .items .content {
  width: 90%;
  height: 90%;
}
.honor .box .items .content .contentBox {
  display: flex;
  justify-content: space-between;
}
.honor .box .items .content .item {
  width: 50rem;
  margin-bottom: 5rem;
}
.honor .box .items .content .item img {
  width: 100%;
}
.adBg {
  width: 100%;
  height: 133rem;
  background: #0087FA;
  overflow: hidden;
}
.adBg .box {
  margin: 5rem auto 0 auto;
}
.adBg .box .title1 {
  width: 100%;
  margin-bottom: 6rem;
  color: #fff;
}
.adBg .box .title1 h1 {
  width: 100%;
  height: 11rem;
  font-size: 6rem;
  margin-bottom: 2rem;
  font-weight: bold;
}
.adBg .box .title1 h1 .lineT {
  width: 100%;
  height: 100%;
  display: flex;
}
.adBg .box .title1 h1 .lineT .line {
  height: 100%;
  display: flex;
  align-items: flex-end;
}
.adBg .box .title1 h1 .lineT .lineR {
  width: 90%;
  height: 100%;
  border-top: 3px solid rgba(0, 0, 0, 0);
  display: flex;
  align-items: flex-end;
}
.adBg .box .title1 h3 {
  font-size: 4rem;
  color: #fff;
}
.adBg .box .adSwitch {
  border-radius: 4rem;
  overflow: hidden;
}
.adBg .box .adSwitch img {
  width: 100%;
}
.adBg .box .adSwitch .swiper-pagination {
  bottom: 3rem;
}
.advantage {
  width: 100%;
  height: 96.46666667rem;
  background: url(/assets/img/index/officialBackground2.jpg);
  background-size: cover;
  display: flex;
  align-content: center;
  /* 背景图垂直、水平均居中 */
  background-position: center center;
  /* 背景图不平铺 */
  background-repeat: no-repeat;
}
.advantage .box {
  position: relative;
}
.advantage .box .content {
  width: 100%;
  position: absolute;
  left: 0rem;
  top: -38rem;
  font-size: 5rem;
  text-indent: 6rem;
  color: #fff;
  line-height: 9.2rem;
}
.h1,
.h2,
.h3,
h1,
h2,
h3 {
  margin-top: 0;
}
