@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.ttf') format('truetype'), url('../fonts/Poppins-Light.eot') format('embedded-opentype'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.ttf') format('truetype'), url('../fonts/Poppins-Regular.eot') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.ttf') format('truetype'), url('../fonts/Poppins-Medium.eot') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.ttf') format('truetype'), url('../fonts/Poppins-SemiBold.eot') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.ttf') format('truetype'), url('../fonts/Poppins-Bold.eot') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: 'Poppins';
  max-width: 1920px;
  --color: #071e40;
  --primary: #0062c1;
  font-weight: 400;
  margin: 0 auto;
  color: #333;
}
.container {
  width: 1580px;
}
#Pop_UpsBtn{
  right: 20px !important;
  bottom: 120px !important;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.solution-1{
      background: #F5F8FF;
}
.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: #333;
  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;
}
.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;
}
.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;
}
.txt-color{
  color: #666;
}
.text-right {
  text-align: right;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
img{
  border-radius: 8px;
}
.m-color {
  color: var(--color);
}
.primary-color {
  color: var(--primary);
}
.t_l {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
span.tag {
  font-size: 16px;
  padding: 5px 20px;
  border: 1px solid #666666;
  border-radius: 35px;
  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;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
h2.h-title {
  font-size: 46px;
  font-weight: bold;
  line-height: 1.1;
}
@-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 img_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 img_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 img_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 img_animate {
  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 img_animate {
  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 img_animate {
  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);
  }
}
.language-box .zhuyu span {
  font-size: 16px;
}
.language-box .zhuyu i {
  font-size: 20px;
  margin-left: 5px;
}
.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: #333;
  -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;
  -webkit-backdrop-filter: blur(0);
  backdrop-filter: blur(0);
}
#header.active,
#header.inner {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
}
#header.active .nav {
  height: 80px;
}
#header .nav {
  height: 105px;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header .nav .ui.menu {
  width: 100%;
  height: 100%;
}
#header .nav .ui.menu .right {
  height: 100%;
}
#header .nav .ui.menu .right .line {
  width: 1px;
  height: 20px;
  background-color: rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu .right a.btn {
  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;
  background-color: var(--color);
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: 45px;
  border-radius: 5px;
  color: white;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 16px;
}
#header .nav .ui.menu .right a.btn:hover {
  background-color: var(--primary);
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  -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: 85px;
}
#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(--primary);
}
#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: 120%;
  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: #333;
  -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 15px;
  height: 45px;
  background-color: transparent;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color);
  overflow: hidden;
  position: relative;
  border: 1px solid var(--color);
  border-radius: 5px;
}
.more:hover,
.more:focus {
  color: white;
  background-color: var(--color);
}
.more:hover i,
.more:focus i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.more i {
  margin-left: 15px;
  font-size: 18px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 30px;
  height: 30px;
  border-radius: 5px;
  background-color: var(--color);
  color: white;
  text-align: center;
  line-height: 30px;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-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;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  overflow: hidden;
  position: relative;
}
.m-more:hover span {
  color: white;
  padding-right: 5px;
  background-color: transparent;
}
.m-more:hover i::before {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.m-more:hover::before {
  width: 100%;
}
.m-more::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background-color: var(--color);
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-more span {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: 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;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 45px;
  font-size: 16px;
  color: #666;
  padding: 0 27px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
  background-color: #f7f7f7;
}
.m-more i {
  width: 45px;
  height: 45px;
  text-align: center;
  line-height: 45px;
  background-color: var(--color);
  margin-left: 8px;
  display: block;
  color: white;
  font-size: 16px;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
#banner {
  position: relative;
  z-index: 1;
  overflow: hidden;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul .slick-current li .bg{
  animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#banner .banner-content ul li .container {
  left: 50%;
  top: 47%;
  -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{
  opacity: 0;
}
#banner .banner-content ul .slick-current li .container{
  opacity: 1;
}
#banner .banner-content ul li .container p {
  color: #666;
  max-width: 710px;
}
#banner .banner-dots {
  position: absolute;
  left: 50%;
  bottom: 55px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner .banner-dots .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-dots .slick-dots li {
  width: 15px;
  height: 15px;
  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;
  margin-right: 15px;
  border-radius: 50%;
  border: 1px solid transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .banner-dots .slick-dots li.slick-active {
  border-color: var(--color);
}
#banner .banner-dots .slick-dots li.slick-active button {
  background-color: var(--color);
}
#banner .banner-dots .slick-dots li button {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background-color: #747474;
  overflow: hidden;
  color: transparent;
  border: none;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 {
  background-color: #f4f4f4;
  background-image: url("../images/pro_bg.png");
  background-position: right bottom;
  background-repeat: no-repeat;
}
#index-body .homepage-1 .left {
  position: relative;
  max-width: 940px;
}
#index-body .homepage-1 .left .icon {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  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;
  width: 176px;
  height: 176px;
}
#index-body .homepage-1 .left .icon .pro_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_animate 10s linear infinite;
  -moz-animation: img_animate 10s linear infinite;
  animation: img_animate 10s linear infinite;
}
#index-body .homepage-1 .left ul {
  height: 100%;
}
#index-body .homepage-1 .left ul .slick-list {
  height: 100%;
}
#index-body .homepage-1 .left ul .slick-list .slick-track {
  height: 100%;
}

#index-body .homepage-1 .left ul .slick-list .slick-track .slick-slide,
#banner .banner-content ul .slick-list .slick-track .slick-slide{
  opacity: 1 !important; 
}
#index-body .homepage-1 .left ul .slick-list .slick-track .slick-slide > div {
  height: 100%;
}
#index-body .homepage-1 .left ul .slick-list .slick-track .slick-slide > div li {
  height: 100%;
}
#index-body .homepage-1 .left ul .slick-list .slick-track .slick-slide > div li a {
  height: 100%;
}

#index-body .homepage-1 .left ul li a img{
  -webkit-animation: image-animate-left-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-out 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-1 .left ul .slick-current li a img{
  -webkit-animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-1 .right ul li {
  margin-bottom: 30px;
  position: relative;
  cursor: pointer;
}
#index-body .homepage-1 .right ul li:last-child {
  margin-bottom: 0;
}
#index-body .homepage-1 .right ul li::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 4px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  display: block;
}
#index-body .homepage-1 .right ul li.active::before,
#index-body .homepage-1 .right ul li:hover::before {
  opacity: 1;
}
#index-body .homepage-1 .right ul li.active h4,
#index-body .homepage-1 .right ul li:hover h4 {
  color: transparent;
  padding-left: 20px;
}
#index-body .homepage-1 .right ul li.active h4::before,
#index-body .homepage-1 .right ul li:hover h4::before {
  opacity: 1;
}
#index-body .homepage-1 .right ul li h4 {
  font-size: 24px;
  color: #666;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .right ul li h4::before {
  content: attr(data-text);
  position: absolute;
  left: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 30px;
  color: var(--color);
  font-weight: bold;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 .bottom {
  position: relative;
}
#index-body .homepage-2 .bottom .yufeng-electric {
  position: absolute;
  bottom: -22px;
  left: 0;
}
#index-body .homepage-2 .bottom .left {
  position: relative;
  z-index: 2;
}
#index-body .homepage-2 .bottom .left ul li h4 {
  font-size: 48px;
  color: var(--color);
  font-weight: bold;
  line-height: 1;
  white-space: nowrap;
}
#index-body .homepage-2 .bottom .left ul li h4 span {
  font-size: 30px;
}
#index-body .homepage-2 .bottom .left .con{
  color: #666;
}
#index-body .homepage-2 .bottom .left ul li p {
  font-size: 16px;
  margin-top: 5px;
  color: #666;
}
#index-body .homepage-2 .bottom .right {
  position: relative;
  max-width: 744px;
  z-index: 2;
}
#index-body .homepage-2 .bottom .right a.play {
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  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;
  width: 157px;
  height: 157px;
}
#index-body .homepage-2 .bottom .right a.play .play_text {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: img_rotate 10s linear infinite;
  -moz-animation: img_rotate 10s linear infinite;
  animation: img_rotate 10s linear infinite;
}
#index-body .homepage-3 {
  background-color: #f1f4f9;
}
#index-body .homepage-3 .bottom .left,
#index-body .homepage-3 .bottom .right {
  height: 640px;
  max-width: 390px;
  width: 30%;
}
#index-body .homepage-3 .bottom .left ul,
#index-body .homepage-3 .bottom .right ul {
  height: 100%;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .homepage-3 .bottom .left ul li,
#index-body .homepage-3 .bottom .right ul li {
  height: 50%;
}
#index-body .homepage-3 .bottom .con{
  color: #666;
  overflow-y: auto;
  max-height: 100px;
  padding-right: 10px;
}
#index-body .homepage-3 .bottom .left ul li:first-child,
#index-body .homepage-3 .bottom .right ul li:first-child {
  height: 42%;
}
#index-body .homepage-3 .bottom .left ul li:last-child,
#index-body .homepage-3 .bottom .right ul li:last-child {
  height: 42%;
}
#index-body .homepage-3 .bottom .left ul li .tit i,
#index-body .homepage-3 .bottom .right ul li .tit i {
  position: relative;
  padding-left: 15px;
}
#index-body .homepage-3 .bottom .left ul li .tit i::before,
#index-body .homepage-3 .bottom .right ul li .tit i::before {
  content: '';
  position: absolute;
  top: -10px;
  left: 0;
  display: block;
  width: 35px;
  height: 35px;
  border-radius: 50%;
  background-color: rgba(7, 30, 64, 0.4);
  transition: 0.5s;
}
#index-body .homepage-3 .bottom .left ul li:hover .tit i::before,
#index-body .homepage-3 .bottom .right ul li:hover .tit i::before{
  background-color: var(--color);
}

@-webkit-keyframes image-animate-left-in {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-moz-keyframes image-animate-left-in {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@keyframes image-animate-left-in {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
    clip-path: polygon(0 0, 0 0, 0 100%, 0% 100%);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
}
@-webkit-keyframes image-animate-left-out {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
@-moz-keyframes image-animate-left-out {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    clip-path: inset(0 0 0 100%);
  }
}
@keyframes image-animate-left-out {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  }
  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-clip-path: inset(0 0 0 100%);
    clip-path: inset(0 0 0 100%);
  }
}
#index-body .homepage-4 {
  position: relative;
}
#index-body .homepage-4::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.8)), color-stop(50%, rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.8) 0%, rgba(0, 0, 0, 0) 50%);
  z-index: 0;
}
#index-body .homepage-4 .mask img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-4 .mask {
  position: relative;
  width: 100%;
  height: 840px;
}
#index-body .homepage-4 .mask i {
   opacity: 1;
   transition: 0.5s;
  -webkit-animation: image-animate-left-out 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-out 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-out 1.5s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  position: absolute;
  inset:0;
  width: 100%;
  height: 100%;
}

#index-body .homepage-4 .mask i.active {
   opacity: 1;
  -webkit-animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  -moz-animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
  animation: image-animate-left-in 1s cubic-bezier(0.78, 0.2, 0.21, 0.88) forwards;
}
#index-body .homepage-4 .text {
  position: absolute;
  top: 0;
  width: 100%;
  color: #ffffff;
  z-index: 5;
}
#index-body .homepage-4 .text .smt {
  border: 1px solid #ffffff;
  color: #ffffff;
}
#index-body .homepage-4 .text .list .item {
  display: none;
}
#index-body .homepage-4 .text .list .item.active {
  display: block;
}
#index-body .homepage-4 .text .list .item .img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
}
#index-body .homepage-4 .text .list .item .cont {
  max-width: 700px;
  font-size: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  line-height: 30px;
}
#index-body .homepage-4 .text .list .item .m-more {
  color: white;
}
#index-body .homepage-4 .text .list .item .m-more span {
  background-color: transparent;
  border: 1px solid white;
  color: white;
}
#index-body .homepage-4 .text .list .item .m-more i {
  background-color: transparent;
  border: 1px solid white;
}
#index-body .homepage-4 .text .list .item .m-more:hover span,
#index-body .homepage-4 .text .list .item .m-more:hover i {
  border-color: var(--color);
}
#index-body .homepage-4 .nav-list {
  position: absolute;
  bottom: 20px;
  z-index: 5;
  width: 100%;
}
#index-body .homepage-4 .nav-list ul {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px;
}
#index-body .homepage-4 .nav-list ul li {
  width: 25%;
  position: relative;
  cursor: pointer;
  padding: 0 5px;
}
#index-body .homepage-4 .nav-list ul li .ig1 {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 106px;
  background-color: #ffffff;
  border-radius: 10px;
  padding: 0 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .homepage-4 .nav-list ul li .ig1 .img {
  width: 75px;
}
#index-body .homepage-4 .nav-list ul li .ig1 .t2 {
  line-height: 1.3;
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
  color: #666;
}
#index-body .homepage-4 .nav-list ul li .ig2 {
  background-color: var(--color);
  padding: 25px 25px 45px 35px;
  opacity: 0;
  position: absolute;
  bottom: 0;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: -webkit-calc(100% - 10px);
  width: -moz-calc(100% - 10px);
  width: calc(100% - 10px);
  -webkit-box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 5px rgba(255, 255, 255, 0.2);
}
#index-body .homepage-4 .nav-list ul li .ig2 .img {
  width: 60px;
  height: 60px;
  border: solid 1px #ffffff;
  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;
  position: relative;
  margin: 0 auto;
}
#index-body .homepage-4 .nav-list ul li .ig2 .img::after {
  content: "";
  display: block;
  width: 76px;
  height: 76px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  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%);
  border-radius: 50%;
}
#index-body .homepage-4 .nav-list ul li .ig2 .img img {
  -webkit-filter: brightness(100) invert(0);
  filter: brightness(100) invert(0);
  max-height: 30px;
}
#index-body .homepage-4 .nav-list ul li .ig2 .t1 {
  text-align: center;
  color: #ffffff;
  line-height: 1.1;
}
#index-body .homepage-4 .nav-list ul li:hover .ig1,
#index-body .homepage-4 .nav-list ul li.active .ig1 {
  opacity: 0;
}
#index-body .homepage-4 .nav-list ul li:hover .ig2,
#index-body .homepage-4 .nav-list ul li.active .ig2 {
  opacity: 1;
}
#index-body .homepage-5 .bottom ul {
  margin: 0 -10px;
}
#index-body .homepage-5 .bottom ul li {
  padding: 0 10px;
}
#index-body .homepage-5 .bottom ul li .box {
  height: 350px;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 25px 35px 30px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box:hover {
  background-color: var(--color);
}
#index-body .homepage-5 .bottom ul li .box:hover h4 {
  color: white;
}
#index-body .homepage-5 .bottom ul li .box:hover .tit span {
  color: white;
}
#index-body .homepage-5 .bottom ul li .box:hover .tit a.btn {
  background-color: white;
  border-color: white;
}
#index-body .homepage-5 .bottom ul li .box:hover .tit a.btn i:first-child {
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  -moz-transform: translate(50%, -50%) rotate(135deg);
  -ms-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
}
#index-body .homepage-5 .bottom ul li .box:hover .tit a.btn i:last-child {
  right: -10px;
  top: -10px;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
#index-body .homepage-5 .bottom ul li .box:hover .text p {
  color: var(--color);
}
#index-body .homepage-5 .bottom ul li .box .tit span {
  font-size: 14px;
  color: #999;
  border-bottom: 1px solid #999;
  line-height: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box .tit a.btn {
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  border-radius: 50%;
  background-color: transparent;
  border: 1px solid #333;
  color: #333;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
#index-body .homepage-5 .bottom ul li .box .tit a.btn i {
  font-size: 24px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-5 .bottom ul li .box .tit a.btn i:first-child {
  position: absolute;
  right: -10px;
  top: -10px;
  -webkit-transform: translate(50%, -50%) rotate(135deg);
  -moz-transform: translate(50%, -50%) rotate(135deg);
  -ms-transform: translate(50%, -50%) rotate(135deg);
  transform: translate(50%, -50%) rotate(135deg);
}
#index-body .homepage-5 .bottom ul li .box .tit a.btn i:last-child {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50%, -50%) rotate(-45deg);
  -moz-transform: translate(50%, -50%) rotate(-45deg);
  -ms-transform: translate(50%, -50%) rotate(-45deg);
  transform: translate(50%, -50%) rotate(-45deg);
}
#index-body .homepage-5 .bottom ul li .box .text {
  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: 105px;
  width: 100%;
  padding: 0 20px;
  background-color: white;
  border-radius: 10px;
  color: #666;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer {
  background: url(../images/f-bg.jpg) no-repeat center center;
  background-size: cover;
  padding-top: 55px;
}
#footer .form_box .form {
  padding: 0 30px;
  height: 115px;
  border-radius: 10px;
  background-color: var(--color);
  color: white;
}
#footer .form_box .form form {
  max-width: 1000px;
  width: 68%;
}
#footer .form_box .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;
}
#footer .form_box .form form ul li {
  width: 20%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#footer .form_box .form form ul li:first-child input[type="text"] {
  border-left: none;
}
#footer .form_box .form form ul li:nth-child(3) {
  width: -webkit-calc(60% - 145px);
  width: -moz-calc(60% - 145px);
  width: calc(60% - 145px);
}
#footer .form_box .form form ul li:last-child {
  width: 145px;
  border: none;
  padding-left: 25px;
}
#footer .form_box .form form ul li input[type="text"] {
  width: 100%;
  border: none;
  border-left: 1px solid #fff;
  background-color: transparent;
  color: white;
  padding-left: 20px;
  padding-right: 10px;
  font-size: 14px;
}
#footer .form_box .form form ul li input[type="text"]::-webkit-input-placeholder {
  color: white;
}
#footer .form_box .form form ul li button[type="submit"] {
  width: 120px;
  height: 45px;
  border: none;
  background-color: white;
  color: var(--color);
  border-radius: 5px;
  cursor: pointer;
  font-size: 14px;
}
#footer .top {
  color: #666;
}
#footer .top ul li h4 {
  font-size: 22px;
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 30px;
}
#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;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li span:hover {
  color: var(--color);
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li.logo {
  max-width: 360px;
}
#footer .top ul li.contact {
  max-width: 300px;
}
#footer .top ul li.contact .list {
  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;
  margin-bottom: 18px;
}
#footer .top ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .top ul li.contact .list i {
  display: block;
  width: 38px;
}
#footer .top ul li.contact .list p {
  font-size: 18px;
  color: #666;
  width: -webkit-calc(100% - 38px);
  width: -moz-calc(100% - 38px);
  width: calc(100% - 38px);
  margin-top: -7px;
}
#footer .bottom {
  width: 100%;
  color: #333;
  border-top: 1px solid #adadad;
  padding: 35px 0 25px;
}
#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: 16px;
  -webkit-transform: translateY(3px);
  -moz-transform: translateY(3px);
  -ms-transform: translateY(3px);
  transform: translateY(3px);
  opacity: 0.8;
}
#footer #ewm canvas,
#footer #ewm img {
  width: 85px;
  height: 85px;
  border: 5px solid #fff;
  border-radius: 5px;
}
#footer .share {
  margin-left: 25px;
}
#footer .share a {
  color: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: #d8d8d8;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #666;
  margin-right: 10px;
}
#footer .share a:last-child {
  margin-right: 0;
}
#footer .share a:hover {
  color: white;
  background-color: var(--color);
}
#footer .share a i {
  font-size: 20px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 45px;
  }
  #index-body .homepage-2 .bottom .left ul li {
    margin-right: 30px;
  }
  #index-body .homepage-3 .bottom .left,
  #index-body .homepage-3 .bottom .right {
    height: 550px;
  }
  #footer .form_box .form form ul li {
    width: 25%;
  }
  #footer .form_box .form form ul li:nth-child(3) {
    width: -webkit-calc(50% - 145px);
    width: -moz-calc(50% - 145px);
    width: calc(50% - 145px);
  }
}
@media screen and (max-width: 1450px) {
  .font-64 {
    font-size: 40px;
  }
  #banner .banner-content ul li .container {
    top: 50%;
  }
  h2.h-title {
    font-size: 36px;
    line-height: 1.4;
  }
  #index-body .homepage-1 .left .icon {
    zoom: 0.8;
  }
  #index-body .homepage-2 .bottom .left ul li p {
    font-size: 14px;
  }
  #index-body .homepage-2 .bottom .left ul li h4 {
    font-size: 40px;
  }
  #index-body .homepage-3 .bottom .center {
    padding: 0 45px;
  }
  #index-body .homepage-4 .mask img {
    height: 640px;
  }
  #index-body .homepage-4 .text {
    padding-top: 70px;
  }
  #index-body .homepage-5 .bottom ul li .box {
    height: auto;
  }
}
@media screen and (max-width: 1250px) {
  .font-64 {
    font-size: 36px;
  }
  #index-body .homepage-1 .right ul li h4::before {
    font-size: 24px;
  }
  #index-body .homepage-1 .right ul li h4 {
    font-size: 20px;
  }
  #index-body .homepage-2 .bottom .left .con {
    margin-bottom: 30px;
  }
  #index-body .homepage-2 .bottom .left ul li {
    margin: 10px 0;
    width: 50%;
  }
  #footer .form_box .form {
    padding: 30px;
    height: auto;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .form_box .form .text h4 {
    font-size: 24px;
  }
  #footer .form_box .form .text h4 br {
    display: none;
  }
  #footer .form_box .form form {
    width: 100%;
    margin-top: 25px;
  }
  #footer .top ul li.link {
    display: none;
  }
  #footer .top ul li.contact {
    max-width: 50%;
  }
  #footer .bottom {
    padding: 15px 0;
  }
}
@media screen and (max-width: 1000px) {
  .font-64 {
    font-size: 24px;
    line-height: 1.4;
  }
  #banner .banner-content ul li .container p {
    color: #666;
    margin: 10px 0 25px;
    line-height: 1.6;
  }
  #index-body .homepage-1 {
    -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;
  }
  #index-body .homepage-1 .left {
    width: 100%;
  }
  #index-body .homepage-1 .left .icon {
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-1 .right {
    width: 100%;
    padding: 45px 30px 120px;
  }
  #index-body .homepage-2 .bottom .left {
    width: 100%;
    padding: 0;
  }
  #index-body .homepage-2 .bottom .right {
    width: 100%;
    margin-top: 60px;
  }
  #index-body .homepage-2 .bottom .left ul li {
    width: 33.3333333%;
  }
  #index-body .homepage-2 .bottom .right a.play {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #index-body .homepage-3 .bottom {
    -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;
  }
  #index-body .homepage-3 .bottom .center {
    width: 100%;
    padding: 0;
    margin: 45px 0;
  }
  #index-body .homepage-3 .bottom .center img {
    margin: 15px 0;
  }
  #index-body .homepage-3 .bottom .left,
  #index-body .homepage-3 .bottom .right {
    height: auto;
    max-width: 100%;
    width: 100%;
  }
  #index-body .homepage-3 .bottom .left ul,
  #index-body .homepage-3 .bottom .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-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: -15px;
  }
  #index-body .homepage-3 .bottom .left ul li,
  #index-body .homepage-3 .bottom .right ul li {
    padding: 15px;
    width: 50%;
    height: auto !important;
  }
  #index-body .homepage-3 .bottom .left ul li h4,
  #index-body .homepage-3 .bottom .right ul li h4 {
    font-size: 22px;
  }
  #index-body .homepage-4 .nav-list ul li {
    width: 50%;
    padding: 20px 5px;
  }
  #index-body .homepage-4 .nav-list ul li .ig2 {
    padding: 25px 20px;
  }
  #index-body .homepage-4 .nav-list ul li .ig2 .t1 {
    margin-top: 20px;
  }
  #footer .form_box .form form ul {
    margin: 0 -5px;
  }
  #footer .form_box .form form ul li {
    padding: 0 5px;
    width: 50%;
    margin: 10px 0;
    border: none;
  }
  #footer .form_box .form form ul li input[type='text'] {
    border-left: none;
    border-bottom: 1px solid #fff;
    padding-bottom: 10px;
    padding-right: 10px;
  }
  #footer .form_box .form form ul li:nth-child(3) {
    width: 100%;
  }
  #footer .form_box .form form ul li:last-child {
    padding-left: 0;
  }
  #footer .top ul li.logo {
    max-width: 100%;
    margin-bottom: 35px;
  }
  #footer .top ul li.logo .bot {
    margin-top: 25px;
  }
  #footer .top ul li.contact {
    max-width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner .banner-content ul li .container p {
    display: none;
  }
  #banner .banner-content ul li .container a.more {
    margin-top: 10px;
  }
  .font-64 {
    font-size: 20px;
  }
  h2.h-title {
    font-size: 30px;
  }
  span.tag {
    margin-bottom: 15px;
  }
  #index-body .homepage-2 .bottom .left ul li h4 {
    font-size: 34px;
  }
  #index-body .homepage-5 .bottom ul li .box {
    padding: 25px 15px;
  }
  #index-body .homepage-5 .bottom ul li .box .text {
    height: 70px;
    padding: 0 10px;
  }
  #footer .top ul li.contact .list p {
    font-size: 14px;
  }
  #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;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container a.more {
    display: none;
  }
  h2.h-title {
    font-size: 24px;
  }
  #index-body .homepage-1 .right {
    padding: 45px 15px 120px;
  }
  #index-body .homepage-1 .right ul li h4::before {
    font-size: 20px;
  }
  #index-body .homepage-1 .right ul li h4 {
    font-size: 18px;
  }
  #index-body .homepage-2 .bottom .left ul li {
    width: 50%;
  }
  #index-body .homepage-2 .bottom .right a.play {
    zoom: 0.8;
  }
  #index-body .homepage-3 .bottom .left ul li,
  #index-body .homepage-3 .bottom .right ul li {
    width: 100%;
  }
  #index-body .homepage-4 .text {
    padding-top: 35px;
  }
  #index-body .homepage-4 .nav-list ul li .ig1 {
    padding: 0 15px;
  }
  #index-body .homepage-4 .nav-list ul li .ig1 .img {
    width: 30px;
  }
  #index-body .homepage-4 .nav-list ul li .ig1 .t2 {
    width: -webkit-calc(100% - 45px);
    width: -moz-calc(100% - 45px);
    width: calc(100% - 45px);
  }
  #index-body .homepage-4 .nav-list ul li .ig2 .img {
    zoom: 0.6;
  }
  #index-body .homepage-5 .top .left {
    margin-bottom: 20px;
  }
  #footer .form_box .form {
    padding: 30px 15px;
  }
  #footer .form_box .form .text h4 {
    font-size: 20px;
    width: -webkit-calc(100% - 60px);
    width: -moz-calc(100% - 60px);
    width: calc(100% - 60px);
  }
  #footer .form_box .form form ul li {
    width: 100%;
  }
  #footer .form_box .form form ul li input[type="text"] {
    padding-left: 0px;
  }
}


.inner-banner {
  margin-top: 105px;
  background-color: #f4f4f4;
}


.inner-banner .box {
  padding: 45px 0;
}
.inner-banner .box .mbx{
  margin-top: 10px;
}
.inner-banner .left {
  position: relative;
}
.inner-banner .left .mbx span {
  color: #333;
}
.gallery-page .init-1 .box {
  background: url(../images/honor-1.jpg) no-repeat;
  background-size: cover;
  border-radius: 10px;
}
.gallery-page .init-1 ul.top {
  background-color: white;
  border-radius: 21px;
  padding: 5px;
  margin: auto;
}
.gallery-page .init-1 ul.top li {
  cursor: pointer;
}
.gallery-page .init-1 ul.top li a {
  display: block;
  height: 32px;
  border-radius: 16px;
  line-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 0 30px;
  text-align: center;
  min-width: 180px;
}
.gallery-page .init-1 ul.top li:hover a,
.gallery-page .init-1 ul.top li.active a {
  background-color: var(--color);
  color: white;
}
.gallery-page .init-2 li .img-box {
  -webkit-box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.17);
  border-radius: 10px;
  overflow: hidden;
}
.m-page {
  margin-top: 60px;
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 30px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 50%;
  margin: 0 5px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
  color: white;
}
.faq-page ul li .icon {
  -webkit-box-flex: 0;
  -webkit-flex: none;
  -moz-box-flex: 0;
  -ms-flex: none;
  flex: none;
}
.faq-page ul li .content {
  background-color: #f1f4f9;
}
.faq-page ul li .content .txt {
  line-height: 28px;
  color: #444;
}
.inner-page .sideBox .sideLeft {
  width: 20%;
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
}
.inner-page .sideBox .sideLeft .h6 img {
  vertical-align: middle;
}
.inner-page .sideBox .sideLeft .line {
  width: 100%;
  height: 1px;
  background-color: var(--color);
}
.inner-page .sideBox .sideLeft .h5 {
  font-weight: 600;
}
.inner-page .sideBox .sideLeft ul li {
  margin-bottom: 24px;
}
.inner-page .sideBox .sideLeft ul li a {
  color: #8c8c8c;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-weight: bold;
}
.inner-page .sideBox .sideLeft ul li a span {
  display: inline-block;
  width: 15px;
  height: 15px;
  background-color: #dbd9d5;
  text-align: center;
  line-height: 15px;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sideBox .sideLeft ul li a span i {
  opacity: 0;
}
.inner-page .sideBox .sideLeft ul li:hover > a,
.inner-page .sideBox .sideLeft ul li.active > a {
  color: #333;
}
.inner-page .sideBox .sideLeft ul li:hover > a span,
.inner-page .sideBox .sideLeft ul li.active > a span {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBox .sideLeft ul li:hover > a span i,
.inner-page .sideBox .sideLeft ul li.active > a span i {
  opacity: 1;
}
.inner-page .sideBox .sideRight {
  width: 80%;
}
.product-page .product-1 .content {
  border-radius: 10px;
}
.product-page .product-1 .box {
  width: 60%;
  margin: auto;
  max-width: 740px;
  text-align: center;
  background: url(../images/sus-1-bg.png) no-repeat center;
  background-size: cover;
  border-radius: 10px;
  min-height: 330px;
  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;
}
.product-page .product-1 .box h1 {
  font-weight: 600;
}
.product-page .product-1 .box .des {
  line-height: 20px;
  color: #666;
  font-weight: bold;
  max-height: 140px;
  overflow: auto;
}
.product-page .product-1 .box::after {
  content: "";
  position: absolute;
  left: 15px;
  top: 15px;
  right: 15px;
  bottom: 15px;
  background: url(../images/sus-1-bg2.png) no-repeat;
  background-size: 100% 100%;
  z-index: -1;
}
.product-page .product-2{
  background-color: #f1f4f9;
}
.product-page .product-2 .sideRight ul li .box {
  background: white;
  border-radius: 10px;
  padding: 24px;
  overflow: hidden;
}
.product-page .product-2 .sideRight ul li .box .des {
  line-height: 20px;
  color: #666;
}
.prodet-page{
  background-color: #f1f4f9;
}
.prodet-page .prodet-1 .left{
  position: sticky;
  top: 120px;
}
.prodet-page .prodet-1 .left ul {
  background-color: white;
  border-radius: 10px;
}
.prodet-page .prodet-1 .left ul li img {
  margin: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .slickBtn div {
  background-color: transparent;
  color: #dfdfdf;
}
.prodet-page .prodet-1 .right h1 {
  font-weight: 600;
}
.prodet-page .prodet-1 .right .gallery {
  padding-bottom: 18px;
  border-bottom: 1px solid #d0d0d0;
}
.prodet-page .prodet-1 .right .gallery ul li a{
  display: block;
  background: white;
}
.prodet-page .prodet-1 .right .box .content {
  line-height: 20px;
  color: #333;
}
.prodet-page .prodet-1 .right .box strong {
  font-weight: bold;
  color: #333;
}
table tbody {
    min-width: 650px;
}
.prodet-page .prodet-1 .right .inquiry {
  background-color: var(--color);
  border-radius: 10px;
  color: white;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  padding: 0 40px;
  margin-top: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .right .inquiry:hover{
  background: white;
  color: var(--color);
}
.prodet-page .prodet-det strong{
  font-size: 20px;
}
.prodet-page .prodet-2 {
  background-color: #f1f4f9;
}
.prodet-page .prodet-2 ul li .img-box {
  border-radius: 10px;
}
.prodet-page .prodet-3 li .img-box {
  border-radius: 10px;
  border: 1px solid #e5e5e5;
}
.prodet-page .prodet-4 {
  background-color: white;
}
.prodet-page .prodet-4 form {
  max-width: 800px;
  margin: auto;
}
.prodet-page .prodet-4 form li {
  margin-bottom: 20px;
}
.prodet-page .prodet-4 form li p {
  font-weight: bold;
}
.prodet-page .prodet-4 form li span {
  font-style: italic;
}
.prodet-page .prodet-4 form li input,
.prodet-page .prodet-4 form li textarea {
  width: 100%;
  border-radius: 5px;
  font-size: 14px;
  height: 37px;
  padding: 0 14px;
  border: 1px solid #b6b6b6;
}
.prodet-page .prodet-4 form li textarea {
  height: 165px;
  padding: 14px;
}
.prodet-page .prodet-4 form li button {
  border: none;
}
.about-page .about-1 .img {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-1 .img .i-title {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 20px;
  color: white;
}
.about-page .about-1 .txt {
  color: #666;
}
.about-page .about-1 .txt em {
  font-weight: 700;
  color: #333;
}
.about-page .about-2 {
  background-color: #f1f4f9;
}
.about-page .about-2 ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  background-color: white;
  padding: 40px;
}
.about-page .about-2 ul li .box .icon {
  width: 60px;
  height: 60px;
  background-color: #f1f4f9;
  border-radius: 50%;
}
.about-page .about-2 ul li .box .des {
  line-height: 25px;
  min-height: 125px;
  color: #666;
  height: 60px;
  overflow-y: auto;
}
.about-page .about-2 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.about-page .about-2 ul li:hover .box .des{
  color: white;
}
.about-page .about-3 .txt{
  font-size: 18px;
}
.about-page .about-3 .list {
  height: 622px;
}
.about-page .about-3 .list ul {
  padding-left: 35px;
  z-index: 3;
}
.about-page .about-3 .list ul .slick-list {
  padding-left: 10px;
  padding-bottom: 20px;
  padding-top: 210px;
  padding-bottom: 32px;
}
.about-page .about-3 .list ul li {
  padding-left: 22px;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .list ul li .line {
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 0;
  border-left: 1px dashed var(--color);
  height: 100%;
  width: 1px;
}
.about-page .about-3 .list ul li .line i {
  width: 17px;
  height: 17px;
  border-radius: 50%;
  background-color: #cccccc;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 0%;
}
.about-page .about-3 .list ul li .line 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%);
  background-color: white;
  width: 9px;
  height: 9px;
  border-radius: 50%;
}
.about-page .about-3 .list ul li .line::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  border-left: 10px solid var(--color);
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
}
.about-page .about-3 .list ul li .year {
  font-weight: 700;
  color: var(--color);
}
.about-page .about-3 .list ul li .des {
  line-height: 1.4;
  max-height: 100px;
  overflow: auto;
  color: #666;
}
.about-page .about-3 .list ul .slick-current li:nth-child(1) {
  min-height: 190px;
  margin-top: 82px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(2) {
  min-height: 300px;
  margin-top: 80px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(3) {
  min-height: 230px;
  margin-top: -100px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(4) {
  min-height: 400px;
  margin-top: -115px;
}
.about-page .about-3 .list ul .slick-current li:nth-child(5) {
  min-height: 200px;
  margin-top: -431px;
}
.about-page .about-3 .slickBtn {
  text-align: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 40px;
}
.about-page .about-3 .slickBtn div {
  border-radius: 0;
}
.about-page .about-3 .slickBtn .prev i {
  position: relative;
  left: 3px;
  font-size: 18px;
}
.about-page .about-3 .slickBtn .next i {
  position: relative;
  left: 5px;
  font-size: 16px;
}
.about-page .about-3 .bg {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}
.about-page #index-body .i-category {
  background-color: #f1f4f9;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
  .inner-page .mbx{
    display: none;
  }
  .about-page .about-3 .list ul .slick-current li:nth-child(4) {
    min-height: 305px;
    margin-top: -167px;
  }
  .prodet-page .prodet-1 .left {
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-3 .list {
    height: 475px;
  }
  .about-page .about-3 .list ul .slick-list {
    padding-top: 106px;
  }
  .about-page .about-3 .list ul .slick-current li:nth-child(2) {
    min-height: 200px;
    margin-top: 21px;
  }
  .gallery-page .init-2 li {
    width: 33.3%;
  }
  .gallery-page .init-1 ul.top {
    display: none;
  }
  .inner-page .sideBox .sideLeft {
    display: none;
  }
  .inner-page .sideBox .sideRight {
    width: 100%;
    padding: 0;
  }
  .product-page .product-2 .sideRight ul li {
    width: 50%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
    padding: 0;
    position: relative;
    top: 0;
  }
  .prodet-page .prodet-1 .right h1{
    margin-bottom: 30px;
  }
  .prodet-page .prodet-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .product-page .product-2 .sideRight ul li .box{
    padding:20px 10px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-3 .list {
    height: 335px;
  }
  .about-page .about-3 .list ul .slick-list {
    padding-top: 30px;
  }
  .gallery-page .init-2 li {
    width: 50%;
  }
  .faq-page ul li .content .h5 {
    font-weight: bold;
  }
  .product-page .product-1 .box {
    width: 88%;
  }
  .prodet-page .prodet-4 form li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page .about-1 .img > img {
    min-height: 220px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .gallery-page .init-2 li {
    width: 100%;
  }
  .faq-page ul li .icon {
    display: none;
  }
  .product-page .product-2 .sideRight ul li {
    width: 100%;
  }
}
.project-det-page .init-2 ul li .img-box{
  background: white;
}


.news-page .sideBarLeft .list ul li a.img-box {
  padding: 30px 30px 20px;
  display: block;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li a.img-box img {
  width: 100%;
  display: block;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  height: 690px;
}

.news-page .sideBarLeft .list ul li a.img-box time {
  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;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.news-page .sideBarLeft .list ul li a.img-box time em {
  font-size: 14px;
  padding: .3em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.news-page .sideBarLeft .list ul li a.img-box:hover {
  border-color: var(--color);
}

.news-page .sideBarLeft .list ul li {
  border-bottom: 1px solid #333;
  margin-bottom: 40px
}

.news-page .sideBarLeft .list ul li .content {
  padding: 30px 0 60px;
  font-size: 16px;
}

.news-page .sideBarLeft .list ul li .content span.h1 {
  transition: .5s;
  line-height: 36px;
}

.news-page .sideBarLeft .list ul li .content span.h1:hover {
  color: var(--color)
}

.news-page .sideBarLeft .list ul li .content span.h3 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .sideBarLeft .list ul li .content span.h3:hover {
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content .text {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  margin: 1em 0 2em 0 ;
}

.news-page .sideBarLeft .list ul li .content a.link {
  font-size: 18px;
  display: inline-block;
  position: relative;
  /*text-transform: uppercase;*/
  line-height: 1;
  border-bottom: 1px solid var(--color);
  color: var(--color);
}

.news-page .sideBarLeft .list ul li .content a.link:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}

.newdet-page .sideBarLeft time {
  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;
  font-size: 16px;
  color: #666;
  margin-top: 1.2em;
}

.newdet-page .sideBarLeft time em {
  font-size: 14px;
  padding: .5em 1em;
  border-radius: 1.5em;
  background: var(--color);
  color: white;
  text-transform: uppercase;
  margin-left: 1em;
}

.newdet-page .sideBarLeft h1 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 1.6;
  display: block;
  margin: 0.5em 0 ;
}

.newdet-page .sideBarLeft .content {
  font-size: 18px;
  color: #666;
  line-height: 32px;
  padding: 1.5em 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

.newdet-page .sideBarLeft .share {
  font-size: 24px;
  color: #bfbfbf;
  line-height: 44px;
  margin-top: 1em;
  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;
}

.newdet-page .sideBarLeft .share a {
  margin-left: 1em;
  font-size: 80%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .sideBarLeft .share a:hover {
  color: var(--color);
}

.m-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 50px 0 80px;
}

.m-link .prev {
  margin-right: 20px;
  width: 100%;
}

.m-link .prev a.link img {
  margin-right: .5em;
}

.m-link .next {
  margin-left: 20px;
  width: 100%;
}

.m-link .next a.link {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.m-link .next a.link img {
  margin-left: .5em;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -ms-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.m-link a.link {
  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;
  font-weight: bold;
  font-size: 20px;
  line-height: 36px;
  color: #242424;
  margin-bottom: .5em;
}

.m-link .btnBox {
  padding: 20px;
  background: #eee;
  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;
  transition: .5s;
}
.m-link .btnBox:hover {
  background-color: var(--color);
  color: white;
}
.m-link .btnBox span.h6,
.m-link .btnBox .text {
  color: inherit !important;
}
.m-link .btnBox a.img {
  width: 35%;
  height: 80px;
  background-size: cover;
  background-position: center center;
}

.m-link .btnBox .text {
  margin-left: 15px;
  transition: all .3s;
}
.m-link .btnBox .text:hover{
  color: var(--color);
}
.m-link .btnBox .text time {
  font-size: 16px;
  color: #666;
  margin: 0;
}

.m-link .btnBox .text span.h6 {
  font-size: 18px;
  color: #242424;
  line-height: 2;
  margin-top: .1em;
}

.newdet-page .sideBarLeft .publicForm span.h6 {
  font-weight: bold;
  font-size: 28px;
  color: #242424;
  line-height: 2;
  margin-bottom: 1em;
  display: block;
}

  .news-page .sideBarLeft .list ul li a.img-box {
    padding: 20px;
  }

  .news-page .sideBarLeft .list ul li .content span.h1 {
    font-size: 24px;
    line-height: 44px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 16px;
    line-height: 30px;
  }

  .news-page .sideBarLeft .list ul li .content a.link:after {
    border-width: 2px;
  }
.news-page .sideBarLeft .list ul li .content a.link:hover {
  color: #242424;
  border-color: #242424;
}

.news-page .sideBarLeft .list ul li .content a.link:hover:after {
  border-color: #242424;
}

.newdet-page .form ul {
  margin: -15px -7px;
}

.newdet-page .form ul li {
  padding: 15px 7px;
}

.newdet-page .form ul li input,
.newdet-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  line-height: 32px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}

.newdet-page .form ul li input::-webkit-input-placeholder,
.newdet-page .form ul li textarea::-webkit-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-moz-placeholder,
.newdet-page .form ul li textarea:-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input::-moz-placeholder,
.newdet-page .form ul li textarea::-moz-placeholder {
  color: #666;
}

.newdet-page .form ul li input:-ms-input-placeholder,
.newdet-page .form ul li textarea:-ms-input-placeholder {
  color: #666;
}

.newdet-page .form ul li input::placeholder,
.newdet-page .form ul li textarea::placeholder {
  color: #666;
}

.newdet-page .form ul li textarea {
  height: 150px;
}

.newdet-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  font-weight: bold;
  font-size: 18px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.newdet-page .form ul li input[type="submit"]:hover {
  background: #242424;
}

.newdet-page .form ul li.wid-100 {
  width: 100%;
}
@media screen and (max-width: 1600px) {
  
  .newdet-page .sideBarLeft h1 {
    font-size: 24px;
    line-height: 44px;
    margin: 1em 0;
  }

  .newdet-page .sideBarLeft .content {
    font-size: 16px;
    line-height: 30px;
  }

  .newdet-page .sideBarLeft .share {
    font-size: 20px;
    line-height: 36px;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 16px;
    line-height: 30px;
  }

  .m-link .btnBox {
    padding: 10px;
  }

  .m-link .btnBox .text time {
    font-size: 14px;
  }

  .m-link {
    margin: 30px 0 40px;
  }

  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 24px;
  }
}
@media screen and (max-width: 1250px){
  
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 20px;
  }

  .news-page .sideBarLeft .list ul li .content {
    padding: 20px 0 30px;
  }
   .newdet-page .sideBarLeft h1,
  .newdet-page .sideBarLeft .publicForm span.h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1000px){
  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 18px;
  }
   .news-page .sideBarLeft .list ul li a.img-box img {
    height: auto !important;
  }
    .newdet-page .form ul li input,
  .newdet-page .form ul li textarea,
  .newdet-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }
}
@media screen and (max-width: 700px){
  .wid-50 {
    width: 100%;
  }
  .news-page .sideBarLeft .list ul li a.img-box time {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li a.img-box time em {
    font-size: 14px;
  }

  .news-page .sideBarLeft .list ul li .content .text,
  .news-page .sideBarLeft .list ul li .content a.link {
    font-size: 14px;
    line-height: 2;
  }

  .news-page .sideBarLeft .list ul li .content span.h3 {
    font-size: 16px;
    line-height: 30px;
  }
  
  .m-link .btnBox .text {
    margin-left: 0;
    width: 100%;
  }

  .m-link .btnBox a.img {
    display: none;
  }

  .m-link a.link,
  .m-link .btnBox .text span.h6 {
    font-size: 14px;
    line-height: 2;
  }

}

@media screen and (max-width: 500px){
  
  .m-link .prev {
    margin-right: 10px;
  }

  .m-link .next {
    margin-left: 10px;
  }

  .newdet-page .sideBarLeft time {
    margin-top: 0;
    font-size: 14px;
    line-height: 2;
  }

  .newdet-page .sideBarLeft time em {
    font-size: 14px;
    line-height: 2;
  }
}
.inner-page .sideBarBox .sideBarLeft {
  width: 70%;
  padding-right: 3%;
}

.inner-page .sideBarBox .sideBarRight {
  width: 30%;
  padding: 25px;
  background: #f3f3f3;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarRight span.h5 {
  font-size: 20px;
  font-weight: bold;
  color: #242424;
  line-height: 36px;
  margin-bottom: .8em;
  display: block;
  margin-top: 2em;
}

.inner-page .sideBarBox .sideBarRight span.h5:first-child {
  margin-top: 0;
}

.inner-page .sideBarBox .sideBarRight form.search {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 50px;
  height: 50px;
  border: 1px solid #bfbfbf;
  background-color: white;
  font-size: 18px;
  color: #666;
  padding: 0 .7em;
}

.inner-page .sideBarBox .sideBarRight form.search input {
  border: none;
  background-color: transparent;
  width: 100%;
}

.inner-page .sideBarBox .sideBarRight form.search input[type="submit"] {
  width: 30px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background: url("../images/icon-search-black.png") center center no-repeat;
}

.inner-page .sideBarBox .sideBarRight .nav ul li {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  padding: .5em 0;
  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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:before {
  content: '';
  border: 3px solid var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-right: .5em;
  border-radius: 100%;
}

.inner-page .sideBarBox .sideBarRight .nav ul li:hover {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarRight .newsList ul li {
  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: 20px 0;
  border-bottom: 1px solid #bfbfbf;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li a.img-box {
  /*width: 34%;*/
  margin-right: 15px;
  height: 80px;
  background-size: cover;
  background-position: center center;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content time {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 2;
}

.inner-page .sideBarBox .sideBarRight .newsList ul li .content span.h6 {
  font-size: 16px;
  color: #242424;
  line-height: 32px;
  margin-top: .3em;
  display: block;
  font-weight: 500;
}

.inner-page .sideBarBox .sideBarRight .imgBox {
  margin-top: 30px;
  height: 460px;
  background-size: cover;
  background-position: center center;
  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;
}

.inner-page .sideBarBox .sideBarRight .imgBox .text {
  font-size: 16px;
  color: white;
  line-height: 2;
  padding: 2em;
}
@media screen and (max-width: 1000px){
  .inner-page .sideBarBox .sideBarLeft {
    width: 100%;
    padding-right: 0;
  }

  .inner-page .sideBarBox .sideBarRight {
    display: none;
  }
}


/*----- contact-page -----*/
.contact-page .contact-1{
    /*margin-top: -60px;*/
    /*border-radius: 73px 73px 0 0;*/
    background-color: white;
}
.contact-page .contact-1 .header .con {
  font-size: 20px;
  line-height: 30px;
  max-width: 820px;
  color: #666;
}

.contact-page .contact-1 .content {
  margin-top: 64px;
}

.contact-page .contact-1 .content ul {
  margin: -15px;
}

.contact-page .contact-1 .content ul li {
  padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
  background-color: #f6f7f9;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.6;
  border-radius: 15px;
  min-height: 250px;
  padding: 0 30px 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig .info {
  padding: 35px 0 100px;
  font-size: 21px;
  word-break: break-all;
}

.contact-page .contact-1 .content ul li .ig .tit {
  position: absolute;
  bottom: 30px;
  left: 40px;
  line-height: 60px;
  height: 60px;
}

.contact-page .contact-1 .content ul li .ig::after {
  content: '';
  display: block;
  background: url(../images/contact-icon1.png) center center no-repeat var(--color);
  background-size: 100%;
  border-radius: 50%;
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 60px;
  height: 60px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact-page .contact-1 .content ul li .ig:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-1 .content ul li .ig:hover .info{
  color: white;
}
.contact-page .contact-1 .content ul li .ig:hover::after {
  background-color: #2A60BF;
}

.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
  background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
  background-image: url(../images/contact-icon3.png);
}

.contact-page .contact-2 {
  padding-top: 6%;
  background: #f6f7f9;
}

.contact-page .contact-2 .box {
  background: #fff;
  padding: 50px;
  border-radius: 20px;
}

.contact-page .contact-2 .box .form {
  margin-top: 42px;
}

.contact-page .contact-2 .box .form ul {
  margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
  padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
  display: block;
  line-height: 2;
  font-size: 20px;
  margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  height: 50px;
  border-radius: 5px;
  background: #f6f6f6;
  font-size: 14px;
  line-height: 2;
  border: 0;
  padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
  padding: 10px 1.5% 10px 1.5%;
  height: 150px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
}

.contact-page .contact-3 {
  padding-top: 6%;
}

.contact-page .contact-3 iframe {
  display: block;
  border: 0;
}
@media screen and (max-width: 1250px){
    .contact-page .contact-1{
        margin-top: 0
    }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .header .con {
    max-width: 300px;
  }

  .contact-page .contact-1 .content {
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul li {
    width: 50%;
  }

  .contact-page .contact-1 .content ul li .ig {
    padding: 0 20px;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    left: 20px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    right: 20px;
  }
  .contact-page .contact-2 .box .form ul li label{
      font-size: 18px;
  }
  .contact-page .contact-2 .box {
    padding: 30px;
  }

  .contact-page .contact-3 iframe {
    height: 400px;
  }
}

@media screen and (max-width: 700px) {
  .contact-page .contact-1 .header .con {
    max-width: 100%;
    margin-top: 20px;
  }

  .contact-page .contact-1 .content ul {
    margin: -7px;
  }

  .contact-page .contact-1 .content ul li {
    padding: 7px;
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 300px;
    font-size: 16px;
    line-height: 1.8;
  }

  .contact-page .contact-1 .content ul li .ig .tit {
    bottom: 16px;
    height: 50px;
    line-height: 50px;
  }

  .contact-page .contact-1 .content ul li .ig::after {
    width: 50px;
    height: 50px;
    bottom: 20px;
  }

  .contact-page .contact-2 .box {
    padding: 20px 15px;
  }

  .contact-page .contact-2 .box .form {
    margin-top: 30px;
  }

  .contact-page .contact-2 .box .form ul {
    margin: -6px -12px;
  }

  .contact-page .contact-2 .box .form ul li {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .header .con,.contact-page .contact-1 .content ul li .ig .info {
    font-size: 18px;
  }
}


@media screen and (max-width: 500px) {
  .contact-page .contact-1 .content ul li {
    width: 100%;
  }

  .contact-page .contact-1 .content ul li .ig {
    min-height: 160px;
  }

  .contact-page .contact-2 .form ul li textarea {
    height: 130px;
  }

  .contact-page .contact-3 iframe {
    height: 300px;
  }
  .contact-page .contact-2 .box .form ul li label {
        font-size: 16px;
    }
}


/*----- faq-page -----*/

.faq-page {
/*margin-top: -60px;*/
background-color: white;
}
.faq-page .box {
  padding: 6% 0 7.069%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 50%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li .ig {
  background-color: #f8f8f9;
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tit i: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);
}
.faq-page .box .content ul li .ig .con {
  font-size: 16px;
  line-height: 1.7;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: var(--color);
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 350px;
  line-height: 1;
  font-weight: bold;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .font-60 {
    font-size: 50px;
  }
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .font-60 {
    font-size: 40px;
  }
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 15px;
    width: 36px;
    height: 36px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .font-60 {
    font-size: 30px;
    line-height: 1.3;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 14px;
    line-height: 2;
    margin: 10px 0;
  }
}

.solution-page .support-2{
  background: #f1f4f9;
}
.solution-page .support-2 .left {
  width: 20.5%;
  /*background-image: -webkit-linear-gradient(118deg, #027bbb 0%, #00a6ff 100%);
  background-image: -moz-linear-gradient(118deg, #027bbb 0%, #00a6ff 100%);
  background-image: linear-gradient(-28deg, #027bbb 0%, #00a6ff 100%);*/
  background: var(--color);
  border-radius: 20px;
}
.solution-page .support-2 .left form input,
.solution-page .support-2 .left form textarea {
  width: 100%;
  padding: 15px 20px;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  margin-bottom: 20px;
  color: white;
}
.solution-page .support-2 .left form input::-webkit-input-placeholder, .solution-page .support-2 .left form textarea::-webkit-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.solution-page .support-2 .left form input:-moz-placeholder, .solution-page .support-2 .left form textarea:-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.solution-page .support-2 .left form input::-moz-placeholder, .solution-page .support-2 .left form textarea::-moz-placeholder {
  font-size: 14px;
  color: #fff;
}
.solution-page .support-2 .left form input:-ms-input-placeholder, .solution-page .support-2 .left form textarea:-ms-input-placeholder {
  font-size: 14px;
  color: #fff;
}
.solution-page .support-2 .left form input::placeholder,
.solution-page .support-2 .left form textarea::placeholder {
  font-size: 14px;
  color: #fff;
}
.solution-page .support-2 .left form input.inquery,
.solution-page .support-2 .left form textarea.inquery {
  font-size: 16px;
  width: auto;
  border: none;
  background-color: #fff;
  color: var(--color);
  padding: 10px 30px;
  transition: 0.5s;
  border-radius: 23px;
}
.solution-page .support-2 .left form input.inquery:hover,
.solution-page .support-2 .left form textarea.inquery:hover {
  background-color: var(--color);
  color: white;
}
.solution-page .support-2 .right {
  width: 74.5%;
}
.solution-page .support-2 .right .slickBox ul {
  position: relative;
  width: 88%;
  margin: auto;
  z-index: 2;
}
.solution-page .support-2 .right .slickBox ul li {
  position: relative;
  z-index: 2;
}
.solution-page .support-2 .right .slickBox ul li .list .icon{
  height: 50px;
}
.solution-page .support-2 .right .slickBox ul li .list .icon img {
  display: block;
}
.solution-page .support-2 .right .slickBox ul li .list .num {
  width: 48px;
  height: 48px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  font-size: 24px;
}
.solution-page .support-2 .right .slickBox ul li .list .titl{
  font-size: 20px;
}
.solution-page .support-2 .right .slickBox ul li .list .titl,
.solution-page .support-2 .right .slickBox ul li .list .con{
  padding-right: 25px;
}
.solution-page .support-2 .right .slickBox ul li .list::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  background-color: #0e3092;
  opacity: 0.2;
  top: 103px;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  z-index: -1;
}
.solution-page .support-2 .right .slickBox .slickBtn.pos div {
  width: 40px;
  height: 40px;
  background-color: #f6f6f6;
  border-radius: 50%;
  border: 1px solid #d9d9d9;
  color: #d9d9d9;
}
.solution-page .support-2 .right .slickBox .slickBtn.pos div:hover {
  background-color: var(--color);
  color: #fff;
}
.solution-page .support-2 .right .slickBox .slickBtn.pos div.next {
  left: auto;
  right: 0;
}
.solution-page .support-2 .right .slickBox .slickBtn.pos div.prev {
  left: 0;
  right: auto;
}

.quality-page .quality-1 {
    padding: 90px 0;
    background: #ffffff;
}
.quality-page .quality-1 .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: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.quality-page .quality-1 .top .h3 {
    width: 50%;
    padding-left: 35px;
    line-height: 1.2;
    border-left: 3px solid var(--base-color);
}
.quality-page .quality-1 .btm ul.list2 {
    margin: 0 -10px;
}
.quality-page .quality-1 .btm ul.list2 li.item{
  padding: 0 10px;
}
.quality-page .quality-1 .btm ul.list2 li.item .box{
    height: 180px;
    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: 5%;
    background-color: #f2f6f7;
    flex-direction: column;
    text-align: center;
}
.quality-page .quality-1 .btm ul.list2 li.item img {

    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    margin-bottom: 15px;
}
.quality-page .quality-1 .btm ul.list2 li.item:hover img {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.quality-page .quality-1 .btm ul.list2 li.item p{
  font-size: 16px;
  text-align: center;
  margin-top: 15px;
  font-weight: 500;
}

.quality-page .quality-2,
.quality-page .quality-4{
  background-color: #f1f4f9;
}

.quality-page .quality-3 .top .left {
  width: 40%;
  border-radius: 10px;
  overflow: hidden;
}
.quality-page .quality-3 .top .left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.quality-page .quality-3 .top .right {
  width: 59%;
  background-color: #f1f4f9;
  border-radius: 10px;
}
.quality-page .quality-3 .top .right .slickBtn div:hover {
  background-color: white;
  color: black;
}
@media screen and (max-width: 1700px) {
  .font-54 {
    font-size:40px;
  }
}
@media screen and (max-width: 1450px) {
  .solution-page .support-2 .left {
    width: 25%;
  }
  .solution-page .support-2 .right {
    width: 72%;
  }
  .font-54 {
    font-size: 36px;
  }  
  .solution-page .support-2 .right .slickBox ul li .list::after {
    top: 95px;
  }
}
@media screen and (max-width: 1250px) {
  .solution-page .support-2 .left {
    width: 60%;
    margin: 10px auto;
    padding: 20px !important;
  }
  .solution-page .support-2 .right {
    width: 100%;
    margin-top: 45px;
  } 
}
@media screen and (max-width: 1000px) {
    .font-54 {
        font-size: 30px;
    }
  .solution-page .support-2 .right .text{
    width: 100%;
    margin-bottom: 25px;
  }
  .solution-page .support-2 .right .slickBox .slickBtn{
    display: none;
  }
  .solution-page .support-2 .right .slickBox ul {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  
  .quality-page .quality-3 .top .left {
    width: 100%;
  }
  .quality-page .quality-3 .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .quality-page .quality-1 .top p,
  .quality-page .quality-2 .top .text,
  .quality-page .quality-4 .top .text{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    .font-54 {
        font-size: 24px;
    }
}


/*#index-body .i-why {
  background: #f5f5f5
}*/

#index-body .i-why .top {
  margin-bottom: 54px;
}

#index-body .i-why .top .left .i-title {
  display: inline-block;
}

#index-body .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

#index-body .i-why .top .right {
  padding-left: 70px;
}

#index-body .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #666;
  display: none
}

#index-body .i-why .top .right .des.active {
  display: block
}

#index-body .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

#index-body .i-why .wrap .left ul {
  margin: -13px;
}

#index-body .i-why .wrap .left ul li {
  padding: 13px;
}

#index-body .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 195px;
}

#index-body .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

#index-body .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

#index-body .i-why .wrap .left ul li .box .h4 {
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}

#index-body .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

#index-body .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .i-why .wrap .left ul li.active .box,
#index-body .i-why .wrap .left ul li .box:hover {
  background: var(--color);
  color: #fff;
}

#index-body .i-why .wrap .left ul li.active .box .arrow img,
#index-body .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}

#index-body .i-why .wrap .right ul li {
  height: 415px;
}

#index-body .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 1700px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}

@media screen and (max-width: 1450px) {
  #index-body .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
}

@media screen and (max-width: 1250px) {
  #index-body .i-why .wrap .right {
    display: none;
  }

  #index-body .i-why .wrap .left {
    width: 100%;
  }

  #index-body .i-why {
    padding: 80px 0;
  }
}

@media screen and (max-width: 1000px) {
  #index-body .i-why .top .left {
    width: 100%;
  }

  #index-body .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #index-body .i-why {
    padding: 50px 0;
  }

  #index-body .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  #index-body .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
}

@media screen and (max-width: 700px) {
  #index-body .i-why .top .right .des {
    font-size: 16px;
  }
}