body {
  background-color: #b72f19;
}

.box {
  position: relative;
  overflow: hidden;
}

.banner_out {
  width: 2000px;
  height: 1140px;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}

.banner {
  width: 100%;
  height: 1140px;
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  /* background: url(../images/cloud.png) no-repeat center -30px; */
  -webkit-animation: banArrow 18s infinite linear;
  -moz-animation: banArrow 18s infinite linear;
  -ms-animation: banArrow 18s infinite linear;
  -o-animation: banArrow 18s infinite linear;
  animation: banArrow 18s infinite linear;
}

.box_container {
  margin-top: 600px;
  padding-bottom: 80px;
  background: url(../images/box_bg.jpg) center top no-repeat;
}

@keyframes banArrow {
  0% {
    transform: scale(1)
  }
  20% {
    transform: scale(1.1)
  }
  40% {
    transform: scale(1.2)
  }
  60% {
    transform: scale(1.3)
  }
  80% {
    transform: scale(1.2)
  }
  100% {
    transform: scale(1.1)
  }
}

.banner_container {
  width: 100%;
  height: 600px;
  position: absolute;
  box-sizing: border-box;
  padding-top: 40px;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  overflow: hidden;
  background: url(../images/banner_bg.png) no-repeat center bottom;
}




@keyframes ban1 {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}


@keyframes ban {
  0% {
    width: 1026px;
    height: 0;
    opacity: 1;
  }
  100% {
    width: 1026px;
    height: 288px;
    opacity: 1;
  }
}

.txt03 {
  width: 870px;
  margin: 150px auto 0;
}

.line {
  height: .1px;
}

.title {
  width: 1063px;
  height: 356px;
  background: url(../images/title01.png) no-repeat center center;
  position: relative;
  margin: 0 auto;
  z-index: 9;
}





.box04 .title {
  background: url(../images/title04.png) no-repeat center center;
}

.box05 .title {
  background: url(../images/title05.png) no-repeat center center;
}

.title .num {
  position: absolute;
  top: 100px;
  left: 157px;
  width: 191px;
  height: 191px;
  text-align: center;
  line-height: 150px;
}

.title .num::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: url('../images/zmd2.png') no-repeat center;
  animation: horse_ani 0.6s linear infinite;
}

@keyframes horse_ani {
  0% {
    background: url('../images/zmd1.png') no-repeat center;
  }
  100% {
    background: url('../images/zmd2.png') no-repeat center;
  }
}

.title .num span {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  font-size: 78px;
  color: #F7DFA9;
  font-weight: bold;
  z-index: 2;
  text-shadow: 0px 5px 0px #C3421F, 0px 13px 10px rgba(169, 37, 27, 0.83);
}

.box_wrap {
  position: relative;
  width: 1309px;
  margin: 0 auto;
}




@keyframes rightLeaf {
  from {
    transform: rotateZ(0)
  }
  25% {
    transform: rotateZ(-5deg)
  }
  50% {
    transform: rotateZ(-10deg)
  }
  75% {
    transform: rotateZ(-5deg)
  }
  to {
    transform: rotateZ(0deg)
  }
}

@keyframes leftLeaf {
  from {
    transform: rotateZ(0)
  }
  25% {
    transform: rotateZ(-5deg)
  }
  50% {
    transform: rotateZ(-10deg)
  }
  75% {
    transform: rotateZ(-5deg)
  }
  to {
    transform: rotateZ(0deg)
  }
}




.jz05 {
  position: absolute;
  top: 900px;
  right: -240px;
  width: 253px;
  transform: rotate(50deg);
  animation: rightLeaf 2s linear infinite;
}

.jz06 {
  position: absolute;
  top: 950px;
  right: -200px;
  width: 193px;
  animation: rightLeaf 2s linear infinite;
}

.jz07 {
  position: absolute;
  top: 309px;
  left: -330px;
  transform: rotate(78deg);
  z-index: 1;
  animation: leftLeaf 2s linear infinite;
}

.jz08 {
  position: absolute;
  top: 600px;
  right: -200px;
  width: 193px;
  transform: rotate(-10deg);
  animation: rightLeaf 2s linear infinite;
}


.box_body {
  width: 100%;
  background: url(../images/box_d.png) no-repeat center top;
  background-size: 100% auto;
  z-index: 9;
  margin-top: -124px;
  box-sizing: border-box;
  padding-top: 108px;
}

.box_top {
  width: 1200px;
  height: 115px;
  margin: 0 auto;
  background: url(../images/box_top.png) no-repeat center top;
}

.box_ccenter {
  width: 1200px;
  height: auto;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 60px;
  background: url(../images/box_center.png) center top;
}

.box_bottom {
  width: 1200px;
  height: 72px;
  margin: 0 auto;
  background: url(../images/box_bottom.png) no-repeat center top;
}

.box_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 5px;
  border-radius: 25px;
  background: linear-gradient(0deg, #F3CD8B, #E2AB6A, #F0DAAD, #E3AF70);
}

.box_inner_body {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 50px 30px;
  border-radius: 23px;
  background-color: #FFFFFF;
}

.img_line {
  display: flex;
  justify-content: space-between;
  margin-bottom: 6px;
}

.img_item {
  overflow: hidden;
}

.img_item img {
  transition: all 2s;
}

.img_item:hover img {
  transform: scale(1.4);
}

.hot_container {
  width: 708px;
  height: 635px;
  margin: 55px auto 0;
  box-sizing: border-box;
  padding-top: 150px;
  padding-left: 18px;
  text-align: center;
  background: url(../images/hot1.png) no-repeat center top;
}

.hot_container h2 {
  text-shadow: 0px 10px 13px #C00C02;
  color: #ffffff;
  font-size: 109px;
  line-height: 1.1;
}

.hot_container p {
  font-size: 23px;
  font-weight: 400;
  color: #FFFFFF;
  text-shadow: 0px 10px 13px #C00C02, 0px 10px 13px rgba(255, 119, 60, 0.72);
}




.img_r {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}



@keyframes bk {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1)
  }
  10%, 20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg)
  }
  30%, 50%, 70%, 90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg)
  }
  40%, 60%, 80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg)
  }
  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0)
  }
}




.box04_list {
  margin-bottom: 20px;
}

.box04_item {
  float: left;
  width: 318px;
  height: 523px;
  box-sizing: border-box;
  margin-right: 28px;
  margin-bottom: 10px;
  padding-top: 120px;
  text-align: center;
  background: url(../images/box04_item.png) no-repeat center top;
}
.box04_item:nth-child(3n){
  margin-right: 0;
}
.box04_item02 {
  background: url(../images/box04_item02.png) no-repeat center top;
}
.box04_item03 {
  background: url(../images/box04_item03.png) no-repeat center top;
}
.box04_item04 {
  background: url(../images/box04_item04.png) no-repeat center top;
}
.box04_item05 {
  background: url(../images/box04_item05.png) no-repeat center top;
}
.box04_item06 {
  background: url(../images/box04_item06.png) no-repeat center top;
}
.box04_item h3 {
  font-size: 42px;
  background: linear-gradient(0deg, #F9F2D5 8.30078125%, #F3C36B 88.427734375%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}

.box04_item p {
  color: #FFFFFF;
  font-size: 20px;
}

.box04_item a {
  display: block;
  width: 208px;
  height: 68px;
  background: url(../images/btn_bg.png) no-repeat center bottom;
  text-align: center;
  color: #000000;
  font-size: 20px;
  line-height: 60px;
  margin: 15px auto 0;
  transition: all .1s;
}

.box04_item a:hover {
  height: 68px;
  line-height: 78px;
  background: url(../images/btn_active.png) no-repeat center bottom;
}

.box04_line {
  width: 220px;
  height: 1px;
  background: rgba(139, 0, 3, 0.43);
  margin: 13px auto;
}

.gift_container {
  width: 1057px;
  height: 284px;
  margin-top: 8px;
  box-sizing: border-box;
  padding-left: 159px;
  padding-top: 76px;
  background: url(../images/gift_bg.png) no-repeat center top;
}

.gift_container h2 {
  font-size: 48px;
  text-shadow: 0px 7px 6px rgba(0, 0, 0, 0.21);
  background: linear-gradient(0deg, #FFF7B8 0%, #FEF5EC 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

/* 地区开始 */

.region a {
  float: left;
  width: 151px;
  height: 66px;
  background: #AE271F;
  margin-right: 20px;
  margin-bottom: 17px;
  text-align: center;
  line-height: 66px;
  font-size: 26px;
  color: #FFFFFF;
}

.region a:hover {
  background: linear-gradient(90deg, #CD2206, #EC4E1F, #CD2206);
}

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

@media only all and (max-width:1080px) {
  .banner_out {
    width: 100%;
    height: 13rem;
  }
  .banner {
    width: 100%;
    /* height: 13rem; */
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    /* background: url(../images/cloud.png) no-repeat center -.6rem; */
    background-size: 100% auto;
  }
  .box_container {
    margin-top: 11.3rem;
    padding-bottom: 1.4rem;
    background: none;
  }
  .banner_container {
    width: 100%;
    height: 13rem;
    position: absolute;
    box-sizing: border-box;
    padding-top: .8rem;
    background: url(../images/banner_bg_m.png) no-repeat center bottom;
    background-size: 100% 100%;
  }




  @keyframes ban {
    0% {
      width: 16rem;
      height: 0;
      opacity: 1;
    }
    100% {
      width: 16rem;
      height: 4.3rem;
      opacity: 1;
    }
  }
  .txt03 {
    width: 13rem;
    margin: 2.2rem auto 0;
  }
  .line {
    height: .01rem;
  }
  .title {
    width: 90%;
    height: 6rem;
    background-size: 100%;
  }


  .box04 .title {
    background-size: 100%;
  }
  .box05 .title {
    background-size: 100%;
  }
  .title .num {
    position: absolute;
    top: 1.9rem;
    left: 17%;
    width: 2.5rem;
    height: 2.5rem;
    line-height: 2rem;
  }
  .title .num::after {
    background-size: 100% 100%;
  }
  @keyframes horse_ani {
    0% {
      background-size: 100% 100%;
    }
    100% {
      background-size: 100% 100%;
    }
  }
  .title .num span {
    font-size: 1rem;
  }
  .box_wrap {
    width: 96%;
    margin: .8rem auto 0;
  }



  .jz05 {
    display: none;
  }
  .jz06 {
    display: none;
  }
  .jz07 {
    display: none;
  }
  .jz08 {
    display: none;
  }

  .box_body {
    margin-top: -2.3rem;
    padding-top: 2rem;
  }
  .box_top {
    width: 94%;
    height: 1rem;
    background-size: 100%;
  }
  .box_ccenter {
    width: 94%;
    padding: 0 .4rem;
    background-size: 100%;
  }
  .box_bottom {
    width: 94%;
    height: 1rem;
    background-size: 100%;
  }
  .box_inner {
    padding: .2rem;
    border-radius: 1rem;
  }
  .box_inner_body {
    padding: 1rem .4rem;
    border-radius: 1rem;
  }
  .img_line {
    margin-bottom: .1rem;
  }
  .img_item {
    overflow: hidden;
  }
  .img_item img {
    width: 100%;
    margin: 0 .05rem;
  }
  .hot_container {
    width: 90%;
    height: 13rem;
    margin: 2rem auto 0;
    padding-top: 3.5rem;
    padding-left: 0;
    background-size: 100%;
  }
  .hot_container h2 {
    font-size: 1.5rem;
  }
  .hot_container p {
    font-size: .5rem;
  }



  .box04_list {
    justify-content: center;
    flex-wrap: wrap;
  }
  .box04_item {
    width: 7rem;
    height: 12rem;
    background-size: 100% 100%;
    padding: 3rem .2rem 0;
    margin: 0 .2rem;
  }
  .box04_item h3 {
    font-size: 1rem;
    margin-bottom: .4rem;
  }
  .box04_item p {
    font-size: .5rem;
  }
  .box04_item a {
    display: block;
    width: 6rem;
    height: 1.8rem;
    background-size: 100% 100%;
    font-size: .6rem;
    line-height: 1.7rem;
    margin: .2rem auto 0;
    transition: all .1s;
  }
  .box04_item a:hover {
    height: 1.8rem;
    line-height: 2rem;
    background-size: 100% 100%;
  }
  .box04_line {
    width: 6rem;
    margin: .2rem auto;
  }
  .gift_container {
    width: 100%;
    height: 4rem;
    margin-top: .8rem;
    padding-left: 2rem;
    padding-top: 1.3rem;
    background-size: 100%;
  }
  .gift_container h2 {
    font-size: .6rem;
  }
  /* 地区开始 */
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(6n) {
    margin-right: 1%;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}
