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

.none {
  /* display: none !important; */
}
.box {
  background: url('../images/box_bg.png') no-repeat top center;
}
.banner {
  background: url('../images/banner_bg.png') no-repeat  center top;
  position: relative;
  z-index: 0;
}
.banner .wrap {
  box-sizing: border-box;
  padding: 90px 0 0;
  z-index: -1;
}
.light_l,.light_l2, .light_r, .light_r2, .horn1, .horn2 {
  position: absolute;
}
.light_l {
  left: 0;
  top: 0;
}
.light_r {
  right: 0;
  top: 0;
  z-index: 3;
}
.light_l2 {
  left: 100px;
  top: 0;
}
.light_r2 {
  right: 50px;
  top: 0;
  z-index: 3;
}
.horn1 {
  left: -140px;
  top: 359px;
}
.shakeMove2 {
  animation-name: shakeMove2;
  animation-duration: 1.2s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
}
@keyframes shakeMove2 {
  60% {
    transform: rotate(0deg);
  }

  70% {
    transform: rotate(-15deg);
  }

  80% {
    transform: rotate(0deg);
  }

  90% {
    transform: rotate(-15deg);
  }

  100% {
    transform: rotate(0deg);
  }
}
.horn2 {
  right: -95px;
  top: 478px;
}
.banner h2 {
  text-align: center;
  font-size: 38px;
  line-height: 38px;
  color: #fff;
  margin: 60px 0 0;
}
.banner-bottom {
  margin: auto;
}
.box1-content {
  width: 1287px;
  height: 338px;
  background: url('../images/box1_bg.png') no-repeat center;
  margin: auto;
  box-sizing: border-box;
  padding: 55px 100px  0 80px;
  font-size: 24px;
  line-height: 32px;
  color: #231815;
}
.box2 {
  height: 390px;
  background: url('../images/box2_bg.png') no-repeat center;
  box-sizing: border-box;
  padding-top: 30px;
}
.box2-content {
  width: 903px;
  box-sizing: border-box;
  padding: 0 20px 0 40px;
  margin: auto;
  background: url('../images/zhu_bg.png') no-repeat bottom center;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
.box3 .wrap {
  width: 1268px;
  margin: auto;
}
.box3-item {
  display: flex;
  justify-content: center;
  align-items: center;
}
.box3-fl {
  width: 328px;
  height: 328px;
  background: url('../images/icon_bg.png') no-repeat center;
  display: flex;
  justify-content: center;
  align-items: center;

}
.box3-fl img {
  margin: 0 auto;
}
.box3-fr {
  width: 990px;
  height: 437px;
  box-sizing: border-box;
  padding: 80px 70px;
}
.box3-item1 .box3-fr {
  background: url('../images/box_bg1.png') no-repeat center;
  margin-left: -50px;
}
.box3-item2 .box3-fr {
  background: url('../images/box_bg2.png') no-repeat center;
  margin-right: -50px;
}
.box3-fl .box3-icon1 {
  margin-top: -20px;
}
.box3-fr ul {
  display: flex;
  justify-content: space-between;
}
.box3-fr ul li {
  width: 274px;
  height: 293px;
}
.box3-item1 .box3-fr li {
  background: url('../images/word_bg1.png') no-repeat center;
}
.box3-item2 .box3-fr li {
  background: url('../images/word_bg2.png') no-repeat center;
}
.box3-fr ul li .li-top {
  width: 204px;
  height: 49px;
  background: url('../images/title_bg.png') no-repeat center;
  margin: -10px auto 0;
  line-height: 46px;
  text-align: center;
  font-size: 22px;
  color: #F3D421;
}
.li-word {
  box-sizing: border-box;
  padding: 5px 25px;
  font-size: 16px;
  line-height: 22px;
  color: #444;
}
#word7 .box3-fl img:nth-child(1),#word3 .box3-fl img:nth-child(1) {
  width: 70%;
}
#word7 .box3-fl img:nth-child(2),#word3 .box3-fl img:nth-child(2) {
  width: 70%;
}
.box-footer {
  background: url('../images/footer_bg.png') no-repeat center bottom;
  padding-bottom: 40px;
}
.box4 .wrap {
  padding: 30px 0;
}
.title {
  margin-bottom: 40px;
}
.title img {
  margin: auto;
}
.box4 ul {
  display: flex;
  justify-content: space-between;
}
.box4 ul li {
  width: 285px;
  height: 167px;
  overflow: hidden;
}
.box4 ul li img {
  width: 100%;
  height: 100%;
  transition: all .3s;
}
.box4 ul li img:hover {
  transform: scale(1.1);
}
.box5-content {
  width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.box5_a {
  width: 153px;
  height: 67px;
  background: url(../images/city_bg.png) no-repeat;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  font-weight: 400;
  color: #444;
  margin-right: 21px;
  margin-bottom: 8px;
  position: relative;
  cursor: pointer;
  box-sizing: border-box;
  padding: 0 6px 7px 0;
}

.box5_a:hover {
  /* background: url(../images/aBgActive.png) no-repeat;
  background-size: 100% 100%; */
}

.box5_a:hover.box5_a img {
  display: block !important;
}

.box5_a:nth-child(7n) {
  margin-right: 0;
}

.box5_a img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100px;
  height: 100px;
  display: none;
  z-index: 99;
}


@media only all and (max-width:1080px) {
  .box {
    background-size: 100% 100%;
    overflow: hidden;
  }
  .banner {
    background-size:135%;
  }
  .banner .wrap {
    padding: 1rem 0 0;
  }
  .light_l,.light_l2, .light_r, .light_r2, .horn1, .horn2 {
    display: none;
  }
  .banner-title {
    width: 100%;
  }
  .banner h2 {
    font-size: 1rem;
    line-height: 1rem;
    color: #fff;
    margin: 60px 0 0;
  }
  .banner-bottom {
    margin: auto;
    width: 100%;
  }
  .box1-content {
    width: 100%;
    height: 12.2rem;
    background-size: 102% 100%;
    padding: 1.3rem 1.1rem  0 1rem;
    font-size: .65rem;
    line-height: .8rem;
  }
  .box2 {
    height: 10rem;
    background-size: 100%;
    padding-top: 0rem;
  }
  .box2-content {
    width: 100%;
    box-sizing: border-box;
    padding: 0 .5rem 0 .7rem;
    margin: auto;
    background-size: 100%;
  }
  .box2-content a {
    width: 10%;
  }
  .box2-content a img {
    width: 100%;
  }
  .box3 .wrap {
    width: 100%;
    margin: auto;
    margin-bottom: .5rem;
  }
  .box3-item {
    display: block;
    margin-bottom: .5rem;
  }
  .box3-fl {
    width: 10rem;
    height: 10rem;
    background-size: 100%;
    margin: auto;
  
  }
  .box3-fl img {
    margin: 0 auto;
  }
  .box3-fr {
    width: 84%;
    height: auto;
    padding: 1rem;
    margin: auto;
    box-sizing: border-box;
    border-radius: .3rem;
  }
  .box3-item1 .box3-fr {
    background: rgb(252, 234, 196);
    border: .1rem solid rgb(140, 87, 37);
    margin: auto;
  }
  .box3-item2 .box3-fr {
    background: rgb(252, 234, 196);
    margin: auto;
    border: .1rem solid rgb(140, 87, 37);
  }
  .box3-fl .box3-icon1 {
    margin-top: -0;
  }
  .box3-fr ul {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
  }
  .box3-fr ul li {
    width: 100%;
    height: 14rem;
    margin-top: 1rem;

  }
  .box3-item1 .box3-fr li {
    background-size: 100%;
  }
  .box3-item2 .box3-fr li {
    background-size: 100%;
  }
  .box3-fr ul li .li-top {
    width: 70%;
    height:2rem;
    background-size: 100%;
    margin: -.5rem auto 0;
    line-height: 1.9rem;
    font-size: .9rem;
  }
  .li-word {
    padding: .2rem 1rem;
    font-size: .8rem;
    line-height: 1.2rem;
  }
  .box3-fl img{
    width: 50%;
  }
  #word7 .box3-fl img:nth-child(1),#word3 .box3-fl img:nth-child(1) {
    width: 45%;
  }
  #word7 .box3-fl img:nth-child(2),#word3 .box3-fl img:nth-child(2) {
    width: 50%;
  }
  .box-footer {
    background-size: 100%;
    padding-bottom: 1rem;
  }
  .box4 .wrap {
    padding: 1rem 0;
  }
  .title {
    margin-bottom: 1rem;
  }
  .title img {
    width: 100%;
    margin: auto;
  }
  .box4 ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
  }
  .box4 ul li {
    width: 49%;
    height: 6rem;
    margin-bottom: .5rem;
  }
  .box5-content {
    width: 100%;
    display: flex;
    align-items: center;
    flex-wrap: wrap;
  }
  .box5_a {
    width: 24%;
    height: 2rem;
    background: url(../images/city_bg.png) no-repeat;
    background-size: 100% 100%;
    font-size: .7rem;
    font-weight: 400;
    color: #444;
    margin-right: 1.3%;
    margin-bottom: 8px;
    padding: 0 .1rem .1rem 0;
  }
  
  .box5_a:hover {
    /* background: url(../images/aBgActive.png) no-repeat;
    background-size: 100% 100%; */
  }
  
  .box5_a:hover.box5_a img {
    display: block !important;
  }

  .box5_a:nth-child(7n) {
    margin-right: 1.3%;
  }
  .box5_a:nth-child(4n) {
    margin-right: 0;
  }
  
  .box5_a img {
    width: 3.5rem;
    height: 3.5rem;
  }
  
}