.allweb {
  position: relative;
  width: 100%;
  background-color: #850303;
}
.head {
  position: relative;
  width: 90%;
  padding-bottom: 47%;
  margin: 0 auto;
}
.hall {
  width: 100%;
  background: url(../images/bg.jpg) no-repeat;
  background-size: 100% auto;
  height: 100vh;
}
.hlbox {
  position: absolute;
  right: 10%;
  top: 42%;
  width: 18%;
}
.hrbox {
  position: absolute;
  width: 19%;
  top: 42%;
  left: 10%;
}
.hmbox {
  position: absolute;
  width: 36%;
  left: 50%;
  margin-left: -18%;
  top: 5%;
}
.hmta {
  width: 85%;
  margin: 5% auto 0 auto;
}
.hmtb {
  width: 50%;
  margin: 3% 0 0 8%;
}
.hmtc {
  position: absolute;
  width: 30%;
  bottom: -2%;
  right: 8%;
}
.btbox {
  width: 100%;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: center;
  top: 100%;
}
.btx {
  position: relative;
  margin: 0 1%;
}

.albt {
  position: absolute;
  width: 40%;
  left: 50%;
  margin-left: -20%;
  bottom: 17%;
}
.btlink {
  position: absolute;
  width: 268px;
  bottom: 3%;
  left: 50%;
  margin-left: -134px;
}
.content {
  position: relative;

  width: 100%;
  background-color: rgb(92, 2, 2);
}
.contl {
  width: 100%;
  background: url("../images/tlbbg.png");
  background-size: 100%;
  background-color: rgb(92, 2, 2);
}
.contl2 {
  width: 100%;
  background-color: rgb(92, 2, 2);
}
.ctlbox {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.ctlbox2 {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 200px;
}
.conc {
  width: 100%;
}
.cntla {
  width: 60%;
  margin: 0 auto;
  text-align: center;
  color: #fff;
  font-size: 3em;
  font-weight: 600;
}
.cntlb {
  font-size: 1.3em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: rgb(0, 0, 0);
  font-weight: 600;
}
.cntlc {
  font-size: 2em;
  width: 80%;
  margin: 0 auto;
  text-align: center;
  color: rgb(255, 115, 0);
  font-weight: 600;
  letter-spacing: 10px;
}
.hlbox img,
.hrbox img,
.hmbox img,
.btx img,
.btlink img,
.gatgo img {
  width: 100%;
}
.han {
  position: absolute;
  width: 40%;
  bottom: 0;
  right: 0;
}
.han img {
  width: 100%;
}
.btx:hover .han {
  animation: shakeY 1s ease;
  animation-fill-mode: forwards;
  -webkit-animation: shakeY 1s ease;
  -webkit-animation-fill-mode: forwards;
}
@-webkit-keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}
@keyframes shakeY {
  from,
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translate3d(0, 5px, 0);
    transform: translate3d(0, 5px, 0);
  }
}

.circle li {
  list-style-type: square;
  list-style-position: outside;
  margin-left: 20px;
}
.impbox {
  width: 60%;
  margin: 0 auto;
  font-size: 1.3em;
  color: #e58559;
  letter-spacing: 2px;
  list-style-type: decimal;
}
.imptl {
  font-weight: 600;
  font-size: 1.5em;
}
.nb li {
  list-style-type: decimal;
  list-style-position: Inside;
  padding-bottom: 10px;
}
.gatgo {
  position: fixed;
  width: 80px;
  height: 80px;
  right: 1%;
  bottom: 15%;
  z-index: 10;
}
.lobox {
  width: 180px;
  position: absolute;
  right: 2%;
  top: 4%;
}
.lobox img {
  width: 100%;
}
.hrbox:hover,
.hlbox:hover,
.btx:hover,
.btlink:hover,
.gatgo:hover {
  transform: scale(0.98);
  transition: all 0.3s ease 0s;
  -moz-transition: all 0.3s ease 0s;
  -webkit-transition: all 0.3s ease 0s;
  filter: brightness(1.1);
  cursor: pointer;
}
.a3 {
  position: absolute;
  top: 19%;
}
.a4 {
  position: absolute;
  top: 19%;
}
@media only screen and (max-width: 1200px) {
  .btlink {
    width: 16%;
    margin-left: -8%;
  }
  .albt {
    bottom: 12%;
  }
  .btbox {
    margin-top: 10%;
  }
  .head {
    width: 98%;
  }
  .tdbox,
  .tdbox2 {
    width: 90%;
  }
  .impbox {
    width: 85%;
  }
  .lobox {
    width: 120px;
    position: absolute;
    right: 1%;
    top: 2%;
  }
}
@media only screen and (max-width: 800px) {
  .a3 {
    position: absolute;
    top: 16%;
  }
  .a4 {
    position: absolute;
    top: 16%;
  }
}
@media only screen and (max-width: 560px) {
  td {
    padding: 7px;
  }
  .tdbox2 {
    letter-spacing: 0px;
  }
  .tdbox {
    letter-spacing: 0px;
  }

  .a3 {
    position: relative;
  }
  .a4 {
    position: relative;
  }
  .lobox {
    width: 25%;
    position: absolute;
    right: 3%;
    top: 0.2%;
  }
  .gatgo {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 1%;
    bottom: 15%;
  }
  .tdbox,
  .tdbox2 {
    padding: 1em;
    width: 98%;
  }
  .ctlbox {
    height: 150px;
  }
  .cntla {
    width: 90%;
    font-size: 2em;
  }
  .cntlb {
    width: 85%;
  }
  .btlink {
    position: relative;
    width: 55%;
    left: 0;
    margin: 5% auto 0 auto;
    display: block;
  }
  .head {
    width: 100%;
    height: auto;
    padding-bottom: 5%;
  }
  .hmtb {
    width: 80%;
    margin: 0.5em auto;
  }
  .hmtc {
    position: relative;
    width: 60%;
    margin: 0.5em auto;
    right: 0;
    bottom: 0;
  }
  .albt {
    position: relative;
    width: 100%;
    left: 0;
    margin: 0 auto;
  }

  .hrbox {
    position: relative;
    width: 60%;
    left: 0;
    margin: 0 auto;
    margin-top: 5%;
  }
  .hlbox {
    position: relative;
    width: 60%;
    left: 0;
    margin: 0 auto;
    margin-top: 5%;
  }
  .hmbox {
    position: relative;
    width: 75%;
    left: 0;
    top: 0;
    padding-top: 15%;
    margin: 0 auto;
  }
  .hall {
    position: relative;
    width: 100%;
    background: url(../images/mbbg.jpg) no-repeat;
    background-size: 100% auto;
    height: auto;
    background-color: #850303;
  }
}
