.Q5_1 img {
  width: 100%;
}
.wMain {
  width: 1000px;
  margin: auto;
}
.p100 {
  padding-top: 100px;
}
.p100_ {
  padding-bottom: 100px;
}
.bgColor {
  background: -o-linear-gradient(top, #060507, #0d0025, #0d0025);
  background: -webkit-gradient(linear, left top, left bottom, from(#060507), color-stop(#0d0025), to(#0d0025));
  background: linear-gradient(to bottom, #060507, #0d0025, #0d0025);
  color: #fff;
}
.title_01 {
  color: #fff;
}
.title_01 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.title_01 .top div span {
  font-size: 60px;
  background: -o-linear-gradient(top, #fff, #000);
  background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#000));
  background: linear-gradient(to bottom, #fff, #000);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.title_01 .top em {
  margin: 0 8px;
  font-size: 60px;
  -webkit-transform: scaleX(0.5);
  -ms-transform: scaleX(0.5);
  transform: scaleX(0.5);
}
.title_01 .top p {
  font-size: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.title_01 .bot {
  font-size: 24px;
  letter-spacing: 5px;
  margin-top: 12px;
}
.m95 {
  margin-top: 95px;
}
.Q5_2 .box {
  position: relative;
}
.Q5_2 .box img {
  width: 100%;
}
.Q5_2 .box .orientation {
  position: absolute;
  left: 30px;
  top: 30px;
  color: #fff;
}
.Q5_2 .box .orientation .content1 {
  font-size: 28px;
}
.Q5_2 .box .orientation .content2 {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 40px;
}
.Q5_2 .box .orientation .content2 span {
  font-size: 12px;
  margin-top: 4px;
}
.Q5_2 .box .orientation1 {
  position: absolute;
  font-size: 20px;
  left: 70%;
  bottom: 40px;
  color: #fff;
}
.Q5_2 .box .orientation1 p {
  position: relative;
  line-height: 1.6;
}
.Q5_2 .box .orientation1 p::after {
  content: "";
  position: absolute;
  left: -16px;
  top: 13px;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #fff;
}
.Q5_2 .box1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 30px;
}
.Q5_2 .box1 .item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 auto;
  -ms-flex: 1 auto;
  flex: 1 auto;
  position: relative;
}
.Q5_2 .box1 .item img {
  width: 100%;
}
.Q5_2 .box1 .item .orientation {
  font-size: 20px;
  position: absolute;
  left: 30px;
  top: 12px;
  color: #fff;
}
.Q5_3 .box .item1 {
  position: relative;
}
.Q5_3 .box .item1 p {
  max-width: 700px;
}
.Q5_3 .box .item1 p img {
  width: 100%;
}
.Q5_3 .box .item1 .orientation {
  left: 33%;
  top: 18%;
  position: absolute;
  max-width: 330px;
}
.Q5_3 .box .item1 .orientation div {
  font-size: 24px;
}
.Q5_3 .box .item1 .orientation p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
}
.Q5_3 .box .item2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: -105px;
  position: relative;
}
.Q5_3 .box .item2 p {
  max-width: 700px;
}
.Q5_3 .box .item2 p img {
  width: 100%;
}
.Q5_3 .box .item2 .orientation {
  left: 33%;
  top: 24%;
  position: absolute;
  max-width: 280px;
}
.Q5_3 .box .item2 .orientation div {
  font-size: 24px;
}
.Q5_3 .box .item2 .orientation p {
  font-size: 15px;
  line-height: 1.5;
  margin-top: 15px;
}
.Q5_4 .box .h6 {
  font-size: 34px;
  position: relative;
  padding-bottom: 12px;
  overflow: hidden;
}
.Q5_4 .box .h6 p {
  position: absolute;
  left: -4px;
  bottom: 0px;
}
.Q5_4 .box .h6 p img {
  height: 26px;
}
.Q5_4 .box .item {
  margin-top: -210px;
  position: relative;
}
.Q5_4 .box .item img {
  width: 100%;
}
.Q5_4 .box .item .orientation {
  font-size: 28px;
  position: absolute;
  left: 30px;
  top: 73%;
}
.Q5_4 .box .item1 {
  padding: 0 90px;
}
.Q5_4 .box .item1 img {
  width: 100%;
}
.Q5_4 .box1 .h6 p {
  left: -45px;
}
.Q5_4 .box2 ul {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px 0;
}
.Q5_4 .box2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 30px;
  font-size: 20px;
  background: #372e49;
}
.Q5_4 .box2 ul li .left {
  width: 180px;
  font-weight: bold;
}
.Q5_4 .box2 ul li .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.Q5_5 .box .content1 {
  font-size: 24px;
  margin-top: 45px;
  line-height: 1.5;
}
.Q5_5 .box .content2 {
  text-align: center;
  margin-top: -100px;
  padding-left: 240px;
}
.Q5_5 .box .content2 img {
  width: 500px;
}
.Q5_6 .box img {
  max-width: 100%;
}
.Q5_6 .box1 {
  width: 600px;
  margin: auto;
  position: relative;
}
.Q5_6 .box1 img {
  max-width: 100%;
}
.Q5_6 .box1 .list .item {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: absolute;
  left: 0%;
  top: 0%;
}
.Q5_6 .box1 .list .item::after,
.Q5_6 .box1 .list .item::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.9);
}
.Q5_6 .box1 .list .item::after {
  -webkit-animation: big 1.6s infinite ease-in-out;
  animation: big 1.6s infinite ease-in-out;
}
.Q5_6 .box1 .list .item::before {
  -webkit-animation: big 1.6s 0.8s infinite ease-in-out;
  animation: big 1.6s 0.8s infinite ease-in-out;
}
.Q5_6 .box1 .list .item p {
  background: #474747;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  font-size: 32px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 2;
}
.Q5_6 .box1 .list .item span {
  position: absolute;
  white-space: nowrap;
  font-size: 18px;
  bottom: -45px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Q5_6 .box1 .list .item1 {
  top: 17%;
  left: -8%;
}
.Q5_6 .box1 .list .item2 {
  top: 17%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.Q5_6 .box1 .list .item3 {
  top: 17%;
  left: auto;
  right: -8%;
}
.Q5_6 .box1 .list .item4 {
  top: 60%;
  left: 29%;
}
.Q5_6 .box1 .list .item5 {
  top: 84%;
  left: 0%;
}
.Q5_6 .box1 .list .item6 {
  top: 84%;
  left: auto;
  right: 0%;
}
.Q5_7 .box {
  position: relative;
}
.Q5_7 .box .img img {
  width: 100%;
}
.Q5_7 .box .list .item {
  font-size: 28px;
  position: absolute;
  left: 0%;
  top: 5px;
}
.Q5_7 .box .list .item1 {
  left: 30px;
}
.Q5_7 .box .list .item2 {
  left: -webkit-calc(65.5%);
  left: calc(35.5% + 30px);
}
.Q5_7 .box .list .item3 {
  left: -webkit-calc(101%);
  left: calc(71% + 30px);
}
.Q5_7 .box .list .item4 {
  left: 30px;
  bottom: 5px;
  top: auto;
}
.Q5_7 .box .list .item5 {
  left: -webkit-calc(65.5%);
  left: calc(35.5% + 30px);
  bottom: 5px;
  top: auto;
}
.Q5_7 .box .list .item6 {
  left: -webkit-calc(101%);
  left: calc(71% + 30px);
  bottom: 5px;
  top: auto;
}
@-webkit-keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
@keyframes big {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  30% {
    opacity: 1;
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
    opacity: 0;
  }
}
.lpkphone {
  display: none;
}
.Q5_8 .box {
  letter-spacing: 5px;
  font-size: 22px;
  line-height: 1.5;
}
.Q5_8 .box1 {
  line-height: 1.8;
  font-size: 18px;
}
@media screen and (max-width: 1200px) {
  .lpkpc {
    display: none;
  }
  .lpkphone {
    display: block;
  }
  .wMain {
    width: 90vw;
  }
  .title_01 .top p {
    font-size: 30px;
  }
  .title_01 .top div span,
  .title_01 .top em {
    font-size: 40px;
  }
  .title_01 .bot {
    font-size: 16px;
    letter-spacing: 2px;
  }
  .Q5_4 .box .item1 {
    padding: 0;
  }
  .Q5_4 .box2 ul {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px 0;
  }
  .Q5_5 .box .content2 {
    margin-top: 0;
    padding-left: 0;
  }
  .Q5_6 .box1 {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    transform: scale(0.8);
    -webkit-transform-origin: center top;
    -ms-transform-origin: center top;
    transform-origin: center top;
  }
  .Q5_6 .p100_ {
    padding-bottom: 0;
  }
  .Q5_7 .box .list .item1 {
    left: 20px;
  }
  .Q5_7 .box .list .item2 {
    left: -webkit-calc(55.5%);
    left: calc(35.5% + 20px);
  }
  .Q5_7 .box .list .item3 {
    left: -webkit-calc(91%);
    left: calc(71% + 20px);
  }
  .Q5_7 .box .list .item4 {
    left: 20px;
    bottom: 5px;
    top: auto;
  }
  .Q5_7 .box .list .item5 {
    left: -webkit-calc(55.5%);
    left: calc(35.5% + 20px);
    bottom: 5px;
    top: auto;
  }
  .Q5_7 .box .list .item6 {
    left: -webkit-calc(91%);
    left: calc(71% + 20px);
    bottom: 5px;
    top: auto;
  }
  .m95 {
    margin-top: 65px;
  }
  .Q5_3 .box .item2 {
    margin-top: 0;
  }
  .Q5_3 .box .item1 .orientation {
    left: 38%;
  }
  .Q5_3 .box .item2 .orientation {
    left: 16%;
    max-width: 300px;
    top: 25%;
  }
  .Q5_4 .box .item {
    margin-top: -130px;
  }
  .Q5_4 .box1 .h6 p {
    left: -100px;
  }
  .Q5_4 .box .h6 p {
    left: -120px;
  }
  .Q5_2 .box1 .item .orientation {
    left: 20px;
    top: 10px;
  }
  .Q5_2 .box {
    overflow: hidden;
  }
  .Q5_2 .box img {
    width: 114%;
  }
  .Q5_2 .box .orientation1 {
    left: 75%;
  }
  .Q5_2 .box .orientation1 br {
    display: none;
  }
  .Q5_3 .box .item1 .orientation div,
  .Q5_3 .box .item2 .orientation div,
  .Q5_4 .box .h6,
  .Q5_2 .box .orientation .content1 {
    font-size: 22px;
  }
  .Q5_3 .box .item1 .orientation p,
  .Q5_3 .box .item2 .orientation p,
  .Q5_2 .box1 .item .orientation,
  .Q5_2 .box .orientation .content2,
  .Q5_2 .box .orientation1 {
    font-size: 16px;
  }
  .Q5_4 .box .item .orientation,
  .Q5_4 .box2 ul li,
  .Q5_5 .box .content1,
  .Q5_7 .box .list .item {
    font-size: 18px;
  }
  .Q5_2 .box .orientation .content2 {
    font-size: 16px;
    margin-top: 24px;
  }
  .Q5_2 .box .orientation {
    left: 20px;
  }
}
.br2 {
  display: none;
}
.Q5_2 .m95,
.Q5_3 .m95,
.Q5_7 .m95 {
  margin-top: 50px;
}
@media screen and (max-width: 699px) {
  .Q5_5 .box .content2 img {
    width: 70%;
  }
  .Q5_8 .box {
    letter-spacing: 2px;
    font-size: 16px;
  }
  .Q5_8 .box1 {
    font-size: 14px;
  }
  .title_01 .top p {
    font-size: 18px;
  }
  .title_01 .top div span,
  .title_01 .top em {
    font-size: 28px;
  }
  .title_01 .bot {
    font-size: 13px;
  }
  .p100 {
    padding-top: 70px;
  }
  .p100_ {
    padding-bottom: 70px;
  }
  .Q5_3 .box .item1 .orientation div,
  .Q5_3 .box .item2 .orientation div,
  .Q5_4 .box .h6,
  .Q5_2 .box .orientation .content1 {
    font-size: 15px;
  }
  .Q5_3 .box .item1 .orientation p,
  .Q5_3 .box .item2 .orientation p,
  .Q5_2 .box1 .item .orientation,
  .Q5_2 .box .orientation .content2,
  .Q5_2 .box .orientation1 {
    font-size: 12px;
  }
  .Q5_2 .box .orientation {
    left: 15px;
    top: 20px;
  }
  .Q5_2 .box .orientation .content2 {
    margin-top: 20px;
  }
  .Q5_2 .box .orientation1 {
    left: 60%;
    bottom: 15px;
  }
  .Q5_2 .box .orientation1 p::after {
    top: 5px;
  }
  .Q5_2 .box .orientation .content2 span {
    font-size: 10px;
    margin-top: 8.3rem;
    display: inline-block;
  }
  .br1 {
    display: none;
  }
  .br2 {
    display: block;
  }
  .Q5_3 .box .item1 .orientation {
    left: 5%;
    top: 30%;
    max-width: 60%;
  }
  .m95 {
    margin-top: 55px;
  }
  .Q5_3 .box .item2 .orientation {
    left: 47%;
    max-width: 50%;
    top: 24%;
  }
  .Q5_4 .box .item {
    margin-top: -60px;
  }
  .Q5_4 .box .item .orientation,
  .Q5_4 .box2 ul li,
  .Q5_5 .box .content1,
  .Q5_7 .box .list .item {
    font-size: 14px;
  }
  .Q5_4 .box .item .orientation {
    font-size: 12px;
  }
  .Q5_4 .box2 ul li .left {
    width: 140px;
  }
  .Q5_4 .box .item .orientation {
    left: 10px;
    top: 66%;
    line-height: 1.7;
    max-width: 54%;
  }
  .Q5_3 .box .item2 .orientation p,
  .Q5_3 .box .item1 .orientation p {
    margin-top: 10px;
  }
  .Q5_4 .box .h6 p img {
    height: 20px;
  }
  .Q5_4 .box .h6 p {
    left: -120px;
  }
  .Q5_4 .box1 .h6 p {
    left: -100px;
  }
  .Q5_5 .box .content1 {
    margin-top: 30px;
    line-height: 1.6;
  }
  .title_01 .bot {
    letter-spacing: 0;
  }
  .Q5_6 .box1 {
    width: 100%;
  }
  .Q5_6 .box1 .list .item {
    width: 60px;
    height: 60px;
  }
  .Q5_6 .box1 .list .item p {
    font-size: 20px;
  }
  .Q5_6 .box1 .list .item span {
    font-size: 12px;
    bottom: -30px;
  }
  .Q5_7 .box .list .item {
    top: 4px;
  }
  .Q5_7 .box .list .item1 {
    left: 5%;
  }
  .Q5_7 .box .list .item2 {
    left: 60%;
  }
  .Q5_7 .box .list .item3 {
    left: 5%;
    bottom: 6px;
    top: auto;
  }
  .Q5_7 .box .list .item4 {
    left: 5%;
    top: 61.3%;
  }
  .Q5_7 .box .list .item5 {
    left: 60%;
    top: 61.3%;
    bottom: auto;
  }
  .Q5_7 .box .list .item6 {
    left: 60%;
    bottom: 6px;
    top: auto;
  }
  .Q5_2 .box1 {
    margin-top: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    position: relative;
  }
  .Q5_2 .box1 .item {
    -webkit-box-flex: 1;
    -webkit-flex: 1 50%;
    -ms-flex: 1 50%;
    flex: 1 50%;
  }
  .Q5_2 .box1 .item3 {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 36%;
  }
  .Q5_2 .box1 .item .orientation {
    left: 10px;
  }
  .Q5_4 .box2 ul li {
    padding: 12px 20px;
  }
  .title_01 .bot {
    margin-top: 7px;
  }
  .Q5_2 .m95,
  .Q5_3 .m95,
  .Q5_7 .m95 {
    margin-top: 30px;
  }
}

.Q5_1 {
  position: relative;
}
.Q5_1 .content2 {
  position: absolute;
  left: 50%;
  transform: translateY(0%) translateX(-50%);
  bottom: 27%;
  height: 50px;
  width: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
}
.Q5_1 .content2::before {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: fades 5s linear infinite;
  border-radius: 50%;
}
.Q5_1 .content2::after {
  position: absolute;
  content: '';
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  animation: fades 5s 2s linear infinite;
  border-radius: 50%;
}
.Q5_1 .content2 p {
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  z-index: 2;
  cursor: pointer;
}
.Q5_1 .content2 p svg {
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%) scale(1.5);
  left: 50%;
}
@-webkit-keyframes fades {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
@keyframes fades {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  100% {
    opacity: 0.2;
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}
/*# sourceMappingURL=./lpk.css.map */
.wMain {
    width: 1000px;
    margin: auto;
}
.p100 {
    padding-top: 100px;
}
.p80 {
    padding-top: 80px;
}
.p100_ {
    padding-bottom: 100px;
}
.bgColor {
    background: -webkit-gradient(linear, left top, left bottom, from(#060507), color-stop(#0d0025), to(#0d0025));
    background: -o-linear-gradient(top, #060507, #0d0025, #0d0025);
    background: linear-gradient(to bottom, #060507, #0d0025, #0d0025);
    color: #fff;
}
.flex_center {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.t60 {
    margin-top: 40px;
}
.I7_01 .box {
    text-align: center;
    font-size: 46px;
    color: #000;
}
.I7_01 .box img {
    height: 70px;
}
.I7_01 .box1 {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.I7_01 .box1 .item {
    position: relative;
}
.I7_01 .box1 .item .img {
    overflow: hidden;
}
.I7_01 .box1 .item .img img {
    width: 100%;
    height: 504px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.I7_01 .box1 .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.I7_01 .box1 .item1 .pic {
    position: absolute;
    top: 50%;
    left: 32px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    height: 93%;
}
.I7_01 .box1 .item1 .pic img {
    height: 100%;
}
.I7_01 .box1 .item1 .posi {
    position: absolute;
    left: 32px;
    top: 48%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.I7_01 .box1 .item1 .posi em {
    font-size: 16px;
}
.I7_01 .box1 .item2 .posi {
    position: absolute;
    left: 32px;
    top: 32px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.I7_01 .box1 .item2 .posi em {
    font-size: 16px;
}
.I7_01 .box2 {
    background: #ededf2;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 40px 32px;
}
.I7_01 .box2 .left {
    color: #000;
    font-weight: bold;
}
.I7_01 .box2 .left .top {
    font-size: 30px;
}
.I7_01 .box2 .left .bot {
    font-size: 16px;
    margin-top: 4px;
}
.I7_01 .box2 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    padding-left: 40px;
}
.I7_01 .box2 .right img {
    width: 100%;
}
.I7_01 .box3 {
    margin: 20px 0 0 0;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
}
.I7_01 .box3 .item {
    position: relative;
    background: #ededf2;
}
.I7_01 .box3 .item .img {
    overflow: hidden;
    text-align: center;
}
.I7_01 .box3 .item .img img {
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    max-width: 100%;
    height: 464px;
}
.I7_01 .box3 .item .posi {
    position: absolute;
    left: 32px;
    top: 32px;
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.I7_01 .box3 .item .posi em {
    font-size: 16px;
}
.I7_01 .box3 .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.I7_01 .box4 {
    margin-top: 0;
    grid-template-columns: repeat(4, 1fr);
}
.I7_01 .box4 .item .img img {
    height: 136px;
}
.I7_01 .box4 .item .posi {
    left: 16px;
    top: 16px;
}
.I7_01 .box5 {
    margin-top: 20px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.I7_01 .box5 .img {
    overflow: hidden;
}
.I7_01 .box5 .img img {
    width: 100%;
    height: 472px;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
}
.I7_01 .box5 .left {
    width: 63%;
    padding-right: 20px;
}
.I7_01 .box5 .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}
.I7_01 .box5 .item {
    position: relative;
}
.I7_01 .box5 .item:hover .img img {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
}
.I7_01 .box5 .item .posi {
    position: absolute;
    left: 16px;
    top: 32px;
}
.I7_01 .box5 .item .posi .p1 {
    font-size: 30px;
    font-weight: bold;
    color: #000;
    line-height: 1;
}
.I7_01 .box5 .item .posi .p1 em {
    font-size: 16px;
}
.I7_01 .box5 .item .posi .p2 {
    font-size: 14px;
    margin-top: 8px;
    color: #666;
}
.I7_02 {
    background: #000;
    text-align: center;
}
.I7_02 .box {
    color: #cabfb1;
}
.I7_02 .box div {
    font-size: 50px;
    margin-bottom: 4px;
}
.I7_02 .box p {
    font-size: 30px;
}
.I7_02 .box1 {
    margin-top: 12px;
}
.I7_02 .box1 img {
    width: 80%;
}
.p50 {
    padding-top: 50px;
}
.I7_03 {
    background: #1c1c1c;
    text-align: center;
}
.I7_03 .box {
    background: #eeedf3;
    position: relative;
    padding: 50px 100px 80px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.I7_03 .box .bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 55%;
}
.I7_03 .box .bg img {
    width: 100%;
}
.I7_03 .box .content1 img {
    height: 60px;
}
.I7_03 .box .content2 .item {
    position: absolute;
}
.I7_03 .box .content2 .item .tu {
    position: relative;
    overflow: hidden;
}
.I7_03 .box .content2 .item .tu img {
    height: 42px;
    margin-left: -120px;
}
.I7_03 .box .content2 .item .tu p {
    position: absolute;
    right: 20px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    color: #fff;
}
.I7_03 .box .left {
    position: relative;
    z-index: 2;
    width: 50%;
}
.I7_03 .box .left .content1 {
    text-align: right;
}
.I7_03 .box .left .content2 {
    width: 80%;
    margin-top: 40px;
    position: relative;
}
.I7_03 .box .left .content2 .img img {
    width: 100%;
}
.I7_03 .box .left .content2 .item1 {
    left: 9.8%;
    top: 41%;
}
.I7_03 .box .left .content2 .item2 {
    bottom: 0;
    left: 9.8%;
}
.I7_03 .box .left .content2 .item3 {
    left: 54.5%;
    bottom: 0;
    -webkit-clip-path: polygon(0% 0%, 3% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 3% 100%, 100% 100%, 100% 0%);
}
.I7_03 .box .left .content2 .item3 .tu img {
    margin-left: -98px;
}
.I7_03 .box .right {
    width: 50%;
    padding-left: 5%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}
.I7_03 .box .right .content1 {
    text-align: left;
    padding-left: 10%;
}
.I7_03 .box .right .content2 {
    margin-top: 40px;
    position: relative;
}
.I7_03 .box .right .content2 .img img {
    width: 100%;
}
.I7_03 .box .right .content2 .item1 {
    left: 1px;
    top: 26%;
}
.I7_03 .box .right .content2 .item2 {
    left: 1px;
    top: 60%;
}
.I7_03 .box .right .content2 .item3 {
    left: 0;
    bottom: 0;
}
.I7_03 .box .right .content2 .item3 .tu img {
    margin-left: -74px;
}
.I7_03 .box .right .content2 .item4 {
    left: 44.6%;
    top: 26%;
    -webkit-clip-path: polygon(8% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(8% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.I7_03 .box .right .content2 .item5 {
    left: 38.8%;
    top: 60%;
    -webkit-clip-path: polygon(8% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(8% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.I7_03 .box .right .content2 .item6 {
    left: 46.6%;
    bottom: 0%;
    -webkit-clip-path: polygon(0% 0%, 10% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 10% 100%, 100% 100%, 100% 0%);
}
.I7_03 .wMain {
    position: relative;
    z-index: 3;
}
.I7_03 .img img {
    width: 80%;
}
.I7_03 .box1 {
    margin: 30px 0;
}
.I7_03 .box1 img {
    height: 10px;
    margin-top: -10px;
}
.I7_03 .box1 p {
    font-size: 30px;
    color: #fff;
}
.I7_03 .box2 {
    margin-bottom: 30px;
}
.I7_03 .box2 img {
    width: 80%;
}
.I7_03 .box3 {
    margin: 50px 0 0;
}
.I7_03 .box3 img {
    width: 70%;
}
.I7_04 {
    background: #1c1c1c;
}
.I7_04 .box {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
.I7_04 .box ul {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 6px 0;
}
.I7_04 .box ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 12px 30px;
    font-size: 16px;
    background: #383738;
}
.I7_04 .box ul li .left {
    width: 180px;
    color: #fff;
    display: flex;
    align-items: center;
}
.I7_04 .box ul li .right {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    color: #fff;
    opacity: 0.6;
}
@media screen and (min-width: 699px) {
    .I7_04 .box .ul2 li:last-child {
        padding: 28px 30px;
    }
}
.cbl_400 {
    position: fixed;
    right: 10px;
    bottom: 30%;
    z-index: 80;
}
.cbl_400 .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    border-radius: 10px;
    background: #007ee4;
}
.cbl_400 .box .left a {
    border-radius: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 60px;
    height: 60px;
    background: #007ee4;
}
.cbl_400 .box .left a img {
    width: 26px;
    margin: auto;
}
.cbl_400 .box .right {
    overflow: hidden;
    -webkit-transition: 0.4s;
    -o-transition: 0.4s;
    transition: 0.4s;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    width: 0;
}
.cbl_400 .box .right p {
    width: 124px;
    color: #fff;
    font-weight: bold;
    white-space: nowrap;
}
.cbl_400 .box:hover .right {
    width: 124px;
}
.I7_04 {
    margin-top: -1px;
}
.L7_1 .content2 {
    top: 57%;
}
.L7_1_en .content2 {
    top: 59%;
}
.I7_01_en .box2 .left {
    max-width: 300px;
}
.I7_01_en .box3 .item .posi em {
    font-size: 12px;
}
.I7_03_en .box .left {
    width: 49%;
}
.I7_03_en .box {
    padding: 50px 100px 50px;
}
.I7_03_en .box .content2 .item .tu img,
.I7_03_en .box .left .content2 .item3 .tu img {
    margin-left: -30px;
}
.I7_03_en .box .content2 .item2 .tu img {
    margin-left: -10px;
}
.I7_03_en .box .left .content2 .item1,
.I7_03_en .box .left .content2 .item2 {
    left: 0;
}
.I7_03_en .box .left .content2 .item3 {
    left: 54%;
    -webkit-clip-path: polygon(0% 0%, 2% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 2% 100%, 100% 100%, 100% 0%);
}
.I7_03_en .box .left .content2 .item1 {
    top: 45%;
}
.I7_03_en .box .right .content2 .item1,
.I7_03_en .box .right .content2 .item2,
.I7_03_en .box .right .content2 .item3 {
    left: 0;
}
.I7_03_en .box .right .content2 .item1,
.I7_03_en .box .right .content2 .item4 {
    top: 27.8%;
}
.I7_03_en .box .right .content2 .item2,
.I7_03_en .box .right .content2 .item5 {
    top: 61.6%;
}
.I7_03_en .box .right .content2 .item4 {
    left: 49%;
    -webkit-clip-path: polygon(4% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(4% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.I7_03_en .box .right .content2 .item5 {
    left: 42%;
    -webkit-clip-path: polygon(6% 0%, 0% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(6% 0%, 0% 100%, 100% 100%, 100% 0%);
}
.I7_03_en .box .right .content2 .item6 {
    left: 50.5%;
    -webkit-clip-path: polygon(0% 0%, 8% 100%, 100% 100%, 100% 0%);
    clip-path: polygon(0% 0%, 8% 100%, 100% 100%, 100% 0%);
}
.I7_03_en .box .content2 .item6.tu img {
    margin-left: -55px;
}
.I7_03_en .box .right .content2 .item1 .tu img {
    margin-left: -58px;
}
.I7_03_en .box .right .content2 .item2 .tu img {
    margin-left: -42px;
}
.I7_03_en .box .right .content2 .item3 .tu img {
    margin-left: -30px;
}
.I7_03_en .box .right .content2 .item6 .tu img {
    margin-left: -60px;
}
.I7_04_en .box ul li .left {
    width: 200px;
}
@media screen and (min-width: 699px) {
    .I7_04_en .box .ul2 li:last-child {
        padding: 8px 30px;
    }
}
@media screen and (max-width: 1680px) {
    .I7_03 .box .right .content2 .item1,
    .I7_03 .box .right .content2 .item4 {
        top: 25%;
    }
    .I7_03 .box .right .content2 .item2,
    .I7_03 .box .right .content2 .item5 {
        top: 59%;
    }
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 27%;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 61%;
    }
    .I7_03_en .box {
        padding: 50px 100px 46px;
    }
}
@media screen and (max-width: 1620px) {
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 26.7%;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 60.5%;
    }
}
@media screen and (max-width: 1520px) {
    .I7_03 .box .right .content2 .item1,
    .I7_03 .box .right .content2 .item4 {
        top: 24%;
    }
    .I7_03 .box .right .content2 .item2,
    .I7_03 .box .right .content2 .item5 {
        top: 58%;
    }
    .I7_03 .box .right .content2 .item6 {
        left: 46.2%;
    }
    .I7_03_en .box {
        padding: 50px 100px 30px;
    }
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 26%;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 59.8%;
    }
    .I7_03_en .box .right .content2 .item6 {
        left: 50%;
    }
}
@media screen and (max-width: 1400px) {
    .I7_03 .box .right .content2 .item1,
    .I7_03 .box .right .content2 .item4 {
        top: 23%;
    }
    .I7_03 .box .right .content2 .item2,
    .I7_03 .box .right .content2 .item5 {
        top: 57%;
    }
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 25.6%;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 59.3%;
    }
    .I7_03_en .box .content1 img {
        height: 50px;
    }
}
@media screen and (max-width: 1280px) {
    .I7_03 .box .right .content2 .item1,
    .I7_03 .box .right .content2 .item4 {
        top: 22.7%;
    }
    .I7_03 .box .right .content2 .item2,
    .I7_03 .box .right .content2 .item5 {
        top: 56.7%;
    }
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 25%;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 58.8%;
    }
    .I7_03_en .box .right .content2 .item3 .tu img {
        margin-left: -52px;
    }
    .I7_03_en .box .right .content2 .item3 .tu p {
        right: 10px;
    }
    .I7_03_en .box {
        padding: 50px 100px 27px;
    }
}
@media screen and (max-width: 1200px) {
    .I7_01 .box2 .left,
    .I7_03 .box .left,
    .I7_01 .box5 .left {
        width: 100%;
    }
    .I7_01 .box2 .right,
    .I7_03 .box .right,
    .I7_01 .box5 .right {
        width: 100%;
        margin-top: 30px;
        -webkit-box-flex: 1;
        -webkit-flex: 1 100%;
        -ms-flex: 1 100%;
        flex: 1 100%;
    }
    .I7_01 .box3,
    .I7_01 .box1,
    .I7_04 .box {
        grid-template-columns: repeat(1, 1fr);
    }
    .I7_01 .box1 .item .img img,
    .I7_01 .box4 .item .img img,
    .I7_01 .box5 .img img {
        height: auto;
    }
    .I7_01 .box4 {
        grid-template-columns: repeat(2, 1fr);
    }
    .I7_03 .box .bg,
    .I7_03 .box3 img,
    .I7_03 .box2 img,
    .I7_03 .box .left .content2,
    .I7_02 .box1 img {
        width: 100%;
    }
    .cbl_400 .box .right {
        display: none;
    }
    .wMain {
        width: 90vw;
    }
    .I7_03 .box .bg {
        display: none;
    }
    .I7_03 .box .left .content1 {
        text-align: left;
    }
    .I7_03 .box {
        padding: 70px 5vw 40px;
    }
    .I7_03 .box .right .content1 {
        padding-left: 0;
    }
    .I7_03 .box .right {
        margin-top: 60px;
    }
    .I7_03 .box .right .content2 .item1,
    .I7_03 .box .right .content2 .item4 {
        top: 25%;
    }
    .I7_03 .box .right .content2 .item2,
    .I7_03 .box .right .content2 .item5 {
        top: 59%;
    }
    .I7_02 .box div,
    .I7_01 .box {
        font-size: 40px;
    }
    .I7_02 .box p {
        font-size: 22px;
    }
    .I7_01 .box img {
        height: 60px;
    }
    .I7_01 .box5 .left {
        padding-right: 0;
    }
    .I7_03 .box .right,
    .I7_01 .box2 .right {
        padding-left: 0;
    }
    .L7_1_en .content2 {
        top: 27%;
    }
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 27.2%;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 61%;
    }
    .I7_04_en .box ul li .left {
        width: 280px;
    }
}
@media screen and (max-width: 699px) {
    .I7_02 .box div,
    .I7_01 .box {
        font-size: 22px;
    }
    .I7_01 .box img {
        height: 36px;
    }
    .p100_ {
        padding-bottom: 70px;
    }
    .p100 {
        padding-top: 70px;
    }
    .I7_01 .box2 .left .top,
    .I7_03 .box1 p {
        font-size: 20px;
    }
    .I7_01 .box1 .item2 .posi,
    .I7_01 .box1 .item1 .posi,
    .I7_01 .box3 .item .posi,
    .I7_01 .box5 .item .posi .p1 {
        font-size: 24px;
    }
    .I7_01 .box1 .item2 .posi,
    .I7_01 .box3 .item .posi {
        left: 16px;
    }
    .I7_01 .box2 .left .bot,
    .I7_01 .box3 .item .posi em,
    .I7_01 .box5 .item .posi .p1 em,
    .I7_02 .box p {
        font-size: 14px;
    }
    .I7_01 .box2 {
        padding: 32px 16px;
    }
    .p80 {
        padding-top: 40px;
    }
    .I7_01 .box4 {
        grid-template-columns: repeat(1, 1fr);
    }
    .I7_03 .box .content1 img {
        height: 40px;
    }
    .I7_03 .box .content2 .item .tu p {
        font-size: 12px;
    }
    .I7_03 .box .content2 .item .tu img {
        height: 30px;
        margin-left: -75px;
    }
    .I7_03 .box .left .content2 .item3 .tu img {
        margin-left: -60px;
    }
    .I7_03 .box .right .content2 .item3 .tu img {
        margin-left: -40px;
    }
    .I7_03 .box .right .content2 .item1,
    .I7_03 .box .right .content2 .item4 {
        top: 22%;
    }
    .I7_03 .box .right .content2 .item2,
    .I7_03 .box .right .content2 .item5 {
        top: 56.5%;
    }
    .I7_03 .box .right .content2 .item6 {
        left: 45.8%;
    }
    .I7_04 .box ul li {
        padding: 12px;
        font-size: 13px;
    }
    .cbl_400 {
        right: 4px;
    }
    .cbl_400 .box .left a {
        width: 42px;
        height: 42px;
        border-radius: 4px;
    }
    .cbl_400 .box .left a img {
        -webkit-transform: scale(0.6);
        -ms-transform: scale(0.6);
        transform: scale(0.6);
    }
    .I7_04 .box ul li .left {
        width: 140px;
    }
    .L7_1_en img,
    .L7_1 img {
        min-height: 300px;
        -o-object-fit: cover;
        object-fit: cover;
    }
    .Q5_1 {
        overflow: hidden;
    }
    .L7_1 .content2,
    .L7_1_en .content2 {
        top: 80%;
        left: 86%;
        -webkit-transform: scale(0.7);
        -ms-transform: scale(0.7);
        transform: scale(0.7);
    }
    .I7_03_en .box .content1 img {
        height: 32px;
    }
    .I7_03_en .box .left .content2 .item1 .tu img {
        margin-left: -10px;
    }
    .I7_03_en .box .left .content2 .item2 .tu img,
    .I7_03_en .box .left .content2 .item3 .tu img {
        margin-left: 0px;
    }
    .I7_03_en .box .right .content2 .item1,
    .I7_03_en .box .right .content2 .item4 {
        top: 24.9%;
    }
    .I7_03_en .box .right .content2 .item1 .tu img {
        margin-left: -35px;
    }
    .I7_03_en .box .right .content2 .item2 .tu img {
        margin-left: -20px;
    }
    .I7_03_en .box .right .content2 .item3 .tu img {
        margin-left: -70px;
    }
    .I7_03_en .box .right .content2 .item4 .tu img {
        margin-left: -16px;
    }
    .I7_03_en .box .right .content2 .item5 .tu img {
        margin-left: -10px;
    }
    .I7_03_en .box .right .content2 .item6 .tu img {
        margin-left: -34px;
    }
    .I7_03_en .box .right .content2 .item2,
    .I7_03_en .box .right .content2 .item5 {
        top: 58.7%;
    }
    .I7_03_en .box .right .content2 .item6 {
        left: 49%;
    }
    .I7_04_en .box ul li .left {
        width: 160px;
    }
}
/*# sourceMappingURL=./lpk.css.map */