div,
span {
  position: relative;
  box-sizing: border-box;
}

/* 镜像 */
.imgY180 {
  transform: rotateY(180deg);
}

/* 透明边框 */
.trBorder {
  border: .02px solid rgba(0, 0, 0, 0);
}

/* 高斯模糊（给需要模糊的块加上） */
.mask {
  filter: blur(5px);
  user-select: none;
}

.mask::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  background: rgba(0, 0, 0, 0.5);
}

.nonePosi {
  position: absolute;
  top: -1000000px;
}

.zoomMove {
  animation-name: zoomMove;
  animation-duration: 1s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}

@keyframes zoomMove {
  0% {
    transform: scale(1);
  }

  50% {
    transform: scale(1.2);
  }

  100% {
    transform: scale(1);
  }
}

.none {
  display: none !important;
}

.pcBg {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.page {
  overflow: hidden;
  width: 100%;
  background: url(../images/bg.png) repeat;
  background-size: 100% auto;
  padding-bottom: 80px;
}

.box1 {
  width: 100%;
  height: 1100px;
  padding-top: 76px;
}

.box1_banner {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}

.box1_topBox {
  width: 792px;
  height: 608px;
  background: url(../images/box1_topBg.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto;
  padding-top: 76px;
}

.box1_title1 {
  width: 300px;
  margin: 0 auto;
}

.box1_title2 {
  width: 600px;
  margin: -30px auto;
}

.box1_h1 {
  width: 1175px;
  margin: -456px auto 0 auto;
  position: relative;
  z-index: 99;
}

.box2 {
  margin-top: -100px;
}

.comm_box {
  width: 100%;
}

.comm_TopBox {
  width: 100%;
}

.comm_top {
  width: 1194px;
  margin: 0 auto;
}

.comm_titleBox {
  width: 432px;
  height: 83px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/comm_title.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: -50px;
  left: 80px;
  z-index: 10;
}

.comm_titleBox h2 {
  font-size: 55px;
  font-weight: 600;
  color: #E3BF42;
  background: -webkit-linear-gradient(1870deg, #FFFFFF 0%, #E3BF42 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  position: relative;
  top: -10px;
}

.h2Title1 {
  width: 251px;
  position: absolute;
  top: 50%;
  transform: translateY(-132%);
  left: 522px;
}

.comm_contentBox {
  width: 100%;
  background: #8E1614;
  box-shadow: 0px 3px 11px 0px rgba(0, 0, 0, 0.45);
  border-radius: 20px;
  padding: 13px;
  margin-top: -46px;
  z-index: 15;
}

.comm_borderBox {
  width: 100%;
  background: linear-gradient(0deg, #DFC8C4 0%, #FFFFFF 100%);
  box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.49);
  border-radius: 20px;
}

.box2_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 52px;
}

.box2_box {
  width: 314px;
  margin-right: 60px;
  margin-top: -4px;
}

.box2_box:last-child {
  margin-right: 0;
}

.box2_topTitleBox {
  width: 130px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/box2_titleBg.png) no-repeat;
  background-size: 100% auto;
  margin: 0 auto 26px auto;
}

.box2_topTitleBox span {
  font-size: 28px;
  font-weight: 400;
  color: #FFFFFF;
  position: relative;
  top: -10px;
}

.box2_text {
  width: 100%;
  display: block;
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  color: #AC1F02;
  margin-bottom: 25px;
}

.box2_textBox {
  width: 100%;
  background: #8E1614;
  border-radius: 40px 0px 40px 0px;
  padding: 26px;
}

.box2_textBox span {
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 36px;
  width: 100%;
  display: block;
}

.comm_bottomBox {
  width: 980px;
  height: 150px;
  background: url(../images/commBottomBg.png) no-repeat;
  background-size: 100% auto;
  margin: -6px auto 0 auto;
  z-index: 10;
}

.box3 {
  margin-top: -24px;
}

.box3_content {
  width: 100%;
  padding: 20px 26px;
}

.box3_table {
  width: 100%;
}

.box3_table,
.box3_table tbody tr td {
  border: 1px solid #8E1614;
}

.box3_table thead tr th {
  background: #8E1614;
  font-size: 24px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 52px;
}

.box3_table {
  text-align: center;
  border-collapse: collapse;
}

.box3_table tbody tr td {
  font-size: 18px;
  font-weight: 400;
  color: #000000;
  padding: 10px;
}

.box3_a {
  font-size: 18px;
  font-weight: 400;
  color: #8E1614;
  text-decoration: underline;
  padding: 10px;
}

.h2Title2 {
  width: 421px;
  position: absolute;
  top: 50%;
  transform: translateY(-132%);
  left: 522px;
}

.comm_bottomTextBox {
  width: 875px;
  height: 170px;
  background: url(../images/comm_bottomTextBg.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  bottom: 68px;
  left: 50%;
  margin-left: -438px;
}

.comm_bottomText1 {
  width: 90%;
  font-size: 18px;
  color: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-46%);
  bottom: 38px;
}

.h2Title3 {
  width: 322px;
  position: absolute;
  top: 50%;
  transform: translateY(-132%);
  left: 522px;
}

.h2Title4 {
  width: 324px;
  position: absolute;
  top: 50%;
  transform: translateY(-132%);
  left: 522px;
}

.h2Title5 {
  width: 424px;
  position: absolute;
  top: 50%;
  transform: translateY(-132%);
  left: 522px;
}

.h2Title6 {
  width: 369px;
  position: absolute;
  top: 50%;
  transform: translateY(-132%);
  left: 522px;
}

.box4_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px 0;
}

.box4_box {
  width: 252px;
  margin-right: 129px;
}

.box4_box:last-child {
  margin-right: 0;
}

.box4_titleBox {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}

.box4_icon {
  width: 40px;
  display: block;
  margin-right: 12px;
}

.box4_titleBox span {
  font-size: 24px;
  font-weight: 600;
  color: #343231;
  line-height: 22px;
}

.box4_paper {
  width: 251px;
  height: 198px;
  background: url(../images/box4_bg.png) no-repeat;
  background-size: 100% auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box4_paper span {
  width: 212px;
  font-size: 16px;
  font-weight: 400;
  color: #343231;
  line-height: 32px;
  display: block;
}

.comm_bottomText2 {
  width: 90%;
  font-size: 18px;
  color: #000000;
  position: absolute;
  left: 50%;
  transform: translateX(-46%);
  bottom: 25px;
}

.box5_box {
  width: 100%;
  padding: 20px 0;
}

.box5_titleFlexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5_btn {
  width: 189px;
  height: 58px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: url(../images/box5_btn.png) no-repeat;
  background-size: 100% 100%;
  font-size: 28px;
  font-weight: 400;
  color: #AFAFAF;
  margin-right: 54px;
}

.box5_btn:last-child {
  margin-right: 0;
}

.box5_btn:hover {
  background: url(../images/box5_btnActive.png) no-repeat;
  width: 189px;
  background-size: 100% auto;
  color: #FAF4DF;
  cursor: pointer;
  height: 58px;
}

.box5_btnActive {
  width: 189px;
  height: 58px;
  background: url(../images/box5_btnActive.png) no-repeat;
  background-size: 100% auto;
  color: #FAF4DF;
}

.box5_swiperBox {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.box5_swiperBox2 {
  width: 100%;
  margin-top: 10px;
  overflow: hidden;
}

.swiper-container {
  width: 918px;
  height: 265px;
  margin: 0 auto;
  padding: 0 20px;
}

.box5_swiperSlideBox {
  width: 207px;
  height: 265px;
  background: #FACD89;
  border-radius: 10px;
  transform: skew(-6deg);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box5_swiperSlideBox img {
  width: 112%;
  height: 100%;
  transform: skew(6deg);
}

.swiperLast {
  width: 91px;
  position: absolute;
  top: 50%;
  left: 20px;
  transform: translateY(-82%);
  cursor: pointer;
  display: none;
}

.swiperNext {
  width: 91px;
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translateY(-82%);
  cursor: pointer;
  display: none;
}

.box6_content {
  width: 100%;
  padding: 26px 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.box6_leftBox {
  width: 127px;
}

.box6_imgBtnBox {
  width: 127px;
  height: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  border: 1px dashed #C61F04;
  cursor: pointer;
  overflow: hidden;
  margin-bottom: 4px;
}

.box6_imgBtnBox:last-child {
  margin-bottom: 0;
}

.box6_imgBtnBox:hover {
  border: 2px solid #C61F04;
}

.box6_imgBtnBoxAvtive {
  border: 2px solid #C61F04;
}

.box6_imgBtnBox img {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.box6_centerBox {
  width: 820px;
  height: 507px;
  background: linear-gradient(0deg, #8C0000, #C61F04);
  border-radius: 16px;
  padding: 12px;
  margin: 0 17px;
}

.box6_borderBox {
  width: 100%;
  height: 100%;
  background: #ffffff;
  overflow: hidden;
  display: flex;
  align-items: center;
}

.box6_borderBox img {
  width: 100%;
}

.box6_rightBox {
  width: 127px;
}

.box7_flexBox {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  flex-wrap: wrap;
  padding: 66px 60px 20px 60px;
}

.box7_a {
  width: 140px;
  height: 40px;
  background: linear-gradient(0deg, #8C0000 0%, #C61F04 100%);
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 21px;
  font-weight: 400;
  color: #FFFFFF;
  margin-right: 41px;
  margin-bottom: 40px;
  cursor: pointer;
}

.box7_a:nth-child(6n) {
  margin-right: 0;
}

.box7_erweima {
  display: none;
  height: 120px;
  width: 120px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

@media only all and (max-width:1080px) {
  .box7_erweima {
    height: 3rem;
    width: 3rem;
  }

  .page {
    padding-bottom: 1rem;
  }

  .box1 {
    width: 100%;
    height: auto;
    padding-top: 1rem;
  }

  .box1_banner {
    width: 100%;
  }

  .box1_topBox {
    width: 100%;
    height: 15.2rem;
    padding-top: 1.9rem;
  }

  .box1_title1 {
    width: 7.5rem;
  }

  .box1_title2 {
    width: 15rem;
    margin: -0.75rem auto;
  }

  .box1_h1 {
    width: 100%;
    margin: -10.4rem auto 0 auto;
    position: relative;
    z-index: 99;
    left: .5rem;
  }

  .box2 {
    margin-top: 2rem;
  }

  .comm_box {
    width: 100%;
  }

  .comm_TopBox {
    width: 100%;
  }

  .comm_top {
    width: 100%;
    margin: 0 auto;
  }

  .comm_titleBox {
    width: 10.8rem;
    height: 2.075rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/comm_title.png) no-repeat;
    background-size: 100% auto;
    position: absolute;
    top: -1.25rem;
    left: 3.5rem;
    z-index: 10;
  }

  .comm_titleBox h2 {
    font-size: 1.375rem;
    font-weight: 600;
    color: #E3BF42;
    background: -webkit-linear-gradient(1870deg, #FFFFFF 0%, #E3BF42 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    position: relative;
    top: -0.25rem;
  }

  .m_none {
    display: none !important;
  }

  .h2Title1 {
    width: 6.275rem;
    position: absolute;
    top: 50%;
    transform: translateY(-132%);
    left: 13.05rem;
  }

  .comm_contentBox {
    width: 100%;
    background: #8E1614;
    box-shadow: 0rem 0.075rem 0.275rem 0rem rgba(0, 0, 0, 0.45);
    border-radius: 0.5rem;
    padding: 0.325rem;
    margin-top: -.5rem;
    z-index: 15;
  }

  .comm_borderBox {
    width: 100%;
    background: linear-gradient(0deg, #DFC8C4 0%, #FFFFFF 100%);
    box-shadow: 0rem 0.075rem 0.125rem 0rem rgba(0, 0, 0, 0.49);
    border-radius: 0.5rem;
  }

  .box2_flexBox {
    padding-left: .2rem;
    padding-right: .2rem;
    padding-bottom: 1.3rem;
  }

  .box2_box {
    width: 7.85rem;
    margin-right: 1.5rem;
    margin-top: -0.1rem;
  }

  .box2_box:last-child {
    margin-right: 0;
  }

  .box2_topTitleBox {
    width: 3.25rem;
    height: 1.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/box2_titleBg.png) no-repeat;
    background-size: 100% auto;
    margin: 0 auto 0.65rem auto;
  }

  .box2_topTitleBox span {
    font-size: 0.7rem;
    font-weight: 400;
    color: #FFFFFF;
    position: relative;
    top: -0.25rem;
  }

  .box2_text {
    width: 100%;
    display: block;
    text-align: center;
    font-size: 0.75rem;
    font-weight: 400;
    color: #AC1F02;
    margin-bottom: 0.625rem;
  }

  .box2_textBox {
    width: 100%;
    border-radius: 1rem 0rem 1rem 0rem;
    padding: 0.65rem;
  }

  .box2_textBox span {
    font-size: 0.6rem;
    line-height: 0.9rem;
  }

  .comm_bottomBox {
    width: 90%;
    height: 4.5rem;
    background-size: 100% 100%;
    margin: -0.15rem auto 0 auto;
  }

  .box3 {
    margin-top: -1.5rem;
  }

  .box3_content {
    width: 100%;
    padding: 0.5rem 0.65rem;
  }

  .box3_table {
    width: 100%;
  }

  .box3_table,
  .box3_table tbody tr td {
    border: 1px solid #8E1614;
  }

  .box3_table thead tr th {
    background: #8E1614;
    font-size: 0.6rem;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 1.3rem;
  }

  .box3_table {
    text-align: center;
    border-collapse: collapse;
  }

  .box3_table tbody tr td {
    font-size: 0.45rem;
    font-weight: 400;
    color: #000000;
    padding: 0.25rem;
  }

  .box3_a {
    font-size: 0.45rem;
    font-weight: 400;
    color: #8E1614;
    text-decoration: underline;
    padding: 0.25rem;
  }

  .h2Title2 {
    width: 10.525rem;
    position: absolute;
    top: 50%;
    transform: translateY(-132%);
    left: 13.05rem;
  }

  .comm_bottomTextBox {
    width: 90%;
    height: 5rem;
    background: transparent;
    position: absolute;
    bottom: .8rem;
    left: 50%;
    transform: translateX(-50%);
    margin: 0;
  }

  .comm_bottomText1 {
    width: 90%;
    font-size: .6rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: 1.3rem;
  }

  .h2Title3 {
    width: 8.05rem;
    position: absolute;
    top: 50%;
    transform: translateY(-132%);
    left: 13.05rem;
  }

  .h2Title4 {
    width: 8.1rem;
    position: absolute;
    top: 50%;
    transform: translateY(-132%);
    left: 13.05rem;
  }

  .h2Title5 {
    width: 10.6rem;
    position: absolute;
    top: 50%;
    transform: translateY(-132%);
    left: 13.05rem;
  }

  .h2Title6 {
    width: 9.225rem;
    transform: translateY(-132%);
    left: 13.05rem;
  }

  .box4 {
    margin-top: 0rem;
  }

  .box4_flexBox {
    width: 100%;
    flex-wrap: wrap;
    padding: 0.6rem 0;
  }

  .box4_box {
    width: 90%;
    margin: 0 auto .5rem auto;
  }

  .box4_box:last-child {
    margin: 0 auto;
  }

  .box4_titleBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 0.25rem;
  }

  .box4_icon {
    width: 1rem;
    display: block;
    margin-right: 0.3rem;
  }

  .box4_titleBox span {
    font-size: 0.6rem;
    font-weight: 600;
    color: #343231;
    line-height: 0.55rem;
  }

  .box4_paper {
    width: 100%;
    background: #FFFFFF;
    height: auto;
    border-radius: .5rem;
    padding: .2rem;
  }

  .box4_paper span {
    width: 100%;
    font-size: 0.6rem;
    line-height: 0.8rem;
  }

  .comm_bottomText2 {
    width: 90%;
    font-size: .6rem;
    color: #ffffff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: .9rem;
  }

  .box5_box {
    width: 100%;
    padding: 0.5rem 0;
  }

  .box5_titleFlexBox {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .box5_btn {
    width: 4.725rem;
    height: 1.45rem;
    display: flex;
    align-items: center;
    justify-content: center;
    background: url(../images/box5_btn.png) no-repeat;
    background-size: 100% 100%;
    font-size: 0.7rem;
    font-weight: 400;
    color: #AFAFAF;
    margin-right: 1.35rem;
  }

  .box5_btn:last-child {
    margin-right: 0;
  }

  .box5_btn:hover {
    background: url(../images/box5_btnActive.png) no-repeat;
    width: 4.725rem;
    background-size: 100% auto;
    color: #FAF4DF;
    cursor: pointer;
    height: 1.45rem;
  }

  .box5_btnActive {
    width: 4.725rem;
    height: 1.45rem;
    background: url(../images/box5_btnActive.png) no-repeat;
    background-size: 100% auto;
    color: #FAF4DF;
  }

  .box5_swiperBox {
    width: 100%;
    margin-top: 0.25rem;
    overflow: hidden;
  }

  .box5_swiperBox2 {
    width: 100%;
    margin-top: 0.25rem;
    overflow: hidden;
  }

  .swiper-container {
    width: 8rem;
    height: auto;
    margin: 0 auto;
    padding: 0 0.5rem;
  }

  .box5_swiperSlideBox {
    width: 100%;
    height: auto;
    background: #FACD89;
    border-radius: 0.25rem;
    transform: skew(0deg);
  }

  .box5_swiperSlideBox img {
    width: 100%;
    height: auto;
    transform: skew(0deg);
  }

  .swiperLast {
    width: 2.275rem;
    position: absolute;
    top: 50%;
    left: 0.5rem;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
  }

  .swiperNext {
    width: 2.275rem;
    position: absolute;
    top: 50%;
    right: 0.5rem;
    transform: translateY(-50%);
    cursor: pointer;
    display: block;
  }

  .box6 {
    margin-top: -1.5rem;
  }

  .box6_content {
    width: 100%;
    padding: 0.65rem 0;
    flex-wrap: wrap;
  }

  .box6_leftBox {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    order: 0;
  }

  .box6_imgBtnBox {
    width: 32%;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0.15rem;
    border: 1px dashed #C61F04;
    cursor: pointer;
    overflow: hidden;
    margin-bottom: 0.1rem;
  }

  .box6_imgBtnBox:last-child {
    margin-bottom: 0;
  }

  .box6_imgBtnBox:hover {
    border: 2px solid #C61F04;
  }

  .box6_imgBtnBoxAvtive {
    border: 2px solid #C61F04;
  }

  .box6_imgBtnBox img {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }

  .box6_centerBox {
    width: 100%;
    height: auto;
    background: linear-gradient(0deg, #8C0000, #C61F04);
    border-radius: 0.4rem;
    padding: 0.3rem;
    margin: 0 0.425rem;
    order: 1;
  }

  .box6_borderBox {
    width: 100%;
    height: 100%;
    background: #ffffff;
    overflow: hidden;
  }

  .box6_borderBox img {
    width: 100%;
  }

  .box6_rightBox {
    width: 95%;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
    order: 0;
    margin-bottom: .5rem;
  }

  .box7 {
    margin-top: -1.5rem;
  }

  .box7_flexBox {
    width: 100%;
    padding: .5rem .5rem 0 .5rem;
  }

  .box7_a {
    width: 23%;
    height: 1.5rem;
    background: linear-gradient(0deg, #8C0000 0%, #C61F04 100%);
    border-radius: 0.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.525rem;
    font-weight: 400;
    color: #FFFFFF;
    margin-right: 2.6%;
    margin-bottom: .8rem;
  }

  .box7_a:nth-child(4n) {
    margin-right: 0;
  }

  .box7_a:nth-child(6n) {
    margin-right: auto;
  }

}