@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.ttf') format('truetype'), url('../fonts/Montserrat-Light.eot') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.ttf') format('truetype'), url('../fonts/Montserrat-Regular.eot') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.ttf') format('truetype'), url('../fonts/Montserrat-Medium.eot') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype'), url('../fonts/Montserrat-SemiBold.eot') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.ttf') format('truetype'), url('../fonts/Montserrat-Bold.eot') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #2c65b4;
  --primary: #00aef3;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1630px;
}
#Pop_UpsBtn{
  right: 10px !important;
  bottom:90px !important;
}
.fancybox-content{
  background: #f7f7f7 !important;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.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;
}

.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;
}
.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.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%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@-webkit-keyframes play_scale {
  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 play_scale {
  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 play_scale {
  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);
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@-moz-keyframes text_translate {
  0% {
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
@keyframes text_translate {
  0% {
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    transform: translate(0);
  }
  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}
.language-box .zhuyu {
  font-size: 20px;
  font-weight: 600;
}
.language-box .zhuyu i {
  font-size: 16px;
  margin: 0 10px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.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: 120px;
  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;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: transparent;
  padding: 0 120px;
}
#header.active {
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
  background-color: #fff;
}
#header.active .nav {
  height: 80px;
  margin-top: 0;
}
#header.active .nav a.logo {
  width: 120px;
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 125px;
  width: 100%;
  background-color: white;
  padding: 0 80px;
  margin-top: 30px;
  border-radius: 20px;
}
#header .nav a.logo {
  width: 197px;
}
#header .nav .ui.menu {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  text-transform: uppercase;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  margin-right: 70px;
  font-weight: 600;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color);
}
#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: 150%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -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.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-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: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  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 {
  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;
}
.more {
  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-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 12px 0 25px;
  height: 60px;
  background-color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-radius: 35px;
  color: white;
  overflow: hidden;
  position: relative;
  border: none;
}
.more:hover {
  background-color: #000;
}
.more:hover::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
}
.more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  inset: 0;
  -webkit-clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0%, 50% 100%, 50% 100%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more i {
  display: block;
  width: 35px;
  height: 35px;
  background-color: #00aef3;
  border-radius: 50%;
  line-height: 35px;
  text-align: center;
  margin-left: 15px;
  font-size: 18px;
  position: relative;
  z-index: 2;
}
.more span {
  font-size: 18px;
  font-weight: 500;
  position: relative;
  z-index: 2;
  margin-bottom: -2px;
}
.more.white {
  background-color: white;
  color: #000;
}
.more.white::before {
  background-color: var(--primary);
}
.more.white i {
  background-color: var(--color);
  color: white;
}
.more.white:hover {
  color: white;
}
span.tag,
div.tag {
  font-weight: 400;
  font-size: 18px;
  text-transform: uppercase;
  line-height: 1.5;
}
h2.h-title {
  font-size: 40px;
  line-height: 1.4;
  font-weight: bold;
}
h2.h-title em {
  display: contents;
  color: var(--color);
}
.h-text {
  color: #a5a5a4;
  font-size: 18px;
  margin-top: 10px;
}
.h-sidebar {
  position: fixed;
  right: 0;
  bottom: 160px;
  z-index: 20;
}
.h-sidebar a p{
  font-size: 16px;
  padding: 10px 20px 8px;
  line-height: 1;
  background-color: #919191;
  position: absolute;
  right: 120%;
  top: 50%;
  white-space: nowrap;
  width: fit-content;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%) rotateY(90deg);
  -moz-transform: translateY(-50%) rotateY(90deg);
  -ms-transform: translateY(-50%) rotateY(90deg);
  transform: translateY(-50%) rotateY(90deg);
  transform-origin: right;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-sidebar a:hover p{
  opacity: 1;
  -webkit-transform: translateY(-50%) rotateY(0deg);
  -moz-transform: translateY(-50%) rotateY(0deg);
  -ms-transform: translateY(-50%) rotateY(0deg);
  transform: translateY(-50%) rotateY(0deg);
}
.h-sidebar .bot {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.h-sidebar .bot a:first-child {
  border-top-left-radius: 10px;
}
.h-sidebar .bot a:last-child {
  border-bottom-left-radius: 10px;
}
.h-sidebar a {
  width: 55px;
  height: 55px;
  display: block;
  line-height: 55px;
  text-align: center;
  background-color: white;
  color: var(--primary);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
.h-sidebar a:hover #ewm {
  opacity: 1;
}
.h-sidebar a i {
  font-size: 24px;
}
.h-sidebar a #ewm {
  position: absolute;
  right: 120%;
  top: 50%;
  width: 120px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.h-sidebar a #ewm img,
.h-sidebar a #ewm canvas {
  width: 120px;
  height: 120px;
  border: 8px solid white;
}
.h-sidebar a.zhiding {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.h-sidebar a:hover {
  background-color: var(--primary);
  color: white;
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 55%;
  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 .container p {
  color: #666;
}
#banner .banner-content ul .slick-dots {
  position: absolute;
  padding-bottom: 40px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  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;
}
#banner .banner-content ul .slick-dots li {
  width: 40px;
  height: 8px;
  border-radius: 35px;
  background-color: white;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-content ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
#index-body .slick-dots {
  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;
}
#index-body .slick-dots li {
  width: 40px;
  height: 8px;
  border-radius: 35px;
  background-color: #dbdbdb;
  margin: 0 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: none;
}
#index-body .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .slick-dots li button {
  display: none;
}
#index-body .homepage-1 {
  background: #fff;
  position: relative;
  z-index: 5;
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  margin-top: -40px;
}
#index-body .homepage-1 .bottom ul {
  margin: 0 -8px;
}
#index-body .homepage-1 .bottom ul ul.slick-dots {
  margin-top: 80px;
}
#index-body .homepage-1 .bottom ul li {
  padding: 0 8px;
}
#index-body .homepage-1 .bottom ul li .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
#index-body .homepage-1 .bottom ul li .box:hover .text {
  opacity: 1;
}
#index-body .homepage-1 .bottom ul li .box .text {
  position: absolute;
  inset: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
  padding: 25px 30px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom ul li .box .text .title {
  width: 100%;
}
#index-body .homepage-1 .bottom ul li .box .text .title h4 {
  font-size: 20px;
  width: -webkit-calc('100% - 25px');
  width: -moz-calc('100% - 25px');
  width: calc('100% - 25px');
}
#index-body .homepage-1 .bottom ul li .box .text .title i {
  font-size: 22px;
  margin-bottom: -5px;
}
#index-body .homepage-2 {
  background-color: var(--color);
  border-top-left-radius: 50px;
  position: relative;
  z-index: 5;
  margin-top: -40px;
}
#index-body .homepage-2 .left {
  height: -webkit-fill-available;
}
#index-body .homepage-2 .left h2.h-title {
  font-size: 48px;
}
#index-body .homepage-2 .left h2.h-title em {
  color: var(--primary);
}
#index-body .homepage-2 .right {
  max-width: 964px;
}
#index-body .homepage-3 {
  background: #eef3f9;
}
#index-body .homepage-3 .content ul {
  margin: 0 -8px;
}
#index-body .homepage-3 .content ul ul.slick-dots {
  margin-top: 65px;
}
#index-body .homepage-3 .content ul li {
  padding: 0 8px 10px;
}
#index-body .homepage-3 .content ul li .box:hover .tit i {
  opacity: 1;
}
#index-body .homepage-3 .content ul li .box a.img {
  background-color: white;
  border-radius: 20px;
  height: 370px;
  overflow: hidden;
}
#index-body .homepage-3 .content ul li .box a.img:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}
#index-body .homepage-3 .content ul li .box .tit {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .content ul li .box .tit:hover {
  color: var(--color);
}
#index-body .homepage-3 .content ul li .box .tit:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .homepage-3 .content ul li .box .tit h4 {
  font-size: 18px;
  max-width: -webkit-calc(100% - 70px);
  max-width: -moz-calc(100% - 70px);
  max-width: calc(100% - 70px);
}
#index-body .homepage-3 .content ul li .box .tit i {
  display: block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  background-color: var(--color);
  border-radius: 50%;
  color: white;
  text-align: center;
  font-size: 20px;
  margin-left: 35px;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul {
  margin: 0 -23px;
}
#index-body .homepage-4 .bottom ul .slick-dots {
  margin: 45px auto 0;
  width: -webkit-calc(100% - 46px);
  width: -moz-calc(100% - 46px);
  width: calc(100% - 46px);
  background-color: #ececec;
}
#index-body .homepage-4 .bottom ul .slick-dots li {
  height: 5px;
  width: unset;
  margin: 0;
  border-radius: 0;
  background-color: transparent;
}
#index-body .homepage-4 .bottom ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-4 .bottom ul li {
  padding: 0 23px;
}
#index-body .homepage-4 .bottom ul li .box {
  height: 300px;
  background-color: #f6f9fc;
  border-radius: 20px;
  padding: 50px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box:hover {
  background-color: var(--color);
  color: white;
}
#index-body .homepage-4 .bottom ul li .box:hover .bot i {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .homepage-4 .bottom ul li .box .bot i {
  display: block;
  width: 70px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-4 .bottom ul li .box .bot h4 {
  width: -webkit-calc('100% - 70px');
  width: -moz-calc('100% - 70px');
  width: calc('100% - 70px');
}
#index-body .homepage-5 {
  position: relative;
}
#index-body .homepage-5 .map {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 30px;
}
#index-body .homepage-5 .top ul {
  margin: 0 -150px;
}
#index-body .homepage-5 .top ul .slick-current li {
  color: var(--color);
}
#index-body .homepage-5 .top ul li {
  padding: 0 70px;
  text-align: center;
  font-weight: 600;
  color: #d0d0d0;
}
#index-body .homepage-5 .bottom ul {
  max-width: 620px;
  margin: auto;
}
#index-body .homepage-5 .partner ul {
  margin: 0 -55px;
}
#index-body .homepage-5 .partner ul .slick-dots {
  margin: 65px auto 0;
}
#index-body .homepage-5 .partner ul .slick-dots li {
  padding: 0;
}
#index-body .homepage-5 .partner ul li {
  padding: 0 15px;
}
#index-body .homepage-5 .partner ul li .img {
  width: 100%;
  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;
}
#footer {
  background-color: var(--color);
  border-top-left-radius: 50px;
  border-top-right-radius: 50px;
  position: relative;
  z-index: 5;
}
#footer .top ul li h4 {
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 35px;
}
#footer .top ul li span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 25px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 1px solid transparent;
}
#footer .top ul li span:hover {
  border-color: white;
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.form {
  max-width: 655px;
}
#footer .top ul li.form form {
  max-width: 590px;
}
#footer .top ul li.form form 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: -5px;
}
#footer .top ul li.form form ul li {
  padding: 5px;
}
#footer .top ul li.form form ul li input {
  width: 100%;
  height: 40px;
  background-color: #fff;
  border-radius: 35px;
  border: none;
  padding: 0 15px 0 30px;
  font-size: 16px;
  font-weight: 600;
  color: #313131;
}
#footer .top ul li.form form ul li input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.2);
}
#footer .top ul li.form form ul li button.submit {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  line-height: 40px;
  min-width: 160px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: var(--primary);
  border: none;
  color: white;
  border-radius: 35px;
  padding: 0 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-top: 45px;
  text-transform: uppercase;
}
#footer .top ul li.form form ul li button.submit:hover {
  background-color: white;
}
#footer .top ul li.form form ul li button.submit:hover span {
  color: var(--primary);
}
#footer .top ul li.form form ul li button.submit span {
  font-size: 18px;
  font-weight: 500;
  color: white;
}
#footer .top ul li.contact {
  max-width: 410px;
}
#footer .top ul li.contact .list i {
  display: block;
  width: 40px;
}
#footer .top ul li.contact .list p {
  font-size: 18px;
  color: #b9b9b9;
  font-weight: 300;
  width: -webkit-calc(100% - 35px);
  width: -moz-calc(100% - 35px);
  width: calc(100% - 35px);
}
#footer .top .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  margin-top: 45px;
}
#footer .top .share a {
  display: block;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  font-size: 20px;
  color: white;
  margin-right: 8px;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: 1px solid white;
}
#footer .top .share a:last-child {
  margin-right: 0;
}
#footer .top .share a:hover {
  background-color: var(--primary);
  border-color: var(--primary);
}
#footer .bottom {
  width: 100%;
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
}
#footer .bottom span {
  font-size: 14px;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  opacity: 0.8;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#footer .bottom span img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
.font-16 {
  font-size: 16px;
}


#index-body .i-news {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
#index-body .i-news .top .text {
  line-height: 40px;
  max-width: 530px;
}
#index-body .i-news ul li .box {
  background-color: white;
  border-radius: 20px;
  padding: 45px 45px 40px;
}

.product-page #index-body .i-news ul li .box{
  padding: 0px 0 20px;
}
#index-body .i-news ul li .box .text{
  padding: 0 45px;
}
#index-body .i-news ul li .box .time {
  color: var(--color);
}
#index-body .i-news ul li .box .h4 {
  line-height: 28px;
  /*min-height: 82px;*/
}
.product-yd-page #index-body .i-news ul li .box{
  padding: 20px 15px;
}
.product-yd-page #index-body .i-news ul li .box .h4{
  min-height: 40px;
  max-height: unset;
}
.product-yd-page #index-body .i-news ul li .box .img-box img{
  max-height: unset;
}
#index-body .i-news ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.7);
}
#index-body .i-news ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  border: 7px solid #eef3f9;
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1;
}
#index-body .i-news ul li .box .arrow i {
  margin-top: 3px;
}
#index-body .i-news ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
@media screen and (max-width: 1850px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
}
@media screen and (max-width: 1700px) {
  #header {
    padding: 0 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
  }
  #header {
    padding: 0 30px;
  }
  #index-body .homepage-2 .right {
    height: -webkit-fill-available;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-4 .bottom ul li .box {
    padding: 40px 30px;
  }
  #index-body .homepage-5 .top ul {
    margin: 0 -115px;
  }
  #index-body .homepage-5 .top ul li {
    padding: 0 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
  }
  #header .nav a.logo {
    width: 140px;
  }
  #header .nav {
    height: 90px;
    padding: 0 25px;
  }
}
@media screen and (max-width: 1250px) {
  .font-24 {
    font-size: 20px;
  }
  .font-30,
  .font-44 {
    font-size: 24px;
  }
  #banner .banner-content ul li .container {
    top: 50%;
  }
  #index-body .homepage-1 {
    margin-top: 0;
  }
  #index-body .homepage-2 {
    border-top-left-radius: 0;
    margin-top: 0;
  }
  #footer {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.form {
    max-width: 100%;
  }
  #footer .top ul li.form form {
    max-width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content ul li .container .img {
    display: none;
  }
  #banner .banner-content ul li .container .box {
    width: 100%;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .left {
    padding: 45px 15px;
    width: 100%;
    height: auto;
  }
  #index-body .homepage-2 .right {
    width: 100%;
    height: auto;
  }
  #index-body .homepage-2 .left h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-4 .bottom ul {
    margin: 0 -5px;
  }
  #index-body .homepage-4 .bottom ul li {
    padding: 0 5px;
  }
  #index-body .homepage-5 .partner ul {
    margin: 0 -15px;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom span {
    text-align: center;
  }
  #index-body .i-news .top .text{
    max-width: 100%;
    text-align: left;
  }
  #index-body .i-news .top .title br{
    display: none
  }
}
@media screen and (max-width: 700px) {
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-4 .top .text {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-5 .top ul {
    margin: 0 -65px;
  }
  #index-body .homepage-5 .top ul li .date {
    font-size: 18px;
  }
  #footer .top ul li.form form ul li {
    width: 100%;
  }
  #footer .top ul li.form form ul li button.submit {
    margin-top: 0;
  }
  #footer .top ul li.form form ul li {
    padding: 10px;
  }
  #footer .top .share {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container .box a.more {
    display: none;
  }
  #banner .banner-content ul li .container p {
    font-size: 14px;
    margin-bottom: 0;
  }
  #index-body .homepage-1 .top .left h2.h-title {
    padding: 0;
  }
}






.pt-290 {
  padding-top: 290px;
}
div.tag{
  position: relative;
  padding-left: 20px;
}
div.tag::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
}
.title {
  line-height: 1.2;
}
.inner-banner {
  background-size: cover;
  background-position: center center;
  color: white;
}
.inner-banner .title{
  font-weight: bold;
  text-transform: uppercase;
}
.inner-banner .mbx {
  position: relative;
}
.inner-banner .mbx i {
  color: var(--color);
}
.inner-page {
  z-index: 2;
  position: relative;
}
.inner-page ul.nav li {
  font-size: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #484343;
  margin: 0 5px;
}
.inner-page ul.nav li a {
  display: block;
  padding: 0 10px;
  position: relative;
}
.inner-page ul.nav li a::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #484343;
}
/*.inner-page ul.nav li:last-child a::after {
  content: none;
}*/
.inner-page ul.nav li:hover,
.inner-page ul.nav li.active {
  color: var(--color);
}
.inner-page.product-page ul.nav li a::before{
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0;
  height: 1px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page.product-page ul.nav li.active a::before,
.inner-page.product-page ul.nav li:hover a::before{
  width: 100%;
  opacity: 1;
}
.about-page {
  z-index: 2;
  position: relative;
}
.about-page .about-1 {
  margin-top: -60px;
  border-radius: 50px 50px 0 0;
  background-color: white;
}
.about-page .about-1 .left .play {
  font-size: 22px;
  height: 106px;
  border-radius: 28px;
  color: white;
  background-color: var(--color);
  width: 170px;
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  padding: 0 30px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.about-page .about-1 .left .play i {
  font-size: 40px;
}
.about-page .about-1 .left .play:hover{
  box-shadow: 0px 0px 10px 0px rgba(7, 112, 58,0.5);
}
.about-page .about-2 {
  /*background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, white), color-stop(50%, #eef3f9));
  background: -webkit-linear-gradient(top, white 50%, #eef3f9 50% 100%);
  background: -moz-linear-gradient(top, white 50%, #eef3f9 50% 100%);
  background: linear-gradient(to bottom, white 50%, #eef3f9 50% 100%);*/
  /*-webkit-transform: translateY(50%);
    -moz-transform: translateY(50%);
    -ms-transform: translateY(50%);
    transform: translateY(50%);*/
}
.about-page .about-1 .right .content{
  max-height: 425px;
  overflow: auto;
      line-height: 28px;
}
.about-page .about-2 .box {
  /*background-color: #3b3b3b;*/
  border-radius: 26px;
  /*color: white;*/
}
.about-page .about-2 .box ul{
  margin: -5px;
}
.about-page .about-2 .box ul li {
  color: var(--color);
  width: 25%;
  padding: 5px;
}
.about-page .about-2 .box ul li .box2{
  background: #eef3f9;
  border-radius: 20px;
  padding: 44px;
  text-align: center;
}
.about-page .about-2 .box ul li .h2 {
  line-height: 1;
}
.about-page .about-2 .box ul li .h2 span {
  font-size: 36px;
}
.about-page .about-2 .box ul li p {
  color: black;
}
.about-page .about-3 {
  background-color: #eef3f9;
  overflow: hidden;
  background: url(../images/banner3.jpg) no-repeat;
  background-size: cover;
  /*padding-top: 240px;*/
  /*margin-bottom: 60px;*/
}
.about-page .about-3 .top .left {
  width: 70%;
}
.about-page .about-3 .top .text {
  width: 30%;
  line-height: 1.5;
}
.about-page .about-3 .list .line {
  position: absolute;
  left: -200px;
  right: -200px;
  height: 1px;
  background-color: var(--color);
  top: 80px;
}
.about-page .about-3 .list ul .slick-list {
  padding-bottom: 30px;
}
.about-page .about-3 .list ul li .time {
  color: var(--color);
  font-weight: 500;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li i {
  display: inline-block;
  margin-left: 15px;
  margin-right: auto;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background-color: #e2efe8;
  position: relative;
  z-index: 1;
  margin-top: 13px;
  margin-bottom: 20px;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li i::after {
  content: "";
  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: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-3 .list ul li .box {
  background-color: white;
  padding: 35px 35px 35px 55px;
  position: relative;
  border-radius: 23px;
  -webkit-box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
  box-shadow: 0px 17px 21px 0px rgba(25, 25, 25, 0.04);
}
.about-page .about-3 .list ul li .box::after {
  content: "";
  position: absolute;
  left: 26px;
  top: 45px;
  width: 15px;
  height: 15px;
  border-radius: 50%;
  border: 2px solid var(--color);
}
.about-page .about-3 .list ul li .box::before {
  content: "";
  position: absolute;
  left: 33px;
  top: -28px;
  width: 1px;
  height: 75px;
  background-color: var(--color);
}
.about-page .about-3 .list ul li .des{
  max-height: 195px;
  min-height: 195px;
  overflow: auto;
  padding-right: 5px;
}
.about-page .about-3 .list ul li:hover .time{
  color: #e47915;
}
.about-page .about-3 .list ul li:hover i::after{
  background: #e47915;
}
.about-page .about-3 .list ul li:hover i{
  background: rgba(228, 121, 21,0.5);
}
.about-page .about-4 {
  background-color: #eef3f9;
}
.about-page .about-4 .img {
  border-radius: 50px 50px 0 0;
  overflow: hidden;
}
.about-page .about-5 {
  z-index: 3;
  position: relative;
  /*margin-top: -220px;*/
  margin-top: -60px;
  border-radius: 50px 50px 0 0;
  background: white;
}
.about-page .about-5 .ui.container {
  z-index: 2;
}
.about-page .about-5 .content_box {
  background-color: white;
  border-radius: 0 170px 0 0;
  z-index: 5;
}
.about-page .about-5 .content_box ul li .box {
  border: 1px solid #c7c7c7;
  padding: 30px;
}
.about-page .about-5 .content_box ul li .box .icon {
  text-align: center;
}
.about-page .about-5 .content_box ul li .box .icon img {
  margin: auto;
}
.about-page .about-5 .content_box ul li .box .des {
  line-height: 28px;
  color: rgba(0, 0, 0, 0.8);
  min-height: 196px;
}
.about-page .about-5 .content_box .slickDots {
  width: 280px;
  height: 11px;
  border-radius: 5px;
  overflow: hidden;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}
.about-page .about-5 .content_box .slickDots i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100px;
  height: 100%;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-5 .content_box .slickDots ul {
  margin: 0 !important;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
}
.about-page .about-5 .content_box .slickDots ul li {
  padding: 0 !important;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: auto;
  height: 100%;
  background-color: #e2efe8;
  margin: 0;
  border: none;
  border-radius: 0;
}
/*.about-page .about-5::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 30%;
  height: 100%;
  background-color: white;
  z-index: -1;
}*/
.about-page .about-6 {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
.about-page .about-6 .top .left {
  width: 70%;
}
.about-page .about-6 .top .left .title span {
  margin-left: 100px;
  display: block;
}
.about-page .about-6 .top .text {
  line-height: 40px;
  width: 30%;
}
.about-page .about-6 ul .slick-slide > div {
  height: unset !important;
}
.about-page .about-6 ul li {
  margin-bottom: 20px;
}
.about-page .about-6 ul li a {
  display: block;
  background-color: white;
  border-radius: 20px;
  text-align: center;
  height: 145px;
}
.about-page .about-6 ul li a img {
  margin: auto;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  width: 50%;
}
.contact-page .contact-3{
  margin-bottom: -35px;
}
.contact-page .contact-1 {
  background-color: white;
  margin-top: -65px;
  border-radius: 50px 50px 0 0;
}
.contact-page .contact-1 .left form input,
.contact-page .contact-1 .left form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 18px;
  height: 74px;
  border-radius: 10px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1 .left form textarea {
  padding: 20px;
  height: 150px;
}
.contact-page .contact-1 .left form button {
  border: none;
}
.contact-page .contact-1 .right .share a {
  font-size: 30px;
  margin-right: 15px;
}
.contact-page .contact-2 {
  border-radius: 50px 50px 0 0;
  background-color: #eef3f9;
}
.contact-page .contact-2 .left {
  max-width: 440px;
}
.contact-page .contact-2 .left ul li {
  color: #2b2b2b;
}
.contact-page .contact-2 .left ul li i {
  color: var(--color);
  font-size: 30px;
  margin-right: 10px;
  vertical-align: middle;
}
.contact-page .contact-2 .right {
  text-align: right;
}
.contact-page .contact-2 .right .pre {
  display: inline-block;
}
.contact-page .contact-2 .right .add {
  background-color: white;
  padding: 30px 45px;
  border-radius: 23px;
  -webkit-box-shadow: -5.814px 15.975px 49px 0px rgba(94, 94, 94, 0.18);
  box-shadow: -5.814px 15.975px 49px 0px rgba(94, 94, 94, 0.18);
  text-align: left;
  position: absolute;
  left: 0;
  bottom: 30px;
  width: 380px;
  -webkit-transform: translateX(-45%);
  -moz-transform: translateX(-45%);
  -ms-transform: translateX(-45%);
  transform: translateX(-45%);
}
.contact-page .contact-2 .right .add .h4 {
  color: var(--color);
  margin-bottom: 5px;
}
.contact-page .contact-2 .right img {
  border-radius: 20px;
}
.gallery-page {
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
  background-color: white;
}
.gallery-page .list ul li a {
  display: block;
  position: relative;
}
.gallery-page .list ul li a p {
  position: absolute;
  left: 0;
  right: 0;
  color: white;
  bottom: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  z-index: 2;
  padding: 0 20px;
}
.gallery-page .list ul li a::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 80%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(bottom, var(--color), transparent);
  background: -moz-linear-gradient(bottom, var(--color), transparent);
  background: linear-gradient(to top, var(--color), transparent);
  bottom: 0;
  opacity: 0;
}
.gallery-page .list ul li:hover a p {
  opacity: 1;
}
.gallery-page .list ul li:hover a::after {
  opacity: 1;
}
.m-page a,
.m-page span {
  display: inline-block;
  font-size: 18px;
  font-weight: 500;
  width: 42px;
  height: 42px;
  text-align: center;
  line-height: 42px;
  background-color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50px;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.news-page .news-1 {
  background-color: white;
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
}
.news-page .news-1 .des {
  text-align: center;
  line-height: 35px;
  max-width: 1080px;
  margin-left: auto;
  margin-right: auto;
  max-height: 210px;
  overflow: auto;
}
.news-page.product-page .news-1 .des{
  text-align: left;
}
.news-page .news-2 {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
.newdet-page {
  background-color: white;
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
}
.newdet-page .newdet-1 .tag {
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  line-height: 32px;
}
.product-page #index-body .i-news ul li .img-box img {
  width: auto;
  display: block;
  margin: auto;
}
.prodet-page .prodet-1 {
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
  background-color: white;
}
.prodet-page .prodet-1 .left .big {
  background-color: #f5f5f5;
  border-radius: 27px;
  overflow: hidden;
}
.prodet-page .prodet-1 .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .left .big .Auxil-through {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-1 .left .big .Auxil-through span {
  display: inline-block;
  width: 50px;
  height: 50px;
  text-align: center;
  line-height: 50px;
  border-radius: 50%;
  border: 1px solid white;
  flex: none;
}
.prodet-page .prodet-1 .small ul li a {
  display: block;
  background-color: #f5f5f5;
  border-radius: 11px;
}
.prodet-page .prodet-1 .small ul li a img {
  width: auto;
}
.prodet-page .prodet-1 .right h1{
  line-height: 1.3;
}
#mobile3 .m-nav ul li a {
    line-height: 30px;
}
.prodet-page .prodet-1 .right .content {
  line-height: 1.8;
  max-height: 535px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .share {
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.prodet-page .prodet-1 .right .share li {
  margin-right: 10px;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #c7c7c7;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
}
.prodet-page .prodet-1 .right .share li:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .content {
  line-height: 1.8;
}
#index-body .application ul .slick-list {
  padding: 0 30%;
}
#index-body .application ul li .img-box {
  border-radius: 30px;
}
#index-body .application ul li .img-box p {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
  color: white;
  bottom: 40px;
}
.resource-page .resource-1 {
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
  background-color: white;
}
.resource-page .resource-1 .top .text {
  max-width: 460px;
  line-height: 1.6;
}
.resource-page .resource-1 ul li{
  margin-bottom: 20px;
}
.resource-page .resource-1 ul li .box {
  background-color: #f5f5f5;
  border-radius: 20px;
  padding: 20px 30px;
}
.resource-page .resource-1 ul li .box .more{
  zoom: 0.6;
}
.resource-page .resource-1 ul li .box .more:focus{
  background-color: var(--color) !important;
    outline: 0;
     -webkit-tap-highlight-color:unset !important; 
}
.resource-page .resource-1 ul li .box .h3 {
  line-height: 1.3;
  min-height: 72px;
}
.resource-page .resource-1 ul li .box .arrow {
  width: 65px;
  height: 65px;
  border-radius: 50%;
  text-align: center;
  border: 8px solid #f6f9fc;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
}
.resource-page .resource-1 ul li .box .arrow:hover {
  background-color: var(--color);
  color: white;
}
.resource-page .resource-1 ul .slick-slide > div{
  height: unset !important;
}
.resource-page .resource-2 {
  background-color: #f6f9fc;
  border-radius: 50px 50px 0 0;
  margin-top: -60px;
}
.resource-page .resource-2 .top .text {
  line-height: 1.65;
}
.resource-page .resource-2 ul li {
  color: white;
}
.resource-page .resource-3{
  margin-top: -60px;
  border-radius: 50px 50px 0 0;
  background: white;
}
.resource-page .resource-3 .left .title span {
  margin-left: 65px;
}
.resource-page .resource-3 .left p {
  line-height: 1.6;
}
.resource-page .resource-3 .right ul li {
  border-radius: 14px;
  /*border: 1px solid #c7c7c7;*/
  padding: 24px 35px 26px 40px;
  cursor: pointer;
  background-color: #eef3f9;
}
.resource-page .resource-3 .right ul li .h5 {
  padding-right: 30px;
  position: relative;
}
.resource-page .resource-3 .right ul li .h5 i {
  position: absolute;
  right: 0;
  top: 1px;
  line-height: 1;
  font-size: 24px;
  font-weight: 600;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
}
.resource-page .resource-3 .right ul li .des {
  display: none;
  color: #6f6f6f;
  line-height: 1.75;
  margin-top: 19px;
}
.resource-page .resource-3 .right ul li.active .h5 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.solution-page {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
}
.solution-page ul li .img-box {
  border-radius: 20px;
}
.solution-page ul li .content {
  border-radius: 12px;
  background-color: white;
  padding: 25px 30px;
  width: 80%;
  margin: auto;
  z-index: 3;
  position: relative;
  margin-top: -80px;
}
.solution-page ul li .content .des {
  line-height: 28px;
  opacity: 0.7;
}
.soludet-page .soludet-1 {
  background-color: white;
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
}
.soludet-page .soludet-1 .right .title {
  line-height: 1.1;
}
.soludet-page .soludet-1 .right .des {
  line-height: 30px;
}
.soludet-page .soludet-2 {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
.soludet-page .soludet-2 .top .left {
  width: 65%;
}
.soludet-page .soludet-2 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-2 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-2 ul li .box {
  background-color: white;
  border: 1px solid #c7c7c7;
  padding: 40px 30px 35px;
}
.soludet-page .soludet-2 ul li img {
  margin: auto;
}
.soludet-page .soludet-3 {
  background-color: #4e4e4e;
  border-radius: 50px 50px 0 0;
  position: relative;
  z-index: 3;
  margin-top: -65px;
}
.soludet-page .soludet-3 .top {
  color: white;
}
.soludet-page .soludet-3 .top .left {
  width: 65%;
}
.soludet-page .soludet-3 .top .left .title span {
  margin-left: 180px;
}
.soludet-page .soludet-3 .top .text {
  line-height: 1.65;
  max-width: 520px;
  text-align: right;
  width: 35%;
}
.soludet-page .soludet-3 ul li .img-box {
  border-radius: 25px;
}
.soludet-page .soludet-3 ul li .box {
  width: 80%;
  margin: auto;
  z-index: 2;
  position: relative;
  margin-top: -80px;
  background-color: white;
  padding: 30px 40px;
  border-radius: 12px;
}
.soludet-page .soludet-3 ul li .box .des {
  line-height: 32px;
  opacity: 0.7;
  max-height: 160px;
  overflow: auto;
  padding-right: 5px;
}
.soludet-page .soludet-4 ul li {
  background-color: #f1f1f1;
  overflow: hidden;
  border-radius: 32px;
}
.soludet-page .soludet-4 ul li .left {
  width: 57%;
  border-radius: 32px;
  overflow: hidden;
}
.soludet-page .soludet-4 ul li .left img {
  width: 100%;
}
.soludet-page .soludet-4 ul li .right {
  width: 43%;
}
.soludet-page .soludet-4 ul li .right .h4 {
  line-height: 1.44;
}
.soludet-page .soludet-4 ul li .right .des {
  line-height: 30px;
  max-height: 365px;
  overflow: auto;
}
.soludet-page .soludet-4 .slickBtn div {
  background-color: transparent;
  border: 1px solid #b9b9b9;
  color: black;
}
.soludet-page .soludet-4 .slickBtn div:hover {
  background-color: var(--color);
  border-color: var(--color);
  color: white;
}
.soludet-page #index-body .i-solution {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
.soludet-page .soludet-5 .left {
  width: 30%;
}
.soludet-page .soludet-5 .left p {
  line-height: 30px;
  opacity: 0.8;
}
.soludet-page .soludet-5 .left .share a {
  font-size: 30px;
  margin-right: 15px;
}
.soludet-page .soludet-5 .right {
  width: 52%;
}
.soludet-page .soludet-5 .right form input,
.soludet-page .soludet-5 .right form textarea {
  width: 100%;
  border: 1px solid #c7c7c7;
  font-size: 24px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
}
.soludet-page .soludet-5 .right form textarea {
  padding: 20px;
  height: 150px;
}
.soludet-page .soludet-5 .right form button {
  border: none;
}
.sus-page .sus-1 {
  background-color: white;
  border-radius: 50px 50px 0 0;
  margin-top: -65px;
}
.sus-page .sus-1 .left .des {
  line-height: 30px;
}
.sus-page .sus-2 {
  color: white;
}
.sus-page .sus-2 .left {
  position: relative;
}
.sus-page .sus-2 .left .circle {
  width: 450px;
  height: 450px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.1);
  position: relative;
  z-index: 3;
}
.sus-page .sus-2 .left .circle::before,
.sus-page .sus-2 .left .circle::after {
  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%);
  opacity: 0;
  border: 2px solid rgba(255, 255, 255, 0.1);
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks1 3s infinite;
  -moz-animation: ks1 3s infinite;
  animation: ks1 3s infinite;
  display: block;
  z-index: -1;
}
.sus-page .sus-2 .left .circle::after {
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.sus-page .sus-2 .left ul li {
  position: absolute;
  padding-left: 55px;
  z-index: 2;
}
.sus-page .sus-2 .left ul li .h3 {
  line-height: 1;
}
.sus-page .sus-2 .left ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  background: url(../images/circle.png) no-repeat center;
  width: 206px;
  height: 207px;
}
.sus-page .sus-2 .left ul li:nth-child(1) {
  left: 0;
  top: 20%;
}
.sus-page .sus-2 .left ul li:nth-child(2) {
  left: 53%;
  top: 74%;
}
.sus-page .sus-2 .right .des {
  line-height: 30px;
  opacity: 0.8;
}
.sus-page #index-body .i-project .top .title {
  line-height: 1.1;
}
.sus-page #index-body .i-project .top .title span {
  margin-left: 65px;
  display: block;
}
.sus-page #index-body .i-project .top .text {
  max-width: 725px;
  line-height: 1.4;
}
.sus-page .soludet-page .soludet-5 {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
.m-link {
  border-top: 1px solid #7f7f7f;
  border-bottom: 1px solid #7f7f7f;
}
.m-link .next {
  text-align: right;
}
.seo_form {
  background-color: #eef3f9;
  border-radius: 50px 50px 0 0;
}
.seo_form form {
  width: 80%;
  margin: auto;
}
.seo_form form input,
.seo_form form textarea {
  border: 1px solid #fff;
  font-size: 18px;
  height: 74px;
  border-radius: 14px;
  padding: 0 20px;
  margin-bottom: 20px;
  width: 100%;
}
.seo_form form textarea {
  padding: 20px;
  height: 150px;
}
.seo_form form button {
  border: none;
}
#index-body .i-project ul{
  margin: -10px;
}
#index-body .i-project ul li{
  padding: 10px;
}
#index-body .i-project ul .slick-slide > div{
  height: auto;
}
@media screen and (max-width: 1700px) {
  .contact-page .contact-1 .right {
    padding-left: 280px;
  }
  .about-page .about-2 .box ul li .h2{
    font-size: 36px;
  }
  .about-page .about-2 .box ul li .h2 span{
    font-size: 18px;
  }
  .about-page .about-2 .box ul li .box2 {
    padding: 44px 15px;
  }
}
@media screen and (max-width: 1450px) {
  .pt-290 {
    padding-top: 200px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-6 .top .left {
    width: 60%;
  }
  .about-page .about-3 .top .text,
  .about-page .about-6 .top .text {
    width: 40%;
  }
  .contact-page .contact-1 .right {
    padding-left: 165px;
  }
  .resource-page .resource-1 ul li{
    width: 33.33%;
  }
}
@media screen and (max-width: 1250px) {
  .pt-290 {
    padding-top: 130px;
  }
  .about-page .about-2 .box{
    padding: 45px 0;
  }
  .about-page .about-1{
    margin-top: 0;
  }
  .about-page .about-1 .left .play {
    font-size: 18px;
  }
  .about-page .about-3 .list .line {
    top: 67px;
  }
  .about-page .about-6 ul li a {
    height: 110px;
    padding: 15px;
  }
  .about-page .about-6 ul li a img {
    width: 100%;
    -o-object-fit: contain;
    object-fit: contain;
  }
  /*.about-page .about-5 {
    margin-top: -100px;
  }*/
  .about-page .about-5,
  .sus-page .sus-1,
  .sus-page .soludet-page .soludet-5,
  .prodet-page .prodet-1,
  .resource-page .resource-1,
  .resource-page .resource-2,
  .resource-page .resource-3,
  .soludet-page #index-body .i-solution,
  .gallery-page,
  .newdet-page,
  .seo_form,
  .solution-page,
  .soludet-page .soludet-1,
  .soludet-page .soludet-3,
  .soludet-page .soludet-2,
  .news-page .news-1,
  .news-page .news-2,
  .contact-page .contact-1,
  .contact-page .contact-2,
  .about-page .about-4 .img,
  .about-page .about-6,
  .about-page .about-1 {
    border-radius: 40px 40px 0 0;
  }
  .about-page .about-5 .content_box {
    border-radius: 0 90px 0 0;
  }
  .contact-page .contact-1 .right {
    padding-left: 80px;
  }
  .contact-page .contact-1 .left form input,
  .contact-page .contact-1 .left form textarea,
  .soludet-page .soludet-5 .right form input {
    font-size: 18px;
    height: 60px;
  }
  .soludet-page .soludet-5 .right form textarea {
    font-size: 18px;
  }
  .contact-page .contact-1 .left form textarea {
    height: 150px;
  }
  .about-page .about-5,
  .resource-page .resource-1,
  .resource-page .resource-2,
  .resource-page .resource-3,
  .solution-page,
  .soludet-page .soludet-1,
  .sus-page .sus-1,
  .contact-page .contact-1,
  .gallery-page,
  .news-page .news-1,
  .newdet-page,
  .prodet-page .prodet-1 {
    margin-top: 0px;
  }
  .news-page #index-body .i-news ul li {
    width: 33.33%;
  }
  .prodet-page .prodet-1 .left .big .Auxil-through span {
    zoom: 0.6;
  }
  .soludet-page .soludet-5 .left {
    width: 43%;
  }
  .sus-page .sus-2 .left .circle {
    width: 390px;
    height: 390px;
  }
  .sus-page .sus-2 .left ul li::after {
    zoom: 0.7;
  }
  .sus-page .sus-2 .left ul li {
    padding-left: 40px;
  }
  #innerMobileBanner{
    margin-top: 60px;
  }
  .about-page .about-5,
  .resource-page .resource-1, .solution-page, .soludet-page .soludet-1, .sus-page .sus-1, .contact-page .contact-1, .gallery-page, .news-page .news-1, .newdet-page, .prodet-page .prodet-1{
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .box ul li {
    width: 50%;
  }
  .about-page .about-2 .box ul li p {
    min-height: 45px;
    margin-top: 10px;
  }
  .about-page .about-1 {
    margin-top: 0px;
  }
  .about-page .about-2 .box ul li .box2 {
    padding: 44px 20px;
  }
  .about-page .about-1 .right .content {
    max-height: unset;
    overflow: unset;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  .about-page .about-1 .left .play {
    height: 70px;
    border-radius: 15px;
  }
  .about-page .about-3 .top .left,
  .about-page .about-6 .top .left {
    width: 100%;
  }
  .about-page .about-3 .top .text,
  .about-page .about-6 .top .text {
    width: 100%;
    margin-top: 20px;
    text-align: left;
  }
  .seo_industry.pt-50.pb-60,
  a.footapso {
    display: none !important;
}
  .contact-page .contact-1 .right {
    padding-left: 30px;
  }
  .contact-page .contact-1 .right .share a {
    font-size: 22px;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    margin-top: 30px;
  }
  .contact-page .contact-2 .right .add {
    position: relative;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  .inner-page ul.nav {
    display: none;
  }
  .gallery-page .list {
    margin-top: 40px;
  }
  .gallery-page .list ul li a p {
    bottom: 10px;
  }
  .news-page #index-body .i-news ul li {
    width: 50%;
  }
  .news-page #index-body .i-news {
    padding-top: 50px;
  }
  .seo_form form {
    width: 100%;
  }
  .seo_form form input,
  .seo_form form textarea {
    font-size: 18px;
  }
  .seo_form form input {
    height: 50px;
  }
  .m-link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .m-link .next {
    width: 100%;
    text-align: left;
    margin-top: 20px;
  }
  .prodet-page .prodet-1 .left {
    padding: 0;
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .prodet-1 .small ul li a img {
    margin: auto;
  }
  .resource-page .resource-1 .top .text {
    width: 100%;
    text-align: left;
  }
  .resource-page .resource-1 ul li{
    width: 50%;
  }
  .resource-page .resource-3 .left {
    width: 100%;
    padding: 0;
  }
  .resource-page .resource-3 .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page ul li .content {
    padding: 20px 15px;
  }
  .soludet-page .soludet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .soludet-page .soludet-1 .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .left,
  .soludet-page .soludet-3 .top .left {
    width: 100%;
  }
  .soludet-page .soludet-2 .top .text,
  .soludet-page .soludet-3 .top .text {
    width: 100%;
    text-align: left;
  }
  .soludet-page .soludet-4 ul li .left {
    width: 100%;
  }
  .soludet-page .soludet-4 ul li .right {
    width: 100%;
    padding: 20px;
    margin-top: 30px;
  }
  .soludet-page .soludet-3 {
    margin-top: -40px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 100px;
  }
  .sus-page .sus-1 .left {
    width: 100%;
    padding: 0;
  }
  .sus-page .sus-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .sus-page .sus-2 .left ul li {
    position: relative;
    left: 0 !important;
    top: 0 !important;
  }
  .sus-page .sus-2 .left ul li:nth-child(1) {
    margin-bottom: 115px;
  }
  .sus-page .sus-2 .left ul {
    position: absolute;
    left: 0;
    top: 0;
  }
  .sus-page .sus-2 .left .circle {
    width: 260px;
    height: 260px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5 {
    margin-top: 10px;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right .add {
    width: 100%;
    padding: 20px;
    border-radius: 15px;
  }
  .gallery-page .list ul li {
    width: 50%;
  }
  #index-body .application ul li .img-box {
    border-radius: 0;
  }
  #index-body .application ul li .img-box .img {
    overflow: hidden;
  }
  #index-body .application ul li .img-box p {
    position: relative;
    bottom: 0;
    color: black;
  }
  #index-body .application ul .slick-list {
    padding: 0 15%;
  }
  .resource-page .resource-1 ul li{
    width: 100%;
  }
  .resource-page .resource-2 .top .text {
    width: 100%;
    margin-top: 20px;
  }
  .resource-page .resource-3 .right ul li {
    padding: 19px 10px 16px 13px;
  }
  .resource-page .resource-2 .top .left {
    width: 100%;
  }
  .slickGap-130 li {
    padding: 0 15px;
  }
  .slickGap-130 {
    margin: 0 -15px;
  }
  .soludet-page .soludet-5 .left {
    width: 100%;
  }
  .soludet-page .soludet-5 .right {
    width: 100%;
    margin-top: 20px;
  }
  .soludet-page .soludet-2 .top .left .title span,
  .soludet-page .soludet-3 .top .left .title span {
    margin-left: 60px;
  }
  .soludet-page .soludet-5 .left .share a {
    font-size: 18px;
  }
  .sus-page .sus-2 .left {
    width: 100%;
  }
  .sus-page .sus-2 .right {
    width: 100%;
    padding: 0;
    margin-top: 50px;
  }
  #index-body .i-news ul li .box .text {
    padding: 0 25px;
  }
}
@media screen and (max-width: 500px) {
  .news-page #index-body .i-news ul li {
    width: 100%;
  }
  .about-page .about-2 .box {
    padding: 15px 20px;
  }
  .about-page .about-6 .top .left .title span {
    margin-left: 20px;
  }
  .gallery-page .list ul li {
    width: 100%;
  }
  .solution-page ul li {
    width: 100%;
  }
  .about-page .about-2 .box ul li {
    width: 100%;
  }
  .about-page .about-2 .box ul li .h2{
    font-size: 30px;
  }
}
/*.flex-2 > * {
    width: 100%;
      }*/

