@font-face {
  font-family: 'Arial';
  src: url('../fonts/Arial-Bold.woff2') format('woff2'), url('../fonts/Arial-Bold.ttf') format('truetype'), url('../fonts/Arial-Bold.eot') format('embedded-opentype'), url('../fonts/Arial-Bold.woff') format('woff');
}
body {
  font-family: "Arial";
  max-width: 1920px;
  --color: #008dff;
  margin: 0 auto;
  background-color: #161616;
}
.container {
  width: 1470px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.grid-box {
    font-size: 0;
    [;letter-spacing: -4px;
    font-size: 12px;
    ]}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    [;letter-spacing: 0;
    ]}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }
}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active .logo img{
  width: 80px;
}
#header.active {
  background-color: #000;
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.4);
  padding: 10px 0;
}

#header.active .nav{
    height: 60px;
}
#header .nav .logo img{
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav {
  height: 125px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 14px;
  margin-right: 35px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  font-weight: 600;
  color: white;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  margin: 0 25px;
}
#header .nav .ui.menu .right .h-inquiry {
  cursor: pointer;
  padding: 8px 40px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  font-size: 14px;
  text-transform: uppercase;
  color: white;
  border-radius: 35px;
  background-color: var(--color);
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: #fff;
  color: var(--color);
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
.language-box .zhuyu span {
  font-size: 14px;
  text-transform: uppercase;
  margin-left: 8px;
  margin-right: 4px;
}
.language-box .zhuyu i {
  font-size: 16px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  background-color: #9fa5ab;
  height: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  overflow: hidden;
}
.more i {
  font-size: 20px;
  position: relative;
  z-index: 5;
}
.more .halo {
  content: '';
  position: absolute;
  display: block;
  width: 297px;
  height: 174px;
  top: 120%;
  left: 90%;
  pointer-events: none;
  -webkit-transition: left 0.2s cubic-bezier(.4,0,.1,1);
  -moz-transition: left 0.2s cubic-bezier(.4,0,.1,1);
  transition: left 0.2s cubic-bezier(.4,0,.1,1);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  will-change: transform;
  
}
.more span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 5;
  margin-right: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.txt-hover:hover {
  color: var(--color);
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
  }
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#b5e9f3), to(#1594d5));
  background: -webkit-linear-gradient(left, #b5e9f3 0%, #1594d5 100%);
  background: -moz-linear-gradient(left, #b5e9f3 0%, #1594d5 100%);
  background: linear-gradient(to right, #b5e9f3 0%, #1594d5 100%);
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .content {
  position: absolute;
  top: 52%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .content .box {
  width: 55%;
  color: white;
}
#banner .banner-content ul li .content .box h3 {
  font-family: var(--font);
  text-shadow: 2px 2px 4px rgba(0, 0, 0, 0.5);
}
#banner .banner-content ul li .content .box p {
  max-width: 380px;
  color: rgba(255, 255, 255, 0.6);
}
#banner .banner-content ul li .content .box p em {
  color: #fff;
}
#banner .banner-bot {
  height: 140px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#banner .banner-bot .right{
  overflow: hidden;
  display: flex;
  align-items: center;
}
#banner .banner-bot .right ul{
  width: fit-content;
  animation: slide-left 30s linear infinite;
}
#banner .banner-bot .right ul li{
  width: 216px;
}
@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    /* 初始位置：不偏移 */
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
    /* 最终位置：向左移动自身宽度的50% */
  }
}
@-moz-keyframes slide-left {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    /* 初始位置：不偏移 */
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    /* 最终位置：向左移动自身宽度的50% */
  }
}
@keyframes slide-left {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
    /* 初始位置：不偏移 */
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
    /* 最终位置：向左移动自身宽度的50% */
  }
}
#index-body .homepage-1 {
  padding: 170px 0 230px;
}
#index-body .homepage-1 .left {
  width: 43%;
  border-radius: 15px;
  overflow: hidden;
}
#index-body .homepage-1 .right {
  width: 57%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .homepage-2 .top {
  padding: 70px 0 90px;
  background: -webkit-gradient(linear, left top, left bottom, from(#2d2d2d), to(#323232));
  background: -webkit-linear-gradient(top, #2d2d2d 0%, #323232 100%);
  background: -moz-linear-gradient(top, #2d2d2d 0%, #323232 100%);
  background: linear-gradient(to bottom, #2d2d2d 0%, #323232 100%);
}
#index-body .homepage-2 .top .right {
  width: 50.5%;
}
#index-body .homepage-2 .bottom > ul > li {
  overflow: hidden;
  max-height: 120px;
}
#index-body .homepage-2 .bottom ul li {
  padding: 45px 0;
  -webkit-transition: max-height 0.5s cubic-bezier(0.6, 1, 0.6, 1);
  -moz-transition: max-height 0.5s cubic-bezier(0.6, 1, 0.6, 1);
  transition: max-height 0.5s cubic-bezier(0.6, 1, 0.6, 1);
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
#index-body .homepage-2 .bottom ul li:hover {
  max-height: 800px;
}
#index-body .homepage-2 .bottom > ul > li:nth-child(1) {
  background: #3e3e3e;
}
#index-body .homepage-2 .bottom > ul > li:nth-child(2) {
  background: #565656;
}
#index-body .homepage-2 .bottom > ul > li:nth-child(3) {
  background: #666666;
}
#index-body .homepage-2 .bottom > ul > li:nth-child(4) {
  background: #767676;
}
#index-body .homepage-2 .bottom > ul > li:nth-child(5) {
  background: url('../images/line.png') no-repeat;
  background-size: cover;
}
#index-body .homepage-2 .bottom ul li .left .bt h4 {
  display: none;
}
#index-body .homepage-2 .bottom ul li .left .img {
  border-radius: 12px;
  overflow: hidden;
  height: 330px;
}
#index-body .homepage-2 .bottom ul li .right {
  width: 50.5%;
}
#index-body .homepage-2 .bottom ul li .right h4 {
  line-height: 0.8;
  white-space: nowrap;
}
#index-body .homepage-2 .bottom ul li .right ol {
  margin: 0 -17px;
}
#index-body .homepage-2 .bottom ul li .right ol li {
  padding: 0 17px;
  height: 330px;
}
#index-body .homepage-2 .bottom ul li .right ol li .box {
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  width: 100%;
  height: 330px;
}
#index-body .homepage-2 .bottom ul li .right ol li .box:hover .title {
  bottom: 0;
}
#index-body .homepage-2 .bottom ul li .right ol li .box img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-2 .bottom ul li .right ol li .box .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 55px;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -100%;
  background-color: var(--color);
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
#index-body .homepage-3 {
  padding: 170px 0 140px;
  background: url('../images/homepage-3-bg.png') no-repeat;
  background-color: #202020;
}
#index-body .homepage-3 .list ul {
  margin: 0 -35px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .homepage-3 .list ul li {
  padding: 0 35px;
  width: 50%;
}
#index-body .homepage-3 .list ul li:nth-child(even) {
  padding-top: 13.5%;
}
#index-body .homepage-3 .list ul li .box {
  border-radius: 15px;
  overflow: hidden;
}
#index-body .homepage-3 .list ul li .box:hover .text {
  bottom: 0;
  opacity: 1;
}
#index-body .homepage-3 .list ul li .box .text {
  background-color: white;
  padding: 40px 55px;
  border-radius: 15px;
  left: 0;
  bottom: -100%;
  color: black;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  opacity: 0;
}
#index-body .homepage-3 .list ul li .bot {
  margin-top: 20px;
}
#index-body .homepage-3 .list ul li .bot .btn {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.8);
}
#index-body .homepage-3 .list ul li .bot .btn span {
  font-size: 18px;
  margin-right: 60px;
}
#index-body .homepage-3 .list ul li .bot .btn i {
  font-size: 20px;
}
#index-body .homepage-3 .center {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .homepage-3 .center ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .homepage-3 .center ul li {
  width: 25%;
}
#index-body .homepage-3 .center ul li h2 {
  font-size: 98px;
  color: #d9dee8;
  line-height: 0.8;
}
#index-body .homepage-3 .center ul li .bt {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 20px;
}
#index-body .homepage-3 .center ul li .bt p {
  font-size: 18px;
  margin-left: 15px;
}
#index-body .homepage-4 {
  background-color: #202020;
}
#index-body .homepage-4 .top {
  width: 100%;
  overflow: hidden;
}
#index-body .homepage-4 .top h2 {
  font-size: 114px;
  line-height: 0.8;
  white-space: nowrap;
  -webkit-animation: slide-left 30s linear infinite;
  -moz-animation: slide-left 30s linear infinite;
  animation: slide-left 30s linear infinite;
}
#index-body .homepage-4 .top h2 .dot {
  width: 30px;
  height: 30px;
  margin: 0 35px 0 40px;
}
#index-body .homepage-4 .bottom ul li {
  position: relative;
  overflow: hidden;
  background-color: #161616;
  transition: all .5s;
  }
#index-body .homepage-4 .bottom ul li .bg {
  left: 70%;
  top: 0;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  -webkit-transition: left 0.1s ease-in-out,opacity 0.5s ease;
  -moz-transition: left 0.1s ease-in-out,opacity 0.5s ease;
  transition: left 0.1s ease-in-out,opacity 0.5s ease;
  will-change: transform;
  opacity: 0;
}
#index-body .homepage-4 .bottom ul li:hover .bg {
  opacity: 1;
}
#index-body .homepage-4 .bottom ul li:hover {
  background-color: #262626;
}
#index-body .homepage-4 .bottom ul li .container .list {
  height: 255px;
  width: 50%;
  overflow: hidden;
}
#index-body .homepage-4 .bottom ul li:hover .container .list .icon {
  margin-left: 0;
}
#index-body .homepage-4 .bottom ul li .container .list .icon {
  width: 105px;
  margin-left: -105px;
  -webkit-transition: margin-left 0.5s ease;
  -moz-transition: margin-left 0.5s ease;
  transition: margin-left 0.5s ease;
}
#index-body .homepage-4 .bottom ul li .container .list h4 {
  width: -webkit-calc(100% - 105px);
  width: -moz-calc(100% - 105px);
  width: calc(100% - 105px);
}
#index-body .homepage-5 {
  padding: 115px 0;
}
#index-body .homepage-5 .right .swiper {
  height: 580px;
}
#index-body .homepage-5 .right ul li .box {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .homepage-5 .right ul li .box .img {
  border-radius: 5px;
  overflow: hidden;
}
#index-body .homepage-6 .top {
  background: url('../images/homepage-6-bg.jpg') no-repeat;
  background-size: cover;
  padding: 80px 0 135px;
}
#footer .process {
  background-color: #262626;
  padding: 0 95px;
  position: relative;
  overflow: hidden;
}
#footer .process .bg {
  position: absolute;
  bottom: 0;
  left: 15%;
  -webkit-transition: left 0.1s ease-in-out;
  -moz-transition: left 0.1s ease-in-out;
  transition: left 0.1s ease-in-out;
  -webkit-transform: translate(-50%, 60%);
  -moz-transform: translate(-50%, 60%);
  -ms-transform: translate(-50%, 60%);
  transform: translate(-50%, 60%);
  will-change: transform;
}
#footer .process ul {
  position: relative;
  z-index: 5;
}
#footer .process ul li {
  height: 95px;
}
#footer .process ul li:hover .img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#footer .process ul li:hover h4 {
  opacity: 1;
}
#footer .process ul li .img {
  -webkit-filter: brightness(0.3);
  filter: brightness(0.3);
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .process ul li h4 {
  opacity: 0.3;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
  color: white;
}
#footer {
  background-color: #17181c;
}
#footer .top {
  padding-top: 85px;
  padding-bottom: 50px;
}
#footer .top .left form {
  max-width: 585px;
  margin-top: 50px;
}
#footer .top .left form ul li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 9px;
  margin-bottom: 60px;
}
#footer .top .left form ul li:last-child {
  margin-bottom: 0;
  border: none;
}
#footer .top .left form ul li:nth-last-child(2) {
  margin-bottom: 30px;
}
#footer .top .left form ul li input[type='text'] {
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  color: white;
  border: none;
}
#footer .top .left form ul li textarea {
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  color: white;
  border: none;
  resize: vertical;
}
#footer .top .left form ul li input[type='submit'] {
  background: transparent;
  border: none;
  color: #cdcdcd;
  font-size: 20px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .top .left form ul li i {
  font-size: 30px;
  width: 85px;
  height: 85px;
  border: 2px solid#cdcdcd;
  border-radius: 50%;
  color: #cdcdcd;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  transition: all 0.5s ease;
}
#footer .top .left form ul li .submit {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  cursor: pointer;
}
#footer .top .left form ul li .submit:hover i {
  color: var(--color);
  border-color: var(--color);
}
#footer .top .left form ul li .submit:hover input[type='submit'] {
  color: var(--color);
}
#footer .top .left form ul li input:-moz-placeholder,
#footer .top .left form ul li input:-ms-input-placeholder,
#footer .top .left form ul li input::-moz-placeholder,
#footer .top .left form ul li input::-webkit-input-placeholder,
#footer .top .left form ul li textarea:-moz-placeholder,
#footer .top .left form ul li textarea:-ms-input-placeholder,
#footer .top .left form ul li textarea::-moz-placeholder,
#footer .top .left form ul li textarea::-webkit-input-placeholder {
  color: #cdcdcd;
}
#footer .top .right {
  padding-right: 90px;
  max-width: 660px;
  color: white;
}
#footer .top .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 60px;
}
#footer .top .right ul li {
  max-width: 260px;
  width: 50%;
  margin-bottom: 50px;
}
#footer .top .right ul li:nth-child(n + 3) {
  margin-bottom: 0;
}
#footer .top .right ul li:nth-child(2n) {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .top .right ul li h4 {
  font-size: 24px;
  margin-bottom: 20px;
}
#footer .top .right ul li span {
  font-size: 16px;
  line-height: 30px;
  color: #cdcdcd;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 3px;
}
#footer .top .right ul li span:last-child {
  margin-bottom: 0;
}
#footer .top .right ul li #ewm canvas,
#footer .top .right ul li #ewm img {
  width: 125px;
  height: 125px;
  border: 5px solid #fff;
}
#footer .top .right ul li .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 15px;
}
#footer .top .right ul li .share a {
  margin-right: 15px;
}
#footer .top .right ul li .share a:last-child {
  margin-right: 0;
}
#footer .top .right ul li .share a:hover i {
  color: var(--color);
}
#footer .top .right ul li .share a i {
  font-size: 20px;
  color: white;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
#footer .bottom.container .box {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  padding-top: 20px;
  padding-bottom: 35px;
}
#footer .bottom.container .box span {
  font-size: 16px;
  color: #cdcdcd;
}
#footer .bottom.container .box span img {
  width: 260px;
  height: auto;
  padding-top: 4px;
  margin-left: 5px;
}
#footer .bottom.container .box .topup {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  cursor: pointer;
}
#footer .bottom.container .box .topup i {
  font-size: 30px;
  color: white;
}
@media screen and (max-width: 1700px) {
  #index-body .homepage-2 .bottom > ul > li {
    max-height: 100px;
  }
}
@media screen and (max-width: 1450px) {
  #footer .process {
    padding: 0 35px;
  }
  #index-body .homepage-5 {
    padding: 85px 0;
  }
  #index-body .homepage-4 .top h2 {
    font-size: 90px;
  }
  #index-body .homepage-3 .list ul li .bot .text {
    width: -webkit-calc(100% - 180px);
    width: -moz-calc(100% - 180px);
    width: calc(100% - 180px);
  }
  #index-body .homepage-3 .center ul li h2 {
    font-size: 60px;
  }
  #index-body .homepage-1 {
    padding: 120px 0;
  }
  #banner .banner-content ul li .content .box a.more {
    margin: 25px 0;
  }
  #banner .banner-content ul li .content .box {
    width: 75%;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-bot .right {
    width: 70%;
  }
  #index-body .homepage-2 .bottom ul li .left {
    width: 25%;
  }
  #index-body .homepage-2 .bottom ul li .right {
    width: 70%;
  }
  #index-body .homepage-2 .bottom ul li .left .img {
    margin-top: 50px;
  }
  #index-body .homepage-2 .bottom ul li .right h4 {
    margin-bottom: 55px;
  }
  #index-body .homepage-3 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .homepage-3 .list ul li .bot .text {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .homepage-4 .top h2 {
    font-size: 40px;
  }
  #index-body .homepage-4 .bottom ul li .container .list {
    height: 145px;
  }
  #index-body .homepage-4 .bottom ul li .bg {
    top: -75%;
  }
  #index-body .homepage-6 .top .left {
    width: 60%;
  }
  #footer .top .right {
    padding-right: 0;
  }
  #footer .bottom.container .box .left {
    width: 80%;
  }
  #footer .bottom.container .box span img {
    padding-top: 6px;
    margin-left: 0;
  }
  #footer .top .left form ul li i {
    font-size: 20px;
    width: 40px;
    height: 40px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .content .box {
    width: 100%;
  }
  #banner .banner-content ul li .content .box p {
    max-width: 100%;
  }
  #banner .banner-bot .right {
    width: 100%;
  }
  #index-body .homepage-1 .right .rb p {
    margin-top: 20px;
  }
  #index-body .homepage-1 {
    padding: 80px 0;
  }
  #index-body .homepage-2 .top .left {
    width: 100%;
  }
  #index-body .homepage-2 .top .right {
    padding-top: 0;
    margin-top: 30px;
    width: 100%;
  }
  #index-body .homepage-3 {
    padding: 80px 0;
  }
  #index-body .homepage-2 .bottom ul li .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2 .bottom ul li .left {
    width: 100%;
  }
  #index-body .homepage-2 .bottom ul li .left .bt h4 {
    display: block;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 35px 0 60px;
  }
  #index-body .homepage-2 .bottom ul li .right ol li .box {
    height: auto;
  }
  #index-body .homepage-2 .bottom ul li:hover {
    max-height: 2000px;
  }
  #index-body .homepage-3 .list ul li .box .text {
    padding: 40px 30px;
    bottom: unset;
    top: 100%;
    height: 100%;
  }
  #index-body .homepage-3 .list ul li .box:hover .text {
    top: 0;
    bottom: unset;
  }
  #index-body .homepage-3 .list ul li .box .text p {
    margin-top: 20px;
    max-height: 280px;
    overflow: auto;
  }
  #index-body .homepage-3 .center ul li {
    width: 50%;
    margin: 20px 0;
  }
  #index-body .homepage-3 .center ul li h2 {
    font-size: 40px;
  }
  #index-body .homepage-5 .right {
    width: 100%;
    margin-top: 60px;
  }
  #footer .process ul li {
    width: 50%;
  }
  #footer .top .left {
    width: 100%;
  }
  #footer .top .right {
    width: 100%;
    margin-top: 60px;
  }
  #footer .top .right ul li:nth-child(2n) {
    width: 50%;
  }
  #index-body .homepage-2 .bottom ul li .right ol li {
    height: auto;
  }
  #index-body .homepage-2 .bottom ul li .left .bt h4{
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-6,
  #index-body .homepage-4,
  #index-body .homepage-3 {
    display: none;
  }
    #index-body .homepage-2 .bottom ul li .left .bt h4{
    font-size: 20px;
    padding: 0 15px;
  }
  #footer .top .right ul li:nth-child(2n) {
    width: 35%;
  }
  #index-body .homepage-5 {
    padding: 85px 0 0;
  }
  #index-body .homepage-3 .list ul li {
    margin: 20px 0;
    width: 100%;
  }
  #index-body .homepage-3 .list ul li .box .text h4 {
    font-size: 24px;
  }
  #index-body .homepage-3 .list ul li:nth-child(even) {
    padding-top: 0;
    margin-top: 30px;
  }
  #index-body .homepage-1 .left {
    width: 100%;
  }
  #index-body .homepage-1 .right {
    width: 100%;
    margin-top: 60px;
    padding-left: 0;
  }
  #index-body .homepage-1 .right .rb .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .homepage-1 .right .rb .flex p {
    width: 100%;
    margin: 10px 0;
  }
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #banner .banner-content ul li .content .box h3 {
    margin-bottom: 30px;
  }
  #banner .banner-bot {
    display: none;
  }
  #index-body .homepage-2 .top .right p {
    margin: 15px 0;
  }
  #index-body .homepage-3 .center ul li h2 {
    font-size: 30px;
  }
  #index-body .homepage-2 .bottom ul li .right h4 {
    font-size: 24px;
    white-space: pre-wrap;
    line-height: 1.4;
  }
  #footer .bottom.container .box .topup {
    display: none;
  }
  #footer .bottom.container .box .left {
    width: 100%;
    text-align: center;
  }
  #footer .process ul li h4 {
    font-size: 14px;
    width: calc(100% - 45px);
  }
  #footer .top .left form ul li input[type='submit']{
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  #footer .top .right ul li:nth-child(2n) {
    width: 100%;
  }
  #footer .top .right ul li {
    max-width: 100%;
    width: 100%;
  }
  #footer .top .right ul li:nth-child(2),
  #footer .top .right ul li:nth-child(3) {
    display: none;
  }
  #index-body .homepage-3 .center ul li {
    width: 100%;
    text-align: center;
  }
  #index-body .homepage-3 .center ul li .bt {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #banner .banner-content ul li {
    padding: 30px 0;
  }
  #banner .banner-content ul li .content {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #banner .banner-content ul li .bg {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
  }
  #index-body .homepage-2 .bottom > ul > li {
    max-height: 120px;
  }
  #index-body .homepage-2 .bottom ul li {
    padding: 30px 0 60px;
  }
  #index-body .homepage-2 .bottom ul li .left .img {
        margin-top: 65px;
    }
  #footer .process {
    padding: 0 15px;
  }
  #footer .process ul li {
    width: 100%;
  }  
}















.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  color: white;
  font-size: 16px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}
.contact-page .contact-1 {

  padding-top: 70px;
}
.contact-page .contact-1 .top {
  margin-bottom: 60px;
}
.contact-page .contact-1 .top .column {
  vertical-align: middle;
}
.contact-page .contact-1 .top .text {
  font-size: 18px;
  line-height: 30px;
}
.contact-page .contact-1 .box {
  background-color: #545454;
  padding: 50px 85px;
  width: -webkit-calc(100% - 180px);
  width: -moz-calc(100% - 180px);
  width: calc(100% - 180px);
  margin: auto;
  border-radius: 10px;
  color: #fff;
}
.contact-page .contact-1 .box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}
.contact-page .contact-1 .box p em {
  color: red;
}
.contact-page .contact-1 .box form ul {
  margin: -9px;
  color: #000;
}
.contact-page .contact-1 .box form ul li {
  padding: 9px;
}
.contact-page .contact-1 .box form ul li .button_wrap{
  color: white;
}
.contact-page .contact-1 .box form ul li input,
.contact-page .contact-1 .box form ul li textarea {
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  font-size: 20px;
  height: 70px;
  border-radius: 5px;
  padding: 0 15px;
}
.contact-page .contact-1 .box form ul li textarea {
  height: 175px;
  padding: 15px;
}
.contact-page .contact-1 .box form ul li input[type="submit"] {
  width: auto;
  background-color: transparent;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-1 .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 {
  padding: 120px 0;
}
.contact-page .contact-2 ul {
  margin: -25px;
}
.contact-page .contact-2 ul li {
  padding: 25px;
}
.contact-page .contact-2 ul li .box {
  background-color: #545454;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 24px 28px;
  position: relative;
  min-height: 300px;
}
.contact-page .contact-2 ul li .box span{
  position: absolute;
  bottom: 9px;
}
.contact-page .contact-2 ul li .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 30px;

}
.contact-page .contact-2 ul li .box .top .icon {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.contact-page .contact-2 ul li .box .top .icon i{
  font-size: 30px;
  position: relative;
  left: -2px;
  top: 1px;
}
.contact-page .contact-2 ul li .box p {
  font-size: 24px;
  font-weight: 300;
  color: white;
  min-height: 63px;
  margin-top: 70px;
}
.contact-page .contact-2 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-2 ul li:hover .box .icon{
  background: white;
  color: var(--color);
}
.contact-page .contact-2 ul li:hover .box p{
  color: white;
}
.contact-page .map img{
  width: 100%;
}
.inner-page ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  /*background-color: #dcdcdc;*/
  border-radius: 10px;
  margin-bottom: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page ul.nav li {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px 100px;
    transform: skewX(30deg);
    transform-origin: left top; 
}
.inner-page ul.nav li a {
  font-size: 24px;
  font-weight: bold;
  
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  z-index: 2;
  color: var(--color);
  transform: skewX(-30deg);
      
}
.inner-page ul.nav li a::before {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background: url(../images/nav-icon.png) no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page ul.nav li::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: -1;
}
.inner-page ul.nav li:hover a,
.inner-page ul.nav li.active a {
  color: white;
}
.inner-page ul.nav li:hover a::before,
.inner-page ul.nav li.active a::before {
  opacity: 1;
}
.inner-page ul.nav li:hover a::after,
.inner-page ul.nav li.active a::after {
  width: 100%;
}
.inner-page ul.nav li:hover::after,
.inner-page ul.nav li.active::after {
  width: 100%;
}
.inner-page .sideBar .sideleft {
  width: 71%;
  padding-right: 35px;
}
.inner-page .sideBar .sideright {
  width: 29%;
  position: sticky;
    top: 110px;
}
.inner-page .fixed-left{
  width: 25% !important;
  position: sticky;
  top: 120px;
  padding-right: 60px;
}
.inner-page.resource-page .fixed-left{
  width: 29%!important;
}
.inner-page.resource-page .scroll-right {
    width: 71% !important;
}
.inner-page .fixed-left .h3{
  border: none !important;
  padding-bottom: 0 !important;
  color: var(--color);
}
.inner-page .scroll-right{
  width: 75% !important;
}
.news-page {
  padding-top: 20px;
  padding-bottom: 85px;
}
.news-page h1 {
  text-align: center;
  
  margin-bottom: 60px;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.news-page .list ul li .box .h4 {
  font-size: 30px;
  z-index: 2;
  position: relative;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}
.news-page .list ul li .box .text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  margin-bottom: 40px;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
.news-page .list ul li .box .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5d5d5;
  z-index: 2;
  position: relative;
}
.news-page .list ul li .box .bottom .time {
  font-size: 18px;
  font-weight: 300;
}
.news-page .list ul li .box .bottom .time span {
  font-weight: bold;
  font-size: 18px;
  color: var(--color);
}
.news-page .list ul li .box .bottom .mores {
  font-size: 18px;
  color: #fff;
}
.news-page .list ul li .box .bottom .mores i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: inline-block;
  font-size: 20px;
}
.news-page .list ul li .box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #545454;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
opacity: 1;
}
.news-page .list ul li .box::before {
  content: "";
  position: absolute;
  left: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
}
.news-page .list ul li .box:hover {
  background-color: white;
  color: white;
}
.news-page .list ul li .box:hover .h4 {
  color: white;
}
.news-page .list ul li .box:hover .text {
  color: white;
}
.news-page .list ul li .box:hover .bottom .time span {
  color: white;
}
.news-page .list ul li .box:hover .bottom .mores {
  color: white;
}
.news-page .list ul li .box:hover::before {
  opacity: 1;
}
.news-page .list ul li .box:hover::after {
  opacity: 0;
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page .sideBar .box {

  border-radius: 10px;
}
.newdet-page .sideBar .sideleft .box {
  padding: 65px 90px;
  background-color: #545454;
}
.newdet-page .sideBar .sideleft .box h1 {
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.newdet-page .sideBar .sideleft .box .time {
  font-size: 18px;
  color: var(--color);
  font-style: italic;
  margin: 25px 0 32px;
}
.newdet-page .sideBar .sideleft .box .content {
  font-size: 18px;
  line-height: 34px;
  color: white;
  border-top: 1px solid #e7e7e7;
  padding-top: 58px;
}
.newdet-page .sideBar .sideright .box {
  padding: 20px 60px;
}
.newdet-page .sideBar .sideright .box1 {
  margin-bottom: 30px;
  background-color: #545454;
}
.newdet-page .sideBar .sideright .box1 .title {
  font-size: 24px;
  color: var(--color);

  position: relative;
  margin-bottom: 40px;
}
.newdet-page .sideBar .sideright .box1 .title::after {
  content: "";
  position: absolute;
  left: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background: url(../images/nav-icon.png) no-repeat;
}
.newdet-page .sideBar .sideright .box1 ul li {
  border-bottom: 1px solid #e7e7e7;
  margin-bottom: 44px;
}
.newdet-page .sideBar .sideright .box1 ul li .h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}
.newdet-page .sideBar .sideright .box1 ul li .time {
  font-size: 18px;
  color: var(--color);

  margin: 12px 0 19px;
 
}
.newdet-page .sideBar .sideright .box1 ul li:hover .h5 {
  color: var(--color);
}
.newdet-page .sideBar .sideright .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #545454;
}
.newdet-page .sideBar .sideright .box2 a {
  text-align: center;
}
.newdet-page .sideBar .sideright .box2 a .icon {
  width: 65px;
  height: 65px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBar .sideright .box2 a span {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.newdet-page .sideBar .sideright .box2 a.prev .icon img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newdet-page .sideBar .sideright .box2 a:hover .icon {
  background-color: var(--color);
}
.gallery-page {
  padding-top: 110px;
  padding-bottom: 120px;
}
.gallery-page ul.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;

  z-index: 10;
  width: 100%;
  margin: 0 -50px;
}
.gallery-page ul.top li {
  position: relative;
  padding: 0 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6
}
.gallery-page ul.top li a {
  display: block;
  font-size: 24px;

  position: relative;
  padding: 16px 0;
  color: #fff;
}
.prodet-page .gallery-page ul.top li a:before{
  left: 0;
}
.gallery-page ul.top li:first-child {
  margin-left: 0;
  z-index: 6;
}
.gallery-page ul.top li:nth-child(2) {
  z-index: 5;
}
.gallery-page ul.top li:nth-child(3) {
  z-index: 4;
}
.gallery-page ul.top li:nth-child(4) {
  z-index: 3;
}
.gallery-page ul.top li:nth-child(5) {
  z-index: 2;
}
.gallery-page ul.top li:nth-child(6) {
  z-index: 1;
}
.gallery-page ul.top li.active a,
.gallery-page ul.top li:hover a,
.gallery-page ul.top li.active,
.gallery-page ul.top li:hover {
  opacity: 1;
}
.gallery-page ul.list {
  margin: -13px;
}
.gallery-page ul.list li {
  padding: 13px;
}
.resource-page .item {
  margin-bottom: 100px;
}
.resource-page .item .h3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid var(--color);
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.resource-page .item ul {
  margin: -20px;
  padding: 0 90px;
}
.resource-page .item ul .slick-track{
  margin-left: 0;
}
.resource-page .item ul li {
  padding: 20px;
}
.resource-page .item ul li .img-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.resource-page .item ul li .img-box img {
  width: 100%;
}
.resource-page .item ul li p {
  font-size: 17px;
  margin-top: 15px;
  padding-right: 30px;
  position: relative;
  color: #505050;
}
.resource-page .item ul li p img {
  position: absolute;
  right: 0;
  top: 0;
}
.resource-page .item:last-child {
  margin-bottom: 0;
}
.video-page ul.list li .img-box {
  position: relative;
}
.video-page ul.list li .img-box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.video-page ul.list li p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
.product-page .product-1 {
  padding-top: 120px;
  padding-bottom: 100px;
}
.product-page .product-1 h1 {
  line-height: 1.2; 
  color: #fff;
}
.product-page .product-1 .top-nav {
  margin-bottom: 110px;
  padding: 0 90px;
}
.product-page .product-1 .top-nav ul.nav li {
  padding: 18px 70px;
}
.product-page .product-1 .item{
  padding-top: 110px;
}
.product-page .product-1 ul.list {
  margin: -10px;
}
.product-page .product-1 ul.list li {
  padding: 10px;
}
.product-page .product-1 ul.list li .box {
  background-color: #fff;
  border-radius: 10px;
  /*border: 1px solid #dcdcdc;*/
  padding: 18px;
  box-shadow: 0 0 5px 1px #dfdfdf;
}
.product-page .product-1 ul.list li .box .img {
  border-radius: 10px;
  /*border: 1px solid #dcdcdc;*/
  overflow: hidden;
  background-color: white;
  width: 42%;
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content {
  padding-left: 40px;
  width: 58%;
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 34px;
}
.product-page .product-1 ul.list li .box .content .arrow img{
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content .h3 {
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: var(--color);
}
.product-page .product-1 ul.list li .box .content .des {
  font-size: 16px;
  line-height: 23px;
  color: #3d3d3d;
  margin: 25px 0 28px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.product-page .product-1 ul.list li .box .content .des li{
  padding: 0;
}
.rd-page .i-title {
  /*color: #01302b;*/
  line-height: 1.2;
}
.rd-page .rd-1 {
  padding: 0px 0 20px;
  max-width: 1920px;
  margin: auto;
}
.rd-page .rd-1 .ui.container {
  max-width: 100%;
}
.rd-page .rd-1 .left {
  padding-right: 30px;
  vertical-align: middle;
}
.rd-page .rd-1 .left .content {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}
.rd-page .rd-1 .right {
  /*background: #f7f7f7;*/
  text-align: center;
  padding: 90px 15px;
  border-radius: 10px;
  vertical-align: middle;
}
.rd-page .rd-2 {
  background-color: #202020;
  padding: 95px 0 85px;
}
.rd-page .rd-2 .left {
  vertical-align: middle;
}
.rd-page .rd-2 .right {
  vertical-align: middle;
  padding-left: 70px;
}
.rd-page .rd-2 .right .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.rd-page .rd-3 {
  padding: 80px 0 70px;
}
.rd-page .rd-3 .ui.container {
  max-width: 100%;
  padding-left: 0;
  /*padding-right: 7%;*/
}
.rd-page .rd-3 .i-title {
  margin-bottom: 35px;
}
.rd-page .rd-3 .left {
  /*background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  padding: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.rd-page .rd-3 .right {
  width: 45%;
  padding-left: 60px;
  vertical-align: middle;
}
.rd-page .rd-3 .right ul li {
  margin-bottom: 50px;
}
.rd-page .rd-3 .right ul li:last-child {
  margin-bottom: 0;
}
.rd-page .rd-3 .right .h4 {
  font-size: 36px;
  font-weight: bold;
  color: #01302b;
}
.rd-page .rd-3 .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.rd-page .rd-4 {
  padding-bottom: 110px;
}
.rd-page .rd-4 .i-title {
  margin-bottom: 40px;
  color: #505050;
}
.rd-page .rd-4 ul {
  padding: 0 200px;
  margin: -50px;
  position: relative;
}
.rd-page .rd-4 ul li {
  padding: 100px;
  text-align: center;
}
.rd-page .rd-4 ul li .play{
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}
.rd-page .rd-4 ul li p {
  font-size: 24px;
  color: #01302b;
  margin-top: 10px;
}
.rd-page .rd-4 ul .icon{
  position: absolute;
  left: 50%;
  top: 46%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
      width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #007412;
    text-align: center;
    line-height: 200px;
}
.rd-page .rd-4 ul .icon img{
  vertical-align: middle;
}
.rd-page .rd-4 ul .icon::after{
    content: "";
    position: absolute;
    left: -28px;
    top: -25px;
    background: rgb(236 241 237 / 37%);
    border-radius: 50%;
    z-index: -1;
    width: 250px;
    height: 250px;
    border: 1px solid #d7d7d7;
}
.rd-page .rd-video video{
  display: block;
  width: 100%;
}
.rd-page .rd-video .img{
  position: relative;
}
.rd-page .rd-video .play{
      position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    cursor: pointer;
}
.rd-page .rd-video .play:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background: var(--color);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: 100% !important;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.rd-page .rd-video .play:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 100% !important;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    background: var(--color);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
    -webkit-animation-delay: .4s;
    -moz-animation-delay: .4s;
    animation-delay: .4s;
}
.rd-page .rd-5 {
  padding: 110px 0;
  background-color: #202020;
}
.rd-page .rd-5 .ui.container {
  padding: 0 90px;
}
.rd-page .rd-5 .content {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  margin-top: 15px;
}
.rd-page .rd-5 ul {
  margin: -40px;
}
.rd-page .rd-5 ul li {
  text-align: center;
  padding: 40px;
}
.rd-page .rd-5 ul li .icon {
  width: 125px;
  height: 125px;
  border-radius: 10px;
  /*border: 2px solid var(--color);*/
  text-align: center;
  line-height: 125px;
  margin: auto;
}
.rd-page .rd-5 ul li .icon img {
  vertical-align: middle;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.rd-page .rd-5 ul li p {
  font-size: 18px;
  line-height: 1.7;

  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
/*.rd-page .rd-5 ul li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}*/
.rd-page .rd-6 {
  /*background: url(../images/history-bg.jpg) no-repeat;*/
  background-size: cover;
  padding: 60px 0 0px;
  /*color: white;*/
}
.rd-page .rd-6 .top {
  /*margin-bottom: 85px;*/
}
.rd-page .rd-6 .top .left {
  width: 35%;
}
.rd-page .rd-6 .top .left .i-title {
  color: white;
}
.rd-page .rd-6 .top .left p {
  font-size: 18px;
}
.rd-page .rd-6 .top .right {
  width: 100%;
  padding-left: 0;
}
.rd-page .rd-6 .top .right .text {
  font-size: 18px;
  line-height: 30px;
}
.rd-page .rd-6 .list {
  position: relative;
  padding: 0 90px;
}
.rd-page .rd-6 .list::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(41, 125, 63, 1);
}
.rd-page .rd-6 ul li {
  position: relative;
  padding-left: 25px;
  height: 210px;
}
.rd-page .rd-6 ul li .line {
  width: 1px;
  height: 153px;
  background-color: var(--color);
  position: absolute;
  left: 0;
}
.rd-page .rd-6 ul li .line::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-left: 15px solid var(--color);
}
.rd-page .rd-6 ul li .year {
  font-size: 28px;
  font-weight: 500;
  color: #505050;
}
.rd-page .rd-6 ul li .des {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.rd-page .rd-6 ul li .des img{
  width: 224px;
}
.rd-page .rd-6 ul .slick-slide {
  -webkit-transform: translateX(90px);
  -moz-transform: translateX(90px);
  -ms-transform: translateX(90px);
  transform: translateX(90px);
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line {
  bottom: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line::after {
  left: -5px;
  bottom: -9px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li {
  -webkit-transform: translateX(50%);
  -moz-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
  padding-top: 40px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line {
  top: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line::after {
  left: -5px;
  top: -8px;
}
.rd-page .rd-7 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.rd-page .rd-7 .i-title {
  margin-bottom: 50px;
}
.rd-page .rd-7 ul.cat {
  margin:0 -7px;
  padding: 0 50px;
}
.rd-page .rd-7 ul.cat li {
  padding:0 7px;
}
.rd-page .rd-7 ul.cat li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  background-color: white;
  color: #6f6f6f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
 
  height: 93px;
  border-radius: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.rd-page .rd-7 ul.cat li.active a,
.rd-page .rd-7 ul.cat li:hover a,
.rd-page .rd-7 ul.cat .slick-current li a {
  color: white;
  box-shadow: unset;
  background-color: var(--color);
}
.rd-page .rd-7 ul.cat .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background-color: var(--color);*/
  /*border: none;*/
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0.24;*/
  color: var(--color);
  border: 2px solid var(--color);
  font-weight: bold;
}
.rd-page .rd-7 ul.cat .slick-arrow:hover {
  opacity: 1;
  background: var(--color);
  color: white;
}
.rd-page .rd-7 ul.cat .slick-prev {
  left: 0;
}
.rd-page .rd-7 ul.cat .slick-prev::after {
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
}
.rd-page .rd-7 ul.cat .slick-next {
  right: 0;
}
.rd-page .rd-7 ul.cat .slick-next::after {
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
}
.rd-page .rd-7 ul.list {
  margin: 0 -10px;
  margin-top: 66px;
}
.rd-page .rd-7 ul.list .slick-list {
  padding: 10px 0;
}
.rd-page .rd-7 ul.list li {
  padding: 0 10px;
  line-height: 1;
}
.rd-page .rd-7 ul.list li .left {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  width: 45%;
}
.rd-page .rd-7 ul.list li .left img {
  width: 100%;
}
.rd-page .rd-7 ul.list li .right {
  padding-left: 55px;
  vertical-align: middle;
  width: 55%;
}
.rd-page .rd-7 ul.list li .right .h3 {
  color: #fff;
  
}
.rd-page .rd-7 ul.list li .right .text {
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 27px;
}
.rd-page .rd-7 ul.list li .right .text ul li{
  position: relative;
  padding-left: 50px;
}
/*.rd-page .rd-7 ul.list li .right .text ul li:first-child{
  padding-left: 0;
}*/
.rd-page .rd-7 ul.list li .right .text ul li img{
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  position: absolute;
  left: 0;
  top: -5px;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.rd-page .rd-7 ul.list li .right .more span img {
  display: inline-block;
}
.rd-page .rd-7 ul.list li .right .more:hover span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.prodet-page .prodet-1 {
  padding: 110px 0 80px;
}
.prodet-page .prodet-1 .left {
  padding-right: 80px;
}
.prodet-page .prodet-1 .left a {
  display: block;
  border-radius: 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-1 .left a img {
  width: 100%;
  border-radius: 10px;
}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 60px;
}
.prodet-page .prodet-1 .right h1.Auxil-h1.font-48.font-bold{
   color: var(--color);
 }
 .prodet-page .prodet-1 .right .content ul li{
   position: relative;
   padding-left: 60px;
 }
.prodet-page .prodet-1 .right .content ul li img {
  vertical-align: text-top;
  width: 35px;
  position: absolute;
  left: 0;
  top: -2px;
}
.prodet-page .prodet-1 .right .partner ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: -15px;
}
.prodet-page .prodet-1 .right .partner ul li {
  /*width: 95px;
  height: 95px;*/
  padding: 4px;
  
  margin-bottom: 12px;
  
}
.prodet-page .prodet-1 .right .partner ul li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  border-radius: 10px; 
}
.prodet-page .prodet-2 .gallery-page {
  padding: 0;
  position: sticky;
  top: 83px;
  background: white;
  z-index: 5;
}
.prodet-page .prodet-2 ul.top {
  margin-bottom: 0;
}
.prodet-page .prodet-2 ul.top li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 0px 0 35px;
  text-align: center;
}
.prodet-page .prodet-2 .content-box .item{
  padding: 85px 0px;
}
.prodet-page .prodet-2 .content-box .item .ui.container{
  padding: 0 90px;
}
/*.prodet-page .prodet-2 .content-box .item:nth-child(2n-1) {
  background-color: #f7f7f7;
}*/
.prodet-page .prodet-2 .content-box .item2{
  box-shadow:0 42px 17px -38px rgba(0,0,0,.1);
  z-index: 3;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item4{
  box-shadow:0px -12px 17px -8px rgba(0,0,0,.1);
  z-index: 3;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item h2{
  font-size: 42px;
  color: var(--color);
  font-weight: bold;
  
}
.prodet-page .prodet-2 .content-box .item1 h2{
  border-bottom: 1px solid #e6e6e6; 
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content-box .item h2 img {
  vertical-align: middle;
  position: relative;
  top: -8px;
}
.prodet-page .prodet-2 .content-box .item strong{
  font-weight: bold;
}
.prodet-page .prodet-2 .content-box .item1 ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;*/
}
.prodet-page .prodet-2 .content-box .item1 ul li{
  text-align: center !important;
  font-size: 18px;
  font-weight: 500;
  width: 22%;
}
.prodet-page .prodet-2 .content-box .item1 ul li br{
  display: none;
}
.prodet-page .prodet-2 .content-box .item1 ul li img{
  display: block;
  margin: 0 auto 12px;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto !important;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui,
.prodet-page .prodet-2 .content-box .item1 .box{
  margin: -15px;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui .column,
.prodet-page .prodet-2 .content-box .item1 .box .column{
  vertical-align: middle;
  padding: 15px;
  width: 50%;
}
.prodet-page .prodet-2 .content-box .item2 .box{
  margin: -20px;
}
.prodet-page .prodet-2 .content-box .item3 h2,
.prodet-page .prodet-2 .content-box .item2 h2{
  border-bottom: none;
}
.prodet-page .prodet-2 .content-box .item2 .box .column{
  padding: 20px;
  vertical-align: middle;
}
.prodet-page .prodet-2 .content-box .item3 ul.top{
  margin: -15px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li{
  padding: 15px;
  width: 25%;
  flex: unset;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a{ 
  color: #505050;
  height: 126px;
  /*background: #f3f3f3;
  border: 1px solid #cbcbcb;*/
  box-shadow:0 0 5px 1px #ebebeb;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a img{
    margin-bottom: 5px;
    filter: brightness(0) opacity(0.7);
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a::after{
  content: ">";
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color);
   -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 182, 45, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(248, 182, 45, 0.3);
  color: white;
  text-align: center;
  line-height: 24px;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a{
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a::after,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a::after{
  -webkit-transform: translate(-50%, 50%) rotate(90deg);
  -moz-transform: translate(-50%, 50%) rotate(90deg);
  -ms-transform: translate(-50%, 50%) rotate(90deg);
  transform: translate(-50%, 50%) rotate(90deg);
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a img,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a img{
  filter: brightness(1) opacity(1);
}
.prodet-page .prodet-2 .content-box .item3 .box {
  /*background: #f7f7f7;*/
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-2 .content-box .item3 .box .left{
  padding-right: 50px;
  width: 50%;
  /*padding-bottom: 180px;*/
}
.prodet-page .prodet-2 .content-box .item3 .box .left.wid-100{
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li{
  display: none;
}
.prodet-page .prodet-2 .content-box .item3 .box .img ul li{
  display: none;
}
.prodet-page .prodet-2 .content-box .item3 .box .img ul li video{
  display: block;
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol li{
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 25%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol li img{
  display: block;
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item4 .box{
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 0;
  box-shadow: 0 0 16px 8px #dddddd;
}
.prodet-page .prodet-2 .content-box .item4 .box h2{
  color: white;
  margin-bottom: 40px;
}
.prodet-page .prodet-2 .content-box .item4 .box strong{
  margin: 0 !important;
}
.prodet-page .prodet-2 .content-box .item4 .box ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin: -20px -40px;*/
}
.prodet-page .prodet-2 .content-box .item4 .box ul li{
  font-size: 18px;
  /*padding: 20px 40px;*/
  width: 45%;
  padding: 0 3%;
}
.prodet-page .prodet-2 .content-box .item4 .box ul li strong{
  font-size: 22px;
  margin: 0 10px;
}
.prodet-page .prodet-2 .content-box .item4 .box ul li img{
  vertical-align: middle;
}
.prodet-page .prodet-2 .content-box .item4 .box ol{
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  width: 50%;
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
  /*text-align: center !important;*/
  padding-left: 70px;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li{
  width: 100%;
  font-size: 18px;
  padding: 0 3%;
  margin-bottom: 30px;
  position: relative;
  padding-left: 70px;
  /*min-height: 54px;*/
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li strong img{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child strong img{
  top: 18px;
}
/*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
  text-wrap: nowrap;
}*/
.prodet-page .prodet-2 .content-box .item4 .box ol li img{
  vertical-align: middle;
  margin-right: 10px;
}
/*.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) strong img{
  position: absolute;
  left: 0;
  top: 0;
}*/
.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) strong{
  display: block;
  margin-bottom: 20px !important;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) > img{
  max-width: 56px;
}
.prodet-page .prodet-2 .content-box .item5 .box{
  position: relative;
  /*padding-left: 42%;*/
  min-height: 590px;
  /*padding-top: 40px;*/
  max-width: 1260px;
  margin: auto;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  padding-top: 76px;
}
.prodet-page .prodet-2 .content-box .item5 .box .left{
  padding-right: 50px;
  text-align: center;
}
.prodet-page .prodet-2 .content-box .item5 .box .right{
  padding-top: 35px;
}
.prodet-page .prodet-2 .content-box .item5 .box img{
      box-shadow: 0 0 5px 2px #dadada;
    border-radius: 10px;
    padding: 10px 0;
    background: #fff;
}
/*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  width: 40%;
}*/
.prodet-page .prodet-2 .content-box .item5 .box p{
  font-size: 24px;
  font-weight: 500;
  color: var(--color);
  background: #f2f3f5;
  border-radius: 27px;
  padding: 5px 20px;
  margin: 20px 0;
  box-shadow: 5px 5px 5px 0px #adadad;
}
.prodet-page .prodet-2 .content-box .item6 ul{
  margin: -17px;
}
.prodet-page .prodet-2 .content-box .item6 ul li{
  padding: 17px;
}
.prodet-page .prodet-2 .content-box .item6 ul li .img-box{
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.prodet-page .prodet-2 .content-box .item6 ul li .img-box img{
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item6 ul li p{
  font-size: 20px;
    margin-top: 15px;
    padding-right: 30px;
    position: relative;
}
.prodet-page .prodet-2 .content-box .item6 ul li p img{
  position: absolute;
    right: 0;
    top: 0;
}
@media screen and (max-width: 1670px) {
  .contact-page .contact-2 ul li .box p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1500px) {

  .font-64 {
    font-size: 50px;
  }
  .font-36 {
    font-size: 28px;
  }
  .inner-page ul.nav li {
    padding: 20px 70px;
  }
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 45px;
  }
  .product-page .product-1 ul.list li .box .content .h3 {
    font-size: 30px;
  }
  .rd-page .rd-6 ul li .des {
    font-size: 18px;
    max-height: 95px;
    overflow: auto;
  }
  .rd-page .rd-6 ul .slick-slide {
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
  /*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
    left: 0;
  }*/
  .rd-page .rd-7 ul.cat li a{
    font-size: 20px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 22px;
  }
  .gallery-page ul.top li a{
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {

  .contact-page .contact-2 ul li .box p {
    margin-top: 45px;
  }
  .font-48 {
    font-size: 40px;
  }
  .newdet-page .sideBar .sideright .box {
    padding: 20px 30px;
  }
  .design-page .design-1 .left .box p {
    font-size: 22px;
  }
  .design-page .design-1 .right ul li .h4 i {
    right: 10px;
  }
  .product-page .product-1 .top-nav ul.nav li a {
    font-size: 20px;
  }
  .product-page .product-1 ul.list li {
    padding: 20px;
  }
  .product-page .product-1 ul.list {
    margin: -20px;
  }
  .product-page .product-1 ul.list li .box .content {
    padding-left: 20px;
  }
  .product-page .product-1 ul.list li .box .content .des {
    margin: 13px 0 18px;
  }
  .rd-page .rd-6 ul li .year {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 19px;
  }
  .prodet-page .prodet-2 .gallery-page{
    top: 74px;
  }
  .prodet-page .gallery-page ul.top li a:before{
    left: -15px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    padding-top: 0;
  }
  .prodet-page .prodet-1 .right .partner ul li a{
    padding: 12px 0;
  }
  .prodet-page .prodet-1 .right .partner{
    padding: 0 70px;
  }
  .gallery-page ul.top{
    top: 74px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner {
    display: none;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
  .contact-page .contact-1 .box {
    width: 100%;
  }
  .contact-page .contact-2 ul li .box {
    padding: 40px 15px;
  }
  .contact-page .contact-2 ul li {
    padding: 12px;
  }
  .contact-page .contact-2 ul {
    margin: -12px;
  }
  .contact-page .contact-2 ul li .box .top {
    font-size: 20px;
  }
  .contact-page .contact-2 ul li .box p {
    font-size: 18px;
  }
  .contact-page .contact-2 ul li .box .top .icon {
    width: 60px;
    height: 60px;
  }
  .inner-page ul.nav li {
    padding: 12px 30px;
  }
  .inner-page ul.nav li a {
    font-size: 20px;
  }
  .news-page .list ul li .box .h4 {
    font-size: 24px;
    color: #fff;
  }
  .news-page .list ul li .box {
    padding: 30px 15px;
  }
  .gallery-page ul.top,
  .news-page .gallery-page{
    top: 40px;
  }
  .inner-page .sideBar .sideright {
    display: none;
  }
  .inner-page .sideBar .sideleft {
    width: 100%;
    padding-right: 0;
  }
  .design-page .design-1 .left .box .circle .txt.t3 {
    top: 66%;
    left: 54%;
  }
  .design-page .design-1 .left .box .circle .arrow:nth-child(1) {
    left: -4%;
  }
  .design-page .design-1 .left .box .circle .arrow:nth-child(2) {
    left: 90%;
    top: 25%;
  }
  .design-page .design-1 .left .box .circle .txt.t2 {
    left: -14%;
    top: 70%;
  }
  .design-page .design-1 .right ul li .h4{
    padding: 10px 25px;
    font-size: 18px;
  }
  .design-page .design-1 .right ul li .des{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .product-page .product-1 .top-nav {
    padding: 0;
    margin-bottom: 65px;
  }
  .product-page .product-1 .top-nav ul.nav {
    margin-bottom: 0;
  }
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 25px;
  }
  .product-page .product-1 {
    padding-top: 75px;
  }
  
  .product-page .product-1 ul.list li .box .content .h3 {
    font-size: 22px;
  }
  .inner-page.resource-page .fixed-left,
  .inner-page .fixed-left{
    display: none;
    width: 100% !important;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .inner-page.resource-page .scroll-right,
  .inner-page .scroll-right{
    width: 100% !important;
  }
  .rd-page .rd-3 .right .h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .font-36 {
    font-size: 30px;
  }
  .rd-page .rd-7 ul.cat li a {
    font-size: 20px;
  }
  .rd-page .rd-5 ul li {
    padding: 10px;
  }
  .rd-page .rd-5 ul {
    margin: -10px;
  }
  .rd-page .rd-4 ul li {
    padding: 20px;
  }
  .rd-page .rd-4 ul {
    margin: -20px;
  }
  .rd-page .rd-6 ul li .des img{
    width: auto;
  }
  .rd-page .rd-6 ul li .des{
    max-height: unset;
  }
  .rd-page .rd-4 ul .icon{
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .rd-page .rd-4 ul .icon:after{
    width: 190px;
    height: 190px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box{
    padding-top: 55px;
  }
  .prodet-page .prodet-2 .gallery-page{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol{
    width: 90%;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a{
    font-size: 17px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .left{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .content-box .item5 .box{
    padding-left: 0;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    width: 100%; 
  }
  .prodet-page .prodet-2 .content-box .item6 ul li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol{
    width: 95%;
  }
  /*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
    zoom: 0.8;
  }*/
  .prodet-page .prodet-2 .content-box .item h2{
    font-size: 32px;
  }
  .prodet-page .prodet-2 .gallery-page{
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item1 .det22 .ui .column,
  .prodet-page .prodet-2 .content-box .item1 .box .column{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item2 .box .column{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content-box .item3 .box .left{
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .prodet-2 .content-box .item3 .box .img{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item .ui.container{
    padding: 15px;
  }
  .contact-page .contact-1 .top .column {
    width: 100%;
  }
  .contact-page .contact-1 .top {
    margin-bottom: 40px;
  }
  .contact-page .contact-1 .box {
    padding: 50px 45px;
  }
  .contact-page .contact-2 ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 ul li:last-child {
    width: 100% !important;
  }
  .contact-page .contact-2 ul li .box p {
    min-height: unset;
  }
  .inner-page ul.nav {
    display: none;
  }
  .news-page .list ul li {
    width: 50% !important;
  }
  .news-page {
    padding-top: 60px;
  }
  .font-48 {
    font-size: 40px;
  }
  .design-page .design-1 {
    padding: 65px 0 70px;
  }
  .design-page .design-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .design-page .design-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .design-page .design-1 .left .box {
    margin: auto;
  }
  .resource-page .item ul {
    padding: 0;
  }
  /*.resource-page .item ul li {
    width: 50% !important;
  }*/
  .resource-page .item{
    margin-bottom: 45px;
  }
  .gallery-page ul.top li a {
    font-size: 18px;
  }
  .product-page .product-1 ul.list li {
    width: 100%;
  }
  .rd-page .rd-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .rd-page .rd-1 .right {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
  }
  .rd-page .rd-1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 30px;
  }
  .rd-page .rd-2 .left {
    width: 100%;
  }
  .rd-page .rd-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .rd-page .rd-3 .left {
    width: 100%;
  }
  .rd-page .rd-3 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .rd-page .rd-4 ul {
    padding: 0 30px;
  }
  .rd-page .rd-5 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-6 .top .left {
    width: 100%;
  }
  .rd-page .rd-6 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .rd-page .rd-6 .list {
    padding: 0 10px;
  }
  .rd-page .rd-6 {
    padding: 60px 0;
  }
  .rd-page .rd-7 ul.list li .left {
    width: 100%;
  }
  .rd-page .rd-7 ul.list li .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .gallery-page{
    display: none;
  }
  .rd-page .rd-7 ul.cat li a{
    padding: 0 10px;
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-1 .box {
    padding: 40px 18px;
  }
  .contact-page .contact-1 .box form ul li input,
  .contact-page .contact-1 .box form ul li textarea {
    font-size: 17px;
    height: 53px;
  }
  .contact-page .contact-1 .box form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 ul li {
    width: 100% !important;
  }
  .contact-page .contact-2 ul li .box p{
    margin-top: 25px;
  }
  .contact-page .contact-2 ul li .box span{
    position: relative;
    bottom: 0;
  }
  .news-page .list ul li {
    width: 100% !important;
  }
  .font-48 {
    font-size: 30px;
  }
  .newdet-page .sideBar .sideleft .box {
    padding: 60px 30px;
  }
  .newdet-page {
    padding: 60px 0;
  }
  .design-page .design-1 .right ul li .des {
    font-size: 16px;
  }
  .design-page .design-1 .right ul li .h4 {
    font-size: 18px;
  }
  .resource-page .item ul li p {
    font-size: 16px;
  }
  .gallery-page ul.top {
    display: none;
  }
  .video-page ul.list li .img-box .play {
    max-width: 70px;
  }
  .slick-next{
    right: -10px;
  }
  .slick-prev{
    left: -10px;
  }
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-2 {
    padding-bottom: 50px;
  }
  .rd-page .rd-3 {
    padding-top: 45px;
  }
  .rd-page .rd-3 .left {
    padding: 55px 10px;
  }
  .font-36 {
    font-size: 24px;
  }
  .rd-page .rd-4 {
    padding-bottom: 45px;
  }
  .rd-page .rd-4 ul li p {
    font-size: 18px;
  }
  .rd-page .rd-5 {
    padding: 50px 0;
  }
  .rd-page .rd-7 ul.list {
    margin-top: 35px;
  }
  .rd-page .rd-7 ul.cat li a{
    font-size: 16px;
  }
  .rd-page .rd-4 ul .icon{
    zoom: 0.7;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0 54px;
  }
  /*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
    zoom: 0.5;
  }*/
  .prodet-page .prodet-2 .content-box .item3 ul.top,
  .prodet-page .prodet-2 .content-box .item1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top{
     -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li{
    width: 50%;
    margin-bottom: 12px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 12px;
  }
  .slick-next{
    right: 6px; 
  }
  .slick-prev{
    left: 6px;
  }
  .product-page .product-1 h1{
    display: none;
  }
  .product-page .product-1 .item{
    padding-top: 0;
  }
  .font-30{
    font-size: 22px;
  }
}
@media screen and (max-width: 500px) {
  
  .prodet-page .prodet-2 .content-box .item6 ul li{
    width: 100%;
  }
  .contact-page .contact-1 .top .text {
    font-size: 16px;
    margin-top: 15px;
  }
  .contact-page .contact-1 .box p{
    font-size: 16px;
  }
  .newdet-page .sideBar .sideleft .box .content {
    padding-top: 25px;
    font-size: 16px;
  }
  
  .resource-page .item .h3 {
    font-size: 22px;
  }
  .gallery-page {
    padding: 50px 0 70px;
  }
  .product-page .product-1 ul.list li .box .img {
    width: 100%;
  }
  .product-page .product-1 ul.list li .box .content {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .rd-page .rd-6 .list::after {
    bottom: 10px;
    top: auto;
  }
  .rd-page .rd-6 ul .slick-list {
    padding-bottom: 10px;
  }
  .rd-page .rd-6 .list .slick-arrow{
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(26%);
    -moz-transform: translateY(26%);
    -ms-transform: translateY(26%);
    transform: translateY(26%);
  }
  .rd-page .rd-7 ul.cat li a {
      padding: 0 35px 0 15px;
  }
  .rd-page .rd-7 ul.cat li a{
    font-weight: 300;
    font-size: 16px;
    height: 60px;
  }
  .rd-page .rd-7 ul.cat{
    padding: 0 30px;
  }
  .rd-page .rd-7 ul.list li .right .text{
    font-size: 16px;
  }
  .rd-page .rd-7{
    padding-bottom: 40px;
  }
  .rd-page .rd-7 ul.list li .left{
    box-shadow: unset;
  }
  .rd-page .rd-7 ul.list li .left img{
    height: 155px;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    display: block;
    border-radius: 10px;
  }
  .prodet-page .prodet-1 .right .partner .slick-prev{
    left: -55px;
  }
  .prodet-page .prodet-1 .right .partner .slick-next{
    right: -55px;
  }
  .prodet-page .prodet-1 .right .content{
    font-size: 17px;
  }
  .prodet-page .prodet-2 .content-box .item3 .box{
    padding: 10px;
  }
  .prodet-page .prodet-1 .right .partner{
    padding: 0 45px;
  }
  .prodet-page strong span{
    font-size: 23px !important;
  }
  .prodet-page .prodet-2 .content-box .item{
    padding: 40px 0;
  }
  .slick-arrow{
    zoom: 0.6;
  }
  .prodet-page .prodet-2 .content-box .item h2{
    font-size: 23px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a img{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a{
    font-size: 15px;
    height: 66px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li{
    padding: 8px 5px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top {
    margin: -8px -5px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top + br + br,
  .prodet-page .prodet-2 .content-box .item3 ul.top + br{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li span,
  .prodet-page .prodet-2 .content-box .item3 .box .left ul>li span{
    font-size: 15px !important;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li img{
    width: 80px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li strong img{
    width: 35px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li:first-child,
  .prodet-page .prodet-2 .content-box .item4 .box ol li{
    padding-left: 45px;
    font-size: 15px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1)>img{
    max-width: 35px;
  }
  .prodet-page .prodet-2 .content-box .item1 p span,
  .prodet-page .prodet-2 .content-box .item2 .box .column p span{
    font-size: 16px !important;
  }
  .prodet-page .prodet-2 .content-box .item6 ul li p{
    font-size: 15px;
  }
  .product-page .product-1{
    padding-bottom: 25px;
  }
}

.custom-form{
  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 101;
    background: white;
    padding: 30px;
    overflow: auto;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}
.seoPublic>div:nth-child(odd){
  background: #202020;
}
.seoPublic>div:nth-child(odd) {
    background: #363636;
}
.seoPublic .seoIndustry .text {
    color: #fff;
}
.seoPublic .Auxil-about .box .left{
  border-radius: 15px;
  overflow: hidden;
}


.design-page .design-1 {
  padding-bottom: 120px;

  overflow: hidden;
}
.design-page .design-1 .content {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 90px;
  margin-top: 10px;
}
.design-page .design-1 .left {
  width: 45%;
  border-radius: 15px;
  overflow: hidden;
  min-height: 600px;
}
.design-page .design-1 .left .box p {
  font-size: 30px;
  font-weight: bold;
  color: #f8b739;
  z-index: 3;
}
.design-page .design-1 .left .box p span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  background-color: #01302b;
  display: inline-block;
}
.design-page .design-1 .left .box p span img {
  position: relative;
  top: 12px;
}
.design-page .design-1 .left .box .circle {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px dashed #01302b;
}
.design-page .design-1 .left .box .circle .line {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: rotate1 20s infinite linear;
  -moz-animation: rotate1 20s infinite linear;
  animation: rotate1 20s infinite linear;
}
.design-page .design-1 .left .box .circle .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2fcf4;
  text-align: center;
  line-height: 40px;
}
.design-page .design-1 .left .box .circle .arrow:nth-child(1) {
  position: absolute;
  left: -1%;
  top: 31%;
}
.design-page .design-1 .left .box .circle .arrow:nth-child(1) img {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.design-page .design-1 .left .box .circle .arrow:nth-child(2) {
  position: absolute;
  left: 94%;
  top: 31%;
}
.design-page .design-1 .left .box .circle .arrow:nth-child(2) img {
  -webkit-transform: rotate(245deg);
  -moz-transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  transform: rotate(245deg);
}
.design-page .design-1 .left .box .circle .arrow:nth-child(3) {
  position: absolute;
  left: 50%;
  bottom: 0%;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.design-page .design-1 .left .box .circle .arrow:nth-child(3) img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.design-page .design-1 .left .box .circle .txt {
  font-size: 20px;
  color: white;
  background-color: var(--color);
  border-radius: 5px;
  padding: 5px 15px;
  -webkit-animation: rotate2 20s infinite linear;
  -moz-animation: rotate2 20s infinite linear;
  animation: rotate2 20s infinite linear;
}
.design-page .design-1 .left .box .circle .txt.t1 {
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.design-page .design-1 .left .box .circle .txt.t2 {
  position: absolute;
  left: -5%;
  top: 76%;
}
.design-page .design-1 .left .box .circle .txt.t3 {
  position: absolute;
  left: 72%;
  top: 76%;
  white-space: nowrap;
}
.design-page .design-1 .right {
  width: 55%;
  vertical-align: middle;
}
.design-page .design-1 .right ul li {
  margin-bottom: 15px;
}
.design-page .design-1 .right ul li .h4 {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;

  padding: 19px 25px;
  cursor: pointer;
}
.design-page .design-1 .right ul li .h4 i {
  position: absolute;
  right: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  display: block;
}
.design-page .design-1 .right ul li .des {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 25px;
  transition: all 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
}
.design-page .design-1 .right ul li.active .des {
  max-height: 100px;
  padding: 15px 25px;
}
.design-page .design-1 .right ul li .des p{
  color: #fff !important;
}
.design-page .design-1 .right ul li .des p span{
  color: #fff !important;
}
.design-page .design-1 .right ul li:hover .h4,
.design-page .design-1 .right ul li.active .h4 {
  background-color:var(--color);
  color: white;
}
.design-page .design-1 .right ul li.active .h4 i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.design-page .design-2 {
    padding: 20px 0 60px
}

.design-page .design-2 .i-title {
    line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 50px;
    text-transform: uppercase
}

.design-page .design-2 .left .img {
    border-radius: 10px
}

.design-page .design-2 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px
}

.design-page .design-2 .left .img img {
    border-radius: 10px
}

.design-page .design-2 .right {
    padding-left: 90px
}

.design-page .design-2 .right img {
    border-radius: 10px
}

.design-page .design-2 .right .txt {
    font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
  
}

.design-page .design-3 {
    padding-bottom: 120px
}

.design-page .design-3 .i-title {
    margin-bottom: 48px
}

.design-page .design-3 ul {
    margin: -40px
}

.design-page .design-3 ul li {
    padding: 40px
}

.design-page .design-3 ul .slick-list {
    padding: 0 28%
}

.design-page .design-3 ul li .box {
    position: relative;
    width: 500px
}

.design-page .design-3 ul li .box img {
    width: 100%;
    border-radius: 10px
}

.design-page .design-3 ul li .content {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #fff;
    position: absolute;
    left: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
    border-radius: 0 10px 10px 0
}

.design-page .design-3 ul li .content h4 {
    font-weight: 700;
    font-size: 30px;
    line-height: 1.2
}

.design-page .design-3 ul li .content p {
    font-size: 18px;
    font-weight: 700
}

.design-page .design-3 ul li:hover .content {
    opacity: 1
}

.design-page .design-3 ul .slick-dots {
    margin: 0;
    text-align: center
}

.design-page .design-3 ul .slick-dots li {
    padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e5e5e5;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.design-page .design-3 ul .slick-dots li button {
    display: none
}

.design-page .design-3 ul .slick-dots li.slick-active {
    background: var(--index-main-color)
}

.design-page .design-4 {
    background: url(/template/en/images/design-4-bg.jpg) no-repeat;
    color: #fff;
    padding: 107px 0 70px;
    background-attachment: fixed
}

.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%
}

.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7
}

.design-page .design-4 .left .i-title {
    line-height: 1.2
}

.design-page .design-4 .right {
    padding-left: 90px;
    width: 65%
}

.design-page .design-4 .right ul li {
    padding-left: 140px;
    position: relative;
    padding-bottom: 100px
}

.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 77px;
    position: absolute;
    left: 0;
    top: 0
}

.design-page .design-4 .right ul li .icon img {
    vertical-align: middle
}

.design-page .design-4 .right ul li .icon:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 130%;
    width: 1px;
    height: 262%;
    background: rgba(255,255,255,.3)
}

.design-page .design-4 .right ul li:last-child .icon:after {
    content: none
}

.design-page .design-4 .right ul li h4 {
    font-size: 30px;
 
}

.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: #fff
}

.design-page .design-5 {
    padding: 130px 0 110px;
    position: relative
}

.design-page .design-5 .i-title {
    line-height: 1.2
}

.design-page .design-5 .wrap {
    margin-top: 70px
}

.design-page .design-5 .left {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%)
}

.design-page .design-5 .left .box {
    max-width: 50%
}

.design-page .design-5 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 45px
}

.design-page .design-5 .left img {
    width: 100%
}

.design-page .design-5 .right {
    max-width: 50%;
    width: fit-content;
    margin-left: auto
}

.design-page .design-5 .right img {
    border-radius: 10px
}

@media screen and (max-width: 1600px) {
    .design-page .design-5 .ui.container {
        padding-left:7%
    }

    .design-page .design-5 .wrap {
        padding-left: 10%
    }

    .design-page .design-5 .right {
        max-width: 40%
    }
}

@media screen and (max-width: 1400px) {
    .design-page .design-4 .right {
        padding-left:30px
    }

    .design-page .design-5 .wrap {
        padding-left: 0
    }

    .design-page .design-5 .left .txt {
        font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1200px) {
    .design-page .design-5 .left .i-title {
        font-size:30px
    }

    .design-page .design-2 .right {
        padding-left: 50px
    }

    .design-page .design-3 ul li {
        padding: 20px
    }

    .design-page .design-3 ul {
        margin: -20px
    }

    .design-page .design-3 ul li .content h4 {
        font-size: 21px
    }

    .design-page .design-4 .right ul li {
        padding-left: 105px;
        padding-bottom: 40px
    }

    .design-page .design-4 .right ul li .icon:after {
        height: 225%
    }
}

@media screen and (max-width: 1000px) {
  .design-page .design-1 .right ul li.active .des{
    max-height: 200px;
  }
    .design-page .design-2 {
        padding: 60px 0 65px
    }

    .design-page .design-3 ul .slick-list {
        padding: 0 18%
    }

    .design-page .design-4 .left {
        position: relative;
        top: 0
    }

    .design-page .design-4 .right {
        width: 100%;
        margin-top: 20px
    }

    .design-page .design-5 {
        padding: 55px 0 50px
    }

    .design-page .design-5 .left {
        width: 100%;
        position: unset;
        transform: none;
        margin-bottom: 60px
    }

    .design-page .design-5 .left .box {
        width: 100%;
        max-width: 100%
    }

    .design-page .design-5 .right {
        width: 100%;
        max-width: 100%;
        padding: 0 15px
    }
    .design-page .design-1 .right{
      width: 100%;
      min-height: unset;
      padding-left: 0;
    }
    .design-page .design-1 .left{
      width: 100%;
        padding-left: 0;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 700px) {

    .design-page .design-2 .right {
        width: 100%;
        padding-left: 0;
        margin-top: 25px
    }

    .design-page .design-2 .left {
        width: 100%
    }

    .design-page .design-2 .i-title {
        margin-bottom: 30px
    }

    .design-page .design-3 ul .slick-list {
        padding: 0
    }

    .design-page .design-3 {
        padding: 0 15px 50px
    }

    .design-page .design-4 .right {
        padding-left: 0
    }

    .design-page .design-4 .left {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .design-page .design-4 .right ul li {
        padding-left:0
    }

    .design-page .design-4 .right ul li .icon {
        position: relative;
        margin-bottom: 12px
    }

    .design-page .design-4 .right ul li .icon:after {
        content: none
    }
      .design-page .design-1 .content {
    margin-bottom: 25px;
  }
}

.product-yd-page .yd .left {
    width: 75%
}
.product-yd-page .yd .left ul li ol li .img-box{
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.product-yd-page .yd .right {
    width: 25%;
    padding-left: 2%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    font-weight: 500;
    padding-right: .7%
}

.product-yd-page .yd .right:after {
    content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    right: 0;
    top: 0;
    background-color: #000
}

.product-yd-page .yd .right span.h3 {
    max-width: 3.5em;
    display: block;
    margin-left: auto;
    margin-right: 0;
    margin-bottom: 2em;
    line-height: 1.66666667;
    margin-top: -.3em
}

.product-yd-page .yd .right .nav {
    color: #727272
}

.product-yd-page .yd .right .nav ul li {
    margin-bottom: 1.5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-yd-page .yd .right .nav ul li:hover,.product-yd-page .yd .right .nav ul li.active {
    font-size: 1.3em;
    color: var(--color)
}

.product-yd-page .list ul li a.img-box {
    padding-top: 55%
}

.product-yd-page .list ul li.grid-span a.img-box {
    padding-top: 30%
}

.product-yd-page .list ul li a.img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-yd-page .list ul li a.img-box:hover:before {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.product-yd-page .list ul li span.h6 {
    line-height: 1.2
}

.product-yd-page .list ul li span.h6 i {
    font-size: .76470588em
}

.product-yd-page .solutions ul li .textarea {
    width: 52%;
    padding-right: 6%
}

.product-yd-page .solutions ul li .textarea span.h3 {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-yd-page .solutions ul li .textarea span.h3:hover {
    color: var(--color)
}


.product-yd-page .solutions ul li .img {
    width: 48%
}

.product-yd-page .solutions ul li .img span.h6 {
    bottom: 0;
    left: 0;
    width: 100%;
    padding: .6em;
    background-color: rgba(0,0,0,.18);
    text-align: center;
   
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 1.2
}

.product-yd-page .solutions ul li .img:hover span.h6 {
    background-color: #008dff;
}

@media screen and (max-width: 1000px) {
    .product-yd-page .yd .right,.inner-page .slideBox .slideBoxLeft {
        display:none
    }

    .product-yd-page .yd .left,.inner-page .slideBox .slideBoxRight {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
  .product-yd-page .solutions ul li .textarea{
    width: 100%;
  }
  .product-yd-page .solutions ul li .img {
    width: 100%;
    margin-top: 30px;
}
    .product-yd-page .list ul li.grid-span a.img-box {
        padding-top:55%
    }

    .product-yd-page .solutions ul li .textarea {
        width: 100%;
        padding-right: 0
    }

    .product-yd-page .solutions ul li .img {
        width: 100%
    }

    .product-yd-page .solutions ul li {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.inner-banner {
  position: relative;
  padding-top: 220px;
  height: 368px;
}
.inner-banner .bg {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.inner-banner .mbx h2 {
  font-size: 42px;
  line-height: 1.4;
  margin-bottom: 30px;
  text-transform: uppercase;
}
.inner-banner .mbx h2 em {
  color: var(--color);
}
.inner-banner .mbx p {
  font-size: 18px;
  opacity: 0.8;
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .left {
  margin-top: -15px;
}
.about-page .about-1 .img_box {
  position: relative;
}
.about-page .about-1 .img_box .img {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.about-page .about-1 .img_box .text {
  position: absolute;
  top: 0;
  right: 0;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
.about-page .about-2 {
  padding: 120px 0;
}
.about-page .about-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .left {
  padding-right: 0;
  padding-left: 55px;
}
.about-page .about-2 ul li .left {
  padding-right: 55px;
}
.about-page .about-2 ul li .left p {
  color: rgba(255, 255, 255, 0.8);
}
.about-page .about-2 ul li .left p em {
  color: white;
}
.about-page .about-2 ul li .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.about-page .about-2 ul li .left .list_box .list:last-child {
  margin-bottom: 0;
}
.about-page .about-2 ul li .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.about-page .about-2 ul li .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}



.about-page .about-2 ul li .right {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-3 {
  background: url("../images/about-3.jpg") no-repeat;
  background-size: cover;
  padding: 80px 0 150px;
}


.faq-page .faq-1 {
  padding: 70px 0;
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 span.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}
.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #202020;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  font-size: 18px;
  line-height: 35px;
  color: #fff;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-right: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 22px;
  right: 16px;
}
.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;
  font-size: 14px;
  display: none;
}
.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}
.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}
.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}

.inner-page .fixed-left .inner-cat {
  margin-bottom: 40px;
}
.inner-page .fixed-left .inner-cat ul li {
  padding: 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page .fixed-left .inner-cat ul li.active > a,
.inner-page .fixed-left .inner-cat ul li.active > a span {
  color: var(--color);
}
.inner-page .fixed-left .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .fixed-left .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .fixed-left .inner-cat ul li a {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .fixed-left .inner-cat > ul > li > a {
  width: calc(100% - 20px);
    display: block;
}
.inner-page .fixed-left .inner-cat ul li a:hover {
  color: var(--color);
}
.inner-page .fixed-left .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .fixed-left .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .fixed-left .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-left: 25px;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  left: 0;
}
.inner-page .fixed-left .inner-cat ul li .item_cont{
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  margin-bottom: 10px;
}
.inner-page .fixed-left .inner-cat ul li.active .item_cont{
  max-height: 2000px;
}
.inner-page .fixed-left .inner-cat ul li{
  position: relative;
}
.inner-page .fixed-left .inner-cat ul li i{
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: absolute;
  right: 0;
  top:-2px;
  transition: all 0.5s;
  cursor: pointer;
  transform: rotate(-90deg)
}
.inner-page .fixed-left .inner-cat ul li.active i{
  transform: rotate(90deg);
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .img_box .text {
    max-width: 50%;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    font-size: 16px;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after {
    background-size: 40% auto;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .mbx h2 {
    font-size: 40px;
    margin-bottom: 15px;
  }
  .about-page{
    padding-top: 100px;
  }
  .about-page .about-1 {
    padding-top: 0;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .mbx h2{
    font-size: 30px;
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  .about-page .about-2 ul li {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-2 ul li .left {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .about-page .about-2 ul li .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 ul li:nth-child(even) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .about-page .about-2 ul li:nth-child(even) .left {
    padding-right: 0;
    padding-left: 0;
  }
  .about-page .about-1 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx h2{
    font-size: 24px;
  }
  .about-page .about-1 .right p {
    width: 100%;
    margin: 15px 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .inner-banner {
    height: auto;
    padding: 60px 0;
  }
  .inner-banner .bg {
    -o-object-position: top;
    object-position: top;
  }
  .faq-page .faq-1 {
    padding: 40px 0;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    padding: 10px 30px 10px 15px;
  }
  .faq-page .faq-1 .list ul li .box .text {
    padding: 0 15px 15px;
  }
  .faq-page .faq-2:after {
    display: none;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after {
    background-size: 60% auto;
  }
  .faq-page .faq-2 .form {
    max-width: none;
    margin-top: 20px;
  }
  .faq-page .faq-1 .list {
    margin-top: 20px;
  }
  .faq-page .faq-2 {
    padding: 50px 0;
  }
}
#cp-Nav .nav ul{
  color: black;
}











.outer_glow_l {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color);
    border-radius: 42%;
    width: 12rem;
    height: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% auto 0% -2.6rem
}

.button_wrap {
    width: 285px;
    height: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 15px 0 25px;
    font-size: 16px;
    font-weight: 600;
}
.button_wrap a{
  width: 100%;
}
.outer_glow_r {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color);
    border-radius: 42%;
    width: 12rem;
    height: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% -2rem 0% auto
}
.button_primary_flex {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.button_icon {
    width: .6rem;
    margin-top: 1.1px
}

.button_primary_rim {
    z-index: 1;
    pointer-events: none;
    border-radius: 8rem;
    position: absolute;
    inset: 0%;
    overflow: hidden;
    width: 285px;
}
.button_primary_rim img{
  width:100%;
  height:100%;
  object-fit: cover;
}
.button_primary_glow {
    opacity: 0;
    background-color: #f9feff;
    border-radius: 50%;
    width: 15rem;
    height: 10rem;
    position: absolute;
    inset: auto -2.9rem -3.5rem auto
}

.button_primary_glow.on_left {
    left: -2.9rem;
    right: auto
}

.button_primary_glow_circle {
    background-color: #d0f3fc;
    border-radius: 50%;
    width: 12rem;
    height: 7rem;
    position: absolute;
    inset: auto -25% -6.1rem auto
}

.button_primary_glow_wrap {
    z-index: 2;
    pointer-events: none;
    border-radius: 8rem;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0 0% 0%;
    overflow: clip
}

.line_inner {
    background-color: #464646;
    width: .6rem;
    height: 100%
}

  .outer_glow_r, 
  .outer_glow_l, 
  .button_primary_glow {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    transform: translateZ(0);
    will-change: filter, transform;
  }

  .button_primary_glow_circle {
    filter: blur(16px);
    -webkit-filter: blur(16px);
    transform: translateZ(0);
    will-change: filter, transform;
  }


 .rd-page .rd-1 .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.rd-page .rd-1 .left .list_box .list:last-child {
  margin-bottom: 0;
}
.rd-page .rd-1 .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.rd-page .rd-1 .list .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}

.rd-page .rd-1 .left .list_box .list p {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
}

.rd-page .rd-1 .left p {
    color: rgba(255, 255, 255, 0.8);
}


.seoPublic .Auxil-about .box .right .text{
  color: white;
  font-size: 18px;
  line-height: 1.7;
  max-height: 400px;
  overflow: auto;
}
table tr:nth-child(even) {
    background: #1b1b1b;
}
table tr:nth-child(odd) {
    background: #1b1b1b;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.prodet-page .prodet-1 .right h1.Auxil-h1.font-48.font-bold {
    color: var(--color);
    font-size: 36px;
    line-height: 1.3;
    font-weight: 700;
}

.font-18 {
  font-size: 18px;
  line-height: 1.7;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    font-weight: 400;
    margin: 0.5em 0;
    height: 4.0em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.font-48 {
  font-size: 48px;
}

.font-36 {
   font-size: 36px;
   line-height: 1.3;
}