@font-face {
  font-family: 'Poppins-Light';
  src: url(../fonts/Poppins-Light.ttf) format('truetype'), url(../fonts/Poppins-Light.eot) format('eot'), url(../fonts/Poppins-Light.woff) format('woff'), url(../fonts/Poppins-Light.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-Regular';
  src: url(../fonts/Poppins-Regular.ttf) format('truetype'), url(../fonts/Poppins-Regular.eot) format('eot'), url(../fonts/Poppins-Regular.woff) format('woff'), url(../fonts/Poppins-Regular.woff2) format('woff2');
}
@font-face {
  font-family: 'Poppins-SemiBold';
  src: url(../fonts/Poppins-SemiBold.ttf) format('truetype'), url(../fonts/Poppins-SemiBold.eot) format('eot'), url(../fonts/Poppins-SemiBold.woff) format('woff'), url(../fonts/Poppins-SemiBold.woff2) format('woff2');
}
input::-webkit-input-placeholder {
  color: #8e8e8e;
}
textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
input::-moz-placeholder {
  color: #8e8e8e;
}
input:-moz-placeholder {
  color: #8e8e8e;
}
input:-ms-input-placeholder {
  color: #8e8e8e;
}
body {
  margin: 0;
  padding: 0;
  --color: #0e62da;
  --yellow: #fccf1b;
  font-family: 'Poppins-Regular';
  --font: 'Poppins-SemiBold';
  background-color: #fff;
}
*::-webkit-scrollbar-thumb {
  background-color: var(--color);
}
.ui.container {
  padding: 0 15px;
  width: 1630px;
  margin: 0 auto;
  position: relative;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav {
  position: relative;
  padding: 30px 15px 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu {
  height: 100%;
  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;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  font-size: 18px;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
  border-bottom: 1px solid transparent;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  border-color: var(--color);
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
}
#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: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #0e62da;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 130px;
}
#header .nav .ui.menu .right .h-search {
  margin-left: 20px;
  margin-right: 30px;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-inquiry {
  width: 160px;
  height: 45px;
  background-color: var(--color);
  color: white;
  border-radius: 10px;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-inquiry:hover {
  background-color: #000;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  margin-right: 5px;
  font-size: 24px;
  text-transform: uppercase;
}
.language-box .zhuyu i {
  color: #999;
  font-size: 24px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
  vertical-align: middle;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.home-title {
  text-align: center;
}
.home-title h3 {
  font-family: var(--font);
  line-height: 1.2;
  font-size: 40px;
  margin: 25px 0 20px;
}
.home-title span {
  color: var(--color);
  display: block;
  border-radius: 35px;
  border: 1px solid var(--color);
  padding: 5px 32px;
  text-align: center;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  font-size: 16px;
  margin: 0 auto;
}
.home-title p {
  font-size: 18px;
  opacity: 0.6;
}
.btn-go {
  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: 160px;
  height: 45px;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  background-color: var(--color);
  border-radius: 10px;
  overflow: hidden;
}
.btn-go:hover::before {
  right: 0;
}
.btn-go span {
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
  z-index: 2;
}
.btn-go::before {
  content: "";
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  right: 100%;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
@-webkit-keyframes bth-float {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes bth-float {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes bth-float {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(-30px);
    -moz-transform: translateY(-30px);
    transform: translateY(-30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
.submit {
  width: 195px;
  height: 50px;
  background: var(--color);
  border-radius: 35px;
  border: none;
  cursor: pointer;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  text-align: center;
}
.submit input[type="submit"] {
  width: 100%;
  height: 100%;
  font-size: 16px;
  font-family: 'RanyBold';
  color: white;
  line-height: 55px;
  position: relative;
  z-index: 2;
  background-color: transparent;
  border: none;
}
.submit::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  display: block;
  background: #000;
  right: 0;
  top: 0;
  -webkit-transform: translateX(-400px);
  -moz-transform: translateX(-400px);
  -ms-transform: translateX(-400px);
  transform: translateX(-400px);
  -webkit-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
.submit:hover::before {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
#banner .banner-content ul {
  position: relative;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .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%);
  z-index: 5;
}
#banner .banner-content ul li .content h2 {
  font-size: 60px;
  font-family: var(--font);
  line-height: 1.3;
  margin-bottom: 30px;
  max-width: 580px;
}
#banner .banner-content ul li .content h2 span {
  color: var(--color);
}
#banner .banner-content ul li .bg {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .banner-content ul .slick-dots {
  width: 205px;
  height: 90px;
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#banner .banner-content ul .slick-dots li.slick-active {
  background-color: white;
  border: 2px solid var(--color);
}
#banner .banner-content ul .slick-dots li {
  margin-right: 35px;
  position: relative;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #bfbfbf;
  border: 2px solid transparent;
}
#banner .banner-content ul .slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content ul .slick-dots li button {
  display: none;
}
@-webkit-keyframes img_fly {
  0% {
    -webkit-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@-moz-keyframes img_fly {
  0% {
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -moz-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@keyframes img_fly {
  0% {
    -webkit-transform: translateY(0px);
    -moz-transform: translateY(0px);
    transform: translateY(0px);
  }
  100% {
    -webkit-transform: translateY(600px);
    -moz-transform: translateY(600px);
    transform: translateY(600px);
  }
}
@-webkit-keyframes img_scale {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@-moz-keyframes img_scale {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
@keyframes img_scale {
  0% {
    width: 80px;
    height: 80px;
  }
  100% {
    width: 110px;
    height: 110px;
  }
}
#index-body .category {
  padding: 85px 0 145px;
  position: relative;
}
#index-body .category .category-content {
  margin-top: 60px;
}
#index-body .category .category-content .left 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: 10px 35px;
  border-radius: 35px;
  border: 1px solid transparent;
  margin-bottom: 10px;
  cursor: pointer;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .category .category-content .left ul li:last-child {
  margin-bottom: 0;
}
#index-body .category .category-content .left ul li.active {
  border: 1px solid var(--color);
}
#index-body .category .category-content .left ul li.active h4 {
  color: var(--color);
}
#index-body .category .category-content .left ul li.active img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .category .category-content .left ul li img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content .left ul li h4 {
  font-size: 24px;
  font-family: var(--font);
  margin-left: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .category .category-content .right {
  padding-left: 120px;
  max-width: -webkit-calc(100% - 325px);
  max-width: -moz-calc(100% - 325px);
  max-width: calc(100% - 325px);
}
#index-body .category .category-content .right ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .category .category-content .right ul li .content {
  max-width: 440px;
  padding-left: 30px;
  
}
#index-body .category .category-content .right ul li .content p {
  font-size: 18px;
  line-height: 2 !important;
  opacity: 0.6;
  
}
#index-body .solution {
  position: relative;
}
@keyframes img_op{
  0%{
    opacity: 0;
  }
  100%{
    opacity: 1;
  }
}
#index-body .solution .big_img img {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#index-body .solution .container {
  height: 100%;
  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%);
  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;
  color: white;
}
#index-body .solution .container .home-title {
  margin-top: 120px;
  text-align: left;
}
#index-body .solution .container .home-title span {
  color: white;
  border-color: white;
  margin-left: 0;
}
#index-body .solution .container .home-title h3 {
  color: white;
}
#index-body .solution .container ul {
  padding-bottom: 25px;
}
#index-body .solution .container ul li .box {
  -webkit-transform: translateY(60px);
  -moz-transform: translateY(60px);
  -ms-transform: translateY(60px);
  transform: translateY(60px);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .solution .container ul li .box .title {
  padding-top: 25px;
  height: 85px;
  font-size: 18px;
  color: #68858f;
  border-top: 2px solid #68858f;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 25px;
}
#index-body .solution .container ul li .box .title span {
  margin-right: 25px;
}
#index-body .solution .container ul li .box .solution-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;
  font-size: 18px;
  color: white;
  margin-left: 50px;
}
#index-body .solution .container ul li .box .solution-btn img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .solution .container ul li .box .solution-btn span {
  margin-left: 20px;
  border-bottom: 1px solid white;
  line-height: 1.4;
}
#index-body .solution .container ul li:hover .box,
#index-body .solution .container ul li.active .box {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
#index-body .solution .container ul li:hover .box .title,
#index-body .solution .container ul li.active .box .title{
  color: white;
  border-color: var(--color);
}
#index-body .product {
  padding: 160px 0 150px;
  background: url("../images/pro-icon.png") no-repeat left top;
  position: relative;
}
#index-body .product .home-title p {
  font-family: Poppins-Regular;
}
#index-body .product ul {
  margin: 0 -10px;
}
#index-body .product ul .slick-dots {
  display: block;
  width: 100%;
  height: 3px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background-color: #edecec;
  margin: 70px 0 0 auto;
}
#index-body .product ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .product ul .slick-dots li {
  width: 255px;
  height: 3px;
  padding: 0;
}
#index-body .product ul .slick-dots button {
  display: none;
}
#index-body .product ul li {
  padding: 0 10px;
}
#index-body .product ul li:hover .box .title {
  bottom: 0;
}
#index-body .product ul li .box {
  position: relative;
}
#index-body .product ul li .box .title {
  position: absolute;
  bottom: -80px;
  left: 0;
  color: white;
  height: 80px;
  width: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .product ul li .box .title h4 {
  font-family: Poppins-;
}
#index-body .about {
  padding: 120px 0 0;
  position: relative;
  background-color: #f3f8ff;
}
#index-body .about .about-content {
  position: relative;
  margin-bottom: 80px;
}
#index-body .about .about-content .left {
  max-width: 50%;
}
#index-body .about .about-content .left .home-title {
  text-align: left;
  color: #000;
}
#index-body .about .about-content .left .home-title span {
  margin-left: 0;
}
#index-body .about .about-content .right {
  width: 50%;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-content .right img:first-child {
  margin-left: 0;
}
#index-body .about .about-content .right img {
  margin-left: 65px;
}
#index-body .about .about-b {
  position: relative;
}
#index-body .about .about-b .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 110px;
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .about .about-b .play:before {
  content: "";
  display: block;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  width: 100%;
  height: 100%;
  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%);
  -webkit-animation: img_scale 1s infinite;
  -moz-animation: img_scale 1s infinite;
  animation: img_scale 1s infinite;
}
#index-body .about .about-b .play img {
  position: relative;
  z-index: 10;
}
#index-body .about .about-b > img {
  -webkit-filter: brightness(0.8);
  filter: brightness(0.8);
  border-radius: 20px;
}
#index-body .datashow {
  padding: 90px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#f3f8ff), color-stop(50%, #f3f8ff), to(#fff));
  background: -webkit-linear-gradient(top, #f3f8ff 0%, #f3f8ff 50%, #fff 100%);
  background: -moz-linear-gradient(top, #f3f8ff 0%, #f3f8ff 50%, #fff 100%);
  background: linear-gradient(to bottom, #f3f8ff 0%, #f3f8ff 50%, #fff 100%);
}
#index-body .datashow .datashow-content .home-title {
  margin-bottom: 140px;
}
#index-body .datashow .datashow-content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .datashow .datashow-content ul li:hover .content {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
  z-index: 10;
  position: relative;
}
#index-body .datashow .datashow-content ul li {
  width: 25%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  transition: all 0.5s;
}
#index-body .datashow .datashow-content ul li .content {
  width: 435px;
  height: 435px;
  border: 3px solid var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: #fff;
}
#index-body .datashow .datashow-content ul li .content h4 {
  font-size: 80px;
  font-family: var(--font);
  text-align: center;
  margin-bottom: 15px;
}
#index-body .datashow .datashow-content ul li .content h4 span {
  font-size: 20px;
  font-family: Poppins-Regular;
}
#index-body .datashow .datashow-content ul li .content p {
  font-size: 16px;
  max-width: 300px;
  text-align: center;
  opacity: 0.6;
  line-height: 2;
}
#index-body .datashow .datashow-content ul li:nth-child(odd) {
  margin-top: -60px;
}
#index-body .datashow .datashow-content ul li:nth-child(even) {
  margin-top: 0;
}
#index-body .datashow.active .datashow-content ul li:nth-child(odd) {
  margin-top: 0;
}
#index-body .datashow.active .datashow-content ul li:nth-child(even) {
  margin-top: -60px;
}
#index-body .datashow .datashow-content ul li:nth-child(2n) .content {
  color: #fff;
}
#index-body .datashow .datashow-content ul li:nth-child(2n) .content p {
  opacity: 1;
}
#index-body .datashow .datashow-content ul li:nth-child(2) .content {
  background-color: var(--color);
  position: relative;
  z-index: 2;
  border: none;
}
#index-body .datashow .datashow-content ul li:last-child .content {
  background-color: var(--color);
  position: relative;
  z-index: 2;
  border: none;
  -webkit-transform: translateX(-35px);
  -moz-transform: translateX(-35px);
  -ms-transform: translateX(-35px);
  transform: translateX(-35px);
}
#index-body .news {
  padding: 0 0 95px;
}
#index-body .news .news-content {
  margin-top: 70px;
}
#index-body .news .news-content ul {
  margin: 0 -15px;
}
#index-body .news .news-content ul li {
  padding: 15px;
}
#index-body .news .news-content ul li:hover .box {
  -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0.1);
  border: 1px solid rgba(0, 0, 0, 0);
}
#index-body .news .news-content ul li .box {
  padding: 35px 20px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 20px;
  -webkit-box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0);
  box-shadow: 0 0 15px 4px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .news .news-content ul li .box h4 {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 0 10px;
}
#index-body .news .news-content ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.2);
  margin: 20px 0;
}
#index-body .news .news-content ul li .box p {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 40px;
  height: 72px;
  line-height: 2;
}
#index-body .news .news-content ul li .box .news-btn {
  border-bottom: 1px solid #000;
}
#index-body .news .news-content ul li .box .news-btn:hover {
  border-color: var(--color);
}
#footer {
  position: relative;
}
#footer .f-info .share a {
  display: block;
  width: 40px;
  height: 40px;
  background-color: #292b34;
  margin-right: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-info .share a i {
  font-size: 20px;
  color: white;
}
#footer .f-info .share a:hover {
  background-color: var(--color);
}
#footer .f-info .share a:last-child {
  margin-right: 0;
}
#footer .f-info form {
  margin-top: 60px;
  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 .f-info form input[type='text'] {
  width: 351px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.2);
  background-color: transparent;
  padding: 0 20px 0 60px;
  color: white;
  font-size: 16px;
  margin-right: 20px;
}
#footer .f-info form input[type='text']:last-child {
  margin-right: 0;
}
#footer .f-info form input[name='name'] {
  background: url("../images/form-name.png") no-repeat 20px center;
}
#footer .f-info form input[name='mail'] {
  background: url("../images/form-email.png") no-repeat 20px center;
}
#footer .f-info form input[name='content'] {
  width: 580px;
  background: url("../images/form-message.png") no-repeat 20px center;
}
#footer .f-info form input[type='submit'] {
  width: 150px;
  height: 50px;
  background-color: #6299e0;
  border: none;
  color: white;
  cursor: pointer;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .f-info form input[type='submit']:hover {
  background-color: rgba(98, 153, 224, 0.6);
}
#footer .footer-t {
  padding: 85px 15px 65px;
  width: -webkit-calc(100% - 50px);
  width: -moz-calc(100% - 50px);
  width: calc(100% - 50px);
  background-color: #134080;
  margin: 0 auto;
  border-radius: 20px;
  color: white;
}
#footer .footer-t ul {
  margin: 0 -15px;
}
#footer .footer-t ul li {
  padding: 0 15px;
}
#footer .footer-t ul li:first-child {
  max-width: 290px;
}
#footer .footer-t ul li .box #ewm img,
#footer .footer-t ul li .box #ewm canvas {
  width: 100px;
  height: auto;
  border: 8px solid #fff;
}
#footer .footer-t ul li .box h4 {
  font-size: 24px;
  font-family: var(--font);
  margin-bottom: 30px;
  color: white;
}
#footer .footer-t ul li .box form {
  position: relative;
  width: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .footer-t ul li .box form input[type='text'],
#footer .footer-t ul li .box form textarea {
  width: 100%;
  height: 45px;
  border: none;
  background-color: white;
  font-size: 16px;
  margin-bottom: 20px;
  display: block;
  padding: 0 20px;
  border-radius: 5px;
  color: #000;
}
#footer .footer-t ul li .box form textarea {
  height: 80px;
  padding: 10px 20px;
}
#footer .footer-t ul li .box form input[type='submit'] {
  width: 100%;
  height: 45px;
  font-size: 18px;
  line-height: 45px;
  text-align: center;
  background-color: white;
  border: none;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
  font-family: var(--font);
}
#footer .footer-t ul li .box form input[type='submit']:hover {
  color: white;
  background-color: #000;
}
#footer .footer-t ul li .box form input::-webkit-input-placeholder {
  color: #8e8e8e;
}
#footer .footer-t ul li .box form textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}
#footer .footer-t ul li .box span {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.4;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Poppins-Light';
}
 #footer .dinghsundinghsunjs {
  display: block;
  font-size: 16px;
  margin-bottom: 8px;
  line-height: 1.4;
  -webkit-transition: color 0.5s;
  -moz-transition: color 0.5s;
  transition: color 0.5s;
  color: rgba(255, 255, 255, 0.6);
  font-family: 'Poppins-Light';
}
#footer .footer-t ul li .box span:last-child {
  margin-bottom: 0px;
}
#footer .footer-t ul li.link .box span {
  border-bottom: 1px solid rgba(255, 255, 255, 0);
  -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;
  line-height: 1.2;
}
#footer .footer-t ul li.link .box span:hover {
  border-color: white;
  color: white;
}
#footer .footer-t ul li:nth-child(5) .box {
  max-width: 300px;
}
#footer .footer-t ul li:nth-child(5) .box span {
  max-width: -webkit-calc(100 - 40px);
  max-width: -moz-calc(100 - 40px);
  max-width: calc(100 - 40px);
}
#footer .footer-t .f-logo {
  padding-bottom: 45px;
  margin-bottom: 70px;
  position: relative;
}
#footer .footer-t .f-logo:before {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.2);
}
#footer .footer-b .footer-b-box {
  height: 55px;
}
#footer .footer-b .footer-b-box span {
  display: block;
  font-size: 14px;
}
#footer .footer-b .footer-b-box img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  margin-left: 5px;
}
@media (max-width: 1630px) {
  .ui.container {
    width: 1400px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 40px;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 40px;
    max-width: 400px;
  }
  #index-body .about .about-content .right img {
    margin-left: 40px;
  }
  #index-body .datashow .datashow-content ul li .content {
    width: 380px;
    height: 380px;
  }
  #index-body .datashow .datashow-content ul li .content h4 {
    font-size: 58px;
  }
  #footer .footer-t .ui.container {
    width: 90%;
  }
}
@media (max-width: 1400px) {
  .ui.container {
    width: 1200px;
  }
  #header .nav .ui.menu .right {
    margin-left: 40px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 20px;
  }
  #index-body .category .category-content .right ul li {
    -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 .category .category-content .right ul li .content {
    max-width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #index-body .about .about-content .right img {
    margin-left: 20px;
    max-width: 120px;
  }
  #index-body .solution .container .home-title {
    margin-top: 60px;
  }
  #index-body .datashow .datashow-content ul li .content {
    width: 330px;
    height: 330px;
  }
}
@media (max-width: 1200px) {
  .ui.container {
    width: 1000px;
  }
  #header .nav .logo {
    width: 160px;
  }
  #header .nav .ui.menu .right .h-inquiry {
    display: none;
  }
  #header .nav .ui.menu .right .h-search {
    margin-right: 0;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 30px;
  }
  #index-body .category .category-content .right {
    padding-left: 35px;
  }
  .home-title h3 {
    font-size: 30px;
  }
  #index-body .about .about-content .left {
    margin-bottom: 60px;
    max-width: 100%;
  }
  #index-body .about .about-content .right {
    width: 100%;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  #index-body .datashow .datashow-content ul li .content h4 {
    font-size: 44px;
  }
  #index-body .datashow .datashow-content ul li .content {
    width: 280px;
    height: 280px;
    padding: 0 45px;
  }
  #index-body .datashow .datashow-content ul li .content p {
    line-height: 1.4;
  }
  .font-40 {
    font-size: 30px;
  }
  #footer .footer-t {
    width: 100%;
    border-radius: 0;
  }
  #footer .footer-t .ui.container {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #banner {
    margin-top: 120px;
  }
  #mobile {
    display: block !important;
  }
  #mobile .m-logo img{
    filter: brightness(0) invert(1);
  }
  .ui.container {
    width: 700px;
  }
  #index-body .category .category-content .left ul li h4 {
    font-size: 20px;
  }
  #index-body .category .category-content .right {
    max-width: -webkit-calc(100% - 280px);
    max-width: -moz-calc(100% - 280px);
    max-width: calc(100% - 280px);
  }
  #index-body .solution .big_img img {
    height: 380px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .datashow .datashow-content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .datashow .datashow-content ul li {
    width: 50%;
    margin-top: 0;
  }
  #index-body .datashow .datashow-content ul li .content {
    margin: 20px 0;
  }
  #index-body .datashow .datashow-content ul li:last-child .content {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .datashow .datashow-content ul li:nth-child(2n) {
    margin-top: 0;
  }
  #footer .footer-t ul li.link {
    display: none;
  }
  #footer .footer-b .footer-b-box {
    height: auto;
    padding: 10px 15px;
  }
  #index-body .datashow .datashow-content .home-title {
    margin-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .ui.container {
    width: 500px;
  }
  #banner .banner-content ul li .content .banner-btn {
    display: none;
  }
  #banner .banner-content ul li .content h2 {
    font-size: 24px;
    max-width: 50%;
  }
  #index-body .category .category-content .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .category .category-content .right {
    padding-left: 0;
    width: 100%;
    max-width: 100%;
  }
  #index-body .about .about-content .right img {
    margin-left: 20px;
    max-width: 100px;
  }
  #index-body .datashow,
  #index-body .solution {
    display: none;
  }
  #index-body .news {
    padding: 85px 0;
  }
  #footer .footer-t .f-logo h2 {
    margin-top: 30px;
  }
  #footer .footer-t ul li:first-child {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .footer-t ul li .box form {
    width: 100%;
  }
  #footer .footer-b .footer-b-box span {
    text-align: center;
  }
}
@media (max-width: 500px) {
  .ui.container {
    width: 100%;
  }
  #banner .banner-content ul li .bg {
    opacity: 0;
  }
  #banner .banner-content ul li {
    background-color: #f3f8ff;
  }
  #banner .banner-content ul li .content h2 {
    max-width: 100%;
    margin-bottom: 0;
  }
  .font-40 {
    font-size: 24px;
  }
  #index-body .category {
    padding: 85px 0;
  }
  .home-title h3 {
    font-size: 24px;
    line-height: 1.6;
  }
  #index-body .about .about-content .right img {
    max-width: 45%;
    margin: 20px 0;
  }
  #index-body .about .about-content .right {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  #index-body .about .about-b {
    min-height: 200px;
  }
  #index-body .about .about-b > img {
    min-height: 200px;
  }
  #index-body .about {
    padding: 80px 0 0;
  }
}















/*inner-page*/
a.more {
    height: 50px;
    line-height: 50px;
    padding: 0 20px;
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -moz-inline-box;
    display: -ms-inline-flexbox;
    display: inline-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;
    background: #fff;
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    font-size: 18px;
    border-radius: 25px;
}

a.more img {
    margin-left: 25px;
    transition: .3s all;
    filter: brightness(0)
}

a.more:hover {
    -webkit-transition: .3s all;
    -moz-transition: .3s all;
    transition: .3s all;
    background: var(--color);
    color: #fff
}

a.more:hover img {
    transition: .3s all;
    filter: brightness(1);
    transform: rotateZ(45deg)
}
a.more.gray {
  color: white;
}
a.more.gray img {
  filter: brightness(1) invert(0);
}
a.more.gray {
    transition: .3s all;
    background: var(--color);
}

a.more.gray:hover {
    transition: .3s all;
    background: #000;
}
.font-60 {
    font-size: 60px;
}
.font-48 {
    font-size: 48px;
    line-height: 1.5;
}

.pb-60 {
    padding-bottom: 60px
}
.pb-80 {
    padding-bottom: 80px
}
.pt-70 {
    padding-top: 70px
}
.pb-70 {
    padding-bottom: 70px
}
.inner-banner{
  margin-top: 120px;
}
.inner-banner .ui.container {
  position: relative;
}
.inner-banner .ui.container .text {
  position: absolute;
  width: 100%;
  bottom: 40px;
  padding-left: 40px;
  color: #fff;
}
.inner-banner .ui.container img{
  border-radius:20px; 
}
.inner-banner .ui.container .text .h2 {
  margin-bottom: 10px;
  line-height: 1;
  font-family: var(--font);
}
.inner-banner .ui.container .text .mbx a,
.inner-banner .ui.container .text .mbx span {
  margin-right: 10px;
}
.inner-banner .ui.container .text .mbx a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.inner-banner .ui.container .text .mbx a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}


/*.inner-page .ui.container{
  max-width: 1410px;
}*/


.font-40 {
    font-size: 40px;
  }
  .font-30 {
    font-size: 30px;
  }
   .font-26 {
    font-size: 26px;
  }
  .font-22 {
    font-size: 22px;
  }
@media screen and (max-width: 1000px) {
  .font-40 {
    font-size: 30px;
  }
  .font-30 {
    font-size: 20px;
  }
  .font-22 {
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .font-40 {
    font-size: 24px;
  }
  .font-26 {
    font-size: 18px;
  }
  .font-22 {
    font-size: 22px;
  }
  .font-18 {
    font-size: 16px;
    line-height: 2;
  }
}

/*.about-page .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.about-page .about-1 .play::before,
.about-page .about-1 .play::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-1 .play::after {
  -webkit-animation-delay: .5s;
  -moz-animation-delay: .5s;
  animation-delay: .5s;
}*/
.about-page .about-1 .left {
  vertical-align: middle;
}
.about-page .about-1 .left .img {
  border-radius: 20px;
  overflow: hidden;
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);*/
}
.about-page .about-1 .left .img img{
  width: 100%;
}
.about-page .about-1 .right {
  vertical-align: middle;
}
.about-page .about-1 a.contact {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(left, var(--color), var(--color));
  background-image: -moz-linear-gradient(left, var(--color), var(--color));
  background-image: linear-gradient(to right, var(--color), var(--color));
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.about-page .about-2 .left {
  padding-right: 80px;
}
.about-page .about-2 .right .img {
  border-radius: 20px;
  overflow: hidden;
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.2);*/
}
.about-page .about-2 .right .img img{
  width: 100%;
}
.about-page .about-2 .list ul li + li {
  margin-top: 15px;
}
.about-page .about-2 .list h4 {
  line-height: 1;
}
.about-page .about-2 .list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #73ae53;
  display: none;
}
.about-page .about-2 .list p {
  margin-top: 5px;
  color: #666666;
}
.about-page .about-2 .list i {
  height: 1px;
  background-color: #d2d2d2;
}
.about-page .about-2 .list i::after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  left: 100%;
  top: -4px;
  background-color: #73ae53;
  display: none;
}
/*.about-page .about-3 {
  height: 580px;
  background: url(../images/about-3.jpg) no-repeat center;
  background-size: cover;
}*/
.about-page .about-3 img {
  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%);
}
.about-page .about-4 {
  margin-top: -40px;
}
.about-page .about-4 ul {
  margin: -5px;
}
.about-page .about-4 ul li {
  padding: 5px;
}
.about-page .about-4 .img {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-4 h4 {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  color: #FFFFFF;
  background-color: rgba(0, 0, 0, 0.5);
}
.about-page .about-4 h4 span {
  line-height: 1;
}
.about-page .about-4 h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background-color: #73ae53;
}
.about-page .about-5 {
  background: url(../images/about-5-bg.jpg) no-repeat center bottom;
}
.about-page .about-5 .box {
  margin-top: 80px;
}
.about-page .about-5 .box ul{
  z-index: 1;
}
.about-page .about-5 .box ul::after {
  content: '';
  width: 1px;
  height: 100%;
  left: 50%;
  top: 17px;
  background: #000;
  position: absolute;
  z-index: -1;
}
.about-page .about-5 .box ul li i {
  width: 15px;
  height: 15px;
  background: #73ae53;
  border-radius: 100%;
  position: absolute;
  left: 50%;
  margin-left: -7px;
  top: 17px;
  z-index: 1;
}
.about-page .about-5 .box ul li i::after {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: inherit;
  background: rgba(115, 174, 83, 0.6);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.about-page .about-5 .box ul li .left {
  padding-right: 60px;
  text-align: right;
  position: relative;
}
.about-page .about-5 .box ul li .right {
  padding-left: 60px;
  position: relative;
}
.about-page .about-5 .box ul li.odd .left {
  left: 50%;
  text-align: left;
  padding-right: 0;
  padding-left: 60px;
}
.about-page .about-5 .box ul li.odd .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
  text-align: right;
}
.about-page .about-5 h5 {
  font-size: 60px;
  line-height: 1;
  color: #81b564;
  font-family: 'Neutraface2Display';
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .about-page .about-2 .left {
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 .right {
    width: 100%;
    margin-top: 40px;
  }
  /*.about-page .about-3 {
    height: 400px;
  }*/
  .about-page .about-5 h5 {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  /*.about-page .about-3 {
    height: 300px;
  }*/
  .about-page .about-4 {
    margin-top: 0;
    padding-top: 60px;
  }
  .about-page .about-5 .box {
    margin-top: 40px;
  }
  .about-page .about-5 .box ul {
    padding-left: 20px;
  }
  .about-page .about-5 .box ul li .right,
  .about-page .about-5 .box ul li .left {
    width: 100%;
    left: 0 !important;
    text-align: left !important;
    padding: 0 !important;
  }
  .about-page .about-5 .box ul li i {
    left: -18px;
    top: 5px;
  }
  .about-page .about-5 .box ul:after {
    left: 2px;
    top: 5px;
  }
  .about-page .about-5 h5 {
    font-size: 30px;
  }
  .about-page .about-5 .box ul li {
    padding-bottom: 30px;
  }
  .about-page .about-4 {
    padding-bottom: 0;
  }
  .about-page .about-2 {
    padding-top: 0;
  }
}
.app-page .app-1 a.contact {
  display: inline-block;
  padding: 0 30px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  color: #FFFFFF;
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(left, var(--color), var(--color));
  background-image: -moz-linear-gradient(left, var(--color), var(--color));
  background-image: linear-gradient(to right, var(--color), var(--color));
}
.app-page .app-1 ul {
  margin: -10px;
}
.app-page .app-1 ul li {
  width: 25%;
  padding: 10px;
}
.app-page .app-1 ul li h2{
  font-family: var(--font);
}
.app-page .app-1 ul li.wid-50 {
  width: 50%;
}
.app-page .app-1 ul li .mml-text {
  min-height: 280px;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 20px;
  padding-left: 20px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.app-page .app-1 ul li .mml-text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 40px;
  height: 50px;
  border-radius: 0 0 50px 0;
  background-color: rgb(129 216 208 / 80%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text .bg {
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text .bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.app-page .app-1 ul li .mml-text h4 {
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
  font-family: var(--font);
}
.app-page .app-1 ul li .mml-text p {
  line-height: 1.6;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.app-page .app-1 ul li .mml-text p::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 3px;
  height: 17px;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.app-page .app-1 ul li .mml-text:hover::before {
  width: 100%;
  height: 100%;
  border-radius: 0;
}
.app-page .app-1 ul li .mml-text:hover .bg {
  opacity: 1;
}
.app-page .app-1 ul li .mml-text:hover h4 {
  color: #FFFFFF;
}
.app-page .app-1 ul li .mml-text:hover p {
  color: #FFFFFF;
}
.app-page .app-2 {
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left {
  width: 35%;
  padding-right: 18px;
}
.app-page .app-2 .box .left .list {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
}
.app-page .app-2 .box .left .list h2 {
  line-height: 1;
}
.app-page .app-2 .box .left .list h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.app-page .app-2 .box .left .list .target {
  margin-top: 35px;
}

.app-page .app-2 .box .left .list .target ul li {
  position: relative;
  line-height: 50px;
}
.app-page .app-2 .box .left .list .target ul li a {
  border-radius: 25px;
  margin-bottom: 10px;
  height: 50px;
}
.app-page .app-2 .box .left .list .target ul li.active i::after {
  content: "-";
}
.app-page .app-2 .box .left .list .target > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  position: relative;
}

.app-page .app-2 .box .left .list .target ul li i{
  position: absolute;
  right: 0;
  top: 0;
  font-size: 32px;
  width: 35px;
  color: #FFFFFF;
}
.app-page .app-2 .box .left .list .target ul li i::after {
  content: "+";
}
.app-page .app-2 .box .left .list .target > ul > li > ul {
  display: none;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.app-page .app-2 .box .left .list .target > ul > li > ul > li > a.active {
  color: #73ae53;
}
.app-page .app-2 .box .right {
  width: 65%;
  padding-left: 18px;
}
.app-page .app-2 .box .right .content ul li {
  display: none;
}
.app-page .app-2 .box .right .content ul li.active {
  display: block;
}
.app-page .app-2 .box .right .content .mml-text {
  border-radius: 20px;
  overflow: hidden;
  background-color: #FFFFFF;
}
.app-page .app-2 .box .right .content .mml-text h4 {
  line-height: 1;
}
.app-page .app-2 .box .right .content .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .app-page .app-1 h2 {
    margin-top: 0;
  }
  .app-page .app-1 ul li.wid-50 {
    width: 100%;
  }
  .app-page .app-1 ul li {
    width: 50%;
  }
  .app-page .app-2 .box .left {
    width: 100%;
    padding: 0;
  }
  .app-page .app-2 .box .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .app-page .app-1 ul li {
    width: 100%;
  }
  .app-page .app-2 .box .left .list {
    padding: 30px 15px;
  }
  .app-page .app-2 .box .right .content .mml-text .text {
    padding: 30px 15px;
  }
}
.honor-page .nav {
  margin: -15px;
}
.honor-page .nav a {
  margin: 15px;
  display: inline-block;
  line-height: 50px;
  height: 50px;
  color: #FFFFFF;
  background-color: #222222;
  padding: 0 45px;
  border-radius: 40px;
}
.honor-page .nav a.active,
.honor-page .nav a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(left, var(--color), var(--color));
  background-image: -moz-linear-gradient(left, var(--color), var(--color));
  background-image: linear-gradient(to right, var(--color), var(--color));
}
.honor-page .list ul {
  margin: -24px -12px;
}
.honor-page .list h4{
  min-height:60px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.honor-page .list ul li {
  padding: 24px 12px;
}
.honor-page .list .mml-text {
  border-radius: 10px;
  overflow: hidden;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.15);
  padding: 10px;
}
.honor-page .list .mml-text .img-box{
  position: relative;
}
.honor-page .list .mml-text .img-box a.hoverbox{
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  opacity: 0;
  transition: 0.3s all;
  display: flex;
  justify-content: center;
  align-items: center;
  
}
.honor-page .list .mml-text .img-box a.hoverbox img{
  width: auto!important;
}
.honor-page .list .mml-text:hover .img-box a.hoverbox{
  transition: 0.3s all;
  opacity: 1;
}
@media screen and (max-width: 1000px) {
  .honor-page .nav {
    display: none;
  }
}
.faq-page .list {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  border-radius: 20px;
  padding: 30px 60px 80px;
}
.faq-page .list ul li {
  border-bottom: 1px solid #d2d2d2;
}
.faq-page .list ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  /*background-color: #73ae53;*/
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-page .list ul li.active::after {
  left: 100%;
}
.faq-page .list ul li.active h4 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .list h4 {
  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;
}
.faq-page .list h4 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 15px;
  position: relative;
}
.faq-page .list h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.faq-page .list h4 i {
    font-size: 22px;
    width: 50px;
    height: 50px;
    line-height: 53px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.faq-page .list p {
  margin-top: 15px;
  padding: 0 15px;
  font-size: 20px;
  color: #000;
  display: none;
}
@media screen and (max-width: 1000px) {
  .faq-page .list {
    padding: 30px 15px;
  }
  .faq-page .list h4 i {
    font-size: 20px;
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .faq-page .list ul li {
    padding: 20px 0;
  }
}
.global-page .global-1 .left {
  vertical-align: middle;
  text-align: right;
}
.global-page .global-1 .right {
  vertical-align: middle;
}
.global-page .global-1 ul li.active h4::after {
  left: 100%;
}
.global-page .global-1 ul li.active h4 i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.global-page .global-1 h4 {
  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;
  position: relative;
  border-bottom: 1px solid #d2d2d2;
  font-family: var(--font);
}
/*.global-page .global-1 h4::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}*/
.global-page .global-1 h4 span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding-left: 0px;
  position: relative;
}
/*.global-page .global-1 h4 span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}*/
.global-page .global-1 h4 i {
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color)));
  background-image: -webkit-linear-gradient(left, var(--color), var(--color));
  background-image: -moz-linear-gradient(left, var(--color), var(--color));
  background-image: linear-gradient(to right, var(--color), var(--color));
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-1 p {
  display: none;
  line-height: 2;
}
.global-page .global-2 {
  overflow: hidden;
}
.global-page .global-2 ul li {
  position: relative;
  display: inline-block;
  height: 370px;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-2 ul li::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.6);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-2 ul li img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.global-page .global-2 ul li h4 {
  font-size: 35px;
  position: absolute;
  width: 100%;
  text-align: center;
  left: 0;
  top: 50%;
  color: #FFFFFF;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.global-page .global-2 ul li:hover::before {
  opacity: 1;
}
.global-page .global-2 ul li:hover h4 {
  opacity: 1;
}
.global-page .global-3 {
  background-color: #f0f0f0;
}
.global-page .global-3 .img {
  display: inline-block;
}
.global-page .global-3 ol {
  text-align: left;
}
.global-page .global-3 ol li img {
  position: absolute;
  left: 0;
  top: 0;
}

.global-page .global-4 {
  background-color: #f0f0f0;
}
.global-page .global-4 ul {
  margin: -20px;
}
.global-page .global-4 ul li {
  padding: 20px;
}
.global-page .global-4 .img {
  border-radius: 8px;
  overflow: hidden;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
@media screen and (max-width: 1000px) {
  .global-page .global-1 .left {
    display: none;
  }
  .global-page .global-1 .right {
    width: 100%;
  }
  .global-page .global-2 {
    display: none;
  }
  .global-page .global-4 ul {
    margin: -15px;
  }
  .global-page .global-4 ul li {
    padding: 15px;
  }
  .global-page .global-3 ol {
    position: relative;
    left: auto;
    bottom: auto;
    max-width: 100%;
  }
}
.product-page .product-1 .box {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px;
  border-radius: 20px;
}
.product-page .extendit h4{
  font-size: 24px;
    line-height: 40px;
    color: var(--color);
}
.product-page .extendit{
  height: 300px;
  overflow-y: auto;
}
.product-page .extendit p{
  font-size: 14px;
  line-height: 28px;
  color: #666;
}
.product-page .extendit.pt-60imp{
  padding-top: 20px!important;;
}
.product-page .extendit p strong{
  font-weight: 600;
}

.product-page .product-1 .column {
  padding: 0 35px;
}
.product-page .product-1 h4 {
  line-height: 2;
}
.product-page .product-1 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.product-page .product-1 .images .img {
  border-radius: 20px;
  overflow: hidden;
}
.product-page .product-1 .images .img img{
  width: 100%;
}
.product-page .product-1 .images .img::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(34, 34, 34, 0.8);
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .product-1 .images .img .text {
  color: #FFFFFF;
  position: absolute;
  top: 25px;
  bottom: 25px;
  left: 25px;
  right: 25px;
  overflow-y: auto;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .product-1 .images .img:hover::before {
  opacity: 1;
}
.product-page .product-1 .images .img:hover .text {
  opacity: 1;
}
.product-page .product-1 .images .slick-dots {
  margin-top: 20px;
  text-align: center;
}
.product-page .product-1 .images .slick-dots li {
  margin: 0 5px;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 5px;
  background-color: #bcbcbc;
}
.product-page .product-1 .images .slick-dots li.slick-active {
  background-color: #222222;
}
.product-page .product-1 .images .slick-dots li button {
  display: none;
}
.product-page .product-2 {
  margin-top: 10px;
}
.product_list {
  background-color: #efefef;
  border-radius: 20px;
  padding: 40px;
}
.product_list ul {
  margin: 0 -15px;
}
.product_list ul li {
  padding: 20px 15px;
}
.product_list .img {
  overflow: hidden;
  border-radius: 15px;
  margin-bottom: 10px;
  background: #fff;
}
.product_list .img span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 55px;
  line-height: 55px;
  color: #FFFFFF;
  font-size: 20px;
  background-color: var(--color);
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product_list .img:hover span {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .column {
    width: 100%;
    padding: 30px 0;
  }
}
.sider-box .sider-left {
  width: 30%;
}
.sider-box .sider-left h2 {
  line-height: 1;
  text-transform: capitalize;
  font-family: var(--font);
}
.sider-box .sider-left h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.sider-box .sider-left .category {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .category .catelist {
  margin-top: 35px;
}
.sider-box .sider-left .category .catelist ul li a {
  padding: 15px;
  border-radius: 25px;
  margin-bottom: 10px;
}
.sider-box .sider-left .category .catelist > ul > li > a {
  padding-left: 25px;
  padding-right: 35px;
  background: #f0f0f0;
  position: relative;
  border-radius: 50px;
}
.sider-box .sider-left .category .catelist > ul > li > a:hover,
.sider-box .sider-left .category .catelist > ul > li.active > a{
   color: #FFFFFF;
  background-color: var(--color);
  border-radius: 50px;
}

.sider-box .sider-left .category .catelist > ul > li > a::after {
  content: ">";
  position: absolute;
  right: 20px;
  top: 10px;
  font-size: 24px;
  font-family: cursive;
}

.sider-box .sider-left .category .catelist > ul > li > ul{
  display: none;
}

.sider-box .sider-left .category .catelist > ul > li > ul > li > a {
  padding-left: 25px;
  padding-right: 25px;
  background-color: #f0f0f0;
}
.sider-box .sider-left .category .catelist > ul > li > ul > li > a.active {
  color: var(--color);
}
.sider-box .sider-left .category.news .catelist > ul > li > a::after {
  content: "\f0d7";
  font-family: FontAwesome;
}
.sider-box .sider-left .quote {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .quote .form {
  margin-top: 35px;
}
.sider-box .sider-left .quote .form input,
.sider-box .sider-left .quote .form textarea {
  width: 100%;
  font-size: 16px;
  padding: 10px 20px;
}
.sider-box .sider-left .quote .form input {
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
}


.sider-box .sider-left .quote .form .fileInputContainer input{
  opacity: 0;
  margin: 0;
  border: none;
}

.sider-box .sider-left .quote .form .fileInputContainer{
  border-radius: 30px;
  border: 2px solid #e5e5e5;
  margin-bottom: 10px;
  background: url(/template/en/images/file_img.png) no-repeat center right 20px;
  background-size: 30px;
  position: relative;
}

.sider-box .sider-left .quote .form .fileInputContainer span{
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  padding: 12px 20px;
}


.sider-box .sider-left .quote .form textarea {
  height: 100px;
  border-radius: 10px;
  border: 2px solid #e5e5e5;
}
.sider-box .sider-left .quote .form button {
  margin-top: 30px;
  font-size: 20px;
  padding: 10px 50px;
  border: none;
  background: transparent;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
.sider-box .sider-left .search-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .search-news form {
  margin-top: 35px;
  position: relative;
}
.sider-box .sider-left .search-news form input {
  font-size: 16px;
  width: 100%;
  height: 50px;
  background-color: transparent;
  border: none;
  background-color: #f0f0f0;
  padding-left: 25px;
  padding-right: 115px;
  border-radius: 30px;
}
.sider-box .sider-left .search-news form button {
  position: absolute;
  right: 0;
  top: 0;
  height: 50px;
  width: 115px;
  border: none;
  border-radius: 30px;
  font-size: 18px;
  color: #FFFFFF;
  background-color: var(--color);
}
.sider-box .sider-left .hot-news {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .hot-news .list {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list ul li + li {
  margin-top: 35px;
}
.sider-box .sider-left .hot-news .list .img {
  border-radius: 10px;
  overflow: hidden;
}
.sider-box .sider-left .hot-news .list .img img{
  width: 100%;
}
.sider-box .sider-left .hot-news .list time {
  color: var(--color);
}
.sider-box .sider-left .news-date {
  background-color: #ffffff;
  padding: 50px 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.sider-box .sider-left .news-date .datepicker {
  margin-top: 35px;
}
.sider-box .sider-right {
  width: 70%;
}
.sider-box .industrystl{
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
}
.sider-box .industrystl strong{
  font-weight: 600;
}

.sider-box .sider-right.fullscreenname{
  width: 100%;
}

.sider-box .sider-right .product_list h1{
    color: #111;
    line-height: 64px;
    margin-bottom: 20px;
    font-family: var(--font);
}
.sider-box .sider-right .product_list .tabox{
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 25px;
}
.sider-box .sider-right .product_list .tabox span{
  font-size: 22px;
  line-height:1.5;
  color: #000;
  margin-right: 20px;
  padding-right: 20px;
  position: relative;
}
.sider-box .sider-right .product_list .tabox span.active{
  color: var(--color);
}
.sider-box .sider-right .product_list .tabox span:nth-child(1):before{
  position: absolute;
  right:0;
  top: 50%;
  transform: translateY(-50%);
  width: 1px;
  height: 20px; 
  content: "";
  background: #aaa;
}

@media screen and (max-width: 1000px) {
  .sider-box .sider-left {
    display: none;
  }
  .sider-box .sider-right {
    width: 100%;
    padding: 0;
  }
  .product_list {
    padding: 30px;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-1 .box {
    padding: 20px;
  }
  .product-page .product-1 .images .img .text {
    top: 15px;
    bottom: 15px;
    left: 15px;
    right: 15px;
  }
  .product_list {
    padding: 15px;
  }
}
.prodet-page .prodet-1 {
  border-radius: 20px;
  padding: 20px;
  background-color: #f0f0f0;
}



.prodet-page .prodet-1 .big img {
  border-radius: 15px;
}
.prodet-page .prodet-1 .small {
  margin-top: 6px;
}
.prodet-page .prodet-1 .small ul {
  margin: -3px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 3px;
}
.prodet-page .prodet-1 .small img {
  border-radius: 15px;
}
.prodet-page .prodet-1 .starts {
  color: #73ae53;
}
.prodet-page .prodet-1 .content {
  padding: 20px;
  border-radius: 10px;
  background-color: #fff;
}
.prodet-page .prodet-1 .content .text {
  max-height: 190px;
  overflow-y: auto;
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-1 .content .abcnoheight{
  font-size: 14px;
  line-height: 28px;
  max-height: 440px;
  overflow-y: auto;
}
.prodet-page .prodet-1 .content .abcnoheight p strong{
  font-family: var(--font);
}

.prodet-page .prodet-1 .content .text p,.prodet-page .prodet-1 .content .abcnoheight p {
  color: #5e5e5e;
}
.prodet-page .prodet-1 .info {
  border-radius: 20px;
  line-height: 40px;
  background-color: #ffffff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.prodet-page .prodet-1 .mtsetit{
  display: block;
  margin-top: 10px;
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-1 .info span {
  width: 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;
}
.prodet-page .prodet-1 .info span i {
  margin-right: 5px;
  line-height: initial;
}
.prodet-page .prodet-1 a.contact {
  border-radius: 20px;
  padding: 0 25px;
  line-height: 40px;
  color: #FFFFFF;
  display: inline-block;
  background-color: var(--color);
}

.prodet-page .prodet-1 ul.slick-dots {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.prodet-page .prodet-1 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
}
.prodet-page .prodet-1 .slick-dots li button {
  display: none;
}
.prodet-page .prodet-1 .slick-dots li.slick-active {
  width: 42px;
}

.prodet-page .prodet-2 .ret {
  padding: 30px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.prodet-page .prodet-2 .ret .ferr{
  font-size: 14px;
  line-height: 28px;
}
.prodet-page .prodet-2 .ret h3{
  font-size: 20px;
  line-height: 34px;
  color: var(--color);
  margin-bottom: 10px;
}

.prodet-page .prodet-2 .ret p{
  font-size: 14px;
  line-height: 28px;
}


.prodet-page .prodet-2 table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100% !important;
  height: auto !important;
  display: block;
  overflow: auto;
}
.prodet-page .prodet-2 table tbody {
  display: table;
  width: 100% !important;
  min-width: 700px;
}
.prodet-page .prodet-2 table td,
.prodet-page .prodet-2 table th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
  word-break: initial;
}
.prodet-page .prodet-2 table tr {
  width: auto !important;
  height: auto !important;
}
.prodet-page .prodet-2 table tr:nth-child(even) {
  background: #eee;
}




.prodet-page .options {
  border-bottom: 1px solid #d0d0d0;
  padding-bottom: 25px;
}
.prodet-page .options ul li {
  width: auto;
}
.prodet-page .options ul li + li {
  margin-left: 30px;
}
.prodet-page .options ul li h4 {
  line-height: 1;
}
.prodet-page .options ul li h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
  opacity: 0;
}
.prodet-page .options ul li.active h4::before {
  opacity: 1;
}
.prodet-page .prodet-3 .slick-dots {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.prodet-page .prodet-3 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #0e62da;
}
.prodet-page .prodet-3 .slick-dots li button {
  display: none;
}
.prodet-page .prodet-3 .slick-dots li.slick-active {
  width: 42px;
}
@media screen and (max-width: 1400px) {
  .prodet-page .prodet-1 .info {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-1 .info span {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%!important;
    padding: 0;
  }
  .prodet-page .prodet-1 .right {
    width: 100%!important;
    padding: 0;
    margin-top: 30px;
  }
  .prodet-page .options ul li + li {
    margin-left: 25px;
  }

  .prodet-page .options ul li h4{
    line-height: initial;
    padding: 0;
    display: inline-block;
  }

  .prodet-page .options ul li h4:before{
    width: 100%;
    height: 2px;
    top: auto;
    bottom: 0;
  }

  .prodet-page .options ul li{
    display: block;
  }

  .prodet-page .options ul li+li{
    margin-left: 0;
    margin-top: 20px;
  }
}

.factory-page .factory-1 .item{
  height: 0;
  overflow: hidden;
}
.factory-page .factory-1 .item.active{
  height: auto;
  overflow: visible;
}

.factory-page .factory-1 .list {
  padding: 0 120px;
}
.factory-page .factory-1 .list ul {
  margin: -20px;
}
.factory-page .factory-1 .list ul li {
  padding: 20px;
}
.factory-page .factory-1 .img {
  padding: 30px;
}
.factory-page .factory-1 .img img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.factory-page .factory-1 h3 {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #81b564;
  font-family: 'Neutraface2Display';
}
.factory-page .factory-1 h3 small {
  color: #989898;
  font-family: 'Rany';
}
.factory-page .factory-1 .gogos {
  margin-top: 80px;
}
.factory-page .factory-1 .gogos a {
  margin: 0 20px;
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #222222;
}
.factory-page .factory-1 .gogos a.active,
.factory-page .factory-1 .gogos a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.factory-page .factory-2 .list ul {
  margin: -25px;
}
.factory-page .factory-2 .list ul li {
  padding: 25px;
}
.factory-page .factory-2 .img {
  border-radius: 20px;
  overflow: hidden;
}
.factory-page .factory-2 h4 {
  line-height: 1;
}
/*.factory-page .factory-2 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}*/
.arrow {
  display: inline-block;
  width: 58px;
  height: 58px;
  line-height: 58px;
  border: 1px solid #d3d3d3;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.arrow.arrow_l {
  left: 0;
}
.arrow.arrow_r {
  right: 0;
}
.arrow i {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-animation: ro 8s linear infinite;
  -moz-animation: ro 8s linear infinite;
  animation: ro 8s linear infinite;
}
.arrow i::before {
  content: "";
  position: absolute;
  left: -webkit-calc(50% - 3px);
  left: -moz-calc(50% - 3px);
  left: calc(50% - 3px);
  top: -3px;
  width: 6px;
  height: 6px;
  border-radius: 3px;
  background-color: #73ae53;
}
.arrow span {
  font-family: cursive;
  font-size: 24px;
}
@media screen and (max-width: 1200px) {
  .factory-page .factory-1 .list {
    padding: 0 60px;
  }
  .factory-page .factory-1 .list ul {
    margin: 0;
  }
  .factory-page .factory-1 .list ul li {
    padding: 0;
  }
  .factory-page .factory-2 .list ul {
    margin: -15px;
  }
  .factory-page .factory-2 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 1200px) {
  .factory-page .factory-1 .gogos {
    display: none;
  }
}
.process-page .process-1:nth-child(even) {
  background-color: #f0f0f0;
}
.process-page .process-1 .list {
  padding: 0 100px;
  position: relative;
}
/*.process-page .process-1 .list ul{
  margin-right: -30px;
}*/
.process-page .process-1 .list ul li {
  padding: 30px;
}
.process-page .process-1 .list img {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 15px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.process-page .process-1 .list .mml-text {
  border-radius: 20px;
  background-color: #d7e3d1;
  text-align: left;
  padding: 40px 17px 30px 150px;
}
.process-page .process-1 .list .mml-text h4 {
  line-height: 1;
}
.process-page .process-1 .list .mml-text h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
.process-page .process-1 .list .mml-text p {
  color: #666665;
  height: 135px;
  line-height: 2;
  overflow-y: auto;
}
.process-page .process-1 .list .slick-dots {
  margin: 0;
  text-align: center;
}
.process-page .process-1 .list .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: #73ae53;
}
.process-page .process-1 .list .slick-dots li button {
  display: none;
}
.process-page .process-1 .list .slick-dots li.slick-active {
  width: 42px;
}
.process-page .process-1 .bottom {
  background-color: #FFFFFF;
  padding: 60px 30px 60px 60px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.process-page .process-1 .bottom .zhongkemagnetp{
      font-size: 16px;
    text-align: left;
    line-height: 2;
    margin-bottom: 10px;
}

.process-page .process-1 .bottom ul {
  padding-right: 30px;
  max-height: 600px;
  overflow-y: auto;
}
.process-page .process-1 .bottom ul li + li {
  margin-top: 20px;
}
.process-page .process-1 .bottom ul li .mml-text {
  border-left: 5px solid #379eff;
  background-color: rgba(55, 158, 255, 0.2);
}
.process-page .process-1 .bottom ul li .mml-text p {
  color: #379eff;
  line-height: 2;
}
.process-page .process-1 .bottom ul li:nth-child(3n-1) .mml-text {
  border-left: 5px solid #f4c900;
  background-color: rgba(244, 201, 0, 0.2);
}
.process-page .process-1 .bottom ul li:nth-child(3n-1) .mml-text p {
  color: #f4c900;
}
.process-page .process-1 .bottom ul li:nth-child(3n) .mml-text {
  border-left: 5px solid #73ae53;
  background-color: rgba(115, 174, 83, 0.2);
}
.process-page .process-1 .bottom ul li:nth-child(3n) .mml-text p {
  color: #73ae53;
}
.process-page .process-1 .bottom .mml-text {
  text-align: left;
  padding: 15px;
}
@media screen and (max-width: 1400px) {
  .process-page .process-1 .list {
    padding: 0 100px;
  }
}
@media screen and (max-width: 1000px) {
  .process-page .process-1 .list ul {
    margin: -15px;
  }
  .process-page .process-1 .list ul li {
    padding: 15px;
  }
  .process-page .process-1 .list img {
    position: relative;
    display: none;
  }
  .process-page .process-1 .list .mml-text {
    padding: 30px 15px;
  }
}
@media screen and (max-width: 500px) {
  .process-page .process-1 .list {
    padding: 0;
  }
  .process-page .process-1 .list .arrow {
    display: none;
  }
  .process-page .process-1 .bottom {
    padding: 15px;
  }
  .process-page .process-1 .bottom ul {
    padding: 0;
    max-height: initial;
  }
}
.research-page .research-1 .list ul {
  margin: -70px;
}
.research-page .research-1 .list ul li {
  padding: 70px;
}
.research-page .research-1 .list .img {
  overflow: hidden;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.research-page .research-1 .list h4 {
  line-height: 1.2;
}
.research-page .research-2 {
  background-color: #f0f0f0;
}
.research-page .research-2 .list {
  padding: 0 80px;
  position: relative;
}
.research-page .research-2 .list ul li {
  padding: 50px;
}
.research-page .research-2 .list .mml-text {
  background-color: #FFFFFF;
  padding: 50px 70px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.1);
}
.research-page .research-2 .list .mml-text .left {
  text-align: left;
  width: 55%;
}
.research-page .research-2 .list .mml-text .left .img {
  display: none;
}
.research-page .research-2 .list .mml-text .left h4 {
  color: #73ae53;
  line-height: 1.1;
}
.research-page .research-2 .list .mml-text .left .text {
  padding: 20px;
  border-radius: 10px;
  background-color: rgba(115, 174, 83, 0.1);
}
.research-page .research-2 .list .mml-text .left .text p {
  padding-right: 10px;
  overflow-y: auto;
  height: 243px;
  color: #5e5e5e;
}
.research-page .research-2 .list .mml-text .right {
  width: 45%;
}
.research-page .research-3 .tab a {
  display: inline-block;
  line-height: 50px;
  padding: 0 30px;
  border-radius: 30px;
  color: #FFFFFF;
  background-color: #222222;
}
.research-page .research-3 .tab a.active,
.research-page .research-3 .tab a:hover {
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}
.research-page .research-3 .tab a + a {
  margin-left: 25px;
}
.research-page .research-3 .item {
  height: 0;
  overflow: hidden;
}
.research-page .research-3 .item.active {
  height: auto;
  overflow: visible;
}
.research-page .research-3 .list ul {
  margin: -25px;
}
.research-page .research-3 .list ul li {
  padding: 25px;
}
.research-page .research-3 .list .img {
  border-radius: 20px;
  overflow: hidden;
}
.research-page .research-3 .list h4 {
  line-height: 1;
}
.research-page .research-3 .list h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  background-color: var(--color);
}
@media screen and (max-width: 1400px) {
  .research-page .research-1 .list ul {
    margin: -40px;
  }
  .research-page .research-1 .list ul li {
    padding: 40px;
  }
  .research-page .research-2 .list .mml-text {
    padding: 30px;
  }
}
@media screen and (max-width: 1200px) {
  .research-page .research-1 .list ul {
    margin: -20px;
  }
  .research-page .research-1 .list ul li {
    padding: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .research-page .research-2 .list .mml-text .left {
    width: 100%;
    padding: 0;
  }
  .research-page .research-2 .list .mml-text .left .img {
    display: block;
  }
  .research-page .research-2 .list .mml-text .right {
    display: none;
  }
  .research-page .research-3 .title .fl,
  .research-page .research-3 .title .fr {
    float: none;
  }
  .research-page .research-3 .list ul {
    margin: -15px;
  }
  .research-page .research-3 .list ul li {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .research-page .research-2 .list ul li {
    padding: 15px;
  }
  .prodet-page .prodet-1 .content .text{
    height: 260px;
  }
  .prodet-page .prodet-1 .content .abcnoheight{
    max-height: initial;
  }
  .process-page .process-1 .list .mml-text p{
    height: auto;
  }
  .product-page .extendit{
    display: none!important;
  }
  .research-page .research-2 .list .mml-text {
    padding: 15px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  }
}
@media screen and (max-width: 500px) {
  .research-page .research-1 .list ul {
    margin: -15px;
  }
  .research-page .research-1 .list ul li {
    width: 50%;
    padding: 15px;
  }
  .research-page .research-2 .list {
    padding: 0;
  }
}
.download-page .download-1 .list {
  padding: 0 120px;
}
.download-page .download-1 .list ul {
  margin: -20px;
}
.download-page .download-1 .list ul li {
  padding: 20px;
}
.download-page .download-1 .img {
  padding: 30px;
}
.download-page .download-1 .img > img {
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.download-page .download-1 .img i {
  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%);
}
.download-page .download-2 .box:nth-child(odd) {
  background-color: #f0f0f0;
}
.download-page .download-2 .list ul {
  margin: -25px;
}
.download-page .download-2 .list ul li {
  padding: 25px;
}
.download-page .download-2 .img {
  border-radius: 20px;
  overflow: hidden;
}
.download-page .download-2 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
@media screen and (max-width: 1200px) {
  .download-page .download-1 .list {
    padding: 0 60px;
  }
  .download-page .download-1 .list ul {
    margin: 0;
  }
  .download-page .download-1 .list ul li {
    padding: 0;
  }
  .download-page .download-2 .list ul {
    margin: -15px;
  }
  .download-page .download-2 .list ul li {
    padding: 15px;
  }
}
.contact-page .contact-1 h4 {
  line-height: 1;
  font-family: var(--font);
}
.contact-page .contact-1 h4::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.contact-page .contact-1 .left {
  width: 40%;
}
.contact-page .contact-1 .left .top {
  padding: 40px;
  border-radius: 20px;
 background-color: #efefef;
}
.contact-page .contact-1 .left .top ul {
  margin: -10px 0;
}
.contact-page .contact-1 .left .top ul li {
  padding: 10px 0;
}
.contact-page .contact-1 .left .top ul li p {
  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;
}
.contact-page .contact-1 .left .top ul li p i {
  font-size: 0;
  width: 30px;
  text-align: center;
}
.contact-page .contact-1 .left .top ul li p span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  margin-left: 10px;
}
.contact-page .contact-1 .left .top .social-links a + a {
  margin-left: 20px;
}
.contact-page .contact-1 .left .bottom {
  padding: 40px;
  border-radius: 20px;
    background-color: #efefef;
    /*margin-top: 98px;*/
}

.contact-page .contact-1 .left .bottom ul li{
  cursor: pointer;
}
.contact-page .contact-1 .left .bottom ul li.active h6{
  color: #6ca04f;
}
.contact-page .contact-1 .left .bottom ul li + li {
  margin-top: 40px;
}
.contact-page .contact-1 .left .bottom ul li i {
  position: absolute;
  left: 0;
  top: 0;
}
.contact-page .contact-1 .left .bottom ul li i img {
  vertical-align: middle;
}
.contact-page .contact-1 .left .bottom ul li p {
  color: #6f6f6f;
}
.contact-page .contact-1 .right {
  width: 60%;
}
.contact-page .contact-1 .right .form {
  padding: 40px 40px 80px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
}
.contact-page .contact-1 .right .form::before {
  content: url(../images/send_plan.png);
  position: absolute;
  left: 50%;
  bottom: 60px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.contact-page .contact-1 .right .form form input,
.contact-page .contact-1 .right .form form textarea {
  width: 100%;
  border: 2px solid #e5e5e5;
  background-color: transparent;
  padding: 10px 30px;
  font-size: 18px;
}
.contact-page .contact-1 .right .form form input {
  border-radius: 100px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .form form input[name="phone"]{
  display: none;
}
.contact-page .contact-1 .right .form form textarea {
  border-radius: 20px;
  height: 145px;
  margin-bottom: 40px;
}
.contact-page .contact-1 .right .form form button {
  font-size: 24px;
  height: 65px;
  border: none;
  padding: 0 65px;
  border-radius: 100px;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
  box-shadow: 0 0 20px rgba(146,195,93,.6);
}
/*.contact-page .contact-1 .right .form a.more,
.inner-page a.more{
  border: 1px solid #000;
}*/
.contact-page .contact-1 .right .form a.more:hover,
.inner-page a.more:hover{
  transition: 0.3s all;
  background: #000;
  border-color: var(--color)!important;
  
}
.contact-page .contact-3{
  margin-bottom: 60px;
}
.contact-page .contact-3 .content{
  background:url("../images/zp.png") no-repeat;
  background-position: left;
  height: 340px;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding-right: 100px;
}
.contact-page .contact-3 .content .text{
  margin-left: auto;
  width: fit-content;
}
.contact-page .contact-3 .content .text p{
  color:#666;
  margin-bottom: 5px;
}
@media screen and (max-width: 1400px) {
  .contact-page .contact-1 .left .top ul li {
    width: 100%;
  }

  .contact-page .contact-3 .content{
    background-position: right;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
  }
  .contact-page .contact-1 .right .form form input,
  .contact-page .contact-1 .right .form form textarea {
    padding: 10px 20px;
    font-size: 18px;
  }
  .contact-page .contact-1 .right .form::before {
    display: none;
  }
  .contact-page .contact-1 .right .form {
    padding: 40px;
  }
  .contact-page .contact-1 .right .form form textarea {
    height: 150px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left .top {
    padding: 20px;
  }
  .contact-page .contact-1 .left .bottom {
    padding: 20px;
  }
  .contact-page .contact-1 .right .form {
    padding: 20px;
  }
  .contact-page .contact-1 .right .form form input,
  .contact-page .contact-1 .right .form form textarea {
    font-size: 14px;
  }
  .contact-page .contact-1 .right .form form button {
    font-size: 16px;
    height: 50px;
    padding: 0 30px;
  }
}
.news_list ul {
  margin: -35px -15px;
}
.news_list ul li {
  padding: 35px 15px;
}
.news_list .mml-text {
  border-radius: 20px;
  overflow: hidden;
background-color: #efefef;
}
.news_list .mml-text .text {
  padding: 30px;
}
.news_list .mml-text .text p{
      display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
.news_list .mml-text .text h4{
  height: 72px;
  overflow: auto;
  font-family: var(--font);
}
.news_list .mml-text .text h3.cateName {
  line-height: 1;
  color: var(--color);
}
.news_list .mml-text .text h3.cateName::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.news_list .mml-text .text .date {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news_list .mml-text .text .date span {
  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;
}
/*.news_list .mml-text .text a.more {
  line-height: 40px;
  display: inline-block;
  border: 1px solid #73ae53;
  padding: 0 25px;
  border-radius: 30px;
  color: #73ae53;
}
.news_list .mml-text .text a.more:hover {
  -webkit-box-shadow: 0 0 20px #92c35d;
  box-shadow: 0 0 20px #92c35d;
  color: #FFFFFF;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, right top, from(#92c35d), to(#73ad53));
  background-image: -webkit-linear-gradient(left, #92c35d, #73ad53);
  background-image: -moz-linear-gradient(left, #92c35d, #73ad53);
  background-image: linear-gradient(to right, #92c35d, #73ad53);
}*/
.ll-skin-melon {
  font-size: 90%;
}
.ll-skin-melon .ui-widget {
  background: #FFFFFF;
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker {
  padding: 0;
}
.ll-skin-melon .ui-datepicker-header {
  border: none;
  background: transparent;
  font-weight: normal;
  font-size: 15px;
}
.ll-skin-melon .ui-datepicker-header .ui-datepicker-month {
  color: var(--color);
}
.ll-skin-melon .ui-datepicker-header .ui-datepicker-year {
  color: var(--color);
}
.ll-skin-melon .ui-datepicker-header .ui-state-hover {
  background: transparent;
  border-color: transparent;
  cursor: pointer;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-title {
  margin-top: 8px;
  margin-bottom: 9px;
  color: #e9f0f4;
   
}
.ui-datepicker .ui-datepicker-title {
    margin: 0 46px;
    line-height: 36px;
    text-align: center;
}
.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
    position: absolute;
    top: 2px;
    width: 36px;
    height: 36px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover,
.ll-skin-melon .ui-datepicker .ui-datepicker-next,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev {
  top: 18px;
  border: none;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev-hover {
  left: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next-hover {
  right: 2px;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-next span,
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-image: url(../images/ui-icons_222222_256x240.png);
  background-position: -32px 0;
  margin-top: 0;
  top: 0;
  font-weight: normal;
}
.ll-skin-melon .ui-datepicker .ui-datepicker-prev span {
  background-position: -96px 0;
}
.ll-skin-melon .ui-datepicker table {
  margin: 0;
}
.ll-skin-melon .ui-datepicker table thead{
  width: 100%;
}
.ll-skin-melon .ui-datepicker th {
  padding: 20px 24px;
  color: #000;
  font-size: 16px;
  font-weight: normal;
  border: none;
   
}
.ll-skin-melon .ui-datepicker th span{
  white-space: nowrap;
}

.ll-skin-melon .ui-datepicker td {
  background: #FFFFFF;
  border: none;
  padding: 0;
   
}
.ll-skin-melon td .ui-state-default {
  background: transparent;
  border: none;
  text-align: center;
  padding:10px;
  margin: 0;
  font-weight: normal;
  color: #000000;
  font-size: 16px;
}
.ll-skin-melon .ui-state-disabled {
  opacity: 1;
}
.ll-skin-melon .ui-state-disabled .ui-state-default {
  color: #FFFFFF;
}
.ll-skin-melon td .ui-state-active,
.ll-skin-melon td .ui-state-hover {
color: var(--color);
    background: rgb(129 216 208 / 26%);
    border-radius: 50px;
}
.ui-datepicker {
  width: 100%;
}
.newdet-page .newdet-1 {
  border-radius: 20px;
  overflow: hidden;
}
.newdet-page .newdet-2 {
  border-radius: 20px;
  padding: 50px;
    background-color: #efefef;
}
.newdet-page .newdet-2 h1{
  font-family: var(--font);
}
.newdet-page .newdet-2 h3 {
  color: var(--color);
}
.newdet-page .newdet-2 .text strong{
  font-weight: 600;
}

.newdet-page .newdet-2 .text a,.newdet-page .newdet-2 .text h2{
  color: var(--color);
}

.newdet-page .newdet-2 .date {
  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;
}
.newdet-page .newdet-2 .date h3.cateName::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.newdet-page .newdet-2 .date span {
  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 .newdet-2 .date 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;
}
.newdet-page .newdet-2 .line {
  height: 1px;
  background-color: #d2d2d2;
}
.newdet-page .newdet-3 h2 {
  line-height: 1;
}
.newdet-page .newdet-3 h2::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 4px;
  height: 100%;
  border-radius: 3px;
  /*background-color: var(--color);*/
}
.newdet-page .newdet-3 .slick-dots {
  margin: 0;
  margin-top: 10px;
  text-align: center;
}
.newdet-page .newdet-3 .slick-dots li {
  display: inline-block;
  margin: 0 3px;
  padding: 0;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.newdet-page .newdet-3 .slick-dots li button {
  display: none;
}
.newdet-page .newdet-3 .slick-dots li.slick-active {
  width: 42px;
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-2 {
    padding: 15px;
  }
}


.contact-page .contact-2 .map{
  height: 560px;
  border-radius: 20px;
  margin-top: 80px;
}






#addForm4 {
  text-align: center;
  padding: 0 60px;
}
#addForm4 h3 {
  font-size: 30px;
  font-weight: 500;
  line-height: 1;
}
#addForm4 p {
  font-size: 18px;
  line-height: 1;
  margin-top: 10px;
}
#addForm4 h5 {
  font-size: 18px;
  text-align: left;
  margin-top: 10px;
}
#addForm4 h5 em {
  color: #74b357;
}
#addForm4 ul {
  margin: 60px -40px 0 0;
}
#addForm4 ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
#addForm4 ul li label {
  display: block;
  font-size: 18px;
  color: #acacac;
  line-height: 1;
  text-align: left;
}
#addForm4 ul li label em {
  display: inline-block;
  vertical-align: top;
  color: #74b357;
}
#addForm4 ul li input[type="text"],
#addForm4 ul li textarea {
  width: 100%;
  height: 30px;
  background: transparent;
  border: none;
  border-bottom: 1px solid #dedede;
  margin-top: 10px;
}
#addForm4 ul li input[type="text"]:focus,
#addForm4 ul li textarea:focus {
  border-bottom-color: #70b459;
}
#addForm4 ul li input[type="file"] {
  opacity: 0;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
}
#addForm4 ul li textarea {
  height: 120px;
}
#addForm4 ul li .file {
  padding-top: 10px;
  width: 100%;
  height: 40px;
  border-bottom: 1px solid #dedede;
  position: relative;
}
#addForm4 ul li .file span {
  width: 200px;
  height: 40px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 20px;
  line-height: 42px;
  position: absolute;
  bottom: 5px;
  right: 0;
  cursor: pointer;
}
#addForm4 ul li.wid-100 {
  width: 100%;
}
#addForm4 input[type="submit"] {
  margin-top: 50px;
  background: linear-gradient(-90deg, #94c559 0%, #6eb057 100%);
  color: #fff;
  font-size: 18px;
  border-radius: 30px;
  border: none;
  padding: 10px 20px;
  box-shadow: 0 0 20px rgba(146, 195, 93, .6);
}
@media screen and (max-width: 1000px) {
  #addForm4{
    padding: 0 40px;
  }
}
@media screen and (max-width: 700px) {
  #addForm4{
    padding: 0 20px;
  }
  .product-yd-page ul.navlist li .item{
    flex-wrap: wrap;

  }
  .product-yd-page ul.navlist li .item .imgs{
    width: 100%;
  }
  .product-yd-page ul.navlist li .item .text{
    width: 100%;
  }
}


.m-page{
  text-align: center;
  margin-top: 80px;
}
.m-page span,
.m-page a{
  display: inline-block;
  font-size: 30px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  border: none;
  color: #d2d2d2;
  background-color: transparent;
  position: relative;
}
.m-page span{
  color: var(--color);
}
.m-page span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  /*background: url(../images/dots_dian.png) no-repeat center;*/
  background-size: 100% 100%;
  -webkit-animation: ro 3.5s linear infinite;
  -moz-animation: ro 3.5s linear infinite;
  animation: ro 3.5s linear infinite;
}



.contact-page .mapContainer {
    height: 100%;
}



#header .nav .container.menu .info{
  display: flex;
  align-items: center;
}
#header .nav .container.menu .info i{
  font-size: 0;
}

@media screen and (max-width: 1440px) {
  #header .nav .container.menu .info{
    display: none;
  }
}






.HoverIcon {
    left: auto;
    top: auto;
    position: fixed;
    z-index: 2000;
    right: 0;
    bottom: 120px;
}

.HoverIcon ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.HoverIcon ul li {
    position: relative;
    width: 52px;
    height: 52px;
    background-color: rgba(38,153,74, 1);
}

.HoverIcon ul li .sideitem {
    width: 100%;
    height: 100%;
    color: #fff;
    position: absolute;
    top: 0;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    overflow-y: hidden;
    overflow: initial;
}

.HoverIcon ul li .sideitem .sideicon svg {
    width: 22px;
    height: 22px;
    vertical-align: middle;
}

.HoverIcon ul li .sideitem .sidetitle {
    display: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 16px;
}

.HoverIcon ul li .sideitem .displayText {
    color: #fff;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    max-width: 100%;
    margin-bottom: 0;
    padding: 0 4px;
    width: 100%;
    text-align: center;
}

.HoverIcon ul li .sideitem:hover {
    background-color: rgba(106,179,55, 1);
}

.HoverIcon ul li .sideitem.sidebox:hover {
    background-color: rgba(106,179,55, 1);
    width: 250px;
    transition: width .1s;
    justify-content: normal;
    align-items: center;
    flex-direction: row;
}

.HoverIcon ul li .sideitem.sidebox:hover .sideicon {
    margin: 0 10px;
    float: left;
}

.HoverIcon ul li .sideitem.sidebox:hover .sidetitle {
    display: block;
}

.HoverIcon ul li .sideitem.sidebox:hover .displayText {
    display: none!important;
}

.HoverIcon ul li:hover .sideshow {
    display: block;
}

.HoverIcon ul li .sideshow {
    position: absolute;
    top: 0;
    right: 100%;
    border: 1px solid #dfdddd;
    display: none;
    width: 200px;
    height: 200px;
}

.HoverIcon ul li .sideshow img {
    width: 100%;
    height: 100%;
}



.about-page .about-3 .tz {
    width: 36px;
    height: 36px;
    background: #162d37;
    border-radius: 50%;
    text-align: center;
    line-height: 36px;
    color: #fff;
    font-size: 16px;
    font-weight: bold;
    position: absolute;
    right: 14px;
    top: 14px;
    z-index: 999;
}



#viewPDF{
    padding: 15px;
    border-radius: 25px;
    margin-bottom: 10px;
    padding-left: 25px;
    padding-right: 35px;
    background: #f0f0f0;
    position: relative;
    line-height: normal;
}

@media(max-width: 1000px) {
  #viewPDF.mobile{
    display: block;
  }
}

#viewPDF:hover{
  color: #fff;
  background-color: var(--color);
  background-image: -webkit-gradient(linear,left top,right top,from(#92c35d),to(#73ad53));
  background-image: -webkit-linear-gradient(left,#92c35d,#73ad53);
  background-image: -moz-linear-gradient(left,#92c35d,#73ad53);
  background-image: linear-gradient(to right,#92c35d,#73ad53);
}

#viewPDF:after {
    content: "\f019";
    font-family: FontAwesome;
    position: absolute;
    right: 20px;
    top: 10px;
    font-size: 24px;
}

.about-7 {
  padding: 75px 0;
}
.about-7 .imgbox {
  position: relative;
  /*display: none;*/
}
.about-7 .btm {
  margin-top: -40px;
}
.about-7 .btm .ui.container ul.factorylist {
  margin: 0 -5px;
}
.about-7 .btm .ui.container ul.factorylist li {
  padding: 0 0px;
}
.about-7 .btm .ui.container ul.factorylist li .img-box {
  border-radius: 0px;
  position: relative;
}
.about-7 .btm .ui.container ul.factorylist li .img-box img{
  transition: 0.3s all;
}
.about-7 .btm .ui.container ul.factorylist li .img-box .h6 {
  position: absolute;
  width: 100%;
  top:50%;
  padding: 0 20px;
  z-index: 3;
  text-align: center;
  font-size: 24px;
  color: #fff;
  transform: translateY(-50%);
  opacity: 0;
  transition: 0.3s all;
}
.about-7 .btm .ui.container ul.factorylist li:hover .img-box img{
  transition: 0.3s all;
  filter: brightness(0.2);
}
.about-7 .btm .ui.container ul.factorylist li:hover .img-box .h6{
  transition: .3s all;
  opacity: 1;
}

/*kechixu*/
.flex_cont {
    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;
}
.pt-100 {
    padding-top: 100px;
}
.pt-80 {
    padding-top: 80px;
}
.pt-90 {
    padding-top: 90px;
}
.font-50{
  font-size: 50px;
}
.sustainable-page .sustainable-1 .left {
  width: 550px;
}
.sustainable-page .sustainable-1 .left .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.sustainable-page .sustainable-1 .right {
  width: -webkit-calc(-570%);
  width: -moz-calc(-570%);
  width: calc(100% - 670px);
  margin-left: auto;
  color: rgba(0, 0, 0, 0.7);
}
.sustainable-page .sustainable-2 img {
  width: 100%;
}
.sustainable-page .sustainable-3 .tips_title {
  font-weight: bold;
  text-align: center;
  margin-top: 16px;
  text-transform: uppercase;
}
.sustainable-page .sustainable-3 .tips_des {
  margin: 20px auto 0;
  color: rgba(0, 0, 0, 0.7);
  text-align: center;
  max-width: 1400px;
}
.sustainable-page .sustainable-3 .list_cont {
  margin: 0 -25px 0;
  padding-top: 30px;
}
.sustainable-page .sustainable-3 .list_cont .list {
  width: 33.33%;
  margin-top: 20px;
  padding: 0 25px;
}
.sustainable-page .sustainable-3 .list_cont .list .box {
  overflow: hidden;
  position: relative;
  border: 1px solid #bfbfbf;
  padding: 30px;
  height: 100%;
  z-index: 1;
}
.sustainable-page .sustainable-3 .list_cont .list .box .img {
  position: absolute;
  height: 170px;
  top: -10px;
  right: -10px;
  z-index: -1;
}
.sustainable-page .sustainable-3 .list_cont .list .box .title {
  font-weight: bold;
  text-transform: uppercase;
  padding-right: 80px;
}
.sustainable-page .sustainable-3 .list_cont .list .box .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
}
.sustainable-page .sustainable-3 .list_cont .list .box:hover {
  color: #fff;
  background-color: #000;
}
.sustainable-page .sustainable-3 .list_cont .list .box:hover .des {
  color: #fff;
}
.sustainable-page .sustainable-4 {
  position: relative;
  z-index: 2;
}
.sustainable-page .sustainable-4 .sub {
  position: absolute;
  width: 100%;
  height: 200px;
  bottom: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left top, right top, from(#178be0), to(#45af3c));
  background-image: -webkit-linear-gradient(left, #178be0, #45af3c);
  background-image: -moz-linear-gradient(left, #178be0, #45af3c);
  background-image: -o-linear-gradient(left, #178be0, #45af3c);
  background-image: linear-gradient(to right, #178be0, #45af3c);
}
.sustainable-page .sustainable-4 .container .left {
  margin-top: 40px;
  width: 44%;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .img {
  width: 90px;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 30px;
}
.sustainable-page .sustainable-4 .container .left .swiper .swiper-wrapper .swiper-slide .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 16px;
}
.sustainable-page .sustainable-4 .container .left .s_page {
  margin-top: 60px;
  color: #fff;
}
.sustainable-page .sustainable-4 .container .left .s_page .active_num {
  font-weight: 600;
}
.sustainable-page .sustainable-4 .container .left .s_page .line {
  width: 70px;
  height: 1px;
  background-color: #fff;
  margin: 0 10px;
}
.sustainable-page .sustainable-4 .container .left .s_page .all_num {
  font-weight: normal;
}
.sustainable-page .sustainable-4 .container .right {
  margin-left: auto;
  width: 50%;
}
.sustainable-page .sustainable-4 .container .right .swiper a {
  display: block;
}
.sustainable-page .sustainable-4 .container .right .swiper img {
  width: 100%;
}
.sustainable-page .sustainable-5 {
  text-align: center;
}
.sustainable-page .sustainable-5 .container .title {
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 16px;
}
.sustainable-page .sustainable-5 .container .des {
  color: rgba(0, 0, 0, 0.7);
  margin-top: 20px;
  line-height: 2;
}
.sustainable-page .sustainable-5 .container .swiper {
  margin-top: 60px;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c {
  overflow: hidden;
  position: relative;
  display: block;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(129,216,208, 0.9)), color-stop(80%, rgba(129,216,208, 0)));
  background-image: -webkit-linear-gradient(bottom, rgba(129,216,208, 0.9), rgba(129,216,208, 0) 80%);
  background-image: -moz-linear-gradient(bottom, rgba(129,216,208, 0.9), rgba(129,216,208, 0) 80%);
  background-image: -o-linear-gradient(bottom, rgba(129,216,208, 0.9), rgba(129,216,208, 0) 80%);
  background-image: linear-gradient(to top, rgba(129,216,208, 0.9), rgba(129,216,208, 0) 80%);
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .img_1 {
  width: 100%;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .img_c .img_2 {
  position: absolute;
  width: 42px;
  height: 42px;
  top: 50%;
  left: 50%;
  display: block;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .text {
  position: absolute;
  width: 100%;
  bottom: 20px;
  left: 0;
  font-weight: 600;
  color: #fff;
  opacity: 0;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%);
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .img_c .shadow {
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
  opacity: 1;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .img_c .img_2 {
  opacity: 1;
}
.sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box:hover .text {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
@media (max-width: 1250px) {
  .sustainable-page .sustainable-1 .left {
    width: 100%;
  }
  .sustainable-page .sustainable-1 .right {
    width: 100%;
    margin-top: 40px;
  }
}
@media (max-width: 1000px) {
  .sustainable-page .sustainable-1 {
    text-align: center;
  }
  .sustainable-page .sustainable-3 .list_cont .list {
    width: 100%;
    text-align: center;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .img {
    display: none;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .title {
    padding-right: 0;
  }
  .sustainable-page .sustainable-4 .container .left {
    width: 100%;
    text-align: center;
    margin-top: 0;
  }
  .sustainable-page .sustainable-4 .container .left .s_page {
    display: none;
  }
  .sustainable-page .sustainable-4 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .sustainable-page .sustainable-1 .right {
    margin-top: 20px;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box {
    padding: 20px 10px;
  }
  .sustainable-page .sustainable-3 .list_cont .list .box .des {
    margin-top: 10px;
  }
  .sustainable-page .sustainable-4 .sub {
    display: none;
  }
  .sustainable-page .sustainable-5 .container .swiper {
    margin-top: 20px;
  }
  .sustainable-page .sustainable-5 .container .swiper .swiper-wrapper .swiper-slide .box .text {
    position: relative;
    margin-top: 10px;
    text-align: center;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    opacity: 1;
    color: #000;
    bottom: 0;
  }
}

.clear {
  clear: both;
}
.product-yd-page {
  padding: 70px 0 120px;
}
.product-yd-page .ui.container {
  background: #fff;
  padding: 0 80px;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
.product-yd-page ul.navlist li {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.product-yd-page ul.navlist li .item{
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
}
.product-yd-page ul.navlist li:nth-child(2n) .item{
  flex-direction: row-reverse;
}
.product-yd-page ul.navlist li .item .imgs {
  width: 40%;
  /*float: right;*/
  border-radius: 20px;
  overflow: hidden;
}
.product-yd-page ul.navlist li .item .imgs img{
  width: 100%;
}
.product-yd-page ul.navlist li .item .text {
  width: 55%;
  max-width: 781px;
  text-align: left;
  /*float: left;*/
}
.product-yd-page ul.navlist li .item .text .h4{
  max-width: 500px;
  line-height: 1.6;
  font-family: var(--font);
}
.product-yd-page ul.navlist li .item .text .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product-yd-page ul.navlist li .item .text .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.product-yd-page ul.navlist li .item .text p {
  color: #000;
  margin: 25px 0;
  line-height: 2;
}
.product-yd-page ul.navlist li .item .text a.more {
 background: #efefef;
 transition: .3s all;
}

.product-yd-page ul.navlist li .item .text a.more:hover {
 background: var(--color);
 transition: 0.3s all;
}

/*.product-yd-page ul.navlist li:nth-child(2n) .item .imgs {
  float: left;
}
.product-yd-page ul.navlist li:nth-child(2n) .item .text {
  float: right;
}*/
@media screen and (max-width: 1200px) {
  .product-yd-page .ui.container {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) {
  .font-36 {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page ul.navlist li .item .text {
    width: 100%;
    margin-top: 20px;
  }
  .product-yd-page ul.navlist li .item .imgs {
    width: 100%;
  }
}
.inner-page .dots ul li {
  display: inline-block;
  /*margin: 0 8px;*/
  position: relative;
}
.inner-page .dots ul li::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: url(../images/dots_dian.png) no-repeat center;*/
  background-size: 100% 100%;
  opacity: 0;
}
.inner-page .dots ul li button {
  font-size: 22px;
  width: 52px;
  height: 52px;
  border: none;
  color: #d2d2d2;
  background-color: transparent;
}
.inner-page .dots ul li.slick-active::before {
  opacity: 1;
  -webkit-animation: ro 3.5s linear infinite;
  -moz-animation: ro 3.5s linear infinite;
  animation: ro 3.5s linear infinite;
}
.inner-page .dots ul li.slick-active button {
  color: var(--color);
}
@-webkit-keyframes ro {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes ro {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes ro {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes tx {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
@-moz-keyframes tx {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
@keyframes tx {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(3px);
    -moz-transform: translateX(3px);
    transform: translateX(3px);
  }
  to {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}
    .seoPublic .title {
    font-size: 48px;
    font-family: var(--font);
        line-height: 1.4;
        margin-bottom: 0.5em;
    }

    .seoPublic > div {
        padding: 60px 0;
    }

    .seoPublic > div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
        border-radius: 20px;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 2;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

    .seoPublic .Auxil-news .list ul li a.img-box {
        display: block;
        height: 240px;
        background-size: cover;
        background-position: center center;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 20px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 24px;
    font-family: var(--font);
        line-height: 1.6;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
font-size: 16px;
    margin-top: 1em;
    display: block;
    color: var(--color);
    }

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

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        line-height: 40px;
        height: 40px;
        padding: 0 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

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

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-family: var(--font);
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav > ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 25px;
        }

        .seoPublic > div {
            padding: 30px 0;
        }
        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
            line-height: 2;
font-size: 16px;
max-height: 250px;
        overflow-y: auto;
        }
    }
    

.seoPublic .Auxil-about .box .right .text a,
.seoPublic .seoIndustry .text a {
    color: #666;
}
@media screen and (max-width: 1000px){
  .inner-banner {
    margin-top: 160px;
}
  h1.h1.font-60,
  .inner-banner .ui.container .text .h2,
  .newsbox.Auxil-news {
    display: none !important;
  }
}

/*add*/
.dingshunadd99 p {
    font-size: 16px!important;
    color: #666!important;
    text-align: left!important;
    line-height: 2!important;
    height: auto!important;
}
.dingshunadd99 ul li {
    padding: 5px 10px!important;
    line-height: 2;
    font-size: 16px;
    color: #666!important;
}
.dingshunadd99 h3 {
  font-size: 18px;
  line-height: 1.8;
  padding: 10px 5px;
}
.dingshunadd99 h2 {
  font-size: 20px;
  line-height: 1.6;
  padding: 10px 5px;
  font-weight: 600;
  color: #009743;
}
.dingshunadd99 ol li,.dingshunadd99 ul li {
    list-style: disc;
    list-style-position: inside;








.odm-page .title {
    text-align: center
}

.odm-page .title span {
    display: inline-block;
    font-size: 18px;
    font-weight: 500;
    color: #00378c;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 3.5px
}

.odm-page .title .tit {
    font-size: 48px;
    font-family: var(--font);
    font-weight: 400;
    color: #1d1d1d;
    line-height: 1.2
}

.odm-page .title .tit i {
    display: block
}

.odm-page .title p {
    font-size: 18px;
    font-family: var(--font);
    font-weight: 400;
    color: #000;
    line-height: 2;
    max-width: 1088px;
    margin: 0 auto
}

.odm-page .odm-1 .mbx {
    font-size: 14px;
    font-family: var(--font);
    font-weight: 400;
    color: #000;
    line-height: 1;
    margin-top: 33px
}

.odm-page .odm-1 .title span {
    margin-top: 70px
}

.odm-page .odm-1 .title .tit {
    margin: 20px 0
}

.odm-page .odm-1 .list {
    margin-top: 85px
}

.odm-page .odm-1 .list ul li .img {
    position: relative;
    border-radius: 20px
}

.odm-page .odm-1 .list ul li .img .mask {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    padding: 45px;
    padding-bottom: 65px;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 11;
    overflow: hidden;
    border-radius: 20px
}

.odm-page .odm-1 .list ul li .img .mask .tit4 {
    font-size: 24px;
    font-family: var(--font);
    font-family: var(--font);
    color: #fff;
    line-height: 1;
}

.odm-page .odm-1 .list ul li .img .mask .cona {
    font-size: 16px;
    font-family: var(--font);
    font-weight: 400;
    color: #fff;
    line-height: 2;
    opacity: .7;
    margin-top: 17px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    height: 145px;
    overflow: auto
}

.odm-page .odm-1 .list ul li .img .mask:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -300px;
    width: 100%;
    height: 100%;
    background: var(--color);
    border-radius: 0 0 20px 20px;
    opacity: 0;
    -webkit-transition: .3s;
    transition: .3s;
    z-index: 1
}

.odm-page .odm-1 .list ul li:hover .img .mask {
    padding-bottom: 30px
}

.odm-page .odm-1 .list ul li:hover .img .mask .cona {
    opacity: 1
}

.odm-page .odm-1 .list ul li:hover .img .mask:after {
    opacity: 1;
    height: 100%;
    z-index: -1;
    bottom: 0
}

.odm-page .odm-2 {
    padding-top: 135px
}

.odm-page .odm-2 .container {
    width: 100% !important;
    padding: 0
}

.odm-page .odm-2 .title .tit {
    font-size: 36px;
    font-family: var(--font);
    font-weight: 300;
    color: #1d1d1d;
    line-height: 1.3;
    margin-top: 20px
}

.odm-page .odm-2 .title .tit i {
    display: block
}

.odm-page .odm-2 .title .btn {
    margin: 30px 0;
}

.odm-page .odm-2 .title .btn a {
    display: inline-block;
    font-size: 16px;
    font-family: var(--font);
    font-family: var(--font);
    color: #fff;
    line-height: 1;
    background: var(--color);
    border-radius: 5px;
    padding: 16px 29px;
    -webkit-transition: .3s;
    transition: .3s
}

.odm-page .odm-2 .title .btn a:hover {
    background: #e37600
}

.odm-page .odm-2 .top {
    margin-top: 70px
}

.odm-page .odm-3 {
    padding: 89px 0 160px
}
@media screen and (max-width: 1630px) {
    .odm-page .odm-1 .list ul li .img .mask {
        padding: 25px
    }
}
@media screen and (max-width: 1320px) {
    .odm-page .odm-2{
        padding-top:80px
    }
    .odm-page .odm-3{
        padding: 80px 0
    }
    .odm-page .title .tit,
    .odm-page .odm-2 .title .tit{
        font-size: 36px
    }
    .odm-page .odm-2 .title .tit i {
        display: initial
    }
}
@media screen and (max-width: 1100px) {
    .odm-page .odm-1 .title .tit {
        margin: 15px 0;
        line-height: 2
    }
}
@media screen and (max-width: 972px) {
    .odm-page .odm-3{
        padding:60px 0
    }
    .about-page,.odm-page .odm-2 {
        padding-top: 60px
    }
     .odm-page .odm-1 .list ul li .img .mask {
        position: static;
        opacity: 1;
        z-index: 111;
        background: #0f42a1
    }

    .odm-page .odm-1 .list ul li .img .mask:after {
        display: none
    }

    .odm-page .odm-1 .list ul li .img .mask .cona {
        opacity: 1
    }

    .odm-page .odm-1 .list ul li .img .mask .tit4 {
        line-height: 2
    }

    .odm-page .title span {
        margin-top: 15px
    }
}
@media screen and (max-width: 768px) {
    .odm-page .title .tit,.odm-page .odm-2 .title .tit{
        font-size: 32px
    }
}

@media screen and (max-width: 450px) {
    .odm-page .title .tit,
    .odm-page .odm-2 .title .tit{
        font-size:26px;
        line-height: 2
    }
  }









.service-page .service-1 {
    padding: 88px 0 70px
}

.service-page .service-1 ul {
    margin: -20px
}

.service-page .service-1 ul li {
    padding: 20px
}

.service-page .service-1 ul li .box {
    background: #fff;
    -webkit-box-shadow: 0px 13px 44px 5px rgba(0,0,0,.06);
    box-shadow: 0px 13px 44px 5px rgba(0,0,0,.06);
    text-align: center;
    padding: 75px 55px
}

.service-page .service-1 ul li .box .icon {
    height: 60px
}

.service-page .service-1 ul li .box .icon img {
    -webkit-transition: 1s;
    -moz-transition: 1s;
    transition: 1s
}

.service-page .service-1 ul li .box h4 {
    font-size: 25px;
    font-family: var(--font);
    margin: 20px 0 26px;
    line-height: 2
}

.service-page .service-1 ul li .box .text {
    font-size: 16px;
    line-height: 2;
    min-height: 180px
}

.service-page .service-1 ul li .box:hover .icon img {
    -webkit-transform: rotateY(360deg);
    -moz-transform: rotateY(360deg);
    transform: rotateY(360deg)
}

.service-page .service-2 {
    background-color: #fafafa;
    padding: 75px 0 0;
}

.service-page .service-2 .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;
    margin-bottom: 100px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.service-page .service-2 .top img{
  border-radius: 20px;
}
.service-page .service-2 .top .text {
    width: 60%;
    padding-right: 60px
}
.service-page .service-2 .top .img,
.service-page .service-2 .bottom .img  {
    width: 40%;
}
.service-page .service-2 .bottom img{
  border-radius: 20px;
}
.service-page .service-2 .top .text h3 {
    font-size: 43px;
    font-family: var(--font);
    margin-bottom: 25px
}

.service-page .service-2 .top .text h5 {
    font-size: 25px;
    line-height: 40px
}

.service-page .service-2 .top .text .content {
    font-size: 18px;
    line-height: 1.9;
    margin-top: 50px
}
.service-page .service-2 .text ul{
  display: flex;
  flex-wrap: wrap;
  margin: 30px -15px 0;
}
.service-page .service-2 .text ul li{
  width: 33.333333%;
  padding: 0 15px;
}
.service-page .service-2 .bottom .text ul li{
  width: 25%;
}
.service-page .service-2 .text ul li p{
  font-size: 16px;
  color: #666;
}
.service-page .service-2 .text ul li h4{
  font-size: 30px;
}
.service-page .service-2 .text ul li h4 em{
  font-size: 60px;
  font-family: var(--font);
  color: var(--color);
  margin-right: 20px;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
    margin-bottom: 50px
}

.service-page .service-2 .bottom {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
.service-page .service-2 .bottom h3{
  font-size:43px;
  font-family: var(--font);
  line-height: 2;
}
.service-page .service-2 .bottom .text {
    width: 60%;
    padding-left: 80px;
}

.service-page .service-2 .bottom .text .content {
    font-size: 18px;
    line-height: 1.8
}

.service-page .service-2 .bottom .text .content p:not(:last-child) {
    margin-bottom: 60px
}

.service-page .service-3 {
    padding: 80px 0;
    overflow: hidden
}

.service-page .service-3 h2 {
    font-size: 43px;
    font-family: var(--font);
    margin-bottom: 45px;
    line-height: 2
}

.service-page .service-3 .text {
    margin: -50px
}

.service-page .service-3 .text h4 {
    font-size: 25px;
    margin-bottom: 10px;
    line-height: 2
}

.service-page .service-3 .text .column {
    padding: 50px
}

.service-page .service-3 .imgbox {
    margin-top: 50px
}

.service-page .service-3 ul {
    margin: -15px
}

.service-page .service-3 ul li {
    padding: 15px
}

.service-page .service-3 ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 50px;
    height: 50px;
    border-radius: 100%;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
    box-shadow: 0px 0px 10px 0px rgba(0,0,0,.15);
    border: none;
    background: #fff
}

.service-page .service-3 ul .slick-prev {
    left: -50px
}

.service-page .service-3 ul .slick-next {
    right: -50px
}

.service-page .service-3 ul .slick-next:after,.service-page .service-3 ul .slick-prev:after {
    content: "\f104";
    font-family: "FontAwesome";
    font-size: 26px
}

.service-page .service-3 ul .slick-next:after {
    content: "\f105"
}

.service-page .service-4 {
    background-color: #fafafa;
    padding-bottom: 100px;
    padding-top: 100px
}

.service-page .service-4 h2 {
    font-size: 43px;
    font-family: var(--font);
    text-align: center;
    line-height: 2
}

.service-page .service-4 p.text {
    margin: 30px auto 30px;
    text-align: center;
    font-size: 18px;
    line-height: 2;
    max-width: 1050px
}

.service-page .service-4 ul li .box {
    position: relative;
    margin-bottom: 60px;
}

.service-page .service-4 ul li .box .column {
    vertical-align: middle
}
.service-page .service-4 ul li .box .column img{
  border-radius: 20px;
}

.service-page .service-4 ul li .box .content {
    padding: 9px;
    vertical-align: middle
}

.service-page .service-4 ul li .box .content h4 {
    font-size: 20px;
    font-family: var(--font);
    margin-bottom: 20px;
    line-height: 2
}

.service-page .service-4 ul li .box .content .text {
    font-size: 16px;
    line-height: 2;
    font-weight: 300;
    margin: 45px 0 45px
}

.service-page .service-4 ul li .box .content .text p {
    margin-bottom: 8px;
    font-weight: 500
}

.service-page .service-4 .honor ul {
    margin: -15px
}

.service-page .service-4 .honor ul li {
    padding: 15px
}

.service-page .service-4 ul.grid-box .slick-dots {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    margin-top: 50px
}

.service-page .service-4 ul.grid-box .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 100%;
    background-color: #878787;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 0 6px;
    padding: 0
}

.service-page .service-4 ul.grid-box .slick-dots li button {
    display: none
}

.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
    background-color: var(--color)
}

.history-page {
    padding: 100px 0
}

.history-page ul li {
    border-bottom: 1px solid #eee;
    padding: 50px 0
}

.history-page ul li .title {
    width: 20% !important;
    color: var(--color)
}

.history-page ul li .content {
    width: 80% !important;
    font-size: 18px;
    line-height: 32px
}

.knowledge-page {
    padding-top: 140px;
    text-align: center;
    padding-bottom: 190px
}

.knowledge-page .i-title {
    text-align: center;
    margin-bottom: 65px
}

.knowledge-page ul {
    margin: -40px
}

.knowledge-page ul li {
    padding: 40px
}

.knowledge-page ul li .content {
    padding: 20px 10px;
    text-align: left
}

.knowledge-page ul li .content .time {
    font-size: 14px
}

.knowledge-page ul li .content h5 {
    font-size: 20px;
    line-height: 2;
    font-family: var(--font);
    color: #0046ae;
    margin: 13px 0 7px
}

.knowledge-page ul li .content .des {
    font-size: 16px;
    line-height: 2
}

.download-page h2.title {
    font-family: var(--font);
    font-size: 48px;
    color: #333;
    display: block;
    line-height: 1.2
}

.download-page.downl .download-1 {
    display: none
}

.download-page .download-1 {
    padding: 80px 0;
    background: #f5f5f5
}

.download-page.downl .download-11 {
    display: block
}

.download-page .download-1.colorpage {
    display: none
}

.download-page .download-1 .list {
    margin-top: 40px
}

.download-page .download-1 .list ul {
    margin: -20px
}

.download-page .download-1 .list ul li {
    padding: 20px
}

.download-page .download-1 .list ul li .box {
    background: #fff
}

.download-page .download-1 .list ul li .box a.img {
    height: 290px;
    background-size: cover;
    background-position: center center;
    display: block
}

.download-page .download-1 .list ul li .box .content {
    padding: 15px
}

.download-page .download-1 .list ul li .box h6 {
    font-weight: 300;
    font-size: 21px;
    color: #333;
    line-height: 1.6;
    margin-bottom: 15px;
    min-height: 68px
}

.download-page .download-1 .list ul li .box a.down {
    line-height: 50px;
    height: 50px;
    padding: 0 10px;
    text-align: center;
    display: block;
    font-size: 21px;
    font-family: var(--font);
    text-transform: capitalize;
    background: var(--color);
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.download-page .download-1 .list ul li .box a.down:hover {
    background: #222
}

.download-page .download-11 .list ul li.video .img {
    position: relative
}

.download-page .download-11 .list ul li.video .img span {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    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%)
}

.download-page .download-11 .list ul li.video .img .play i {
    position: absolute;
    border-left: 23px solid var(--color);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.download-page .download-11 .list ul li.video .img .play:after,.download-page .download-11 .list ul li.video .img .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: rgba(255,255,255,.3);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.download-page .download-11 .list ul li.video .img .play:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}

.download-page .download-2 {
    padding: 80px 0
}

.download-page .download-2.colorpage {
    display: none
}

.download-page .download-2 .list {
    margin-top: 50px
}

.download-page .download-2 .list ul {
    margin: -25px
}

.download-page .download-2 .list ul li {
    padding: 25px
}

.download-page .download-2 .list ul li a {
    height: 310px;
    background-size: cover;
    background-position: center center;
    display: block;
    position: relative
}

.download-page .download-2 .list ul li a .play {
    width: 65px;
    height: 65px;
    border-radius: 100%;
    background: #fff;
    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%)
}

.download-page .download-2 .list ul li a .play i {
    position: absolute;
    border-left: 23px solid var(--color);
    border-top: 14px solid transparent;
    border-bottom: 14px solid transparent;
    top: 50%;
    left: 55%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.download-page .download-2 .list ul li a .play:after,.download-page .download-2 .list ul li a .play:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: inherit;
    z-index: -1;
    background: rgba(255,255,255,.3);
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite
}

.download-page .download-2 .list ul li a .play:after {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
@media screen and (max-width: 1400px) {

    .service-page .service-2 .top .text h3,.about-page h2.title {
        font-size: 34px
    }

    
}

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

    .service-page .service-1 ul li .box {
        padding: 50px 20px
    }

    .service-page .service-3 {
        padding: 70px 0
    }
    .download-page .download-1 .list ul li {
        width: 33%
    }
    .service-page .service-2 .text ul li h4 em {
    font-size: 45px;
  }
}

@media screen and (max-width: 1000px) {
  .knowledge-page ul li{
    width: 50% !important;
  }
  .knowledge-page ul {
    display: flex;
    flex-wrap: wrap;
  }
      .download-page .download-1 .list ul li {
        width: 50%
    }
    .service-page .service-1 {
        padding: 50px 0 60px
    }

    .service-page .service-2 .top .text {
        width: 100%;
        padding-right: 0
    }

    .service-page .service-2 .top .img {
        display: none
    }

    .service-page .service-2 .bottom {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .service-page .service-2 .bottom .text {
        width: 100%;
        padding-left: 0;
        margin-top: 20px
    }

    .service-page .service-4 ul.grid-box .column .box .content {
        max-width: 260px;
        padding: 20px
    }
    .service-page .service-2 .text ul li{
    width: 100% !important;
    margin: 0 0 30px;
            text-align: center;
  }
  .knowledge-page {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
      .seoPublic .Auxil-through a {
        line-height: 1.6;
        height: auto;
        padding: 9px 25px;
        margin: 5px 0;
    }
     .download-page .download-1 .list ul li {
        width: 100%
    }
    .service-page .service-1 ul li {
        width: 100% !important
    }

    .service-page .service-3 .text {
        margin: -20px
    }

    .service-page .service-3 .text .column {
        width: 100%;
        padding: 20px
    }

    .service-page .service-3 h2,.service-page .service-4 h2 {
        font-size: 30px
    }

    .service-page .service-2 .top .text h3 {
        font-size: 24px;
        line-height: 2
    }

    .service-page .service-4 ul li .box .column {
        width: 100%
    }

    .service-page .service-4 ul li .box .column:nth-child(1) img {
        width: 100%
    }

    .service-page .service-4 ul li .box .content {
        padding: 30px 0
    }
}
@media screen and (max-width: 700px) {

  .knowledge-page ul li{
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-3 .content {
    padding-right: 0;
  }
  .contact-page .contact-3 .content .text {
    margin: 0 auto;
    text-align: center;
  }
  .contact-page .contact-3 .content h2{
    font-size: 24px;
  }
  .contact-page .contact-3 .content h4{
    font-size: 20px;
  }
  .contact-page .contact-3 .content p{
    font-size: 16px;
  }
    .service-page .service-3 .text .content,
    .service-page .service-1 ul li .box .text{
        line-height: 2
    }
    .service-page .service-3 .text h4,.service-page .service-2 .top .text h5 {
        font-size: 20px;
        line-height: 2
    }

    .service-page .service-4 p.text,.service-page .service-2 .bottom .text .content,.service-page .service-2 .top .text .content {
        line-height: 2
    }

    .service-page .service-3 h2,
    .service-page .service-4 h2 {
        font-size: 24px
    }

}

















.production-sec .pur-sec {
    padding: 60px 0 0
}

.production-sec .pur-sec .mml-row {
    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
}

.production-sec .pur-sec .mml-row .text-wrap {
    width: 60%;
    max-width: 800px;
    display: flex;
    align-items: center;
    padding-right: 40px;
}

.production-sec .pur-sec .mml-row .text-wrap h2 {
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: .2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.production-sec .pur-sec .mml-row .img-wrap {
    width: 40%;
    max-width: 760px
}
.production-sec .pur-sec .mml-row .img-wrap img{
  border-radius: 20px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.production-sec .fig-sec {
    padding-bottom: 55px
}

.production-sec .fig-sec .mml-row {
    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-align-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.production-sec .fig-sec .mml-row h2 {
    font-style: normal;
    font-size: 48px;
    line-height: 1.2;
    color: var(--primary);
    margin-bottom: 6px;
    width: 40%
}

.production-sec .fig-sec .mml-row ul {
    width: 60%;
    max-width: 760px;
    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;
    padding: 45px 0 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd
}

.production-sec .fig-sec .mml-row ul li {
    max-width: 193px;
    text-align: center
}

.production-sec .fig-sec .mml-row ul li .nums {
    font-family: var(--font);
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: var(--primary)
}

.production-sec .fig-sec .mml-row ul li p {
    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0;
    margin-top: 10px
}

.mb-80 {
    margin-bottom: 80px
}

.pb-100 {
    padding-bottom: 100px
}

.production-sec .prints-sec {
    padding-top: 60px
}

.production-sec .prints-sec .mml-row {
    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
}

.production-sec .prints-sec .mml-row .img-wrap {
    width: 46%
}
.production-sec .prints-sec .mml-row .img-wrap img{
  border-radius:20px;
  width:100%;
  height: 100%;
  object-fit: cover;
}

.production-sec .prints-sec .mml-row .text-wrap {
    width: 64%;
    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;
    max-width: 760px;
    padding-left: 40px;
}

.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;
    font-style: normal;
    font-size: 40px;
    line-height: 2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 2;
    color: #242424;
    letter-spacing: .2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0;
    font-style: normal;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #d2d2d2
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0;
    border-bottom: none
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px
}

.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0
}

.production-sec .proto-sec h2 {
    font-style: normal;
    color: #000;
    font-size: 40px;
    line-height: 1.2;
    margin: 40px;
    text-align: center
}

.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px
}

.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px
}

.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%
}

.production-sec .proto-sec h4 {
    font-family: var(--font);
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center
}

.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0
}

.production-sec .p11-milestone {
    padding: 65px 0 170px;
    background-color: #f5f5f5
}

.p11-milestone {
    margin-top: 20px
}

.production-sec .p11-milestone .text h2 {
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

.production-sec .p11-milestone .title {
    margin-bottom: 40px
}

.production-sec .p11-milestone .list ul {
    margin: -15px
}

.production-sec .p11-milestone .list ul li {
    padding: 15px
}

.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden
}

.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0,-2.5px,0);
    -moz-transform: translate3d(0,-2.5px,0);
    transform: translate3d(0,-2.5px,0);
    will-change: transform
}

.production-sec .p11-milestone .comet,.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear,left top,right top,from(var(--primary)),color-stop(50%,#f35d2e),to(#f25743));
    background-image: -webkit-linear-gradient(left,var(--primary) 0%,#f35d2e 50%,#f25743 100%);
    background-image: -moz-linear-gradient(left,var(--primary) 0%,#f35d2e 50%,#f25743 100%);
    background-image: linear-gradient(90deg,var(--primary) 0%,#f35d2e 50%,#f25743 100%)
}

.production-sec .p11-milestone .comet:after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff
}

.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px
}

.production-sec .p11-milestone .historys time,.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.production-sec .p11-milestone .historys time {
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 24px
}

.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 24px
}

.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden
}

.production-sec .p11-milestone .historys>li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s
}

.production-sec .p11-milestone .historys>li:nth-child(even) time {
    bottom: 450%
}

.production-sec .p11-milestone .historys>li:nth-child(even) time:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px
}

.production-sec .p11-milestone .historys>li:nth-child(even) .text {
    top: 1000%
}

.production-sec .p11-milestone .historys>li:nth-child(odd) time {
    top: 450%
}

.production-sec .p11-milestone .historys>li:nth-child(odd) time:before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px
}

.production-sec .p11-milestone .historys>li:nth-child(odd) .text {
    bottom: 1000%
}

.production-sec .p11-milestone .historys>li.mml-show {
    opacity: 1
}

.production-sec .p11-milestone .historys>li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0,12px);
    -moz-transform: translate(0,12px);
    -ms-transform: translate(0,12px);
    transform: translate(0,12px)
}

.production-sec .p11-milestone .historys>li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0,-12px);
    -moz-transform: translate(0,-12px);
    -ms-transform: translate(0,-12px);
    transform: translate(0,-12px)
}

.production-sec .p11-milestone .historys>li:before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--primary)
}

.production-sec .team-img {
    text-align: center
}

.production-sec .team-img .text h2 {
    font-style: normal;
    font-size: 40px;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease
}

@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap {
        width:35%
    }

    .prints-sec .text-wrap {
        width: 60%
    }
}

@media screen and (max-width: 1200px) {
    .text.mod-1 h2 {
        font-size:30px;
        line-height: 1.4;
        margin-bottom: 20px !important;
        padding-top: 10px !important
    }

    .production-sec .fig-sec h2 {
        font-size: 30px
    }
    .production-sec .prints-sec .mml-row .text-wrap h3,
    .production-sec .pur-sec .mml-row .text-wrap h3{
      font-size: 30px;
      margin-bottom: 10px;
    }

    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
      font-size: 22px;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text p,
    .production-sec .pur-sec .mml-row .text-wrap p {
      font-size: 16px;
      line-height: 1.6;
  }
}

@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display:block
    }
    .production-sec .prints-sec .mml-row .text-wrap {
      padding-left: 0;
    }
    .production-sec .fig-sec .mml-row ul {
        width: 100%
    }

    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%
    }

    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0
    }

    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px
    }

    .production-sec .fig-sec .mml-row {
        display: block
    }

    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px
    }

    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%
    }

    .prints-sec .img-wrap {
        display: none
    }

    .prints-sec .text-wrap {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
    .seoIndustry.Auxil-industry.cdfert {
    display: none;
}
  a.yejiaoluelue {
    display: none;
}
    .production-sec .pur-sec {
        padding:20px 0 !important
    }

    .production-sec .fig-sec ul {
        display: block
    }

    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0
    }

    .production-sec .fig-sec {
        display: none
    }

    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 2
    }

    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 2
    }
}

.font-21 {
  font-size: 21px;
}
.font-26 {
  font-size: 26px;
}
.gallery-page {
  padding: 100px 0;
}
.gallery-page .cat_list_cont .list {
  background-color: var(--color);
  color: #ffffff;
  min-width: 210px;
  width: auto;
  padding: 12px;
  font-size: 16px;
  text-align: center;
  font-weight: bold;
  border-right: 1px solid #d9d9d9;
  margin-bottom: 30px;
}

.gallery-page .gallery-1 .container{
  margin-bottom: 60px;
}
.gallery-page .gallery-1 .container:last-child{
  margin-bottom: 0;
}
.gallery-page .gallery-1 ul {
  margin: 0 -15px;
}
.gallery-page .gallery-1 ul .slick-track{
  margin-left: 0;
}
.gallery-page .gallery-1 ul li {
  padding: 0 15px;
}
.gallery-page .gallery-1 ul li .item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gallery-page .gallery-1 ul li .item > img {
  width: 100%;
}
.gallery-page .gallery-1 ul li .item a {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item a img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item h5 {
  color: #222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  width: 100%;
  margin-top: 20px;
}
.gallery-page .gallery-1 ul li .item:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item:hover a img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
a.seojia {
    font-size: 16px;
}
