/*reset*/
@import url("iconfont.css");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, menu, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, main, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section {
  display: block;
}

*[hidden] {
  display: none;
}

* {
  outline: none;
}

body {
  line-height: 1;
}

h1, h2, h3, h4, h5 {
  font-weight: normal;
}

menu, ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*main*/
@font-face {
  font-family: Ping;
  src: url("../fonts/SourceHanSansCN-Regular.otf");
}

@font-face {
  font-family: Sport;
  src: url("../fonts/SFSportsNightNS.ttf");
}

body {
  font-family: Ping;
}

:root {
  --theme-color: #c9151d;
  --sub-color: #0793ff;
  --text-lv1: #000000;
  --text-lv2: #666666;
  --text-lv3: #999999;
  --text-lv4: #f5f5f5;
  --text-lv5: #ffffff;
}

::-webkit-scrollbar {
  width: 3px;
  height: 3px;
  background-color: transparent;
}

::-webkit-scrollbar-track {
  background-color: transparent;
}

::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background-color: var(--theme-color);
}

::-webkit-scrollbar-corner {
  background-color: transparent;
}

/*index*/
.header {
  display: flex;
  position: absolute;
  z-index: 999;
  width: 100%;
  top: 0;
  transition: all 0.3s ease 0s;
}

.header .brand {
  margin-right: auto;
}

.header .brand > img {
  display: block;
}

.header .nav {
  display: flex;
}

.header .nav li {
  position: relative;
  line-height: 80px;
  transition: all 0.3s ease 0s;
}

.header .nav li:hover, .header .nav li.on {
  background-color: var(--theme-color);
}

.header .nav li a {
  display: block;
  font-size: 18px;
  color: var(--text-lv5);
  padding: 0 30px;
}

.header .nav li .dropdown {
  position: absolute;
  top: 80px;
  left: 0;
  min-width: 200px;
  background-color: var(--text-lv4);
  transform: translateY(30px);
  opacity: 0;
  pointer-events: none;
  z-index: -1;
  transition: all 0.3s ease 0s;
  padding: 10px 0;
}

.header .nav li .dropdown .item {
  line-height: 40px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.header .nav li .dropdown .item:hover {
  background: none;
}

.header .nav li .dropdown .item:last-child {
  border-bottom: none;
}

.header .nav li .dropdown .item a {
  font-size: 14px;
  text-align: center;
  color: var(--color-lv1);
}

.header .nav li .dropdown .item a span {
  position: relative;
}

.header .nav li .dropdown .item a span::after {
  position: absolute;
  content: '';
  width: 0;
  left: 50%;
  transform: translateX(-50%);
  bottom: -5px;
  height: 1px;
  background-color: var(--theme-color);
  transition: all 0.3s ease 0s;
}

.header .nav li .dropdown .item a img {
  transition: all 0.3s ease 0s;
}

.header .nav li .dropdown .item a:hover span::after {
  width: 100%;
}

.header .nav li .dropdown .item a:hover img {
  transform: scale(1.1);
}

.header .nav li .dropdown .item a p {
  line-height: 20px;
}

.header .nav li:hover .dropdown {
  pointer-events: all;
  z-index: 9999;
  opacity: 1;
  transform: translateY(0);
}

.header .nav li.widthsub {
  position: static;
}

.header .nav li.widthsub .dropdown {
  padding: 30px 0;
}

.header .nav li.widthsub .dropdown .inbox {
  display: flex;
  flex-wrap: wrap;
}

.header .nav li.widthsub .dropdown .inbox .item {
  width: 25%;
  border-bottom: none;
}

.header .nav li.widthsub .dropdown .inbox .item a img {
  max-width: 100%;
}

.header .language {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.header .language a {
  font-size: 18px;
  color: var(--text-lv5);
  transition: all 0.3s ease 0s;
  padding-right: 20px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}

.header .language a .iconfont {
  margin-right: 10px;
  font-size: 20px;
}

.header .language a:hover {
  color: var(--theme-color);
}

.header .mtel {
  display: flex;
  align-items: center;
  margin: 0 40px 0 20px;
}

.header .mtel a {
  color: var(--theme-color);
}

.header .mtel a .iconfont {
  margin-right: 10px;
  font-size: 20px;
}

.header.inheader {
  position: static;
  background-color: var(--text-lv1);
}

.header.stick {
  position: fixed;
  top: 0;
  background-color: rgba(0, 0, 0, 0.5);
}

.header:hover {
  background-color: var(--text-lv1);
}

@media screen and (max-width: 1660px) {
  .header .nav li a {
    font-size: 16px;
    padding: 0 15px;
  }
  .header .language {
    margin-left: 20px;
  }
  .header .language a {
    font-size: 16px;
  }
  .header .mtel {
    margin-right: 20px;
  }
}

.banner {
  width: 100%;
}

.banner .swiper-slide {
  display: flex;
  justify-content: center;
}

.banner .swiper-slide img {
  display: block;
  max-width: 100%;
}

.banner .swiper-slide video {
  max-width: 100%;
}

.banner .banner-pagination {
  bottom: 130px;
}

.banner .banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  background: var(--text-lv5);
  width: 100px;
  border-radius: 0;
  height: 1px;
  margin: 0 !important;
}

.banner .banner-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color);
  height: 7px;
  transform: translateY(3px);
}

.banner .banner-button-next, .banner .banner-button-prev {
  border-color: var(--text-lv5);
  font-weight: bold;
}

.banner .banner-button-next::after, .banner .banner-button-prev::after {
  color: var(--text-lv5);
}

.banner .banner-button-next {
  right: 40px;
}

.banner .banner-button-prev {
  left: 40px;
}

.banner .mouse {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.common-button-next, .common-button-prev {
  width: 40px;
  height: 40px;
  border-width: 1px;
  border-style: solid;
}

.common-button-next::after, .common-button-prev::after {
  font-size: 20px;
  color: var(--text-lv5);
}

.mouse {
  width: 26px;
  height: 40px;
  border-radius: 15px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  position: absolute;
  overflow: hidden;
  z-index: 1;
}

.mouse .roll {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 8px;
  border-radius: 2px;
  background: var(--text-lv5);
  -webkit-animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  z-index: 2;
}

.mouse .rollshadow {
  position: absolute;
  top: 8px;
  left: 50%;
  margin-left: -1px;
  width: 2px;
  height: 8px;
  background: var(--theme-color);
  border-radius: 2px;
  -webkit-animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  animation: mouseScroll 0.8s cubic-bezier(0.7, 0, 0.3, 1) infinite alternate;
  -webkit-animation-delay: 80ms;
  animation-delay: 80ms;
  z-index: 1;
}

@-webkit-keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

@keyframes mouseScroll {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(14px);
    transform: translateY(14px);
  }
}

.outbox {
  width: 100%;
  padding-top: 100px;
  padding-bottom: 100px;
}

.outbox.int {
  padding-bottom: 0;
  text-align: center;
}

.inbox {
  width: 1400px;
  margin: 0 auto;
}

.inbox.search {
  display: flex;
  align-items: flex-end;
}

.inbox.search .text {
  margin-right: auto;
}

.inbox.search .searchbox {
  display: flex;
  height: 60px;
}

.inbox.search .searchbox input[name="keyword"] {
  color: var(--text-lv5);
  font-size: 16px;
  font-family: Ping;
  letter-spacing: .5px;
  padding: 0 40px;
  background: rgba(0, 0, 0, 0.5);
  border: none;
  border-top-left-radius: 30px;
  border-bottom-left-radius: 30px;
  min-width: 500px;
  backdrop-filter: blur(0);
  transition: all 0.3s ease 0s;
}

.inbox.search .searchbox input[name="keyword"]::placeholder {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s ease 0s;
}

.inbox.search .searchbox input[name="keyword"]:focus {
  backdrop-filter: blur(5px);
}

.inbox.search .searchbox input[name="keyword"]:focus::placeholder {
  color: white;
}

.inbox.search .searchbox button {
  background-color: var(--theme-color);
  color: var(--text-lv5);
  font-size: 18px;
  border: none;
  padding: 0 30px;
  border-top-right-radius: 30px;
  border-bottom-right-radius: 30px;
  cursor: pointer;
}

.searchnodata {
  width: 100%;
  color: var(--text-lv1);
  padding: 200px 40px 40px;
  line-height: 20px;
  font-size: 18px;
}

.itbox h3 {
  line-height: 60px;
  font-size: 48px;
}

.itbox p {
  line-height: 30px;
  font-size: 20px;
  letter-spacing: .5px;
}

.itbox.itbox-w {
  color: var(--text-lv5);
}

.itbox.itbox-b h3 {
  color: var(--text-lv1);
}

.itbox.itbox-b p {
  color: var(--text-lv2);
}

.dot {
  position: absolute;
  display: block;
  left: 0;
  top: 0;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--sub-color);
  transform: translate(-50%, -50%);
  transition: all 0.3s ease 0s;
  cursor: pointer;
}

.dot::before, .dot::after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 20px;
  height: 20px;
  border-radius: 50%;
  z-index: 0;
  background-color: rgba(7, 147, 255, 0.5);
  transition: all 0.3s ease 0s;
}

.dot::before {
  animation: breathe 3s 0.75s infinite;
}

.dot::after {
  animation: breathe 3s infinite;
}

@keyframes breathe {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }
  20% {
    opacity: 1;
  }
  75% {
    transform: translate(-50%, -50%) scale(2);
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}

.dot.on {
  width: 20px;
  height: 20px;
}

.dot.on::before, .dot.on::after {
  width: 30px;
  height: 30px;
}

.i-tec {
  background-size: cover;
  background-position: center center;
}

.i-tec .itec {
  padding: 20px 0 120px;
  position: relative;
}

.i-tec .itec .itecshow {
  position: absolute;
  left: 40px;
  bottom: 0;
  display: flex;
  align-items: center;
  transform: translateX(200px);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.i-tec .itec .itecshow img {
  margin-right: 30px;
}

.i-tec .itec .itecshow .text h3 {
  line-height: 30px;
  font-size: 20px;
  color: var(--text-lv1);
  margin-bottom: 10px;
}

.i-tec .itec .itecshow .text p {
  line-height: 22px;
  font-size: 14px;
  color: var(--text-lv1);
}

.i-tec .itec .itecshow.on {
  transform: translateX(0);
  opacity: 1;
  z-index: 5;
}

.i-pro {
  background-image: url(../images/bg-ipro.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.i-pro .itbox h3 {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.i-pro .itbox h3 span {
  margin-right: auto;
}

.i-pro .itbox h3 .iconfont {
  font-size: 20px;
  padding: 10px;
  line-height: 20px;
  color: var(--text-lv2);
  border: 1px solid var(--text-lv3);
  transition: all .3s ease 0s;
}

.i-pro .itbox h3 .iconfont:hover {
  color: var(--theme-color);
  transform: rotate(90deg);
}

.i-pro .ipro {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
}

.i-pro .ipro .ipro-item {
  display: flex;
  align-items: flex-end;
  background: linear-gradient(to right top, #333333, #8d8e8e);
  height: 233px;
  padding: 0 40px 40px;
  box-sizing: border-box;
}

.i-pro .ipro .ipro-item .text {
  color: var(--text-lv5);
  margin-right: auto;
}

.i-pro .ipro .ipro-item .text p {
  line-height: 20px;
  font-size: 12px;
  letter-spacing: .5px;
}

.i-pro .ipro .ipro-item .text h3 {
  line-height: 30px;
  font-size: 20px;
}

.i-pro .ipro .ipro-item.ipro-item-01 {
  min-width: 1400px;
  max-width: 1400px;
}

.i-pro .ipro .ipro-item.ipro-item-01 .text h3 {
  line-height: 40px;
  font-size: 30px;
}

.i-pro .ipro .ipro-item.ipro-item-01 .text h3 .iconfont {
  display: inline-block;
  font-size: 30px;
  margin-left: 20px;
  transform: scaleX(-1);
  transition: all 0.3s ease 0s;
}

.i-pro .ipro .ipro-item.ipro-item-01:hover .text .iconfont {
  margin-left: 40px;
}

.i-pro .ipro .ipro-item.ipro-item-02, .i-pro .ipro .ipro-item.ipro-item-03 {
  min-width: 700px;
  max-width: 700px;
}

.i-pro .ipro .ipro-item.ipro-item-03 {
  position: relative;
  overflow: hidden;
}

.i-pro .ipro .ipro-item.ipro-item-03 .text {
  z-index: 1;
}

.i-pro .ipro .ipro-item.ipro-item-03 img {
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.i-pro .ipro .ipro-item.ipro-item-03::after {
  position: absolute;
  content: '';
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right top, rgba(51, 51, 51, 0.5), rgba(141, 142, 142, 0));
}

.i-pro .ipro .ipro-item.ipro-item-04 {
  min-width: 510px;
  max-width: 510px;
}

.i-pro .ipro .ipro-item.ipro-item-05 {
  min-width: 380px;
  max-width: 380px;
}

.i-pro .ipro .ipro-item img {
  transition: all 0.3s ease 0s;
}

.i-pro .ipro .ipro-item:hover img {
  transform: scale(1.1);
}

.i-sol {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  width: 100%;
  position: relative;
}

.i-sol::after {
  content: '';
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
}

.i-sol .inbox {
  position: relative;
  z-index: 1;
}

.i-sol .isolbox {
  display: flex;
}

.i-sol .isol-item {
  width: 350px;
  padding: 150px 40px;
  box-sizing: border-box;
  text-align: center;
  color: var(--text-lv5);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}

.i-sol .isol-item:last-child {
  border-right: none;
}

.i-sol .isol-item h1 {
  font-family: Sport;
  font-size: 30px;
  margin-bottom: 20px;
}

.i-sol .isol-item h2 {
  margin-bottom: 50px;
  position: relative;
  min-height: 150px;
}

.i-sol .isol-item h2 img {
  position: absolute;
  border-radius: 50%;
  border-width: 1px;
  border-style: dotted;
  left: 50%;
  transform: translateX(-50%);
  transition: all .1s ease 0s;
}

.i-sol .isol-item h2 img.icon {
  border-color: var(--text-lv5);
}

.i-sol .isol-item h2 img.iconon {
  border-color: var(--theme-color);
  opacity: 0;
}

.i-sol .isol-item h3 {
  font-weight: bold;
  font-size: 30px;
  line-height: 40px;
  margin-bottom: 20px;
}

.i-sol .isol-item p {
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 80px;
}

.i-sol .isol-item .iconfont {
  display: inline-block;
  font-size: 30px;
  transform: scaleX(-1);
  opacity: 0;
  transition: all 0.3s ease 0s;
}

.i-sol .isol-item.on {
  background-color: var(--text-lv5);
}

.i-sol .isol-item.on h1 {
  color: var(--theme-color);
  text-decoration: underline 1px;
}

.i-sol .isol-item.on h2 img.icon {
  opacity: 0;
}

.i-sol .isol-item.on h2 img.iconon {
  opacity: 1;
}

.i-sol .isol-item.on h3 {
  color: var(--text-lv1);
}

.i-sol .isol-item.on p {
  color: var(--text-lv2);
}

.i-sol .isol-item.on .iconfont {
  opacity: 1;
  color: var(--text-lv2);
  animation: forward 1.5s infinite;
}

@keyframes forward {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 40px;
  }
  100% {
    margin-left: 0;
  }
}

.i-5g {
  background-image: url(../images/bg-i5g.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.i-5g .i5gbox {
  position: relative;
  margin-top: -90px;
}

.i-5g .i5gbox .show5g {
  position: absolute;
  padding: 25px;
  background-color: rgba(255, 255, 255, 0.9);
  line-height: 26px;
  border-radius: 20px;
  opacity: 0;
  transition: all .3s ease 0s;
  z-index: -1;
}

.i-5g .i5gbox .show5g h3 {
  font-size: 20px;
  color: var(--theme-color);
}

.i-5g .i5gbox .show5g p {
  font-size: 16px;
  color: var(--text-lv1);
  margin-bottom: 10px;
}

.i-5g .i5gbox .show5g .iconfont {
  display: inline-block;
  font-size: 30px;
  transform: scaleX(-1);
  color: var(--text-lv2);
  animation: forward-h 1.5s infinite;
}

.i-5g .i5gbox .show5g:first-child {
  left: 28.5%;
  top: 46.5%;
  transform: translateX(-100px);
}

.i-5g .i5gbox .show5g:nth-child(2) {
  left: 48.5%;
  top: 24.5%;
  transform: translateY(100px);
}

.i-5g .i5gbox .show5g:nth-child(3) {
  left: 49.5%;
  top: 35%;
  transform: translateY(-100px);
}

.i-5g .i5gbox .show5g:nth-child(4) {
  left: 51.5%;
  top: 70%;
  transform: translateY(100px);
}

.i-5g .i5gbox .show5g:nth-child(5) {
  left: 71.5%;
  top: 51.5%;
  transform: translateX(100px);
}

.i-5g .i5gbox .show5g.on {
  transform: translate(0);
  opacity: 1;
  z-index: 5;
}

@keyframes forward-h {
  0% {
    margin-left: 0;
  }
  50% {
    margin-left: 20px;
  }
  100% {
    margin-left: 0;
  }
}

.i-par {
  background-image: url(../images/bg-ipar.jpg);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.i-par .ipar {
  display: flex;
  flex-wrap: wrap;
  margin-top: 60px;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

.i-par .ipar li {
  box-sizing: border-box;
  width: 20%;
  text-align: center;
  padding: 40px 0;
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.i-par .ipar li img {
  opacity: .7;
  transition: all 0.3s ease 0s;
}

#goTop {
  position: fixed;
  color: var(--text-lv5);
  background-color: rgba(0, 0, 0, 0.5);
  right: 20px;
  bottom: 60px;
  transform: rotate(-90deg);
  font-size: 30px;
  padding: 10px;
  cursor: pointer;
  transition: all 0.3s ease 0s;
  opacity: 0;
  z-index: -1;
}

#goTop:hover {
  background-color: var(--text-lv1);
}

#goTop.on {
  opacity: 1;
  z-index: 888;
  bottom: 20px;
}

.footer {
  background-image: url(../images/bg-footer.gif);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--text-lv3);
}

.footer a {
  color: var(--text-lv3);
  transition: all 0.3s ease 0s;
}

.footer a:hover {
  color: var(--text-lv5);
}

.footer .footer-t {
  display: flex;
  align-items: flex-end;
  margin-bottom: 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-t .ftel {
  margin-left: 20px;
  margin-right: auto;
  font-size: 30px;
}

.footer .footer-t .ftel .iconfont {
  font-size: 30px;
  margin-right: 10px;
}

.footer .footer-t .link {
  display: flex;
}

.footer .footer-t .link .iconfont {
  position: relative;
  font-size: 20px;
  padding: 8px;
  border: 1px solid var(--text-lv3);
  border-radius: 50%;
  margin-right: 30px;
}

.footer .footer-t .link .iconfont:last-child {
  margin-right: 0;
}

.footer .footer-t .link .iconfont img {
  position: absolute;
  right: 0;
  top: -20px;
  transform: translateY(-200%);
  opacity: 0;
  z-index: -1;
  transition: all 0.3s ease 0s;
}

.footer .footer-t .link .iconfont:hover img {
  opacity: 1;
  transform: translateY(-100%);
  z-index: 5;
}

.footer .footer-t .link .iconfont.tips:hover::after {
  content: "";
  position: absolute;
  top: -6px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 0 solid transparent;
  border-bottom: 6px solid var(--text-lv3);
}

.footer .footer-m {
  display: flex;
  margin-bottom: 30px;
  padding-bottom: 29px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.footer .footer-m ul {
  min-width: 280px;
  max-width: 280px;
}

.footer .footer-m ul li {
  line-height: 24px;
}

.footer .footer-m ul li a {
  font-size: 12px;
}

.footer .footer-m ul li:first-child {
  margin-bottom: 5px;
}

.footer .footer-m ul li:first-child a {
  font-size: 14px;
  font-weight: bold;
}

.footer .footer-b {
  display: flex;
  font-size: 12px;
  line-height: 20px;
}

.footer .footer-b .navlink {
  display: flex;
  align-items: flex-start;
  margin-right: auto;
}

.footer .footer-b .navlink a {
  position: relative;
  margin-right: 15px;
  padding-right: 15px;
}

.footer .footer-b .navlink a::after {
  position: absolute;
  content: '';
  right: 0;
  top: 5px;
  width: 1px;
  height: 50%;
  background-color: var(--text-lv3);
  transform: rotate(20deg);
}

.footer .footer-b .navlink a:last-child {
  margin-right: 0;
  padding-right: 0;
}

.footer .footer-b .navlink a:last-child::after {
  content: none;
}

.footer .footer-b .copyright {
  text-align: right;
}

.inban {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  color: var(--text-lv5);
}

.inban .ban-c .text h3 {
  line-height: 50px;
  font-size: 48px;
}

.inban .ban-c .text p {
  line-height: 30px;
  font-size: 20px;
}

.inban.inban-about .ban-c {
  padding: 255px 0;
  display: flex;
  align-items: center;
}

.inban.inban-about .ban-c .iconfont {
  display: inline-block;
  font-size: 80px;
  margin-left: 20px;
  cursor: pointer;
  transition: all .6s ease 0s;
}

.inban.inban-about .ban-c .iconfont:hover {
  transform: scale(1.2);
  color: var(--theme-color);
}

.mark {
  position: fixed;
  display: none;
  z-index: 999;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.mark .videobox {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  padding: 20px;
  border-radius: 10px;
  max-width: 60%;
  background-color: var(--text-lv5);
}

.mark .videobox video {
  max-width: 100%;
}

.mark .videobox .iconfont {
  color: var(--text-lv1);
  font-weight: bold;
  position: absolute;
  right: -30px;
  top: -30px;
  font-size: 20px;
  transform: rotate(45deg);
  background-color: var(--text-lv5);
  border-radius: 50%;
  padding: 5px;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.mark .videobox .iconfont:hover {
  transform: rotate(225deg);
}

.navsec {
  background-color: var(--text-lv4);
}

.navsec .navsecbox {
  display: flex;
}

.navsec .navsecbox h3 {
  color: var(--text-lv5);
  background-color: var(--theme-color);
  width: 300px;
  text-align: center;
  padding: 45px 0;
  margin-top: -100px;
}

.navsec .navsecbox h3 p:first-child {
  line-height: 40px;
  font-size: 30px;
}

.navsec .navsecbox h3 p:last-child {
  line-height: 30px;
  font-size: 18px;
}

.navsec .navsecbox li {
  line-height: 60px;
}

.navsec .navsecbox li a {
  color: var(--text-lv1);
  font-size: 18px;
  font-weight: bold;
  display: block;
  margin-left: 80px;
  transition: all .3s ease 0s;
}

.navsec .navsecbox li a:hover, .navsec .navsecbox li a.on {
  color: var(--theme-color);
}

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

.about .about-l {
  display: flex;
  flex-wrap: wrap;
  margin-right: auto;
  width: 660px;
}

.about .about-l li {
  text-align: center;
}

.about .about-l li img {
  max-width: 100%;
}

.about .about-l li p {
  line-height: 40px;
  color: var(--text-lv1);
  font-size: 16px;
}

.about .about-l li:nth-child(1), .about .about-l li:nth-child(1) {
  margin-bottom: 20px;
}

.about .about-l li:nth-child(1), .about .about-l li:nth-child(3) {
  margin-right: 20px;
}

.about .about-r {
  width: 660px;
}

.intbox {
  margin-bottom: 40px;
}

.intbox h3 {
  line-height: 40px;
  font-size: 26px;
  font-weight: bold;
}

.intbox p {
  line-height: 30px;
  font-size: 14px;
}

.intbox.intbox-b h3 {
  color: var(--text-lv1);
}

.intbox.intbox-b p {
  color: var(--text-lv3);
}

.intbox.intbox-w {
  color: var(--text-lv5);
}

.content-lv1 {
  line-height: 26px;
  font-size: 14px;
  color: var(--text-lv1);
}

.content-lv1 a {
  color: var(--text-lv1);
  transition: all .3s ease 0s;
}

.content-lv1 a:hover {
  color: var(--theme-color);
}

.content-lv1 img {
  max-width: 100%;
}

.in-culture {
  background: var(--text-lv4) url(../images/bg-inculture.gif);
  background-repeat: no-repeat;
  background-position: left bottom;
}

.in-culture .inculture {
  display: flex;
}

.in-culture .inculture li {
  width: 440px;
  box-sizing: border-box;
  padding: 40px;
  background-color: var(--text-lv5);
  text-align: center;
  margin-right: 40px;
  transition: all .3s ease 0s;
}

.in-culture .inculture li:last-child {
  margin-right: 0;
}

.in-culture .inculture li .title {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 30px;
}

.in-culture .inculture li .title .iconfont {
  font-size: 40px;
  color: var(--theme-color);
  padding: 20px;
  background-color: var(--text-lv4);
  border-radius: 50%;
  margin-right: 20px;
  transition: all .3s ease 0s;
}

.in-culture .inculture li .title h3 {
  font-size: 20px;
  font-weight: bold;
}

.in-culture .inculture li .title h3 span {
  font-size: 14px;
  color: var(--text-lv3);
  font-weight: normal;
}

.in-culture .inculture li p {
  line-height: 26px;
  font-size: 14px;
  color: var(--text-lv1);
}

.in-culture .inculture li:hover {
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.in-culture .inculture li:hover .title .iconfont {
  background-color: var(--theme-color);
  color: #fff;
}

.in-gx {
  background: url(../images/bg-gx.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.in-gx .ingx {
  padding: 40px 0;
}

.in-gx .ingx h2 {
  line-height: 40px;
  font-weight: bold;
  font-size: 30px;
  color: var(--text-lv1);
}

.in-gx .ingx h2 span {
  font-size: 26px;
  font-weight: normal;
  margin-left: 10px;
}

.in-gx .ingx h3 {
  line-height: 30px;
  font-size: 22px;
  color: var(--text-lv2);
  margin-bottom: 5px;
}

.in-gx .ingx h3 span {
  color: var(--text-lv5);
  background-color: var(--theme-color);
  font-size: 20px;
  padding: 0 5px;
  margin: 0 5px;
}

.in-gx .ingx p {
  line-height: 30px;
}

.in-gx .ingx p a {
  font-size: 16px;
  color: var(--theme-color);
  text-decoration: underline;
}

.in-gx .ingx p .iconfont {
  display: inline-block;
  font-size: 20px;
  margin-right: 10px;
  color: var(--theme-color);
  transition: all .3s ease 0s;
}

.in-gx .ingx p:hover .iconfont {
  transform: rotate(90deg);
}

.in-history {
  background: url(../images/bg-history.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: cover;
}

.in-history .inhistory .swiper-wrapper {
  padding-bottom: 40px;
}

.in-history .inhistory .swiper-wrapper .swiper-slide {
  text-align: center;
  padding-bottom: 180px;
}

.in-history .inhistory .swiper-wrapper .swiper-slide h2 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: var(--theme-color);
  font-style: italic;
}

.in-history .inhistory .swiper-wrapper .swiper-slide h3 {
  line-height: 30px;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-lv1);
  margin-bottom: 25px;
}

.in-history .inhistory .swiper-wrapper .swiper-slide p {
  line-height: 22px;
  color: var(--text-lv2);
  font-size: 14px;
}

.in-history .inhistory .swiper-wrapper .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 58px;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 1px dotted var(--text-lv2);
  border-right: 1px dotted var(--text-lv2);
  transition: all 1s ease 0s;
}

.in-history .inhistory .swiper-wrapper .swiper-slide.swiper-slide-active::after {
  height: 60px;
}

.in-history .inhistory .swiper-wrapper .swiper-slide.swiper-slide-prev::after, .in-history .inhistory .swiper-wrapper .swiper-slide.swiper-slide-next::after {
  height: 30px;
}

.in-history .inhistory .history-button-next, .in-history .inhistory .history-button-prev {
  border-color: var(--text-lv2);
  opacity: .5;
  inset: auto auto 0 50%;
  top: auto;
  right: auto;
  bottom: 0px;
  left: 50%;
}

.in-history .inhistory .history-button-next::after, .in-history .inhistory .history-button-prev::after {
  color: var(--text-lv2);
}

.in-history .inhistory .history-button-next {
  transform: translateX(100%);
}

.in-history .inhistory .history-button-prev {
  transform: translateX(-200%);
}

.in-honor {
  background: url(../images/bg-honor.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.in-honor .intbox {
  text-align: center;
}

.in-honor .inhonor .swiper-wrapper {
  align-items: center;
  padding: 60px 0;
  min-height: 392px;
}

.in-honor .inhonor .swiper-wrapper .swiper-slide {
  text-align: center;
  transform: scale(0.7);
  box-sizing: border-box;
}

.in-honor .inhonor .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

.in-honor .inhonor .swiper-wrapper .swiper-slide h3 {
  line-height: 30px;
  font-size: 14px;
  margin-top: 10px;
  padding-bottom: 5px;
}

.in-honor .inhonor .swiper-wrapper .swiper-slide .iconfont {
  display: inline-block;
  padding: 7px;
  border-radius: 50%;
  background-color: var(--theme-color);
  color: var(--text-lv5);
  display: none;
}

.in-honor .inhonor .swiper-wrapper .swiper-slide.swiper-slide-active {
  transform: scale(1.5);
  padding: 26px;
  background-color: rgba(255, 255, 255, 0.7);
}

.in-honor .inhonor .swiper-wrapper .swiper-slide.swiper-slide-active .iconfont {
  display: inline-block;
}

.in-honor .inhonor .swiper-wrapper .swiper-slide.swiper-slide-prev, .in-honor .inhonor .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(0.8);
}

.in-honor .inhonor .swiper-wrapper .swiper-slide.swiper-slide-prev {
  transform: translateX(-50px);
}

.in-honor .inhonor .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: translateX(50px);
}

.in-honor .inhonor .honor-pagination .swiper-pagination-bullet {
  background: var(--text-lv5);
  opacity: 1;
  width: 16px;
  height: 16px;
}

.in-honor .inhonor .honor-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color);
}

.pro-his .intbox {
  text-align: center;
}

.pro-his .prohis .swiper-wrapper {
  padding-bottom: 40px;
  padding-top: 20px;
}

.pro-his .prohis .swiper-wrapper .swiper-slide {
  text-align: center;
  opacity: .5;
  transform: scale(0.8);
  transition: all .3s ease 0s;
}

.pro-his .prohis .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

.pro-his .prohis .swiper-wrapper .swiper-slide h2 {
  line-height: 40px;
  color: var(--text-lv1);
  font-size: 16px;
  font-weight: bold;
}

.pro-his .prohis .swiper-wrapper .swiper-slide h3 {
  line-height: 26px;
  font-size: 14px;
  color: var(--theme-color);
  font-style: italic;
  font-weight: bold;
}

.pro-his .prohis .swiper-wrapper .swiper-slide p {
  line-height: 22px;
  font-size: 14px;
  color: var(--text-lv2);
}

.pro-his .prohis .swiper-wrapper .swiper-slide.swiper-slide-active {
  opacity: 1;
  transform: scale(1.2);
}

.pro-his .prohis .swiper-wrapper .swiper-slide.swiper-slide-prev, .pro-his .prohis .swiper-wrapper .swiper-slide.swiper-slide-next {
  transform: scale(1);
}

.pro-his .prohis .prohis-button-next, .pro-his .prohis .prohis-button-prev {
  border-color: var(--text-lv2);
  opacity: .5;
}

.pro-his .prohis .prohis-button-next::after, .pro-his .prohis .prohis-button-prev::after {
  color: var(--text-lv2);
}

.pro-his .prohis .prohis-button-next {
  right: 0;
}

.pro-his .prohis .prohis-button-prev {
  left: 0;
}

.in-pr {
  background-color: var(--text-lv4);
}

.in-pr .intbox {
  text-align: center;
}

.in-pr .inpr {
  text-align: center;
}

.in-pr .inpr img {
  max-width: 100%;
}

.in-5g .intbox {
  text-align: center;
}

.in-5g .intbox p {
  line-height: 40px;
  font-size: 16px;
  color: var(--text-lv1);
}

.in-5g .in5g {
  display: flex;
}

.in-5g .in5g .in5g-l {
  display: flex;
  align-items: center;
  margin-right: auto;
}

.in-5g .in5g .in5g-l .in5g-title {
  line-height: 30px;
  font-weight: bold;
  font-size: 18px;
  color: var(--theme-color);
  text-align: right;
  margin-right: 10px;
}

.in-5g .in5g .in5g-l .in5g-title p {
  line-height: 20px;
  font-size: 14px;
  color: var(--text-lv3);
  font-weight: normal;
}

.in-5g .in5g .in5g-l .in5g-content {
  position: relative;
  line-height: 60px;
  font-size: 18px;
  font-weight: bold;
  color: var(--text-lv1);
}

.in-5g .in5g .in5g-l .in5g-content::before {
  content: '';
  position: absolute;
  top: 30px;
  left: 30px;
  width: 1px;
  height: 120px;
  background-color: #cccccc;
}

.in-5g .in5g .in5g-l .in5g-content p {
  position: relative;
  padding-left: 70px;
}

.in-5g .in5g .in5g-l .in5g-content p::before {
  content: '';
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #cccccc;
}

.in-5g .in5g .in5g-l .in5g-content p:first-child::before, .in-5g .in5g .in5g-l .in5g-content p:last-child::before {
  width: 30px;
  left: 30px;
}

.in-5g .in5g .in5g-l .in5g-content p:nth-child(2)::before {
  width: 60px;
  left: 0;
}

.in-5g .in5g .in5g-r {
  display: flex;
  flex-wrap: wrap;
  min-width: 1026px;
  max-width: 1026px;
}

.in-5g .in5g .in5g-r li {
  margin-right: 30px;
  margin-bottom: 30px;
}

.in-5g .in5g .in5g-r li img {
  max-width: 100%;
  border: 1px solid var(--text-lv4);
  transition: all .3s ease 0s;
}

.in-5g .in5g .in5g-r li:nth-child(3n) {
  margin-right: 0;
}

.in-5g .in5g .in5g-r li:nth-child(4), .in-5g .in5g .in5g-r li:nth-child(5), .in-5g .in5g .in5g-r li:nth-child(6) {
  margin-bottom: 0;
}

.in-5g .in5g .in5g-r li:hover img {
  transform: perspective(400px) rotate3d(1, -1, 0, -8deg);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.in-5g .in5g .in5g-r h3 {
  min-width: 100%;
  max-width: 100%;
  text-align: center;
  line-height: 40px;
  font-weight: bold;
  font-size: 14px;
  color: var(--text-lv1);
}

.newslist {
  display: flex;
  margin-bottom: 50px;
  padding-bottom: 50px;
  border-bottom: 1px solid var(--text-lv4);
}

.newslist .newspic {
  order: 1;
  min-width: 500px;
  max-width: 500px;
  margin-right: 100px;
  overflow: hidden;
}

.newslist .newspic img {
  max-width: 100%;
  transition: all .3s ease 0s;
}

.newslist .newstext {
  order: 2;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.newslist .newstext h2 {
  line-height: 40px;
}

.newslist .newstext h2 a {
  display: inline-block;
  position: relative;
  color: var(--text-lv1);
  font-size: 30px;
  font-weight: bold;
  transition: all .3s ease 0s;
}

.newslist .newstext h2 a::after {
  content: '';
  position: absolute;
  right: 0;
  bottom: -5px;
  width: 0;
  height: 2px;
  background-color: var(--text-lv1);
  transition: all .5s ease 0s;
}

.newslist .newstext p {
  line-height: 24px;
  font-size: 16px;
  color: var(--text-lv2);
}

.newslist .newstext span {
  line-height: 30px;
  font-size: 14px;
  color: var(--text-lv2);
}

.newslist:hover .newspic img {
  transform: scale(1.1);
}

.newslist:hover .newstext h2 a {
  color: var(--theme-color);
}

.newslist:hover .newstext h2 a::after {
  background-color: var(--theme-color);
  width: 100%;
  left: 0;
}

.newslist:nth-child(even) .newspic {
  order: 2;
  margin-right: 0;
  margin-left: 100px;
}

.newslist:nth-child(even) .newstext {
  order: 1;
}

.pagebox {
  display: flex;
  justify-content: center;
}

.pagebox a {
  display: inline-block;
  line-height: 20px;
  margin: 0 10px;
  font-size: 14px;
  color: var(--text-lv3);
  padding: 0 10px;
  border: 1px solid #cccccc;
  border-radius: 5px;
  transition: all .3s ease 0s;
}

.pagebox a:first-child, .pagebox a:last-child {
  border: none;
}

.pagebox a.on, .pagebox a:hover {
  color: var(--text-lv5);
  background-color: var(--theme-color);
  border-color: var(--theme-color);
}

.newsshow {
  width: 1000px;
  margin: 0 auto;
}

.newsshow .ns-title {
  padding: 10px 0;
  line-height: 40px;
  font-weight: bold;
  font-size: 30px;
  color: var(--text-lv1);
  text-align: center;
}

.newsshow .ns-desc {
  line-height: 30px;
  font-size: 14px;
  color: var(--text-lv3);
  padding-bottom: 40px;
  margin-bottom: 40px;
  border-bottom: 1px solid var(--text-lv4);
  text-align: center;
}

.newsshow .newss-end {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  line-height: 40px;
  padding: 30px 0;
}

.newsshow .newss-end a {
  display: block;
  padding: 0 20px;
  font-weight: bold;
  font-size: 20px;
  color: var(--text-lv2);
  background-color: var(--text-lv5);
  transition: all .3s ease 0s;
}

.newsshow .newss-end a .iconfont {
  display: inline-block;
  margin-right: 10px;
  transform: rotate(180deg);
  font-weight: normal;
  transition: all .3s ease 0s;
}

.newsshow .newss-end a:hover {
  color: var(--theme-color);
}

.newsshow .newss-end a:hover .iconfont {
  transform: rotate(180deg) translateX(10px);
}

.newsshow .newss-end::after {
  position: absolute;
  content: '';
  left: 0;
  width: 100%;
  height: 1px;
  background-color: var(--text-lv4);
  z-index: -1;
}

.newsshow .npbox p {
  line-height: 30px;
  color: var(--text-lv3);
  font-size: 14px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  overflow: hidden;
}

.newsshow .npbox p a {
  display: inline-block;
  color: var(--text-lv3);
  transition: all .3s ease 0s;
}

.newsshow .npbox p a:hover {
  color: var(--theme-color);
}

.content-lv2 {
  line-height: 30px;
  font-size: 18px;
  color: var(--text-lv1);
}

.content-lv2 a {
  color: var(--text-lv1);
  transition: all .3s ease 0s;
}

.content-lv2 a:hover {
  color: var(--theme-color);
}

.content-lv2 img {
  max-width: 100%;
}

.in-jobs .intbox {
  text-align: center;
}

.in-jobs .intbox p {
  line-height: 40px;
  font-size: 16px;
  color: var(--text-lv1);
}

.in-jobs .intbox p .iconfont {
  display: inline-block;
  font-size: 24px;
  color: #cccccc;
}

.in-jobs .intbox p .iconfont:first-child {
  margin-right: 15px;
}

.in-jobs .intbox p .iconfont:last-child {
  margin-left: 15px;
  transform: rotate(180deg);
}

.in-jobs .job-desc {
  display: flex;
  justify-content: space-between;
}

.in-jobs .job-desc li {
  position: relative;
  text-align: center;
}

.in-jobs .job-desc li img {
  max-width: 100%;
}

.in-jobs .job-desc li .text {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
}

.in-jobs .job-desc li .text h3 {
  line-height: 40px;
  font-weight: bold;
  font-size: 18px;
  color: var(--text-lv5);
}

.in-jobs .job-desc li .text p {
  line-height: 24px;
  font-size: 14px;
  color: var(--text-lv5);
}

.in-jobs .job-desc li::before {
  content: '';
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  backdrop-filter: blur(3px);
  transition: all .3s ease 0s;
}

.in-jobs .job-desc li:hover::before {
  backdrop-filter: blur(0);
}

.jobs-list {
  background: url(../images/bg-jobs.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.jobs-list .intbox {
  text-align: center;
}

.jobs-list .jobslist {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.jobs-list .jobslist .item {
  display: flex;
  justify-content: space-around;
  align-items: center;
  background-color: var(--text-lv5);
  color: var(--text-lv1);
  padding: 25px;
  min-width: 650px;
  max-width: 650px;
  box-sizing: border-box;
  margin-bottom: 30px;
}

.jobs-list .jobslist .item > p:not(.btn) {
  line-height: 30px;
  font-size: 18px;
  color: var(--text-lv1);
}

.jobs-list .jobslist .item > p:not(.btn) span {
  font-weight: bold;
}

.jobs-list .jobslist .item .btn {
  font-size: 14px;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.jobs-list .jobslist .item .btn .iconfont {
  display: inline-block;
  margin-left: 10px;
  color: var(--text-lv3);
  transition: all .3s ease 0s;
}

.jobs-list .jobslist .item .btn:hover {
  color: var(--theme-color);
}

.jobs-list .jobslist .item .btn:hover .iconfont {
  transform: rotate(180deg);
  color: var(--theme-color);
}

.jobs-list .jobslist .item:last-child, .jobs-list .jobslist .item:nth-last-child(2) {
  margin-bottom: 0;
}

.jobs-list .jobslist .item .markbox {
  position: fixed;
  display: none;
  z-index: 999;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.jobs-list .jobslist .item .markbox .jobscontent {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  box-sizing: border-box;
  border-radius: 10px;
  width: 50%;
  overflow: hidden;
}

.jobs-list .jobslist .item .markbox .jobscontent .title {
  display: flex;
  line-height: 40px;
  color: var(--text-lv5);
  background-color: var(--theme-color);
  font-size: 16px;
  padding: 10px 30px;
}

.jobs-list .jobslist .item .markbox .jobscontent .title .iconfont {
  display: inline-block;
  transform: rotate(45deg);
  margin-left: auto;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.jobs-list .jobslist .item .markbox .jobscontent .title .iconfont:hover {
  transform: rotate(225deg);
}

.jobs-list .jobslist .item .markbox .jobscontent .content {
  padding: 30px;
  color: var(--text-lv1);
  overflow: scroll;
  max-height: 70vh;
  background-color: var(--text-lv5);
}

.jobs-list .jobslist .item .markbox .jobscontent .content .c-row {
  line-height: 30px;
  font-size: 14px;
}

.jobs-list .jobslist .item .markbox .jobscontent .content .c-row span {
  position: relative;
  font-weight: bold;
  padding-left: 10px;
  font-size: 16px;
}

.jobs-list .jobslist .item .markbox .jobscontent .content .c-row span::before {
  position: absolute;
  content: '';
  left: 0;
  top: 50%;
  width: 2px;
  height: 50%;
  transform: translateY(-50%);
  background-color: var(--theme-color);
  border-radius: 1px;
}

.jobs-list .jobslist .item .markbox .jobscontent .content .content-lv1 {
  padding: 20px;
  font-size: 14px;
  background-color: var(--text-lv4);
  border-radius: 10px;
  margin: 10px 0;
}

.inban-solution .ban-c {
  padding: 160px 0;
}

.solbox {
  margin-top: -200px;
}

.solbox .inbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.solbox .inbox::after {
  content: '';
  display: block;
  min-width: 440px;
  max-width: 440px;
}

.solbox .inbox .sollist {
  display: block;
  min-width: 440px;
  max-width: 440px;
  margin-bottom: 40px;
  text-align: center;
  background-color: var(--text-lv4);
}

.solbox .inbox .sollist a .pic {
  position: relative;
}

.solbox .inbox .sollist a .pic img {
  display: block;
  max-width: 100%;
}

.solbox .inbox .sollist a .pic img.icon {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -150%);
  z-index: -1;
  opacity: 0;
  width: 80px;
  height: 80px;
  padding: 10px;
  background-color: var(--text-lv5);
  border-radius: 50%;
  transition: all .3s ease 0s;
}

.solbox .inbox .sollist a .pic::after {
  position: absolute;
  content: '';
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all .3s ease 0s;
}

.solbox .inbox .sollist a h3 {
  line-height: 40px;
  font-weight: bold;
  font-size: 26px;
  color: var(--text-lv1);
  padding: 20px 20px 0;
  transition: all .3s ease 0s;
}

.solbox .inbox .sollist a p {
  line-height: 30px;
  padding-bottom: 20px;
}

.solbox .inbox .sollist a p .iconfont {
  display: inline-block;
  font-size: 30px;
  color: var(--text-lv2);
  transform: scaleX(-1);
}

.solbox .inbox .sollist:hover .pic::after {
  background-color: rgba(0, 0, 0, 0.5);
}

.solbox .inbox .sollist:hover .pic img.icon {
  transform: translate(-50%, -50%);
  opacity: 1;
  z-index: 2;
}

.solbox .inbox .sollist:hover h3 {
  color: var(--theme-color);
}

.solbox .inbox .sollist:hover .iconfont {
  animation: forward 1.5s infinite;
}

.solbox.videolist {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.solbox.videolist .inbox {
  align-items: flex-start;
}

.solbox.videolist .inbox .sollist a h3 {
  margin-bottom: 20px;
}

.solbox.videolist .inbox .sollist a .pic img.icon {
  padding: 0;
  background: none;
}

.solbox.videolist .inbox .sollist:last-child, .solbox.videolist .inbox .sollist:nth-last-child(2), .solbox.videolist .inbox .sollist:nth-last-child(3) {
  margin-bottom: 0;
}

.solbox.videolist .icon-play::before {
  content: none;
}

.contact-map {
  width: 100%;
  height: 800px;
}

.contact-map .amap-logo, .contact-map .amap-copyright {
  display: none !important;
}

.contact-map .mapbox {
  position: relative;
  z-index: 999;
  padding-top: 150px;
}

.contact-map .mapbox .contact-way {
  position: relative;
  float: right;
  padding: 60px 200px 60px 60px;
  background-color: rgba(255, 255, 255, 0.8);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-map .mapbox .contact-way h1 {
  line-height: 60px;
  font-weight: bold;
  font-size: 30px;
  color: var(--text-lv1);
  margin-bottom: 20px;
}

.contact-map .mapbox .contact-way h2 {
  line-height: 30px;
  font-size: 16px;
  font-weight: bold;
  color: var(--text-lv1);
}

.contact-map .mapbox .contact-way h3 {
  line-height: 50px;
  font-size: 40px;
  color: var(--theme-color);
  margin-bottom: 30px;
}

.contact-map .mapbox .contact-way p {
  line-height: 36px;
  font-size: 16px;
  color: var(--text-lv1);
}

.contact-map .mapbox .contact-way p span {
  font-size: 20px;
}

.contact-map .mapbox .contact-way::after {
  position: absolute;
  content: 'CONTACT';
  top: 50%;
  right: -100px;
  transform: translateY(-50%) rotate(90deg);
  font-family: Sport;
  color: rgba(178, 206, 254, 0.3);
  font-size: 80px;
}

.contact-map .mouse {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.ol-message {
  padding-bottom: 490px;
  background-image: url(../images/bg-contact.jpg);
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 100% auto;
}

.ol-message .inbox {
  text-align: center;
}

.ol-message form {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.ol-message form input, .ol-message form textarea {
  border: none;
  background-color: var(--text-lv4);
  margin-bottom: 20px;
  box-sizing: border-box;
  font-size: 16px;
  color: var(--text-lv1);
  font-family: Ping;
}

.ol-message form input {
  line-height: 60px;
  padding: 0 20px;
  width: 450px;
}

.ol-message form textarea {
  line-height: 26px;
  padding: 20px;
  width: 1000px;
  resize: none;
}

.ol-message form .btn {
  text-align: center;
  width: 100%;
}

.ol-message form .btn button {
  line-height: 60px;
  background-color: var(--theme-color);
  color: var(--text-lv5);
  font-size: 20px;
  padding: 0 70px;
  border: none;
  cursor: pointer;
}

.inban-pro {
  position: relative;
}

.inban-pro .ban-a {
  padding-top: 50px;
  padding-bottom: 373px;
}

.inban-pro .ban-a .text {
  text-align: center;
  min-height: 277px;
}

.inban-pro .ban-a .text h3 {
  line-height: 60px;
  font-size: 40px;
  font-weight: bold;
  letter-spacing: 30px;
  margin-bottom: 20px;
}

.inban-pro .ban-a .text p {
  line-height: 40px;
  font-size: 30px;
  font-weight: bold;
}

.inban-pro .ban-a .text .icon-play {
  display: inline-block;
  color: var(--text-lv5);
  font-size: 80px;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.inban-pro .ban-a .text .icon-play:hover {
  transform: scale(1.2);
  color: var(--theme-color);
}

.inban-pro .ban-a.ban-a-p h3 {
  letter-spacing: 0;
}

.inban-pro .ban-a.ban-a-p p {
  margin-bottom: 20px;
}

.inban-pro .mouse {
  left: 50%;
  transform: translateX(-50%);
  bottom: 40px;
}

.list-pro {
  background-image: url(../images/bg-prolist.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.list-pro .intbox {
  text-align: center;
}

.list-pro .listpro {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}

.list-pro .listpro .proitem {
  width: 660px;
  text-align: center;
  margin-bottom: 40px;
}

.list-pro .listpro .proitem .proimg {
  position: relative;
  display: block;
  overflow: hidden;
}

.list-pro .listpro .proitem .proimg img {
  display: block;
  position: relative;
  max-width: 100%;
  transition: all .3s ease 0s;
  z-index: 1;
}

.list-pro .listpro .proitem .proimg video {
  position: absolute;
  width: 100%;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  z-index: 5;
  transition: all .3s ease 0s;
}

.list-pro .listpro .proitem h2 {
  line-height: 40px;
  margin-top: 20px;
}

.list-pro .listpro .proitem h2 a {
  display: block;
  font-size: 26px;
  font-weight: bold;
  color: var(--text-lv1);
  transition: all .3s ease 0s;
}

.list-pro .listpro .proitem h3 {
  line-height: 30px;
  font-size: 16px;
  color: var(--text-lv1);
  margin-bottom: 5px;
}

.list-pro .listpro .proitem:hover .proimg video {
  opacity: 1;
}

.list-pro .listpro .proitem:hover .proimg img {
  transform: scale(1.1);
}

.list-pro .listpro .proitem:hover h2 a {
  color: var(--theme-color);
}

.list-pro .listpro .proitem:last-child, .list-pro .listpro .proitem:nth-last-child(2) {
  margin-bottom: 0;
}

.bdage {
  line-height: 25px;
  text-align: center;
}

.bdage span {
  display: inline-block;
  font-size: 14px;
  color: var(--text-lv5);
  padding: 0 10px;
  background-color: var(--theme-color);
  margin: 0 10px;
  border-radius: 13px;
}

.bdage span:first-child {
  margin-left: 0;
}

.bdage span:last-child {
  margin-right: 0;
}

.propart {
  background-image: url(../images/bg-prolist.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}

.propart .intbox {
  text-align: center;
}

.propart.propart-01 {
  background-position: center top;
}

.propart.propart-01 .propart01 .swiper-wrapper .swiper-slide {
  text-align: center;
}

.propart.propart-01 .propart01 .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

.propart.propart-01 .propart01 .swiper-wrapper .swiper-slide h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: var(--text-lv1);
}

.propart.propart-01 .propart01 .swiper-wrapper .swiper-slide p {
  line-height: 26px;
  font-size: 14px;
  color: var(--text-lv1);
}

.propart.propart-01 .propart01 .propart01-button-next, .propart.propart-01 .propart01 .propart01-button-prev {
  border-color: var(--theme-color);
  font-weight: bold;
  transform: translateY(-80px);
}

.propart.propart-01 .propart01 .propart01-button-next::after, .propart.propart-01 .propart01 .propart01-button-prev::after {
  color: var(--theme-color);
}

.propart.propart-01 .propart01 .propart01-button-next {
  right: 40px;
}

.propart.propart-01 .propart01 .propart01-button-prev {
  left: 40px;
}

.propart.propart-02 {
  background-position: center -290px;
}

.propart.propart-02 .propart02 {
  text-align: center;
}

.propart.propart-02 .propart02 .imgbox img {
  max-width: 100%;
}

.propart.propart-02 .propart02 p {
  line-height: 30px;
  font-size: 12px;
  color: var(--text-lv2);
  text-align: right;
}

.propart.propart-03 {
  background-position: center top;
}

.propart.propart-03 .propart03 .swiper-wrapper .swiper-slide {
  text-align: center;
}

.propart.propart-03 .propart03 .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

.propart.propart-03 .propart03 .swiper-wrapper .swiper-slide h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: var(--text-lv1);
}

.propart.propart-03 .propart03 .swiper-wrapper .swiper-slide p {
  line-height: 26px;
  font-size: 14px;
  color: var(--text-lv1);
}

.propart.propart-03 .propart03 .propart03-button-next, .propart.propart-03 .propart03 .propart03-button-prev {
  border-color: var(--theme-color);
  opacity: .5;
  transform: translateY(-80px);
}

.propart.propart-03 .propart03 .propart03-button-next::after, .propart.propart-03 .propart03 .propart03-button-prev::after {
  color: var(--theme-color);
}

.propart.propart-03 .propart03 .propart03-button-next {
  right: 40px;
}

.propart.propart-03 .propart03 .propart03-button-prev {
  left: 40px;
}

.propart.propart-04 {
  background-image: url(../images/bg-prolist-02.jpg);
  background-position: center -180px;
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide {
  text-align: center;
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide img {
  max-width: 100%;
  display: block;
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide .text {
  position: absolute;
  left: 50%;
  top: 100%;
  min-width: 70%;
  transform: translate(-50%, -60px);
  z-index: 5;
  transition: all .3s ease 0s;
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide .text h3 {
  line-height: 60px;
  font-weight: bold;
  font-size: 20px;
  color: var(--text-lv5);
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide .text p {
  line-height: 30px;
  font-size: 14px;
  color: var(--text-lv5);
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide::after {
  position: absolute;
  content: '';
  left: 0;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(calc(100% - 60px));
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  transition: all .3s ease 0s;
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide:hover .text {
  top: 50%;
  transform: translate(-50%, -50%);
}

.propart.propart-04 .propart04 .swiper-wrapper .swiper-slide:hover::after {
  transform: translateY(0);
}

.propart.propart-04 .propart04 .propart04-button-next, .propart.propart-04 .propart04 .propart04-button-prev {
  border-color: var(--theme-color);
  opacity: .5;
}

.propart.propart-04 .propart04 .propart04-button-next::after, .propart.propart-04 .propart04 .propart04-button-prev::after {
  color: var(--theme-color);
}

.propart.propart-04 .propart04 .propart04-button-next {
  right: 40px;
}

.propart.propart-04 .propart04 .propart04-button-prev {
  left: 40px;
}

.propart.propart-04.tec-04 {
  background-image: url(../images/bg-prolist.jpg);
}

.propart.propart-04.tec-04 .propart04 .swiper-wrapper .swiper-slide .text {
  transform: translate(-50%, -40px);
}

.propart.propart-04.tec-04 .propart04 .swiper-wrapper .swiper-slide .text h3 {
  line-height: 40px;
  font-size: 16px;
  font-weight: normal;
}

.propart.propart-04.tec-04 .propart04 .swiper-wrapper .swiper-slide::after {
  transform: translateY(calc(100% - 40px));
}

.propart.propart-04.tec-04 .propart04 .swiper-wrapper .swiper-slide:hover::after {
  transform: translateY(0);
}

.propart.propart-05 {
  background-position: center top;
}

.propart.propart-05 .propart05 .swiper-wrapper {
  padding-bottom: 60px;
}

.propart.propart-05 .propart05 .swiper-wrapper .swiper-slide {
  text-align: center;
}

.propart.propart-05 .propart05 .swiper-wrapper .swiper-slide img {
  max-width: 100%;
}

.propart.propart-05 .propart05 .swiper-wrapper .swiper-slide h3 {
  margin-top: 20px;
  line-height: 40px;
  font-weight: bold;
  font-size: 20px;
  color: var(--text-lv1);
}

.propart.propart-05 .propart05 .propart05-pagination .swiper-pagination-bullet {
  background: var(--text-lv5);
  opacity: 1;
  width: 16px;
  height: 16px;
}

.propart.propart-05 .propart05 .propart05-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: var(--theme-color);
}

.propart.propart-06 {
  background-image: none;
  background-color: var(--text-lv4);
}

.propart.propart-06 .propart06 li {
  position: relative;
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}

.propart.propart-06 .propart06 li:last-child {
  margin-bottom: 0;
}

.propart.propart-06 .propart06 li img {
  max-width: 100%;
}

.propart.propart-06 .propart06 li h3 {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 40px;
  font-size: 16px;
  color: var(--text-lv5);
  background-color: rgba(0, 0, 0, 0.5);
  text-align: center;
}

.propart.propart-07 {
  background-image: url(../images/bg-prolist-02.jpg);
  background-position: center -440px;
}

.propart.propart-07 .propart07 {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-around;
}

.propart.propart-07 .propart07 li {
  position: relative;
  width: 320px;
  margin-bottom: 40px;
}

.propart.propart-07 .propart07 li img {
  max-width: 100%;
  display: block;
}

.propart.propart-07 .propart07 li h3 {
  position: absolute;
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  color: var(--text-lv5);
  background-color: rgba(0, 0, 0, 0.5);
}

.propart.propart-07 .propart07 li h3 a {
  color: inherit;
  transition: all .3s ease 0s;
  font-weight: bold;
}

.propart.propart-07 .propart07 li h3 a i {
  margin-left: 5px;
}

.propart.propart-07 .propart07 li h3 a:hover {
  color: var(--theme-color);
}

.propart.propart-07 .propart07 li:last-child, .propart.propart-07 .propart07 li:nth-last-child(2), .propart.propart-07 .propart07 li:nth-last-child(3), .propart.propart-07 .propart07 li:nth-last-child(4) {
  margin-bottom: 0;
}

.olmbox {
  background-image: url(../images/bg-olm.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  position: relative;
}

.olmbox::after {
  position: absolute;
  content: '';
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.olmbox .inbox {
  position: relative;
  z-index: 5;
  width: 1100px;
}

.olmbox .inbox .intbox {
  text-align: center;
}

.olmbox .inbox .olm-in {
  display: flex;
  color: var(--text-lv5);
}

.olmbox .inbox .olm-in .olm-in-l {
  margin-right: auto;
}

.olmbox .inbox .olm-in .olm-in-l li {
  display: flex;
  align-items: center;
  line-height: 100px;
}

.olmbox .inbox .olm-in .olm-in-l li .iconfont {
  font-size: 60px;
  margin-right: 50px;
}

.olmbox .inbox .olm-in .olm-in-l li p {
  font-size: 20px;
  font-weight: bold;
}

.olmbox .inbox .olm-in .olm-in-l li p span {
  font-style: italic;
  margin-right: 5px;
}

.olmbox .inbox .olm-in .olm-in-r {
  padding: 40px;
  box-sizing: border-box;
  width: 650px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 10px;
}

.olmbox .inbox .olm-in .olm-in-r input {
  background: none;
  width: 100%;
  line-height: 59px;
  border-top: none;
  border-right: none;
  border-left: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  color: var(--text-lv5);
  font-family: Ping;
  font-size: 16px;
  padding: 0;
}

.olmbox .inbox .olm-in .olm-in-r input::placeholder {
  color: var(--text-lv5);
}

.olmbox .inbox .olm-in .olm-in-r button {
  margin-top: 40px;
  font-size: 20px;
  color: var(--text-lv5);
  background: none;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 0 50px;
  line-height: 38px;
  cursor: pointer;
  transition: all .3s ease 0s;
}

.olmbox .inbox .olm-in .olm-in-r button:hover {
  border-color: var(--theme-color);
  background-color: var(--theme-color);
}

.global-01 {
  background-color: var(--text-lv4);
}

.global-01 .intbox {
  text-align: center;
  margin-bottom: 0;
}

.global-01 #global-map {
  height: 690px;
}

.global-01 .descbox {
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0), white, rgba(255, 255, 255, 0));
  margin-top: 60px;
}

.global-01 .descbox .inbox {
  display: flex;
  justify-content: center;
}

.global-01 .descbox .inbox .item {
  padding: 20px 70px;
  color: var(--text-lv1);
  border-right: 1px solid var(--text-lv4);
  min-width: 200px;
}

.global-01 .descbox .inbox .item:last-child {
  border-right: none;
}

.global-01 .descbox .inbox .item.count {
  text-align: center;
}

.global-01 .descbox .inbox .item.count h3 {
  line-height: 70px;
  color: var(--theme-color);
  font-size: 60px;
  font-family: Sport;
}

.global-01 .descbox .inbox .item.count p {
  line-height: 40px;
  font-size: 20px;
}

.global-01 .descbox .inbox .item.desc {
  display: flex;
  align-items: center;
  line-height: 30px;
  font-size: 18px;
}

.global-01 .descbox .inbox.sales {
  border-top: 1px solid var(--text-lv4);
  padding: 0 150px;
  line-height: 30px;
}

.global-01 .descbox .inbox.sales .salesbox {
  display: flex;
  flex-wrap: wrap;
  min-width: 50%;
  max-width: 50%;
  box-sizing: border-box;
  justify-content: center;
  align-items: flex-start;
}

.global-01 .descbox .inbox.sales .salesbox h3 {
  width: 100%;
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: center;
}

.global-01 .descbox .inbox.sales .salesbox span {
  font-size: 16px;
  padding: 0 20px;
  line-height: 26px;
}

.global-01 .descbox .inbox.sales .salesbox:first-child {
  padding: 30px 30px 30px 70px;
  border-right: 1px solid var(--text-lv4);
}

.global-01 .descbox .inbox.sales .salesbox:last-child {
  padding: 30px 70px 30px 30px;
}

.global-02 .intbox {
  text-align: center;
}

.global-02 .global02 {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-row-gap: 5px;
  grid-column-gap: 5px;
  grid-template-areas: "item01 item01 item02 item03 item03"
 "item01 item01 item04 item04 item05"
 "item06 item07 item07 item08 item05";
}

.global-02 .global02 .item01 {
  grid-area: item01;
}

.global-02 .global02 .item02 {
  grid-area: item02;
}

.global-02 .global02 .item03 {
  grid-area: item03;
}

.global-02 .global02 .item04 {
  grid-area: item04;
}

.global-02 .global02 .item05 {
  grid-area: item05;
}

.global-02 .global02 .item06 {
  grid-area: item06;
}

.global-02 .global02 .item07 {
  grid-area: item07;
}

.global-02 .global02 .item08 {
  grid-area: item08;
}

.global-02 .global02 .item {
  display: flex;
  position: relative;
  font-family: "iconfont" !important;
  cursor: pointer;
  justify-content: end;
}

.global-02 .global02 .item img {
  display: block;
  max-width: 100%;
}

.global-02 .global02 .item::before {
  position: absolute;
  content: '';
  inset: 0;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  transition: all .3s ease 0s;
}

.global-02 .global02 .item::after {
  position: absolute;
  content: '\e63b';
  left: 50%;
  top: 30%;
  transform: translate(-50%, -50%);
  color: var(--text-lv5);
  font-size: 30px;
  opacity: 0;
  z-index: -1;
  padding: 10px;
  transition: all .3s ease 0s;
}

.global-02 .global02 .item:hover::before {
  background-color: rgba(0, 0, 0, 0.5);
}

.global-02 .global02 .item:hover::after {
  top: 50%;
  opacity: 1;
  z-index: 5;
}

.inban-tec .ban-c {
  padding: 160px 0;
}

.inban-tec .ban-c .text {
  color: var(--text-lv1);
}

.tec-01 {
  background-image: url(../images/bg-tec01.jpg);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.tec-01 .tec01 .item {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
}

.tec-01 .tec01 .item:last-child {
  margin-bottom: 0;
}

.tec-01 .tec01 .item img {
  display: block;
  margin-right: 80px;
}

.tec-01 .tec01 .item .text {
  color: var(--text-lv1);
}

.tec-01 .tec01 .item .text h2 {
  line-height: 50px;
  font-weight: bold;
  font-size: 40px;
  margin-bottom: 10px;
}

.tec-01 .tec01 .item .text p {
  line-height: 26px;
  font-size: 16px;
}

.tec-02 {
  position: relative;
  height: 792px;
}

.tec-02 video {
  display: block;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  width: 100%;
}

.tec-02 .text {
  position: absolute;
  top: 100px;
  left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

.tec-02 .text h1 {
  line-height: 60px;
  color: var(var(--text-lv1));
  font-size: 48px;
  margin-bottom: 40px;
}

.tec-02 .text h1 span {
  background-image: linear-gradient(to bottom, #ff1b25, var(--theme-color));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-weight: bold;
}

.tec-02 .text p {
  line-height: 60px;
  font-size: 22px;
  color: var(--text-lv2);
}

.tec-02 .text p span {
  display: inline-block;
  padding: 0 10px;
  min-width: 210px;
  text-align: center;
  font-family: Sport;
  font-size: 60px;
  background-image: linear-gradient(to bottom, #ff1b25, var(--theme-color));
  color: transparent;
  background-clip: text;
  -webkit-background-clip: text;
  font-style: italic;
}

.tec-03 {
  background-image: url(../images/bg-tec02.jpg);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.tec-03 .intbox {
  text-align: center;
}

.tec-03 #tec-chart {
  height: 380px;
}

.tec-03 .tips {
  line-height: 30px;
  font-size: 12px;
  color: var(--text-lv2);
  text-align: right;
  padding-right: 35px;
  margin-bottom: 60px;
}

.tec-03 .tec03 {
  display: flex;
  justify-content: space-between;
}

.tec-03 .tec03 li {
  width: 320px;
  padding: 40px;
  box-sizing: border-box;
  background-color: rgba(255, 255, 255, 0.5);
  text-align: center;
  transition: all .3s ease 0s;
}

.tec-03 .tec03 li .ian {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  font-size: 20px;
  font-weight: bold;
  color: var(--text-lv1);
  margin-bottom: 20px;
}

.tec-03 .tec03 li .ian .iconfont {
  font-size: 30px;
  color: var(--text-lv5);
  padding: 15px;
  border-radius: 50%;
  background-color: var(--theme-color);
  margin-right: 20px;
  font-weight: normal;
}

.tec-03 .tec03 li .ian span {
  font-weight: bold;
  font-size: 60px;
  color: var(--text-lv1);
}

.tec-03 .tec03 li p {
  line-height: 30px;
  font-size: 20px;
}

.tec-03 .tec03 li:hover {
  background-color: white;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.tec-06 {
  background-image: url(../images/bg-prolist-02.jpg);
}
.overlay-container {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2000;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.overlay {
  display: flex;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 2000;
  align-items: center;
  justify-content: center;
  opacity: 0;
  -webkit-backdrop-filter: blur(24px);
          backdrop-filter: blur(24px);
}

.order-info {
  width: 60%;
  margin: 0 auto;
  background-color: #fff;
  padding: 20px;
  border-radius: 10px;
}

.language-a {
  text-align: center;
}
.language-a .order-info {
    box-sizing: border-box;
  position: relative;
  padding: 80px 120px;
}
.language-a .icon-box {
  cursor: pointer;
  position: absolute;
  top: 20px;
  right: 20px;
}
.language-a .language-box {
  width: 100%;
  margin-top: 40px;
  -moz-column-gap: 10px;
       column-gap: 10px;
  row-gap: 10px;
}
.language-a .language-box a {
    box-sizing: border-box;
  font-size: 12px;
  display: inline-block;
  width: calc(33.3333333333% - 6.6666666667px);
  padding: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #F6F7F8;
  border-radius: 4px;
  color: #000000;
  border: 1px solid #F6F7F8;
  transition: all 0.3s;
}
.language-a .language-box a span:last-child {
  color: #A6A6A6;
}
.language-a .language-box a:hover {
  transition: all 0.3s;
  border: 1px solid #c9151d;
  background-color: #fff;
}

.flex {
  display: flex !important;
}

.justify-content-between {
  justify-content: space-between !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

@media (max-width: 992px) {
  .language-a .order-info {
    padding-left: 20px;
    padding-right: 20px;
  }
  .order-info {
    width: 80%;
  }
}
@media (max-width: 576px) {
  .order-info {
    width: 95%;
  }
  .language-a .language-box a {
    width: calc(50% - 10px);
  }
}/*# sourceMappingURL=new.css.map */
