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

.banner {
  position: relative;
  width: 100%;
  height: 765px;
  background-image: url(../images/banner.png);
  background-repeat: no-repeat;
  background-position: center;
  text-align: center;
}

.txt01 {
  padding-top: 144px;
  padding-bottom: 34px;
  margin: 0 auto;
}

.txt02 {
  position: relative;
  margin: 0 auto;
}

.txt03 {
  position: relative;
}

.txt03 p {
  position: absolute;
  top: 80px;
  font-size: 30px;
  color: #fff;
  line-height: 65px;
}

.poa_txt01 {
  left: 276px;
}

.poa_txt02 {
  left: 548px;
}

.poa_txt03 {
  left: 834px;
}

.title {
  position: relative;
  display: table;
  margin: 0 auto;
  font-size: 70px;
}

.title::after, .title::before {
  content: '';
  position: absolute;
  top: 0;
  left: -46px;
  width: 66px;
  height: 67px;
  background-image: url(../images/title_l.png);
  background-repeat: no-repeat;
}

.title::before {
  top: auto;
  bottom: 0;
  left: auto;
  right: -34px;
  width: 51px;
  height: 61px;
  background-image: url(../images/title_r.png);
  background-repeat: no-repeat;
}

.title p {
  position: relative;
  z-index: 2;
  font-weight: 400;
}

.box01 {
  margin-top: 80px;
  padding-bottom: 70px;
}

.books {
  width: 100%;
  height: 643px;
  margin-top: 36px;
  background-image: url(../images/books.png);
  background-repeat: no-repeat;
  background-size: 100%;
}

.box01_title {
  width: 380px;
  height: 60px;
  border: 2px solid #000;
  border-radius: 40px;
  line-height: 60px;
  text-align: center;
  font-size: 36px;
}

.books_l {
  float: left;
  width: 500px;
  margin-top: 96px;
  margin-left: 96px;
}

.books_l ul {
  margin-top: 56px;
}

.books_l li {
  margin-left: 32px;
  margin-bottom: 30px;
  font-size: 24px;
}

.books_l img {
  float: left;
  margin-top: 6px;
  margin-right: 16px;
}

.books_r {
  float: left;
  width: 390px;
  margin-top: 96px;
  margin-left: 108px;
}

.books_r .box01_title {
  background-color: #fff;
}

.hide {
  display: none;
}

.input {
  width: 388px;
  height: 50px;
  margin-bottom: 12px;
  border-radius: 8px;
  background-color: #fff;
  border: none;
  outline: none;
  font-size: 18px;
  text-indent: 1em;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  box-shadow: 0 0 4px #ddd;
}

.input.active {
  position: absolute;
  top: 0;
  right: 0;
  width: 192px;
  height: 52px;
  background-color: #f83616;
  text-align: center;
  color: #fff;
  text-indent: 0;
}

.books_r .box01_title {
  margin-bottom: 50px;
}

.button {
  width: 388px;
  height: 70px;
  margin-top: 30px;
  border-radius: 40px;
  background-color: #d40c09;
  color: #fff;
  font-size: 30px;
  cursor: pointer;
  transition: opacity .5s ease;
}

.button:hover {
  opacity: .9;
}

.box02 {
  padding: 90px 0;
  background-color: #f73938;
}

.box02 .title {
  color: #fff;
}

.pos_list {
  position: relative;
  margin-top: 60px;
  height: 380px;
}

.pos_list li {
  position: absolute;
  height: 56px;
  padding: 0 40px;
  line-height: 56px;
  background-color: #feeceb;
  box-shadow: 0 0 2px #ddd;
  border-radius: 40px 40px 0 40px;
  font-size: 18px;
}

.pos_list li i {
  position: absolute;
  top: 50%;
  right: -6px;
  display: block;
  width: 10px;
  height: 10px;
  margin-top: -6px;
  border: 2px solid #f73938;
  border-radius: 50%;
  background-color: #fff;
}

.pos_list li i.active {
  right: auto;
  left: -6px;
}

.pos_list li.active {
  border-radius: 40px 40px 40px 0;
}

.pos_list01 {
  top: 0;
  left: 360px;
}

.pos_list02 {
  top: 104px;
  left: 200px;
}

.pos_list03 {
  top: 104px;
  right: 100px;
}

.pos_list04 {
  top: 190px;
  right: 200px;
}

.pos_list05 {
  top: 227px;
  left: 250px;
}

.pos_list06 {
  top: 320px;
  left: 405px;
}

.box03 {
  padding-top: 76px;
  padding-bottom: 60px;
}

#Slide1 {
  position: relative;
}

.zy-Slide ul {
  position: relative;
  width: 950px;
  height: 560px;
  margin: 44px auto 0 auto;
  padding: 0;
}

.zy-Slide li {
  position: absolute;
  list-style: none;
  width: 0;
  height: 0;
  top: 146px;
  left: 377px;
  z-index: 0;
  cursor: pointer;
  margin: 0;
  padding: 0;
}

.zy-Slide li img {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}

.zy-Slide section:nth-child(1), .zy-Slide section:nth-child(2) {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  width: 56px;
  height: 56px;
  background-image: url("../images/arrow.png");
}

.zy-Slide section:nth-child(1) {
  left: 0;
}

.zy-Slide section:nth-child(2) {
  right: 0;
  transform: rotate(180deg);
}

#pic {
  display: none;
}

.region {
  margin-top: 50px;
}

.region a {
  float: left;
  width: 140px;
  height: 52px;
  margin-right: 36px;
  margin-bottom: 16px;
  background-color: #f73938;
  line-height: 52px;
  text-align: center;
  border-radius: 8px;
  color: #fefcfc;
  transition: opacity .5s ease;
  font-size: 18px;
}

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

.region a:hover {
  opacity: .9;
}

.box05 {
  margin-top: 80px;
}

.rec_wrap {
  margin-top: 60px;
  padding-bottom: 70px;
}

.rec_wrap a {
  float: left;
  width: 384px;
  height: 242px;
  margin-right: 24px;
  overflow: hidden;
}

.rec_wrap a:hover img {
  transform: scale(1.05);
}

.rec_wrap a img {
  width: 100%;
  height: 100%;
  transition: transform .5s ease;
}

.rec_wrap a:last-child {
  margin-right: 0;
}

.footer {
  background-color: #f73938;
}

@media only all and (max-width:1080px) {
  .banner {
    height: 11.125rem;
    background-size: auto 100%;
  }

  .txt01 {
    width: 12rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
  }

  .txt02 {
    width: 16rem;
  }

  .txt03 p {
    top: 1.3rem;
    font-size: .15rem;
    line-height: 1rem;
  }

  .poa_txt01 {
    left: 4.2rem;
  }

  .poa_txt02 {
    left: 8.2rem;
  }

  .poa_txt03 {
    left: 12.2rem;
  }

  .box01 {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .title {
    font-size: 1.2rem;
  }

  .title::after, .title::before {
    left: -1.2rem;
    width: 1.65rem;
    height: 2rem;
    background-size: 100%;
  }

  .title::before {
    top: auto;
    bottom: 0;
    left: auto;
    right: -1.2rem;
  }

  .books {
    height: auto;
    margin-top: 1rem;
    background-image: none;
  }

  .books_l {
    float: none;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
  }

  .box01_title {
    width: 9.5rem;
    height: 1.5rem;
    margin: 0 auto;
    border-radius: 1rem;
    line-height: 1.5rem;
    font-size: .9rem;
    border-width: 1px;
  }

  .books_l ul {
    margin-top: 1rem;
  }

  .books_l img {
    width: 1rem;
    margin-top: 0;
    margin-right: .4rem;
  }

  .books_l li {
    margin-left: .8rem;
    margin-bottom: .5rem;
    font-size: .8rem;
  }

  .books_r {
    float: none;
    width: 100%;
    margin-top: 1rem;
    margin-left: 0;
  }

  .books_r .box01_title {
    margin-bottom: 1rem;
  }

  .input {
    display: block;
    width: 80%;
    height: 2rem;
    margin: 0 auto .5rem auto;
    border-radius: .2rem;
    font-size: .8rem;
    text-indent: 1em;
  }

  .input.active {
    right: 10%;
    width: 40%;
    height: 2.1rem;
  }

  .button {
    display: block;
    width: 80%;
    height: 2rem;
    margin: 1rem auto 0 auto;
    border-radius: 1rem;
    font-size: .8rem;
  }

  .box02 {
    padding: 1.5rem 0;
  }

  .pos_list {
    margin-top: 1rem;
    height: auto;
  }

  .pos_list li {
    position: static;
    height: 1.8rem;
    padding: 0 1rem;
    margin-bottom: .5rem;
    line-height: 1.8rem;
    border-radius: 1rem 1rem 0 1rem;
    font-size: .75rem;
  }

  .pos_list li.active {
    border-radius: 1rem 1rem 1rem 0;
  }

  .pos_list li i {
    display: none;
  }

  .box03 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  #Slide1 {
    display: none;
  }

  #pic {
    display: block;
    position: relative;
    overflow: hidden;
    height: 14rem;
    width: 100%;
    margin: 1rem auto;
  }

  #pic ul {
    width: 15rem;
    height: 100%;
    position: absolute;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
  }

  #pic li {
    position: absolute;
  }

  #pic .pic1 {
    top: 1.437rem;
    left: 0;
    z-index: 3;
    opacity: 0.9;
  }

  #pic .pic2 {
    top: 0;
    left: 4rem;
    z-index: 4;
    opacity: 1;
  }

  #pic .pic3 {
    top: 1.437rem;
    left: 9.5rem;
    z-index: 3;
    opacity: 0.9;
  }

  #pic .pic4 {
    top: 1.437rem;
    left: 9.5rem;
    z-index: 2;
    opacity: 0;
  }

  #pic .pic5 {
    top: 1.437rem;
    left: 9.5rem;
    z-index: 1;
    opacity: 0;
  }

  #pic .pic2 img {
    width: 7rem;
  }

  #pic .pic1 img,
  #pic .pic3 img,
  #pic .pic4 img,
  #pic .pic5 img {
    width: 5.5rem;
  }

  #pic span {
    display: block;
    width: 1rem;
    height: 1rem;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 30;
    box-shadow: 0 0 .2rem rgba(0, 0, 0, .1);
    background-size: 100%;
    border-radius: 100%;
    background-image: url("../images/arrow.png");
  }

  #pic span.prev {
    left: .2rem;
  }

  #pic span.next {
    right: .2rem;
    transform: rotate(-180deg);
  }

  .region {
    margin-top: 1rem;
  }

  .region a {
    width: 19.2%;
    height: 1.5rem;
    margin-right: 1%;
    margin-bottom: .5rem;
    line-height: 1.5rem;
    border-radius: .2rem;
    font-size: .75rem;
  }

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

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

  .box05 {
    margin-top: 1rem;
  }

  .rec_wrap {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .rec_wrap a {
    width: 49%;
    height: 6rem;
    margin-bottom: .5rem;
    margin-right: 2%;
  }

  .rec_wrap a:nth-child(2) {
    margin-right: 0;
  }

  .rec_wrap a:nth-child(3) {
    margin-left: 4.5rem;
  }
}
