@charset "UTF-8";
body {
  overflow-x: hidden;
}

.navbar-nav {
  color: #ff5301;
}
.navbar-nav .hd-contact {
  background: #ff5301;
  color: #fff;
  border-radius: 50px;
  padding: 0 20px;
  height: 50px;
  line-height: 50px;
}
.navbar-nav .hd-contact:hover {
  background: #cd4200 !important;
  color: #fff !important;
}
.navbar-nav .hd-contact:hover a::after {
  display: none;
}
.navbar-nav .hd-contact a:hover {
  color: #fff !important;
}
.navbar-nav li a {
  position: relative;
}
.navbar-nav li a::after {
  transition: all ease 0.3s;
  content: "";
  display: block;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: -10px;
  left: 50%;
  background: #ff5301;
}
.navbar-nav li a:hover {
  color: #ff5301;
  cursor: pointer;
}
.navbar-nav li a:hover::after {
  width: 100%;
  left: 0;
}

.sticky-nav .dots a {
  display: block;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 100%;
  opacity: 0.4;
}
.sticky-nav .dots a.active {
  opacity: 1;
}
.sticky-nav .dots a + a {
  margin-top: 10px;
}
.sticky-nav .label {
  height: 100px;
}
.sticky-nav .label p {
  width: 100px;
  color: #fff;
  letter-spacing: 2px;
  font-size: 14px;
  transform: rotate(90deg);
  transform-origin: left top;
  line-height: 1;
  transition: all ease 0.3s;
}

.carousel-wrapper .bg-layer > ul > li {
  height: 100vh;
  width: 100vw;
}
.carousel-wrapper .bg-layer > ul > li .banner-img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
  z-index: -1;
}
.carousel-wrapper .bg-layer > ul > li:last-child img {
  transform: rotateY(180deg);
}
.carousel-wrapper .banner-info {
  top: 25%;
  left: 6%;
}
.carousel-wrapper .banner-info .title {
  font-size: 62px;
  font-family: serif;
  font-weight: bolder;
}
.carousel-wrapper .banner-info .info-mid {
  margin-top: 50px;
  font-size: 18px;
}
.carousel-wrapper .banner-info .info-mid .seo-sort li {
  width: 170px;
  gap: 6px;
}
.carousel-wrapper .banner-info .info-mid .seo-sort li .icon {
  width: 30px;
  height: 30px;
  flex-basis: 30px;
  flex-shrink: 0;
}
.carousel-wrapper .banner-info .info-mid .seo-sort li .icon img {
  width: 100%;
}
.carousel-wrapper .banner-info .info-bt {
  width: 720px;
  height: 165px;
  display: flex;
  background: #fff;
  border-radius: 50px;
  padding: 0 40px;
  margin-top: 65px;
  position: relative;
  cursor: pointer;
}
.carousel-wrapper .banner-info .info-bt .left-arrow {
  width: 70px;
  height: 70px;
  background: #ff5301;
  border-radius: 50%;
  text-align: center;
  line-height: 70px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.carousel-wrapper .banner-info .info-bt .left-arrow .icon {
  background: url("/images/arrow.png");
  background-repeat: no-repeat;
  width: 16px;
  height: 16px;
  transition: all 0.3s;
}
.carousel-wrapper .banner-info .info-bt:hover .left-arrow {
  background: #e74a00;
}
.carousel-wrapper .banner-info .info-bt:hover .left-arrow .icon {
  margin-left: 5px;
}
.carousel-wrapper .banner-info .info-bt .btn-contact-info {
  color: #ff5301;
}
.carousel-wrapper .banner-info .info-bt .btn-contact-info .contact-title {
  font-size: 40px;
  font-weight: bold;
}
.carousel-wrapper .banner-info .info-bt .btn-contact-info p {
  font-size: 22px;
  font-weight: bold;
}
.carousel-wrapper .banner-info .info-bt .right-img {
  position: absolute;
  right: 30px;
  bottom: 0px;
}
.carousel-wrapper .right-top-info {
  top: 25%;
  right: 4%;
  background: rgba(233, 161, 21, 0.59);
  padding: 35px 55px 80px;
  border-radius: 45px;
}
.carousel-wrapper .right-top-info .info-group {
  color: #fff;
}
.carousel-wrapper .right-top-info .info-group .info-title {
  margin-right: 50px;
  font-size: 20px;
  width: 55px;
}
.carousel-wrapper .right-top-info .info-group:first-child {
  margin-bottom: 50px;
}
.carousel-wrapper .right-top-info .info-group .news-list {
  font-size: 16px;
  cursor: pointer;
  align-items: center;
  line-height: 1.85;
}
.carousel-wrapper .right-top-info .info-group .news-list:hover a::after {
  width: 100%;
  -webkit-animation-name: LineAnimation;
          animation-name: LineAnimation;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.3s;
          animation-duration: 0.3s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: alternate;
          animation-iteration-count: alternate;
}
.carousel-wrapper .right-top-info .info-group .news-list .date {
  font-size: 14px;
  margin-right: 10px;
}
.carousel-wrapper .right-top-info .info-group .news-list p {
  width: 300px;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.carousel-wrapper .right-top-info .info-group .news-list a {
  position: relative;
}
.carousel-wrapper .right-top-info .info-group .news-list a::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #fff;
  transition: all ease 0.3s;
  opacity: 0.8;
}
@-webkit-keyframes LineAnimation {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
@keyframes LineAnimation {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
.carousel-wrapper .banner-info02 {
  width: 350px;
  left: calc(50% - 170px);
  top: 30%;
}
.carousel-wrapper .banner-info03 {
  top: 25%;
  left: 6%;
}
.carousel-wrapper .banner-info03 .title {
  font-size: 62px;
  font-weight: bold;
}
.carousel-wrapper .banner-info03 p {
  font-size: 25px;
  font-weight: bold;
  line-height: 2;
  margin-top: 30px;
}
.carousel-wrapper .banner-info03 a {
  font-size: 30px;
  letter-spacing: 1px;
  color: #ff5301;
  text-decoration: underline;
  font-weight: bold;
  margin-top: 30px;
}
.carousel-wrapper .banner-info03 a .arrow {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ff5301;
  text-align: center;
  line-height: 112px;
  color: #fff;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.carousel-wrapper .banner-info03 a .arrow .icon {
  background: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.2s;
}
.carousel-wrapper .banner-info03 a:hover .arrow {
  background: #e74a00;
}
.carousel-wrapper .banner-info03 a:hover .arrow .icon {
  margin-left: 5px;
}

.news-section, .contact-section {
  background-image: url("/images/index/news_bg.jpg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  min-height: 100vh;
}
.news-section .section-wrapper, .contact-section .section-wrapper {
  padding: 160px 120px 60px;
}
.news-section .section-wrapper .title, .contact-section .section-wrapper .title {
  font-weight: bold;
  margin-right: 110px;
}
.news-section .section-wrapper .title .en, .contact-section .section-wrapper .title .en {
  font-size: 90px;
}
.news-section .section-wrapper .title .cn, .contact-section .section-wrapper .title .cn {
  font-size: 35px;
}
.news-section .section-wrapper .news-content, .contact-section .section-wrapper .news-content {
  width: 100%;
}
.news-section .section-wrapper .news-content li, .contact-section .section-wrapper .news-content li {
  padding: 80px 40px;
  border-bottom: 1px solid #fff;
}
.news-section .section-wrapper .news-content li .news-title, .contact-section .section-wrapper .news-content li .news-title {
  font-size: 35px;
}
.news-section .section-wrapper .news-content li .news-items, .contact-section .section-wrapper .news-content li .news-items {
  font-size: 28px;
}
.news-section .section-wrapper .news-content li .news-items .date, .contact-section .section-wrapper .news-content li .news-items .date {
  margin-right: 110px;
}
.news-section .section-wrapper .news-content li .news-items .news-info, .contact-section .section-wrapper .news-content li .news-items .news-info {
  overflow: hidden;
  display: -webkit-box;
  text-overflow: ellipsis;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  white-space: normal;
}

.news-section .section-wrapper .news-content li .news-items .news-info {
  position: relative;
  cursor: pointer;
}
.news-section .section-wrapper .news-content li .news-items .news-info:hover {
  color: rgba(22, 22, 22, 0.7);
}
.news-section .section-wrapper .news-content li .news-items .news-info:hover::after {
  width: 100%;
  -webkit-animation-name: LineAnimation;
  animation-name: LineAnimation;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-timing-function: ease;
  animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
  -webkit-animation-iteration-count: alternate;
  animation-iteration-count: alternate;
}
.news-section .section-wrapper .news-content li .news-items .news-info::after {
  content: "";
  display: block;
  height: 1px;
  width: 0;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  background: rgb(0, 0, 0);
  transition: all ease 0.3s;
  opacity: 0.8;
}

.contact-section {
  background-image: url("/images/index/contact_bg.jpg");
}
.contact-section .section-wrapper .title {
  text-align: center;
  margin: 0;
}
.contact-section .section-wrapper .contact-content {
  padding-top: 60px;
  font-size: 28px;
  text-align: center;
}
.contact-section .section-wrapper .arrow {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ff5301;
  text-align: center;
  line-height: 112px;
  color: #fff;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 50px auto 0;
  transition: all 0.5s;
}
.contact-section .section-wrapper .arrow .icon {
  background: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.2s;
}
.contact-section .section-wrapper .arrow:hover {
  background: #e74a00;
}
.contact-section .section-wrapper .arrow:hover .icon {
  margin-left: 5px;
}

.desktop-menu {
  transition: all 0.3s;
}
.desktop-menu.sticky {
  position: fixed;
  top: 0px;
  height: 80px;
  padding: 0 2.5rem;
  background: #fff;
}
.desktop-menu.sticky .navbar-brand {
  width: 3rem;
  margin-top: 5px;
}

.mobile-header {
  display: none;
}

@media screen and (max-width: 1536px) {
  .news-section .section-wrapper .news-content li {
    padding: 45px 30px;
  }
}
@media screen and (max-width: 1440px) {
  .carousel-wrapper .banner-info {
    transform: scale(0.8);
    left: 0;
    top: initial;
    bottom: 3%;
  }
  .carousel-wrapper .right-top-info {
    top: 18%;
  }
  .news-section .section-wrapper, .contact-section .section-wrapper {
    padding: 100px 60px 60px;
  }
  .news-section .section-wrapper .title .en, .contact-section .section-wrapper .title .en {
    font-size: 75px;
  }
  .news-section .section-wrapper .title .cn, .contact-section .section-wrapper .title .cn {
    font-size: 28px;
    line-height: 1;
  }
  .news-section .section-wrapper .news-content li, .contact-section .section-wrapper .news-content li {
    padding: 30px;
  }
  .news-section .section-wrapper .news-content li .news-items, .contact-section .section-wrapper .news-content li .news-items {
    display: block;
  }
}
@media screen and (max-width: 1000px) {
  .carousel-wrapper {
    font-size: 56px;
  }
  .desktop-menu {
    display: none !important;
  }
  .mobile-header {
    display: block;
  }
  .mobile-header .mb-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: fixed;
    width: 100%;
    padding: 15px 15px;
    z-index: 99;
  }
  .menu {
    display: block;
    position: absolute;
    right: 15px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    z-index: 99;
  }
  .menu__line {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 25px;
    height: 3px;
    background-color: #fff;
    border-radius: 13px;
    transition-duration: 0.4s;
  }
  .menu__line:nth-child(1) {
    top: 5px;
  }
  .menu__line:nth-child(2) {
    top: 14px;
  }
  .menu__line:nth-child(3) {
    bottom: 24px;
  }
  .menu.active {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: none;
  }
  .menu.active .menu__line:nth-child(1) {
    transform: translate(-12px, 9px) rotate(-45deg);
  }
  .menu.active .menu__line:nth-child(2) {
    transition-duration: 0s;
    opacity: 0;
  }
  .menu.active .menu__line:nth-child(3) {
    transform: translate(-12px, -9px) rotate(45deg);
  }
  .nav {
    display: block;
    position: absolute;
    bottom: 16px;
    right: 16px;
    height: 50px;
    width: 50px;
    z-index: 10;
    transition-duration: 0.4s;
  }
  .nav.open {
    background-color: rgba(22, 22, 22, 0.98);
    width: 100%;
    height: 100%;
    position: fixed;
    right: 0px;
    bottom: 0px;
    border-radius: 0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .nav__list {
    display: none;
  }
  .nav__list.show {
    display: flex;
    flex-direction: column;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .nav__item {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: transparent;
    width: 100%;
    opacity: 0;
    -webkit-animation-name: fadein;
            animation-name: fadein;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-fill-mode: forwards;
            animation-fill-mode: forwards;
  }
  .nav__item:nth-child(1) {
    -webkit-animation-delay: 0.2s;
            animation-delay: 0.2s;
  }
  .nav__item:nth-child(2) {
    -webkit-animation-delay: 0.3s;
            animation-delay: 0.3s;
  }
  .nav__item:nth-child(3) {
    -webkit-animation-delay: 0.4s;
            animation-delay: 0.4s;
  }
  .nav__item:nth-child(4) {
    -webkit-animation-delay: 0.5s;
            animation-delay: 0.5s;
  }
  .nav__item:nth-child(5) {
    -webkit-animation-delay: 0.6s;
            animation-delay: 0.6s;
  }
  .nav__item:nth-child(6) {
    -webkit-animation-delay: 0.7s;
            animation-delay: 0.7s;
  }
  .nav__item:nth-child(7) {
    -webkit-animation-delay: 0.8s;
            animation-delay: 0.8s;
  }
  .nav__item:not(:last-child) {
    margin-bottom: 22px;
  }
  .nav__link {
    font-size: 24px;
    letter-spacing: 0.1em;
    text-decoration: none;
    color: #fff;
  }
  .nav span {
    color: #fff;
    padding: 0 5px;
  }
  .news-section .section-wrapper, .contact-section .section-wrapper {
    display: block;
  }
  .news-section .section-wrapper .title .en, .contact-section .section-wrapper .title .en {
    font-size: 62px;
  }
  .news-section .section-wrapper .contact-content, .contact-section .section-wrapper .contact-content {
    font-size: 18px;
  }
  @-webkit-keyframes fadein {
    0% {
      opacity: 0;
      transform: translateY(24px);
    }
    100% {
      opacity: 1;
    }
  }
  @keyframes fadein {
    0% {
      opacity: 0;
      transform: translateY(24px);
    }
    100% {
      opacity: 1;
    }
  }
}
@media screen and (max-width: 850px) {
  .carousel-wrapper .right-top-info {
    top: 10%;
    padding: 28px 40px 31px;
  }
  .carousel-wrapper .right-top-info .info-group {
    display: block;
  }
  .carousel-wrapper .right-top-info .info-group:first-child {
    margin-bottom: 30px;
  }
  .carousel-wrapper .banner-info03 {
    margin: 0 25px;
    top: 32%;
  }
  .carousel-wrapper .banner-info03 .title {
    font-size: 48px;
    width: 100%;
  }
  .carousel-wrapper .banner-info03 p {
    font-size: 14px;
  }
  .carousel-wrapper .banner-info03 p br {
    display: none;
  }
  .carousel-wrapper .banner-info {
    width: 100%;
  }
  .carousel-wrapper .banner-info .title {
    font-size: 55px;
    width: 100%;
  }
  .carousel-wrapper .banner-info .info-mid {
    display: block;
  }
  .carousel-wrapper .banner-info .info-mid .seo-logo {
    margin-bottom: 20px;
    width: 120px;
  }
  .carousel-wrapper .banner-info .info-mid .seo-sort li {
    font-size: 24px;
    width: 33.33333%;
    padding: 0;
  }
  .carousel-wrapper .banner-info .info-bt {
    width: 100%;
  }
  .news-section .section-wrapper {
    padding: 100px 70px 60px;
  }
  .news-section .section-wrapper .news-content li .news-title {
    font-size: 24px;
  }
  .news-section .section-wrapper .news-content li .news-items .date {
    font-size: 20px;
  }
  .news-section .section-wrapper .news-content li .news-info {
    font-size: 18px;
  }
}
@media screen and (max-width: 650px) {
  .carousel-wrapper .banner-info {
    position: inherit;
    padding: 100px 0 0;
  }
  .carousel-wrapper .banner-info .title {
    font-size: 40px;
  }
  .carousel-wrapper .banner-info .info-mid {
    margin-top: 30px;
  }
  .carousel-wrapper .banner-info .info-mid .seo-logo {
    width: 95px;
  }
  .carousel-wrapper .banner-info .info-mid .seo-sort li {
    font-size: 18px;
  }
  .carousel-wrapper .banner-info .info-bt {
    padding: 0 25px;
    margin-top: 45px;
    height: 130px;
    border-radius: 35px;
  }
  .carousel-wrapper .banner-info .info-bt .right-img {
    width: 140px;
    right: 14px;
  }
  .carousel-wrapper .banner-info .info-bt .right-img img {
    width: 100%;
  }
  .carousel-wrapper .banner-info .info-bt .btn-contact-info .contact-title {
    font-size: 30px;
  }
  .carousel-wrapper .banner-info .info-bt .btn-contact-info p {
    font-size: 18px;
  }
  .carousel-wrapper .right-top-info {
    position: initial;
    padding: 25px 40px;
    margin: 0 50px;
    border-radius: 35px;
  }
  .carousel-wrapper .right-top-info .info-group:first-child {
    margin-bottom: 20px;
  }
  .carousel-wrapper .right-top-info .info-group .news-list {
    font-size: 14px;
  }
  .carousel-wrapper .right-top-info .info-group .news-list p {
    width: 100%;
  }
  .news-section .section-wrapper, .contact-section .section-wrapper {
    padding: 100px 50px 60px;
  }
  .news-section .section-wrapper .news-content, .contact-section .section-wrapper .news-content {
    padding: 40px 8px;
  }
}
@media screen and (max-width: 580px) {
  .carousel-wrapper .banner-info .info-mid .seo-sort ul {
    justify-content: space-between;
  }
  .carousel-wrapper .banner-info .info-mid .seo-sort ul li {
    font-size: 16px;
    white-space: nowrap;
  }
  .carousel-wrapper .banner-info .info-mid .seo-sort ul li .icon {
    width: 20px;
    height: 20px;
  }
  .carousel-wrapper .banner-info .info-bt {
    height: 115px;
    border-radius: 25px;
  }
  .carousel-wrapper .banner-info .info-bt .left-arrow {
    width: 60px;
    height: 60px;
    margin-right: 10px;
  }
  .carousel-wrapper .banner-info .info-bt .btn-contact-info .contact-title {
    font-size: 24px;
  }
  .carousel-wrapper .banner-info .info-bt .btn-contact-info p {
    font-size: 16px;
  }
  .carousel-wrapper .info-bt .right-img {
    display: none;
  }
  .carousel-wrapper .right-top-info {
    display: none;
  }
  .carousel-wrapper .banner-info02 {
    width: 150px;
    left: calc(50% - 75px);
  }
  .carousel-wrapper .banner-info03 {
    top: 12%;
  }
  .carousel-wrapper .banner-info03 .title {
    font-size: 36px;
  }
  .carousel-wrapper .banner-info03 a .arrow {
    width: 80px;
    height: 80px;
  }
  .news-section .section-wrapper, .contact-section .section-wrapper {
    padding: 50px 30px 50px;
  }
  .news-section .section-wrapper .title .en, .contact-section .section-wrapper .title .en {
    font-size: 36px;
  }
  .news-section .section-wrapper .title .cn, .contact-section .section-wrapper .title .cn {
    font-size: 20px;
  }
  .news-section .section-wrapper .news-content, .contact-section .section-wrapper .news-content {
    padding: 15px 8px;
  }
  .news-section .section-wrapper .news-content li, .contact-section .section-wrapper .news-content li {
    padding: 12px;
  }
  .news-section .section-wrapper .news-content li .news-title, .contact-section .section-wrapper .news-content li .news-title {
    font-size: 20px;
  }
  .news-section .section-wrapper .news-content li .news-items, .contact-section .section-wrapper .news-content li .news-items {
    font-size: 16px;
  }
  .contact-section .section-wrapper .contact-content {
    font-size: 18px;
  }
  .contact-section .section-wrapper .arrow {
    width: 85px;
    height: 85px;
  }
  .contact-section .section-wrapper {
    padding: 100px 50px 60px;
  }
}
.service-region-01 {
  background: url(/images/service/service_bg_001.jpg);
  box-shadow: 0px 8px 30px rgba(68, 68, 68, 0.6705882353);
  z-index: 1;
  position: relative;
  background-repeat: no-repeat;
  background-size: 100%;
}
.service-region-01::before {
  content: "Solutions";
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: rgba(0, 0, 0, 0.56);
  position: absolute;
  bottom: 6%;
  left: 0;
  font-size: 70px;
  letter-spacing: 3px;
  font-weight: 800;
}
.service-region-01 .region-01-wrapper {
  padding: 500px 75px 105px 175px;
}
.service-region-01 .region-01-wrapper .title {
  font-size: 85px;
  text-align: center;
  margin: 0 auto;
  line-height: 1.2;
  font-family: serif;
  font-weight: bold;
  letter-spacing: 5px;
}
.service-region-01 .region-01-wrapper .describe {
  color: #5e5e5e;
  width: 52%;
  text-align: center;
  margin: 55px auto 150px;
  font-size: 22px;
  line-height: 1.8;
}
.service-region-01 .region-01-wrapper .info-sort ul li {
  width: 25%;
  padding-bottom: 70px;
}
.service-region-01 .region-01-wrapper .info-sort ul li .sm-tip {
  font-size: 18px;
  padding-right: 48px;
  position: relative;
  height: 28px;
  white-space: nowrap;
}
.service-region-01 .region-01-wrapper .info-sort ul li .sm-tip::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 27px;
  background: #5e5e5e;
  right: 12px;
  bottom: 0;
}
.service-region-01 .region-01-wrapper .info-sort ul li .info-items {
  line-height: 1.25;
}
.service-region-01 .region-01-wrapper .info-sort ul li .info-items .en {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.service-region-01 .region-01-wrapper .info-sort ul li .info-items .cn {
  font-size: 42px;
}

.service-region-02 {
  background: url(/images/service/service_bg_002.jpg);
  position: relative;
  background-repeat: no-repeat;
}
.service-region-02::before {
  content: "Solutions";
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: rgba(0, 0, 0, 0.56);
  position: absolute;
  top: calc(50% - 171px);
  left: 0;
  font-size: 70px;
  letter-spacing: 3px;
  font-weight: 800;
}
.service-region-02 .region-02-wrapper {
  position: relative;
  z-index: 1;
}
.service-region-02 .region-02-wrapper::before {
  content: "";
  position: absolute;
  right: 0;
  top: 45px;
  background: url(/images/service/bg_cover.png);
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  z-index: 0;
}
.service-region-02 .region-02-wrapper::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: 0;
  background: url(/images/service/bg_cover_002.png);
  width: 907px;
  height: 575px;
  background-repeat: no-repeat;
  z-index: 0;
}
.service-region-02 .region-02-wrapper .content-wrapper {
  padding: 45px 125px 105px 147px;
  position: relative;
  z-index: 1;
}
.service-region-02 .region-02-wrapper .content-wrapper .items-block {
  width: 50%;
}
.service-region-02 .region-02-wrapper .content-wrapper .items-block:first-child {
  padding-right: 150px;
}
.service-region-02 .region-02-wrapper .content-wrapper .items-block:last-child {
  padding-top: 500px;
}
.service-region-02 .region-02-wrapper .content-wrapper .content:first-child .items-block:first-child ul {
  border-bottom: 1px solid #fff;
}
.service-region-02 .region-02-wrapper .content-wrapper .content:last-child .items-block:last-child {
  padding-left: 200px;
}
.service-region-02 .region-02-wrapper .content-wrapper .content:last-child .items-block:last-child ul {
  border-bottom: 1px solid #fff;
}
.service-region-02 .region-02-wrapper .content-wrapper .tip-group .sm-tip {
  font-size: 18px;
  position: relative;
  width: 110px;
  height: 22px;
  margin-right: 35px;
  box-sizing: border-box;
  white-space: nowrap;
}
.service-region-02 .region-02-wrapper .content-wrapper .tip-group .sm-tip::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 27px;
  background: #5e5e5e;
  right: -15px;
  bottom: 0;
}
.service-region-02 .region-02-wrapper .content-wrapper .tip-group .info-items {
  white-space: nowrap;
}
.service-region-02 .region-02-wrapper .content-wrapper .tip-group .info-items .en {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.service-region-02 .region-02-wrapper .content-wrapper .tip-group .info-items .cn {
  font-size: 26px;
  font-weight: 550;
  padding-left: 6px;
}
.service-region-02 .region-02-wrapper .content-wrapper .title {
  font-size: 65px;
  font-weight: 400;
  line-height: 1.35;
  padding: 50px 0 150px;
  white-space: nowrap;
}
.service-region-02 .region-02-wrapper .content-wrapper .title .point-txt {
  color: #ff5301;
}
.service-region-02 .region-02-wrapper .content-wrapper ul li {
  color: #fff;
  padding-bottom: 75px;
}
.service-region-02 .region-02-wrapper .content-wrapper ul li .info-items {
  font-size: 30px;
  padding-bottom: 50px;
}
.service-region-02 .region-02-wrapper .content-wrapper ul li .info-items .arrow-icon {
  padding-right: 15px;
}
.service-region-02 .region-02-wrapper .content-wrapper ul li .describe {
  font-size: 18px;
  line-height: 1.65;
}

.service-region-03 {
  padding: 60px 110px 50px 145px;
  background: #011667;
  position: relative;
}
.service-region-03::before {
  content: "Solutions";
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: rgba(0, 0, 0, 0.55);
  position: absolute;
  left: 0;
  font-size: 70px;
  letter-spacing: 3px;
  font-weight: 800;
}
.service-region-03 .content .info-region {
  color: #fff;
  width: 65%;
  margin-right: 105px;
}
.service-region-03 .content .info-region .title {
  font-size: 50px;
  font-family: serif;
  font-weight: bolder;
  padding-bottom: 60px;
}
.service-region-03 .content .info-region .describe {
  font-size: 24px;
}
.service-region-03 .content .info-sort {
  color: #fff;
  padding-top: 150px;
}
.service-region-03 .content .info-sort ul li {
  padding-right: 65px;
  width: 25%;
}
.service-region-03 .content .info-sort ul li:last-child {
  padding-right: 0;
}
.service-region-03 .content .info-sort ul li .info-items {
  font-size: 28px;
  padding: 40px 0 60px;
  gap: 8px;
  height: 180px;
}
.service-region-03 .content .info-sort ul li .info-items .arrow-icon {
  width: 60px;
  height: 60px;
  flex-basis: 60px;
  flex-shrink: 0;
}
.service-region-03 .content .info-sort ul li .info-items .arrow-icon img {
  width: 100%;
}
.service-region-03 .content .info-sort .sm-tip {
  font-size: 18px;
  padding-right: 48px;
  position: relative;
  height: 28px;
  white-space: nowrap;
}
.service-region-03 .content .info-sort .sm-tip::before {
  content: "";
  position: absolute;
  height: 2px;
  width: 27px;
  background: #fff;
  right: 12px;
  bottom: 0;
}
.service-region-03 .content .info-sort .title-info .en {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}
.service-region-03 .content .info-sort .title-info .cn {
  font-size: 30px;
  color: #ff5301;
  font-weight: 500;
  letter-spacing: 1px;
  white-space: nowrap;
}

@media screen and (max-width: 1536px) {
  .service-region-01::before {
    font-size: 60px;
  }
  .service-region-01 .region-01-wrapper {
    padding: 300px 75px 105px 155px;
  }
  .service-region-01 .region-01-wrapper .title {
    font-size: 65px;
  }
  .service-region-01 .region-01-wrapper .describe {
    width: 65%;
    margin: 50px auto 120px;
    font-size: 22px;
    line-height: 1.65;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .sm-tip {
    width: 140px;
    height: 22px;
    margin-bottom: 6px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .sm-tip::before {
    right: 10px;
  }
  .service-region-02::before {
    font-size: 60px;
    top: calc(50% - 149px);
  }
  .service-region-02 .region-02-wrapper .content-wrapper {
    padding: 45px 60px 100px 100px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:last-child {
    padding-top: 300px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .title {
    font-size: 56px;
    padding: 36px 0 80px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:first-child {
    padding-right: 120px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .content:last-child .items-block:last-child {
    padding-left: 0;
  }
  .service-region-03::before {
    font-size: 60px;
  }
  .service-region-03 .content .info-region {
    margin-right: 85px;
  }
  .service-region-03 .content .info-sort {
    padding-top: 110px;
  }
  .service-region-03 .content .info-sort .sm-tip {
    height: 22px;
    width: 146px;
    margin-bottom: 6px;
  }
  .service-region-03 .content .info-sort ul li {
    padding-right: 60px;
  }
  .service-region-03 .content .info-sort ul li .info-items {
    font-size: 24px;
    padding: 25px 0 35px;
    line-height: 1.35;
    height: 148px;
  }
  .service-region-03 .content .info-sort ul li .info-items .arrow-icon {
    width: 45px;
    height: 45px;
    flex-basis: 45px;
  }
}
@media screen and (max-width: 1440px) {
  .service-region-03 .content .info-sort .title-info .cn {
    font-size: 24px;
  }
  .service-region-03 .content .info-sort .title-info .en {
    font-size: 22px;
  }
  .service-region-03 .content .info-sort ul li .info-items {
    font-size: 20px;
    padding: 20px 0 25px;
    height: 122px;
  }
  .service-region-03 .content .info-sort ul li .info-items .arrow-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
}
@media screen and (max-width: 1280px) {
  .service-region-01::before {
    font-size: 50px;
    bottom: 10%;
  }
  .service-region-01 .region-01-wrapper {
    padding: 250px 65px 65px 110px;
  }
  .service-region-01 .region-01-wrapper .title {
    font-size: 50px;
  }
  .service-region-01 .region-01-wrapper .describe {
    width: 100%;
    margin: 45px auto 80px;
    line-height: 1.5;
    font-size: 20px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .sm-tip {
    width: 128px;
    height: 17px;
    margin-bottom: 6px;
    font-size: 15px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .info-items .cn {
    font-size: 36px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .info-items .en {
    font-size: 22px;
  }
  .service-region-02::before {
    top: calc(50% - 127px);
    font-size: 50px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper {
    padding: 45px 60px 75px 110px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .title {
    font-size: 45px;
    padding: 31px 0 55px;
    line-height: 1.25;
  }
  .service-region-02 .region-02-wrapper .content-wrapper ul li {
    padding-bottom: 60px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper ul li .info-items {
    font-size: 24px;
    padding-bottom: 25px;
    line-height: 1.25;
  }
  .service-region-02 .region-02-wrapper .content-wrapper ul li .info-items .arrow-icon {
    width: 52px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper ul li .describe {
    font-size: 16px;
    line-height: 1.55;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:last-child {
    padding-top: 230px;
  }
  .service-region-03 {
    padding: 60px 60px 80px 110px;
  }
  .service-region-03 .content .info-region {
    width: 78%;
    margin-right: 70px;
  }
  .service-region-03 .content .info-region .title {
    font-size: 40px;
    padding-bottom: 50px;
  }
  .service-region-03 .content .info-region .describe {
    font-size: 18px;
    line-height: 1.5;
  }
  .service-region-03 .content .info-sort ul li {
    padding-right: 40px;
  }
  .service-region-03 .content .info-sort ul li .title-info .cn {
    width: 24px;
  }
  .service-region-03 .content .info-sort ul li .info-items {
    height: 120px;
  }
  .service-region-03 .content .info-sort ul li .info-items .arrow-icon {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-region-01 .region-01-wrapper {
    padding: 150px 60px 65px 60px;
  }
  .service-region-01 .region-01-wrapper .describe {
    margin: 40px auto 60px;
  }
  .service-region-01 .region-01-wrapper .title {
    font-size: 40px;
    white-space: nowrap;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li {
    padding-bottom: 35px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .info-items .cn {
    font-size: 32px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .info-items .en {
    font-size: 20px;
  }
  .service-region-01::before {
    display: none;
  }
  .service-region-02::before {
    display: none;
  }
  .service-region-02 .region-02-wrapper::before, .service-region-02 .region-02-wrapper::after {
    background-size: cover;
    background: rgba(0, 0, 0, 0.12);
    top: 0;
  }
  .service-region-02 .region-02-wrapper::after {
    display: none;
  }
  .service-region-02 .region-02-wrapper .content-wrapper {
    padding: 45px 60px 50px 60px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper ul li {
    padding-bottom: 40px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper ul li .info-items {
    padding-bottom: 15px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .title {
    font-size: 36px;
    padding: 25px 0 45px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .tip-group .sm-tip {
    font-size: 15px;
    height: 17px;
    width: auto;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .tip-group .sm-tip::before {
    right: -32px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .tip-group .info-items .en {
    font-size: 20px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .tip-group .info-items .cn {
    font-size: 18px;
    font-weight: 500;
    padding-left: 3px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:first-child {
    padding-right: 75px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:last-child {
    padding-top: 180px;
  }
  .service-region-03 {
    padding: 45px 60px 50px 60px;
  }
  .service-region-03::before {
    display: none;
  }
  .service-region-03 .region-03-wrapper .content .info-region {
    width: 100%;
    margin-right: 0;
    text-align: center;
  }
  .service-region-03 .region-03-wrapper .content .info-region .title {
    padding-bottom: 30px;
  }
  .service-region-03 .region-03-wrapper .content img {
    width: 80%;
    margin: 30px auto 0;
  }
  .service-region-03 .region-03-wrapper .content .info-sort {
    padding-top: 60px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort .sm-tip {
    font-size: 15px;
    height: 17px;
    width: 132px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort .title-info .en {
    font-size: 20px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort .title-info .cn {
    font-size: 24px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort ul li {
    width: 50%;
    padding-bottom: 50px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort ul li .info-items {
    font-size: 24px;
    padding: 15px 0 15px;
    line-height: 1.35;
    height: 85px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort ul li .info-items br {
    display: none;
  }
  .service-region-03 .region-03-wrapper .content .info-sort ul li .info-items .arrow-icon {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .service-region-01 .region-01-wrapper {
    padding: 120px 30px 40px 30px;
  }
  .service-region-01 .region-01-wrapper .title {
    white-space: inherit;
    font-size: 32px;
  }
  .service-region-01 .region-01-wrapper .title br {
    display: none;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li {
    width: 50%;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .sm-tip {
    width: 115px;
    height: 16px;
    margin-bottom: 6px;
    font-size: 13px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .sm-tip::before {
    right: 17px;
    width: 20px;
    height: 1px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .info-items .en {
    font-size: 18px;
  }
  .service-region-01 .region-01-wrapper .info-sort ul li .info-items .cn {
    font-size: 30px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper {
    padding: 45px 30px 50px 30px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .title {
    padding: 15px 0 30px;
    font-size: 32px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block {
    width: 100%;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:first-child {
    padding-right: 0px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:last-child {
    padding-top: 50px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .items-block:last-child ul {
    border-bottom: 1px solid #fff;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .content:last-child {
    padding-top: 50px;
  }
  .service-region-02 .region-02-wrapper .content-wrapper .content:last-child .items-block:first-child {
    border-bottom: 1px solid #fff;
  }
  .service-region-03 .content .info-region .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 640px) {
  .service-region-03 {
    padding: 45px 30px 50px 30px;
  }
  .service-region-03 .region-03-wrapper .content .info-sort ul li {
    width: 100%;
    padding-right: 0;
  }
  .service-region-01 .region-01-wrapper .describe {
    font-size: 18px;
  }
}
.about-region-01 {
  background: url(/images/about/about_bg_001.jpg);
  position: relative;
  background-repeat: no-repeat;
  padding: 350px 75px 160px 125px;
  box-shadow: 0px 8px 30px rgba(68, 68, 68, 0.55);
}
.about-region-01::before {
  content: "Copmany";
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: rgba(0, 0, 0, 0.56);
  position: absolute;
  bottom: 6%;
  left: 0;
  font-size: 70px;
  letter-spacing: 3px;
  font-weight: 800;
}
.about-region-01 .region-01-wrapper {
  width: 46%;
}
.about-region-01 .region-01-wrapper .title {
  font-size: 65px;
  margin: 0 auto;
  line-height: 1.2;
  font-family: serif;
  font-weight: bold;
  color: #ff5301;
  letter-spacing: 2px;
  white-space: nowrap;
}
.about-region-01 .region-01-wrapper .company {
  font-size: 28px;
  color: #484441;
  padding-top: 20px;
  text-align: right;
  width: 100%;
  display: block;
}
.about-region-01 .region-01-wrapper .info-items {
  font-size: 40px;
  line-height: 1.25;
  padding-top: 100px;
}
.about-region-01 .region-01-wrapper .describle {
  padding: 60px 0;
  font-size: 20px;
  line-height: 1.65;
}
.about-region-01 .region-01-wrapper .describle > span {
  padding-bottom: 30px;
  display: block;
}

.about-region-02 {
  padding: 90px 75px 250px 125px;
  background: #e6d9d0;
}
.about-region-02 .region-02-wrapper .title {
  text-align: center;
  font-weight: 550;
}
.about-region-02 .region-02-wrapper .title .cn {
  font-size: 65px;
  color: #ff5301;
}
.about-region-02 .region-02-wrapper .title .en {
  font-size: 55px;
  line-height: 1;
  color: #1d5457;
  letter-spacing: 1px;
}
.about-region-02 .region-02-wrapper .content {
  padding-top: 130px;
}
.about-region-02 .region-02-wrapper .content img {
  padding-right: 95px;
}
.about-region-02 .region-02-wrapper .content .info-region {
  width: 60%;
}
.about-region-02 .region-02-wrapper .content .info-region ul li {
  padding-bottom: 60px;
}
.about-region-02 .region-02-wrapper .content .info-region ul li .time {
  font-size: 40px;
  padding-right: 65px;
}
.about-region-02 .region-02-wrapper .content .info-region ul li .company-info {
  font-size: 36px;
  line-height: 1.25;
}

.contact-region {
  background: url(/images/about/contact_banner.jpg);
  background-repeat: no-repeat;
  position: relative;
}
.contact-region::after {
  content: "";
  height: 100%;
  width: 120%;
  display: block;
  position: absolute;
  top: 0;
  left: -140%;
  background: #ff5301;
  mix-blend-mode: multiply;
  transition: all ease 0.6s;
  transform: skewX(-10deg);
}
.contact-region:hover::after {
  left: -10%;
}
.contact-region:hover .info-region {
  position: relative;
  z-index: 1;
  color: #fff;
}
.contact-region:hover .contact-wrapper .arrow {
  background: #fff;
}
.contact-region:hover .contact-wrapper .arrow .icon {
  background: url(/images/arrow_color.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-region .contact-wrapper {
  padding: 75px 75px 60px;
}
.contact-region .contact-wrapper .info-items {
  padding-right: 50px;
}
.contact-region .contact-wrapper .info-region {
  padding-right: 50px;
}
.contact-region .contact-wrapper .arrow {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ff5301;
  text-align: center;
  line-height: 112px;
  color: #fff;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  position: relative;
  z-index: 1;
}
.contact-region .contact-wrapper .arrow .icon {
  background: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.2s;
}
.contact-region .contact-wrapper .sm-tip {
  font-size: 30px;
}
.contact-region .contact-wrapper .en {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: right;
  line-height: 1;
}
.contact-region .contact-wrapper .cn {
  font-size: 32px;
  text-align: right;
  font-weight: bold;
}

@media screen and (max-width: 1536px) {
  .about-region-01 {
    padding: 300px 75px 150px 110px;
  }
  .about-region-01 .region-01-wrapper {
    width: 50%;
  }
  .about-region-01 .region-01-wrapper .info-items {
    font-size: 36px;
    padding-top: 70px;
  }
  .about-region-02 {
    padding: 90px 75px 120px 125px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .company-info {
    font-size: 24px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .time {
    font-size: 32px;
    padding-right: 45px;
  }
}
@media screen and (max-width: 1280px) {
  .about-region-01 {
    background-position: 50% 100%;
    padding: 300px 75px 100px 110px;
  }
  .about-region-01::before {
    font-size: 50px;
    bottom: 15%;
  }
  .about-region-01 .region-01-wrapper {
    width: 100%;
  }
  .about-region-01 .region-01-wrapper .company {
    text-align: left;
  }
  .about-region-01 .region-01-wrapper .info-items {
    padding-top: 50px;
  }
  .about-region-02 {
    padding: 90px 75px 120px 115px;
  }
  .about-region-02 .region-02-wrapper .content {
    padding-top: 100px;
  }
  .about-region-02 .region-02-wrapper .content .info-items {
    width: 70%;
  }
  .about-region-02 .region-02-wrapper .content img {
    padding-right: 60px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li {
    padding-bottom: 30px;
    font-size: 22px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .time {
    font-size: 30px;
    font-weight: 550;
  }
  .contact-region {
    background-position: 50% 100%;
  }
  .contact-region .contact-wrapper .sm-tip {
    font-size: 24px;
  }
  .contact-region .contact-wrapper .en {
    font-size: 70px;
  }
  .contact-region .contact-wrapper .cn {
    font-size: 28px;
  }
}
@media screen and (max-width: 1024px) {
  .about-region-02 .region-02-wrapper .content .info-region {
    width: 100%;
  }
  .contact-region {
    background-size: cover;
  }
  .contact-region .contact-wrapper {
    text-align: center;
  }
  .contact-region .contact-wrapper .info-region {
    padding-right: 0;
  }
  .contact-region .contact-wrapper .en, .contact-region .contact-wrapper .cn {
    text-align: center;
    line-height: 1.3;
  }
  .contact-region .contact-wrapper .arrow {
    margin: 30px auto 0;
  }
}
@media screen and (max-width: 1000px) {
  .about-region-02 {
    padding: 80px 60px 80px 60px;
  }
  .about-region-02 .region-02-wrapper .title .cn {
    font-size: 40px;
  }
  .about-region-02 .region-02-wrapper .title .en {
    font-size: 32px;
  }
  .about-region-02 .region-02-wrapper .content {
    padding-top: 65px;
  }
  .about-region-02 .region-02-wrapper .content img {
    display: none;
  }
  .about-region-01 {
    padding: 185px 60px 65px 60px;
  }
  .about-region-01::before {
    display: none;
  }
  .about-region-01 .region-01-wrapper .title {
    font-size: 55px;
    white-space: inherit;
  }
  .about-region-01 .region-01-wrapper .info-items {
    font-size: 24px;
  }
}
@media screen and (max-width: 768px) {
  .about-region-01 {
    padding: 150px 30px 30px;
  }
  .about-region-01 .region-01-wrapper .title {
    font-size: 42px;
  }
  .about-region-01 .region-01-wrapper .company {
    font-size: 22px;
    padding-top: 10px;
  }
  .about-region-01 .region-01-wrapper .describle {
    padding: 40px 0;
  }
  .about-region-02 {
    padding: 70px 30px 65px 30px;
  }
  .about-region-02 .region-02-wrapper .content {
    padding-top: 40px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .time {
    font-size: 24px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .company-info {
    font-size: 20px;
  }
  .contact-region .contact-wrapper .sm-tip {
    font-size: 20px;
  }
  .contact-region .contact-wrapper .en {
    font-size: 60px;
  }
}
@media screen and (max-width: 580px) {
  .about-region-01 {
    padding: 120px 30px 30px;
  }
  .about-region-01 .region-01-wrapper .describle {
    padding: 40px 0;
    font-size: 18px;
    line-height: 1.5;
  }
  .about-region-01 .region-01-wrapper .info-items {
    font-size: 22px;
    line-height: 1.5;
    padding-top: 20px;
  }
  .about-region-01 .region-01-wrapper .info-items br {
    display: none;
  }
  .about-region-01 .region-01-wrapper .info-items > span {
    padding-bottom: 15px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li {
    padding-bottom: 20px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .company-info {
    font-size: 18px;
  }
  .about-region-02 .region-02-wrapper .content .info-region ul li .time {
    font-size: 20px;
  }
}
.work .navbar-nav {
  color: #fff;
}
.work .navbar-nav .hd-contact {
  background: #fff;
  color: #ff5301;
}
.work .header-fixed.sticky .navbar-nav {
  color: #ff5301;
}
.work .header-fixed.sticky .navbar-nav .hd-contact {
  background: #ff5301;
  color: #fff;
}

.work-region-01 {
  padding-top: 338px;
  background: #caaf9a;
}
.work-region-01 .region-01-wrapper {
  background: url(/images/work/banner.jpg);
  height: 737px;
  padding: 130px 140px;
  background-repeat: no-repeat;
}
.work-region-01 .region-01-wrapper .title {
  font-size: 75px;
  color: #fff;
  font-family: serif;
  font-weight: 550;
  text-shadow: 0 0 20px rgba(17, 17, 17, 0.5215686275);
  line-height: 1.2;
}
.work-region-01 .region-01-wrapper .contact-info {
  padding-top: 170px;
}
.work-region-01 .region-01-wrapper .contact-info .arrow {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ff5301;
  text-align: center;
  line-height: 112px;
  color: #fff;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
}
.work-region-01 .region-01-wrapper .contact-info .arrow .icon {
  background: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.2s;
}
.work-region-01 .region-01-wrapper .contact-info .info-region .sm-tip {
  font-size: 30px;
}
.work-region-01 .region-01-wrapper .contact-info .info-region .en {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 2px;
  text-align: right;
  line-height: 1;
}
.work-region-01 .region-01-wrapper .contact-info .info-region .cn {
  font-size: 32px;
  text-align: right;
  font-weight: bold;
}

.work-content {
  background: url(/images/work/work_bg.jpg);
  background-repeat: round;
}

.work-region-02, .work-region-03 {
  padding: 135px 80px;
}
.work-region-02 .work-slider-wrapper, .work-region-03 .work-slider-wrapper {
  padding-top: 110px;
}
.work-region-02 .title, .work-region-03 .title {
  font-weight: 550;
  text-align: center;
  line-height: 1.25;
}
.work-region-02 .title .cn, .work-region-03 .title .cn {
  font-size: 100px;
}
.work-region-02 .title .en, .work-region-03 .title .en {
  font-size: 40px;
  color: #1e5657;
  letter-spacing: 8px;
}

.work-region-02 .block {
  height: 580px;
  background: #444;
  color: #fff;
  font-size: 50px;
  text-align: center;
  line-height: 580px;
}

.work-region-03 .customer-items-group {
  padding-top: 110px;
}
.work-region-03 .customer-items-group ul li {
  width: 33%;
  padding: 0 17px 100px;
}
.work-region-03 .customer-items-group ul li:hover .company-cover::before {
  opacity: 0.3;
}
.work-region-03 .customer-items-group ul li:hover img {
  transform: scale(1.05);
}
.work-region-03 .customer-items-group ul li .company-cover {
  height: 250px;
  background: #e4e6e5;
  border-radius: 16px;
  text-align: center;
  line-height: 325px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 50px;
  box-sizing: border-box;
  position: relative;
}
.work-region-03 .customer-items-group ul li .company-cover img {
  transition: all ease 0.6s;
}
.work-region-03 .customer-items-group ul li .company-cover::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: all ease 0.6s;
}
.work-region-03 .customer-items-group ul li .name {
  padding-top: 25px;
  font-size: 32px;
  text-align: center;
}

.contact-light {
  background: url(/images/work/contact_banner.jpg);
  background-repeat: no-repeat;
}
.contact-light .contact-wrapper {
  padding: 65px 75px 50px;
}

@media screen and (max-width: 1536px) {
  .work-region-01 {
    padding-top: 230px;
  }
  .work-region-01 .region-01-wrapper .title {
    font-size: 65px;
  }
  .work-region-02, .work-region-03 {
    padding: 110px 80px;
  }
  .work-region-02 .title .cn, .work-region-03 .title .cn {
    font-size: 65px;
  }
  .work-region-02 .title .en, .work-region-03 .title .en {
    letter-spacing: 0;
  }
  .work-region-02 .work-slider-wrapper {
    padding-top: 60px;
  }
  .work-region-03 .customer-items-group {
    padding-top: 60px;
  }
  .contact-light {
    background-size: cover;
    background-position: 65% 100%;
  }
}
@media screen and (max-width: 1280px) {
  .work-region-03 .customer-items-group ul li {
    width: 50%;
  }
  .work-region-01 {
    padding-top: 200px;
  }
  .work-region-01 .region-01-wrapper {
    padding: 100px 80px;
    height: auto;
  }
  .work-region-01 .region-01-wrapper .contact-info {
    padding-top: 120px;
  }
}
@media screen and (max-width: 1000px) {
  .work-region-03 .customer-items-group ul li {
    width: 50%;
    padding: 0px 12px 60px;
  }
  .work-region-02, .work-region-03 {
    padding: 70px 60px;
  }
  .work-region-02 .title .cn, .work-region-03 .title .cn {
    font-size: 36px;
  }
  .work-region-02 .title .en, .work-region-03 .title .en {
    font-size: 24px;
  }
  .work-region-01 {
    padding-top: 100px;
  }
  .work-region-01 .region-01-wrapper {
    padding: 70px 60px;
    height: auto;
  }
  .work-region-01 .region-01-wrapper .title {
    font-size: 36px;
    text-align: center;
  }
  .work-region-01 .region-01-wrapper .contact-info {
    padding-top: 100px;
  }
  .work-region-01 .region-01-wrapper .contact-info .arrow {
    margin: 15px auto 0;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region {
    text-align: center;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .sm-tip {
    font-size: 20px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .en, .work-region-01 .region-01-wrapper .contact-info .info-region .cn {
    text-align: center;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .en {
    font-size: 70px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .cn {
    font-size: 24px;
  }
  .work-region-02 .work-slider-wrapper, .work-region-03 .customer-items-group {
    padding-top: 25px;
  }
}
@media screen and (max-width: 768px) {
  .work-region-02, .work-region-03 {
    padding: 70px 30px 65px;
  }
  .work-region-02 .title .cn, .work-region-03 .title .cn {
    font-size: 32px;
  }
  .work-region-02 .title .en, .work-region-03 .title .en {
    font-size: 20px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .sm-tip {
    font-size: 20px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .en {
    font-size: 60px;
  }
  .work-region-03 .customer-items-group ul li .company-cover {
    height: 200px;
    padding: 30px;
  }
  .work-region-03 .customer-items-group ul li .name {
    font-size: 20px;
    padding-top: 15px;
  }
}
@media screen and (max-width: 580px) {
  .work-region-02 {
    padding: 50px 15px 50px;
  }
  .work-region-01 .region-01-wrapper {
    padding: 55px 30px;
    height: auto;
  }
  .work-region-01 .region-01-wrapper .title {
    font-size: 32px;
  }
  .work-region-01 .region-01-wrapper .title br {
    display: none;
  }
  .work-region-01 .region-01-wrapper .contact-info {
    padding-top: 60px;
  }
  .work-region-01 .region-01-wrapper .contact-info .arrow {
    width: 85px;
    height: 85px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .sm-tip {
    font-size: 16px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .en {
    font-size: 40px;
  }
  .work-region-01 .region-01-wrapper .contact-info .info-region .cn {
    font-size: 20px;
  }
  .contact-region .contact-wrapper .arrow {
    width: 85px;
    height: 85px;
  }
  .work-region-03 {
    padding: 0px 15px 50px;
  }
  .work-region-03 .customer-items-group ul li {
    padding: 0 12px 30px;
  }
  .work-region-03 .customer-items-group ul li .company-cover {
    height: 120px;
    padding: 15px;
  }
  .work-region-03 .customer-items-group ul li .name {
    font-size: 15px;
    padding-top: 10px;
  }
}
.blog-region {
  background: #e6d9d0;
  padding-top: 350px;
}
.blog-region .title {
  color: #ff5301;
}

.blog-content-region {
  position: relative;
}
.blog-content-region::before {
  content: "Blog";
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  color: rgba(0, 0, 0, 0.56);
  position: absolute;
  top: calc(50% - 80.5px);
  left: 0;
  font-size: 70px;
  letter-spacing: 3px;
  font-weight: 800;
}
.blog-content-region .blog-content-wrapper {
  padding: 0 100px;
}
.blog-content-region .blog-content-wrapper .container {
  margin: 0 auto;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li {
  width: calc(33.333% - 40px);
}
.blog-content-region .blog-content-wrapper .container .news-items-group li .news-title {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li .news-title span {
  line-height: 1.5;
  margin-top: 10px;
  word-break: break-all;
  background: url(/images/line.png) 0 100% no-repeat;
  background-size: 0 1px;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li .describle {
  line-height: 2;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li:hover .new-pic::before {
  opacity: 0.3;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li:hover img {
  transform: scale(1.05);
}
.blog-content-region .blog-content-wrapper .container .news-items-group li:hover .news-title span {
  -webkit-animation-name: LineAnimation;
          animation-name: LineAnimation;
  -webkit-animation-direction: normal;
          animation-direction: normal;
  -webkit-animation-duration: 0.8s;
          animation-duration: 0.8s;
  -webkit-animation-timing-function: ease;
          animation-timing-function: ease;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-iteration-count: alternate;
          animation-iteration-count: alternate;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li .new-pic {
  display: block;
  position: relative;
  width: 100%;
  margin-top: 20px;
  overflow: hidden;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li .new-pic::before {
  content: "";
  display: block;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: #000;
  opacity: 0;
  transition: all ease 0.6s;
}
.blog-content-region .blog-content-wrapper .container .news-items-group li .new-pic img {
  transition: all ease 0.6s;
  width: 100%;
}
.blog-content-region .blog-content-wrapper .container .navigation .page-item {
  padding: 15px 10px;
  font-family: "Poppins", sans-serif;
  opacity: 0.5;
  margin-left: 17px;
  margin-right: 17px;
  font-size: 16px;
  position: relative;
}
.blog-content-region .blog-content-wrapper .container .navigation .page-item.active {
  color: #484441;
  font-weight: bold;
  opacity: 0.8;
  transition: all ease 0.3s;
  position: relative;
}
.blog-content-region .blog-content-wrapper .container .navigation .page-item.active::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: calc(50% - 15px);
  height: 1px;
  width: 30px;
  background: #484441;
  transition: all ease 0.3s;
}

@keyframes LineAnimation {
  0% {
    background-size: 0 1px;
  }
  100% {
    background-size: 100% 1px;
  }
}
.blog-contact-region {
  position: relative;
  overflow: hidden;
}
.blog-contact-region::after {
  content: "";
  height: 100%;
  width: 120%;
  display: block;
  position: absolute;
  top: 0;
  left: -140%;
  background: #ff5301;
  mix-blend-mode: multiply;
  transition: all ease 0.6s;
  transform: skewX(-10deg);
}
.blog-contact-region:hover::after {
  left: -10%;
}
.blog-contact-region:hover .info-region {
  position: relative;
  z-index: 1;
  color: #fff;
}
.blog-contact-region:hover .arrow {
  background: #fff;
}
.blog-contact-region:hover .arrow .icon {
  background: url(/images/arrow_color.png);
  background-repeat: no-repeat;
  background-size: contain;
}
.blog-contact-region .en {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 1;
}
.blog-contact-region .sm-tip {
  font-size: 24px;
}
.blog-contact-region .arrow {
  width: 112px;
  height: 112px;
  border-radius: 50%;
  background: #ff5301;
  text-align: center;
  line-height: 112px;
  color: #fff;
  margin-left: 22px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  margin: 40px auto 0;
  position: relative;
  z-index: 1;
}
.blog-contact-region .arrow .icon {
  background: url(/images/arrow.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 22px;
  height: 22px;
  transition: all 0.2s;
}

@media screen and (max-width: 1280px) {
  .blog-content-region::before {
    font-size: 50px;
    top: calc(50% - 60px);
  }
}
@media screen and (max-width: 1000px) {
  .blog-content-region::before {
    display: none;
  }
  .blog-content-region .blog-content-wrapper {
    padding: 0 50px;
  }
  .blog-content-region .blog-content-wrapper .container {
    max-width: 100%;
  }
  .blog-region {
    padding-top: 150px;
  }
  .blog-region .title {
    font-size: 20px;
    padding: 50px 20px;
  }
}
@media screen and (max-width: 768px) {
  .blog-content-region .blog-content-wrapper .container .news-items-group li {
    width: 100%;
  }
  .blog-content-region .blog-content-wrapper .container .news-items-group li .top-info {
    order: 2;
  }
}
@media screen and (max-width: 580px) {
  .blog-region {
    padding-top: 70px;
  }
}
.contact-top-region {
  background: #fff;
  padding-top: 207px;
}
.contact-top-region .contact-top-wrapper {
  background: #e6647e;
}
.contact-top-region .contact-top-wrapper .contact-info {
  text-align: center;
  color: #fff;
  padding: 65px 0 45px;
}
.contact-top-region .contact-top-wrapper .contact-info .info-region {
  letter-spacing: 2px;
}
.contact-top-region .contact-top-wrapper .contact-info .info-region .cn {
  font-size: 65px;
  line-height: 1;
  font-weight: 550;
}
.contact-top-region .contact-top-wrapper .contact-info .info-region .en {
  font-size: 36px;
}
.contact-top-region .contact-top-wrapper .contact-info .info-region .sm-tip {
  font-size: 24px;
  padding-top: 40px;
  font-weight: bold;
  letter-spacing: 2px;
}
.contact-top-region .form-region {
  padding: 135px 0;
}
.contact-top-region .form-region .container {
  margin: 0 auto;
  width: 1400px;
}
.contact-top-region .form-region .container .input-style {
  height: 85px;
  font-size: 30px;
  letter-spacing: 1px;
  margin-top: 15px;
}
.contact-top-region .form-region .container .input-select {
  font-size: 22px;
  letter-spacing: 1px;
  margin-top: 15px;
  height: 85px;
  position: relative;
}
.contact-top-region .form-region .container .input-select::before {
  content: "";
  position: absolute;
  right: 20px;
  bottom: calc(50% - 9px);
  background: url("/images/select_arrow.png") no-repeat right center transparent;
  width: 16px;
  height: 16px;
  background-size: contain;
}
.contact-top-region .form-region .container .input-select select {
  width: 100%;
  height: 100%;
  -moz-appearance: none; /* Firefox */
  -webkit-appearance: none; /* Safari and Chrome */
  appearance: none;
  border: 0px;
  color: #555;
  font-family: "微軟正黑體", "arial";
  background: #fff;
}
.contact-top-region .form-region .container .input-select select:focus-visible {
  outline: 3px solid rgba(255, 0, 0, 0);
}
.contact-top-region .form-region .container .input-select::-ms-expand {
  display: none;
}
.contact-top-region .form-region .container .block-w {
  width: 50%;
}
.contact-top-region .form-region .container .select_redio_region {
  height: 80px;
}
.contact-top-region .form-region .container .select_redio_region input[type=radio] {
  width: 22px;
  height: 22px;
  accent-color: #ff5301;
  margin-right: 5px;
}
.contact-top-region .form-region .container .select_redio_region label {
  font-size: 24px;
  color: #555;
}
.contact-top-region .form-region .container .select_redio_region .redio_items {
  margin-right: 16px;
  margin-top: 15px;
}
.contact-top-region .content_02 .select_redio_region {
  height: auto !important;
}
.contact-top-region .content_02 .comment_region {
  width: 100%;
  border: 1px solid #5b5b5b;
  border-radius: 8px;
  padding: 15px;
  box-sizing: border-box;
  margin-top: 15px;
  font-size: 22px;
  color: #555;
}
.contact-top-region .content_02 .info {
  font-size: 24px;
  color: #555;
  padding-left: 20px;
  position: relative;
  margin-top: 15px;
}
.contact-top-region .content_02 .info::before {
  content: "";
  width: 8px;
  height: 8px;
  background: #555;
  position: absolute;
  left: 0;
  top: 20%;
}
.contact-top-region .form-btn button {
  height: 100px;
  width: 300px;
  background: #e6647e;
  font-size: 36px;
  color: #fff;
  font-weight: 550;
  border-radius: 12px;
  margin: 0 auto;
}
.contact-top-region .form-btn button:hover {
  background: #e24e6c;
  cursor: pointer;
}

@media screen and (max-width: 1536px) {
  .contact-top-region .form-region .container {
    padding: 0 50px;
  }
  .contact-top-region .form-region .container .input-style, .contact-top-region .form-region .container .input-select {
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-top-region {
    padding-top: 0;
  }
  .contact-top-region .contact-top-wrapper .contact-info {
    padding: 80px 0 40px;
  }
  .contact-top-region .contact-top-wrapper .contact-info .info-region .sm-tip {
    padding-top: 10px;
    font-size: 16px;
  }
  .contact-top-region .contact-top-wrapper .contact-info .info-region .cn {
    font-size: 36px;
  }
  .contact-top-region .contact-top-wrapper .contact-info .info-region .en {
    font-size: 20px;
  }
  .contact-top-region .content_02 .info {
    font-size: 18px;
  }
  .contact-top-region .content_02 .comment_region {
    font-size: 16px;
  }
  .contact-top-region .form-btn button {
    height: 70px;
    font-size: 24px;
  }
  .contact-top-region .form-region {
    padding: 50px 0;
  }
  .contact-top-region .form-region .container {
    padding: 0 50px;
    width: 100%;
    max-width: 100%;
  }
  .contact-top-region .form-region .container .block-w {
    width: 100%;
  }
  .contact-top-region .form-region .container .select_redio_region {
    height: auto;
  }
  .contact-top-region .form-region .container .select_redio_region label {
    font-size: 18px;
  }
  .contact-top-region .form-region .container .input-style, .contact-top-region .form-region .container .input-select {
    margin-top: 8px;
    height: 60px;
  }
}
@media screen and (max-width: 580px) {
  .contact-top-region .contact-top-wrapper .contact-info {
    padding: 80px 20px 40px;
  }
  .contact-top-region .form-btn button {
    height: 60px;
    width: 100%;
    font-size: 20px;
  }
  .contact-top-region .form-region {
    padding: 50px 0;
  }
  .contact-top-region .form-region .container {
    padding: 0 30px;
  }
  .contact-top-region .form-region .container .input-style, .contact-top-region .form-region .container .input-select {
    height: 50px;
    font-size: 18px;
    margin-top: 4px;
  }
  .contact-top-region .form-region .container .select_redio_region label {
    font-size: 15px;
  }
  .contact-top-region .content_02 .info {
    font-size: 16px;
  }
}
footer {
  background: #000;
  color: #fff;
  padding: 65px 85px 0;
  position: relative;
}
footer .footer-nav .nav-items {
  padding-left: 50px;
  font-size: 20px;
  color: #606060;
}
footer .footer-nav .nav-items .more-items ul {
  padding: 40px 40px 0 0;
}
footer .footer-nav .nav-items .more-items ul li {
  padding-bottom: 25px;
}
footer .footer-nav .nav-items .more-items ul li:hover {
  color: #ff5301;
}
footer .footer-logo {
  width: 120px;
}
footer .footer-bottom {
  padding: 80px 0 30px;
  color: #606060;
  text-align: left;
  font-size: 20px;
  letter-spacing: 1px;
}
footer .social-group {
  position: absolute;
  bottom: 30px;
  right: 85px;
}
footer .social-group li {
  padding-right: 15px;
}
footer .social-group .title {
  font-size: 24px;
}

@media screen and (max-width: 1280px) {
  footer .footer-nav .nav-items {
    padding-left: 40px;
    font-size: 14px;
  }
  footer .footer-nav .nav-items .more-items ul {
    padding: 30px 30px 0 0;
  }
  footer .footer-nav .nav-items .more-items ul li {
    padding-bottom: 15px;
  }
  footer .footer-bottom {
    font-size: 14px;
    padding: 50px 0 30px;
  }
}
@media screen and (max-width: 1000px) {
  footer {
    padding: 40px 30px 0;
  }
  footer .footer-nav .nav-items {
    padding-left: 0px;
    padding-right: 0px;
    padding-top: 40px;
    text-align: center;
  }
  footer .footer-nav > ul {
    display: block !important;
  }
  footer .footer-nav > ul .more-items {
    display: block !important;
  }
  footer .footer-nav > ul .more-items ul {
    display: flex;
    padding: 15px 0px 0 0 !important;
    justify-content: center;
  }
  footer .footer-nav > ul .more-items ul li {
    padding: 0 15px 0 !important;
  }
  footer .footer-logo {
    margin: 0 auto;
    width: 70px;
  }
  footer .footer-bottom {
    text-align: center;
    padding: 30px 0 15px;
  }
  footer .social-group {
    position: initial;
    text-align: center;
    margin-top: 20px;
  }
  footer .social-group .title {
    font-size: 16px;
  }
  footer .social-group ul {
    justify-content: center;
    margin-top: 5px;
  }
  footer .social-group ul li {
    width: 50px;
  }
}
@media screen and (max-width: 580px) {
  footer {
    padding: 30px 15px 0;
  }
  footer .footer-logo {
    width: 55px;
  }
  footer .footer-nav .nav-items {
    padding-top: 35px;
  }
  footer .footer-nav > ul .more-items ul li {
    padding: 0 10px 0 !important;
  }
}/*# sourceMappingURL=all.css.map */