@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot") format("eot"), url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff"), url("../fonts/Poppins-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot") format("eot"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot") format("eot"), url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff"), url("../fonts/Poppins-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #187c95;
  --color2: #62c3d0;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 15px;
  max-width: 1630px;
  margin: auto;
  width: 100%;
}
#mobile2 .logo img{
  max-height: 45px;
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s
}
.col{
  color: var(--color);
}
.more {
  height: 60px;
  background-color: #187c95;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  padding: 0 30px;
  font-size: 17px;
  font-weight: bold;
  color: #ffffff;
  position: relative;
  z-index: 3;
}
.more::after {
  content: "";
  width: 20px;
  height: 20px;
  background: url(../images/jt1.png) no-repeat center center / 100%;
  margin-left: 21px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 100%;
  background: #000000;
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover::before {
  width: 100%;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  max-width: 1920px;
  background-color: #24272c;
}
#header .nav {
  width: 100%;
}
#header .nav .ui.menu {
  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;
}
#header .nav .ui.menu .logo {
  position: relative;
  /*margin-bottom: -60px;*/
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
  height: 94px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 42px;
  color: #ffffff;
  line-height: 1;
  -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;
  text-transform: capitalize;
  font-size: 19px;
  font-weight: 500;
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 1;
  padding: 20px 0;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover,
#header .nav .ui.menu .menu-box ul.menu > li > a.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
  height: 94px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 200px;
  padding: 0 22px;
}
#header .nav .ui.menu .h-search form {
  position: relative;
  font-size: 20px;
  font-weight: 500;
}
#header .nav .ui.menu .h-search form #s {
  width: 100%;
  height: 45px;
  background: none;
  border: none;
  padding-right: 50px;
}
#header .nav .ui.menu .h-search form .submit {
  position: absolute;
  width: 45px;
  height: 45px;
  background: #ffffff url(../images/search.png) no-repeat center center;
  border-radius: 50%;
  border: none;
  right: 0;
  top: 0;
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  color: #ffffff;
  font-size: 20px;
}
#header .nav .ui.menu .h-language span img {
  width: 26px;
  margin-right: 7px;
}
#header .nav .ui.menu .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  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: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  height: 94px;
  display: inline-block;
  padding: 0 20px;
  font-weight: 500;
  font-size: 20px;
  color: #ffffff;
  background-color: #187c95;
  line-height: 94px;
  cursor: pointer;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 94px;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-55%);
  -moz-transform: translateY(-55%);
  -ms-transform: translateY(-55%);
  transform: translateY(-55%);
}
#banner li .text .box {
  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;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}
#banner li .text .box .left {
  width: 66%;
  opacity: 0;
  transform: translateY(10%);
  transition: 1s 1s;
}
#banner .slick-active li .text .box .left {
  opacity: 1;
  transform: translateY(0);
}
#banner li .text .box .left .title {
  color: #ffffff;
  line-height: 1.1;
  position: relative;
  z-index: 2;
}
#banner li .text .box .left .title::after {
  content: "";
  display: block;
  width: 425px;
  height: 9px;
  background-color: #62c3d0;
  position: absolute;
  left: 0;
  bottom: 14px;
  z-index: -1;
}
#banner li .text .box .right {
  width: 30%;
}
#banner li .text .box .right .play {
  cursor: pointer;
  cursor: hand;
  position: relative;
  width: 153px;
  height: 153px;
}
#banner li .text .box .right .play .play_btn {
  font-size: 40px;
  width: 153px;
  height: 153px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--color);
  background-color: #ffffff;
  position: relative;
  z-index: 2;
}
#banner li .text .box .right .play::after,
#banner li .text .box .right .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: #000000;
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
#banner li .text .box .right .play:before {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.tags {
  font-size: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.5);
  font-weight: 500;
  padding-bottom: 8px;
}
.lh-1 {
  line-height: 1;
}
.lh-11 {
  line-height: 1.1;
}
#index-body .product {
  padding: 80px 0 0;
}
#index-body .product .top ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 -14px;
}
#index-body .product .top  .slick-slider:not(.slick-vertical) .slick-track .slick-slide > div{
  display: flex;
}
#index-body .product .top ul li {
  position: relative;
  padding: 0 14px;
  -webkit-box-flex: 3;
  -webkit-flex: 3;
  -moz-box-flex: 3;
  -ms-flex: 3;
  flex: 3;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  padding-bottom: 140px;
}

#index-body .product .top ul li .acc {
  position: relative;
  height: 470px;
  background-size: cover;
  /*border-radius: 30px;*/
  cursor: pointer;
  color: #ffffff;
}
#index-body .product .top ul li .tit {
  font-weight: 500;
}
#index-body .product .top ul li .tit2 {
  position: absolute;
  width: 80%;
  bottom: 35px;
  left: 45px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .top ul li .box {
  width: 90%;
  background-color: #187c95;
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 60px);
  -moz-transform: translate(-50%, 60px);
  -ms-transform: translate(-50%, 60px);
  transform: translate(-50%, 60px);
  padding: 15px 38px 24px;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .product .top ul li .box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
#index-body .product .top ul li.active {
  -webkit-box-flex: 6;
  -ms-flex: 6;
  -webkit-flex: 6;
  -moz-box-flex: 6;
  flex: 6;
}
#index-body .product .top ul li.active .tit2 {
  opacity: 0;
}
#index-body .product .top ul li.active .box {
  opacity: 1;
}
#index-body .about {
  background: url(../images/about.jpg) no-repeat center center / cover;
  overflow: hidden;
}
#index-body .about .box {
  color: #ffffff;
  position: relative;
  z-index: 3;
}
#index-body .about .box::after {
  content: "";
  display: block;
  width: 250px;
  height: 100%;
  background-color: #187c95;
  opacity: 0.9;
  position: absolute;
  z-index: -1;
  left: 100%;
  top: 0;
  -webkit-transform: translate(-85px);
  -moz-transform: translate(-85px);
  -ms-transform: translate(-85px);
  transform: translate(-85px);
}
#index-body .about .box .left .title {
  line-height: 1.2;
}
#index-body .about .box .left .cont {
  line-height: 2;
}
#index-body .about .box .left .more {
  background-color: #62c3d0;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.23);
}
#index-body .about .box .right 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;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
  margin-bottom: 75px;
}
#index-body .about .box .right li:last-of-type {
  margin-bottom: 0;
}
#index-body .about .box .right li .txt {
  line-height: 1;
  margin-right: 20px;
}
#index-body .process .left img {
  width: 100%;
}
#index-body .process .right .title {
  line-height: 0.8;
  border-bottom: 4px solid var(--color2);
  display: inline-block;
 
}
#index-body .process .right .cont {
  line-height: 2;
}
#index-body .process .right .cont .t1 {
  font-weight: bold;
  line-height: 1;
}
#index-body .solution {
  position: relative;
  background-color: #2c2c2c;
}
#index-body .solution .left {
  width: 50%;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  color: #ffffff;
}
#index-body .solution .left .img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solution .left .img.active {
  opacity: 1;
}
#index-body .solution .left .img img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .solution .right {
  width: 50%;
  margin: 0 0 0 auto;
  overflow: hidden;
  color: #ffffff;
}
#index-body .solution .right .title {
  line-height: 0.9;
}
#index-body .solution .right .title .t1 {
  opacity: 0.2;
}
#index-body .solution .right ul li {
  font-weight: 500;
  min-height: 63px;
  line-height: 1.4;
  padding-left: 66px;
  position: relative;
  z-index: 4;
  padding-right: 90px;
  cursor: pointer;
  display: flex;
  align-items: center;
}
#index-body .solution .right ul li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  background: url(../images/jt1.png) no-repeat center center / 100%;
  position: absolute;
  left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#index-body .solution .right ul li::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: var(--color);
  position: absolute;
  left: -90px;
  top: 0;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solution .right ul li.active::after,
#index-body .solution .right ul li:hover::after {
  opacity: 1;
}
#index-body .case {
  overflow: hidden;
}
#index-body .case .bottom {
  width: 110%;
  overflow: hidden;
  padding-right: 25%;
}
#index-body .case .bottom .slick-list {
  overflow: visible;
}
#index-body .case .bottom .img {
  position: relative;
}
#index-body .case .bottom .img img {
  width: 100%;
}
#index-body .case .bottom .img .txt {
  position: absolute;
  bottom: 28px;
  width: 100%;
  left: 0;
  color: #ffffff;
  font-weight: 500;
  text-align: center;
}
#index-body .news {
  background-color: #f2f2f2;
}
#index-body .news .bottom .box {
  border-radius: 7px;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background: #ffffff;
}
#index-body .news .bottom .box .left {
  width: 70px;
  font-size: 26px;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0.5);
  background: #187c95;
  font-weight: bold;
  position: relative;
}
#index-body .news .bottom .box .left span {
  position: absolute;
  left: -150%;
  top: 45%;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
#index-body .news .bottom .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: bold;
  padding: 32px 35px;
}
#index-body .news .bottom .box .right .time {
  color: var(--color);
}
#index-body .news .bottom .box .right .tit {
  height: 3em;
  transition: .5s;
}
#index-body .news .bottom .box .right .tit:hover{
  color: var(--color);
}
#index-body .news .bottom .box .right .cont {
  font-weight: 400;
}
#index-body .news .bottom .box .right .more {
  color: #000000;
  background: #f2f2f2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .box .right .more::after {
  background-image: url(../images/jt2.png);
}
#index-body .news .bottom .box .right .more::before {
  background: var(--color);
}
#index-body .news .bottom .box .right .more:hover {
  color: #ffffff;
}
#index-body .news .bottom .box .right .more:hover::after {
  background-image: url(../images/jt1.png);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #2c2c2c;
  color: #fff;
}
#footer .tit {
  font-weight: 500;
  line-height: 1;
}
#footer .f-top {
  border-bottom: 1px solid #4d4d4d;
}
#footer .f-top .f-form {
  width: 60%;
}
#footer .f-top .f-form form ul {
  margin: -9px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-top .f-form form ul li {
  padding: 9px;
}
#footer .f-top .f-form form ul li input {
  width: 100%;
  height: 52px;
  background-color: #f6f6f6;
  color: #323232;
  padding: 0 19px;
  border: none;
}
#footer .f-top .f-form form ul .submit input {
  background: var(--color);
  color: #ffffff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-top .f-form form ul .submit input:hover {
  color: var(--color);
  background: #ffffff;
}
#footer .f-top .f-form form ul .i1 {
  width: 50%;
}
#footer .f-top .f-form form ul .i2 {
  width: 70%;
}
#footer .f-top .f-form form ul .submit {
  width: 30%;
}
#footer .f-top .f-code #ewm {
  width: 120px !important;
  height: 120px  !important;
  border: 5px solid #ffffff;
}
#footer .f-top .f-code #ewm  canvas{
    width: 100% !important;
  height: 100%  !important;
}
#footer .f-box ul li {
  line-height: 2;
}
#footer .f-box ul li a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box ul li a:hover {
  color: var(--color);
}
#footer .f-box .f-cotnact {
  max-width: 420px;
}
#footer .f-box .f-nav ul li ul{
  display: none;
}
#footer .f-box .f-copy {
  max-width: 310px;
}
#footer .f-box .f-copy .share {
  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;
}
#footer .f-box .f-copy .share a {
  width: 26px;
  height: 26px;
  border: 1px solid #7d7d7d;
  color: #7d7d7d;
  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;
  font-size: 14px;
  line-height: 1;
  border-radius: 50%;
  margin-right: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-copy .share a:hover {
  color: #ffffff;
  background: #7d7d7d;
}
#footer .f-box .f-copy .cont {
  font-size: 18px;
}
#footer .f-box .f-copy .cont svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 32px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #ffffff;
  margin-top: 1px;
}
#footer .f-box .f-copy .cont svg text {
  fill: #ffffff;
}
#footer .f-box .f-copy .back {
  width: 50px;
  height: 50px;
  background: var(--color);
  text-align: center;
  line-height: 50px;
  font-size: 25px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .f-box .f-copy .back:hover {
  color: var(--color);
  background: #ffffff;
}
@media screen and (max-width: 1800px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 18px;
    margin-right: 30px;
  }
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    margin-right: 16px;
  }
  #header .nav .ui.menu .chat {
    font-size: 15px;
  }
  #header .nav .ui.menu .h-search {
    width: 180px;
  }
  #banner li .text .box .left .title::after {
    width: 366px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .chat {
    display: none;
  }
 
  #footer .f-box .f-cotnact {
    max-width: 340px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .text .box .right .play {
    zoom: 0.7;
  }
  #banner,
  .inner-banner {
    margin-top: 60px !important;
  }
  #banner li .text .box .left {
    width: 70%;
  }
  #banner li .text .box .right {
    width: 23%;
  }
  #banner li .text .box .left .title::after {
    width: 310px;
    bottom: 7px;
  }
  #index-body .product .top ul li .tit2 {
    left: 15px;
  }

  #index-body .process .box {
    -webkit-box-align: start;
    -webkit-align-items: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: start;
  }
  #index-body .solution .right ul li {
    padding-right: 55px;
  }
  #index-body .solution .right ul li::after {
    left: -55px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .news .bottom .box .left {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .font-24 {
    font-size: 16px;
  }
  .tags {
    font-size: 16px;
  }
  #index-body .product .top ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .product .top ul li {
    width: 100% !important;
    -webkit-box-flex: unset !important;
    -webkit-flex: unset !important;
    -moz-box-flex: unset !important;
    -ms-flex: unset !important;
    flex: unset !important;
    margin: 20px 0;
  }
  #banner li .text .box .right {
    display: none;
  }
  #banner li .text .box .left {
    width: 100%;
  }
  #banner li .text .box .left .title::after {
    display: none;
  }
  #index-body .product .top ul li .box {
    opacity: 1;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    bottom: 20px;
  }
  #index-body .product .top ul li .tit2 {
    opacity: 0;
  }
  #index-body .product .top ul li .acc {
    height: 300px;
  }
  #index-body .title {
    margin-bottom: 20px;
  }
  #index-body .title br {
    display: none;
  }
  #index-body .case .bottom {
    width: 100%;
    padding-right: 0;
  }
  #index-body .about .box .right {
    margin-top: 50px;
  }
  #index-body .about .box .right ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .box .right li {
    display: block;
    width: 33%;
    text-align: center;
    margin-bottom: 0;
  }
  #index-body .about .box .right li .icon {
    margin-top: 25px;
  }
  #index-body .about .box .right li .txt {
    margin-right: 0;
  }
  #index-body .about .box::after {
    display: none;
  }
  #footer .f-top .f-form {
    margin-bottom: 30px;
  }
  #footer .tit {
    font-size: 22px;
  }
  #footer .f-box .f-category {
    display: none;
  }
  #footer .f-box .f-cotnact {
    max-width: 100%;
  }
  #footer .f-box .f-copy {
    max-width: 100%;
    margin-top: 30px;
  }
  #index-body .process .right .title {
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    margin-top: 40px;
  }
  #index-body .product {
    padding: 40px 0 0;
  }
  #index-body .product .top ul li{
    padding-bottom: 60px;
  }
  #index-body .product .top ul li .box {
    padding: 15px 20px 24px;
  }
}
@media screen and (max-width: 700px) {
  .tags {
    font-size: 14px;
  }
  .font-60,
  .font-48 {
    font-size: 25px;
  }
  .font-36{
    font-size: 20px;
  }
  .font-26{
    font-size: 16px;
  }
  .font-30{
    font-size: 16px;
  }
  #banner li > img {
    height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .solution .left {
    width: 100%;
  }
  #index-body .solution .right {
    width: 100%;
  }
  #index-body .solution .left {
    position: relative;
  }
  #index-body .solution .left .img:first-child {
    position: static;
  }
  #index-body .about .box .right li {
    padding: 0 15px;
  }
  #index-body .about .box .right li .txt {
    font-size: 20px;
  }
  #footer .f-top .f-form form ul .i1 {
    width: 100%;
  }
  #footer .f-top .f-form form ul .i2 {
    width: 100%;
  }
  #footer .f-top .f-form form ul .submit {
    width: 100%;
  }
    .fixed-toolbar {
    right: 10px;
    bottom: 40%;
    zoom: 0.7;
  }
}
@media screen and (max-width: 500px) {

  #footer .f-box .f-copy .back {
    zoom: 0.8;
  }
  #index-body .solution .right {
    padding-left: 0;
  }
  #index-body .solution .right ul li {
    padding-right: 0;
  }
  #index-body .solution .right ul li::after {
    left: 0;
  }
  #index-body .news .bottom .box .right {
    padding: 20px;
  }
  #index-body .about .box .right li {
    width: 50%;
    margin-bottom: 25px;
  }
  #banner li .text .box .left .title {
    font-size: 30px;
  }
  #footer .f-box .f-copy .cont {
    font-size: 16px;
  }
  #footer .f-box .f-copy .cont svg {
    max-height: 28px;
  }
  .more {
    zoom: 0.8;
  }
}

/*inner-banner*/
.inner-banner{
  margin-top: 94px;
    position: relative;
}
.inner-banner .banner-img {
  height: 500px;
  position: relative;
  z-index: 2;
}
.inner-banner .pub_banner_box{
  height: 100%;
  width: 100%;
  overflow: hidden;

}
.inner-banner .con_banner{
  height: 100%;
  background-size: cover;
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  transition: all 3s ease;
}

.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 3;
  background: url(../images/banner-bg.png) center repeat rgba(0, 0, 0, 0.15);
}

.inner-banner #water {
  position: absolute;
  width: 23vw;
  top: 0;
  left: 0;
  margin: 0;
  height: 100%;
  z-index: 4;
  transform: none;
  -webkit-transform: none;
  -moz-transform: none;
  -o-transform: none;
  -ms-transform: none;
  opacity: 0.8;
}
.inner-banner .banner-img .text{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-40%);
  color: #ffffff;
  width: 100%;
  z-index: 5;
}
.inner-banner .banner-img .text .tit{
  padding-right: 100px;
  padding-bottom: 35px;
  max-width: 75%;
}
.inner-banner .banner-img .text .bot{
  display: flex;
  align-items: center;
  flex: 1;
}
.inner-banner .banner-img .text .bot .line{
  flex: 0;
  height: 1px;
  background: #ffffff;
transition:  0.8s ease .2s;
}
.inner-banner .banner-img .text .bot.active .line{
  flex: 1;
}
.inner-banner .banner-img .text .bot .st{
  margin-left: 50px;
}
.inner-banner .banner-img .text .bot .st i{
  margin-left: 50px;
}
.inner-banner .mbx{
  padding: 5px 0;
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  color: #ffffff;
  z-index: 3
}

.about-page .about-1 .tags{
  border-bottom: none;
}
.about-page .about-1 .center {
  margin-top: 50px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .center .left {
  width: 65%;
  font-size: 18px;
  line-height: 2;
  height: 220px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-1 .center .right {
  max-width: 30%;
  text-align: center;
}
.about-page .about-1 .center .right .t1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.about-page .about-1 .center .right p {
  font-size: 26px;
}
.about-page .about-1 .video {
  margin-top: 65px;
  position: relative;
  cursor: pointer
}
.about-page .about-1 .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .video .play img {
  position: relative;
  z-index: 3;
}
.about-page .about-1 .video .play::before,
.about-page .about-1 .video .play::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: #979da1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.about-page .about-1 .video .play::before {
  -webkit-animation: ks 2s infinite ease;
  -moz-animation: ks 2s infinite ease;
  animation: ks 2s infinite ease;
}
.about-page .about-1 .video .play::after {
  -webkit-animation: ks 2s 1s infinite ease;
  -moz-animation: ks 2s 1s infinite ease;
  animation: ks 2s 1s infinite ease;
}
.about-page .about-1 .dates {
  padding: 60px 0 90px;
}
.about-page .about-1 .dates ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-1 .dates ul li {
  /*width: 25%;*/
  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;
}
.about-page .about-1 .dates ul li .num {
  font-weight: bold;
  line-height: 1;
  font-size: 90px;
}
.about-page .about-1 .dates ul li .num em {
  line-height: 1;

}
.about-page .about-1 .dates ul li p {
  font-size: 18px;
  margin-left: 20px;
  max-width: 110px;

}

@media screen and (max-width: 1450px) {
    .about-page .about-1 .center .right .t1 {
    font-size: 150px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 70px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .center .right .t1 {
    font-size: 120px;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-1 .dates ul li {
    width: 50%;
  }
  .about-page .about-1 .center .left {
    width: 100%;
  }
  .about-page .about-1 .center .right {
    display: none;
  }
  .about-page .about-1 .video {
    display: none;
  }
  .about-page .about-1 .dates ul li{
    justify-content: flex-start;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
   .about-page .about-1 .dates {
    padding: 20px 0 30px;
  }
}
@media screen and (max-width: 500px) {
   .about-page .about-1 .dates ul li {
    width: 100%;
  }
  .about-page .about-1 .dates ul li .num {
    font-size: 30px;
  }
  .about-page .about-1 .dates ul li p {
    max-width: 200px;
  }
}



.about-page .about-2 {
    color: white;
}
.about-page .about-2 span.h2 {
    max-width: 50%;
}
.about-page .about-2 .list {
    margin: 1em 0;
}
.about-page .about-2 .list ul li {
    background-color: white;
    color: black;
    padding: 3% 3.5% 5%;
    position: relative;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .list ul li:after {
    content: '';
    width: 100%;
    height: -webkit-calc(100% + 2em);
    height: -moz-calc(100% + 2em);
    height: calc(100% + 2em);
    position: absolute;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));
    top: -1em;
    left: 0;
    z-index: -1;
    border-radius: 1em;
    border-top-left-radius: 0;
    border-bottom-right-radius: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}
.about-page .about-2 .list ul li:before {
    content: '';
    width: 1px;
    height: 63%;
    position: absolute;
    left: 0;
    top: 15%;
    background-color: #dedede;
}
.about-page .about-2 .list ul li i {
    width: 2em;
    height: 2em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.about-page .about-2 .list ul li span.h6 {
    line-height: 1.4;
    text-transform:uppercase;
}
.about-page .about-2 .list ul li:hover {
    color: white;
}
.about-page .about-2 .list ul li:hover i {
    -webkit-filter: brightness(0) invert(1);
    filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li:hover .text {
    color: inherit;
}
.about-page .about-2 .list ul li:hover:after {
    opacity: 1;
}
.about-page .about-2 .list ul li:first-child:before {
    display: none;
}


@media screen and (max-width: 1250px) {
    .about-page .about-2 .list ul li {
        padding: 3%;
    }
}
@media screen and (max-width: 1000px) {
    .about-page .about-2 .list ul li {
        width: 50%;
    }
    .about-page .about-2 .list ul li:after {
        height: 100%;
        top: 0;
        border-radius: 0;
    }
}
@media screen and (max-width: 700px) {
    .about-page .about-2 .list ul li {
        width: 100%;
    }
    .about-page .about-2 span.h2 {
        max-width: none;
    }
    .about-page .about-2 .list ul li:before {
        width: 100%;
        top: 0;
        left: 0;
        height: 1px;
    }
}
.about-page .about-3 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));
}
@media screen and (max-width: 1450px) {
    .about-page .about-3 .left .icon {
        zoom: .6;
    }
}
@media screen and (max-width: 1000px){
  .about-page .about-3 .left .icon {
        left: 0;
        max-width: 70%;
    }
}

.about-page .about-4 {
    position: relative;
}
.about-page .about-4:before {
    content: '';
    width: 100%;
    height: 60%;
    position: absolute;
    left: 0;
    top: 0;
    z-index: -1;
    background-color: #f4f4f4;
}


.r-d-page .rd-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r-d-page .rd-1 .top .tip {
  width: 50%;
}
.r-d-page .rd-1 .top .tip .title {
  line-height: 1.2;
}
.r-d-page .rd-1 .top .cont {
  width: 50%;
  font-size: 18px;
  line-height: 2;
}
.r-d-page .rd-1 .sus1 {
  margin-top: 70px;
  width: 100%;
}
.r-d-page .rd-2 .list1 {
  background: #555;
  /*background: url(../images/sus2-adv1.jpg) no-repeat top center / cover;*/
  color: #fff;
}
.r-d-page .rd-2 .list2 {
  background: #f2f2f2;
}
.r-d-page .rd-2 .list {
  padding: 100px 0;
}
.r-d-page .rd-2 .list .ui {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.r-d-page .rd-2 .list .left {
  width: 46%;
}
.r-d-page .rd-2 .list .right {
  width: 50%;
  position: relative;

}
.r-d-page .rd-2 .list .right .conts{
  height: 550px;
  overflow-y: auto;
}
.r-d-page .rd-2 .list .right .smt {
  font-weight: bold;
}
.r-d-page .rd-2 .list .right .title {
  position: relative;
  z-index: 3;
  margin-bottom: 20px;
}
.r-d-page .rd-2 .list .right .num {
  position: absolute;
  right: 0;
  top: -30px;
  font-size: 120px;
  font-weight: bold;
  line-height: 1;
  opacity: 0.1;
}
.r-d-page .rd-2 .list .right .text {
  font-size: 18px;
  line-height: 2;
}
.r-d-page .rd-2 .list .right .tit {
  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: 20px 0 10px;
}
.r-d-page .rd-2 .list .right .tit img {
  margin-right: 15px;
}
@media screen and (max-width: 1280px) {
  .r-d-page .rd-2 .list .left {
    display: none;
  }
  .r-d-page .rd-2 .list .right {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .r-d-page .rd-1 .top .tip {
    width: 100%;
  }
  .r-d-page .rd-1 .top .cont {
    width: 100%;
    margin-top: 30px;
  }
  .r-d-page .rd-2 .list .right .num {
    font-size: 80px;
  }
}
@media screen and (max-width: 700px) {
  .r-d-page .rd-2 .list {
    padding: 50px 0;
  }
  .r-d-page .rd-2 .list .right .num {
    font-size: 60px;
    top: -10px;
  }
}


.facility-page .init-1 {
    position: relative;
    z-index: 2;
}
.facility-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.facility-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
    font-weight: bold;
}
.facility-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
}
.facility-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.facility-page .init-1 .container .desC {
    overflow: hidden;
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 568px;
    color: #fff;
    padding: 10px 90px;
}
.facility-page .init-1 .container .desC .title {
    font-weight: bold;
}
.facility-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
@media (max-width: 1800px) {
   
    .facility-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .facility-page .init-1 .subText {
        font-size: 100px;
    }
}
@media (max-width: 1000px) {
 
    .facility-page .init-1 .subText {
        display: none;
    }
    .facility-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .facility-page .init-1 .container .desC {
        padding: 10px 20px;
    }
     .facility-page .init-1 .container .desC {
        min-height: auto;
    }
}
@media (max-width: 500px) {
   .facility-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
}


.facility-page .init-2 {
  background: url(../images/adv_bg.jpg) no-repeat top center / cover;
  padding-top: 100px;
  padding-bottom: 160px;
}

.facility-page .init-2 .tip {
  color: #fff;
  /*text-align: center;*/
}
.facility-page .init-2 .tip .tags {
  border-bottom: 1px solid #ffffff;
}
.facility-page .init-2 ul {
  margin-right: -24px;
  margin-top: 65px;
}
.facility-page .init-2 ul li {
  padding-right: 24px;
}
.facility-page .init-2 ul li .box {
  background: #fff;
  padding-top: 56px;
  padding: 56px 39px 80px;
}
.facility-page .init-2 ul li .box .t1 {
  font-weight: bold;
  line-height: 1.2;
  margin-top: 10px;
  height: 2.5em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  font-size: 30px;
}
.facility-page .init-2 ul li .box .icon{
  height: 102px
}
.facility-page .init-2 ul li .box .cont {
  font-size: 20px;
  line-height: 1.8;
  margin-top: 15px;
  height: 9em;
  overflow-y: auto;
  padding-right: 5px;
}

@media screen and (max-width: 1700px) {
  
  .facility-page .init-2 ul li .box {
    padding: 56px 24px 80px;
  }
}
@media screen and (max-width: 1450px) {
  .facility-page .init-2 ul li .box .t1 {
    font-size: 20px;
  }
  .facility-page .init-2 ul li .box .cont{
    font-size: 16px;
  }
}

.facility-page .init-3 {
  background: #f2f2f2;
}
.facility-page .init-3 .top {
  text-align: center;
}
.facility-page .init-3 .top .smt {
  padding-bottom: 5px;
}
.facility-page .init-3 .bottom {
  position: relative;
}
.facility-page .init-3 .bottom ul {
  margin: 0 -30px;
  margin-top: 67px;
}
.facility-page .init-3 .bottom ul li {
  padding: 0 30px
}
.facility-page .init-3 .bottom ul li .box {
  background: #fff;
}
.facility-page .init-3 .bottom ul li .box:hover .text .box2 {
  opacity: 1;
}
.facility-page .init-3 .bottom ul li .box .tip {
  padding: 30px 50px;
}
.facility-page .init-3 .bottom ul li .box .tip .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1.1;
  padding-bottom: 25px;
  border-bottom: 1px solid #72915b;
}
.facility-page .init-3 .bottom ul li .box .tip .cont {
  font-size: 20px;
  line-height: 1.5;
  margin-top: 27px;
  height: 3em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;

}
.facility-page .init-3 .bottom ul li .box .text {
  position: relative;
}
.facility-page .init-3 .bottom ul li .box .text > img {
  width: 100%;
}
.facility-page .init-3 .bottom ul li .box .text .box2 {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  top: 0;
  left: 0;
  color: #fff;
  padding: 35px 40px 50px;
  font-size: 20px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.facility-page .init-3 .bottom ul li .box .text .box2 .info {
  height: 100%;
  overflow-y: auto;
}
.facility-page .init-3 .bottom ul li .box .text .box2 .info p {
  margin-bottom: 30px;
}
.facility-page .init-3 .bottom .prev,
.facility-page .init-3 .bottom .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
  cursor: pointer;
}
.facility-page .init-3 .bottom .prev:hover,
.facility-page .init-3 .bottom .next:hover {
  background: var(--color);
}
.facility-page .init-3 .bottom .prev {
  left: -100px;
}
.facility-page .init-3 .bottom .next {
  right: -100px;
}
.facility-page .init-3 .more {
  margin-top: 60px;
}
@media screen and (max-width: 1280px) {
  .facility-page .init-3 .bottom .prev,
  .facility-page .init-3 .bottom .next {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
  .facility-page .init-3 .bottom ul {
    margin-right: -30px;
  }
  .facility-page .init-3 .bottom ul li {
    padding-right: 30px;
  }
  .facility-page .init-3 .bottom ul li .box .tip .t1 {
    font-size: 28px;
  }
 
}
@media screen and (max-width: 700px) {
  
  .facility-page .init-3 .bottom ul li .box .tip .t1 {
    font-size: 25px;
  }
  .facility-page .init-3 .bottom ul li .box .tip {
    padding: 20px  15px;
  }
  .facility-page .init-3 .bottom ul li .box .tip .cont {
    font-size: 16px;
  }
  .facility-page .init-3 .bottom ul li .box .text .box2 {
    padding: 15px;
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .facility-page .init-3 .bottom ul li .box .tip .t1 {
    font-size: 20px;
  }
}


.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-family: syne;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
  font-family: 'syne';
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -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;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}
@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}


.m-page .wp-pagenavi {
  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;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.m-page .wp-pagenavi .current {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}



.contact-page .contact-1 {
  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-top: 80px;
}
.contact-page .contact-1 .left {
  width: 46%;
}
.contact-page .contact-1 .right{
  width: 46%;
}
.contact-page .contact-1 .left .smt {
  padding-top: 30px;
  padding-bottom: 8px;
}
.contact-page .contact-1 form {
  margin-top: 62px;
}
.contact-page .contact-1 form button {
  border: none;
}
.contact-page .contact-1 form ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.contact-page .contact-1 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.contact-page .contact-1 form ul li input::-webkit-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input:-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input::-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input:-ms-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li input::placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.contact-page .contact-1 form ul li textarea::-webkit-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea:-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea::-moz-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea:-ms-input-placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul li textarea::placeholder {
  color: #989898;
}
.contact-page .contact-1 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.contact-page .contact-1 form ul .i1 {
  width: 48%;
}
.contact-page .contact-1 form ul .i2 {
  width: 100%;
}
.contact-page .contact-1 form ul .i3 {
  width: 100%;
  height: 262px;
}
.contact-page .contact-2 {
  background-color: #f2f2f2;
  padding: 83px 80px  97px;
  margin-top: 100px;
  margin-bottom: 80px
}
.contact-page .contact-2 .title {
  line-height: 1.2;
}
.contact-page .contact-2 .top {
  text-align: center;
  /*max-width: 750px;*/
  margin: 0 auto;
}
.contact-page .contact-2 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 100px;
}
.contact-page .contact-2 ul li {
  width: 33%;
  text-align: center;
  padding: 0 40px;
  position: relative;
}
.contact-page .contact-2 ul li::after {
  content: '';
  display: block;
  width: 1px;
  height: 140px;
  background: #989898;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.contact-page .contact-2 ul li.last::after {
  display: none;
}
.contact-page .contact-2 ul li .t1 {
  font-weight: bold;
  font-size: 25px;
  margin-top: 30px;
  line-height: 1;
  margin-bottom: 15px;
}
.contact-page .contact-2 ul li p {
  font-size: 18px;
  line-height: 1.4;
  color: #989898;
}
@media screen and (max-width: 1440px) {
  .contact-page .contact-1 .right {
    width: 46%;
  }
  .contact-page .contact-1 .right img {
    width: 100%;
  }
  .contact-page .contact-2 {
    padding: 83px 40px  97px;
  }
  .contact-page .contact-2 ul li {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page .contact-2 {
    padding: 83px 20px  97px;
  }
  .contact-page .contact-2 ul li .t1{
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-2 ul li {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 ul li::after {
    display: none;
  }
  .contact-page .contact-1 .right {
    display: none;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 form ul .i1 {
    width: 100%;
  }
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-2 {
    margin-top: 50px;
  }
  .contact-page .contact-2 {
    padding: 43px 20px  57px;
  }
  .contact-page .contact-2 ul {
    margin-top: 50px;
  }
  .contact-page .contact-2{
    margin-bottom: 40px
  }
}

/*news*/


.news-page ul {
  margin: -15px;
}
.news-page .init-2 ul li {
  padding: 15px;
}
.news-page .init-2 ul li .box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 40px 20px 50px;
  border-radius: 12px;
  height: 100%;
}
.news-page .init-2 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1
}
.news-page .init-2 ul li .box .h3 {
  font-size: 22px;
  font-weight: bold;
  margin: 20px 0 20px;
  /*height: 4.2em;*/
  line-height: 1.4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.news-page .init-2 ul li .box .content {
  font-size: 18px;
  line-height: 2;
  margin-bottom: 20px;
    display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
    height: 8em;
}

.news-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.news-page .init-1 .container .cont li {
  margin-right: 40px;
}
.news-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.news-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.news-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.news-page .init-1 .container .cont li .box a.active::before,
.news-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
@media screen and (max-width: 1280px){
 
}
@media screen and (max-width: 1000px){
  .news-page .init-1{
    display: none;
  }
}
@media screen and (max-width: 700px){
   
  .news-page .init-2 ul li .box .h3{
    min-height: auto;
  }
}
.newdet-page .newdet-1{
  padding-top: 80px
}
.newdet-page .newdet-1 .tips {
  width: 232px;
  height: 52px;
  background-image: -webkit-gradient(linear, left top, right top, from(#567e35), color-stop(100%, #85b02e), color-stop(100%, #93a868), to(#a0a0a1)), -webkit-gradient(linear, left top, left bottom, from(#f2f2f2), to(#f2f2f2));
  background-image: -webkit-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -webkit-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: -moz-linear-gradient(left, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), -moz-linear-gradient(#f2f2f2, #f2f2f2);
  background-image: linear-gradient(90deg, #567e35 0%, #85b02e 100%, #93a868 100%, #a0a0a1 100%), linear-gradient(#f2f2f2, #f2f2f2);
  background-blend-mode: normal, 
		normal;
  border-radius: 26px;
  text-align: center;
  font-size: 20px;
  color: #fff;
  line-height: 52px;
  margin: 0 auto 40px;
}
.newdet-page .newdet-1 h1{
  	font-size: 48px;
    font-weight: bold;
    text-align: center
}
.newdet-page .newdet-1 .time{
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  margin-top: 22px
}
.newdet-page .newdet-1 .time .ad{
  width: 31px;
	height: 31px;
	background-color: #f2f2f2;
    display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border-radius: 50%;
  margin-right: 16px;
  color: #aaa
}
time .dot{
  	width: 3px;
	height: 3px;
	background-color: #588034;
    border-radius: 50%;
    margin: 0 10px
}
.newdet-page .newdet-1 .content{
  font-size: 18px;
  line-height: 2;
  margin-top: 40px;
}
.newdet-page .newdet-1 .m-link{
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  padding: 22px 0;
  border-top: 1px solid #dbdbdb;
  border-bottom: 1px solid #dbdbdb;
  margin-top: 70px
}
.newdet-page .newdet-1 .m-link>a div{
  	color: #8e8e8e;
    font-size: 16px
}
.newdet-page .newdet-1 .m-link .share{
     display: flex;
  justify-content: center;
  align-items: center;
}
.newdet-page .newdet-1 .m-link .share a{
  width: 46px;
  height: 46px;
  border-radius: 50%;
    display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  margin-left: 10px
}
.newdet-page .newdet-1 .m-link .share .a1{
background: #48bde9
}
.newdet-page .newdet-1 .m-link .share .a2{
background: #4f5fbf
}
.newdet-page .newdet-1 .m-link .share .a3{
background: #7a7d82
}
.newdet-page .newdet-1 .m-link .share .a4{
background: #f39801
}
.newdet-page .newdet-1 .m-link .share .a5{
background: #f39801
}
@media screen and (max-width: 1280px) {
.newdet-page .newdet-1 h1{
  font-size: 35px
}
}
@media screen and (max-width: 1000px) {
.newdet-page .newdet-1 h1{
  font-size: 28px
}
.newdet-page .newdet-1 .m-link .share a{
  zoom: 0.8
}
}
@media screen and (max-width: 700px) {
.newdet-page .newdet-1 h1{
  font-size: 25px
}
.newdet-page .newdet-1 .m-link .share {
 width: 100%;
 justify-content: flex-start
}
.newdet-page .newdet-1 .m-link>a{
  width: 100%;
  margin-bottom: 10px
}
.newdet-page .newdet-1 .tips{
  zoom: 0.7
}
.newdet-page .newdet-1{
  padding-top: 40px
}
.newdet-page .newdet-1 .m-link{
  margin-top: 40px
}
.newdet-page .newdet-1 .content{
  margin-top: 25px
}
}
@media screen and (max-width: 500px) {
  .newdet-page .newdet-1 h1{
  font-size: 22px
}
.newdet-page .newdet-1 .content{
  font-size: 16px
}
}
.newdet-page .pro_news .t1{
  font-weight: bold;
  transition: .5s;
  padding: 5px 0;
}
.newdet-page .pro_news .t1:hover{
  color: var(--color);
}

/*faq*/

.faq-page .container .tit {
  font-weight: bold;
  padding-left: 60px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}
.faq-page .container .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.faq-page .container .content {
  margin-top: 60px;
}
.faq-page .container .content ul {
  border-top: 1px solid #e5e8ec;
  border-left: 1px solid #e5e8ec;
  border-right: 1px solid #e5e8ec;
}
.faq-page .container .content ul li {
  border-bottom: 1px solid #e5e8ec;
  position: relative;
  cursor: pointer;
}
.faq-page .container .content ul li > i {
  position: absolute;
  top: 24px;
  right: 24px;
  line-height: 1;
  font-size: 30px;
  width: 30px;
  height: 30px;
  text-align: center;
  color: var(--color);
  transition: .5s;
}
.faq-page .container .content ul li .title {
  font-weight: bold;
  position: relative;
  padding: 20px 60px;
  font-size: 26px;
  transition: .5s;
}
.faq-page .container .content ul li .title::before{
  display: none;
}
.faq-page .container .content ul li .des {
  display: none;
  padding: 20px 60px;
}
.faq-page .container .content ul li.active .title {
  background-color: var(--color);
  color: #fff;
}
.faq-page .container .content ul li.active > i {
  color: #fff;
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
@media (max-width: 1000px) {
  .faq-page {
    text-align: center;
  }
  .faq-page .container .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }
  .faq-page .container .content ul {
    text-align: left;
  }
  .faq-page .container .content {
    text-align: left;
  }
  .faq-page .container .content ul li .title{
    font-size: 20px;
  }
}
@media (max-width: 500px) {
   .faq-page .container .content ul li .title{
    font-size: 18px;
  }
  .faq-page .container .content {
    margin-top: 30px;
  }
  .faq-page .container .content ul li .title {
    padding: 20px 30px 20px 16px;
  }
  .faq-page .container .content ul li > i {
    font-size: 20px;
    width: 20px;
    height: 20px;
    right: 2px;
    top: 28px;
  }
  .faq-page .container .content ul li .des {
    padding: 20px 16px;
  }
}


.custom-page .custom-1 ul {
  margin: 0 -17px;
  background: url("../images/service-line.png") no-repeat center 80px;
}
.custom-page .custom-1 ul li {
  padding: 0 17px;
}
.custom-page .custom-1 ul li .img_box {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 15px;
  background-color: #ececec;
  border-radius: 50%;
  margin: 0 auto;
  position: relative;
}
.custom-page .custom-1 ul li .img_box span {
  display: block;
  background-color: var(--color);
  color: white;
  position: absolute;
  left: 0;
  top: 20px;
  width: 52px;
  height: 52px;
  border-radius: 50%;
  font-size: 18px;
  text-align: center;
  line-height: 54px;
  font-family: var(--font);
}
.custom-page .custom-1 ul li h4 {
  margin: 30px 0 15px;
  font-weight: bold;
}
@media (max-width: 1450px) {
   .custom-page .custom-1 ul {
    background-size: 80%;
  }
}
@media (max-width: 1250px) {
 .custom-page .custom-1 ul li {

    margin: 20px 0;
  }
  .custom-page .custom-1 ul {
    background: none;
  }
  .custom-page .custom-1 ul {
  margin: 0 -10px;
}
.custom-page .custom-1 ul li {
  padding: 0 10px;
}
}
@media (max-width: 500px) {
   .custom-page .custom-1 ul li {
    width: 100%;
  }
  .service .service-1 {
    padding-top: 70px;
  }
}

.custom-page .custom-2 {
  background: url(../images/sev2-3.jpg) no-repeat bottom -5px center / 100%;
  text-align: center;
}
.custom-page .custom-2 .title {
  line-height: 1.2;
}
.custom-page .custom-2 .cont {
  max-width: 1150px;
  font-size: 17px;
  line-height: 2;
  margin: 15px auto 45px;
}


.custom2-page .custom2-1 {
  /*background: url(../images/.jpg) no-repeat top center / cover;*/
  background: #555;
  padding: 117px 0 90px;
}
.custom2-page .custom2-1 .team {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom2-page .custom2-1 .team .left {
  width: 50%;
}
.custom2-page .custom2-1 .team .right {
  width: 50%;
  padding-left: 120px;
  color: #fff;
}
.custom2-page .custom2-1 .team .right .smt {
  margin-bottom: 10px;
}
.custom2-page .custom2-1 .team .right .cont {
  font-size: 17px;
  line-height: 2;
  margin-top: 50px;
}
.custom2-page .custom2-1 .team .right .cont p {
  margin-bottom: 30px;
}
@media screen and (max-width: 1450px) {
  .custom2-page .custom2-1 .team .right {
    padding-left: 50px;
  }
}
@media screen and (max-width: 1000px) {
   .custom2-page .custom2-1 .team .right{
    width: 100%;
    padding-left: 0;
  }
    .custom2-page .custom2-1 .team .left{
    display: none;
  }
}
.custom2-page .custom2-2 .top .rg{
  text-align: right;
}
.custom2-page .custom2-2 .bottom .box{
  position: relative;
}
.custom2-page .custom2-2 .bottom .box .t1{
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  color: #ffffff;
  text-align: center;
  padding: 0 15px;
}

.custom1-page .facility-page .init-1{
  background: #f6f6f6;
}
.custom1-page .custom1-1 .item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 120px;
}
.custom1-page .custom1-1 .item .content {
  width: 50%;
}
.custom1-page .custom1-1 .item .content .i-title {
  margin: 19px 0 13px;
}
.custom1-page .custom1-1 .item .content .txt {
  font-size: 20px;
  line-height: 1.8;
  color: #5e5e5e;
  margin-bottom: 55px;
  max-height: 5.5em;
  overflow-y: auto;
}
.custom1-page .custom1-1 .item .content ul {
  margin: -10px;
  margin-bottom: 70px;
}
.custom1-page .custom1-1 .item .content ul li {
  padding: 10px;
  text-align: center;
}
.custom1-page .custom1-1 .item .content ul li .img-box {
  position: relative;
  padding: 30px;
}
.custom1-page .custom1-1 .item .content ul li .img-box img {
width: 100%

}
.custom1-page .custom1-1 .item .content ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #f6f6f6;
  z-index: -1;
}
.custom1-page .custom1-1 .item .content ul li h6 {
  font-size: 16px;
  line-height: 2;
  margin-top: 20px;
}
.custom1-page .custom1-1 .item .content .more_btn .more::after {
  color: black;
}
.custom1-page .custom1-1 .item .img {
  width: 50%;
  position: relative;
}
.custom1-page .custom1-1 .item .img .small-img {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.custom1-page .custom1-1 .item:last-child {
  margin-bottom: 0;
}
.custom1-page .custom1-1 .item:nth-child(2n-1) .content {
  padding: 0 40px 0 260px;
}
.custom1-page .custom1-1 .item:nth-child(2n-1) .img .big-img img {
  margin-left: auto;
  display: block;
  width: 90%;
  border-radius: 5px 0 0 5px;
}
.custom1-page .custom1-1 .item:nth-child(2n-1) .img .small-img {
  left: 0;
}
.custom1-page .custom1-1 .item:nth-child(2n) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.custom1-page .custom1-1 .item:nth-child(2n) .content {
  padding: 0 260px 0 40px;
}
.custom1-page .custom1-1 .item:nth-child(2n) .img .big-img img {
  display: block;
  width: 90%;
    border-radius: 0 5px 5px 0 ;
}
.custom1-page .custom1-1 .item:nth-child(2n) .img .small-img {
  right: 0;
}
@media screen and (max-width: 1600px) {
  .custom1-page .custom1-1 .item:nth-child(2n-1) .content {
    padding-left: 70px;
  }
  .custom1-page .custom1-1 .item:nth-child(2n) .content {
    padding-right: 70px;
  }
}
@media screen and (max-width: 1450px) {
   /*.custom1-page .custom1-1 .item .content ul li .img-box img {
    max-width: 110px;
  }*/
}
@media screen and (max-width: 1250px) {
  .custom1-page .custom1-1 .item {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .custom1-page .custom1-1 .item .img .small-img {
    width: 48%;
  }
  .custom1-page .custom1-1 .item .content .txt {
    margin-bottom: 20px;
  }
  .custom1-page .custom1-1 .item .content ul {
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
   .custom1-page .custom1-1 .item .img {
    display: none;
  }
  .custom1-page .custom1-1 .item .content {
    width: 100%;
  }
    .custom1-page .custom1-1 .item .content .txt {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .custom1-page .custom1-1 .item .content {
    padding: 0 15px !important;
  }
  /*.custom1-page .custom1-1 .item .content ul li .img-box img {
    max-width: 74%;
  }*/
}


.custom3-page .custom3-1 .bottom ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}
.custom3-page .custom3-1 .bottom ul li .box .left {
    width: 50%;
}
.custom3-page .custom3-1 .bottom ul li .box .left .title {
    font-weight: bold;
    /*font-style:italic; */
    display: block;
    line-height: 1.2;
}
.custom3-page .custom3-1 .bottom ul li .box .left .title:hover {
    color: var(--color);
}
.custom3-page .custom3-1 .bottom ul li .box .left .des {
    color: #666;
    margin-top: 20px;
    /*font-weight: 500;*/
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}
.custom3-page .custom3-1 .bottom ul li .box .left .more {
    margin-top: 30px;
}
.custom3-page .custom3-1 .bottom ul li .box .right {
    width: 50%;
    text-align: right;
}
.custom3-page .custom3-1 .bottom ul li .box .right img {
    width: auto;
}
.custom3-page .custom3-1 .bottom ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}
@media (max-width: 1000px) {
    .custom3-page .custom3-1 .bottom ul li .box .left {
        width: 100%;
    }
    .custom3-page .custom3-1 .bottom ul li .box .right {
        width: 100%;
    }
    .custom3-page .custom3-1 .bottom ul li .box .right {
        margin-top: 20px;
    }
   
}
@media screen and (max-width: 500px) {
    .custom3-page .custom3-1 .bottom ul li .box .left .title {
        
        line-height: 1.2;
    }
}



.product-page {

    min-height: 80vh;
}
.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}
.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .icon {
    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-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    line-height: 36px;
    transition: all 0.5s;
    font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
        line-height: 32px;
    }
    .seoPublic .Auxil-about .box .right div.h3{
        line-height: 32px;
    }
}
@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
    .product-page {
        padding: 60px 0 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
    .product-page {
        padding: 30px 0 30px 0;
    }
}


.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 150px;
    float: left;
}
.pro-box .pro-left .menus {
    margin-bottom: 50px;
}
.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}
.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}
.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}
.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: #ffffff;
    font-weight:bold;
font-style:italic;
}
.pro-box .pro-left .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
}
.pro-box .pro-left .menus>li .menu-a {
    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;
    height: 60px;
    padding: 0 70px 0 27px;
    font-size: 20px;
    line-height: 32px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    color: #1d2122;
}
.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    /*background-color: var(--color);*/
    background-image: linear-gradient(90deg,var(--color) 0%, rgba(24,124,149,0.5) 100%), linear-gradient(#3e3e3c, #3e3e3c);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}
.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}
.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}


.detail-product-page .detail-page-wrap1 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-product-page .detail-page-wrap1 .detail-left {
  width: 46%;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul {
  margin-bottom: 29px;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a{
  display: block;
  border: 2px solid rgba(218, 218, 218,.4)
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box{
  position: relative;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid var(--color);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: var(--color);
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    cursor: pointer;
    font-size: 20px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev{
  left: -60px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
  right: -60px;
} 
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover{
    background: var(--color);
    color: #fff;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
  margin: 0 -11px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
  display: block;
  margin: 0 11px;
  border: 2px solid rgba(218, 218, 218,.4);
  cursor: pointer;
}
.detail-product-page .detail-page-wrap1 .detail-right {
  margin-top: 22px;
  width: 47%;
}
.detail-product-page .detail-page-wrap1 .detail-right .link a{
  transition: .5s;
}
.detail-product-page .detail-page-wrap1 .detail-right .link a:hover{
  color: var(--color);
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p{
  font-size: 18px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li{
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  /*margin-left: 15px;*/
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc >ul>li:after{
  position: absolute;
  left: 0;
  top:9px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: var(--color);
}
.detail-product-page .detail-page-wrap1 .detail-right .t-text {
  color: var(--color);
}
.detail-product-page .detail-page-wrap1 .detail-right .product-name {
  margin-top: 9px;
  margin-bottom: 2.604167vw;
  font-weight: bold;
  line-height: 1;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
  /*color: var(--color);*/
  line-height: 1.333;
  max-width: 647px;
  margin-bottom: 2.291667vw;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {
  font-family: Montserrat;
  margin-bottom: 13px;
  font-weight: bold;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc *{
  white-space: wrap;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
  color: var(--color);
  line-height: 1.666;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
  position: relative;
  padding-left: 15px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: var(--color);
  border-radius: 50%;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
  border-top: 1px solid rgba(122, 122, 122, 0.22);
  border-bottom: 1px solid rgba(122, 122, 122, 0.22);
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn {
  width: 149px;
  height: 49px;
  padding-left: 20px;
  padding-right: 6px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
  margin-right: 17px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn span {
  font-size: 12px;
  padding-right: 0;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn .circle {
  width: 39px;
  height: 39px;
}
.detail-product-page .detail-page-wrap1 .detail-right .social {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-product-page .detail-page-wrap1 .detail-right .social .title {
  /*color: var(--color);*/
  margin-right: 16px;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #010101;
  border: 1px solid #010101;
  margin-right: 7px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a i {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover {
  background-color: transparent;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover i {
  color: #010101;
}
.detail-product-page .detail-page-wrap2 {
  margin-top: 5.104167vw;
}
.detail-product-page .detail-page-wrap2 .tab-items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(122, 122, 122, 0.37);
  margin-bottom: 5.104167vw;
}
.detail-product-page .detail-page-wrap2 .tab-items 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;
  color: #202020;
  font-weight: bold;
  font-family: Montserrat;
  padding: 18px 34px 17px 17px;
  border-radius: 14px 14px 0 0;
  margin: 0 30px;
  cursor: pointer;
}
.detail-product-page .detail-page-wrap2 .tab-items li.active {
  background-color: var(--color);
  color: #fff;
}
.detail-product-page .detail-page-wrap2 .tab-items li .icon {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li {
  display: none;
}
/*.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li{
  position: relative;
  padding-left: 20px;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: var(--color);
}*/
.detail-product-page .detail-page-wrap2 .tab-contents > li:first-child {
  display: block;
}

.detail-product-page .detail-page-wrap2 .tab-contents button{
  border: none;
}
.detail-product-page .detail-page-wrap3 {
  margin-top: 8.958333vw!important;
  margin-bottom: 8vw!important;
}
.detail-product-page .detail-page-wrap4 {
  margin-top: 324px;
  padding-bottom: 858px;
  position: relative;
}
.detail-product-page .detail-page-wrap4 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.detail-product-page .detail-page-wrap4 .left {
  color: var(--color);
}
.detail-product-page .detail-page-wrap4 .left .public-title {
  margin-bottom: 14px;
}
.detail-product-page .detail-page-wrap4 .right {
  color: var(--color);
  max-width: 900px;
  margin-left: 25px;
}
.detail-product-page .detail-page-wrap4 .right p {
  margin-bottom: 22px;
}
.detail-product-page .detail-page-wrap4 a.play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 361px;
  display: block;
  z-index: 2;
  width: 89px;
  height: 89px;
}
.detail-product-page .detail-page-wrap4 a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.detail-product-page .detail-page-wrap4 a.play .circle i {
  color: var(--color);
  font-size: 26px;
}
.detail-product-page .detail-page-wrap4 a.play:before,
.detail-product-page .detail-page-wrap4 a.play:after {
  content: "";
  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%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.detail-product-page .detail-page-wrap4 a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}
.detail-product-page .detail-page-wrap4 a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}
.detail-product-page .detail-page-wrap5 .top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-product-page .detail-page-wrap5 .top .public-title {
  margin-bottom: 12px;
}
.detail-product-page .detail-page-wrap5 .top .public-btn {
  margin-top: 15px;
}
.detail-product-page .detail-page-wrap5 .honor-list {
  margin: 0 -10vw 0 -22px;
}
.detail-product-page .detail-page-wrap5 .honor-list .slide-box {
  display: block;
  margin: 0 22px;
}

@media screen and (max-width: 1700px) {
  
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev{
    left: 0px;
    top: unset;
    transform: translateY(0);
    bottom: -60px;
  }
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
    right: 0px;
    top: unset;
    transform: translateY(0);
    bottom: -60px;
  } 
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1250px) {
    .detail-product-page .detail-page-wrap2 .tab-items li {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
  
  .detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-product-page .detail-page-wrap1 .detail-left,
  .detail-product-page .detail-page-wrap1 .detail-right {
    width: 100%;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li .icon {
    display: none;
  }
  .detail-product-page .detail-page-wrap1 .detail-right .product-desc p{
    font-size: 14px;
  }
}
@media screen and (max-width: 700px) {
  .detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  
  .detail-product-page .detail-page-wrap1 .detail-right{
    order: -1;
    margin-bottom: 25px;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li{
    padding-left: 5px;
    padding-right: 5px;
    width: 45%;
    text-align: center;
    justify-content: center;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li .title{
    font-size: 12px;
    word-wrap: break-word;
  }
  .detail-product-page .detail-page-wrap2 .tab-contents table tbody tr:first-child td span{
       font-size: 20px!important;
    }
    .detail-product-page .detail-page-wrap2 .tab-contents  .table1 table tbody{
        min-width: auto;
    }
    .detail-product-page .detail-page-wrap2 .tab-contents .table-det8  table tbody{
        min-width: 700px;
    } 
}
.seoPublic .Auxil-related .list ul li{
  height: 100%;
}
.seoPublic .Auxil-related .list ul li .box{
    height: 100%;
}
.seoPublic .Auxil-related .list ul li .box .text{
      display: block;
    padding: 20px;
    text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .text .cont {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 3.3em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .text .more{
  color: #ffffff;
}

.seoPublic .Auxil-related .list{
  position: relative
}
.seoPublic .Auxil-related .list .prev{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-120%,-50%);
}
.seoPublic .Auxil-related .list .next{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(120%,-50%);
}
.detail-page-wrap2 .seoPublic .Auxil-form{
  background: none !important;
  padding-top: 0;
}
@media screen and (max-width: 700px) {
  .seoPublic .Auxil-related .list .slickBtn{
    display: none;
  }
}

.case-page .content li:first-child{
  width: 100%;
   margin-top: 0;
}
.case-page .content li{
  width: 48%;
  margin-top: 100px;
}
.case-page .content li .img-box{
  border-radius: 20px;

}
.case-page .content li .top .left{
 width: 48%;
}
.case-page .content li .top .right{
 width: 48%;
}
.case-page .content li .box{
  flex-direction: column;
}
.case-page .content li .box .tip{
  margin-bottom: 40px;
}
.case-page .content li:nth-child(2n-1) .box .tip{
  margin-top: 40px;
  margin-bottom: 0;
  order: 2;
}

@media screen and (max-width: 1000px) {
.case-page .content li .top .right{
  margin-top: 30px;
}
.case-page .content li{
  width: 100%;
}
.case-page .content li .box .cont{
  display: block;
  white-space: normal;
}
.case-page .content li .box .tip{
  margin-top: 40px;
  margin-bottom: 0;
  order: 2;
}
.case-page .content li{
  margin-top: 50px;
}
}


.casedet-page .init-1 .container .content {
    margin-top: 90px;
}
.casedet-page .init-1 .container .content ul {
    margin: 0 -45px;
}
.casedet-page .init-1 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.casedet-page .init-1 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.casedet-page .init-1 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.casedet-page .init-1 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.casedet-page .init-1 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-weight:bold;
}
.casedet-page .init-1 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.casedet-page .init-1 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.casedet-page .init-1 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
@media (max-width: 1250px) {
  .casedet-page .init-1 .container .content ul li{
    width: 50%;
     margin-top: 60px;
     margin-bottom: 40px;
  }
  .casedet-page .init-1 .container .content ul li .box .title{
    font-size: 18px;
  }
}
@media (max-width: 1000px) {
   .casedet-page .init-1 .container .content ul {
        margin: 0 -16px;
    }
    .casedet-page .init-1 .container .content ul li {
        padding: 0 16px;
    }
}
@media (max-width: 700px) {
    .casedet-page .init-1 .container .content ul li {
        width: 100%;
    }
}
@media (max-width: 500px) {
   .casedet-page .init-1 .container .content {
        margin-top: 20px;
    }
}