﻿body {
  font-family: "Microsoft YaHei" !important;
}
* {
  box-sizing: border-box;
  border: none;
}
button {
  background: transparent;
}
ul {
  list-style: none;
}
::-webkit-scrollbar {
	width: .3125rem;
	height: .3125rem;
}
::-webkit-scrollbar-thumb {
  border-radius: .1875rem;
  background: #ff1200;
}
::-webkit-scrollbar-track {
  border-radius: 0;
  background: #f2f2f2;
}

.page{ text-align:center; margin:40px 0 20px;}
.page a{display:inline-block; padding:4px 12px; border:1px solid #f3f3f3; margin:0 2px; font-size:1.3rem;}
.page a.active,.page a:hover{background:#179146; color:#FFF;}

.navbar {
  z-index: 100;
}
.nav-logo {
  width: 14rem;
}
.menu {
  background-color: rgba(255, 255, 255, 1);
  padding: .75rem 0;
  border-bottom: .0625rem solid #f2f2f2;
}
.menu-opacity {
  background-color: rgba(255, 255, 255, 0.3);
  border-bottom: .0625rem solid transparent;
}
.navbar-light {
  max-width: 90.3125rem;
  margin: 0 auto;
  font-size: 1.125rem;
  font-weight: 500;
}
.navbar-light .navbar-nav .nav-link {
  color: #333;
}
.menu-opacity .navbar-light .navbar-nav .nav-link {
  color: #fff;
}
.navbar-light .navbar-nav .active>.nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .nav-link.show,
.navbar-light .navbar-nav .show>.nav-link,
.navbar-light .navbar-nav .nav-link:hover {
  color: #ff1200;
  font-weight:bold;
}
.navbar-light .navbar-nav .nav-item {
  position: relative;
}
.navbar-light .navbar-nav .nav-link {
  padding: .5rem 2rem !important;
  margin: 0 .5rem;
}
.nav-line {
  width: 0;
  height: .125rem;
  position: absolute;
  bottom: -26px;
  left: 0;
  transition: all 500ms linear;
  background-color: #ff1200;
}
.navbar-light .navbar-nav .nav-item:hover .nav-line {
  width: 100%;
}
.navbar-light .navbar-nav .nav-item.active .nav-line {
  width: 100%;
}
.nav-item-language {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}
.arrow-down {
  width: 0.75rem;
  height: 0.75rem;
  border-top: 0.125rem solid black;
  border-right: 0.125rem solid black;
  transform: rotateZ(135deg);
  margin-left: 1rem;
  margin-bottom: 0.5rem;
}
.nav-item-language:hover .language-list {
  display: block;
}
.menu-opacity .nav-item-language > span {
  color: #fff;
}
.menu-opacity .nav-item-language .arrow-down {
  border-top: 0.125rem solid white;
  border-right: 0.125rem solid white;
}
.language-list {
  position: absolute;
  left: 0;
  top: 100%;
  width: 150%;
  background-color: #fff;
  border-radius: 0.25rem;
  padding: 0.25rem;
  border: 0.125rem solid #f2f2f2;
  transform: translateX(-10%);
  display: none;
}
.language-item {
  width: 100%;
  text-align: center;
  padding: 0.5rem 0;
}
.language-item:nth-child(1) {
  border-bottom: 0.125rem solid #f2f2f2;
  color: #ff1200;
}
.banner-img-wrap {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
}
.video-wrap {
  width: 100%;
  height: 100vh;
}
.my-carousel-caption {
  top: 35% !important;
  bottom: auto;
}
.banner-title {
  font-size: 4rem;
  color: #fff;
  font-weight: 700;
  letter-spacing: .25rem;
  text-align: center;
  text-shadow:0 5px 10px rgba(0,0,0,.3);
}
.banner-subtitle {
  display: inline-block;
  background:#179146;
  padding: 5px 10px;
  border-radius:6px;
  font-size: 1.25rem;
  color: #fff;
  font-weight: 400;
  text-align: center;
  margin-top: .75rem;
  font-family:Verdana, Geneva, Tahoma, sans-serif;
}
.video-wrap {
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
  z-index: 999;
}
.video-wrap > video {
  width: 100%;
}
.solution-wrap {
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}
.solution-swiper {
  width: 100%;
  height: 100vh;
}
.solution-slider {
  width: 100%;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.solution-slider-info {
  position: relative;
  z-index: 3;
  padding-left: 3rem;
}
.solution-swiper-name {
  font-size: 2.5rem;
  color: #fff;
  font-weight: 600;
  text-align: left;
  text-shadow: 0 5px 12px #000;
  letter-spacing: .125rem;
}
.solution-swiper-desc {
  display: inline-block;
  background:rgba(0,0,0,0.5);
  padding:20px;
  border-radius:10px;
  font-size: 1rem;
  color: #fff;
  line-height: 2rem;
  text-align: left;
  max-width: 50rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  text-shadow: 0 5px 12px #000;
}
.solution-swiper-btn {
  display: block;
  width: 160px;
  height: 44px;
  border-radius:10px;
  border: .0625rem solid #fff;
  color: #fff;
  line-height:42px;
  text-align: center;
  font-size: 1.125rem;
  background-color: transparent;
  transition: all 500ms linear;
}
.solution-swiper-btn:hover {
  background-color: #179146;
  border-color:#179146;
  color: #fff;
}
.solution-nav-swiper {
  height: 8rem;
  width: 100%;
  position: absolute;
  bottom: 2rem;
  left: 0;
  z-index: 3;
  background:rgba(0,0,0,.5);
}
.solution-nav-con {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-nav-slider {
  width: 8rem;
  height: 8rem;
  cursor: pointer;
  position: relative;
}

.solution-nav-slider.active-solution-nav{
  background:rgba(255,255,255,0.9);
  border-radius: 50%;
}

.solution-nav-slider > img {
  position: absolute;
  width: 100%;
  top: 35%;
  left: 0;
  transform: translateY(-50%);
}
.solution-nav-slider > .solution-nav-icon {
  display: block;
}
.solution-nav-slider > .solution-nav-icon-active {
  display: none;
}
.active-solution-nav .solution-nav-icon {
  display: none;
}
.active-solution-nav .solution-nav-icon-active {
  display: block;
}
.solution-nav-con {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.solution-nav-name {
  color: #fff;
  font-size: 1.25rem;
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform: translateY(-70%);
}
.active-solution-nav .solution-nav-name {
  color: #ff1200;
  font-weight: bold;
}
.solution-nav-dot {
  position: absolute;
  width: 1.25rem;
  height: 1.25rem;
  border-radius: 1.25rem;
  position: absolute;
  left: 50%;
  bottom: -0.625rem;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}
.solution-nav-dot-inner {
  width: .75rem;
  height: .75rem;
  border-radius: .75rem;
  background-color: #fff;
}
.active-solution-nav .solution-nav-dot {
  background-color: #ff1200;
}
.active-solution-nav .solution-nav-dot-inner {
  background-color: #ff1200;
}
.service-wrap,
.news-wrap {
  padding: 6.25rem .9375rem .75rem;
}
.cooperative-wrap {
  padding: 6.25rem 0;
  padding-bottom: 4rem;
}
.cooperative-img {
  width: 100%;
}
.solution-tab {
  width: 100%;
  display: flex;
  justify-content: center;
}
.tab-item {
  width: 15rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: .875rem 1.75rem;
  border-radius: .375rem;
  background-color: #fff;
  color: #ff1200;
  font-weight: 500;
  font-size: 1.375rem;
  box-shadow: 0 .125rem .3125rem .125rem rgba(0, 0, 0, 0.1);
  margin-bottom: .75rem;
  transition: all 500ms linear;
}
.tab-item:hover,
.tab-item-active {
  background-color: #ff1200;
  color: #fff;
}
.tab-icon {
  width: 3.75rem;
  height: 2.75rem;
  margin-right: 0;
  background-size: cover;
  background-repeat: no-repeat;
  transition: all 500ms linear;
}
.PV-icon {
  background-image: url('../image/PV-icon.png');
}
.energyStorage-icon {
  background-image: url('../image/energyStorage-icon.png');
}
.solarWater-icon {
  background-image: url('../image/solarWater-icon.png');
}
.piles-icon {
  background-image: url('../image/piles-icon.png');
}
.tab-item:hover .PV-icon,
.tab-item-active .PV-icon {
  background-image: url('../image/PV-icon-active.png');
}
.tab-item:hover .energyStorage-icon,
.tab-item-active .energyStorage-icon {
  background-image: url('../image/energyStorage-icon-active.png');
}
.tab-item:hover .solarWater-icon,
.tab-item-active .solarWater-icon {
  background-image: url('../image/solarWater-icon-active.png');
}
.tab-item:hover .piles-icon,
.tab-item-active .piles-icon {
  background-image: url('../image/piles-icon-active.png');
}
.solution-tab-con {
  padding-top: 1.75rem;
}
.tab-view {
  display: none;
}
.tab-view.active {
  display: block;
  animation: zoomIn 500ms ease-in;
}
.solution-tab-title > h1 {
  font-size: 2.8125rem;
  color: #333;
  font-weight: 400;
}
.solution-tab-desc p {
  margin: 1rem 0 2.625rem;
  width: 80%;
  color: #999;
}
.solution-tab-list {
  margin-left: 1.625rem;
  padding: 2rem 3.375rem;
  background-color: #fff;
  box-shadow: 0 .125rem .3125rem .125rem rgba(0, 0, 0, 0.1);
  border-radius: .5rem;
  margin-bottom: 1.875rem;
  position: relative;
  width: 82%;
  transition: all 500ms linear;
}
.tab-list-icon {
  width: 3.75rem;
  height: 3.75rem;
  border-radius: .1875rem;
  filter: drop-shadow(0 0 27px rgba(88,88,88,0.11));
  background-color: #ffffff;
  text-align: center;
  line-height: 3.75rem;
  position: absolute;
  left: -1.75rem;
  top: 50%;
  transform: translateY(-50%);
  background-image: url('../image/advantage-icon.png');
  background-size: 2.5rem 2.5rem;
  background-position: center center;
  background-repeat: no-repeat;
  border: .0625rem solid transparent;
  transition: all 500ms linear;
}
.tab-list:hover .tab-list-icon img {
  filter: brightness(1);
}
.tab-list-title h4 {
  font-size: 1.125rem;
  line-height: 1.75rem;
  color: #333;
  font-weight: 500;
  margin: 0;
  transition: .5s;
}
.tab-list-desc p {
  color: #999;
  margin: .75rem 0 0;
}
.solution-tab-list:hover {
  background-color: #ff1200;
  color: #fff;
}
.solution-tab-list:hover {
  background-color: #ff1200;
  color: #fff;
}
.solution-tab-list:hover .tab-list-icon {
  background-color: #ff1200;
  background-image: url('../image/advantage-icon-active.png');
  border: .0625rem solid #fff;
}
.solution-tab-list:hover .tab-list-desc p,
.solution-tab-list:hover .tab-list-title h4 {
  color: #fff;
}
.tab-thumb {
  position: relative;
  border-radius: .875rem;
  overflow: hidden;
  width: 90%;
  margin: 0 auto;
}
.tab-thumb img,
.tab-thumb-img {
  width: 100%;
}
.tab-thumb-img {
  max-height: 34.25rem;
  overflow: hidden;
}
.tab-thumb-img > img {
  width: 100%;
}
.tab-vedeo-btn a {
  width: 3.8125rem;
  height: 3.8125rem;
  border-radius: 31px;
  background-color: #ff1200;
  display: inline-block;
  text-align: center;
  line-height: 3.8125rem;
  position: absolute;
  top: 43%;
  left: 46%;
  color: #fff;
  -webkit-animation: play-btn 1s linear infinite;
  animation: play-btn 1s linear infinite;
  -webkit-transition: .5s;
  transition: .5s;
}
.tab-vedeo-btn a img {
  width: 1.75rem;
}
.flex-wrap {
  display: flex;
}
.service-wrap-title h1,
.news-wrap-title h1 {
  font-size: 2.8125rem;
  line-height: 3.75rem;
  color: #333;
  margin-top: 1rem;
  text-align: center;
}
.service-list,
.news-list-con {
  padding-top: 3.25rem;
  position: relative;
}
.service-single-box {
  background: #fff;
  border-radius: 0.5rem;
  position: relative;
  border-radius: 0.5rem;
  box-shadow: 0 0 0.625rem rgba(0, 0, 0, 0.05);
  margin-bottom: 1.5rem;
}

.service-img-wrap {
  border-radius: 0.5rem 0.5rem 0 0;
  width: 100%;
  height: 22rem;
  overflow: hidden;
}

.service-img-wrap > img {
  width: 100%;
  transition: all 500ms linear;
}

.service-content {
  padding: 1.75rem 3.5rem 3.25rem 3.5rem;
}

.service-box-box {
  width: 100%;
  overflow: hidden;
  font-size: 1.375rem;
  line-height: 3.4375rem;
  color: #1f1f1f;
  font-weight: 500;
  margin: 0;
  transition: .5s;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.service-single-box:hover .service-box-box {
  color: #ff1200;
}

.service-boxo-time {
  font-size: 1rem;
  line-height: 1.875rem;
  color: #999;
  font-weight: 400;
  margin: 0.5rem 0 1rem;
  transition: .5s;
  display: flex;
  align-items: center;
}

.service-boxo-time .time-icon {
  width: 1.25rem;
  margin-right: .25rem;
}

.service-single-box:hover .service-img-wrap > img {
  transform: scale(1.1);
}

.service-boxo-desc p {
  display: block;
  margin: 0;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  min-height: 4.5rem;
}

.service-detail-btn {
  height: 2rem;
  line-height: 2rem;
  border: .0625rem solid #e5e5e5;
  border-radius: 0.25rem;
  font-size: 0.875rem;
  margin-top: 1rem;
  display: inline-block;
  padding: 0 0.75rem;
  word-break: keep-all;
  transition: all 500ms linear;
}

.service-detail-btn a {
  color: #999;
  text-decoration: none;
}

.service-single-box:hover .service-detail-btn {
  border: .0625rem solid #ff1200;
}

.service-single-box:hover .service-detail-btn a {
  color: #ff1200;
}

.pb40 {
  padding-bottom: 2.5rem;
}

.news-list-con {
  display: flex;
  justify-content: space-between;
  min-height: 31.25rem;
}

.first-news-wrap {
  width: 100%;
  background-color: #fff;
  position: relative;
  display: block;
  text-decoration: none;
}

.first-news-wrap:hover .news-title {
  color: #ff1200;
}

.first-news-wrap:hover .news-img-wrap > img {
  transform: scale(1.1);
}

.news-img-wrap {
  max-height: 20.75rem;
  overflow: hidden;
}

.news-img-wrap > img {
  width: 100%;
  transition: all 500ms linear;
}

.news-con {
  width: 100%;
  padding: 1.25rem 1.875rem 1.875rem 1.875rem;
}

.news-title {
  font-size: 1.375rem;
  color: #333;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-release-time {
  position: relative;
  padding-top: .625rem;
  display: flex;
  align-items: center;
}

.news-release-time .time-icon {
  width: 1.125rem;
}

.news-release-time .time-text {
  color: #999;
  font-size: 1rem;
  margin-left: .25rem;
}

.news-desc-wrap {
  margin: 1.25rem 0 0;
  color: #999;
  font-size: 1rem;
  width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.5rem;
}

.news-list {
  width: 100%;
  background-color: #fff;
  position: relative;
  padding: .75rem 1.875rem;
  max-height: 31.25rem;
}

.news-list-wrap {
  height: 100%;
  overflow-y: scroll;
}

.news-list-item {
  width: 100%;
  padding-bottom: .9375rem;
  border-bottom: .0625rem dashed #999;
  margin-bottom: .9375rem;
  display: block;
}

.news-bottom-shadow {
  position: absolute;
  width: 100%;
  height: 3.125rem;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.3);
}

.cooperative-wrap-sub-title h4,
.service-wrap-sub-title h4,
.news-wrap-sub-title h4 {
  font-size: 1.375rem;
  letter-spacing: .3125rem;
  line-height: 1.75rem;
  color: #999;
  font-weight: 400;
  margin: 0;
  text-align: center;
}

.cooperative-wrap-title h1 {
  font-size: 2.8125rem;
  line-height: 3.75rem;
  color: #333;
  font-weight: 400;
  margin-top: 1rem;
  text-align: center;
}
.cooperative-list {
  padding-top: 3.25rem;
}

.cooperative-grid-item {
  position: relative;
  padding: .75rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cooperative-grid-item img {
  width: 100%;
}

/*
<!-- ============================================================== -->
<!--Scrollup Button Section -->
<!-- ============================================================== -->*/
/*------back-to-top------------*/
.prgoress_indicator {
  position: fixed;
  right: 3.125rem;
  bottom: 1.25rem;
  height: 2.875rem;
  width: 2.875rem;
  cursor: pointer;
  display: block;
  border-radius: 3.125rem;
  box-shadow: inset 0 0 0 0.125rem rgba(24, 24, 24, 0.2);
  z-index: 10000;
  opacity: 0;
  visibility: hidden;
  transform: translateY(0.9375rem);
  transform: translateY(0.9375rem) !important;
  transition: all 200ms linear !important;
}

.prgoress_indicator.active-progress {
  opacity: 1;
  visibility: visible;
  transform: translateY(0) !important;
}

.prgoress_indicator::after {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 2.875rem;
  font-size: 1.125rem;
  color: #ff1200;
  left: 0;
  top: 0;
  height: 2.875rem;
  width: 2.875rem;
  cursor: pointer;
  display: block;
  font-weight: 900;
  z-index: 1;
  transition: all 200ms linear !important;
}

.prgoress_indicator::before {
  position: absolute;
  content: "\f106";
  font-family: "Font Awesome 5 Free";
  text-align: center;
  line-height: 2.875rem;
  font-size: 1.125rem;
  font-weight: 900;
  opacity: 0;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  left: 0;
  top: 0;
  height: 2.875rem;
  width: 2.875rem;
  cursor: pointer;
  display: block;
  z-index: 2;
  transition: all 200ms linear !important;
}

.prgoress_indicator:hover::after {
  color: #2871ff;
}

.prgoress_indicator:hover::before {
  opacity: 1;
}

.prgoress_indicator svg path {
  fill: none;
}

.prgoress_indicator svg.progress-circle path {
  stroke: #ff1200;
  stroke-width: 4;
  box-sizing: border-box;
  transition: all 200ms linear !important;
}

/* curser point*/
.curser {
  position: fixed;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 2.5rem;
  border: .125rem dashed #ff1200;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 999;
  transition: .1s;
}

.curser2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 0.5rem;
  height: 0.5rem;
  background: #ff1200;
  border-radius: 50%;
  pointer-events: none;
  transform: translate(-50%, -50%);
  z-index: 9999;
  transition: .15s;
  animation: Ripple 1.6s ease-in-out infinite;
  -webkit-animation: Ripple 1.6s ease-in-out infinite;
  -moz-animation: Ripple 1.6s ease-in-out infinite;
}

.messenger-icon,
.phone-icon,
.wechat-icon {
  width: 1.75rem;
  margin-bottom: .25rem;
}
.remove-icon {
  width: 1.25rem;
}
.qrcode-wrap {
  display: flex;
  justify-content: center;
}
.qrcode-wrap > div {
  margin: 0 .75rem;
}

.no-data-img {
  display: block;
  margin: 0 auto;
}
.no-data-text {
  padding: 1.5rem;
  text-align: center;
  font-size: 1rem;
  color: #999;
}

/* curser point*/
/*<!-- ============================================================== -->
<!-- adiracity animation start here -->
<!-- ============================================================== -->*/

@media only screen and (max-width: 870px){
  html {
    font-size: 12px;
  }
  .language-list {
    width: 100%;
    transform: translateX(0);
  }
  .banner-img-wrap {
    width: 100%;
    height: 50vh;
  }
  .banner-title {
    font-size: 1.375rem;
  }
  .banner-subtitle {
    font-size: .875rem;
  }
  .video-wrap {
    width: auto;
    height: 50vh;
  }
  .video-wrap > video {
    height: 100% !important;
    width: auto !important;
  }
  .solution-wrap,
  .solution-swiper,
  .solution-slider {
    height: 66vh;
  }
  .solution-nav-swiper {
    bottom: 1rem;
  }
  
  .solution-swiper-name{
      margin-top: -8rem;
  }
  
  .solution-swiper-desc{
      margin-top:1rem;
      font-size:1.15rem;
      padding:1.25rem;
  }
  
  .tab-item {
    width: 80%;
  }
  .solution-tab-list {
    padding: 2rem 1.5rem 2rem 3.375rem; 
    margin: 0 auto 1.875rem;
  }
  .solution-tab-title > h1 {
    text-align: center;
    margin: 1rem auto ;
  }
  .solution-tab-desc p {
    margin: 1rem auto 2.625rem;
    color: #999;
  }
  .tab-thumb {
    width: 80%;
  }
  .prgoress_indicator {
    bottom: 4.25rem
  }
  .news-list {
    display: none;
  }
  .service-wrap,
  .news-wrap,
  .cooperative-wrap {
    padding-top: 3rem;
  }
  .cooperative-wrap {
    padding: 3rem .9375rem .75rem;
  }
  .cooperative-img {
    width: 100%;
  }
  .cooperative-list {
    padding-top: 0;
    margin: 0 auto !important;
  }
  .qrcode-wrap {
    padding-top: 1rem;
  }
  .carousel-caption {
    left: 10%;
    right: 10%;
  }
  .solution-box {
    margin-top: 0.5rem;
  }
  .solution-wrap {
    box-shadow: -0.125rem .125rem 0.75rem rgba(0, 0, 0, 0.3);
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 90.3125rem !important;
  }
  html {
    font-size: .875rem;
  }
}

@media (max-width: 1480px) {
  .navbar-light .navbar-nav .nav-link{
      padding:.5rem 1rem !important;
  }
}

@media (min-width: 1680px) {
  .container {
    max-width: 120.3125rem !important;
  }
  .navbar-light {
    max-width: 120.3125rem !important;
  }
}

@media (min-width: 1920px) {
  .container {
    max-width: 107.5rem !important;
  }
  .navbar-light {
    max-width: 107.5rem !important;
  }
}

@media (min-width: 2000px) { 
  .container {
    max-width: 154.25rem !important;
  }
  .navbar-light {
    max-width: 154.25rem !important;
    font-size: 1.5rem;
  }
  .nav-log {
    width: 14.25rem;
  }
  .navbar-light .navbar-nav .nav-link {
    padding: .5rem 1.5rem !important;
    margin: 0 .875rem;
  }
  .solution-nav-swiper {
    height: 12.5rem;
  }
  .solution-nav-slider {
    width: 12.5rem;
    height: 12.5rem;
  }
  .solution-nav-name {
    font-size: 1.25rem;
  }
  .solution-swiper-name {
    font-size: 3.5rem;
  }
  .solution-swiper-desc {
    font-size: 1.125rem;
  }
  .service-img-wrap {
    height: 22rem;
  }
  .news-img-wrap {
    max-height: 30rem;
  }
  .service-box-box {
    font-size: 1.625rem;
  }
  .service-boxo-time {
    font-size: 1.125rem;
  }
  .service-boxo-time .time-icon {
    width: 1.5rem;
  }
  .service-boxo-desc p {
    font-size: 1.125rem;
  }
  .service-detail-btn {
    height: 2.625rem;
    line-height: 2.625rem;
    border-radius: 0.25rem;
    font-size: 1rem;
    padding: 0 1rem;
  }
  .service-list,
  .news-list-con {
    padding-top: 7.25rem;
  }
  .news-list-con {
    min-height: 42.5rem;
  }
  .news-list {
    max-height: 42.5rem;
  }
  .news-title {
    font-size: 1.5rem;
  }
  .news-release-time .time-icon {
    width: 1.75rem;
  }
  .news-release-time .time-text {
    font-size: 1.125rem;
  }
  .news-desc-wrap {
    font-size: 1.125rem;
  }
}

@-webkit-keyframes play-btn {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(40, 161, 56, 0.3), 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3);
      box-shadow: 0 0 0 0 rgba(40, 161, 56, 0.3), 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3), 0 0 0 30px rgba(244, 186, 72, 0);
      box-shadow: 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3), 0 0 0 30px rgba(244, 186, 72, 0)
  }
}

@keyframes play-btn {
  0% {
      -webkit-box-shadow: 0 0 0 0 rgba(40, 161, 56, 0.3), 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3);
      box-shadow: 0 0 0 0 rgba(40, 161, 56, 0.3), 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3)
  }
  100% {
      -webkit-box-shadow: 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3), 0 0 0 30px rgba(244, 186, 72, 0);
      box-shadow: 0 0 0 10px rgba(40, 161, 56, 0.3), 0 0 0 20px rgba(40, 161, 56, 0.3), 0 0 0 30px rgba(244, 186, 72, 0)
  }
}

.loader_bg {
  position: fixed;
  z-index: 99999;
  background: #1f1f1f;
  width: 100%;
  height: 100%;
}

.loading-title {
  position: absolute;
  top: calc(50vh - 1.5625rem);
  left: calc(50vw - 2.5rem);
  z-index: 1;
  font-size: 1.375rem;
  color: #ff1200;
  font-weight: 400;
}

.loader {
  border: 0 soild transparent;
  border-radius: 50%;
  width: 9.375rem;
  height: 9.375rem;
  position: absolute;
  top: calc(50vh - 4.6875rem);
  left: calc(50vw - 4.6875rem);
}

.loader:before,
.loader:after {
  content: '';
  border: 1em solid #fff;
  border-radius: 50%;
  width: inherit;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  animation: loader 2s linear infinite;
  opacity: 0;
}

.loader:before {
  animation-delay: .5s;
}
@keyframes loader {
  0% {
      transform: scale(0);
      opacity: 0;
  }

  50% {
      opacity: 1;
  }

  100% {
      transform: scale(1);
      opacity: 0;
  }

  ;
}