@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.eot");
  src: url("../fonts/Poppins-Regular.eot?#iefix") format("embedded-opentype"), 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;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.eot");
  src: url("../fonts/Poppins-Medium.eot?#iefix") format("embedded-opentype"), 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-Light.eot");
  src: url("../fonts/Poppins-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff"), url("../fonts/Poppins-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-SemiBold.eot");
  src: url("../fonts/Poppins-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Poppins-SemiBold.woff2") format("woff2"), url("../fonts/Poppins-SemiBold.woff") format("woff"), url("../fonts/Poppins-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #1b407c;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 14px;
}
.container {
  padding: 0 15px;
  max-width: 1550px;
  margin: auto;
  width: 100%;
}
.more {
  width: 195px;
  height: 52px;
  text-align: center;
  line-height: 53px;
  color: #ffffff;
  display: block;
  background: var(--color);
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background: #000000;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.col{
  color: var(--color);
}
#mobile3{
  z-index: 99990
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .h-top {
  background-color: var(--color);
  padding: 15px 0;
  color: #ffffff;
}
#header .h-top .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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .h-top .ui.menu .info ul li {
  display: inline-block;
  padding-right: 80px;
  font-size: 16px;
  line-height: 1;
}
#header .h-top .ui.menu .h-language {
  position: relative;
}
#header .h-top .ui.menu .h-language span {
  font-size: 16px;
  cursor: pointer;
}
#header .h-top .ui.menu .h-language span i {
  margin-left: 6px;
}
#header .h-top .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 .h-top .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .h-top .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 .h-top .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .h-top .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .h-top .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 {
  padding: 8px 0;
  top: 0;
  left: 0;
  width: 100%;
  background: #fff;
}
#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;
}
#header .nav .ui.menu .logo img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  margin: 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 60px;
  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;
}
#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: 14px;
  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;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form #s {
  width: 170px;
  height: 43px;
  border: solid 1px var(--color);
  padding: 0 35px 0 20px;
}
#header .nav .ui.menu .h-search form .submit {
  width: 20px;
  height: 20px;
  background: url(../images/search.png) no-repeat center center / 18px;
  border: none;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header.active {
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
}
.font-18 {
  line-height: 1.6;
}
.font-16 {
  line-height: 1.8;
}
.lh-1 {
  line-height: 1;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 150px;
}
#banner ul li {
  position: relative;
}
#banner ul li .video {
  position: relative;
}
#banner ul li .video video {
  display: block;
  width: 100%;
}
/*#banner ul li .video::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background:rgba(27, 64, 124, 0.8);
}*/
#banner ul li .text {
  position: absolute;
  width: 100%;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #ffffff;
}
#banner ul li .text .box .tip {
  position: relative;
  padding-left: 80px;
}
#banner ul li .text .box .tip .dot {
  width: 50px;
  height: 18px;
  border-top: 2px solid #ffffff;
  border-bottom: 2px solid #ffffff;
  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;
  opacity: 0.7;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#banner ul li .text .box .tip .dot span {
  height: 2px;
  width: 100%;
  background: #ffffff;
  -webkit-transform: translate(13px);
  -moz-transform: translate(13px);
  -ms-transform: translate(13px);
  transform: translate(13px);
}
.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 {
    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;
  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-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);
  }
}
.slickDots ul li {
  width: 18px;
  height: 18px;
  background-color: #d3d3d3;
  border: none;
  border-radius: 9px;
  margin: 0 10px;
}
.slickDots ul li.slick-active {
  background: var(--color);
}
.lt_sp {
  letter-spacing: -2px;
}
@-webkit-keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_right {
  0% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_right {
  0% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  50%,
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-moz-keyframes circleProgressLoad_left {
  0%,
  50% {
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@keyframes circleProgressLoad_left {
  0%,
  50% {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  100% {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    transform: rotate(225deg);
  }
}
@-webkit-keyframes circles {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes circles {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes circles {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
#index-body .advantage .top .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .advantage .top .title span {
  display: inline-block;
  width: 8px;
  height: 8px;
  background: #000000;
  border-radius: 50%;
  margin: 6px 14px 0;
}
#index-body .advantage .top .cont {
  max-width: 1219px;
}
#index-body .advantage .bottom {
  background: #f0f4f9;
}
#index-body .advantage .bottom .box {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#index-body .advantage .bottom .box .left {
  width: 55%;
}
#index-body .advantage .bottom .box .right {
  width: 45%;
}
#index-body .advantage .bottom .box .right .t1 {
  font-weight: 500;
  color: var(--color);
}
#index-body .advantage .bottom .box .right .cont {
  line-height: 1.8;
  font-weight: 300;
}
#index-body .advantage .bottom .slickDots ul li.slick-active {
  width: 80px;
}
#index-body .solutions .cont {
  max-width: 1040px;
  margin: 0 auto;
}
#index-body .solutions .bottom li {
  width: 27%;
}
#index-body .solutions .bottom .line {
  width: 3px;
  height: 278px;
  background-color: #000000;
  opacity: 0.05;
}
#index-body .solutions .bottom .icon {
  height: 110px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .solutions .bottom .txt {
  font-weight: 300;
  line-height: 1.8;
  height: 3.6em;
}
#index-body .solutions .bottom .tit {
  font-weight: 500;
  color: var(--color);
}
#index-body .solutions .bottom .btn {
  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;
  font-weight: 500;
  color: var(--color);
}
#index-body .solutions .bottom .btn img {
  margin-right: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .solutions .bottom .btn:hover img {
  -webkit-transform: translate(5px);
  -moz-transform: translate(5px);
  -ms-transform: translate(5px);
  transform: translate(5px);
}
#index-body .products {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(35.5%, #ffffff), color-stop(35.5%, #f0f4f9));
  background: -webkit-linear-gradient(bottom, #ffffff 35.5%, #f0f4f9 35.5%);
  background: -moz-linear-gradient(bottom, #ffffff 35.5%, #f0f4f9 35.5%);
  background: linear-gradient(to top, #ffffff 35.5%, #f0f4f9 35.5%);
}
#index-body .products .cont {
  max-width: 1000px;
}
#index-body .products .bottom ul {
  margin: 0 -12px;
}
#index-body .products .bottom ul li {
  padding: 18px 12px;
}
#index-body .products .bottom ul li .box {
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.16);
  border-radius: 5px;
  overflow: hidden;
}
#index-body .products .bottom ul li .box .img {
  position: relative;
  overflow: hidden;
}
#index-body .products .bottom ul li .box .img .dot {
  width: 80%;
  height: 12px;
  background-color: #cad4e1;
  border-radius: 5px;
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .products .bottom ul li .box .text {
  padding: 20px;
  background: #f0f4f9;
}
#index-body .products .bottom ul li .box .text .t1 {
  font-weight: 500;
  line-height: 1.3;
}
#index-body .products .bottom ul li .box .text .txt {
  font-weight: 300;

}
#index-body .products .bottom ul li .box .text .more {
  width: 100%;
  background-color: #cad4e1;
}
#index-body .products .bottom ul li .box:hover .img .dot {
  background: var(--color);
}
#index-body .products .bottom ul li .box:hover .text .more {
  background: var(--color);
}
#index-body .about {
  background: url(/cn-sqs/2026/01/14/front-about.jpg) no-repeat center center / cover;
  color: #ffffff;
}
#index-body .about .cont {
  width: 55%;
}
#index-body .about .bottom .left {
  width: 64%;
}
#index-body .about .bottom .left 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-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;
}
#index-body .about .bottom .left ul li {
  width: 33%;
  background-color: rgba(27, 64, 124, 0.9);
  height: 220px;
  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;
  padding: 0 44px;
}
#index-body .about .bottom .left ul li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .about .bottom .left ul li .num {
  line-height: 1;
  margin-right: 22px;
}
#index-body .about .bottom .left ul li .num sub {
  zoom: 0.8;
  margin-top: 10px;
}
#index-body .about .bottom .right {
  width: 35%;
}
#index-body .about .bottom .right .play {
  width: 160px;
  height: 160px;
  border: 2px solid rgba(255, 255, 255, 0.6);
  opacity: 1;
  color: transparent;
  position: relative;
  margin-right: 14px;
  cursor: pointer;
  background: transparent;
  border-radius: 50%;
  margin: 0 auto;
}
#index-body .about .bottom .right .play .img {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .bottom .right .play::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  background-color: #ffffff;
  border-radius: 50%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -3px;
  margin-top: -3px;
  -webkit-animation: circles 6s linear infinite;
  -moz-animation: circles 6s linear infinite;
  animation: circles 6s linear infinite;
  -webkit-transform-origin: 3px 82px;
  -moz-transform-origin: 3px 82px;
  -ms-transform-origin: 3px 82px;
  transform-origin: 3px 82px;
}
#index-body .about .bottom .right .play .wrapper_con {
  width: 81px;
  height: 164px;
  position: absolute;
  top: -2px;
  overflow: hidden;
}
#index-body .about .bottom .right .play .right {
  right: -2px;
}
#index-body .about .bottom .right .play .left {
  left: -2px;
}
#index-body .about .bottom .right .play .circleProgress {
  width: 160px;
  height: 160px;
  border: 2px solid transparent;
  border-radius: 50%;
  position: absolute;
  top: 0;
  -webkit-transform: rotate(-135deg);
  -moz-transform: rotate(-135deg);
  -ms-transform: rotate(-135deg);
  transform: rotate(-135deg);
}
#index-body .about .bottom .right .play .rightcircle {
  border-bottom: 2px solid #ffffff;
  border-left: 2px solid #ffffff;
  right: 0;
  -webkit-animation: circleProgressLoad_right 6s linear infinite;
  -moz-animation: circleProgressLoad_right 6s linear infinite;
  animation: circleProgressLoad_right 6s linear infinite;
}
#index-body .about .bottom .right .play .leftcircle {
  border-top: 2px solid #ffffff;
  border-right: 2px solid #ffffff;
  left: 0;
  -webkit-animation: circleProgressLoad_left 6s linear infinite;
  -moz-animation: circleProgressLoad_left 6s linear infinite;
  animation: circleProgressLoad_left 6s linear infinite;
}
#index-body .manufacturing .top .left {
  width: 45%;
}
#index-body .manufacturing .top .right {
  width: 55%;
}
#index-body .manufacturing .center li {
  position: relative;
}
#index-body .manufacturing .center li .play {
  color: #ffffff;
  position: absolute;
  left: 50px;
  bottom: 50px;
  cursor: pointer;
}
#index-body .manufacturing .center li .play i {
  font-size: 30px;
}
#index-body .manufacturing .bottom .left {
  width: 42%;
}
#index-body .manufacturing .bottom .left .btn {
  text-align: right;
}
#index-body .manufacturing .bottom .left .btn a {
  padding-bottom: 2px;
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .manufacturing .bottom .right {
  width: 58%;
  color: #333333;
  font-weight: 300;
  line-height: 1.6;
}
#index-body .environment {
  background: #f0f4f9;
  overflow: hidden;
}
#index-body .environment .cont {
  max-width: 510px;
  margin: 0 auto;
}
#index-body .environment .btn {
  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;
  font-size: 25px;
}
#index-body .environment .btn > div {
  cursor: pointer;
}
#index-body .environment .btn .next {
  margin-left: 50px;
}
#index-body .environment ul {
  padding: 0 10%;
}
#index-body .environment ul .slick-list {
  overflow: visible;
}
#index-body .environment ul li {
  padding: 0 10px;
}
#index-body .environment ul li .box {
  padding-top: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .environment ul li .img img {
  width: 100%;
}
#index-body .environment ul li .t1 {
  line-height: 1;
  padding: 22px 0 35px;
  background: var(--color);
  color: #ffffff;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .environment ul .slick-center .box {
  padding-bottom: 18px;
  padding-top: 0;
}
#index-body .environment ul .slick-center .t1 {
  opacity: 1;
}
#index-body .choose .box {
  background: url(../images/choose.png) no-repeat left center / 50% 100%;
}
#index-body .choose .box .text {
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, #1b407c), color-stop(50%, transparent));
  background: -webkit-linear-gradient(right, #1b407c 50%, transparent 50%);
  background: -moz-linear-gradient(right, #1b407c 50%, transparent 50%);
  background: linear-gradient(to left, #1b407c 50%, transparent 50%);
}
#index-body .choose .box .text .box2 {
  width: 58%;
  background: var(--color);
  margin: 0 0 0 auto;
  color: #ffffff;
}
#index-body .choose .box .text .box2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 6px;
}
#index-body .choose .box .text .box2 ul li .icon {
  width: 61px;
  margin-right: 14px;
}
#index-body .choose .box .text .box2 ul li .info {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .choose .box .text .box2 ul li .info .cont {
  font-weight: 300;
  line-height: 1.6;
  opacity: 0.9;
}
#index-body .news ul li {
  padding: 10px;
}
#index-body .news ul li .box {
  padding: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .box .t1 {
  padding-bottom: 12px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .box .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  font-style: italic;
  font-weight: 300;
}
#index-body .news ul li .box .time .icon {
  margin-right: 10px;
}
#index-body .news ul li .box .time span {
  opacity: 0.7;
}
#index-body .news ul li .box .txt {
  font-weight: 300;
}
#index-body .news ul li .box .btn {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news ul li .box:hover {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
  box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
}
#index-body .news ul li .box:hover .t1 {
  color: var(--color);
}
#index-body .news ul li .box:hover .btn {
  color: var(--color);
}
#index-body .news .slickDots ul li {
  padding: 0;
}
strong {
  font-weight: bold;
}
#footer {
  background: url(../images/map.png) no-repeat center bottom;
  background-color: #132d57;
  color: #fff;
}
#footer .f-top {
  background: url(../images/f-form.jpg) no-repeat center center / cover;
}
#footer .f-top .right .more {
  margin: 0 0 0 auto;
  background: #ffffff;
  color: var(--color);
}
#footer .f-top .right .more:hover {
  background: #000000;
  color: #ffffff;
}
#footer .f-box .f-nav li ul{
  display: none;
}
#footer .f-box .f-nav li,
#footer .f-box .f-about li,
#footer .f-box .f-product li,
#footer .f-box .f-news li {
  margin-bottom: 0.5em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.7;
}
#footer .f-box .f-nav li:hover,
#footer .f-box .f-about li:hover,
#footer .f-box .f-product li:hover,
#footer .f-box .f-news li:hover {
  opacity: 1;
}
#footer .f-box .f-nav li a::before,
#footer .f-box .f-about li a::before,
#footer .f-box .f-product li a::before,
#footer .f-box .f-news li a::before {
  content: "\f0da";
  font: normal normal normal 14px / 1 FontAwesome;
  margin-right: 11px;
}
#footer .f-box .f-contact {
  max-width: 380px;
}
#footer .f-box .f-contact li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  opacity: 0.7;
  margin-bottom: 0.5em;
}
#footer .f-box .f-contact li .icon {
  width: 28px;
  margin-right: 15px;
  padding-top: 5px;
}
#footer .f-box .f-contact li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-copy {
  font-size: 16px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  padding: 18px 0 17px;
  position: relative;
  border-top: 1px solid rgba(255, 255, 255, 0.15)
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.6);
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: rgba(255, 255, 255, 0.6);
}
@media screen and (max-width: 1700px) {
  .container {
    max-width: 1380px;
  }
}
@media screen and (max-width: 1450px) {
  #footer .f-box .f-nav {
    display: none;
  }
  #index-body .about .bottom .left ul li {
    padding: 0 25px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #footer .f-box .f-contact {
    max-width: 320px;
  }
  #index-body .about .bottom .left {
    width: 72%;
  }
  #index-body .about .bottom .right {
    width: 28%;
  }
  #index-body .manufacturing .top .right ul {
    grid-template-columns: repeat(4, 1fr);
  }
  #index-body .manufacturing .bottom .left {
    width: 50%;
  }
  #index-body .manufacturing .bottom .right {
    width: 50%;
  }
  #index-body .manufacturing .top .left {
    width: 50%;
  }
  #index-body .manufacturing .top .right {
    width: 50%;
  }
  .font-24 {
    font-size: 18px;
  }
}
@media screen and (max-width: 1100px) {
  .container {
    max-width: 970px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  #index-body .advantage .top .title {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .bottom .right {
    margin-bottom: 30px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #index-body .solutions .bottom ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .solutions .bottom li {
    width: 45%;
    margin-bottom: 15px;
  }
  #index-body .solutions .bottom li.line2 {
    display: none;
  }
  #index-body .about .cont {
    width: 100%;
  }
  .font-18 {
    font-size: 15px;
  }
  #index-body .manufacturing .top .left {
    margin-bottom: 25px;
  }
  #index-body .manufacturing .bottom .left {
    margin-bottom: 25px;
  }
  #index-body .choose .box .text .box2 {
    width: 100%;
    padding-left: 0;
  }
  #index-body .choose .box {
    background: none;
  }
  #index-body .choose .box .text {
    background: var(--color);
  }
  .slickDots ul li {
    margin: 0 5px;
  }
  #footer .f-box .f-about,
  #footer .f-box .f-product,
  #footer .f-box .f-news {
    display: none;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
  }
  #footer .f-top .right {
    margin-top: 20px;
  }
  #index-body .environment ul {
    padding: 0 30%;
  }
  #index-body .manufacturing .center li .play {
    left: 25px;
    bottom: 25px;
  }
  #index-body .about .bottom .right .play {
    zoom: 0.8;
  }
  #index-body .manufacturing .center li .play i {
    font-size: 24px;
  }
}
@media screen and (max-width: 700px) {
  #banner ul li .video video{
    height: 200px;
    object-fit: cover;
  }
  .font-48 {
    font-size: 22px;
  }
  .lt_sp {
    letter-spacing: 0;
  }
  .slickDots ul {
    zoom: 0.7;
  }
  #index-body .about .bottom .left ul {
    padding: 0 15px;
  }
  #index-body .about .bottom .left ul li {
    width: 100%;
    height: 100px;
    margin-top: 5px;
  }
  #index-body .environment ul {
    padding: 0 20%;
  }
  #index-body .choose .box .text .box2 ul li {
    margin-top: 15px;
  }
  .more {
    zoom: 0.9;
  }
  #banner ul li .text .box .tip .dot {
    zoom: 0.9;
  }
  #index-body .solutions .bottom .icon {
    zoom: 0.8;
  }
  #banner ul li .text .box .cont {
    margin: 15px 0;
  }
}
@media screen and (max-width: 500px) {
  #index-body .advantage .bottom .box .left {
    width: 100%;
  }
  #index-body .advantage .bottom .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .solutions .bottom li {
    width: 100%;
  }
  #index-body .solutions .bottom .line {
    display: none;
  }
  #index-body .manufacturing .top .right ul {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .news ul li .box {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
    box-shadow: 0px 0px 10px 0px rgba(25, 25, 25, 0.13);
  }
  #banner ul li .text .box .cont {
    margin: 10px 0;
  }
  .font-24 {
    font-size: 16px;
  }
  .more {
    zoom: 0.7;
  }
  #index-body .solutions .bottom .icon {
    zoom: 0.7;
  }
  #index-body .environment ul {
    padding: 0;
  }
  #footer .f-logo {
    zoom: 0.8;
  }
  .fixed-toolbar {
    right: 10px;
    bottom: 22%;
    zoom: 0.8;
  }
}

/*inner*/
.swiper {
  overflow: hidden;
}
#innerMobileBanner{
  padding-top: 30px;
  margin-top: 60px;
  padding-bottom: 20px;
}
#innerMobileBanner .title{
  font-size: 22px;
}
#mobile3 .m-logo{
  background: #ffffff;
  border-bottom: 1px solid #efefef;
}
#mobile3 .m-btn i{
  background: #000000;
}
.inner-banner {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;
}

.inner-banner {
  height: 280px;
  color: #fff;
  margin-top: 150px;
  display: flex;
  align-items: center;
}
.inner-banner .container .cat_name {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
  line-height: 1.1
}
.inner-banner .container .mbx {
  text-align: center;
  margin-top: 10px;
}

/*r-d-page*/

.r-d-page .init-1 .container .title_c .left {
  font-weight: bold;
  width: 32%;
}
.r-d-page .init-1 .container .title_c .right {
  width: 65%;
  margin-left: auto;
  color: #777777;
}
.r-d-page .init-1 .container .content {
  margin-top: 50px;
}
.r-d-page .init-1 .container .content .left {
  width: 41%;
}
.r-d-page .init-1 .container .content .left img {
  width: 100%;
}
.r-d-page .init-1 .container .content .right {
  /*margin-top: -20px;*/
  width: 54%;
  margin-left: auto;
      border-top: 1px solid #dcdcdc;
    padding-top: 15px;
}
.r-d-page .init-1 .container .content .right .list .title_c {
  cursor: pointer;
  padding: 20px 20px 20px 0;
  position: relative;
  border-bottom: 1px solid #b4b4b4;
 -webkit-box-pack: start;
  -webkit-justify-content: start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: start;
}
.r-d-page .init-1 .container .content .right .list .title_c .img {
  width: 50px;
}
.r-d-page .init-1 .container .content .right .list .title_c .text {
  font-weight: bold;
  padding-left: 30px;
}
.r-d-page .init-1 .container .content .right .list .title_c i {
  font-weight: bold;
  font-size: 20px;
  position: absolute;
  right: 0;
  top: 32px;
}
.r-d-page .init-1 .container .content .right .list .title_c.active {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.r-d-page .init-1 .container .content .right .list .title_c.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.r-d-page .init-1 .container .content .right .list .cont {
  display: none;
  color: #fff;
  padding: 26px 36px;
  background-color: var(--color);
}
.r-d-page .init-1 .container .content .right .list:last-child .title_c {
  border-bottom: 1px solid rgba(180, 180, 180, 0);
}
.r-d-page .init-2 .container .content {
  -o-background-size: cover;
  background-size: cover;
  height: 460px;
}
.r-d-page .init-2 .container .content .cont {
  width:730px;
  padding: 20px 0;
  margin-left: 90px;
  color: #fff;
}
.r-d-page .init-2 .container .content .cont .title {
  font-weight: bold;
}
.r-d-page .init-2 .container .content .cont .des {
  margin-top: 24px;
}
.r-d-page .init-2 .container .content .cont .more {
  margin-top: 50px;
  display: inline-block;
  padding: 12px 50px;
  border: 1px solid #fff;
}
.r-d-page .init-2 .container .content .cont .more:hover {
  background-color: #fff;
  color: #000;
}
.r-d-page .init-3 .container .left {
  width: 48%;
}
.r-d-page .init-3 .container .left img {
  width: 100%;
}
.r-d-page .init-3 .container .right {
  width: 46%;
  margin-right: auto;
}
.r-d-page .init-3 .container .right .title {
  font-weight: bold;
}
.r-d-page .init-3 .container .right .des {
  color: #777777;
  margin-top: 40px;
}
.r-d-page .init-3 .container .right .more {
  display: inline-block;
  padding: 12px 50px;
  margin-top: 50px;
  border: 1px solid #000;
}
.r-d-page .init-3 .container .right .more:hover {
  background-color: #000;
  color: #fff;
}
.r-d-page .init-4 {
  position: relative;
}
.r-d-page .init-4::before {
  content: '';
  position: absolute;
  width: 100%;
  height: -webkit-calc(-100%);
  height: -moz-calc(-100%);
  height: calc(100% - 200px);
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #f3f3f3;
}
.r-d-page .init-4 .container .title_c .left {
  font-weight: bold;
}
.r-d-page .init-4 .container .title_c .right {
  padding: 12px 50px;
  margin-left: auto;
  border: 1px solid #000;
}
.r-d-page .init-4 .container .title_c .right:hover {
  background-color: #000;
  color: #fff;
}
.r-d-page .init-4 .container .des {
  color: #777777;
  margin-top: 20px;
}
.r-d-page .init-4 .container .content {
  margin-top: 50px;
}
.r-d-page .init-5 .container .img {
  width: 100%;
}
.r-d-page .init-5 .container .img img {
  width: 100%;
}
.r-d-page .init-5 .container .left {
  width: 50%;
}
.r-d-page .init-5 .container .left .title_c .tips {
  font-weight: bold;
  padding-right: 10px;
}
.r-d-page .init-5 .container .left .title_c .more {
  padding: 10px 50px;
  border: 1px solid #000;
  margin-left: auto;
}
.r-d-page .init-5 .container .left .title_c .more:hover {
  color: #fff;
  background-color: #000;
}
.r-d-page .init-5 .container .left .des {
  margin-top: 50px;
  color: #777777;
}
.r-d-page .init-5 .container .left .img {
  margin-top: 40px;
}
.r-d-page .init-5 .container .right {
  width: 45%;
  margin-left: auto;
  padding-top: 43px;
}
.r-d-page .init-5 .container .right .des {
  margin-top: 40px;
}
@media (max-width: 1250px) {
  .r-d-page .init-2 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
    margin-left: 0;
  }
  .r-d-page .init-5 .container .left .title_c .tips {
    width: 100%;
  }
  .r-d-page .init-5 .container .left .title_c .more {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .r-d-page .init-1 .container .title_c .left {
    width: 100%;
  }
  .r-d-page .init-1 .container .title_c .right {
    width: 100%;
    margin-top: 20px;
  }
  .r-d-page .init-1 .container .content .left {
    width: 100%;
  }
  .r-d-page .init-1 .container .content .right {
    margin-top: 20px;
    width: 100%;
  }
  .r-d-page .init-3 .container .left {
    width: 100%;
    margin-top: 40px;
  }
  .r-d-page .init-3 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .r-d-page .init-4 .container .title_c .left {
    width: 100%;
  }
  .r-d-page .init-4 .container .title_c .right {
    margin: 20px 0 0 0;
  }
  .r-d-page .init-5 .container .left {
    width: 100%;
  }
  .r-d-page .init-5 .container .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .r-d-page .init-1 .container .content .right .list .title_c .img {
    width: 28px;
  }
  .r-d-page .init-1 .container .content .right .list .title_c .text {
    width: -webkit-calc(72%);
    width: -moz-calc(72%);
    width: calc(100% - 28px);
    font-size: 18px;
    padding-left: 10px;
  }
  .r-d-page .init-1 .container .content .right .list .title_c i {
    top: 24px;
  }
  .r-d-page .init-1 .container .content .right .list .cont {
    padding: 20px 16px;
  }
  .r-d-page .init-2 .container .content {
    height: auto;
  }
  .r-d-page .init-3 .container .right .des {
    margin-top: 20px;
  }
  .r-d-page .init-3 .container .right .more {
    margin-top: 20px;
  }
  .r-d-page .init-5 .container .left .des {
    margin-top: 20px;
  }
}

/*service-page*/


.service-page .init-1 .container .img {
  width: 48%;
}
.service-page .init-1 .container .right {
  width: 46%;
  margin-left: auto;
}
.service-page .init-1 .container .right .title {
  font-weight: bold;
}
.service-page .init-1 .container .right .des {
  margin-top: 40px;
  color: #777777;
}

.service-page .init-2 .container {
  text-align: center;
}
.service-page .init-2 .container .tips {
  font-weight: bold;
  padding-bottom: 30px;
}
.service-page .init-2 .container .list_cont {
  margin: 0 -25px;
}
.service-page .init-2 .container .list_cont li {
  margin-top: 50px;
  width: 25%;
  padding: 0 25px;
}
.service-page .init-2 .container .list_cont li .box img {
  height: 100%;
}
.service-page .init-2 .container .list_cont li .box .text {
  margin-top: 30px;
  font-weight: bold;
}
.service-page .init-2 .container .list_cont li .box .des {
  margin-top: 20px;
  color: #777777;
}
.service-page .init-3 .container .content {
  -o-background-size: cover;
  background-size: cover;
  color: #fff;
  min-height: 450px;
}
.service-page .init-3 .container .content .cont {
  padding: 20px 90px;
  width: 800px;
}
.service-page .init-3 .container .content .cont .title {
  font-weight: bold;
}
.service-page .init-3 .container .content .cont .des {
  margin-top: 20px;
}
.service-page .init-4 .container .tips {
  font-weight: bold;
  text-align: center;
}
.service-page .init-4 .container form {
  margin-top: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
  padding: 22px;
  width: 32.5%;
  background-color: #f3f3f3;
  border: none;
  margin-top: 10px;
}
.service-page .init-4 .container form .area,
.service-page .init-4 .container form .project {
  width: 49.5%;
}
.service-page .init-4 .container form .content {
  width: 100%;
}
.service-page .init-4 .container form .btn {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  color: #fff;
  padding: 20px;
  width: 100%;
  margin-top: 20px;
  cursor: pointer;
}
.service-page .init-4 .container form .btn:hover {
  background-color: var(--color);
  color: #FFF;
}
@media (max-width: 1000px) {
  .service-page .init-1 .container .img {
    width: 100%;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .service-page .init-2 .container .list_cont li {
    width: 100%;
  }
  .service-page .init-3 .container .content .cont {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .service-page .init-4 .container form input,
  .service-page .init-4 .container form textarea {
    width: 100%;
  }
  .service-page .init-4 .container form .area,
  .service-page .init-4 .container form .project {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container .right .des {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .more {
    margin-top: 20px;
  }
  .service-page .init-2 .container .list_cont li .box .text {
    font-size: 20px;
  }
  .service-page .init-4 .container form {
    margin-top: 10px;
  }
  .service-page .init-4 .container form input,
  .service-page .init-4 .container form textarea {
    padding: 10px;
  }
  .service-page .init-4 .container form .btn {
    font-size: 18px;
    padding: 10px;
  }
}

/*manufacturing-page*/

.manufacturing-page .init-1 .container .left {
  width: 47%;
}
.manufacturing-page .init-1 .container .left img {
  width: 100%;
}
.manufacturing-page .init-1 .container .right {
  width: 47%;
  margin-left: auto;
}
.manufacturing-page .init-1 .container .right .tips {
  font-weight: bold;
}
.manufacturing-page .init-1 .container .right .des {
  color: #777777;
  margin-top: 26px;
}
.manufacturing-page .init-2 {
  background-color: #f3f3f3;
}
.manufacturing-page .init-2 .container .top_c .left {
  width: 40%;
}
.manufacturing-page .init-2 .container .top_c .left .tips {
  font-weight: bold;
}
.manufacturing-page .init-2 .container .top_c .left .des {
  margin-top: 30px;
  color: #777777;
}
.manufacturing-page .init-2 .container .top_c .right {
  margin-left: auto;
  width: 58%;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list {
  text-align: center;
  /*max-width: 130px;*/
  cursor: pointer;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list img {
  height: 90px;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list .text {
  margin-top: 14px;
  color: #777777;
  font-weight: bold;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list:hover .text,
.manufacturing-page .init-2 .container .top_c .right .list_cont .list.active .text {
  color: var(--color);
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list .img{
  width: 90px;
  height: 90px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
    display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  transition: .5s;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list .img img{
  width: 60%;
  vertical-align: middle;
  height: auto;
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list:hover .img,
.manufacturing-page .init-2 .container .top_c .right .list_cont .list.active .img{
  background: var(--color);
   filter: none;
   
}
.manufacturing-page .init-2 .container .top_c .right .list_cont .list:hover .img img,
.manufacturing-page .init-2 .container .top_c .right .list_cont .list.active .img img{
  filter:brightness(0) invert(100%);
  
  

}

.manufacturing-page .init-2 .container .bottom_c {
  margin-top: 40px;
}
.manufacturing-page .init-2 .container .bottom_c .swiper {
  background-color: #fff;
}
.manufacturing-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
  width: 40%;
}
.manufacturing-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
  width: 60%;
}
.manufacturing-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .title {
  font-weight: bold;
}
.manufacturing-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text .des {
  color: #777777;
  margin-top: 20px;
}
.manufacturing-page .init-4 ul li .box{
  padding: 30px;
 background: #f2f2f2;
 transition: .5s;
 height: 100%;
}
.manufacturing-page .init-4 ul li .box:hover{
  background: var(--color);
  color: #ffffff;
}
@media (max-width: 1500px) {
  .manufacturing-page .init-2 .container .top_c .left {
    width: 100%;
  }
  .manufacturing-page .init-2 .container .top_c .right {
    margin: 20px 0 0 0;
  }
}
@media (max-width: 1000px) {
  .manufacturing-page .init-1 .container .left {
    width: 100%;
  }
  .manufacturing-page .init-1 .container .right {
    margin: 40px 0 0 0 ;
    width: 100%;
  }
  .manufacturing-page .init-2 .container .top_c .right {
    width: 100%;
  }
  .manufacturing-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .img {
    width: 100%;
  }
  .manufacturing-page .init-2 .container .bottom_c .swiper .swiper-wrapper .swiper-slide .text {
    width: 100%;
    padding: 20px 16px;
  }
}
@media (max-width: 700px) {
  .manufacturing-page .init-2 .container .top_c .right .list_cont .list {
    width: 50%;
    max-width: 100%;
    margin-top: 20px;
  }
}

/*news-page*/

.news-page {
  background: #f5f5f5;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -20px;
}
.news-page .sideright .list ul li {
  padding-right: 20px;
  margin-bottom: 60px;
}
.news-page .sideright .list ul li .img {
  position: relative;
}
.news-page .sideright .list ul li .img img {
  width: 100%;
}
.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--color);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}
.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: 700;
}
.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: 700;
  line-height: 44px;
  min-height: 5.55em;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--color);
}
.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 30px;
}
.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }
  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }
  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
    line-height: 36px;
    min-height: 0;
  }
  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }
  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
}
.newdet-page .section-title2 {
  font-size:30px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 18px;
  /*font-weight: 400;*/
  line-height: 1.5;
  color: #666;
  margin-bottom: 15px;
}
.newdet-page blockquote {
  border-left: 7px solid var(--color);
  padding: 45px;
  display: block;
  position: relative;
  background-color: #fff;
  overflow: hidden;
  margin: 35px 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
}
.newdet-page blockquote p {
  font-family: inherit;
  margin-bottom: 0 !important;
  color: inherit;
  max-width: 650px;
  width: 100%;
  position: relative;
  z-index: 3;
  margin-bottom: 0;
}
.newdet-page blockquote::before {
  content: '\f10e';
  font-family: 'FontAwesome';
  position: absolute;
  right: 40px;
  bottom: 40px;
  font-size: 110px;
  opacity: 0.07;
  line-height: 1;
  color: #000;
}
.newdet-page blockquote a {
  color: inherit;
}
.newdet-page blockquote cite {
  display: inline-block;
  font-size: 16px;
  position: relative;
  padding-left: 60px;
  border-color: inherit;
  line-height: 1;
  margin-top: 22px;
  font-style: normal;
  color: var(--color);
  font-weight: 600;
}
.newdet-page blockquote cite::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 45px;
  height: 1px;
  border-top: 1px solid;
  border-color: inherit;
  color: var(--color);
}
.newdet-page .n-content{
  font-size: 16px;
  line-height: 30px;
  color: #555;
}
.newdet-page .grid-box {
  margin-right: -12px;
}
.newdet-page .column {
  padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
  padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
  display: flex;
  margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
  margin-right: 30px;
  flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
  border-radius: 100%;
  width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
  margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
  font-size: 12px;
  color: #555;
  font-weight: 400;
  margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
  font-size: 14px;
  color: #555;
  margin: 0;
  font-weight: 400;
  transition: .5s;
  -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
  color: var(--color);
}
.newdet-page .s_link {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
  width: 50%;
  padding: 50px 0;
  padding-right: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
.newdet-page .s_link .list .img {
  /*width: 80px;
  height: 80px;
  min-width: 80px;*/
}
.newdet-page .s_link .list .img img {
  -o-object-fit: cover;
  object-fit: cover;
}
.newdet-page .s_link .list .cont {
  margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
  display: block;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
  color: #35b7a9;
}
.newdet-page .s_link .list .cont .tip {
  font-size: 16px;
  line-height: 2;
  color: #444;
}
.newdet-page .s_link .list .cont .des {
  color: #000;
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.newdet-page .s_link .list.next {
  padding-right: 0;
  padding-left: 15px;
  -webkit-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
  margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
  margin-left: 0;
  -webkit-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
  text-align: right;
}
.newdet-page .news-comment-section {
  padding-top: 60px;
}
.newdet-page .news-comment-section h3 {
  font-size: 18px;
  color: #000;
  font-weight: 700;
}
.newdet-page .news-comment-section form {
  margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
  padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
  max-width: 100%;
  margin-bottom: 10px;
  padding: 15px 0;
  height: auto;
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none;
  border-width: 0 0 1px;
  border-style: solid;
  display: block;
  width: 100%;
  line-height: 2;
  font-size: 16px;
  font-weight: 400;
  color: #555;
  background-image: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
  border-bottom-width: 1px;
  border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
  font-weight: 600;
  display: inline-block;
  height: auto;
  padding: 14px 30px;
  border: 1px solid transparent;
  border-radius: 80px;
  background-color: var(--color);
  -webkit-transition: border-color 400ms ease, background-color 400ms ease;
  transition: border-color 400ms ease, background-color 400ms ease;
  color: #fff;
  line-height: 20px;
  text-align: center;
  text-decoration: none;
  font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
  background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
  width: 100%;
}
.news-page.product #index-body .product .knowledge{
  font-size: 16px;
  line-height: 30px;
}
.news-page.product #index-body .product .knowledge h3
{
  font-size: 20px;
  line-height: 40px;
}
.news-page.product #index-body .product .knowledge h3.title{
      font-size: 34px;
    line-height: 1.6;
    font-weight: 700;
}
@media screen and (max-width: 700px) {
  .newdet-page .section-title2{
    font-size: 20px;
  }
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .news-page.product #index-body .product .knowledge{
    display: none;
  }
  .newdet-page .column {
    padding: 10px 0;
    width: 100%;
  }
  .newdet-page .column:nth-child(1) {
    padding: 10px 0;
  }
  .newdet-page .news-post-comment-wrap {
    display: block;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-comment {
    text-align: center;
  }
  .newdet-page .news-post-comment-wrap .news-post-user-content {
    margin: 40px 0 0 0;
  }
  .newdet-page .news-comment-section form .column {
    width: 100%;
  }
  .newdet-page .s_link .list {
    width: 100%;
  }
  .newdet-page .s_link .list.next {
    border: none;
    border-top: 1px solid #d9d9d9;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .s_link {
    margin-top: 20px;
  }
  .newdet-page .s_link .list {
    padding: 20px 0;
  }
}
 /*.news-page.product #index-body .product .content ul li .box .text h4{
 white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}*/

.news-page.product #index-body .product .content ul li .box .text p{
      overflow: unset;
    text-overflow: unset;
    display: inline-block;
}

.news-page.product #index-body .product{
      background-color: #fff;
      padding: 60px 0;
}

.news-page.product.single #index-body .product{
  background-color: #f5f5f5;
}

.news-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 150px;
}
.news-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.news-page .sidebox .sideleft .widget form {
  position: relative;
}
.news-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 0 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.news-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.news-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 24px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight:bold;
  color: #000;
}
.news-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.news-page .sidebox .sideleft .widget ul li {
  margin-bottom: 10px;
  color: #555;
  font-size: 16px;
  line-height: 1.4;
  position: relative;
}
.news-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  font-size: 18px;
  line-height: 32px;
  font-weight: 700;
}
.news-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.news-page .sidebox .sideleft .widget ul li:hover>a,
.news-page .sidebox .sideleft .widget ul li.active>a{
  color: var(--color);
}

.news-page .sidebox .sideleft .widget ul li:hover input{
  background: var(--color) ;
  color: #fff
}
.news-page .sidebox .sideleft .widget ul li ul {
  /*display: none;*/
  margin-top: 15px;
}
.news-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.news-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.news-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.news-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.news-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 40px;
}
.news-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.news-page .sidebox .sideleft .widget .form1 input[type="text"],
.news-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.news-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.news-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.news-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1366px) {
  .news-page .sidebox .sideleft {
    width: 28%;
  }
  .news-page .sidebox .sideright {
    width: 72%;
  }
  .news-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .sidebox .sideleft {
    display: none;
  }
  .news-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .news-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}

.newdet-page .new-product ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;;
    padding: 10px;
}
.newdet-page .new-product ul li .box i {
  position: absolute;
  z-index: 1;
  background: #0d70b9;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.newdet-page .new-product ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.newdet-page .new-product ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.newdet-page .new-product ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.newdet-page .new-product ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.newdet-page .new-product ul li .box .img {
  width: 100%;
  background: #fff;
  padding: 25px
}
.newdet-page .new-product ul li .box .text {
  padding: 20px;
  background-color: #f9f9f9;
}
.newdet-page .new-product ul li .box .text h4 {
  line-height: 1.6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-weight:bold;
  height: 4.8em;
}
.newdet-page .new-product ul li .box .text p {
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.newdet-page .new-product ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.newdet-page .new-product ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.newdet-page .new-product ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.newdet-page .new-product ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.newdet-page .new-product ul li .box:hover .text h4 {
  color: #0d70b9;
}
/*faq-page*/

.faq-page {
  background: #f5f5f5;
}
.faq-page .box ul {
  margin-right: -40px;
}
.faq-page .box ul li {
  padding-right: 40px;
  margin-bottom: 20px;
}
.faq-page .box ul li .title {
  padding: 30px 30px 30px 80px;
  cursor: pointer;
  position: relative;
  border: none;
  border: 1px solid #fff;
  margin-bottom: 0px;
  background-color: #fff;
}
.faq-page .box ul li .title::after {
  content: "\f27b";
  font-family: fontAwesome;
  font-weight: normal;
  font-size: 16px;
  position: absolute;
  top: 50%;
  left: 20px;
  background: #0d70b9;
  padding: 9px 14px;
  color: #fff;
  transform: translateY(-50%);
}
.faq-page .box ul li .title h6 {
  font-size: 16px;
  margin-bottom: 0;
  color: #000;
}
.faq-page .box ul li .accordion-info {
  display: none;
  padding: 20px;
  margin-top: 0px;
  margin-left: 0px;
  background: #fff;
  font-size: 16px;
  line-height: 1.7;
  color: #555;
}
.faq-page .box ul li.active .title {
  color: #fff;
  background: #0d70b9;
  border: 1px solid #0d70b9;
  -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
  color: #fff;
}
.faq-page .box ul li.active .title::after {
  background: #fff;
  color: #0d70b9;
}

@media screen and (max-width: 1000px) {
  .faq-page .box ul {
    margin-right: 0;
  }
  .faq-page .box ul li {
    width: 100% !important;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box ul li .title::after {
    left: 10px;
  }
  .faq-page .box ul li .title {
    padding: 20px 10px 20px 66px;
  }
  .faq-page .box ul li .accordion-info {
    padding: 20px 10px;
  }
}

/*custom-page-page*/
.kongxin {
  /*line-height: 0.75;*/
  letter-spacing: 0px;
  -webkit-text-stroke-color:var(--color);
  opacity: 1;
  color: transparent!important;
  -webkit-text-stroke-width: 1px;
}
.custom-page .service-1  {
  background-color: #f9f9f9;
  }
.custom-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.custom-page .service-1 .top .h3 em {
  color: var(--color);
  display: block;
}
.custom-page .service-1 .top .navbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.custom-page .service-1 .top .navbox .btn {
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  cursor: pointer;
}
.custom-page .service-1 .top .navbox .btn:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
  color: #fff;
}

.custom-page .service-1 .top .navbox .btn:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0) invert(100%);
}
.custom-page .service-1 .top .navbox .btn:before {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%) rotateZ(45deg);
  -moz-transform: translate(-50%, -50%) rotateZ(45deg);
  -ms-transform: translate(-50%, -50%) rotate(45deg);
  transform: translate(-50%, -50%) rotateZ(45deg);
  border: 1px solid var(--color);
  content: "";
  background: transparent;
  width: 100%;
  height: 100%;
}
.custom-page .service-1 .top .navbox .btn img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.custom-page .service-1 .top .navbox .btn.slick-prev {
  margin-right: 30px;
}
.custom-page .service-1 .top .navbox .btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.custom-page .service-1 ul.serlist {
  margin-top: 90px;
  border-right: 1px solid rgba(255, 255, 255, 0.5);
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
.custom-page .service-1 ul.serlist li {
  padding: 0 40px;
  border-right: 1px solid rgba(139, 139, 139, 0.5);
}
.custom-page .service-1 ul.serlist li .text {
  margin-top: 130px;
  color: #666;
  min-height: 170px;
}
.custom-page .service-1 ul.serlist li .text .h4 {
  color: #111;
  margin-bottom: 25px;
   font-family: var(--font);
   font-weight: 700;
} 

.custom-page .service-2 .ui.container {
  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;
}
.custom-page .service-2 .ui.container .left {
  width: 58%;
}
.custom-page .service-2 .ui.container .right {
  width: 38%;
}
.custom-page .service-2 .ui.container .right .h3 {
  /*text-transform: uppercase;*/
  color: #111;
}
.custom-page .service-2 .ui.container .right .h3 em {
  color: var(--color);
  display: block;
}
.custom-page .service-2 .ui.container .right p {
  max-width: 560px;
  margin-top: 40px;
  margin-bottom: 60px;
  }
.custom-page .service-3,.custom-page .service-2{
  background-color: #f9f9f9;


}
.custom-page .service-3 .ui.container {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.custom-page .service-3 .ui.container .h3 {
  color: #000;
  width: 100%;
  margin-bottom: 40px;
}
.custom-page .service-3 .ui.container .h3 em {
  color: var(--color);
}
.custom-page .service-3 .ui.container .left {
  width: 265px;
  margin-bottom: 40px;
}
.custom-page .service-3 .ui.container .right {
  width: -webkit-calc(100% - 320px);
  width: -moz-calc(100% - 320px);
  width: calc(100% - 320px);
}
.custom-page .service-3 .ui.container .right ul {
  width: 100%;
}
.custom-page .service-3 .ui.container .right ul li {
  padding: 30px 0;
  /*margin-bottom: 30px;*/
      border-top: 1px solid rgb(147 147 147 / 50%);
}
.custom-page .service-3 .ui.container .right ul li .h4 {
  color: #000;
  /*text-transform: uppercase;*/
  margin-bottom: 20px;
  font-family: var(--font); 
  font-weight:bold;
}
.custom-page .service-3 .ui.container .right ul li p {
  color: #666;
  
}

@media screen and (max-width: 1000px) {
  .custom-page .service-3 .ui.container .left {
    display: none;
  }
  .custom-page .service-3 .ui.container .right {
    width: 100%;
  }
  .custom-page .service-1 ul.serlist li .text {
    min-height: 220px
  }
  .custom-page .service-2 .ui.container .right{
    margin-top: 30px;
  }
  .custom-page .service-3 .ui.container .right ul li .h4{
    font-size: 18px;
  }
  .custom-page .service-1 ul.serlist li .text .h4{
    font-size: 18px;
  }
}
@media screen and (max-width: 700px) {
  .custom-page .service-2 .ui.container .left {
    width: 100%;
  }
  .custom-page .service-2 .ui.container .right {
    width: 100%;
  }
  .custom-page .service-1 ul.serlist li .text {
    margin-top: 40px;
     min-height: 250px
  }

}

/*history-page*/

.history-page .historybox {
  background: url(../images/feature-bg.jpg) center bottom no-repeat #F0F1F3;
  text-align: center;
}
.history-page .historybox span.mouse {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto;
  margin-top: 40px;
}
.history-page .historybox span.mouse em {
  color: #222;
  margin-top: 20px;
}
.history-page .historybox ul.historylist {
  position: relative;
}
.history-page .historybox ul.historylist::before {
  content: "";
  width: 1px;
  background: #ccc;
  position: absolute;
  left: 50%;
  top: 0;
  height: 100%;
}
.history-page .historybox ul.historylist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  margin-bottom: 100px;
}
.history-page .historybox ul.historylist li .imgbox {
  width: 40%;
}
.history-page .historybox ul.historylist li i {
  width: 17px;
  height: 17px;
  border-radius: 100%;
  background: var(--color);
  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%);
}
.history-page .historybox ul.historylist li i:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  position: absolute;
  display: block;
  background: var(--color);
  opacity: 0.8;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
}
.history-page .historybox ul.historylist li .textbox {
  width: 50%;
  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;
}
.history-page .historybox ul.historylist li .textbox h5 {
  color: var(--color);
  font-weight: 500;
  display: inline-block;
}
.history-page .historybox ul.historylist li  .text {
  /*width: 260px;*/
  text-align: left;
}
.history-page .historybox ul.historylist li:nth-child(odd) .text{
  text-align: right;
}
.history-page .historybox ul.historylist li  .text h6 {
  font-weight: 500;
  margin-bottom: 15px;
  line-height: 2;
}
.history-page .historybox ul.historylist li .text p {
  color: #a5a5a5;
  line-height: 2;
}
.history-page .historybox ul.historylist li:nth-child(even) .textbox {
  padding-left: 120px;
  position: relative;
  display: flex;
  justify-content: flex-end;
}
.history-page .historybox ul.historylist li:nth-child(odd) .textbox {
  padding-left: 120px;
  position: relative;
  display: flex;
  justify-content: flex-start;
}
.history-page .historybox ul.historylist li:nth-child(odd) .textbox:before {
  content: "";
  width: 90px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.history-page .historybox ul.historylist li:nth-child(even) .textbox {
  padding-right: 120px;
  position: relative;
}
.history-page .historybox ul.historylist li:nth-child(even) .textbox:before {
  content: "";
  width: 90px;
  height: 2px;
  background: var(--color);
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -1px;
}
@media screen and (max-width: 1000px) {
  .history-page .historybox ul.historylist li:nth-child(odd) .textbox {
    padding-left: 40px;
    position: relative;
  }
  .history-page .historybox ul.historylist li:nth-child(odd) .textbox:before {
    content: "";
    width: 35px;
  }
  .history-page .historybox ul.historylist li:nth-child(even) .textbox {
    padding-right: 40px;
    position: relative;
  }
  .history-page .historybox ul.historylist li:nth-child(even) .textbox:before {
    content: "";
    width: 35px;
  }
}
@media screen and (max-width: 600px) {
  .history-page .historybox ul.historylist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 20px;
  }
  .history-page .historybox ul.historylist li:nth-child(even) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .history-page .historybox ul.historylist li .textbox {
    width: 100%;
    margin-top: 20px;
    
  }
  .history-page .historybox ul.historylist li .textbox .text {
    width: 100%;
  }
  .history-page .historybox ul.historylist li .imgbox {
    width: 100%;
  }
}
@media screen and (max-width: 700px){
   .history-page .historybox ul.historylist li i{
    display: none;
  }
  .history-page .historybox ul.historylist:before{
    display: none;
  }
}
/*.product-page*/
span.tt {
    font-size: 18px;
    line-height: 2;
    color: var(--color);
    position: relative;
    padding-left: 50px
}

span.tt:before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: var(--color);
    left: 0;
    top: 50%;
    position: absolute
}
.product-page .catebox ul li  span.tt{
      font-size: 18px;
    line-height: 2;
    color: var(--color);
    position: relative;
    padding-left: 50px;
}
.product-page .catebox ul li  span.tt:before {
    content: "";
    width: 44px;
    height: 1px;
    background-color: var(--color);
    left: 0;
    top: 50%;
    position: absolute;
}
.product-page .catebox ul li {
  position: relative;
}
 .product-page .catebox ul li .img img{
    width: 100%;
  }
.product-page .catebox ul li:nth-child(odd) {
  background: #fff;
}
.product-page .catebox ul li:nth-child(odd):before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: #f0f1f2;
  height: 100%;
  width: 50%;
}
.product-page .catebox ul li:nth-child(odd) .text {
  padding: 40px 0;
  padding-left: 100px;
}

.product-page .catebox ul li:nth-child(even) {
  background: #f0f1f2;
}
.product-page .catebox ul li:nth-child(even):before {
  content: "";
  position: absolute;
  width: 50%;
  height: 100%;
  left: 0;
  top: 0;
  background: var(--color);
}
.product-page .catebox ul li:nth-child(even) .text {
  padding: 40px 0;
  padding-right: 100px;
}
.product-page .catebox ul li:nth-child(even) .text span.tt {
  color: #fff;
}
.product-page .catebox ul li:nth-child(even) .text span.tt:before {
  content: "";
  background: #fff;
  width: 44px;
  height: 1px;
  left: 0;
  top: 50%;
  position: absolute;
}
.product-page .catebox ul li:nth-child(even) .text h3 {
  color: #fff;
}
.product-page .catebox ul li:nth-child(even) .text .content {
  color: #fff;
}
.product-page .catebox ul li:nth-child(even) .text a.more {
  background: #fff;
  color: var(--color)
}
.product-page .catebox ul li:nth-child(even) .text a.more:hover{
  background: #000;
  color: #ffffff;
}
.product-page .catebox ul li:nth-child(even) .img {
  margin-left: -55px;
}
.product-page .catebox ul li:nth-child(even) .content::-webkit-scrollbar-track{
  background: rgba(255, 255, 255, 0.5);
}
.product-page .catebox ul li:nth-child(even) .content::-webkit-scrollbar-thumb{
  background: rgba(255, 255, 255, 1)!important;
}
.product-page .catebox ul li .ui.container {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .catebox ul li .ui.container .text .content {
  padding-right: 20px;
  max-height: 170px;
  overflow-y: auto;
  margin-top: 25px;
  margin-bottom: 35px;
}
@media screen and (max-width: 1000px) {
  .font-30 {
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-page .catebox ul li .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .product-page .catebox ul li .ui.container .left {
    width: 100%;
    padding-right: 0;
  }
  .product-page .catebox ul li .ui.container .right {
    width: 100%;
    padding-left: 0;
  }
 
  .product-page .catebox ul li:nth-child(2n) .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .product-page .catebox ul li:nth-child(odd) .img {
    margin-right: 0px;
  }
  .product-page .catebox ul li:nth-child(even) .img {
    margin-left: 0px;
  }
  .product-page .catebox ul li:nth-child(odd):before {
    width: 100%;
  }
  .product-page .catebox ul li:nth-child(even):before {
    width: 100%;
  }
}


.m-page {
  padding: 75px 0;
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  font-size: 24px;
  color: var(--color);
  opacity: 0.5;
  font-weight: 500;
  margin: 0 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.m-page .wp-pagenavi a.current,
.m-page .wp-pagenavi span.current {
  opacity: 1;
}
.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.m-page .wp-pagenavi a.prev {
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: url(../images/left-blue.png) center center no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.m-page .wp-pagenavi a.prev:before {
  content: "Prev";
  color: var(--color);
  font-size: 24px;
  position: absolute;
  left: -webkit-calc(100% + 20px);
  left: -moz-calc(100% + 20px);
  left: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.m-page .wp-pagenavi a.next {
  width: 54px;
  height: 54px;
  display: block;
  position: relative;
  border-radius: 100%;
  border: 1px solid #ccc;
  background: url(../images/right-blue.png) center center no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: transparent;
}
.m-page .wp-pagenavi a.next:before {
  content: "Next";
  color: var(--color);
  font-size: 24px;
  position: absolute;
  right: -webkit-calc(100% + 20px);
  right: -moz-calc(100% + 20px);
  right: calc(100% + 20px);
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 700px) {
    .m-page .wp-pagenavi a.next:before{
    display: none;
  }
  .m-page .wp-pagenavi a.prev:before{
display: none;
  }
  span.tt{
    font-size: 14px;
  }
}

/*about-page*/

.about-page .about-1 {
  padding: 110px 0;
  background: #f0f1f2;
}
.about-page .about-1 .play-btn:after, .about-page .about-1 .play-btn:before{
  background: #ffffff;
}
.about-page .about-1 .ui.container .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-1 .ui.container .box .left h2.ruixin {
  font-size: 150px;
  font-weight: bold;
  line-height: 2;
  color: var(--color);
}
.about-page .about-1 .ui.container .box .left h6 {
  font-weight: 500;
  color: var(--color);
  margin-top: 10px;
}
.about-page .about-1 .ui.container .box .left p {
  color: #a5a5a5;
  line-height: 2;
  margin-top: 3px;
}
.about-page .about-1 .ui.container .box .left h2 {
  margin-top: 40px;
}
.about-page .about-1 .ui.container .box .left .txt{
  height: 280px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-page .about-1 .ui.container .box .right {
  padding-left: 140px;
  padding-right: 120px;
  padding-bottom: 75px;
  position: relative;
  z-index: 3;
}
.about-page .about-1 .ui.container .box .right::before {
  content: "";
  width: 500px;
  height: 250px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  background: var(--color);
}
.about-page .about-1 .ui.container .bottom {
  margin-top: 100px;
}
.about-page .about-1 .ui.container .bottom ul.datalist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 -50px;
}
.about-page .about-1 .ui.container .bottom ul.datalist li {
  display: inline-block;
  padding: 0 50px;
}
.about-page .about-1 .ui.container .bottom ul.datalist h6 {
  color: var(--color);
  font-weight: 500;
}
.about-page .about-1 .ui.container .bottom ul.datalist span {
  color: #222222;
  font-size: 72px;
  font-weight: bold;
}
.about-page .about-1 .ui.container .bottom ul.datalist span i{
  font-size: 46px;
}
.about-page .about-1 .ui.container .bottom ul.datalist p {
  color: #a5a5a5;
  line-height: 2;
}
.about-page .about-2 {
  padding-top: 90px;
  padding-bottom: 120px;
}
.about-page .about-2 .top h3 {
  /*margin-top: 25px;*/
}
.about-page .about-2 .bottom {
  margin-top: 70px;
}
.about-page .about-2 .bottom ul.eqlist {
  margin: 0 -20px;
}
.about-page .about-2 .bottom ul.eqlist li {
  padding: 0 20px;
}
.about-page .about-2 .bottom ul.eqlist li .item {
  position: relative;
}
.about-page .about-2 .bottom ul.eqlist li .item a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #fff, transparent);
  background-image: -moz-linear-gradient(bottom, #fff, transparent);
  background-image: linear-gradient(to top, #fff, transparent);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  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-2 .bottom ul.eqlist li .item a img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-2 .bottom ul.eqlist li .item h5 {
  position: absolute;
  width: 100%;
  bottom: 25px;
  padding: 0 30px;
  color: #222;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-weight: 500;
}
.about-page .about-2 .bottom ul.eqlist li .item:hover a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
}
.about-page .about-2 .bottom ul.eqlist li .item:hover a img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.about-page .about-2 .bottom ul.eqlist li .item:hover h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}
.about-page .about-3 {
  padding-top: 115px;
  background: url(/cn-sqs/2026/01/14/about-advantage-75xA.jpg) top left no-repeat;
}
.about-page .about-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-3 .ui.container .left {
  position: relative;
  top: 4px;
}
.about-page .about-3 .ui.container .right {
  padding-left: 100px;
  margin-top: -40px;
  color: #fff;
}
.about-page .about-3 .ui.container .right span.tt {
  color: #fff;
}
.about-page .about-3 .ui.container .right span.tt:before {
  background: #fff;
}
.about-page .about-3 .ui.container .right ul {
  margin-top: 35px;
}
.about-page .about-3 .ui.container .right ul li {
  padding-left: 40px;
  background: url(../images/checked.png) left top no-repeat;
  margin-bottom: 15px;
}
.about-page .about-3 .ui.container .right ul li p {
  line-height: 2;
}
.about-page .about-4 {
  padding-top: 130px;
  padding-bottom: 80px;
}
.about-page .about-4 .ui.container {
  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;
}
.about-page .about-4 .ui.container .left {
  color: #222;
  padding-right: 10%;
}
.about-page .about-4 .ui.container .left p {
  line-height: 2;
  margin-top: 10px;
  margin-bottom: 15px;
}
.about-page .about-4 .ui.container .left ul.datalist li {
  width: 100%;
  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;
  padding-bottom: 10px;
  margin-bottom: 7px;
  margin-top: 30px;
  position: relative;
}
.about-page .about-4 .ui.container .left ul.datalist li em {
  color: #fffef9;
  width: 60px;
  height: 40px;
  text-align: center;
  background: url(../images/maopao-con.png) center center no-repeat;
  line-height: 2;
}
.about-page .about-4 .ui.container .left ul.datalist li i {
  height: 10px;
  background-color: #ebebeb;
  border-radius: 5px;
  position: absolute;
  width: 100%;
  bottom: 0;
}
.about-page .about-4 .ui.container .left ul.datalist li i:before {
  content: "";
  position: absolute;
  height: 10px;
  border-radius: 10px;
  background: var(--color);
  left: 0;
  top: 0;
}
.about-page .about-4 .ui.container .left ul.datalist li:nth-child(1) i:before {
  width: 40%;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .left ul.datalist li:nth-child(2) i:before {
  width: 20%;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .left ul.datalist li:nth-child(3) i:before {
  width: 40%;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .left ul.datalist li.active i:before {
  width: 0;
  -webkit-transition: 3s all;
  -moz-transition: 3s all;
  transition: 3s all;
}
.about-page .about-4 .ui.container .right {
  margin-left: -30px;
}
.about-page .about-4 .ui.container .right .imgbox {
  position: relative;
}
.about-page .about-4 .ui.container .right .imgbox ul li {
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 100%;
  background: var(--color);
}
.about-page .about-4 .ui.container .right .imgbox ul li:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: var(--color);
  opacity: 0.6;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  display: block;
  top: 0%;
  left: 0%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  position: absolute;
}
.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(1) {
  top: 54%;
  left: 36%;
}
.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(2) {
  top: 44%;
  left: 11%;
}
.about-page .about-4 .ui.container .right .imgbox ul li:nth-child(3) {
  top: 38%;
  left: 70%;
}
.about-page .about-4 .bottom {
  margin-top: 80px;
}
.about-page .about-4 .bottom ul li {
  padding: 0 30px;
}
.about-page .about-5 {
  padding: 90px 0;
}
.about-page .about-5 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.about-page .about-5 .ui.container .left {
  width: 45%;
}
.about-page .about-5 .ui.container .left h3 {
  line-height: 2;
  margin-bottom: 30px;
  font-size: 33px;
}
.about-page .about-5 .ui.container .right {
  width: 55%;
  padding-left: 5%;
}
.about-page .about-5 .ui.container .right h6 {
  color: var(--color);
  font-weight: 500;
}
.about-page .about-5 .ui.container .right p {
  color: #a5a5a5;
  line-height: 2;
  margin-top: 20px;
}
.about-page .about-6 {
  padding-top: 30px;
  padding-bottom: 110px;
}
.about-page .about-6 .ui.container {
  text-align: center;
}
.about-page .about-6 .ui.container span.tt {
  padding-left: 0;
}
.about-page .about-6 .ui.container span.tt:before {
  display: none;
}
.about-page .about-6 .ui.container h3 {
  color: #222;
  /*margin-top: 15px;*/
  margin-bottom: 50px;
}
.about-page .about-6 .ui.container ul {
  margin: 0 -25px;
}
.about-page .about-6 .ui.container ul li {
  padding: 0 25px;
}
.about-page .about-6 .ui.container ul li .item {
  padding: 0 25px;
  height: 356px;
  display: block;
  padding-top: 50px;
  -webkit-box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 4px 30px 8px rgba(0, 0, 0, 0.08);
}
.about-page .about-6 .ui.container ul li .item .imgbox {
  position: relative;
  display: block;
  margin: 0 auto;
  margin-bottom: 30px;
}
.about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(1) {
  position: relative;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.about-page .about-6 .ui.container ul li .item .imgbox img:nth-child(2) {
  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%);
  opacity: 0;
}
.about-page .about-6 .ui.container ul li .item h5 {
  padding-bottom: 15px;
  display: inline-block;
  border-bottom: 1px solid #ccc;
  color: #222;
  margin-bottom: 15px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 .ui.container ul li .item p {
  color: #a5a5a5;
  line-height: 2;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 .ui.container ul li .item:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}
.about-page .about-6 .ui.container ul li .item:hover .imgbox img:nth-child(2) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.about-page .about-6 .ui.container ul li .item:hover h5 {
  color: #fff;
  border-color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-6 .ui.container ul li .item:hover p {
  color: #fff;
}
.about-page .about-7 {
  padding-top: 100px;
  padding-bottom: 20px;
  background: #f0f1f2;
}
.about-page .about-7 .slick-prev{
  display: none!important;
}
.about-page .about-7 .ui.container .teamlist>li {
  margin-bottom: 60px;
  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: flex-end;
  -webkit-align-items: flex-end;
  -moz-box-align: flex-end;
  -ms-flex-align: flex-end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-page .about-7 .ui.container .teamlist li:nth-child(2n) .text {
  padding-left: 60px;
  padding-right: 0;
}
.about-page .about-7 .ui.container .teamlist li .img {
  display: inline-block;

}
.about-page .about-7 .ui.container .teamlist li  .img img{
  width: 100%;
}
.about-page .about-7 .ui.container .teamlist li .text {
  padding-right: 60px;
}
.about-page .about-7 .ui.container .teamlist li .text h5 {
  color: #222;
}
.about-page .about-7 .ui.container .teamlist li .text p {
  color: #a5a5a5;
  margin-top: 20px;
  margin-bottom: 25px;
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .ui.container .bottom ul.datalist span {
    font-size: 48px;
  }
  .about-page .about-2 .bottom ul.eqlist li .item h5 {
    bottom: 10px;
  }
  
 
}
@media screen and (max-width: 1200px) {

  .about-page .about-1 .ui.container .box .right {
    padding-left: 40px;
    padding-right: 0;
    padding-bottom: 75px;
    position: relative;
    z-index: 3;
  }
  .about-page .about-1 .ui.container .box .right::before {
    width: 80%;
  }
  
  .about-page .about-3 .ui.container .right {
    padding-left: 40px;
  }
  
}
@media screen and (max-width: 1000px) {
 
  .about-page .about-1 .ui.container .box .left h2 {
    margin-top: 20px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist {
    margin: 0 -20px;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist li {
    padding: 0 20px;
  }
  .about-page .about-1 .ui.container .box .left h2.ruixin {
    font-size: 80px;
  }
  .about-page .about-1 .ui.container .bottom {
    margin-top: 20px;
  }
  .about-page .about-1 {
    padding: 40px 0;
  }
  
  .about-page .about-4 {
    padding-top: 40px;
    padding-bottom: 40px;
  }
 .about-page .about-1 .ui.container .box .left{
   margin-bottom: 30px;
 }
 .about-page .about-4 .ui.container .right{
   margin-left: 0;
   margin-top: 30px;
 }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .ui.container .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-1 .ui.container .box .left {
    width: 100%;
  }
  .about-page .about-1 .ui.container .box .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-1 .ui.container .bottom ul.datalist span {
    font-size: 36px;
  }
  .about-page .about-2 .bottom {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container .left {
    display: none;
  }
  .about-page .about-3 .ui.container .right {
    padding-left: 0;
    width: 100%;
  }
  .about-page .about-4 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .ui.container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-4 .ui.container .right {
    width: 100%;
  }
  .about-page .about-5 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .ui.container .left {
    width: 100%;
  }
  .about-page .about-5 .ui.container .right {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .about-page .about-6 .ui.container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-6 .ui.container ul li {
    margin-bottom: 20px;
  }
  .about-page .about-7 .ui.container .teamlist li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 40px;
  }
  .about-page .about-7 .ui.container .teamlist li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .about-page .about-7 .ui.container .teamlist li .left {
    width: 100%;
  }
  .about-page .about-7 .ui.container .teamlist li .right {
    width: 100%;
  }
  .about-page .about-7 .ui.container .teamlist li .text {
    padding: 0;
  }
  .about-page .about-7 .ui.container .teamlist li .img {
    padding: 20px 0;
  }
}
@media screen and (max-width: 600px) {
  .about-page .about-1 .ui.container .bottom ul.datalist {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .about-page .about-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-3 .ui.container {
    margin-left: 15px;
  }

  .about-page .about-4 .bottom {
    margin-top: 20px;
  }
  .about-page .about-5 {
    padding: 20px 0;
  }
  .about-page .about-3 {
    padding-top: 60px;
  }
  
  .about-page .about-6 {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .about-page .about-7 {
    padding: 20px 0;
  }
}

/*prodet-page*/

.prodet-page .prodet-1 {
  padding: 100px 0;
  background: #f0f1f2;
}
.prodet-page .prodet-1 .main {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .main .left .ibig {
  background: #fff;
}
.prodet-page .prodet-1 .main .left .ibig img{
  width: 100%;
}
.prodet-page .prodet-1 .main .left .gallery {
  margin-top: 20px;
}
.prodet-page .prodet-1 .main .left .gallery ul {
  margin: 0 -13px;
}
.prodet-page .prodet-1 .main .left .gallery ul li {
  padding: 0 13px;
}
.prodet-page .prodet-1 .main .left .gallery ul li a {
  display: inline-block;
  background: #fff;
  position: relative;
}
.prodet-page .prodet-1 .main .left .gallery ul li a:before {
  width: 100%;
  height: 5px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  opacity: 0;
}
.prodet-page .prodet-1 .main .left .gallery ul .slick-current li a:before {
  opacity: 1;
}
.prodet-page .prodet-1 .main .right {
  padding-left: 55px;
  /*padding-top: 50px;*/
}
.prodet-page .prodet-1 .main .right h1 {
  font-weight: 500;
  color: #000022;
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 .main .right .content {
  color: #a5a5a5;
  line-height: 2;
  max-height: 480px;
  overflow-y: scroll;
  
}
.prodet-page .prodet-1 .main .right .sharebox {
  margin: 40px 0;
}
.prodet-page .prodet-1 .main .right .sharebox ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page .prodet-1 .main .right .sharebox ul li {
  width: 48px;
  height: 48px;
  border-radius: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-right: 15px;
}
.prodet-page .prodet-1 .main .right .sharebox ul li a {
  font-size: 24px;
  color: #fff;
}
.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(1) {
  background: #39599f;
}
.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(2) {
  background: #45b0e3;
}
.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(3) {
  background: #00c6ff;
}
.prodet-page .prodet-1 .main .right .sharebox ul li:nth-child(4) {
  background: #333333;
}
.prodet-page .prodet-2 {
  padding-top: 45px;
  padding-bottom: 75px;
  background: #fff;
}
.prodet-page .prodet-2 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid #ccc;
}
.prodet-page .prodet-2 .ui.container .top span {
  font-weight: 500;
  padding: 0 15px;
  padding-bottom: 20px;
  border-bottom: 3px solid transparent;
  margin-right: 70px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .top span.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
  border-color: var(--color);
}
.prodet-page .prodet-2 .ui.container .maintab {
  padding: 50px 0;
  border-bottom: 1px solid #ccc;
  font-size: 18px;
}
.prodet-page .prodet-2 .ui.container .formbox {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ui.container .formbox h3 {
  color: #222222;
  margin-bottom: 45px;
  /*margin-top: 20px;*/
}
.prodet-page .prodet-2 .ui.container .formbox 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-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;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li {
  width: 100%;
  margin-bottom: 25px;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li.wid50 {
  width: 48%;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"] {
  width: 100%;
  height: 66px;
  font-size: 18px;
  color: #222;
  border: 1px solid #ccc;
  padding: 20px;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]:-moz-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]::-moz-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="text"]::placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li textarea {
  width: 100%;
  height: 160px;
  font-size: 18px;
  color: #222;
  border: 1px solid #ccc;
  padding: 20px;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li textarea:-moz-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li textarea::-moz-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li textarea::placeholder {
  color: #a5a5a5;
}
.prodet-page .prodet-2 .ui.container .formbox form ul li input[type="submit"] {

  border: none;
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .main .right .sharebox ul{
    zoom: 0.7;
  }
  .prodet-page .prodet-1 .main .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .main .right {
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .ui.container .formbox form ul li.wid50 {
    width: 100%;
  }
  .prodet-page .prodet-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
.prodet-page .prodet-3 {
  padding: 80px 0;
  background: #f0f1f2;
}
.prodet-page .prodet-3 .prodes {
  font-size: 16px;
  line-height: 2;
}
.prodet-page .prodet-3 .prodes h2 {
  font-size: 24px;
  font-weight: bold;
  color: var(--color);
}
.prodet-page .prodet-3 .ui.container h3 {
  /*margin-top: 30px;*/
  margin-bottom: 40px;
}
.prodet-page .prodet-3 .ui.container ul {
  margin: 0 -15px;
}
.prodet-page .prodet-3 .ui.container ul li {
  padding: 0 15px;
}
.prodet-page .prodet-3 .ui.container ul li .pronew h5 {
  font-size: 20px;
  line-height: 2;
  font-weight: bold;
  overflow: hidden;
white-space: nowrap;
text-overflow: ellipsis;
}
.prodet-page .prodet-3 .ui.container ul li .pronew time {
  font-size: 14px;
  line-height: 2;
  padding: 5px 0;
}
.prodet-page .prodet-3 .ui.container ul li .pronew p {
  font-size: 16px;
  line-height: 2;
}
.prodet-page .prodet-3 .ui.container ul li .item {
  position: relative;
  padding-bottom: 30px;
  z-index: 3;
  overflow: hidden;
}
.prodet-page .prodet-3 .ui.container ul li .item:after {
  width: 100%;
  height: 7px;
  border-radius: 0px;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  z-index: 3;
  background: var(--color);
}
.prodet-page .prodet-3 .ui.container ul li .item::before {
  content: "";
  width: 100%;
  height: 100%;
  top: -65px;
  background: #fff;
  position: absolute;
  z-index: -1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-3 .ui.container ul li .item .textbox {
  padding: 0 20px;
}
.prodet-page .prodet-3 .ui.container ul li .item .textbox h5 {
  color: #222;
  text-align: left;
  line-height: 2;
  margin-bottom: 30px;
}
.prodet-page .prodet-3 .ui.container ul li .item .textbox a.more2 {
  font-size: 18px;
  padding: 10px 25px;
  border-radius: 23px;
  color: var(--color);
  border: 1px solid var(--color);
  height: auto;
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page .prodet-3 .ui.container ul li .item .textbox a.more2:hover{
    -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.prodet-page .prodet-3 .ui.container ul li .item:hover:after {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  height: 14px;
}
.prodet-page .prodet-3 .ui.container ul li .item:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 0;
}
.prodet-page .prodet-3 .ui.container ul li .item:hover .textbox a.more2 {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}


.gallery-page .gallery-1 ul li .item {
  position: relative;
  display: inline-block;
  width: 100%;
}
.gallery-page .gallery-1 ul li .item > img {
  width: 100%;
}
.gallery-page .gallery-1 ul li .item .search {
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#fff), to(transparent));
  background-image: -webkit-linear-gradient(bottom, #fff, transparent);
  background-image: -moz-linear-gradient(bottom, #fff, transparent);
  background-image: linear-gradient(to top, #fff, transparent);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item .search img {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .gallery-1 ul li .item h5 {
  color: #222;
  position: absolute;
  bottom: 20px;
  padding: 10px 40px;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-align: center;
  width: 100%;
  z-index: 3;
}
.gallery-page .gallery-1 ul li .item:hover .search {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background-image: -webkit-gradient(linear, left bottom, left top, from(var(--color)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, var(--color), transparent);
  background-image: -moz-linear-gradient(bottom, var(--color), transparent);
  background-image: linear-gradient(to top, var(--color), transparent);
}
.gallery-page .gallery-1 ul li .item:hover .search img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}
.gallery-page .gallery-1 ul li .item:hover h5 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
}


/*contact-page*/

.contact-page {
  background: #f0f1f2;
}
.contact-page .contact-1 {
  padding: 100px 0 60px;
}
.contact-page .contact-1 .left {
  margin-right: -15px;
}
.contact-page .contact-1 .left p {
  color: #a5a5a5;
  line-height: 2;
  margin-bottom: 30px;
}
.contact-page .contact-1 .left form ul {
  width: 100%;
}
.contact-page .contact-1 .left form ul li {
  margin-bottom: 15px;
}
.contact-page .contact-1 .left form ul li input[type="text"] {
  width: 100%;
  height: 66px;
  padding: 0 20px;
  line-height: 2;
  font-size: 18px;
  background: #fff;
  border: 1px solid #ccc;
}
.contact-page .contact-1 .left form ul li input[type="text"]::-webkit-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]:-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]::-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]:-ms-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="text"]::placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea {
  width: 100%;
  height: 165px;
  padding: 20px;
  background: #fff;
  border: 1px solid #ccc;
  font-size: 18px;
}
.contact-page .contact-1 .left form ul li textarea::-webkit-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea:-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea::-moz-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea:-ms-input-placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li textarea::placeholder {
  color: #a5a5a5;
}
.contact-page .contact-1 .left form ul li input[type="submit"] {
  border: none;

}

.contact-page .contact-1 .right {
  padding-left: 95px;
}
.contact-page .contact-2 {
  padding-bottom: 80px;
}
.contact-page .contact-2 .ui.container .main {
  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;
  border-top: 1px solid #ccc;
  padding-top: 70px;
}
.contact-page .contact-2 .ui.container .main .left {
  padding-right: 10%;
}
.contact-page .contact-2 .ui.container .main .left p {
  color: #a5a5a5;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist {
  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;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist li:nth-child(1) {
  margin-bottom: 40px;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist li:nth-child(2) {
  margin-bottom: 40px;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist h5 {
  width: 100%;
  text-align: left;
  color: #222;
  font-weight: 600;
}
.contact-page .contact-2 .ui.container .main .right ul.infolist p {
  color: #a5a5a5;
  max-width: 280px;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 10px;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li {
  width: 38px;
  height: 38px;
  margin-right: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 0!important;
  border-radius: 100%;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li a {
  color: #fff;
  font-size: 18px;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(1) {
  background: #39599f;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(2) {
  background: #45b0e3;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(3) {
  background:#00c6ff;
}
.contact-page .contact-2 .ui.container .main .right ul.sharelist li:nth-child(4) {
  background: #333;
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .left form ul li input[type="text"],.contact-page .contact-1 .left form ul li textarea{
    font-size: 16px;
  }
  .contact-page .contact-1 .right {
    padding-left: 0px;
    width: 100%;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .main .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .contact-page .contact-2 .ui.container .main .right {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .main .right ul li {
    width: 100%;
  }
  .contact-page .contact-2 .ui.container .main .right ul.infolist p {
    max-width: none;
  }

}

.product2-page .sidebar-box .sidebar-left{
  width: 25%;
    position: -webkit-sticky;
  position: sticky;
  top: 150px;
}
.product2-page .sidebar-box .sidebar-right{
  width: 75%;
}
.product2-page .sidebar-box .sidebar-left .list{
      padding: 20px 35px;
    -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}

.product2-page .sidebar-box .sidebar-left .list {
  padding: 20px 35px;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product2-page .sidebar-box .sidebar-left .list h4 {
  font-size: 18px;
  font-weight: bold;
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  margin-bottom: 15px;
}
.product2-page .sidebar-box .sidebar-left .list > ol > li {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 20px;
  margin-bottom: 10px;
  position: relative;
}
.product2-page .sidebar-box .sidebar-left .list > ol > li:last-child {
  margin-bottom: 0;
  border-color: transparent;
}
.product2-page .sidebar-box .sidebar-left .list > ol > li > a {
  margin-bottom: 10px;
  display: inline-block;
  padding-left: 20px;
}
.product2-page .sidebar-box .sidebar-left .list > ol > li i {
  font-size: 18px;
  position: absolute;
  left: 0;
  top: 0;
  cursor: pointer;
}
.product2-page .sidebar-box .sidebar-left .list ol li > a {
  font-weight: bold;
}
.product2-page .sidebar-box .sidebar-left .list ol li a {
  font-size: 14px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product2-page .sidebar-box .sidebar-left .list ol li.active > a,
.product2-page .sidebar-box .sidebar-left .list ol li a:hover {
  color: var(--color);
}
.product2-page .sidebar-box .sidebar-left .list ol li.active ol {
  max-height: 300px;
  line-height: 30px;
}
.product2-page .sidebar-box .sidebar-left .list ol li ol {
  max-height: 0;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product2-page .sidebar-box .sidebar-left .list ol li ol li {
  margin-bottom: 10px;
  padding-left: 20px;
}
.product2-page .sidebar-box .sidebar-left .list ol li ol li:last-child {
  margin-bottom: 0;
}
.product2-page .sidebar-box .sidebar-left .list ol li ol li a {
  font-family: 'Montserrat-Medium';
  display: inline-block;
}
.product2-page .sidebar-box .sidebar-left .list ol li ol li.active > a {
  color: var(--color);
}
.product2-page .sidebar-box .sidebar-left .list ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 20px;
  padding-bottom: 25px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.product2-page .sidebar-box .sidebar-left .list ul li .img {
  width: 120px;
  border: 1px solid rgba(0, 0, 0, 0.2);
}
.product2-page .sidebar-box .sidebar-left .list ul li .text {
  width: -webkit-calc(100% - 120px);
  width: -moz-calc(100% - 120px);
  width: calc(100% - 120px);
  padding-left: 15px;
  font-family: 'Montserrat-SemiBold';
  font-size: 14px;
  line-height: 28px;
}

.product2-page .sidebar-box .sidebar-right .img{
  position: relative;
  border: 1px solid #efefef;
}
.product2-page .sidebar-box .sidebar-right .img .play i{
  border: none;
}

@media screen and (max-width: 1250px) {
  .product2-page .sidebar-box .sidebar-left{
    width: 30%
  }
  .product2-page .sidebar-box .sidebar-left .list{
    padding: 20px 15px;
  }
  .product2-page .sidebar-box .sidebar-right {
      width: 70%
}
}
@media screen and (max-width: 1000px) {
   .product2-page .sidebar-box .sidebar-left{
   display: none;
  }
}