.block {
  display: block;
}

@media (max-width: 768px) {
  .hidden-mobile {
    display: none !important;
  }
}

@media (min-width: 769px) {
  .hidden-desktop {
    display: none !important;
  }
}

/* ==========================================================================
   Global
   ========================================================================== */
textarea {
  font-family: "苹方", "微软雅黑", arial;
}

body {
  background-color: #fafafa;
}

body,
h1,
h2,
h3,
h4,
h5,
h6,
dl,
dt,
dd,
ul,
ol,
li,
p,
form,
img,
select,
figure {
  margin: 0;
  padding: 0;
}
body {
  color: #333;
  font-size: 0.8vw;
  font-family: "苹方", "微软雅黑", arial;
  overflow-x: hidden;
  background: #fff;
}
body {
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  -webkit-overflow-scrolling: touch; /*安卓和 IOS html5 动画卡顿解决方案*/ /* overflow-x:hidden; */
  line-height: 1;
}
a {
  text-decoration: none;
  color: #333;
  outline-style: none;
}
a:hover {
  color: var(--main_color);
}

img {
  border: 0;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.bottom_blank {
  height: 0.6rem;
}
.mt20 {
  margin-top: 20px;
}

/*滚动条美化
body::-webkit-scrollbar {width: 10px !important;}
body::-webkit-scrollbar-track {background-color: #f3f3f3;}
body::-webkit-scrollbar-track-piece {background-color: #f3f3f3;-webkit-border-radius: 4px;}
body::-webkit-scrollbar-thumb {background-color: #ddd;border: solid 1px #C0C0C0;border-radius: 4px;}
body::-webkit-scrollbar-corner {background-color: #ddd;}
body::-webkit-resizer {background-repeat: no-repeat;background-position: bottom right;}
body::-webkit-scrollbar-thumb:hover {background-color: #F3F3E0;}
::-webkit-scrollbar {width: 15px;}*/

/*图片放大*/
.picShow img {
  transition: 0.3s all;
}
.picShow img:hover,
.picShow a:hover img {
  transform: scale(1.05);
}

@media (max-width: 575px) {
  .section .p1 {
    --p1-font-size: 14px;
  }
  .section .p2 {
    --p2-font-size: 12px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 576px) {
  .section .p1 {
    --p1-font-size: 14px;
  }
  .section .p2 {
    --p2-font-size: 12px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 768px) {
  .section .p1 {
    --p1-font-size: 16px;
  }
  .section .p2 {
    --p2-font-size: 14px;
    --p2-font-margin-top: 20px;
  }
}
@media (min-width: 992px) {
  .section .p1 {
    --p1-font-size: 24px;
  }
  .section .p2 {
    --p2-font-size: 14px;
    --p2-font-margin-top: 30px;
  }
}
@media (min-width: 1200px) {
  .section .p1 {
    --p1-font-size: 28px;
  }
  .section .p2 {
    --p2-font-size: 16px;
    --p2-font-margin-top: 30px;
  }
}
@media (min-width: 1600px) {
  .section .p1 {
    --p1-font-size: 32px;
  }
  .section .p2 {
    --p2-font-size: 18px;
    --p2-font-margin-top: 6vh;
  }
}

body::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  background-color: #f5f5f5;
}
body::-webkit-scrollbar {
  width: 8px;
  background-color: #f5f5f5;
}

body::-webkit-scrollbar-thumb {
  border-radius: 5px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}

div::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  border-radius: 3px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar {
  width: 6px;
  background-color: #f5f5f5;
}

div::-webkit-scrollbar-thumb {
  border-radius: 3px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  background-color: #bdb9b9;
}
a {
  color: #333;
}
a:hover {
  color: #0060af;
}
a:focus {
  outline: none;
  -moz-outline: none;
}

#globalnav .gn-content {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#globalnav .gn-list {
  flex: 1;
  padding: 0 200px;
}

@media only screen and (max-width: 768px) {
  body {
    font-size: 12px;
  }
}
.wrapper {
  box-sizing: border-box;
  max-width: 1300px;
  padding: 0 20px;
  margin-left: auto;
  margin-right: auto;
}
.wrapper:after,
.row:after {
  content: "";
  display: table;
  clear: both;
}
/* arrow */
.arrow {
  position: absolute;
  top: 50%;
  margin-top: -4px;
}
.arrow * {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}
/* arrow-right */

.arr-r * {
  border-left-style: solid;
  border-width: 4px 0 4px 4px;
}
.arr-r em {
  left: 1px;
}
.arr-r span {
  border-left-color: #3675bb;
}
.tri {
  position: absolute;
  width: 0;
  height: 0;
  border: 0 dashed transparent;
  overflow: hidden;
}

@media only screen and (max-width: 1600px) {
  .wrapper {
    padding: 0 40px;
  }
}

@media only screen and (max-width: 920px) {
  .wrapper {
    padding: 0 20px;
  }
}

@media only screen and (max-width: 450px) {
  .wrapper {
    padding: 0 10px;
  }
}

.mod {
}

.home .mod {
  width: 100%;
  box-sizing: border-box;
}

.mod-hd {
  margin-bottom: 0.2rem;
}

.mod-hd-title {
  box-sizing: border-box;
  position: relative;
  padding: 1vw 0;
  height: 4vw;
}

.mod-hd h2 .c-icon {
  position: absolute;
  right: -1.7vw;
  /* top: -1.6vw; */
  z-index: 1;
  /* mix-blend-mode: darken; */
  width: 6vw;
  height: 6vw;
  top: 50%;
  transform: translateY(-50%);
}
.mod-hd h2 .c-icon img {
  width: 100%;
  height: 100%;
}
.mod-hd h2 {
  color: #3d3d3d;
  position: relative;
  z-index: 2;
  font-size: 1.68vw;
  display: inline-block;
  line-height: 2;
}

@media only screen and (max-width: 768px) {
  .mod-hd-title {
    height: 40px;
  }
  .mod-hd h2 {
    font-size: 20px;
  }
  .mod-hd h2 .c-icon {
    right: -20px;
    width: 70px;
    height: 70px;
  }
}
.mod-bd {
}

.footer {
  background: #004c99;
  padding-top: 65px;
  width: 100%;
}
.footer .wrapper {
  width: 80%;
}
.footer-hd {
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  padding: 18px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.social-share-wrap {
  display: flex;
  align-items: center;
  margin-right: -10px;
}

.social-share-wrap h4 {
  font-family: "苹方", "微软雅黑", arial;
  font-size: 0.8vw;
  font-weight: bold;
  line-height: normal;
  color: #ffffff;
  margin-right: 22px;
}
.footer-nav {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
}
.footer-nav .fn-col {
  /* flex-basis: 20%; */
}
.footer-nav .fn-col h3 {
  margin-bottom: 16px;
}
.footer-nav .fn-col h3,
.footer-nav .fn-col h3 a {
  font-size: 20px;
  color: #ffffff;
  font-size: 1vw;
  margin-bottom: 16px;
}
.footer-nav .fn-col ul {
  margin-right: 20px;
  list-style: none;
  padding: 0;
}
.footer-nav .fn-col li {
  display: block;
  pointer-events: auto;
  font-size: 14px;
  margin-bottom: 12px;
}
.footer-nav .fn-col li a {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.8vw;
  margin-bottom: 4px;
  transition: all 0.3s;
}

.footer-nav .fn-col li a:hover {
  color: #ffffff;
}

.footer-bd {
  padding: 32px 0 50px;
}

.footer-bd .wrapper {
  display: flex;
}

.footer-bd .footer-nav {
  flex: 1;
}

.footer-ft {
  text-align: center;
  padding: 18px;
  background: rgba(39, 39, 39, 0.85);
  font-size: 16px;
  font-weight: 200;
  font-size: 0.8vw;
  color: rgba(255, 255, 255, 0.7);
}

.footer-ft a {
  color: rgba(255, 255, 255, 0.7);
  transition: all 0.3s;
}
.privacy a {
  color: rgba(255, 255, 255, 0.4);
  transition: all 0.3s;
  font-weight: normal;
}

.privacy a:hover,
.footer-ft a:hover {
  color: rgba(255, 255, 255, 1);
  text-decoration: underline;
}
.privacy a:hover,
.footer-ft a:active,
.footer-ft a:focus {
  color: rgba(255, 255, 255, 0.7);
}

@media only screen and (max-width: 1299px) {
  .footer-bd .wrapper {
    flex-wrap: wrap;
  }

  .footer-bd-right {
    width: 100%;
  }
}

@media only screen and (max-width: 833px) {
  .footer {
    padding-top: 0;
    padding-bottom: 10px;
  }

  .footer-bd,
  .footer-nav {
    display: none;
  }
  .footer-bd .wrapper {
    flex-wrap: wrap;
  }
  .footer-bd-left,
  .footer-bd-right {
    width: 100%;
  }
  .footer-ft {
    font-size: 12px;
    line-height: 1.6;
    background: transparent;
    padding: 10px;
  }

  .footer-logo {
    width: 100px;
    display: block;
  }

  .footer-logo img {
    width: 100%;
  }

  .social-share-wrap h4 {
    font-size: 14px;
    margin-right: 12px;
    font-weight: normal;
  }

  .social-share .social-share-icon {
    width: 18px;
    height: 18px;
    line-height: 18px;
    margin: 0 5px;
  }
}

.mod-news {
  padding: 100px 0 40px;
  width: 100%;
}

@media only screen and (max-width: 833px) {
}
.mod-news .mod-hd {
  margin-bottom: 30px;
}

.mod-news .mod-bd {
  display: flex;
}

.mod-news .news-list {
  flex: 1;
}

.access-list {
  width: 240px;
  background: #ffffff;
  box-sizing: border-box;
  margin-left: 30px;
  height: 527px;
  box-sizing: border-box;
}

.access-list li {
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: all 0.3s;
  border-top: 1px solid #d8d8d8;
  padding-top: 16px;
}

.access-list li a {
  display: block;
  height: 247px;
  font-size: 18px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;

  font-size: 1.2vw;
}

.access-list li a .txt {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  left: 0;
  top: 0;
  line-height: 1.5;
  text-align: center;
}

.access-list .item1 a {
  background-image: url("../images/bg2.jpg");
}

.access-list .item2 {
  border-top: 0 none;
}

.access-list .item2 a {
  background-image: url("../images/bg3.jpg");
}

.access-list li img {
  transition: all 0.3s;
}

.access-list li:hover img {
  transform: scale(1.1);
}

.home .news-list {
  position: relative;
  padding-top: 17px;
}

.home .news-list-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #ffffff;
  margin-bottom: 24px;
}

.home .news-list-item-meta {
  display: flex;
  flex: 1;
  align-items: flex-start;
  max-width: 100%;
}
.home .news-list-item-meta-avatar {
  margin-right: 14px;
  width: 273px;
  height: 154px;
}

.home .news-list-item-meta-avatar a {
  display: block;
  height: 100%;
}

.home .news-list-item-meta-avatar a img {
  width: 100%;
  height: 100%;
}

.home .news-list-item-meta-content {
  flex: 1 0;
  width: 0;
  padding: 10px 20px;
}
.home .news-list-item-meta-title {
  font-size: 18px;
  color: #3d3d3d;
  padding: 15px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 1vw;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.home .news-list-item-meta-title > a {
  color: #3d3d3d;
  transition: all 0.3s;
}
.home .news-list-item-meta-title > a:hover {
  color: #096bcf;
}

.home .news-list-item-meta-title .date {
  display: block;
  font-size: 16px;
  color: #096bcf;
  background: url("../images/date-icon.svg") 0 50% no-repeat;
  background-size: auto 100%;
  padding-left: 45px;
  font-size: 1vw;
}
.home .news-list-item-meta-description {
  font-size: 14px;
  color: #a8a8a8;
  line-height: 1.8;
  font-size: 0.8vw;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;
}

.home .news-list-item:last-child {
  margin-bottom: 0;
}

.mod-news .mod-ft {
  padding: 36px 285px 10px 30px;
  padding: 36px 30px 10px 30px;
  text-align: center;
}

.mod-news .mod-ft .more {
  display: inline-block;
  color: #a8a8a8;
  border: 1px solid #a8a8a8;
  height: 58px;
  line-height: 58px;
  width: 225px;
  transition: all 0.3s;
  font-size: 20px;
}

.mod-news .mod-ft .more:hover {
  color: #fff;
  background: #096bcf;
  border-color: #096bcf;
}

.mod-pro {
  padding: 100px 0 80px;
  background-color: #fff;
  width: 100%;
}

.mod-pro .mod-hd {
  /* padding-left: 26px; */
}
.pro-summary {
  font-size: 18px;
  color: #3d3d3d;
  padding-bottom: 1.5vw;
  padding-top: 1vw;
  max-width: 1076px;
  font-size: 1vw;
  line-height: 1.6;
}

.pro-list {
  display: flex;
  margin: 0;
  padding: 0;
  width: 100%;
  /* fix 宽度变化时，desc的内容可能超过一屏，出现滚动条 */
  overflow-x: hidden;
}
.pro-list-item {
  width: 20%;
  /* height: 620px; */
  height: 60vh;
  transition: all 0.5s;
  position: relative;
  overflow: hidden;
}
.pro-list-item-bg {
  position: absolute;
  width: 100%;
  height: 100%;
  transition: all 0.5s;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-size: cover;
  /* -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray; */
}
.pro-list-item::before {
  content: "";
  position: absolute;
  background: rgba(61, 61, 61, 0.5);
  width: 100%;
  height: 100%;
  z-index: 2;
}
.pro-list-item-title {
  color: #fff;
  font-size: 24px;
  position: absolute;
  height: 210px;
  bottom: 0;
  left: 0;
  padding-left: 30px;
  margin: 0;
  z-index: 3;
}
.pro-list-item-title::after {
  z-index: 1;
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 32px;
  background-color: #0dd2ba;
}
.pro-list-item-meta {
  display: none;
  position: absolute;
  z-index: 3;
  width: 70%;
  left: 30px;
  height: 210px;
  bottom: 0;
}
.pro-list-item-meta-title {
  color: #fff;
  font-size: 24px;
  margin-bottom: 32px;
  position: relative;

  font-size: 1.15vw;
  font-weight: bold;
}
.pro-list-item-meta-title::after {
  content: "";
  position: absolute;
  left: 0;
  background-color: #fff;
  bottom: -15px;
}

.pro-list-item-meta-title::after {
  width: 90%;
  height: 2px;
}
.pro-list-item-meta-desc {
  color: #fff;
  font-size: 18px;
  /* fix 出现滚动条 */
  width: 288px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  word-break: break-all;
  overflow: hidden;

  font-size: 0.85vw;
  line-height: 1.6;
}

.pro-list-item::after {
  content: "";
  position: absolute;
  left: 24px;
  background-position: 0 0;
  background-repeat: no-repeat;
  width: 48px;
  height: 48px;
  background-size: cover;
  z-index: 3;
  transition: all 0.3s;
  top: 30px;
  /* box-shadow: 0 0 10px #ffe484; */
  display: none;
}

/* .pro-list-item.on::after {
  bottom: auto;
  top: 30px;
} */

@media only screen and (max-width: 1599px) {
}

@media only screen and (max-width: 1199px) {
  .pro-list-item-meta {
    width: 90%;
  }
  .pro-list-item-meta-desc {
    font-size: 16px;
  }
}
.pro-list-item1::after {
  background-image: url("../images/pro-icon1-white.svg");
}
/* .pro-list-item1.on::after {
  background-image: url("../images/pro-icon1-white.svg");
} */
.pro-list-item2::after {
  background-image: url("../images/pro-icon2-white.svg");
}
/* .pro-list-item2.on::after {
  background-image: url("../images/pro-icon2-white.svg");
} */

.pro-list-item3::after {
  background-image: url("../images/pro-icon3-white.svg");
}
/* .pro-list-item3.on::after {
  background-image: url("../images/pro-icon3-white.svg");
} */

.pro-list-item4::after {
  background-image: url("../images/battery-white.png");
}
/* .pro-list-item4.on::after {
  background-image: url("../images/battery-white.png");
} */
.pro-list-item5::after {
  background-image: url("../images/pro-icon5-white.svg");
}
/* .pro-list-item5.on::after {
  background-image: url("../images/pro-icon5-white.svg");
} */

.pro-list-item.on {
  width: 50%;
}
/*
.pro-list-item:hover .pro-list-item-title {
  display: none;
}
*/
.pro-list-item.on .pro-list-item-meta {
  display: block;
}
.pro-list-item.on::before {
  background: rgba(61, 61, 61, 0.3);
}
.pro-list-item.on .pro-list-item-bg {
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
}

.pro-list-item.on::before {
  opacity: 0;
}

.pro-list-item {
  position: relative;
}
.pro-list-item .pro-item-text {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 28px 0 0 40px;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  z-index: 2;
  box-sizing: border-box;
}
.pro-list-item .pro-item-title {
  display: inline-block;
  margin-bottom: 4px;
  font-size: 28px;
  color: #ffffff;
  line-height: 44px;
  box-sizing: border-box;
}
.pro-list-item .pro-item-details {
  opacity: 0;
  position: relative;
  width: 92.765%;
  height: 100%;
  z-index: 4;
  font-size: 14px;
  color: #ffffff;
  line-height: 24px;
  transform: translate(0, 80px);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}
.pro-list-item:hover .pro-item-details {
  opacity: 1;
  transform: translate(0, 0);
}
.pro-list-item-bg:hover::after {
  transform: translate(0, 0);
}

@media only screen and (max-width: 919px) {
}

/*======================轮播图======================*/
#banner {
  height: 100%;
}

#banner .pic {
  position: relative;
  height: 100%;
}
#banner .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all 4s;
  transform: scale(1, 1);
  -webkit-transform: scale(1, 1);
  display: block;
}
#banner .swiper-slide-active .pic img {
  transform: scale(1.03, 1.03);
  -webkit-transform: scale(1.03, 1.03);
  transition-delay: 1s;
}
#banner .txt p,
#banner .txt a {
  transform: translateY(150px);
  opacity: 0;
  transition: all 0.6s;
}
#banner .swiper-slide-active .txt p,
#banner .swiper-slide-active .txt a {
  transform: translateY(0px);
  opacity: 1;
  transition-delay: 1s;
}

/*按钮切换*/
#banner .swiper-button-prev,
#banner .swiper-button-next {
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  background-position: 0 0;
  position: absolute;
  z-index: 999;
  cursor: pointer;
  top: 50%;
  flex-shrink: 0;
  background-size: cover;
}
#banner .swiper-button-prev {
  background-image: url("../images/prev.png");
  left: 20px;
}
#banner .swiper-button-prev:hover {
}
#banner .swiper-button-next {
  background-image: url("../images/next.png");
  right: 20px;
}
#banner .swiper-button-next:hover {
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  display: none;
}
/*分页器*/
#banner .swiper-pagination-bullet {
  width: 20px;
  height: 10px;
  display: inline-block;
  border-radius: 5px;
  background: rgba(216, 216, 216, 0.9);
  transition: all 0.5s ease;
  opacity: 1;
  font-size: 0;
}
#banner .swiper-pagination-bullet-active {
  background: rgba(255, 255, 255, 1);
  color: #fff;
  width: 100px;
}
#banner .swiper-pagination {
  bottom: 20px;
  left: 0;
  width: 100%;
}

/*================首页banner=====================*/

.index_01 .txt {
  position: absolute;
  left: 0;
  top: 20px;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
}
.index_01 .txt p {
  font-size: 2.2vw;
  font-weight: lighter;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}
@media screen and (max-width: 768px) {
  .index_01 .txt {
    display: block;
    padding-top: 20%;
  }
  .index_01 .txt p {
    font-size: 22px;
    font-weight: normal;
    line-height: 1.6;
    margin-bottom: 20px;
  }

  #banner .swiper-button-prev,
  #banner .swiper-button-next {
    opacity: 0 !important;
  }
}
.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  display: none;
}
.index_01 .txt {
  position: absolute;
  left: 0;
  top: 1rem;
  right: 0;
  bottom: 0;
  z-index: 3;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9999;
}
.index_01 .txt p {
  font-size: 2.2vw;
  font-weight: lighter;
  line-height: 1.5;
  margin-bottom: 0.6rem;
}

.main {
  width: 80%;
  margin: auto;
}

.layer-btn {
  width: 0.8rem;
  height: 0.8rem;
  border-radius: 50%;
  position: relative;
  cursor: pointer;
  pointer-events: auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.layer-btn .mask {
  position: absolute;
  left: -0.3rem;
  top: -0.3rem;
  width: calc(100% + 0.6rem);
  pointer-events: none;
  height: calc(100% + 0.6rem);
  background-size: cover;
}

.layer-btn .mask > .lazy {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background-size: cover;
  -webkit-animation-name: spin;
  animation-name: spin;
  -webkit-animation-duration: 4s;
  animation-duration: 4s;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
}

.layer-btn .mask > svg {
  width: calc(100% - 0.55rem);
  height: calc(100% - 0.55rem);
}

.layer-btn .mask > svg path {
  transform-origin: 50% 50%;
}

.layer-btn .mask > svg .p1 {
  animation: circleRotate 4s linear infinite;
}

.layer-btn .mask > svg .p2 {
  animation: circleRotateReverse 4s linear infinite;
}

.layer-btn .mask > svg.cm {
  opacity: 1;
  transition: opacity 0.5s;
}

.layer-btn .mask > svg.cr {
  opacity: 0;
  transition: opacity 0.5s;
}

.layer-btn .mask:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 8px;
  height: 8px;
  border-top: 1px solid #00d2ff;
  border-right: 1px solid #00d2ff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.layer-btn .mask.noArrow:after {
  opacity: 0;
}
.welfare-item {
  position: relative;
  height: 60vh;
}
.welfare-item .welfare-bg {
  position: relative;
  height: 60vh;
  box-sizing: border-box;
  overflow: hidden;
  transition: 0.5s top cubic-bezier(0.2, 0, 0.2, 1);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.welfare-item .welfare-bg::after {
  content: "";
  display: inline-block;
  width: 100%;
  height: calc(100% - 34vh);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  transform: translate(0, 60vh);
  transform-origin: bottom;
  /* transition: all 0.5s cubic-bezier(0.2, 0, 0.2, 1); */
  background: rgba(9, 107, 207, 0.7);
}
.welfare-item .welfare-text {
  position: relative;
  width: 100%;
  height: 100%;
  padding: 34vh 0 0 24px;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  z-index: 2;
  box-sizing: border-box;
}
.welfare-item .welfare-title {
  display: inline-block;
  font-size: 1.15vw;
  color: #ffffff;
  box-sizing: border-box;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 80px;
  line-height: 80px;
  padding: 0 20px;
  background: rgba(9, 107, 207, 1);
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  text-align: center;
}

.welfare-item .welfare-tips {
}
.welfare-item .welfare-details {
  padding-top: 2.4vw;
  text-align: justify;
  opacity: 0;
  position: relative;
  width: 23vw;
  box-sizing: border-box;
  height: 100%;
  z-index: 4;
  font-size: 0.8vw;
  color: #ffffff;
  line-height: 1.8;
  transform: translate(0, 80px);
  transform-origin: bottom;
  transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
    opacity 0.3s cubic-bezier(0.2, 0, 0.2, 1);
}

.pro-list-item.on .welfare-item .welfare-tips,
.welfare-item:hover .welfare-tips {
  background: url("../images/logo-white.png") 96% 0 no-repeat;
}

.pro-list-item.on .welfare-item .welfare-details,
.welfare-item:hover .welfare-details {
  opacity: 1;
  transform: translate(0, 0);
}
.pro-list-item.on .welfare-bg::after,
.welfare-bg:hover::after {
  transform: translate(0, 31vh);
}

.video-item {
  position: relative;
  margin-bottom: 30px;
}
.video-item .video-cover {
  display: block;
  position: relative;
  height: auto;
  overflow: hidden;
}
.video-item .video-cover .placeholder-img {
  width: 100%;
}
.video-item .video-cover .pic {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.video-item .video-play-icon {
  position: absolute;
  background-image: url(data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20viewBox%3D%220%200%2040%2040%22%3E%3Ctitle%3EPlay_40x40%3C%2Ftitle%3E%3Cpath%20d%3D%22M20%20.833a19.167%2019.167%200%201%200%2019.167%2019.167%2019.167%2019.167%200%200%200-19.167-19.167z%22%20opacity%3D%22.6%22%2F%3E%3Cpath%20d%3D%22M20%202a18%2018%200%201%201-18%2018%2018.02%2018.02%200%200%201%2018-18m0-2a20%2020%200%201%200%2020%2020%2020%2020%200%200%200-20-20zm8.072%2020.9a1.671%201.671%200%200%201-.513.513l-9.99%206.357a1.671%201.671%200%200%201-2.569-1.413v-12.715a1.671%201.671%200%200%201%202.569-1.41l9.99%206.358a1.671%201.671%200%200%201%20.513%202.31z%22%20fill%3D%22%23fff%22%2F%3E%3C%2Fsvg%3E);
  background-position: -50px 0;
  height: 50px;
  width: 50px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  /* pointer-events: none; */
  z-index: 1;
}

.section02 .ant-statistic {
  padding-left: 20px;
  position: relative;
}

.section02 .ant-statistic::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  margin-top: 4px;
  width: 4px;
  height: 76px;
  background-color: #e4000b;
}

.section02 .ant-statistic-title {
  margin: 0;
  color: #c2c2c2;
}

.section02 .ant-statistic-content {
  font-family: Arial, Helvetica, sans-serif;
}
.section02 .ant-statistic-content-value {
  color: #fff;
  font-size: 42px;
  font-weight: bold;
}
.section02 .ant-statistic-content-suffix {
  margin-left: 10px;
  font-size: 14px;
  color: #c2c2c2;
}

.cp_list .swiper-wrapper {
  /* display: flex;
  justify-content: center; */
}

.cp_list .swiper-slide {
  width: 33.33%;
  box-sizing: border-box;
}

.float-btn {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
  color: rgba(0, 0, 0, 0.88);
  font-size: 14px;
  line-height: 1.5714285714285714;
  list-style: none;
  border: none;
  position: fixed;
  cursor: pointer;
  z-index: 99;
  display: none;
  width: 40px;
  height: 40px;
  inset-inline-end: 24px;
  inset-block-end: 48px;
  box-shadow: 0 6px 16px 0 rgba(0, 0, 0, 0.08), 0 3px 6px -4px rgba(0, 0, 0, 0.12),
    0 9px 28px 8px rgba(0, 0, 0, 0.05);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.float-btn-body {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 0.2s;
  border-radius: 50%;
  background-color: #ffffff;
  transition: background-color 0.2s;
}
.float-btn-body:hover {
  background-color: rgba(0, 0, 0, 0.06);
}
.float-btn-content {
  overflow: hidden;
  text-align: center;
  min-height: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2px 4px;
}
.float-btn-icon {
  text-align: center;
  margin: auto;
  width: 18px;
  font-size: 18px;
  line-height: 1;
  color: rgba(0, 0, 0, 0.88);
}

.bullet-bar_copy53 .tp-bullet {
  width: 25px;
  height: 8px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 30px;
}

.bullet-bar_copy53 .tp-bullet:hover,
.bullet-bar_copy53 .tp-bullet.selected {
  background: rgba(255, 255, 255, 1);
  color: #fff;
}

.section03 .main {
  position: relative;
}
.section03.swiper-slide-active {
  background-size: 100% 100%;
}

.section03 {
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: 110% 110%;
  transition: background 5s;
  padding-top: 15vh;
}

.section03 {
  box-sizing: border-box;
  background-image: url("../images/sec3/bg3.jpg");
  background-size: 100% 100%;
}

.section03 .data-source {
  font-size: 14px;
  color: rgba(255, 255, 255, 0.9);

  margin-bottom: 20px;
  font-size: 0.8vw;
}
.section03 .statistic-wrap {
  width: 80%;
}

.section03 .statistic {
  padding-left: 1.5vw;
  margin-bottom: 3vw;
  position: relative;
}
.section03 .statistic::after {
  content: "";
  position: absolute;
  width: 0.3vw;
  height: 90%;
  top: 0.8vw;
  left: 0;
  background-color: rgba(255, 255, 255, 1);
}
.section03 .statistic-list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.section03 .statistic-list li {
  width: 50%;
}
.section03 .statistic-list li .statistic-content-value {
  display: inline-block;
  font-size: 54px;
  font-weight: 900;
  color: #096bcf;

  color: rgba(255, 255, 255, 1);
  font-size: 2.4vw;
}
.section03 .statistic-list li .statistic-content-suffix {
  display: inline-block;
  border-radius: 5px;
  /* background: #096bcf; */
  font-size: 15px;
  color: rgba(255, 255, 255, 0.8);
  padding: 4px 10px;
  text-align: center;
  vertical-align: 6px;
  font-size: 0.8vw;
}
.section03 .statistic-list li .statistic-title {
  font-size: 20px;
  font-weight: normal;

  color: rgba(255, 255, 255, 0.8);

  font-size: 1vw;
  line-height: 1.1;
}

.section03 .mod-info {
  position: relative;
  color: #fff;
}

.section03 .mod-info::after {
  content: "";
  position: absolute;
  right: 0;
  top: -20px;
  width: 50vh;
  height: 68vh;
  background-image: url("../images/circle-big.png");
  background-repeat: no-repeat;
  background-position: 0 100%;
  background-size: cover;
  display: none;
}

.section03 .mod-info .wrapper {
  position: relative;
  z-index: 1;
}

.section03 .mod-info .mod-bd {
  padding-top: 24px;
  font-size: 18px;
  line-height: 1.5;
  max-width: 1050px;

  font-size: 1vw;
  line-height: 1.6;
  position: relative;
  z-index: 2;
}
.section03 .mod-info h2 {
  color: #fff;
}

.section03 .info-top {
  margin-bottom: 8vh;
  width: 80%;
  line-height: 2;
}

@media only screen and (max-width: 1600px) {
  .section03 .info-top {
    width: 70%;
  }
}

.section03 .n-icon-wrap {
  position: absolute;
  right: 0;
  top: 20%;
  width: 24vw;
}

.section03 .n-icon {
  width: 100%;
  transition-duration: 800ms;
}
.section03 .n-icon img {
  width: 100%;
}

.section03 .n-icon-wrap:hover .n-icon {
  transform: rotateY(360deg);
}

@media only screen and (max-width: 919px) {
  .mod-pro {
    padding: 60px 0 10px;
  }
  .mod-hd-title {
    padding: 0;
  }

  .pro-summary {
    font-size: 12px;
    padding: 15px 0;
  }

  .welfare-item .welfare-text {
    padding-left: 12px;
  }

  .welfare-item .welfare-details {
    padding-top: 20px;
    width: 240px;
    font-size: 12px;
  }
  .welfare-item .welfare-title {
    font-size: 16px;
    height: 60px;
    line-height: 60px;
  }
  .pro-list-item.on .welfare-item .welfare-tips,
  .welfare-item:hover .welfare-tips {
    background-size: 60px auto;
  }

  .mod-news .mod-bd {
    flex-wrap: wrap;
    width: 100%;
  }

  .mod-news .news-list {
    width: 100%;
    flex: auto;
    padding-top: 0;
  }

  .home .news-list-item {
    margin-bottom: 12px;
  }
  .home .news-list-item-meta-content {
    padding: 0;
  }
  .home .news-list-item-meta-title {
  }

  .home .news-list-item-meta-title > a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    box-sizing: border-box;
  }
  .home .news-list-item-meta-avatar {
    display: none;
  }

  .home .news-list-item-meta-title {
    font-size: 14px;
  }

  .home .news-list-item-meta-title .date {
    font-size: 12px;
    padding-left: 24px;
  }
  .home .news-list-item-meta-description {
    font-size: 12px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    word-break: break-all;
    overflow: hidden;
    height: 44px;
    overflow: hidden;
  }

  .access-list {
    width: 100%;
    padding: 12px 0;
    border-top: 1px solid #ddd;
    margin-top: 12px;
    margin-left: 0;
    height: auto;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
  .access-list li {
    width: 100%;
    padding: 0;
    border-top: 0 none;
    border-radius: 4px;
    margin: 0 0 2vh;
  }
  .access-list li a {
    display: block;
    height: 15vh;
    font-size: 14px;
    border-radius: 4px;
  }
  .section03 {
    background-image: url(../images/m-index3-bg.jpg);
    background-position: 100% 100%;
    background-size: cover;
  }
  .section03.swiper-slide-active {
    background-size: cover;
  }
  .section03 .n-icon-wrap {
    right: 10px;
  }
  .section03 .mod-info .mod-bd {
    font-size: 12px;
  }

  .section03 .data-source {
    font-size: 12px;
  }

  .section03 .statistic-wrap {
    width: 100%;
  }

  .section03 .statistic {
    padding-left: 1.5vw;
    margin-bottom: 3vw;
    position: relative;
  }
  .section03 .statistic::after {
    content: "";
    position: absolute;
    width: 0.3vw;
    height: 90%;
    top: 0.8vw;
    left: 0;
    background-color: rgba(255, 255, 255, 1);
  }

  .section03 .statistic-list li {
    margin-right: 0;
    margin-bottom: 12px;
  }

  .section03 .statistic-list li:nth-child(n) {
    width: 60%;
  }

  .section03 .statistic-list li:nth-child(2n) {
    width: 40%;
  }
  .section03 .statistic-list li .statistic-content-value {
    font-size: 20px;
  }
  .section03 .statistic-list li .statistic-content-suffix {
    font-size: 12px;
  }
  .section03 .statistic-list li .statistic-title {
    font-size: 14px;
  }
}

.swiper-pro {
  width: 100%;
  height: 60vh;
  overflow: hidden;
}

.swiper-pro .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-pro .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.m-pro-item {
  width: 100%;
  height: 100%;
}
.m-pro-item .pic {
  width: 100%;
  height: 100%;
}

.m-pro-item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.m-pro-item .m-pro-item-bd {
  position: absolute;
  left: 0;
  bottom: 48px;
  width: 100%;
  height: 17vh;
  background-color: rgba(9, 107, 207, 0.7);
}

.m-pro-item .m-pro-item-bd .desc {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  padding: 42px 12px 0 12px;
  color: #fff;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}
.m-pro-item-ft {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 48px;
  line-height: 48px;
  box-sizing: border-box;
  background: rgba(9, 107, 207, 1);
  color: #ffffff;
  text-align: center;
  font-size: 20px;
}

.m-pro-logo {
  position: absolute;
  right: 12px;
  top: 12px;
  width: 88px;
}

.m-pro-logo img {
  width: 100%;
  height: auto;
}
.swiper-pro-wrap {
  position: relative;
}
.swiper-pro-wrap .swiper-pagination {
  width: 100%;
  margin-top: 1vh;
}

.swiper-pro-wrap .swiper-pagination .swiper-pagination-bullet {
  margin: 0 4px;
}

.mod-hd-title .more {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 1.2vw;
  transition: all 0.3s;
  margin-top: 10px;
}

.mod-hd-title .more:hover {
  color: #096bcf;
}

@media only screen and (max-width: 833px) {
  .section03 .info-top {
    width: 100%;
  }
  .section03 {
    padding-top: 0;
  }
  .home .mod {
    padding-top: 60px;
  }

  .home .mod .main {
    padding-top: 6vh;
  }

  .access-list li:first-child a {
    background-size: auto auto;
  }
  .mod-hd-title .more {
    font-size: 14px;
    margin-top: 0;
  }
}
@media only screen and (max-height: 732px) {
  .home .mod .main {
    padding-top: 4vh;
  }
  .swiper-pro {
    height: 54vh;
  }
  .section03 .info-top {
    margin-bottom: 4vh;
  }
  .section03 .data-source {
    margin-bottom: 12px;
  }
  .home .news-list-item {
    margin-bottom: 20px;
  }

  .home .news-list-item-meta-title {
    padding: 10px 0;
  }
  .access-list {
    margin: 20px 0 0;
    padding-top: 20px;
  }
  .access-list li {
    width: calc(50% - 20px);
    margin: 0 10px;
  }
  .access-list li:first-child a {
    background-size: cover;
  }
}

@keyframes toggleMove {
  0% {
    bottom: 5.5%;
    opacity: 0.3;
  }

  50% {
    bottom: 4.2%;
    opacity: 1;
  }

  to {
    bottom: 5.5%;
    opacity: 0.3;
  }
}

@-webkit-keyframes toggleMove {
  0% {
    bottom: 5.5%;
    opacity: 0.3;
  }

  50% {
    bottom: 4.2%;
    opacity: 1;
  }

  to {
    bottom: 5.5%;
    opacity: 0.3;
  }
}

.btn-toggle {
  position: fixed;
  width: 26px;
  height: 20px;
  background-size: cover;
  z-index: 12;
  left: 50%;
  margin-left: -13px;
}
.nextPage {
  bottom: 5.5%;
  background: url(../images/home-arr-down_white.svg) 50% no-repeat;
  background-size: 100%;
  animation: toggleMove 1.2s infinite;
  -moz-animation: toggleMove 1.2s infinite;
  -webkit-animation: toggleMove 1.2s infinite;
  -o-animation: toggleMove 1.2s infinite;
}

.privacy a {
  color: rgba(255, 255, 255, 0.36);
}
.global-map-dot {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  width: 1vw;
  height: 1vw;
  display: none;
}
.global-map-dot.dot1 {
  top: 76.36%;
  left: 34.15%;
}

.global-map-dot.dot2 {
  top: 34.06%;
  left: 47.43%;
}

.global-map-dot.dot3 {
  top: 32.76%;
  left: 49.58%;
}

.global-map-dot.dot4 {
  top: 52.66%;
  left: 60.3%;
}

.global-map-dot.dot5 {
  top: 49%;
  left: 65.05%;
}

.global-map-dot.dot6 {
  top: 56.94%;
  left: 73.92%;
}
.global-map-dot.dot6 {
  top: 42.15%;
  left: 79.82%;
}
.global-map-dot.dot7 {
  top: 63.46%;
  left: 73.12%;
}
.global-map-dot.dot8 {
  top: 84.1%;
  left: 84.88%;
}

.global-map-dot.dot9 {
  top: 34.78%;
  left: 50.88%;
}
.global-map-dot.dot10 {
  top: 80.82%;
  left: 27.32%;
}
.global-map-dot span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  /* background-image: url("../images/green-dot.png"); */
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.global-map-dot span::before,
.global-map-dot span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  /* z-index: -1; */
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(17, 149, 0, 0.18);
}

.global-map-dot span::before {
  animation: boderM 3s 0.75s infinite;
}

.global-map-dot span::after {
  animation: boderM 3s infinite;
}

.global-map-dot-large {
  position: absolute;
  z-index: 7;
  cursor: pointer;
  width: 2.2vw;
  height: 2.2vw;
  left: 76.2%;
  top: 44.2%;
  display: none;
}

.global-map-dot-large span {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: cover;
}

.global-map-dot-large span::before,
.global-map-dot-large span::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 5px solid rgba(255, 29, 37, 0.18);
}

.global-map-dot-large span::before {
  animation: boderL 3s 0.75s infinite;
}

.global-map-dot-large span::after {
  animation: boderL 3s infinite;
}

@keyframes boderM {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(1.4);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@keyframes boderL {
  0% {
    transform: translate(-50%, -50%) scale(1);
    opacity: 0;
  }

  20% {
    opacity: 1;
  }

  75% {
    transform: translate(-50%, -50%) scale(1.5);
    opacity: 0;
  }

  100% {
    opacity: 0;
  }
}

@media only screen and (max-width: 1199px) {
  .global-map-dot span::before,
  .global-map-dot span::after {
    border: 3px solid rgba(17, 149, 0, 0.18);
  }

  @keyframes boderM {
    0% {
      transform: translate(-50%, -50%) scale(1);
      opacity: 0;
    }

    20% {
      opacity: 1;
    }

    75% {
      transform: translate(-50%, -50%) scale(1.3);
      opacity: 0;
    }

    100% {
      opacity: 0;
    }
  }
}

@media only screen and (max-width: 1023px) {
  .global-map-dot {
    display: none;
  }
  .global-map-dot-large {
    display: none;
  }
}

.pro-list2 li {
  margin-bottom: 20px;
  position: relative;
}

.pro-list2 li .pic img {
  width: 100%;
  border-radius: 6px;
}

.pro-list2 li .title {
  position: absolute;
  left: 20px;
  top: 20px;
  font-size: 18px;
  font-weight: bold;
  color: #fff;
}

.loading_wrap {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 99999;
}

.loading_box {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_content {
  width: 100%;
}

.loading_logo_box {
  width: 10.7291666vw;
  margin: 0 auto;
  overflow: hidden;
  padding-bottom: 6vw;
}

.loading_logo_box img {
  width: 100%;
}

.loading_slogan_box {
  text-align: center;
  font-size: 0.8333vw;
  line-height: 1.458333vw;
  color: #222222;
  margin-top: 0.5208333vw;
}

.loading_progress_box {
  position: absolute;
  left: 0;
  width: 100%;
  bottom: 1.5625vw;
}

.loading_progress_text {
  margin-top: 1.041666vw;
  display: flex;
  align-items: center;
  justify-content: center;
}

.loading_progress_number {
  font-size: 1.8vw;
  line-height: 1.8vw;
  color: var(--main_color);
}

.loading_progress_unit {
  font-size: 1vw;
  line-height: 3.125vw;
  margin-left: 0.26041666vw;
  color: var(--main_color);
}

/* .page_center {
  padding: 0 3.125vw;
} */

.web_center {
  padding: 0 8.333vw;
}

.loading_progress_line {
  position: relative;
  height: 0.15625vw;
  background: #f0f0f0;
}

.loading_progress_label {
  position: absolute;
  left: 0;
  width: 0;
  height: 100%;
  background: var(--main_color);
  z-index: 9;
}

.loading_animate .loading_content {
  opacity: 0;
  filter: blur(0.5208333vw);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.loading_animate .loading_progress_box {
  opacity: 0;
  filter: blur(0.5208333vw);
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
}

.loading_animate .loading_box {
  /* top: -100%; */
  transition: all 1s cubic-bezier(0.4, 0, 0.2, 1);
  transition-delay: 0.2s;
  opacity: 0;
}

@media screen and (max-width: 1200px) {
  .loading_logo_box {
    width: 36vw;
  }

  .loading_slogan_box {
    font-size: 3.381642vw;
    line-height: 5.7971014vw;
    margin-top: 2.4154589vw;
  }

  .loading_progress_number {
    font-size: 14.49275vw;
    line-height: 16.90821vw;
  }

  .loading_progress_text {
    margin-top: 3.381642vw;
  }

  .loading_progress_unit {
    font-size: 7.246376vw;
    line-height: 10.86956vw;
    margin-left: 2.4154589vw;
  }
}

@media screen and (max-width: 768px) {
  .loading_progress_number {
    font-size: 20px;
    line-height: 30px;
  }

  .loading_progress_unit {
    font-size: 18px;
    line-height: 30px;
    margin-left: 5px;
  }
}
