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

.banner {
  height: 603px;
  position: relative;
  background: url(../images/banner_bg.png) no-repeat center top;
}

.banner_container {
  width: 1200px;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 27px;
}

.box_container {
  height: auto;
  min-height: 4118px;
  background: url(../images/line.png) no-repeat center top, url(../images/box_bg.png) no-repeat center center;
}

.box01 {
  padding: 126px 0 0 0;
}

.box02, .box03, .box04, .box05 {
  padding-top: 84px;
}

.title {
  width: 1200px;
  margin: 0 auto;
  color: #282C4A;
  text-align: center;
  margin-bottom: 19px;
}

.title h1 {
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding-left: 9%;
}

.title h1 span {
  font-size: 64px;
  margin: 0 15px;
}

.title p {
  font-size: 18px;
  margin-top: 14px;
}

.box01_container {
  height: 552px;
  position: relative;
}

.box01_body {
  position: absolute;
  width: 1213px;
  height: 100%;
  background: url(../images/box01_bg.png) no-repeat center center;
  background-size: 100% 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  justify-content: center;
  align-items: center;
}

.box01_l {
  width: 581px;
  height: 393px;
  background: url(../images/yy_bg.png) no-repeat center center;
  background-size: 100% 100%;
  margin-right: 40px;
  box-sizing: border-box;
  padding: 45px;
}

.ajax_form p {
  /* height: 50px; */
  margin-bottom: 20px;
  position: relative;
  /* border: 1px solid; */
}

.ajax_form p input, .ajax_form p select {
  border: 0;
  box-sizing: border-box;
  height: 56px;
  line-height: 56px;
  padding-left: 20px;
  font-size: 18px;
  border-radius: 6px;
  width: 100%;
  float: left;
  color: #181818;
}

.ajax_form p input::placeholder {
  color: #181818;
}

.ajax_form p select {
  width: 49%;
  background: url("../images/select_bg.png") 95% center no-repeat;
  background-size: 10%;
}

.ajax_form p select#city {
  float: right;
}

.ajax_form p input#fs {
  position: absolute;
  width: 150px;
  height: 62px;
  line-height: 62px;
  top: 0;
  right: 0;
  padding: 0;
  padding-right: 20px;
  color: #F7F4EB;
  background: url(../images/hqyzm.png) no-repeat center center;
  background-size: 100% 100%;
  cursor: pointer;
}

.button {
  cursor: pointer;
  width: 400px;
  height: 54px;
  background: #282C4A;
  border-radius: 4px;
  line-height: 54px;
  font-size: 18px;
  text-align: center;
  color: #F7F4EB;
  margin: 35px auto 0;
}

.box01_r {
  width: 448px;
  height: 378px;
  background: #E8E4D8;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.box01_r h2 {
  color: #AF1818;
  font-size: 48px;
  text-align: center;
}

.red_line {
  margin-bottom: 20px;
}

.box01_r p {
  color: #AF1818;
  font-size: 24px;
  margin-bottom: 25px;
}

.box01_r p img {
  display: inline-block;
  vertical-align: middle;
}

.yyfl {
  cursor: pointer;
  width: 313px;
  height: 54px;
  background: #AF1818;
  border-radius: 4px;
  color: #F7F4EB;
  font-size: 18px;
  display: flex;
  justify-content: center;
  align-items: center;
}

@keyframes bounce1 {
  from, 20%, 53%, 80%, to {
    animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transform: translate3d(0, 0, 0);
  }
  40%, 43% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -15px, 0);
  }
  70% {
    animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
    transform: translate3d(0, -7px, 0);
  }
  90% {
    transform: translate3d(0, -2px, 0);
  }
}

.myBounce {
  animation-name: bounce1;
  transform-origin: center bottom;
}

.yyfl img {
  margin-right: 10px;
}

.wy_container {
  position: relative;
  height: 136px;
  margin-top: -66px;
}

.wuyan {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  height: 100%;
  width: auto;
}

.box02_container {
  height: 402px;
}

.box03_container {
  height: 768px;
}

.box04_container {
  height: 414px;
}

.box05_container {
  height: 515px;
}

.box02_body {
  box-sizing: border-box;
  padding-bottom: 10px;
  background: url(../images/box02_bg.png) no-repeat center center;
}

.box03_body {
  background: url(../images/lc_img.png) no-repeat center center;
  background-size: 100% 100%;
}

.box04_body {
  box-sizing: border-box;
  padding-bottom: 10px;
  background: url(../images/box04_bg.png) no-repeat center center;
}

.box05_body {
  box-sizing: border-box;
  padding-bottom: 10px;
  background: url(../images/box05_bg.png) no-repeat center center;
}

.box02_item {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  transition: transform .4s ease;
  width: 180px;
  height: 251px;
  background: #DFDCD4;
  border: 3px solid #70756C;
  border-radius: 11px;
  margin: 0 20px;
}

.box02_item:hover {
  transform: translateY(-17px);
  border: 3px solid #41435C;
}

.box02_item:hover a, .box02_item a:hover {
  background: #1A1E3A;
  color: #DFDCD4;
}

.box02_item h3 {
  color: #1A1E3A;
  font-size: 24px;
  margin: 16px 0 18px;
}

.box02_item a {
  width: 126px;
  height: 38px;
  border: 1px solid #1A1E3A;
  border-radius: 4px;
  color: #1A1E3A;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
}

.box04_body a {
  display: block;
  width: 320px;
  height: 280px;
  background: #EDEBE5;
  border-radius: 4px;
  margin: 0 27px;
  overflow: hidden;
}

.box04_body a img {
  width: 100%;
  height: 100%;
  transition: transform 1.4s ease;
}

.box04_body a:hover img {
  transform: scale(1.2);
}

/* 地区开始 */

.region {
  width: 1086px;
  height: 380px;
  background: #EDEBE5;
  border-radius: 4px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  box-sizing: border-box;
  padding-top: 10px;
  padding-left: 10px;
}

.region a {
  display: block;
  width: 121px;
  height: 62px;
  background: url(../images/province_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  margin-bottom: 20px;
  text-align: center;
  line-height: 62px;
  font-size: 18px;
  color: #434343;
  transition: all .3s linear;
  margin-right: 13px;
}

.region a:hover {
  color: #AF1818;
  background: url(../images/province_active.png) no-repeat center center;
  background-size: 100% 100%;
}

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

@media only all and (max-width:1080px) {
  .banner {
    height: 9rem;
    background-size: auto 100%;
  }
  .banner_container {
    width: 100%;
  }
  .box_container {
    height: auto;
    min-height: auto;
    background: url(../images/line.png) no-repeat center top, url(../images/box_bg.png) no-repeat center center;
    background-size: 100% auto;
  }
  .box01 {
    padding: 1rem 0;
  }
  .box02, .box03, .box04, .box05 {
    padding: 1rem 0;
  }
  .title {
    width: 100%;
    margin-bottom: .8rem;
  }
  .title h1 {
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    padding-left: 9%;
  }
  .title_l {
    width: auto;
    height: .8rem;
  }
  .title_r {
    width: auto;
    height: .8rem;
  }
  .title h1 span {
    font-size: .9rem;
    margin: 0 .2rem;
  }
  .title p {
    font-size: .7rem;
    margin-top: .4rem;
  }
  .box01_container {
    width: 94%;
    height: auto;
    position: static;
    margin: 0 auto;
  }
  .box01_body {
    position: static;
    width: 100%;
    height: 100%;
    background: #D1CFCA;
    border: .1rem solid #6A6C57;
    top: auto;
    left: auto;
    box-sizing: border-box;
    padding: .8rem .6rem;
    transform: translateX(0);
    border-radius: .8rem;
    flex-direction: column;
  }
  .box01_l {
    width: 100%;
    height: auto;
    margin-right: 0;
    box-sizing: border-box;
    padding: .8rem 8%;
    background: #F7F4EB;
    border: .1rem solid #282C4A;
  }
  .ajax_form p {
    margin-bottom: .4rem;
    border-bottom: .05rem solid #4A4D65;
  }
  .ajax_form p input, .ajax_form p select {
    height: 1.8rem;
    line-height: 1.8rem;
    padding-left: .8rem;
    font-size: .7rem;
    border-radius: .4rem;
  }
  .ajax_form p select {
    width: 49%;
    background: url("../images/select_bg.png") 95% center no-repeat;
    background-size: 17%;
  }
  .ajax_form p input#fs {
    width: 4.2rem;
    height: 2rem;
    line-height: 2rem;
    padding-right: .8rem;
    font-size: .6rem;
    top: -.2rem;
  }
  .button {
    width: 10rem;
    height: 2rem;
    border-radius: 4px;
    line-height: 2rem;
    font-size: .7rem;
    margin: .8rem auto 0;
  }
  .box01_r {
    width: 100%;
    height: auto;
    margin-top: .6rem;
    border-radius: .4rem;
    padding: .8rem 0;
  }
  .box01_r h2 {
    font-size: .8rem;
  }
  .red_line {
    width: 80%;
    margin-bottom: .4rem;
  }
  .box01_r p {
    font-size: .7rem;
    margin-bottom: .5rem;
  }
  .box01_r p img {
    width: 1rem;
  }
  .yyfl {
    width: 10rem;
    height: 2rem;
    border-radius: .4rem;
    font-size: .7rem;
    margin-top: .6rem;
  }
  @keyframes bounce1 {
    from, 20%, 53%, 80%, to {
      animation-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
      transform: translate3d(0, 0, 0);
    }
    40%, 43% {
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transform: translate3d(0, -.4rem, 0);
    }
    70% {
      animation-timing-function: cubic-bezier(0.755, 0.050, 0.855, 0.060);
      transform: translate3d(0, -.2rem, 0);
    }
    90% {
      transform: translate3d(0, -.1rem, 0);
    }
  }
  .myBounce {
    animation-name: bounce1;
    transform-origin: center bottom;
  }
  .yyfl img {
    width: 1rem;
    margin-right: .2rem;
  }
  .wy_container {
    height: 2rem;
    margin-top: -1rem;
  }
  .wuyan {
    height: auto;
    width: 100%;
  }
  .box02_container {
    height: auto;
  }
  .box03_container {
    height: auto;
  }
  .box04_container {
    height: auto;
  }
  .box05_container {
    height: auto;
  }
  .box02_body {
    flex-direction: row;
    flex-wrap: wrap;
    background: #D1CFCA;
    border: .1rem solid #6A6C57;
    padding: .8rem .6rem;
  }
  .box03_body {
    height: 13rem;
    background: url(../images/lc_img.png) no-repeat center center;
    background-size: 100% 100%;
    padding: 0;
  }
  .box04_body {
    flex-direction: row;
    flex-wrap: wrap;
    background: #D1CFCA;
    border: .1rem solid #6A6C57;
    padding: .8rem .6rem;
  }
  .box05_body {
    background: #D1CFCA;
    border: .1rem solid #6A6C57;
    padding: .8rem .6rem;
  }
  .box02_item {
    width: 32%;
    height: 8rem;
    border: .1rem solid #70756C;
    border-radius: .8rem;
    margin: .2rem .5%;
  }
  .box02_item:hover {
    transform: translateY(-.4rem);
    border: .1rem solid #41435C;
  }
  .box02_item img {
    width: 40%;
    height: auto;
  }
  .box02_item h3 {
    font-size: .7rem;
    margin: .5rem 0;
  }
  .box02_item a {
    width: 80%;
    height: 1.4rem;
    border-radius: .4rem;
    font-size: .65rem;
    line-height: 1.4rem;
  }
  .box04_body a {
    width: 49%;
    height: 7rem;
    border-radius: .4rem;
    margin: .2rem 0;
  }
  .box04_body a:nth-child(1) {
    margin-right: 2%;
  }
  /* 地区开始 */
  .region {
    width: 100%;
    height: auto;
    border-radius: .4rem;
    padding: .2rem;
  }
  .region a {
    width: 24%;
    height: 1.8rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.8rem;
    font-size: .7rem;
  }
  .region a:nth-child(4n) {
    margin-right: 0;
  }
}