.box {
  position: relative;
  overflow: hidden;
  background: #101234;
}

.banner {
  width: 100%;
  height: 900px;
  background: url(../images/banner_bg.png) no-repeat top center;
}

.txt_container {
  width: 1200px;
  height: 100%;
  position: relative;
  margin: 0 auto;
}

.logo {
  width: 158px;
  height: 101px;
  position: absolute;
  left: 69px;
  top: 26px;
}

.txt01 {
  width: 852px;
  height: 471px;
  position: absolute;
  top: 145px;
  left: 179px;
  z-index: 2;
}

.light {
  width: 539px;
  height: 149px;
  position: absolute;
  mix-blend-mode: screen;
  z-index: 3;
}

.light01 {
  top: 178px;
  left: 72px;
}

.light02 {
  top: 178px;
  left: 72px;
}

.light02 {
  top: 500px;
  left: 272px;
}

.light03 {
  top: 473px;
  left: 697px;
  z-index: 4;
}

.txt03 {
  width: 1400px;
  height: 260px;
  position: absolute;
  top: 540px;
  left: -50px;
  z-index: 3;
}

.sd_l {
  width: 526px;
  height: 261px;
  position: absolute;
  top: 260px;
  left: -80px;
  z-index: 3;
  transform-origin: right 80%;
  animation: leftLeaf 8s linear infinite;
}

.sd_r {
  width: 805px;
  height: 215px;
  position: absolute;
  top: 194px;
  right: -240px;
  z-index: 1;
  transform-origin: left 80%;
  animation: rightLeaf 10s linear infinite;
}

@keyframes rightLeaf {

  from {

    transform: rotateZ(0)
  }

  25% {

    transform: rotateZ(-3deg)
  }

  50% {

    transform: rotateZ(-5deg)
  }

  75% {

    transform: rotateZ(-3deg)
  }

  to {

    transform: rotateZ(0deg)
  }

}

@keyframes leftLeaf {

  from {

    transform: rotateZ(0)
  }

  25% {

    transform: rotateZ(-3deg)
  }

  50% {

    transform: rotateZ(-5deg)
  }

  75% {

    transform: rotateZ(-3deg)
  }

  to {

    transform: rotateZ(0deg)
  }

}

.box_container {
  height: auto;
  background: url(../images/bg.png) repeat-y top center;
  /* mix-blend-mode: screen; */
  padding-top: 80px;
}

.title {
  width: 862px;
  height: 110px;
  margin: 0 auto 32px;
  box-sizing: border-box;
  padding-top: 14px;
  background: url(../images/title_bg.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title img {
  width: 97px;
  height: 46px;
}

.title .title_center {
  margin: 0 14px;
  text-align: center;
}

.title_center h3 {
  background-image: -webkit-linear-gradient(0deg, #CB4434 0%, #B91707 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #CB4434;
  font-size: 39px;

}

.title_center p {
  color: #101234;
  font-size: 20px;
}

.box_top {
  width: 1161px;
  height: 18px;
  margin: 0 auto;
}

.box_out {
  width: 100%;
  height: auto;
  background: linear-gradient(0deg, #D21D13, #B41711);
  border-radius: 25px;
  box-sizing: border-box;
  padding: 21px;
  margin-top: -2px;
  position: relative;
  z-index: 1;
  margin-bottom: 70px;
}

.box_inner {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 90px 28px 42px;
  background: linear-gradient(0deg, #D21D13, #B41711);
  box-shadow: inset 0px 3px 70px 0px rgba(152, 6, 0, 0.81);
}
.box01 .box_inner {
  padding-bottom: 0;
}
.box_light01 {
  position: absolute;
  top: -2px;
}

.box_light02 {
  position: absolute;
  top: 20px;
  animation: banner_light linear 2s infinite;
}

@keyframes banner_light {
  0% {
    opacity: 1;
  }

  50% {
    opacity: 0.5;
  }

  100% {
    opacity: 1;
  }
}

.box01_container {
  display: flex;
  justify-content: space-around;
  align-items: center;
  margin-top: 40px;
}

.box01_item {
  width: 316px;
  height: 353px;
  background: url(../images/box01_item.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 26px;
}

.box01_title {
  margin: -33px auto 30px;
}

.box01_line {
  display: flex;
  align-items: flex-start;
  margin-bottom: 24px;
}

.box01_line img {
  width: 28px;
  height: 28px;
  margin-right: 16px;
}

.box01_line p {
  color: #141414;
  font-size: 20px;
}

.teacher {
  margin: 33px auto 0;
}

.table_th {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 30px 30px 0px 0px;
}

.table_th div {
  height: 73px;
  background: linear-gradient(-90deg, #D6241D, #DB261F);
  color: #FFFFFF;
  font-size: 26px;
  font-weight: bold;
  text-align: center;
  line-height: 73px;
}

.box02_table {
  width: 100%;
  box-sizing: border-box;
  padding: 10px 8px 8px;
  background: linear-gradient(0deg, #FEE69D, #FBD27A);
  box-shadow: 0px 7px 43px 0px rgba(170, 16, 10, 0.67), 0px 3px 70px 0px rgba(202, 165, 98, 0.81);
}

.box02_table table {
  overflow: hidden;
  text-align: center;
  border-spacing: 0;
  width: 100%;
  border-radius: 11px;
  background: linear-gradient(0deg, #FEE69D);
  box-shadow: 0px 7px 43px 0px rgba(217, 155, 75, 0.67);
}

.box02_table td {
  height: 68px;
  color: #333333;
  font-size: 18px;
  border-right: 1px solid #E0A63E;
  border-top: 1px solid #E0A63E;
}

.box02_table tr:first-child td {
  border-top: 0;
}

.box02_table td:last-child {
  border-right: 0;
}

.box02_table td a {
  display: block;
  margin: 0 auto;
  width: 151px;
  height: 47px;
  line-height: 45px;
  background: url(../images/btn_bg.png) no-repeat center center;
  background-size: 100% 100%;
  font-size: 18px;
  color: #FFFFFF;

}

.region {
  display: flex;
  flex-wrap: wrap;
}

.region a {
  display: flex;
  width: 160px;
  height: 60px;
  background: linear-gradient(-90deg, #D92A1E, #DB2B1F);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  color: #FFF7E6;
  font-size: 20px;
  margin-right: 28px;
  margin-bottom: 20px;
  cursor: pointer;

}

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

.region a.active {
  color: #BC180D;
  background: linear-gradient(-90deg, #F4C587, #FFEBD0);
}

.tab_container {
  display: none;
}

.tab_container.active {
  display: block;
}

.tab_container h2 {
  color: #FFF7E6;
  font-size: 24px;
  margin-bottom: 47px;
  position: relative;
}

.tab_container h2::before {
  content: '';
  width: 52px;
  height: 2px;
  background: #F8D2A1;
  position: absolute;
  left: 0;
  bottom: -20px;
}

.tab_container p {
  color: #FFF7E6;
  font-size: 18px;
  margin-bottom: 18px;
}

.link_container {
  display: flex;
  align-items: center;
}

.tab_container span {
  margin-left: 130px;
  display: inline-block;
  vertical-align: middle;
}

.tab_container a {
  color: #FFF7E6;

}

.tab_container a.service {
  display: inline-block;
  width: 107px;
  height: 34px;
  background: linear-gradient(91deg, #FFDBA0, #F7D2A6);
  border-radius: 17px;
  vertical-align: middle;
  color: #BC180D;
  font-size: 18px;
  text-align: center;
  line-height: 34px;
  margin-left: 50px;
}

.box04_bottom {
  position: relative;
  box-sizing: border-box;
  padding-right: 140px;
}

.tab_container img {
  position: absolute;
  top: 0;
  right: 0;
  width: 137px;
  height: 137px;
  background: #FFFFFF;
}

@media only all and (max-width:1080px) {

  .banner {
    width: 100%;
    height: 18rem;
    background-size: auto 100%;
  }

  .txt_container {
    width: 100%;
  }

  .logo {
    width: 3.95rem;
    height: 2.525rem;
    left: 1.725rem;
    top: 0.65rem;
  }

  .txt01 {
    width: 90%;
    height: 8rem;
    top: 3.625rem;
    left: 50%;
    margin-left: -45%;
  }

  .light {
    width: 13.475rem;
    height: 3.725rem;
  }

  .light01 {
    top: 3.45rem;
    left: -2.2rem;
  }

  .light02 {
    top: 4.45rem;
    left: 1.8rem;
  }

  .light02 {
    top: 9rem;
    left: 0.8rem;
  }

  .light03 {
    top: 8.825rem;
    left: 7.425rem;
  }

  .txt03 {
    width: 100%;
    height: 4rem;
    top: 10rem;
    left: 50%;
    margin-left: -50%;
  }

  .sd_l {
    display: none;
  }

  .sd_r {
    display: none;
  }

  .box_container {
    background-size: 100% auto;
    padding-top: 2rem;
  }

  .title {
    width: 90%;
    height: 2.75rem;
    margin: 0 auto 0.8rem;
    padding-top: 0.35rem;
  }

  .title img {
    width: 2.425rem;
    height: 1.15rem;
  }

  .title .title_center {
    margin: 0 0.35rem;
  }

  .title_center h3 {
    font-size: 0.8rem;
  }

  .title_center p {
    font-size: 0.5rem;
  }

  .box_top {
    width: 100%;
    height: 0.45rem;
  }

  .box_out {
    border-radius: 0.625rem;
    padding: 0.525rem;
    margin-top: -0.1rem;
    margin-bottom: 1.75rem;
  }

  .box_inner {
    padding: 2.25rem 0.7rem 1.05rem;
    box-shadow: inset 0rem 0.075rem 1.75rem 0rem rgba(152, 6, 0, 0.81);
  }

  .box_light01 {
    top: -0.05rem;
    width: 90%;
    height: auto;
  }

  .box_light02 {
    top: 0.5rem;
    width: 90%;
    height: auto;
  }

  .box01_container {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 1rem;
  }

  .box01_item {
    width: 49%;
    height: 8.825rem;
    padding: 0 0.65rem;
    margin-bottom: .8rem;
  }

  .box01_item:first-child {
    margin-right: 2%;
  }

  .box01_title {
    width: 70%;
    height: auto;
    margin: -0.825rem auto .2rem;
  }

  .box01_line {
    margin-bottom: 0.2rem;
  }

  .box01_line img {
    width: 0.7rem;
    height: 0.7rem;
    margin-right: 0.4rem;
  }

  .box01_line p {
    font-size: 0.7rem;
  }

  .teacher {
    width: 100%;
    height: auto;
    margin: 0.825rem auto 0;
  }

  .table_th {
    border-radius: 0.75rem 0.75rem 0rem 0rem;
  }

  .table_th div {
    height: 1.825rem;
    font-size: 0.7rem;
    line-height: 1.825rem;
  }

  .box02_table {
    padding: 0.25rem 0.2rem 0.2rem;
    box-shadow: 0rem 0.175rem 1.075rem 0rem rgba(170, 16, 10, 0.67), 0rem 0.075rem 1.75rem 0rem rgba(202, 165, 98, 0.81);
  }

  .box02_table table {
    border-radius: 0.275rem;
    box-shadow: 0rem 0.175rem 1.075rem 0rem rgba(217, 155, 75, 0.67);
  }

  .box02_table td {
    height: 1.7rem;
    font-size: 0.6rem;
    border-right: 0.025rem solid #E0A63E;
    border-top: 0.025rem solid #E0A63E;
  }

  .box02_table td a {
    width: 3rem;
    height: 1.175rem;
    line-height: 1.125rem;
    font-size: 0.6rem;
  }

  .region a {
    width: 24%;
    height: 1.8rem;
    border-radius: 0.25rem;
    font-size: 0.7rem;
    margin-right: 1%;
    margin-bottom: 0.5rem;
  }

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

  .tab_container h2 {
    font-size: 0.8rem;
    margin-bottom: 1.175rem;
  }

  .tab_container h2::before {
    width: 1.3rem;
    height: 0.05rem;
    bottom: -0.5rem;
  }

  .tab_container p {
    font-size: 0.7rem;
    margin-bottom: 0.45rem;
  }

  .link_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .tab_container span {
    margin-left: 0;
  }

  .tab_container a.service {
    width: 3rem;
    height: 1rem;
    border-radius: 0.425rem;
    font-size: 0.6rem;
    line-height: 1rem;
    margin-left: .6rem;
  }

  .box04_bottom {
    padding-right: 3.5rem;
  }

  .tab_container img {
    position: static;
    top: auto;
    right: auto;
    width: 4rem;
    height: 4rem;
  }

}