@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-SemiBold.eot");
  src: url("../fonts/Barlow-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-SemiBold.woff2") format("woff2"), url("../fonts/Barlow-SemiBold.woff") format("woff"), url("../fonts/Barlow-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Bold.eot');
    src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Bold.woff2') format('woff2'),
        url('../fonts/Montserrat-Bold.woff') format('woff'),
        url('../fonts/Montserrat-Bold.ttf') format('truetype');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Light.eot');
    src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Light.woff2') format('woff2'),
        url('../fonts/Montserrat-Light.woff') format('woff'),
        url('../fonts/Montserrat-Light.ttf') format('truetype');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Medium.eot');
    src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Medium.woff2') format('woff2'),
        url('../fonts/Montserrat-Medium.woff') format('woff'),
        url('../fonts/Montserrat-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
@font-face {
    font-family: 'Montserrat';
    src: url('../fonts/Montserrat-Regular.eot');
    src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Montserrat-Regular.woff2') format('woff2'),
        url('../fonts/Montserrat-Regular.woff') format('woff'),
        url('../fonts/Montserrat-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
body {
  font-family: "Montserrat";
  max-width: 1920px;
  --color: #115ba6;
  font-weight: normal;
  margin: 0 auto;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  padding: 0 80px;
  max-width: 1760px;
  margin: auto;
  width: 100%;
}
.col{
  color: var(--color);
}
.more {
  height: 60px;
  background-color: var(--color);
  border-radius: 30px;
  color: #ffffff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  padding: 0 42px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more img {
  margin-left: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more:hover {
  background: #000000;
}
.more:hover img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#mobile3 .m-logo{
  background: #ffffff;
  border-bottom: 1px solid #eee;
}
#mobile3 .m-btn i{
  background: #000000;
}
#header {
  z-index: 100;
  position: fixed;
  width: 100%;
  left: 0;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .container {
  padding: 0 15px;
}
#header .nav {
  width: 100%;
  background: #fff;
  padding-top: 10px;
}
#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 0 0 auto;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  margin-right: 15px;
  line-height: 1;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  text-transform: capitalize;
  font-size: 18px;
}
#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: 40px 15px;
  text-transform: uppercase;
}
#header .nav .ui.menu .menu-box ul.menu > li > a::after {
  content: "";
  width: 0;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#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 > a:hover::after,
#header .nav .ui.menu .menu-box ul.menu > li > a.active::after {
  width: 100%;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 16px;
  background: #fff;
  top: 100%;
  left: 0;
  min-width: 220px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 0 10px;
  line-height: 40px;
  color: black;
  -webkit-transition: 0.1s;
  -moz-transition: 0.1s;
  transition: 0.1s;
  text-transform: capitalize;
  position: relative;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  background: none;
  height: auto;
  padding: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li > ul.sub-menu {
  left: 100%;
  top: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover > ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-search form {
  position: relative;
}
#header .nav .ui.menu .h-search form #s {
  width: 200px;
  height: 38px;
  border-radius: 18px;
  border: solid 1px rgba(98, 98, 98, 0.3);
  padding: 0 45px 0 15px;
  font-size: 16px;
}
#header .nav .ui.menu .h-search form .btn {
  width: 30px;
  height: 30px;
  background: var(--color) url(../images/search.png) no-repeat center center;
  border-radius: 50%;
  border: none;
  position: absolute;
  right: 5px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#header .nav .ui.menu .h-language {
  position: relative;
}
#header .nav .ui.menu .h-language span {
  font-size: 18px;
}
#header .nav .ui.menu .h-language span img {
  width: 29px;
  margin-right: 10px;
}
#header .nav .ui.menu .h-language span i {
  opacity: 0.35;
  margin-left: 14px;
  margin-top: 5px;
}
#header .nav .ui.menu .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 130%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
  color: #000;
}
#header .nav .ui.menu .h-language ul.sub-menu li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .chat {
  margin-left: 50px;
}
#header .nav::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #fff;
  -webkit-box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 8px 10px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#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.8;
}
.font-16 {
  line-height: 1.8;
}
#banner {
  position: relative;
  overflow: hidden;
  margin-top: 108px;
}
#banner li {
  position: relative;
}
#banner li .text {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-58%);
  -moz-transform: translateY(-58%);
  -ms-transform: translateY(-58%);
  transform: translateY(-58%);
  color: #ffffff;
}
#banner li .text .box {
  width: 55%;
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
  opacity: 0;
  -webkit-transition: 1s 0.5s;
  -moz-transition: 1s 0.5s;
  transition: 1s 0.5s;
}
#banner li .text .box .title {
  line-height: 1.2;
}
#banner li .text .box .cont {
  max-width: 590px;
}
#banner .slick-active .text .box {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@-webkit-keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@-moz-keyframes wordsloop {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
@keyframes wordsloop {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(-1250px);
    -moz-transform: translateX(-1250px);
    transform: translateX(-1250px);
  }
}
.lh-1 {
  line-height: 1;
}
.title {
  line-height: 1.2;
  font-weight: bold;
}
.title span {
  color: var(--color);
}
.title em{
    color: var(--color);
}
.title .line {
  width: 63px;
  height: 2px;
  background-color: var(--color);
  margin: 20px auto 0;
}
.slickDots ul li {
  width: 12px;
  height: 12px;
  background-color: #000000;
  opacity: 0.2;
  border: none;
}
.slickDots ul li.slick-active {
  background-color: var(--color);
  opacity: 1;
}
.play i {
  border: none;
}
a {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#index-body {
  overflow: hidden;
}
#index-body .type li .box {
  border-radius: 10px 10px 0 10px;
  overflow: hidden;
  	background-color: #f6f7fc;
}
#index-body .type li .text {
  padding: 35px 0 0;
  background: var(--color);
  color: #ffffff;
}
#index-body .type li .text .t1 {
  padding: 0 32px;
}
#index-body .type li .text .btn {
  padding: 0 32px;
}
#index-body .type li .text .btn2 {
  margin: -5px 0 -1px auto;
  width: 66px;
  height: 66px;
  background-color: #ffffff;
  border-radius: 10px 10px 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .type li .text .btn2 img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .type li .text:hover .btn2 img {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .about {
  background: #f6f7fc;
}
#index-body .about .play-btn {
  background: #ffffff;
}
#index-body .about .play-btn i {
  color: #000000;
}
#index-body .about .box .left {
  width: 50%;
}
#index-body .about .box .left .img {
  position: relative;
  width: 120%;
  margin-left: -20%;
}
#index-body .about .box .left .img > img {
  width: 100%;
}
#index-body .about .box .right {
  width: 50%;
}
#index-body .about .box .right .title {
  line-height: 1.3;
}
#index-body .about .dates {
  background: url(../images/bg1.jpg) no-repeat center center / cover;
  color: #ffffff;
}
#index-body .about .dates 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;
}
#index-body .about .dates li .icon {
  margin-right: 35px;
}
#index-body .about .dates li .txt {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#index-body .about .dates li .txt .num {
  font-family: "Barlow";
}
#index-body .products {
  background: #f6f7fc;
}
#index-body .products .bottom ul {
  gap: 20px;
}
#index-body .products .box {
  background: #ffffff;
  border-radius: 10px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  width: 100%;
}
#index-body .products .box .text {
  padding: 0 35px 44px 73px;
  width: 100%;
  position: relative;
  display: block;
}
#index-body .products .box .text .txt {
  width: 100%;
}
#index-body .products .box .text .txt .t1 {
  color: var(--color);
  line-height: 1.5;
  height: 3.1em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;
}
#index-body .products .box .text .btn {
  width: 66px;
  height: 63px;
  background-color: #f6f7fc;
  border-radius: 10px;
  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.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  bottom: 4px;
  right: 4px;
}
#index-body .products .box:hover {
  -webkit-box-shadow: -6px 4px 44px 7px rgba(17, 91, 166, 0.09);
  box-shadow: -6px 4px 44px 7px rgba(17, 91, 166, 0.09);
}
#index-body .products .box:hover .text .btn {
  background: var(--color);
}
#index-body .products .box:hover .text .btn img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#index-body .picture {
  background: url(../images/gc_bg.jpg) no-repeat center center / cover;
}
#index-body .picture .title {
  color: #ffffff;
}
#index-body .picture .top {
  width: 700px;
  height: 60px;
  background-color: #ffffff;
  border-radius: 30px;
  padding: 5px;
  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;
  margin: 0 auto;
}
#index-body .picture .top .item {
  width: 25%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 30px;
  cursor: pointer;
}
#index-body .picture .top .item.active,
#index-body .picture .top .item:hover {
  background: var(--color);
  color: #ffffff;
}
#index-body .picture .bottom .item {
  display: none;
}
#index-body .picture .bottom .item ul {
  margin: 0 -5px;
}
#index-body .picture .bottom .item ul li {
  padding: 0 5px;
}
#index-body .picture .bottom .item ul li img{
  width: 100%;
}
#index-body .picture .bottom .item.active {
  display: block;
}
#index-body .picture .slickDots ul li {
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  opacity: 0.2;
  border: none;
}
#index-body .picture .slickDots ul li.slick-active {
  opacity: 1;
}
#index-body .choose .bottom li {
  height: 100%;
}
#index-body .choose .bottom .box {
  background-color: #f6f7fc;
  border-radius: 20px;
  padding: 60px 30px 45px;
  height: 100%;
}
#index-body .choose .bottom .box .icon {
  height: 70px;
  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 .case {
  background: -webkit-linear-gradient(top, var(--color) 480px, transparent 480px);
  background: -moz-linear-gradient(top, var(--color) 480px, transparent 480px);
  background: linear-gradient(to bottom, var(--color) 480px, transparent 480px);
}
#index-body .case .top {
  color: #ffffff;
}
#index-body .case .top .line {
  background: #ffffff;
}
#index-body .case .top .cont {
  max-width: 610px;
  margin: 0 auto;
  text-align: center;
  line-height: 1.6;
}
#index-body .case .bottom > ul {
  margin: 10px;
}
#index-body .case .bottom > ul li {
  padding: 10px;
}
#index-body .case .bottom .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(17, 91, 166, 0.15);
  box-shadow: 0px 0px 20px 0px rgba(17, 91, 166, 0.15);
  border-radius: 10px;
  overflow: hidden;
}
#index-body .case .bottom .box .img {
  border-radius: 10px;
  overflow: hidden;
}
#index-body .case .bottom .box .text {
  padding: 40px 30px 40px;
  position: relative;
}
#index-body .case .bottom .box .text .t1 {
  color: var(--color);
}
#index-body .case .bottom .box .text .add {
  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 .case .bottom .box .text .add img {
  margin-right: 10px;
}
#index-body .case .bottom .box .text .add span {
  opacity: 0.72;
}
#index-body .case .bottom .box .text .btn {
  width: 66px;
  height: 63px;
  background-color: #f6f7fc;
  border-radius: 10px;
  position: absolute;
  right: 10px;
  bottom: 8px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
#index-body .case .bottom .box .text .btn:hover {
  background: var(--color);
}
#index-body .case .bottom .box .text .btn:hover img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
#index-body .news .top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#index-body .news .top .cont {
  color: #7c7c7c;
  line-height: 1.2;
}
#index-body .news .bottom .time {
  color: var(--color);
  line-height: 1;
}
#index-body .news .bottom .t1 {
  font-weight: bold;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 1.2;
}
#index-body .news .bottom .t1:hover {
  color: var(--color);
}
#index-body .news .bottom .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#index-body .news .bottom .btn .dot {
  width: 66px;
  height: 66px;
  background-color: #f6f7fc;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .news .bottom .btn:hover .dot {
  background: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
#index-body .news .bottom .btn:hover .dot img {
  -webkit-filter: invert(100);
  filter: invert(100);
}
strong {
  font-weight: bold;
}
#footer {
  background-color: #1b1b1b;
  color: #fff;
}
#footer .f-form ul {
  margin: -5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#footer .f-form li {
  padding: 5px;
}
#footer .f-form li input {
  width: 100%;
  height: 60px;
  background-color: rgba(166, 168, 172, 0.2);
  border-radius: 38px;
  border: none;
  padding: 0 35px;
}
#footer .f-form li.i1 {
  width: 15%;
}
#footer .f-form li.i2 {
  width: 40%;
}
#footer .f-form li.submit {
  width: 15%;
}
#footer .f-form li.submit input {
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#footer .f-form li.submit input:hover {
  background: #ffffff;
  color: #000000;
}
#footer .f-box .tit {
  line-height: 1;
  font-weight: bold;
}
#footer .f-box li {
  margin-bottom: 0.5em;
}
#footer .f-box li ul {
  display: none;
}
#footer .f-box li a {
  opacity: .55;
}
#footer .f-box li a:hover {
  opacity: 1;
}
#footer .f-box .f-contact {
  max-width: 410px;
}
#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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#footer .f-box .f-contact li .icon {
  width: 20px;
  margin-right: 10px;
  padding-top: 5px;
}
#footer .f-box .f-contact li span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#footer .f-box .f-code #ewm {
  width: 180px;
  height: 180px;
  border: 12px solid #ffffff;
}
#footer .f-copy {
  font-size: 16px;
  border-radius: 10px;
  line-height: 1.8;
  color: #ffffff;
  text-align: center;
  position: relative;
}
#footer .f-copy .box {
  padding: 30px 0 40px;
  border-top: 1px solid #555;
}
#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: #ffffff;
  margin-top: 1px;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 5px;
    font-size: 16px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li > a {
    padding: 40px 7px;
  }
  #header .nav .ui.menu .logo{
    width: 250px;
  }
  #index-body .about .box .left .img {
    width: 140%;
    margin-left: -40%;
  }
  #banner li .text .box {
    width: 65%;
  }
  #footer .f-box .f-contact {
    max-width: 350px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 14px;
    margin-right: 5px;
  }
#header .nav .ui.menu .h-language span em{
  display: none;
}
#header .nav .ui.menu .h-language span i{
  margin-left: 0;
}
  .container {
    padding: 0 15px;
  }
  #header .nav .ui.menu .h-search form #s {
    width: 160px;
  }
  #header .nav .ui.menu .logo {
    width: 250px;
  }
}
@media screen and (max-width: 1250px) {
  #banner li .text .box {
    padding-left: 0;
  }
  #banner ul.slick-dots li {
    width: 70px;
  }
  #index-body .about .dates li .icon {
    zoom: 0.7;
  }
  #index-body .about .box .right {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  #footer .f-form li.i1 {
    width: 33%;
  }
  #footer .f-form li.i2 {
    width: 70%;
  }
  #footer .f-form li.submit {
    width: 30%;
  }
  #footer .f-box .f-contact {
    max-width: 300px;
  }
  #footer .f-box .f-nav {
    display: none;
  }
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px) {
  .body-overflow-box {
    margin-bottom: 0;
  }
  .yc{
display: none !important;
}
  #banner li .text .box {
    width: 100%;
  }
  #index-body .about .box .left .img {
    width: 100%;
    margin-left: 0;
  }
  #index-body .about .box .right {
    margin: 40px 0;
  }
  #index-body .products .box .text {
    padding: 0 20px 66px 20px;
  }
  #index-body .type {
    padding-left: 15px;
    padding-right: 15px;
  }
  #footer .f-box .f-contact {
    max-width: 100%;
    margin-bottom: 30px;
  }
  #footer .f-box .tit {
    font-size: 16px;
  }
  #footer .f-box .f-products,
  #footer .f-box .f-resources {
    display: none;
  }
  .font-48 {
    font-size: 24px;
  }
  .font-40 {
    font-size: 22px;
  }
  .font-30 {
    font-size: 18px;
  }
  .font-24 {
    font-size: 16px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .picture .top {
    width: 100%;
  }
  .mt-20 {
    margin-top: 9px;
    line-height: 1.8;
}
  #footer .f-form li.i1,
  #footer .f-form li.i2 {
    width: 100%;
  }
  #footer .f-form li.submit {
    width: 60%;
    margin: 0 auto;
  }
  #banner .slickDots {
    display: none;
  }
  #banner li > img {
    height: 320px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .about .dates li {
    margin-bottom: 10px;
  }
  #footer .f-box .f-code #ewm {
    width: 120px;
    height: 120px;
    border: 5px solid #ffffff;
  }
}
@media screen and (max-width: 500px) {
  .fixed-toolbar {
    right: 10px;
    bottom: 13%;
  }
  #banner li .text .box .title {
    font-size: 20px;
  }
  .more {
    zoom: 0.7;
  }
  #footer .f-form li input {
    height: 66px;
    padding: 0 25px;
  }
  #index-body .picture .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
  }
  #index-body .picture .top .item {
    width: 47%;
    height: 50px;
  }
}


/*inner*/
#innerMobileBanner{
  padding-top: 80px;
  padding-bottom: 30px
}
#innerMobileBanner .title{
  font-size: 22px;
}
@keyframes round_translate1 {
  0% {
    right: 75%;
  }
  74.99% {
    opacity: 1;
  }
  75% {
    right: -25%;
    top: 100%;
    opacity: 0;
  }
  75.05% {
    right: 100%;
    opacity: 0;
  }
  75.1% {
    opacity:1;
  }  
  100%{
    right: 75%;
  }
}
@keyframes round_translate2 {
  0% {
    right: 40%;
  }
  64.99% {
    opacity: 1;
  }
  65% {
    right: -30%;
    opacity: 0;
  }
  65.05% {
    right: 100%;
    opacity: 0;
  }
  65.1% {
    opacity:1;
  }  
  100%{
    right: 40%;
  }
}
@keyframes round_translate3 {
  0% {
    right: 0;
  }
  9.99% {
    opacity: 1;
  }
  10% {
    right: -25%;
    opacity: 0;
  }
  10.05% {
    right: 100%;
    opacity: 0;
  }
  10.1% {
    opacity:1;
  }  
  100%{
    right: 0;
  }
}

.inner-banner {
  height: 250px;
  width: 100%;
  margin: 108px 0 0;
  overflow: hidden;
  position: relative;
}
.inner-banner::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  bottom: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(11, 105, 170, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, 50%);
  -moz-transform: translate(0, 50%);
  -ms-transform: translate(0, 50%);
  transform: translate(0, 50%);
  -webkit-animation: round_translate2 12s linear infinite;
  -moz-animation: round_translate2 12s linear infinite;
  animation: round_translate2 12s linear infinite;
  z-index: 10;
}
.inner-banner .inner-content {
  width: 100%;
  height: 100%;
  /*background: url("../images/banner.png") no-repeat;*/
  background-color: var(--color);
  background-size: cover;
  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;
}
.inner-banner .inner-content::before {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 0;
  right: 100%;
  height: 200%;
  background-color: rgba(45, 50, 121, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate1 12s linear infinite;
  -moz-animation: round_translate1 12s linear infinite;
  animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
  content: "";
  display: block;
  aspect-ratio: 1;
  position: absolute;
  top: 50%;
  right: 100%;
  height: 200%;
  background-color: rgba(39, 68, 151, 0.9);
  border-radius: 9999px;
  -webkit-filter: blur(40px);
  filter: blur(40px);
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-animation: round_translate3 12s linear infinite;
  -moz-animation: round_translate3 12s linear infinite;
  animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
  color: white;
  text-align: center;
  position: relative;
  z-index: 10;
}
.inner-banner .mbx h2 {
  font-size: 40px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 8px;
}
.inner-banner .mbx p {
  font-size: 16px;
  line-height: 32px;
}

.video-page video{
  width: 100%;
}

/*faq-page*/

.faq-page .faq-list {
  margin-top: 60px;
}
.faq-page .faq-list ul li {
  margin-bottom: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .faq-list ul li.active .title .btn:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .faq-list ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-list ul li .title {
  padding-left: 50px;
  padding-right: 20px;
  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;
  height: 70px;
  background-color: #f6f7fc;
  border-radius: 45px;
  cursor: pointer;
}
.faq-page .faq-list ul li .title h4 {
  font-size: 18px;
  max-width: -webkit-calc(100% - 100px);
  max-width: -moz-calc(100% - 100px);
  max-width: calc(100% - 100px);
}
.faq-page .faq-list ul li .title .btn {
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background-color: #115ba6;
  display: block;
  position: relative;
  cursor: pointer;
}
.faq-page .faq-list ul li .title .btn:before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 15px;
  height: 1px;
  background-color: white;
}
.faq-page .faq-list ul li .title .btn:after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 1px;
  height: 15px;
  background-color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.faq-page .faq-list ul li .con {
  padding: 30px 40px 30px 50px;
  display: none;
}
@media (max-width: 1000px) {
    .faq-page .faq-list ul li .title {
    padding: 15px 40px 15px 50px;
    height: auto;
  }
  .faq-page .faq-list ul li .title h4 {
    font-size: 16px;
  }
  .faq-page .faq-list ul li .con{
    padding:20px;
  }
}
@media (max-width: 500px) {
    .faq-page .faq-list ul li .title {
    border-radius: 20px;
    padding: 15px 20px;
  }
  .faq-page .faq-list ul li .title h4 {
    max-width: 100%;
  }
  .faq-page .faq-list ul li .title .btn {
    display: none;
  }
}

/*contact-page*/

.contact-page .box .left {
  padding-right: 5%;
}
.contact-page .box .left .text {
  margin: 1em 0 1.5em;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .left .form ul {
  margin: -13px -10px;
}
.contact-page .box .left .form ul li {
  padding: 13px 10px;
}
.contact-page .box .left .form ul li input {
  display: block;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  font-size: 16px;
  font-weight: normal;
  color: #120c0b;
  padding: .5em 0;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .left .form ul li input::-webkit-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::-moz-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:-ms-input-placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input::placeholder {
  color: #878787;
}
.contact-page .box .left .form ul li input:focus {
  border-color: var(--color);
}
.contact-page .box .left .form ul li.mt {
  margin-top: 2em;
}
.contact-page .box .left .form ul li .more {
  margin-top: 1em;
}
.contact-page .box .left .form ul li.wid-100 {
  width: 100%;
}
.contact-page .box .left .form ul li input[type="submit"] {
  width: 180px;
  height: 50px;
  background-color: var(--color);
  border: none;
  font-size: 18px;
  color:white;
  transition: all 0.5s;
}
.contact-page .box .left .form ul li input[type="submit"]:hover{
  background-color: black;
}
.contact-page .box .right {
  padding-left: 10%;
}
.contact-page .box .right span.h3 {
  font-weight: 900;
  font-size: 30px;
  text-transform: uppercase;
  line-height: 1.2;
  color: #333;
}
.contact-page .box .right span.h3 em {
  color: var(--color);
}
.contact-page .box .right .text {
  margin-top: 1em;
  line-height: 1.7;
  color: #666;
}
.contact-page .box .right .info {
  font-size: 18px;
  color: #120c0b;
  margin: 2em 0 3em;
}
.contact-page .box .right .info li {
  margin-bottom: .8em;
}
.contact-page .box .right .info li:last-child {
  margin-bottom: 0;
}
.contact-page .box .right .info li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1.6;
}
.contact-page .box .right .info li a i {
  width: 1.5em;
  text-align: center;
  height: 1.6em;
  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-right: .5em;
  color: var(--color);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.contact-page .box .right .info li a i img {
  display: block;
  margin: 0 auto;
}
.contact-page .box .right .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.contact-page .box .right .share a {
  font-size: 20px;
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 1em;
  color: #120c0b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .box .right .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page .map {
  height: 500px;
  margin-top: 100px;
  background-color: #eee;
}
.contact-page .map iframe {
  height: 100%;
  width: 100%;
  display: block;
  border: 0;
}
@media screen and (max-width: 1450px){

  .contact-page .box .right span.h3 {
    font-size: 24px;
  }
  .contact-page .map {
    height: 400px;
  }
  .contact-page .box .right .info li {
    margin-bottom: .5em;
  }
  .contact-page .box .left .form ul li input {
    font-size: 14px;
  }
  .contact-page .box .left .form ul li.mt {
    margin-top: 1em;
  }
  .contact-page .box .right .info {
    margin: 1.5em 0 2em;
  }
  
  .factory-page .bottom .list ul li span.h6{
    font-size: 18px;
  }
  .factory-page .bottom .list ul li span.h6{
    font-size: 16px;
  }
}
@media screen and (max-width: 1250px){
  .contact-page .box .right {
    padding-left: 5%;
  }
  .contact-page .box .right span.h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .contact-page .map {
    height: 300px;
  }
  .factory-page .bottom .list ul li span.h6{
     font-size: 14px;
     line-height: 2;
   }
}
@media screen and (max-width: 1000px){
    .contact-page .box .left {
    width: 100%;
    padding-right: 0;
  }
  .contact-page .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 50px;
  }
  .contact-page .map {
    margin-top: 30px;
    height: 240px;
  }
  .contact-page .box .right .share a {
    font-size: 16px;
  }
  .contact-page .box .right .info {
    font-size: 14px;
    line-height: 2;
  }
}


/*prodeuc-page*/

.product-page {
  background: #f6f7fc;
}
.product-page .sideright .top {
  width: 100%;
  /*width: 45%;*/
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
     font-size: 26px;
    line-height: 1.6;
}
.product-page .sideright .top h3 em {
  color: var(--color);
  font-weight: bold;
}
.product-page .sideright .top .desc {
  font-size: 16px;
  line-height: 2;
  margin-top: 10px;
}
.product-page .sideright .list {
  margin-top: 2.5rem;
}
.product-page .sideright .list ul {
  margin: 0 -3rem -2.4rem 0;
}
.product-page .sideright .list ul li {
  padding: 0 1rem 2.4rem 0;
}
.product-page .sideright .list ul li .box {
  -webkit-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  position: relative;
  display: block;
  height: 100%;
  background: #ffffff;
}
.product-page .sideright .list ul li .box i {
  position: absolute;
  z-index: 1;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  width: 0;
  height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
  width: 2px;
  top: 0;
  left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
  width: 2px;
  bottom: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
  height: 2px;
  top: 0;
  right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
  height: 2px;
  bottom: 0;
  left: 0;
}
.product-page .sideright .list ul li .box .img {
  width: 100%;
  background: #fff;
}
.product-page .sideright .list ul li .box .text {
  padding: 1.45rem 1.3rem 3rem;
  background: #fff;
}
.product-page .sideright .list ul li .box .text h4 {
  font-size: 16px;
    line-height: 1.8;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
  font-size: 16px;
  line-height: 2;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
  height: 100%;
  bottom: 0;
  top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
  height: 100%;
  top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
  width: 100%;
  left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
  width: 100%;
  right: 0;
  left: auto;
}
.product-page #index-body {
  background: #fff;
}
@media screen and (max-width: 1366px) {

  .product-page .sideright .top {
    width: 70%;
  }
}
@media screen and (max-width: 700px) {
  .product-page .sideright .top {
    width: 100%;
    /*display: none!important;*/
  }
  .product-page .sideright .top h1.Auxil-h1 {
    font-size: 16px;
    display: none;
}
  .product-page .sideright .top .desc {
   font-size: 14px;
    line-height: 2;
  }
  .product-page .sideright .list ul li {
    width: 100%;
  }
}
.prodet-page {
  background: #f6f7fc;
}
.prodet-page .product-box .prodet-1 .left {
  width: 50%;
}

.prodet-page .product-box .prodet-1 .left li img{
  /*border: #ccc solid 1px;*/
}
.prodet-page .product-box .prodet-1 .left li img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
  display: block;
  border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
  width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
  margin:0 -5px;
  padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
  padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .small li{
  cursor: pointer;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
  display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
  display: block;
  margin: 0 auto;
      border-radius: 15px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  text-indent: -9999em;
  width: 40px;
  height: 40px;
  border: none;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 1;
  background-size: 8px;
  background-position: center center;
  background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
  background-image: url("../images/banner-btn-l.png");
  left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
  background-image: url("../images/banner-btn-r.png");
  right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
  padding-left: 50px;
  width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
  font-size: 28px;
    /*line-height: 1.6;*/
  font-weight: 700;
}
.prodet-page .product-box .prodet-1 .right h3.title {
  font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
  margin: 1.5rem 0;
  font-size: 16px;
  line-height: 2;
  max-height: 25em;
  overflow: auto;
}
.prodet-page .product-box .prodet-1 .right .share {
  padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  line-height: 2;
}
.prodet-page .product-box .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
  width: auto;
  color: #666;
  margin: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
  color: var(--color);
}
.prodet-page .product-box .prodet-1 .right a.tel {
  font-size: 18px;
  color: var(--color);
  display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
  display: inline-block;
  vertical-align: middle;
  line-height: 50px;
  height: 50px;
  background: var(--color);
  color: white;
  padding: 0 35px;
  font-size: 20px;
  margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
  padding: 30px 0;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
  background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
  width: auto;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  color: #3d474a;
  border-radius: 0;
  font-size: 18px;
  font-weight: 400;
  text-transform: capitalize;
  margin-bottom: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li i{
  margin-right: 5px;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
  color: white;
  background: var(--color);
}
.prodet-page .product-box .prodet-2 .ret {
  padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li{
  display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
  padding: 5px 0;
  background: transparent !important;
  line-height: 30px !important;
      font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret table {
  margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table td {
  border: 1px solid #eee;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .product-box .prodet-2 .ret table td p {
  padding: 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(1) {
  background: #115ba6 !important;
  color: #fff;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) {
  background: #ffffff;
}
.prodet-page .product-box .prodet-2 .ret form {
  margin-top: 50px;
  padding: 10px;
  background: #fff;
  box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
  margin-top: 10px;
  width: 48%;
  display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
  width: 100%;
  border: #ccc solid 1px;
  padding: 5px;
  font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
  width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
  background: var(--color);
  color: #fff;
  transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
  background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
  padding: 5px;
  border: #ccc solid 1px;
  width: 100%;
  font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
  font-size: 24px;
  line-height: 1.6;
  margin-bottom: 30px;
  font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul {
  margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
  margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
  padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
  display: block;
  background: white;
  -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
  box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
  display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
  display: block;
  padding: 20px 10px;
  text-align: center;
  margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
  font-size: 16px;
  line-height: 30px;
  color: #111;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
      font-weight: 700;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
  color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
  display: block;
  font-size: 14px;
  line-height: 2;
  color: var(--color);
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-transform: capitalize;
  font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
  display: block;
  font-size: 14px;
  color: #888;
  line-height: 2;
  margin: 5px 0 10px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 28px;
  height: 28px;
  padding: 0 10px;
  border: 1px solid var(--color);
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  color: var(--color);
  background: none;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
  margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
  color: white;
  background: var(--color);
}
@media screen and (max-width: 1400px) {
.prodet-page .product-box .prodet-1 .right .text {
  max-height: initial;
}
}
@media screen and (max-width: 1250px) {
  .prodet-page.inner-page .sidebox .sideleft{
    display: none;
  }
   .prodet-page.inner-page .sidebox .sideright {
     width: 100%;
     padding-left: 0;
   }
}

@media screen and (max-width: 1000px) {
  .prodet-page .product-box .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .product-box .prodet-1 .right {
    width: 100%;
    padding: 1.5rem 0 0 0;
  }
  .prodet-page .product-box .prodet-1 .right .title {
    font-size: 24px;
    line-height: 1.8;
  }
  .prodet-page .product-box .prodet-2 .ret form ul li{
    width: 100%;
  }
  .prodet-page .product-box .prodet-3 ul li .box .content a.more{
    zoom: 1;
  }
}


.inner-page .sidebox {
  padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 110px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
      border-radius: 15px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
    line-height: 2;
}
.inner-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;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: bold;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
  line-height: 28px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li:last-child input{
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-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;
}
.inner-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;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}

@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}


.m-page {
  text-align: center;
  padding-top: 50px;
}
.m-page a,
.m-page span {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  margin: 2px 4px;
  width: 30px;
  line-height: 1;
  height: 30px;
  color: #555;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  border: 1px solid #f8f8f8;
}
.m-page a:hover {
   background-color: var(--color);
  color: #fff;
}
.m-page .current {
  background-color: var(--color);
  color: #fff;
}


/*news-page*/

.news-page {
  background: #f6f7fc;
}
.news-page .sideright {
  padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
  margin-right: -1rem;
}
.news-page .sideright .list ul li {
  padding-right: 1rem;
  margin-bottom: 1rem;
}
.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);
      border-radius: 15px;
}
.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: 1.8;
  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: 2;
}
.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;
  }
  .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: 27px;
  font-weight: 700;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 20px;
  margin-top: 30px;
}
.newdet-page p {
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5;
  color: #555;
  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 { 
  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: 3rem;
  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: 2;
  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: 2.5rem;
  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: var(--color);
}
.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: 3rem;
}
.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%;
}
@media screen and (max-width: 700px) {
  .newdet-page blockquote {
    padding: 20px 10px;
  }
  .newdet-page .grid-box {
    margin-right: 0;
  }
  .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: 2rem 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: 1.55rem 0 5rem;
}

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

/*project-page*/
.project-page .project-1 li{
  margin-bottom: 25px;
}
.project-page .project-1 li .box{
position: relative;
}
.project-page .project-1 li .box .img img{
  width: 100%;
  border-radius: 10px;
}
.project-page .project-1 li .box .text{
    background-color: #fff;
    box-shadow: -1px 10px 34px 1px rgba(0,0,0,.15);
    -webkit-box-shadow: -1px 10px 34px 1px rgba(0,0,0,.15);
    -moz-box-shadow: -1px 10px 34px 1px rgba(0,0,0,.15);
    padding: 30px;
    border-radius: 10px;
    /*width: 70%;*/
    margin-top: -70px;
    z-index: 1;
    position: relative;
    /*margin-left: 55px;*/
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}
@media screen and (max-width: 1000px) {
  .project-page .project-1 li .box .text{
    margin-top: 20px;
     width: 100%;
     margin-left: 0;
  }
  .project-page .project-1 ul{
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }
}
@media screen and (max-width: 700px) {
  .project-page .project-1 li .box .text{
    padding: 20px;
  }
}
@media screen and (max-width: 500px) {

   .project-page .project-1 ul{
    grid-template-columns: repeat(1, minmax(0, 1fr));
  }
}

/*about-page*/


.about-page .about-1 .left {
  vertical-align: middle;
  /*padding-right: 5%;*/
}
.about-page .about-1 .left .text {
  /*margin-top: 20px;*/
  font-size: 18px;
  color: #404040;
  line-height: 2;
      max-height: 350px;
    overflow-y: auto;
}
.about-page .about-1 .left .text p {
  padding-top: 1em;
}
.about-page .about-1 .left .text p:first-child {
  padding-top: 0;
}
.about-page .about-1 .right {
  padding-left: 2%;
  vertical-align: middle;
}
.about-page .about-1 .right .img {
  height: 460px;
  background-size: cover;
  background-position: top center;
}
.about-page .about-add{
  padding-bottom: 120px;
}
.about-page .about-add ul{
  margin-right: -31px;
}
.about-page .about-add ul li{
  padding-right: 31px;
}
.about-page .about-add ul li .img-box{
  display: block;
}
.about-page .about-add ul li .img-box img{
  width: 100%;
}
.about-page .about-add ul li h3{
  font-size: 16px;
  line-height: 1.5;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  margin-top: 24px;
}
.about-page .about-add ul li h3::after{
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transition: -webkit-transform .5s ease;
  transition: -webkit-transform .5s ease;
  -moz-transition: transform .5s ease, -moz-transform .5s ease;
  transition: transform .5s ease;
  transition: transform .5s ease, -webkit-transform .5s ease, -moz-transform .5s ease;
}
.about-page .about-add ul li:hover h3{
  color: var(--color);
}
.about-page .about-add ul li:hover h3::after{
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  -webkit-transform-origin: 100% 0;
  -moz-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.about-page .about-2 {
  background: #f6f7fc;
}
.about-page .about-2 .left {
  vertical-align: middle;
}
.about-page .about-2 .left .img {
  height: 570px;
  background-size: cover;
  background-position: center center;
  display: block;
}
.about-page .about-2 .right {
  vertical-align: middle;
  padding-right: 15px;
}
.about-page .about-2 .right .content {
  max-width: 730px;
  padding-left: 7%;
}
.about-page .about-2 .right .content .text {
  margin: 20px 0;
  font-size: 18px;
  line-height: 2;
  color: #404040;
}
.about-page .about-2 .right .content .text p{
  /*margin-bottom: 33px;*/
  /*padding-left: 21px;*/
  position: relative;
}
.about-page .about-2 .right .content .text p::before{
  content: '';
  position: absolute;
  top: 49%;
  left: 0;
  width: 7px;
	height: 7px;
  background: var(--black);
}
.about-page .about-2 .right .content .text p:nth-child(1)::before{
  top: 62%;
}
.about-page .about-2 .right .content .text p:last-child{
  margin-bottom: 0;
}
.about-page .about-2 .right .content .text p:last-child::before{
  top: 40%;
}
.about-page .about-2 .right .content .text em{
  color: var(--color);
  font-size: 48px;
  font-family: 'Barlow';
  line-height: 1;
}
.about-page .about-3 .text {
  max-width: 1100px;
  margin: 0 auto;
}
.about-page .about-4 img{
    border: 2px solid #9d9d9d;
}
.about-page .about-5 .list {
  border-bottom: 1px solid #cccccc;
}
.about-page .about-5 ul{
  margin: -15px;
}
.about-page .about-5 li{
  height: 100%;
  padding: 15px;
}
.about-page .about-5 .box{
  padding:0px 20px 20px;
  height: 100%;
  transition: .5s;
  border-left: 1px solid #cccccc;
  position: relative;
}
.about-page .about-5 .box .title{
  line-height: 1;
  transform: translateY(-20%);
}
.about-page .about-5 .box .dot{
  display: block;
  width: 16px;
  height: 16px;
  background: #cccccc;
  position: absolute;
  top: 0;
  left: -8px;
  border-radius: 50%;
  transition: .5s;

}

.about-page .about-5 .box .dot:after,.about-page .about-5 .box .dot:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: inherit;
    border-radius: inherit;
    z-index: -1;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    display: none;
}

.about-page .about-5 .box .dot:before {
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
.about-page .about-5 .slick-current+.slick-active .box .dot{
  background:var(--color);
}
.about-page .about-5 .slick-current+.slick-active .box .dot:after,.about-page .about-5 .slick-current+.slick-active .box .dot:before{
  display: block;
}
.about-page .about-5 .box .cont{
  line-height: 1.4;
  height: 9em;
  overflow-y: auto;
}
@media screen and (max-width: 1500px){
  
  .about-page .about-1 .right .img,
  .about-page .about-2 .left .img {
    height: 380px;
  }
  .about-page .about-1 .left .text p {
    padding-top: 1em;
  }
  .about-page .about-2 .right .content .text {
    min-height: 7em;
  }
  
}
@media screen and (max-width: 1250px){
  .about-page .about-2 .left .img {
    height: 320px;
  }
  .about-page .about-5 .box{
    font-size: 24px;
  }
}

@media screen and (max-width: 1000px){
  .about-page .about-5 .slick-current+.slick-active .box .dot{
  background:#f6f7fc;
}
.about-page .about-5 .slick-current+.slick-active .box .dot:after,.about-page .about-5 .slick-current+.slick-active .box .dot:before{
  display: none;
}
.about-page .about-5 .slick-current .box .dot{
  background:var(--color);
}
.about-page .about-5 .slick-current .box .dot:after,.about-page .about-5 .slick-current .box .dot:before{
  display: block;
}
   .about-page .about-5 .box{
    font-size: 22px;
  }
  .about-page .about-1 .left,
  .about-page .about-2 .left {
    width: 100%;
    padding-right: 0;
  }
 
  .about-page .about-1 .right,
  .about-page .about-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  
  .about-page .about-2 .right {
    padding-right: 0;
  }
  .about-page .about-2 .right .content {
    max-width: none;
    padding: 25px 15px;
  }
  .about-page .about-2 .left .img {
    height: 480px;
  }
  
}
@media screen and (max-width: 700px){
  
  .about-page .about-1 .right .img {
    height: 240px;
  }
  .about-page .about-2 .left .img {
    height: 300px;
  }
  .about-page .about-2 .right .content .text{
    font-size: 20px;
  }
  .about-page .about-2 .right .content .text em{
    font-size: 30px;
  }
 
}
@media screen and (max-width: 500px){
    .about-page .about-2 .left .img {
    height: 200px;
  }
  
}
/*.download-page .bottom{
  max-width: 1200px;
  margin: 0 auto;
}*/

.download-page .bottom ul {
    border-top: 1px solid #E4E4E4;
    border-bottom: 1px solid #E4E4E4;
    
}
.download-page .bottom ul li{
  padding: 15px 10px;
  background-color: #fff;
  border-bottom: 1px dashed #ddd;
  transition: .5s;
}
.download-page .bottom ul li:nth-child(2n) {
  /*background-color: #EEEEEE;*/
}
.download-page .bottom ul li:hover {
  background-color: rgba(0, 124, 225, 0.1);
}
.seoPublic .Auxil-about .box .right div.h3{
  font-weight: bold;
}
.seoPublic>div:nth-child(odd) {
    background: #ffffff;
    } 
    .seoPublic .Auxil-about .box .right .text {
    font-size: 18px;
    line-height: 2;
      } 

.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea {
      padding: 15px 15px;
     border-radius: 38px;
       } 

       .seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: top center;
    display: block;
    border-radius: 15px;
      } 
  .solutions1-page li{
      background-color: #f6f7f9;
      /*margin-bottom: 50px;*/
      border-radius: 15px;
      overflow: hidden;
}
  .solutions1-page li .img-box{
    width: 50%;
    border-radius: 15px;
      overflow: hidden;
  }
  .solutions1-page li .text{
    width: 50%;
    padding: 0 80px;
  }
  .solutions1-page li .text .des{
    display: flex;
    align-items: center;
  }
    .solutions1-page li .text .des .line{
          width: 65px;
    height: 1px;
    background-color: #333333;
    display: block;
    margin-right: 20px;
    }
     .solutions1-page li .text .comt{
       max-height: 400px;
       overflow-y: auto;
     }
      .solutions1-page li:nth-child(2n) .img-box{
       order: 2;
      }
      @media screen and (max-width: 1250px){
          .solutions1-page li .text{
             padding: 0 40px;
      }
      }
      @media screen and (max-width: 1000px){
        .solutions1-page li:nth-child(2n) .img-box{
       order: 0;
      }
          .solutions1-page li .text{
             padding: 40px !important;
      }
      }
        @media screen and (max-width: 700px){
       
          .solutions1-page li .text{
             padding: 40px 20px !important;
      }
      .solutions1-page li .text .des .line{
        width: 35px;
        margin-right: 10px;
      }
      }
  
  .solutions2-page .title{
    font-weight: 500;
    padding-left: 12px;
    border-left: 5px solid var(--color);
    line-height: 1;
        font-weight: bold;
  }
    .solutions2-page .init-1 ul{
      margin: -9px;
    }
    .solutions2-page .init-1 ul li{
      padding: 9px;
    }
    .solutions2-page .init-1 ul li .box{
      background-color: #f6f7fc;
	    border-radius: 10px;
      padding: 70px 48px;
      height: 100%;
      transition: .5s;
    }
 
    .solutions2-page .init-1 ul li .box .line{
      	width: 28px;
	      height: 2px;
	      background-color: var(--color);
        margin: 0 auto;
        transition: .5s;
    }
      .solutions2-page .init-1 ul li .tit{
        font-weight: 500;
      }
      .solutions2-page .init-1 ul li .box:hover{
      background: var(--color);
      color: #ffffff;
    }
     .solutions2-page .init-1 ul li .box:hover .line{
       background: #ffffff;
     }

     .solutions2-page .init-2 ul{
      margin: -9px
     }
     .solutions2-page .init-2 ul li{
       padding: 9px
     }
     .solutions2-page .init-2 ul li .box{
       	background-color: #ffffff;
      	box-shadow: 4px 6px 44px 7px rgba(17, 91, 166, 0.09);
	      border-radius: 10px;
     }
     .solutions2-page .init-2 ul li .box .tit{
       padding: 15px 45px 30px;
      
     }
    .solutions2-page .init-3 ul{
     margin: -10px;
    }
    .solutions2-page .init-3 li{
      padding: 10px;
    }
     .solutions2-page .init-3 li .box{
       background-color: #f6f7fc;
	     border-radius: 10px;
       padding: 30px 0 40px;
       height: 100%;
     }
     
     .solutions2-page .init-3 li .box .con{
       padding: 0 42px;
     }
      .solutions2-page .init-3 li .box .icon{
        padding: 0 42px;
      }
      .solutions2-page .init-3 li .box .tit.con{
       font-weight: 500;
       border-bottom: 1px solid rgba(17,91,166, 0.2);
       padding-bottom: 18px;
       margin-bottom: 17px;
           font-weight: bold;
     }
     .solutions2-page .init-4 ul{
      margin: -13px;
     }
    .solutions2-page .init-4 li{
      width: 20%;
      padding: 13px;
    }
    .solutions2-page .init-4 li .box{
      	background-color: #f6f7fc;
	border-radius: 10px;
  padding: 20px 15px 40px;
  text-align: center;
   font-weight: 500;
   position: relative;
    }
    .solutions2-page .init-4 li .box .icon{
      height: 80px;
      display: flex;
      align-items: flex-end;
      justify-content: center;
    }
     .solutions2-page .init-4 li .box .num{
       text-align: right;
       line-height: 1;
       	color: #d4e0ef;
         font-size: 36px;
         font-weight: 500;
     }
     .solutions2-page .init-4 li .box::after{
       content: '';
       display: block;
       	width: 54px;
	height: 54px;
	background: #ffffff url(../images/sol_jt.png) no-repeat center center;
	box-shadow: 4px 6px 44px 7px 
		rgba(17, 91, 166, 0.09);
    border-radius: 50%;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(80%,-50%);
  z-index: 2;
     }
     .solutions2-page .init-4 li:last-child .box::after{
       display: none;
     }
.solutions2-page .init-5{
  background: url(../images/sol_f.jpg) no-repeat center center / cover;
  color: #ffffff;
}
.solutions2-page .init-5 .more{
  background: #ffffff;
  color: #000000;
}
.solutions2-page .init-5 .more:hover{
  background: var(--color);
  color: #ffffff;
}
     .solutions2-page .init-5 .title{
       padding: 0;
       border: none;
           font-weight: bold;
     }
       .solutions2-page .init-5 .box{
         max-width: 920px;
         margin: 0 auto;
       }
    .solutions2-page .init-6 .list{
      position: relative;
    }
  .solutions2-page .init-6 .list .slickBtn div{
    display: flex;
    justify-content: center;
    align-items: center;
 	width: 54px;
	height: 54px;
	background: #ffffff ;
	box-shadow: 4px 6px 44px 7px 
		rgba(17, 91, 166, 0.09);
    border-radius: 50%;
  position: absolute;
  
    }
      .solutions2-page .init-6 .list .slickBtn .prev{
        transform:  translate(-120%) rotate(180deg);
        left: 0;
        top: 30%;
      }
       .solutions2-page .init-6 .list .slickBtn .next{
        transform:  translate(120%);
        right: 0;
        top: 30%;
        margin-left: 0;
      }
     @media screen and (max-width: 1250px){
        .solutions2-page .init-1 ul li .box{
        padding: 60px 25px
      }
        .solutions2-page .init-3 li .box .con{
       padding: 0 30px;
     }
      .solutions2-page .init-3 li .box .icon{
        padding: 0 30px;
      }
      .solutions2-page .init-3 .list,.solutions2-page .init-4 .list{
        font-size: 16px;
      }
       .solutions2-page .init-4 li .box .num{
         font-size: 28px;
       }
     }
    @media screen and (max-width: 1000px){
      .solutions2-page .title{
        font-size: 20px;
        padding-left: 20px;
        border-left: 4px solid var(--color);
            font-weight: bold;
      }
      .solutions2-page .init-1 ul li .box{
        padding: 40px 28px
      }
      .solutions2-page .init-2 ul li .box .tit{
       padding: 15px 25px 20px;
     }
     .solutions2-page .init-3 ul{
     margin: -6px;
    }
    .solutions2-page .init-3 li{
      padding: 6px;
    }
    .solutions2-page .init-3 li .box .con{
       padding: 0 20px;
     }
      .solutions2-page .init-3 li .box .icon{
        padding: 0 20px;
      }
      .solutions2-page .init-4 li{
        width: 33%;
      }
      .solutions2-page .init-4 li .box::after{
        zoom: 0.7;
      }
        .solutions2-page .init-4 ul{
      margin: -7px;
     }
    .solutions2-page .init-4 li{
      padding: 7px;
    }
      
    }
 @media screen and (max-width: 800px){
      .solutions2-page .init-6 .list .slickBtn{
        display: none;
      }
    }
      @media screen and (max-width: 700px){
      .solutions2-page .title{
        padding-left: 10px;
        border-left: 3px solid var(--color);
      }
        .solutions2-page .init-1 ul li .box{
        padding: 30px 15px
      }
      .solutions2-page .init-3 li .box .con{
       padding: 0 15px;
     }
      .solutions2-page .init-3 li .box .icon{
        padding: 0 15px;
      }
       .solutions2-page .init-4 li{
        width: 50%;
      }
      .solutions2-page .init-4 li .box::after{
        transform: translate(40%,-50%);
      }
    }
     @media screen and (max-width: 500px){
       .solutions2-page .init-4 li .box::after{
       display: none;
      }
      .solutions2-page .init-4 li .box .icon{
        zoom: 0.75;
      }
      .solutions2-page .init-4 li .box .num{
         font-size: 22px;
       }
    }

    span.yejj-links{
    display: inline-block;
    max-width: 600px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    vertical-align: bottom;
}

.seoPublic .text a{
     color: #666666
}

.product-box.flcc {
    width: 1540px;
}

.prodet-page.product-page.ccccp {
    background: #0000;
}