.box {
  position: relative;
  overflow: hidden;
  background: url(../images/bj.png) no-repeat center 1686px;
}

.wrap {
  margin-bottom: 90px;
}

.banner {
  width: 100%;
  height: 1687px;
  background: url(../images/banner_bg.png) no-repeat top center;
}
.t_l {
  text-align: left;
}
.banner_container {
  position: relative;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding-top: 69px;
}

.txt01 {
  width: 526px;
  height: 98px;
  margin: 0 auto;
}

.txt02 {
  width: 1174px;
  height: 393px;
  margin: 17px auto 0;
}

.txt03 {
  width: 756px;
  height: 164px;
  margin: -20px auto 0;
}

.txt04_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 27px;
}

.txt04_container div {
  width: 215px;
  height: 136px;
  background: url(../images/txt04_bg.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
}

.title {
  margin: 0 auto -100px;
}

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

.box_bottom {
  width: 1148px;
  height: 87px;
  margin: 0 auto;
  background: url(../images/box_bottom.png) no-repeat center bottom;

}

.box_center {
  width: 1148px;
  height: auto;
  padding-top: 30px;
  margin: 0 auto;
  position: relative;
  background: url(../images/box_center.png) repeat-y center center;
}

.box02 .box_center {
  height: 450px;
}

.box01 {
  margin-top: -616px;
}

.video {
  width: 886px;
  height: 458px;
  background: #000000;
  border-radius: 14px;
  overflow: hidden;
  margin: 0 auto;
}

.sub_title {
  min-width: 450px;
  width: auto;
  height: 91px;
  border: 2px solid #FDD494;
  background: linear-gradient(-90deg, #E6A44D 0%, #F7DFB3 100%);
  box-shadow: 10px 19px 39px 7px rgba(190, 119, 73, 0.78);
  border-radius: 43px;
  color: #1F1E1B;
  font-size: 22px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  top: -119px;
  left: 50%;
  transform: translateX(-50%);
  padding: 0 10px;
}

.box02 h2 {
  width: 316px;
  height: 132px;
  background: url(../images/box02_txt.png) no-repeat center center;
  background-size: 100% 100%;
  color: #BB0000;
  font-size: 30px;
  box-sizing: border-box;
  padding-bottom: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  margin: 0 auto 13px;
}

.wenhao1 {
  margin: 0 auto;
}

.wh_container {
  position: absolute;
  color: #000000;
  font-size: 24px;
  text-align: center;
}

.wh_container img {
  margin: 0 auto;
}

.wh_container1 {
  top: 28%;
  left: 22%;
}

.wh_container2 {
  top: 48%;
  left: 16%;
  animation-delay: .4s;
}

.wh_container3 {
  top: 67%;
  left: 24%;
}

.wh_container4 {
  top: 87%;
  left: 35%;
  animation-delay: .4s;
}

.wh_container5 {
  top: 87%;
  left: 52%;
}

.wh_container6 {
  top: 67%;
  left: 65%;
  animation-delay: .4s;
}

.wh_container7 {
  top: 49%;
  left: 74%;
}

.wh_container8 {
  top: 28%;
  left: 68%;
  animation-delay: .4s;
}

.box03 .box_center,
.box05 .box_center,
.box06 .box_center {
  box-sizing: border-box;
  padding: 30px 82px 0;
}

.box07 .box_center {
  box-sizing: border-box;
  padding: 30px 43px 0 26px;
}

.box08 .box_center {
  box-sizing: border-box;
  padding: 30px 46px 0;
}

.box04 .box_center {
  box-sizing: border-box;
  padding: 30px 66px 0;
}

.box03_ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 26px;
}

.box03_ul li {
  cursor: pointer;
  width: 181px;
  height: 50px;
  border: 1px solid #FF0000;
  border-radius: 25px;
  margin: 0 8px;
  color: #C21A1B;
  font-size: 20px;
  text-align: center;
  line-height: 50px;
}

.box03_ul li.active {
  color: #FFFFFF;
  border: 1px solid transparent;
  background: linear-gradient(0deg, #BA161F, #F03003);
}

.box03_tab_item {
  display: none;
}

.box03_tab_item.active {
  display: block;
}

.box03_tab_item table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  background: #A7001E;
  border: 1px solid #FFFFFF;
  border-radius: 12px;
  color: #FFFFFF;
  font-size: 20px;
}

.box03_tab_item table td {
  height: 60px;
  border-right: 1px solid #FFFFFF;
  border-top: 1px solid #fff;
}

.box03_tab_item table td a {
  display: block;
  margin: 0 auto;
  width: 122px;
  height: 42px;
  background: linear-gradient(180deg, #FFF7DA, #FFBB72);
  border-radius: 21px;
  text-align: center;
  line-height: 42px;
  color: #A7001E;
  font-size: 23px;
}

.box03_tab_item table tr:nth-child(2) td:last-child {
  border-right: 0;
}

.box03_tab_item table tr:nth-child(1) td:last-child {
  border-right: 0;
}

.box03_tab_item table tr:first-child td {
  height: 45px;
  border-top: 0;
}

.table_p {
  color: #000000;
  font-size: 20px;
  text-align: center;
  margin-top: 20px;
}

.box04_container {
  display: flex;
  justify-content: center;
  align-items: center;
}

.box04_l {
  width: 371px;
  height: 334px;
  background: url(../images/box04_l.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 29px 10px 0;
  position: relative;
  z-index: 3;
}

.box04_l_ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.box04_l_ul li {
  width: 77px;
  height: 77px;
  background: url(../images/box04_l_item.png) no-repeat center center;
  background-size: 100% 100%;
  color: #830017;
  font-size: 20px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.3;
  cursor: pointer;
}

.box04_l_ul li.active {
  width: 76px;
  height: 89px;
  background: url(../images/box04_l_active.png) no-repeat center center;
  background-size: 100% 100%;
  color: #FFFFFF;
  box-sizing: border-box;
  padding-bottom: 10px;
}

.box04_l_item {
  display: none;
}

.box04_l_item.active {
  display: block;
}

.box04_l_tab {
  width: 344px;
  height: 185px;
  background: url(../images/box04_inner.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #000000;
  margin-top: 18px;
  font-size: 19px;
}

.box04_l_tab span {
  font-weight: bold;
}

.fangshe {
  margin-left: -60px;
}

.box04_r {
  width: 418px;
  height: 426px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-left: -30px;
  background: url(../images/box04_r.png) no-repeat center center;
}

.box04_r h2 {
  color: #F8D59E;
  font-size: 40px;
}

.box04_r01 {
  position: absolute;
  width: 68px;
  height: 68px;
  background: #830017;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  line-height: 68px;
  top: 39%;
  left: 0;
}

.box04_r_item {
  position: absolute;
  width: 68px;
  height: 68px;
  background: #830017;
  border-radius: 50%;
  color: #FFFFFF;
  font-size: 28px;
  text-align: center;
  line-height: 68px;
  cursor: pointer;
}

.box04_r02 {
  top: 0;
  left: 40%;
}

.box04_r03 {
  top: 39%;
  right: 0;
}

.box04_r04 {
  left: 42%;
  bottom: 2%;
}

.box04_r_item.active {
  width: 82px;
  height: 82px;
  background: #FF002D;
}

.box04_r_item img {
  display: none;
}

.box04_r_item.active img {
  display: block;
  margin: -10px auto 0;
}

.box04_r p {
  position: absolute;
  color: #000000;
  font-size: 22px;
}

.box04_txt1 {
  writing-mode: vertical-rl;
  left: 19%;
  top: 37%;
}

.box04_txt2 {
  left: 40%;
  top: 20%;
}

.box04_txt3 {
  writing-mode: vertical-rl;
  right: 17%;
  top: 37%;
}

.box04_txt4 {
  left: 40%;
  bottom: 20%;
}

.box04_bottom {
  display: flex;
  justify-content: flex-end;
}

.box04_b {
  width: 559px;
  height: 99px;
  background: url(../images/box04_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  align-items: center;
  box-sizing: border-box;
  padding: 0 19px;
}

.box04_b_l {
  width: 74px;
  height: 74px;
  background: #FF002D;
  border-radius: 50%;
  color: #F8D59E;
  font-size: 30px;
  text-align: center;
  line-height: 70px;
}

.box04_b_l img {

  display: block;
  margin: -17px auto 0;
}

.box04_b_r {
  flex: 1;
  margin-left: 19px;
}

.box04_b_r p {
  display: none;
  color: #FFFFFF;
  font-size: 16px;
}

.box04_b_r p.active {
  display: block;
}

.box05_container {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.box05_ul {
  width: 154px;
  margin-right: 53px;
}

.box05_ul li {
  width: 154px;
  height: 61px;
  background: #A7001E;
  border-radius: 22px;
  text-align: center;
  line-height: 61px;
  margin-bottom: 30px;
  cursor: pointer;
  color: #FFFFFF;
  font-size: 28px;
}

.box05_ul li:last-child {
  margin-bottom: 0;
}

.box05_ul li.active {
  color: #FAD9A5;
  background: #FF002D;
}

.box05_r {
  width: 723px;
  height: 434px;
  background: url(../images/box05_r.png) no-repeat center center;
  background-size: 100% 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  box-sizing: border-box;
  padding: 0 100px;
  color: #F6CF95;
  font-size: 26px;
  line-height: 1.2;
}

.box05_item {
  display: none;
}

.box05_item.active {
  display: block;
}

.teacher_list {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.teacher_item {
  width: 320px;
  text-align: center;
}

.teacher_item img {
  margin: 0 auto;
}

.teacher_item h3 {
  color: #CF4035;
  font-size: 28px;
  margin: 36px auto 24px;
}

.teacher_item p {
  color: #1F1E1B;
  font-size: 18px;
}

.box07_container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.box07_l {
  width: 788px;
}

.box07_l table {
  width: 100%;
  text-align: center;
  border-spacing: 0;
  background: #E82E2B;
}

.box07_l table td {
  color: #F7D096;
  font-size: 24px;
  height: 60px;
  border-right: 6px solid #F7D096;
  border-top: 6px solid #F7D096;
}

.box07_l table tr:first-child td:first-child {
  font-size: 34px;
  font-weight: bold;
}

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

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

.box07_l table tr:first-child td:nth-child(2) {
  font-size: 28px;
  font-weight: bold;
}

.box07_l table tr:not(first-child) td:nth-child(1) {
  font-size: 28px;
  font-weight: bold;
}

.box07_r {
  width: 273px;
}

.chilun {
  width: 273px;
  height: 273px;
  background: url(../images/chilun_bg.png) no-repeat center center;
  background-size: 100% 100%;
  position: relative;
}

.chilun1 {
  position: absolute;
  width: 147px;
  height: 145px;
  left: 35px;
  top: 14px;
  -webkit-animation: rotateImg 6s linear infinite;
}

.chilun2 {
  position: absolute;
  width: 106px;
  height: 104px;
  left: 129px;
  top: 144px;
  -webkit-animation: rotateImg 8s linear infinite;
}

@keyframes rotateImg {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

@-webkit-keyframes rotateImg {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

.slmk {
  width: 229px;
  height: 54px;
  background: #D10026;
  border-radius: 13px;
  color: #F7D096;
  font-size: 29px;
  text-align: center;
  line-height: 54px;
  margin: 20px auto 0;
}

.lc_img {
  width: 100%;
  height: auto;
  margin: 0 auto 56px;
}

.box08_b {
  display: flex;
  justify-content: space-around;
  align-items: center;
}

.box08_item h3 {
  width: 163px;
  height: 50px;
  background: #D17B00;
  border-radius: 7px;
  color: #FFFFFF;
  font-size: 22px;
  text-align: center;
  line-height: 50px;
  font-weight: normal;
  margin-bottom: 2px;
}

.box08_item:nth-child(2) h3 {
  background: #8A00D1;
}

.box08_item:nth-child(3) h3 {
  background: #D15900;
}

.box08_item:nth-child(4) h3 {
  background: #009DD1;
}

.box08_item:nth-child(5) h3 {
  background: #D1008A;
}

.box08_item div {
  width: 163px;
  height: 165px;
  background: url(../images/box08_bottom.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding: 20px 3px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.box08_item:last-child div {
  align-items: flex-start;
}

.box08_item p {
  color: #000000;
  font-size: 12px;
  line-height: 24px;
}

.box09 {
  height: 590px;
  box-sizing: border-box;
  padding-top: 81px;
  background: url(../images/province_bg.png) no-repeat center center;

}

.title09 {
  text-align: center;
  color: #FFD391;
  font-size: 58px;
  font-weight: bold;
  margin-bottom: 70px;
}

.region {
  width: 1116px;
  margin: 0 auto;
}

.region a {
  float: left;
  display: block;
  width: 120px;
  height: 53px;
  background: #BB382F;
  border-radius: 27px;
  box-sizing: border-box;
  margin-bottom: 29px;
  text-align: center;
  line-height: 55px;
  font-size: 25px;
  color: #FFD391;
  transition: all .3s linear;
  margin-right: 22px;
}

.region a:hover {
  transform: translateY(-8px);
}

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

.fix_container {
  position: fixed;
  z-index: 100;
  top: 20%;
  left: 0;
  width: 267px;
  height: 353px;
  background: url(../images/fix_bg.png) no-repeat center center;
  background-size: 100% 100%;
  box-sizing: border-box;
  padding-top: 150px;
  padding-left: 20px;
  display: none;
}

.fix_container a {
  display: block;
  width: 159px;
  height: 42px;
  border: 1px solid #FFFFFF;
  border-radius: 21px;
  margin: 13px auto 0;
  color: #FFFFFF;
  font-size: 20px;
  text-align: center;
  line-height: 42px;
}

.fix_container a:hover {
  border: 1px solid #D10026;
  color: #F7D096;
  background: #D10026;
}

.fixed_r {
  left: auto;
  right: 0;
}

.fixed_mask {
  position: fixed;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.5);
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.fixed_form {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 945px;
  height: 539px;
  background: url(../images/fix_mask.png) no-repeat center top;
  background-size: 100% auto;
  box-sizing: border-box;
  padding: 40px;
}

.fixed_close {
  cursor: pointer;
  position: absolute;
  right: -23px;
  top: -23px;
  width: 33px;
  height: auto;
  transition: all .4s ease;
}

.fixed_close:hover {
  transform: rotate(180deg);
}

#video02 {
  width: 100%;
  height: 100%;
  border-radius: 14px;
  overflow: hidden;
}

@media only all and (max-width:1080px) {
  .box {
    background: url(../images/bj.png) center 38rem;
    background-size: 100%;
  }

  .wrap {
    margin-bottom: 2.25rem;
  }

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

  .banner_container {
    width: 100%;
    padding-top: 1.725rem;
  }

  .txt01 {
    width: 13.15rem;
    height: 2.45rem;
  }

  .txt02 {
    width: 90%;
    height: auto;
    margin: 0.425rem auto 0;
  }

  .txt03 {
    width: 80%;
    height: auto;
    margin: -0.5rem auto 0;
  }

  .txt04_container {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 0.675rem;
  }

  .txt04_container div {
    width: 5.375rem;
    height: 3.4rem;
    font-size: 0.6rem;
    margin: .4rem .1rem;
  }

  .title {
    width: 90%;
    height: auto;
    margin: 0 auto -2.5rem;
  }

  .box_top {
    width: 100%;
    height: 2.075rem;
    background-position: center bottom;
    background-size: 100%;
  }

  .box_bottom {
    width: 100%;
    height: 2.175rem;
    background-position: center top;
    background-size: 100%;
  }

  .box_center {
    width: 100%;
    padding-top: 1.4rem;
    background-size: 100%;
  }

  .box02 .box_center {
    height: 11.25rem;
  }

  .box01 {
    margin-top: -15.4rem;
  }

  .video {
    width: 80%;
    height: 8rem;
    border-radius: 0.35rem;
  }

  .sub_title {
    min-width: 56%;
    width: 56%;
    height: 2rem;
    box-shadow: 0.25rem 0.475rem 0.975rem 0.175rem rgba(190, 119, 73, 0.78);
    border-radius: 1.075rem;
    font-size: 0.6rem;
    top: -1.6rem;
    padding: 0 0.25rem;
  }

  .box02 h2 {
    width: 7.9rem;
    height: 3.3rem;
    font-size: 0.7rem;
    padding-bottom: 0.5rem;
    margin: 0 auto 0.9rem;
  }

  .wenhao1 {
    width: 3.5rem;
    height: auto;
  }

  .wh_container {
    font-size: 0.6rem;
  }

  .wh_container img {
    width: .8rem;
    height: auto;
  }

  .box03 .box_center,
  .box05 .box_center,
  .box06 .box_center {
    padding: 0.75rem 6% 0;
  }

  .box07 .box_center {
    padding: 1.4rem 6% 0;
  }

  .box08 .box_center {
    padding: 1.4rem 6% 0;
  }

  .box04 .box_center {
    padding: 1.4rem 6% 0;
  }

  .box03_ul {
    margin-bottom: 0.65rem;
  }

  .box03_ul li {
    width: 4.525rem;
    height: 1.25rem;
    border-radius: 0.625rem;
    margin: 0 0.2rem;
    font-size: 0.5rem;
    line-height: 1.25rem;
  }

  .box03_tab_item table {
    border-radius: 0.3rem;
    font-size: 0.5rem;
  }

  .box03_tab_item table td {
    height: 1.5rem;
    border-right: 0.025rem solid #FFFFFF;
    border-top: 0.025rem solid #fff;
  }

  .box03_tab_item table td a {
    width: 3.05rem;
    height: 1.05rem;
    border-radius: 0.525rem;
    line-height: 1.05rem;
    font-size: 0.575rem;
  }



  .box03_tab_item table tr:first-child td {
    height: 1.125rem;
  }

  .table_p {
    font-size: 0.5rem;
    margin-top: 0.5rem;
  }

  .box04_container {
    flex-direction: column;
  }

  .box04_l {
    width: 100%;
    height: 12rem;
    padding: 0.725rem 0.25rem 0;
  }


  .box04_l_ul li {
    width: 3rem;
    height: 3rem;
    font-size: 0.7rem;
  }

  .box04_l_ul li.active {
    width: 3rem;
    height: 3.4rem;
    padding-bottom: 0.25rem;
  }



  .box04_l_tab {
    width: 100%;
    height: 7rem;
    padding: 0 0.3rem;
    margin-top: 0.45rem;
    font-size: 0.7rem;
  }

  .fangshe {
    margin-left: -1rem;
    transform: rotate(90deg);
    width: 7rem;
    margin-top: -6rem;
  }

  .box04_r {
    width: 10.45rem;
    height: 10.65rem;
    margin-left: -0;
    margin-top: -4rem;
    background-size: 100% 100%;
    margin-bottom: .8rem;
  }

  .box04_r h2 {
    font-size: 1rem;
  }

  .box04_r01 {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.7rem;
    line-height: 1.7rem;
  }

  .box04_r_item {
    width: 1.7rem;
    height: 1.7rem;
    font-size: 0.7rem;
    line-height: 1.7rem;
  }


  .box04_r_item.active {
    width: 2.05rem;
    height: 2.05rem;
  }

  .box04_r_item img {
    width: .4rem;
    height: auto;
  }

  .box04_r_item.active img {
    margin: -0.25rem auto 0;
  }

  .box04_r p {
    font-size: 0.55rem;
  }

  .box04_bottom {
    justify-content: center;
  }

  .box04_b {
    width: 100%;
    height: auto;
    min-height: 3rem;
    padding: .6rem 0.475rem;
  }

  .box04_b_l {
    width: 1.85rem;
    height: 1.85rem;
    font-size: 0.75rem;
    line-height: 1.75rem;
  }

  .box04_b_l img {
    width: .4rem;
    height: auto;
    margin: -0.425rem auto 0;
  }

  .box04_b_r {
    margin-left: 0.475rem;
  }

  .box04_b_r p {
    font-size: 0.65rem;
  }

  .box04_b_r p.active {
    display: block;
  }

  .box05_container {
    flex-direction: column;
    justify-content: center;
  }

  .box05_ul {
    width: 100%;
    margin-right: 0;
    flex-direction: row;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: .8rem;
  }

  .box05_ul li {
    width: 19%;
    height: 1.525rem;
    border-radius: 0.55rem;
    line-height: 1.525rem;
    margin-bottom: 0.75rem;
    font-size: 0.7rem;
  }

  .box05_ul li:last-child {
    margin-bottom: 0.75rem;
  }

  .box05_r {
    width: 100%;
    min-height: 10.85rem;
    height: auto;
    padding: .6rem 5%;
    font-size: 0.65rem;
    line-height: 1.025rem;
  }

  .teacher_list {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: .8rem;
  }

  .teacher_item {
    width: 50%;
    margin-bottom: .8rem;
  }

  .teacher_item img {
    width: 80%;
    height: auto;
  }

  .teacher_item h3 {
    font-size: 0.8rem;
    margin: 0.9rem auto 0.6rem;
  }

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

  .box07_container {
    flex-direction: column;
  }

  .box07_l {
    width: 100%;
  }



  .box07_l table td {
    font-size: 0.6rem;
    height: 1.5rem;
    border-right: 0.15rem solid #F7D096;
    border-top: 0.15rem solid #F7D096;
  }

  .box07_l table tr:first-child td:first-child {
    font-size: 0.85rem;
  }


  .box07_l table tr:first-child td:nth-child(2) {
    font-size: 0.7rem;
    font-weight: bold;
  }

  .box07_l table tr:not(first-child) td:nth-child(1) {
    font-size: 0.7rem;
  }

  .box07_r {
    width: 6.825rem;
    margin-top: .8rem;
  }

  .chilun {
    width: 6.825rem;
    height: 6.825rem;
  }

  .chilun1 {
    width: 3.675rem;
    height: 3.625rem;
    left: 0.875rem;
    top: 0.35rem;
  }

  .chilun2 {
    width: 2.65rem;
    height: 2.6rem;
    left: 3.225rem;
    top: 3.6rem;
  }

  .slmk {
    width: 5.725rem;
    height: 1.35rem;
    border-radius: 0.325rem;
    font-size: 0.725rem;
    line-height: 1.35rem;
    margin: 0.5rem auto 0;
  }

  .lc_img {
    width: 100%;
    margin: 0 auto 1.4rem;
  }

  .box08_b {
    flex-wrap: wrap;
  }

  .box08_item {
    margin-bottom: .8rem;
  }

  .box08_item h3 {
    width: 7rem;
    height: 1.5rem;
    border-radius: 0.175rem;
    font-size: 0.7rem;
    line-height: 1.5rem;
    margin-bottom: 0.05rem;
  }

  .box08_item div {
    width: 7rem;
    height: 6rem;
    padding: 0.5rem 0.4rem 0.4rem;
  }

  .box08_item:last-child div,
  .box08_item:last-child h3 {
    width: 9rem;

  }

  .box08_item p {
    font-size: 0.5rem;
    line-height: 0.9rem;
  }

  .box09 {
    height: auto;
    padding: 2rem 0;
    background-size: 100% 100%;
  }

  .box09 .wrap {
    margin-bottom: 0;
  }

  .title09 {
    font-size: 1rem;
    margin-bottom: 1rem;
  }

  .region {
    width: 100%;
  }

  .region a {
    width: 23.6%;
    height: 1.6rem;
    margin-right: 1%;
    margin-bottom: .4rem;
    line-height: 1.6rem;
    font-size: .7rem;
  }

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

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

  .fixed_form {
    width: 90%;
    height: 11rem;
    background-size: 100% 100%;
    padding: 1rem;
  }

  .fixed_close {
    right: -0.575rem;
    top: -0.575rem;
    width: 0.825rem;
  }

  #video02 {
    border-radius: 0.35rem;
  }
}