@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;
}
@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-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;
}
/* 栅格 */
.grid-box {
    font-size: 0;
    letter-spacing: -4px;
    font-size: 12px;
}
.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;
    letter-spacing: 0;
}
.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.5%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 33.33333%;
    }
    .grid-box.four>.column {
        width: 33.33333%;
    }
    .grid-box.five>.column {
        width: 33.33333%;
    }
}
@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width: 50%;
    }
    .grid-box.three>.column {
        width: 50%;
    }
    .grid-box.four>.column {
        width: 50%;
    }
    .grid-box.five>.column {
        width: 50%;
    }
}
@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width: 100%;
    }
    .grid-box.three>.column {
        width: 100%;
    }
    .grid-box.four>.column {
        width: 100%;
    }
    .grid-box.five>.column {
        width: 100%;
    }
}
.flex-wap .flex-left-box {
  margin-right: 25px;
  margin-bottom: 0;
}
.flex-wrap-1250 .flex-left-box {
  margin-right: 25px;
}
.clear-form-style {
  background: none;
  border: none;
}
#Advertising {
  display: none;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
body {
  font-family: 'Montserrat';
  max-width: 1920px;
  --color: #100569;
  --color1: #48c7f3;
  --color2: #2e2881;
  font-weight: normal;
  margin: 0 auto;
}
@-webkit-keyframes banner-arrow-moving {
  from {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@-moz-keyframes banner-arrow-moving {
  from {
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
@keyframes banner-arrow-moving {
  from {
    -webkit-transform: translateY(5px);
    -moz-transform: translateY(5px);
    transform: translateY(5px);
  }
  to {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    transform: translateY(-5px);
  }
}
.container {
  width: 1850px;
}
.public-title-t {
  color: var(--color1);
}
.public-title {
  font-size: 45px;
  line-height: 1.2;
  color: var(--color);
}
.public-title .span2 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color2)), to(var(--color1)));
  background-image: -webkit-linear-gradient(left, var(--color2) 0%, var(--color1) 100%);
  background-image: -moz-linear-gradient(left, var(--color2) 0%, var(--color1) 100%);
  background-image: linear-gradient(90deg, var(--color2) 0%, var(--color1) 100%);
  -webkit-background-clip: text;
  /* 3. 标准属性，将背景裁剪到文字 */
  background-clip: text;
  /* 4. 将文字颜色设为透明，以显示渐变背景 */
  color: transparent;
}
.public-title .span2.c2 {
  background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(var(--color1)));
  background-image: -webkit-linear-gradient(left, var(--color) 0%, var(--color1) 100%);
  background-image: -moz-linear-gradient(left, var(--color) 0%, var(--color1) 100%);
  background-image: linear-gradient(90deg, var(--color) 0%, var(--color1) 100%);
}
.public-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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #fff;
  background-color: var(--color1);
  padding-left: 64px;
  padding-right: 64px;
  padding-top: 12px;
  padding-bottom: 11px;
  color: var(--color);
  line-height: 1.5;
}
.public-btn:hover {
  background-color: var(--color);
  color: #fff;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#header.active {
  background-color: rgba(0, 0, 0, 0.65);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 11px;
  margin-bottom: 11px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 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;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 16px;
  margin-right: 55px;
  color: white;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  color: var(--color1);
}
#header .nav .ui.menu .menu-box ul.menu > li > a {
  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;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
#header .nav .ui.menu .items .h-inquiry:hover {
  background-color: #222;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search form {
  width: 248px;
  height: 43px;
  background-color: #f1f1f1;
}
#header .nav .ui.menu .items .h-search form input {
  background: none;
  border: none;
}
#header .nav .ui.menu .items .h-search form input[type='text'] {
  width: -webkit-calc(100% - 21px);
  width: -moz-calc(100% - 21px);
  width: calc(100% - 21px);
}
#header .nav .ui.menu .items .h-search form input[type='text']::-webkit-input-placeholder {
  color: #dadada;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-search form input[type='text']:-moz-placeholder {
  color: #dadada;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-search form input[type='text']::-moz-placeholder {
  color: #dadada;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-search form input[type='text']:-ms-input-placeholder {
  color: #dadada;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-search form input[type='text']::placeholder {
  color: #dadada;
  font-weight: 500;
}
#header .nav .ui.menu .items .h-search form input[type='submit'] {
  background: url(../images/h-search.png) no-repeat center center;
  background-size: cover;
  width: 21px;
  height: 21px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#header .nav .ui.menu .items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .items .h-language > img {
  max-width: 32px;
}
#header .nav .ui.menu .items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .items .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: 125%;
  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 .items .h-language ul.sub-menu li {
  display: block;
  padding: 0 10px;
  line-height: 40px;
  text-transform: capitalize;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .items .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 .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
}
#banner .banner-slick li {
  position: relative;
}
#banner .banner-slick li .content {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
}
#banner .banner-slick li .content .text-box {
  padding-top: 11.666%;
  color: #fff;
}
#banner .banner-slick li .content .text-box .p span {
  color: var(--color1);
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 945px;
}
#banner .banner-down-arrow {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 11.7%;
}
#banner .banner-down-arrow .arrow {
  color: #fff;
  cursor: pointer;
  -webkit-animation: banner-arrow-moving 1s linear infinite alternate;
  -moz-animation: banner-arrow-moving 1s linear infinite alternate;
  animation: banner-arrow-moving 1s linear infinite alternate;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#banner .banner-down-arrow .arrow i {
  font-size: 30px;
  color: var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  font-weight: 600;
}
#banner .banner-down-arrow .arrow span {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-down-arrow .arrow:hover {
  color: var(--color1);
}
#index-body .solution {
  background-color: #f3f8fa;
}
#index-body .solution .left .intro {
  font-weight: 500;
  color: #9ba8b5;
  line-height: 1.625;
}
#index-body .solution .right .solution-slick {
  margin-left: -27px;
  margin-right: -27px;
}
#index-body .solution .right .solution-slick li {
  padding-left: 27px;
  padding-right: 27px;
  border-left: 1px solid #d9e9ef;
}
#index-body .solution .right .solution-slick li .slide-box .title {
  color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .solution .right .solution-slick li .slide-box .title:hover {
  color: var(--color1);
}
#index-body .solution .right .solution-slick li .slide-box .intro {
  line-height: 1.625;
  max-height: -webkit-calc(1.625em * 3);
  max-height: -moz-calc(1.625em * 3);
  max-height: calc(1.625em * 3);
  color: #9ba8b5;
  font-weight: 500;
}
#index-body .category .top .public-title {
  font-size: 100px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .category .top .intro {
  max-width: 581px;
  color: var(--color2);
  line-height: 1.625;
}
#index-body .category .category-slick {
  margin-left: -8px;
  margin-right: -8px;
}
#index-body .category .category-slick li {
  padding-right: 8px;
  padding-left: 8px;
}
#index-body .category .category-slick li .slide-box {
  border: 2px solid transparent;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .category .category-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color);
}
#index-body .category .category-slick li .slide-box .title:hover {
  color: var(--color1);
}
#index-body .category .category-slick li .slide-box .img {
  background-color: #f6f6f6;
}
#index-body .category .category-slick li .slide-box .intro {
  color: #777777;
  line-height: 1.625;
}
#index-body .category .category-slick li .slide-box:hover {
  border-color: var(--color1);
}
#index-body .about {
  position: relative;
}
#index-body .about .content {
  background-color: #f8f8f8;
}
#index-body .about .left {
  position: relative;
}
#index-body .about .left .about-more {
  position: absolute;
  right: 0;
  bottom: 0;
}
#index-body .about .right .intro {
  font-weight: 500;
  color: #9ba8b5;
  line-height: 1.625;
  max-height: -webkit-calc(1.625em * 9);
  max-height: -moz-calc(1.625em * 9);
  max-height: calc(1.625em * 9);
  overflow-y: auto;
}
#index-body .about .number-Plus {
  padding-left: 7.527%;
  padding-right: 6.703%;
}
#index-body .about .number-Plus li:nth-child(odd) {
  position: relative;
}
#index-body .about .number-Plus li:nth-child(odd) .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: flex-center;
  -webkit-align-items: flex-center;
  -moz-box-align: flex-center;
  -ms-flex-align: flex-center;
  align-items: flex-center;
  font-weight: bold;
  color: #cfcfcf;
  font-size: 120px;
}
#index-body .about .number-Plus li:nth-child(odd) .top em {
  line-height: 1.2;
}
#index-body .about .number-Plus li:nth-child(odd) .top span {
  line-height: 1.2;
}
#index-body .about .number-Plus li:nth-child(odd) .title {
  /*font-weight: bold;*/
  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%);
  white-space: nowrap;
}
#index-body .about .number-Plus li:nth-child(even) {
  width: 1px;
  height: 71px;
  background-color: #cfcfcf;
}
#index-body .advantage .left{
  position: sticky;
  top: 110px;
}
#index-body .advantage .left .public-title-t {
  color: #fff;
}
#index-body .advantage .left .public-title {
  max-width: 540px;
}
#index-body .advantage .left .public-title .span1 {
  color: #fff;
}
#index-body .advantage .left .intro {
  color: #ffffff;
  line-height: 1.625;
  font-weight: 500;
  max-width: 700px;
}
#index-body .advantage .right .advantage-list {
  max-width: 557px;
}
#index-body .advantage .right .advantage-list li .box {
  background-color: #ffffff;
}
#index-body .advantage .right .advantage-list li .box .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 80px;
  height: 80px;
  background-color: var(--color1);
}
#index-body .advantage .right .advantage-list li .box .icon img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .right .advantage-list li .box .title {
  color: var(--color);
}
#index-body .advantage .right .advantage-list li .box .intro {
  line-height: 1.625;
  color: #777777;
}
#index-body .advantage .right .advantage-list li .box:hover .icon img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .news {
  background-color: #f3f8fb;
}
#index-body .news .news-slick {
  margin-right: -28px;
  margin-left: -28px;
  max-width: 1415px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .news .news-slick li {
  padding-left: 28px;
  padding-right: 28px;
}
#index-body .news .news-slick li .slide-box .user-type {
  color: #989898;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color1);
}
#index-body .news .news-slick li .slide-box .intro {
  color: #9ba8b5;
  line-height: 1.625;
}
#footer .f-top form .left {
  width: -webkit-calc(100% - 225px);
  width: -moz-calc(100% - 225px);
  width: calc(100% - 225px);
  height: 60px;
  background-color: #fff;
}
#footer .f-top form input {
  background: none;
  border: none;
}
#footer .f-top form input[type='text'] {
  padding-right: 15px;
  padding-left: 9px;
  border-left: 1px solid #b9b9b9;
  color: #000;
  height: 33px;
}
#footer .f-top form input[type='text']::-webkit-input-placeholder {
  color: #b9b9b9;
}
#footer .f-top form input[type='text']:-moz-placeholder {
  color: #b9b9b9;
}
#footer .f-top form input[type='text']::-moz-placeholder {
  color: #b9b9b9;
}
#footer .f-top form input[type='text']:-ms-input-placeholder {
  color: #b9b9b9;
}
#footer .f-top form input[type='text']::placeholder {
  color: #b9b9b9;
}
#footer .f-top form input[type='submit'] {
  width: 225px;
  background-color: var(--color1);
  color: var(--color);
  height: 60px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-top form input[type='submit']:hover {
  background-color: var(--color);
  color: #fff;
}
#footer .f-content {
  color: #ffffff;
  border-top: 1px solid rgba(255, 255, 255, 0.18);
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  margin-bottom: 9px;
}
#footer .f-content dl dd a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-content dl dd a:hover {
  color: var(--color1);
}
#footer .f-content dl.f-contact dd .contact-info {
  max-width: 364px;
  line-height: 2;
}
#footer .f-content dl.f-contact dd .social-account li a {
  display: block;
  width: 16px;
  height: 16px;
  background-color: #fff;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-content dl.f-contact dd .social-account li a:hover {
  background-color: var(--color1);
}
#footer .f-content dl.f-contact dd .social-account li:first-child a i {
  font-size: 14px;
}
#footer .f-content dl.f-contact dd .social-account li:last-child a i {
  font-size: 12px;
}
#footer .f-content dl.f-product {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
#footer .f-content dl.f-product dt {
  padding-left: 10.6%;
}
#footer .f-content dl.f-product .product-list {
  padding-left: 10.6%;
  padding-right: 12%;
}
#footer .f-content dl.f-product .product-list li {
  line-height: 2;
}
#footer .f-content dl.f-product .product-list li:nth-child(odd) {
  width: 40%;
}
#footer .f-content dl.f-product .product-list li:nth-child(even) {
  width: 60%;
}
#footer .f-content dl.f-links {
  line-height: 2;
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
#footer .f-content dl.f-links dt,
#footer .f-content dl.f-links dd {
  padding-left: 26%;
}
#footer .f-content dl.f-qr {
  border-left: 1px solid rgba(255, 255, 255, 0.18);
}
#footer .f-content dl.f-qr dt {
  margin-bottom: 18px;
}
#footer .f-content dl.f-qr #ewm {
  width: 130px;
  border: 6px solid #fff;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .right-arrow {
  cursor: pointer;
}
#footer .f-copy .right-arrow span {
  text-decoration: underline;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .right-arrow:hover {
  color: var(--color1);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right: 20px;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li {
  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-top: 12px;
  width: 52px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.618);
  line-height: 51px;
  border-radius: 10px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-size: 25px;
  cursor: pointer;
  position: relative;
}
.fixed-toolbar ul li.back {
  display: none;
}
.fixed-toolbar ul li.back.active {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.fixed-toolbar ul li.code {
  line-height: 55px;
  display: none;
}
.fixed-toolbar ul li img {
  display: inline-block;
  vertical-align: text-top;
}
.fixed-toolbar ul li:first-child {
  margin-top: 0;
}
.fixed-toolbar ul li:hover {
  background: var(--color);
}
.fixed-toolbar ul li:hover #ewm {
  left: -116px;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
.fixed-toolbar ul li #ewm {
  width: 100px;
  border: 3px solid #fff;
  position: absolute;
  left: 100%;
  top: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
/*ui.container不用设置了*/
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
  #index-body .about .content {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  #index-body .about .content .left {
    padding-top: 35px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
    font-size: 15px;
  }
  #header .nav .ui.menu .items .h-search form {
    width: 200px;
  }
  #index-body .category .top .public-title {
    font-size: 70px;
  }
  #index-body .about .number-Plus li:nth-child(odd) .top {
    font-size: 90px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 45px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  #index-body .solution .left {
    padding-top: 40px;
    padding-bottom: 0px;
    padding-right: 0;
  }
  #index-body .solution .right .solution-slick li .slide-box {
    padding-top: 25px;
    padding-bottom: 25px;
  }
  #index-body .solution .left,
  #index-body .solution .right {
    width: 100%;
  }
  #index-body .category .top .intro {
    max-width: 100%;
  }
  #index-body .about .number-Plus {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .f-content dl.dl-margin-l-r {
    margin-left: 0;
    margin-right: 0;
  }
  #footer .f-top form {
    width: 100%;
  }
  #footer .f-content dl.f-product .product-list {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #banner,
  .inner-banner {
    margin-top: 40px;
  }
  .flex-wap .flex-left-box {
    margin-right: 0;
    margin-bottom: 25px;
  }
  .public-title {
    font-size: 35px;
  }
  #banner .banner-slick li .content .text-box {
    padding-top: 5%;
  }
  #banner .banner-down-arrow {
    bottom: 5%;
  }
  #index-body .category .top .public-title {
    font-size: 50px;
  }
  #index-body .about .content {
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .about .content .left {
    margin-bottom: 25px;
  }
  #index-body .about .number-Plus {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .about .number-Plus li:nth-child(odd) .top {
    font-size: 70px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .about .number-Plus li:nth-child(odd) {
    width: 50%;
    text-align: center;
  }
  #index-body .about .number-Plus li:nth-child(even) {
    display: none;
  }
  #index-body .advantage .left {
    margin-bottom: 25px;
    position: unset;
  }
  #footer .f-top form {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-top form .left {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    height: auto;
    width: 100%;
    padding-top: 15px;
  }
  #footer .f-top form input {
    width: 100%;
    margin-bottom: 15px;
  }
  #footer .f-top form input[type='submit'] {
    width: 100%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .container .f-contact,
  #footer .f-content .container .f-product,
  #footer .f-content .container .f-links,
  #footer .f-content .container .f-qr {
    width: auto;
    border-left: none;
  }
  #footer .f-content dl.f-contact dd .contact-info {
    max-width: 100%;
  }
  #footer .f-content dl.f-links dt,
  #footer .f-content dl.f-links dd,
  #footer .f-content dl.f-product dt {
    padding-left: 0;
  }
  #footer .f-content dl.f-product .product-list {
    padding-left: 0;
    padding-right: 0;
  }
  #footer .f-copy .copy {
    display: block;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 30px;
  }
  .public-btn {
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 32px;
    padding-right: 32px;
  }
  .mobile-display-none {
    display: none;
  }
  #banner .banner-slick li .content .text-box h2{
    text-shadow: 0 0 2px rgba(0, 0, 0, 0.7);
  }
  #banner .banner-down-arrow {
    display: none;
  }
  #index-body .category .top .public-title .category-img {
    display: none;
  }
  #index-body .category .top .public-title {
    font-size: 35px;
    line-height: 1.2;
  }
  #index-body .category .top .public-title .span1 {
    margin-right: 10px;
  }
  #index-body .news {
    margin-left: -8px;
    margin-right: -8px;
  }
  #index-body .news .news-slick li {
    padding-left: 8px;
    padding-right: 8px;
  }
  #index-body .news .news-slick li .slide-box .user-type {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-top form input[type='submit'] {
    height: 40px;
  }
  #footer .f-content .container .f-product,
  #footer .f-content .container .f-links,
  #footer .f-content .container .f-qr {
    display: none;
  }
  #footer .f-content .container .f-contact .social-account {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
    line-height: 28px;
  }
  #banner .banner-slick li {
    height: 240px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .solution .right .solution-slick li .slide-box .intro {
    max-height: -webkit-calc(2em * 3);
    max-height: -moz-calc(2em * 3);
    max-height: calc(2em * 3);
  }
  #index-body .category .top .public-title {
    font-size: 30px;
  }
  #index-body .about {
    margin-top: 45px;
  }
  #index-body .about .number-Plus li:nth-child(odd) .top {
    font-size: 45px;
  }
  #index-body .about .number-Plus li:nth-child(odd) {
    width: 100%;
  }
}
/*
#cp-Nav .nav .title {
  font-size: 18px;
  font-weight: bold;
  padding: 8px 10px;
  background: var(--color);
  border-radius: 5px;
  color: white;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#cp-Nav .nav div.title .more-category {
  line-height: 1.5;
  !*<i class="fa fa-arrow-down"></i>*!
}*/
#index-body .about h1.Auxil-h1 {
  display: inline;
}
@media screen and (max-width: 700px) {
  .font-14,
  .font-15,
  .font-16,
  .font-17,
  .font-18,
  .font-19,
  .font-20,
  .font-21,
  .font-22,
  .font-23,
  .font-24 {
    line-height: 28px!important;
  }
  .seoPublic .Auxil-industry {
    display: none !important;
  }
  .Auxil-crumbs {
    line-height: 28px;
  }
}
#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
/*内页*/
/*body {
  --color: #100569;
  --color1: #48c7f3;
  --color2: #2e2881;
}*/
table {
  table-layout: fixed;
}
table::-webkit-scrollbar {
  height: 4px;
}

table td,
table th {
  width: auto;
}
.table2 table tbody {
  min-width: 0;
}
ol li {
  list-style-type: none !important;
}
/* .inner-page .ui.container{
   max-width: 1500px;
} */
.more {
  width: 178px;
  height: 50px;
  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;
  border-bottom: 1px solid  var(--color);
  position: relative;
  font-size: 16px;
  color:  var(--color);
}
.more img {
  position: relative;
  z-index: 3;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more span {
  position: relative;
  z-index: 3;
}
.more::before {
  content: '';
  position: absolute;
  background:  var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 0;
  height: 100%;
  left: 0;
  top: 0;
}
.more:hover {
  /*color: #fff;
  border-bottom: 1px solid  var(--color);*/
}
.more:hover img {
  transform: translateX(5px);
}

@-webkit-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@-moz-keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@keyframes backdropX {
  0% {
    background-position-x: 0vw;
  }
  100% {
    background-position-x: 2.969vw;
  }
}
@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
  100% {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
.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);
  }
}
@-webkit-keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes sc {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-moz-keyframes sc {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@keyframes sc {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.6);
    -moz-transform: scale(1.6);
    transform: scale(1.6);
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
  }
  70% {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
  to {
    -webkit-transform: scale(1.4);
    -moz-transform: scale(1.4);
    transform: scale(1.4);
  }
}
.smt {
  font-size: 14px;
  line-height: 1;
}
/* .title {
  font-size: 69px;
  line-height: 1;
  font-weight: bold;
} */
.line {
  width: 59px;
  height: 2px;
  background-color:  var(--color);
}
#index-body .project {
  padding: 100px 0 70px;
  background: url(../images/bg3.jpg) no-repeat top left / cover;
  color: #fff;
}
#index-body .project .smt {
  margin-bottom: 30px;
}
#index-body .project .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
#index-body .project .top .left {
  width: 45%;
}
#index-body .project .top .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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 35px;
}
#index-body .project .top .left ul li {
  width: 50%;
  position: relative;
  padding-left: 15px;
  margin-bottom: 20px;
  font-size: 18px;
  line-height: 1;
}
#index-body .project .top .left ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  bottom: 0.3rem;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 0;
  height: 0;
  border-bottom: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px solid transparent;
  border-left: 5px solid var(--color);
}
#index-body .project .top .right a {
  display: inline-block;
  height: 60px;
  border-radius: 30px;
  border: solid 1px #ffffff;
  text-align: center;
  line-height: 60px;
  font-size: 22px;
  padding: 0 54px;
  margin-left: 5px;
}
#index-body .project .top .right a:hover,
#index-body .project .top .right a.active {
  background-color: #1564ac;
  border: solid 1px #1564ac;
}
#index-body .project .bottom {
  margin-top: 90px;
}
#index-body .project .bottom .swiper {
  overflow: hidden;
}
#index-body .project .bottom .swiper .img{
  position: relative;
  transition: .5s
}
#index-body .project .bottom .swiper .img::after{
  content: '';
  display: block;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  left: 0;
  top: 0;
  transition: .5s
}
#index-body .project .bottom .swiper .img:hover::after{
 opacity: 0
}
#index-body .project .bottom .btns {
  margin: 60px auto 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .project .bottom .swiper-pagination {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 300;
  color: #fff;
  margin-right: 14px;
  width: auto;
}
#index-body .project .bottom .swiper-pagination .currentline {
  width: 63px;
  height: 2px;
  background-color: #ffffff;
  display: inline-block;
  margin: 0 46px 0 17px;
}
#index-body .project .bottom .swiper-pagination .swiper-pagination-current::before,
#index-body .project .bottom .swiper-pagination .swiper-pagination-total::before {
  content: "0";
}
#index-body .project .bottom .prev,
#index-body .project .bottom .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}
#index-body .project .bottom .prev:hover,
#index-body .project .bottom .next:hover {
  background-color: #f5f5f5;
  color: var(--color);
}
#index-body .project .bottom .item_sw {
  display: block;
}
@media screen and (max-width: 1440px) {
    #index-body .project .top .left {
    width: 100%;
  }
  #index-body .project .top .left ul li {
    width: auto;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .project {
    display: none;
  }
}
.prodet-page .down {
  right: 20px;
  position: fixed;
  bottom: 22%;
  z-index: 100;
  width: 40px;
  height: 40px;
  background-color:  var(--color);
  border-radius: 50%;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
}
.prodet-page .down .iconfont {
  font-size: 30px;
}
@media screen and (max-width: 1680px) {
  /* .ui.container {
    max-width: 1380px;
  } */
  /* .inner-page .ui.container{
   max-width: 1300px;
} */
  .prodet-page .down {
    bottom: 16%;
  }
}
@media screen and (max-width: 1440px) {
  /* .ui.container {
    max-width: 1220px;
  }
  .inner-page .ui.container{
   max-width: 1200px;
} */
  /* .title {
    font-size: 59px;
  } */
}
@media screen and (max-width: 1280px) {
  /* .ui.container {
    max-width: 1080px;
  }
  .inner-page .ui.container{
   max-width: 1000px;
} */
  /* .title {
    font-size: 52px;
  } */
}
@media screen and (max-width: 1100px) {
  /* .ui.container {
    max-width: 970px;
  }
  .inner-page .ui.container {
    max-width: 970px;
  }
  .title {
    font-size: 47px;
  } */
}
@media screen and (max-width: 1000px) {
  /* .body-overflow-box {
    overflow: hidden;
  }
  .body-overflow-box.inner {
    overflow: visible;
  }
  .ui.container {
    max-width: 100%;
  }
  .inner-page .ui.container {
    max-width: 100%;
  }
  .title {
    font-size: 30px;
  } */
}
/*@media screen and (max-width: 700px) {
  .more {
    zoom: 0.7;
  }
}*/
@media screen and (max-width: 500px) {
  .table2 table tbody {
    min-width: 700px;
  }
  /* .title {
    font-size: 25px;
  } */
  .prodet-page .down {
    right: 10px;
    bottom: 25%;
  }
  /*.more {
    zoom: 0.6;
  }*/
}

.inner-banner {
  position: relative;
}
.inner-banner .mbx {
  position: absolute;
  left: 0;
  top: 60%;
  transform: translateY(-50%);
  width: 100%;
  color: #fff;
  text-align: center;
}
.inner-banner .mbx h2 {
  font-size: 46px;
  font-weight: bold;
}
@media screen and (max-width: 1280px) {
  .inner-banner .mbx h2 {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-banner .mbx h2 {
    font-size: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner .mbx h2 {
    font-size: 28px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner .mbx h2 {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner .mbx h2 {
    font-size: 20px;
  }
}
.product-page {
  padding-top: 100px;
  background: #f9f9f9;
  margin-bottom: 80px;
}
.product-page.product2-page{
  margin-bottom: 0;
}
.product-page2 .list ul li .content h4 {
  padding: 20px 0;
  text-align: center;
  font-size: 17px;
  text-transform: capitalize;
}
.product-page2 .list ul li:hover {
  box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
}
.product-page .sideBox .slideLeft {
  width: 25%;
}
.product-page .sideBox .slideLeft .box {
  padding: 30px 20px;
  background: #f7f7f7;
  margin-bottom: 20px;
  line-height: 2;
}
.product-page .sideBox .slideLeft .box:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .slideLeft .box h4 {
  display: block;
   
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1.8;
  color: black;
  padding-bottom: 20px;
  border-bottom: 1px solid #e4e4e4;
  position: relative;
  font-size: 20px;
  margin-bottom: 20px;
}
.product-page .sideBox .slideLeft .box h4:after {
  content: '';
  width: 24%;
  background:  var(--color);
  position: absolute;
  bottom: -3px;
  left: 0;
  height: 5px;
}
.product-page .sideBox .slideLeft .box .list ul li {
  margin-bottom: 10px;
}
.product-page .sideBox .slideLeft .box .list ul li a {
  display: block;
  padding: 15px 35px 15px 12px;
  font-size: 16px;
  color: #262626;
  background: white;
  -o-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  box-shadow: 0 0 21px rgba(25, 25, 25, 0.11);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  line-height: 1.8;
}
.product-page .sideBox .slideLeft .box .list ul li a .fa {
  position: absolute;
  right: 20px;
  top: 20px;
}
.product-page .sideBox .slideLeft .box .list ul li a span {
  width: 10px;
  height: 10px;
  position: absolute;
  right: 14px;
  top: 24px;
  display: block;
}
.product-page .sideBox .slideLeft .box .list ul li a span:after,
.product-page .sideBox .slideLeft .box .list ul li a span:before {
  content: '';
  width: 100%;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
}
.product-page .sideBox .slideLeft .box .list ul li a span:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page .sideBox .slideLeft .box .list.nav ul li a:hover {
  background:  var(--color);
  color: white;
  text-align: left;
}
.product-page .sideBox .slideLeft .box .list.info ul li {
  overflow: hidden;
  margin-bottom: 18px;
}
.product-page .sideBox .slideLeft .box .list.info ul li a {
  padding-left: 60px;
  text-align: left;
  padding-right: 15px;
}
.product-page .sideBox .slideLeft .box .list.info ul li a i {
  width: 38px;
  position: absolute;
  top: 10px;
  left: 10px;
}
.product-page .sideBox .slideLeft .box .list.info ul li:last-child {
  margin-bottom: 0;
}
.product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
  font-size: 16px;
  line-height: 30px;
}
.product-page .sideBox .slideLeft .box .list ul li ul {
  display: none;
}
.product-page .sideBox .slideLeft .box.playBg {
  height: 370px;
  padding: 0;
  position: relative;
  background: url('/zjsinoraymetal/2022/05/31/pr-bg.jpg') center center;
  background-size: cover;
}
.product-page .sideBox .slideLeft .box.playBg:after {
  content: '';
  width: 100%;
  height: 40%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  background: transparent;
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%,  var(--color)));
  /* 兼容Safari4-5, chrome1-9 */
  background: -moz-linear-gradient(bottom, transparent 0%,  var(--color) 100%);
  /* firefox */
  background: -webkit-linear-gradient(top, transparent 0%,  var(--color) 100%);
  /* chrome */
  /* opera */
  /* ie */
  background: -webkit-gradient(linear, left top, left bottom, from(transparent), to( var(--color)));
  background: -webkit-linear-gradient(top, transparent,  var(--color));
  background: -moz-linear-gradient(top, transparent,  var(--color));
  background: linear-gradient(to bottom, transparent,  var(--color));
  /* firefox */
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr=' var(--color)',GradientType=0)";
  /* 兼容IE8~IE9 */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr=' var(--color)', GradientType=0);
  /* 兼容IE5~IE9 */
}
.product-page .sideBox .slideLeft .box.playBg .play {
  position: absolute;
  bottom: 15px;
  left: 0;
  width: 100%;
  padding: 0 30px;
  white-space: nowrap;
  z-index: 1;
  cursor: pointer;
  cursor: hand;
}
.product-page .sideBox .slideLeft .box.playBg .play span {
  display: inline-block;
  vertical-align: middle;
  width: 26px;
  height: 26px;
  border-radius: 100%;
  background: white;
  position: relative;
  z-index: 1;
  text-align: center;
}

.product-page .sideBox .slideLeft .box.playBg .play span:after,
.product-page .sideBox .slideLeft .box.playBg .play span:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: inherit;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.product-page .sideBox .slideLeft .box.playBg .play span:after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
.product-page .sideBox .slideLeft .box.playBg .play h6 {
  font-size: 21px;

  line-height: 1.8;
  display: inline-block;
  vertical-align: middle;
  font-weight: bold;
  margin-left: 20px;
  color: white;
  letter-spacing: 1px;
  max-width: 80%;
  word-break: break-word;
  white-space: normal;
}
.product-page .sideBox .slideRight {
  width: 75%;
  padding-left: 60px;
}

.inner-page .sideBox .sidebar-right .hmvillaelevator1 {
  font-size: 16px;
  line-height: 2;
  padding-bottom: 20px;
}
.inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
  background: #eee;
  padding-left: 60px;
}
.inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol li {
  width: 48%;
}
.inner-page .sideBox .sidebar-right .product-app {
  background: #eee;
  padding: 50px 0 80px;
  margin-bottom: 80px;
}
.inner-page .sideBox .sidebar-right .title {
  color:  var(--color);
  margin: 0 0 30px;
}
.inner-page .sideBox .sidebar-right .product-app .title {
  color:  var(--color);
  font-size: 24px;
}
.inner-page .sideBox .sidebar-right #myVideo {
  width: 100%;
  margin-bottom: 50px;
}
.inner-page .sideBox .sidebar-right .product-app ul {
  display: flex;
  flex-wrap: wrap;
  margin-top: 24px;
  /*margin-bottom: 60px;*/
}
.inner-page .sideBox .sidebar-right .product-app ul li {
  width: 33%;
  padding: 10px;
}
.inner-page .sideBox .sidebar-right .product-app ul li .box {
  display: block;
  position: relative;
}
.inner-page .sideBox .sidebar-right .product-app ul li .box .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(16,5,105, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-size: 20px;
  opacity: 0;
  transition: 0.5s;
}
.inner-page .sideBox .sidebar-right .product-app ul li .box:hover .text {
  opacity: 1;
}
.product-page .sideBox .slideRight .list ul {
  margin: -20px -10px;
}
.product-page .sideBox .slideRight .list ul li {
  padding: 10px 10px;
  transition: all 0.5s ease;
}
.product-page .sideBox .slideRight .list ul li .box {
  overflow: hidden;
}
.product-page .sideBox .slideRight .list ul li .box .left {
  padding: 25px 0 25px 25px;
  background: #f3f3f3;
  width: 55%;
  vertical-align: bottom;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  height: 250px;
}
.product-page .sideBox .slideRight .list ul li .box .left:after {
  content: '';
  width: 100%;
  height: 100%;
  left: 99%;
  top: 0;
  position: absolute;
  z-index: -1;
  background: inherit;
}
.product-page .sideBox .slideRight .list ul li .box .left > * {
  position: relative;
  z-index: 1;
}
.product-page .sideBox .slideRight .list ul li .box .left h4 {
  display: block;
  font-size: 15px;
  text-transform: capitalize;
  line-height: 2;
  font-weight: 700;
  width: 65%;
  padding-bottom: 20px;
   
}
.product-page .sideBox .slideRight .list ul li .box .left p {
  display: block;
  font-size: 14px;
  color: #8b8b8b;
  line-height: 1.2;
  margin: 12px 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .sideBox .slideRight .list ul li .box .left a.more {
  line-height: 2.5;
  height: 36px;
  padding: 0 14px;
  font-size: 14px;
}
.product-page .sideBox .slideRight .list ul li .box .right {
  padding: 0 20px 10px;
  vertical-align: bottom;
  width: 40%;
}
.product-page .sideBox .slideRight .list ul li .box .right a {
  display: block;
  position: relative;
  width: 200%;
  max-width: none;
  left: 30%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.product-page .sideBox .slideRight .list ul li .box .right img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .sideBox .slideRight .list ul li .box .right img.img2 {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
}
.product-page .sideBox .slideRight .list ul li .box:hover .right img {
  opacity: 0;
}
.product-page .sideBox .slideRight .list ul li .box:hover .right img.img2 {
  opacity: 1;
}
.product-page .sideBox .slideRight .list ul li .box:hover {
  color: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left {
  background:  var(--color);
}
.product-page .sideBox .slideRight .list ul li .box:hover .left p {
  color: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left a.more {
  color: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left a.more:before {
  background: white;
}
.product-page .sideBox .slideRight .list ul li .box:hover .left a.more:after {
  border-color: white;
}

@media screen and (max-width: 1500px) {
  .custom-page .custom-3 .list ul li .content {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight {
    padding-left: 30px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    font-size: 16px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left {
    padding: 25px 0 25px 15px;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 18px;
  }
  .proyd-page .box .right ul li .box2 h5 {
    font-size: 24px;
  }

  .proyd-page .box .left .box2 {
    padding-left: 30px;
  }
  .proyd-page .box .left .box2 h6 {
    font-size: 18px;
  }
  .proyd-page .box .left .box2 .text {
    font-size: 14px;
    margin: 15px 0 20px;
  }
  .proyd-page .box .left .box2 .play h5 {
    font-size: 14px;
  }
  .proyd-page .box .right {
    background-size: 100% auto;
  }
  .proyd-page .box .right ul li .box2 .list dl dd {
    font-size: 14px;
  }
}

@media screen and (max-width: 1250px) {
  #innerHeader .box .menu-box ul.menu > li {
    margin: 0 15px;
    font-size: 16px;
  }
  #innerHeader .logo img {
    max-height: 50px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a {
    padding: 10px 30px 10px 10px;
  }
  .product-page .sideBox .slideLeft .box .list ul li a span {
    top: 16px;
    right: 10px;
  }
  .product-page .sideBox .slideLeft .box h4 {
    font-size: 16px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li:last-child a {
    font-size: 13px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a {
    padding-left: 45px;
  }
  .product-page .sideBox .slideLeft .box .list.info ul li a i {
    width: 30px;
    top: 6px;
  }
  .product-page .sideBox .slideLeft .box.playBg .play h6 {
    font-size: 14px;
  }
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    font-size: 16px;
    line-height: 2;
  }
  .product-page .sideBox .slideRight .list ul li .box .left p {
    font-size: 13px;
  }
  .product-page {
    padding: 60px 0;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .proyd-page .box .left .box2 h6 {
    font-size: 15px;
  }
  .proyd-page .box .left .box2 i.tag {
    font-size: 12px;
  }
  .proyd-page .box .left .box2 i.tag img {
    width: 30px;
  }
  .proyd-page .box .left .box2 .text {
    font-size: 13px;
  }
  .proyd-page .box .left .box2 .play h5 {
    font-size: 12px;
  }
  .proyd-page .box .right ul li .box2 h5 {
    font-size: 18px;
    margin: 40px 0 20px;
  }

  .contact-page .contact-2 .right h3 {
    font-size: 24px;
  }
  .contact-page .contact-2 .left .img .text {
    padding: 0 15px;
  }
  .contact-page .contact-2 .left .img .text h5 {
    font-size: 17px;
  }
  .contact-page .contact-2 .left .img .text p {
    font-size: 15px;
  }

  .support-page .init-5 h2 {
    font-size: 28px;
  }
  .proyd-page {
    margin-top: 40px;
  }

  #innerHeader {
    display: none !important;
  }
  .proyd-page .box .right ul li {
    width: 100%;
    height: 300px;
    margin-bottom: 20px;
    display: block;
    overflow: hidden;
  }
  .proyd-page .box .right ul li .img {
    opacity: 1;
    overflow: hidden;
    width: 100%;
    left: 0 !important;
    background-size: cover;
  }
  .proyd-page .box .right ul li .box2 {
    color: white;
    bottom: 10px;
  }
  .proyd-page .box .right ul li .box2 h5 {
    margin: 20px 0 10px;
  }
}
.about-page .about-5 .box {
  position: relative;
}
.prodet-page .about-page .about-5 {
  background:  var(--color1);
}

.prodet-page .about-page .Auxil-honor h2.title {
  color: #fff;
  margin-bottom: 40px;
}
.prodet-page .about-page .about-5 .box .prev,
.prodet-page .about-page .about-5 .box .next {
  border: 1px solid #ffffff;
  color: #ffffff;
}
.prodet-page .about-page .about-5 .box .prev:hover,
.prodet-page .about-page .about-5 .box .next:hover {
  color: #000000;
  background: #ffffff;
}
.about-page .about-5 .box .prev,
.about-page .about-5 .box .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: 0.5s;
}
.about-page .about-5 .box .prev {
  left: 0;
  transform: translate(-150%, -50%);
}
.about-page .about-5 .box .next {
  right: 0;
  transform: translate(150%, -50%);
}
.about-page .about-5 .box .prev:hover,
.about-page .about-5 .box .next:hover {
  background: #000;
  color: #fff;
}
.newdet-page #index-body {
  margin-top: 40px;
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol li {
    width: 100%;
  }
  .support-page .init-5 h2 {
    font-size: 24px;
  }

  .about-page .about-1 {
    padding: 80px 0;
  }
  .about-page .about-1 .content {
    font-size: 16px;
    line-height: 2;
    padding: 20px 0 50px;
    color: black;
  }
  .about-page .about-1 .list ul li h5 {
    font-size: 32px;
  }
  .about-page .about-1 .list ul li p {
    font-size: 16px;
  }
  .about-page .about-1 .list ul li {
    width: 25%;
  }
  .about-page .about-1 .list ul li h5 sub {
    font-size: 16px;
    margin-bottom: 5px;
  }
  .about-page .about-2 {
    padding: 50px 0;
  }
  .about-page .about-2 .list ul li .left strong {
    font-size: 24px;
  }
  .about-page .about-2 .list:after {
    top: 30px;
  }
  .case-page h2,
  .technology-page h2,
  .custom-page h2,
  .about-page h2 {
    font-size: 24px;
  }
  .about-page .about-2 .list ul li .left {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-2 .list ul li i.circle {
    top: -13px;
  }
  .about-page .about-3 .content {
    font-size: 16px;
  }
  .about-page .about-3 .list ul li i {
    height: 60px;
  }
  .about-page .about-3 .list ul li {
    width: 50%;
  }
  .about-page .about-3 .list ul li:nth-child(2),
  .about-page .about-3 .list ul li:nth-child(5) {
    top: 0;
  }
  .about-page .about-4 .text {
    font-size: 16px;
    margin: 10px 0 40px;
    line-height: 2;
  }
  .about-page .about-5 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .about-page .about-5 .left {
    width: 100%;
  }

  .case-page .list ul li a.img h6 {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .list ul li {
    width: 50%;
  }
  .contact-page .contact-2 .right {
    width: 100%;
    padding-left: 0;
  }
  .contact-page .contact-2 .left {
    width: 100%;
  }
  #mapContainer {
    height: 300px !important;
  }
  .custom-page .custom-2 h2,
  .custom-page .custom-2 .text {
    width: 100%;
  }
  .custom-page .custom-2 .text {
    font-size: 16px;
  }
  .custom-page .custom-2 .iconList {
    display: none;
  }
  .custom-page .custom-2 .list {
    margin-top: 30px;
  }
  .custom-page .custom-2 {
    padding: 50px 0;
  }
  .custom-page .custom-2 .list ul li {
    padding: 0 10px;
  }
  .custom-page .custom-2 .list ul {
    margin: 0 -10px;
  }
  .custom-page .custom-3 {
    padding: 60px 0;
  }
  .technology-page .technology-2 ul li {
    width: 100% !important;
  }
  .technology-page .technology-2 ul li .box .box2 {
    margin-top: 20px;
  }
  .honor-page .text {
    font-size: 14px;
  }
  .newdet-page h2 {
    font-size: 24px;
  }

  .product-page .sideBox .slideRight {
    width: 100%;
    padding-left: 0;
  }
  .product-page .sideBox .slideRight .hmvillaelevator1 {
    display: none !important;
  }
  .product-page .sideBox .slideLeft {
    display: none;
  }
  .proyd-page .box .right {
    width: 100%;
  }
  .proyd-page .box .left {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .sideBox .sidebar-right .product-app ul li {
    width: 50%;
  }

  .product-page .sideBox .slideRight .list ul li {
    width: 100%;
  }
}
.product-page .sideBox .slideLeft .box .list ul li:hover a {
  padding-left: 40px;
}
.product-page .sideBox .slideLeft .box .list ul li a {
  padding-left: 30px;
}

.product-page .sideBox .slideLeft .box .list.info ul li:hover a {
  padding-left: 60px;
}

.product-page .sideBox .slideLeft .box .list.info ul li img {
  filter: drop-shadow(0 -300px  var(--color));
  position: relative;
  top: 300px;
}

.product-page .sideBox .slideRight .hmvillaelevator1 p {
  font-weight: 300;
  font-size: 16px;
}

.product-page .sideBox .slideLeft .box .list ul li ul li a {
  background: #e1e1e1;
  margin-left: 20px;
  text-transform: capitalize;
}
.product-page .sideBox .slideLeft .box .list ul li:hover ul li a {
  padding-left: 30px;
}

.product-page .sideBox .slideRight .list ul li:hover a.more:after {
  width: 100%;
  background:  var(--color);
}

.product-page .sideBox .slideLeft .box .list ul li a span:after,
.product-page .sideBox .slideLeft .box .list ul li a span:before {
  background: #000;
}

.product-page .sideBox .slideRight .list ul li .box .left h4 p {
  color:  var(--color);
  font-family: none;
  font-size: 18px;
}
.product-page .sideBox .slideRight .list ul li .content {
  position: relative;
}
.product-page .sideBox .slideRight .list ul li .bianhao {
  position: absolute;
  z-index: 1;
  top: -60%;
  left: 5%;
  background:  var(--color);
  color: #fff;
  padding: 2px 10px;
  font-family: none;
}

@media screen and (max-width: 1000px) {
  .product-page .sideBox .slideRight .list ul li .box .left h4 {
    width: 74%;
  }
}

.inner-page.product-page.overall .product-0 {
  text-align: center;
}
.inner-page.product-page.overall .product-1 {
  overflow: hidden;
  background: #f5f5f5;
  padding: 75px 0;
}

.inner-page.product-page.overall .product-1 .overall-img li {
  width: 33.3333%;
  float: left;
  overflow: hidden;
  position: relative;
}
.inner-page.product-page.overall .product-1 .overall-img li img {
  width: 100%;
}

.inner-page.product-page.overall .product-1 .overall-img li:hover dvi.layer {
  background: rgba(0, 0, 0, 0.6);
}

.inner-page.product-page.overall .product-1 .overall-img li .text {
  position: absolute;
  opacity: 1;
  text-align: right;
  right: 30px;
  left: 30px;
  bottom: 30px;
  z-index: 8;
}

.inner-page.product-page.overall .product-1 .overall-img li .text h2 {
  font-size: 28px;
  color: #fff;
  width: 90%;
  float: left;
  text-transform: capitalize;
}
.inner-page.product-page.overall .product-1 .overall-img li .text a.portfolio-overlay-wrapper {
  pointer-events: none;
}

.inner-page.product-page.overall .product-1 .overall-img li .text span.portfolio-icon {
  font-size: 28px;
  color: #fff;
  line-height: 0;
}
div.layer {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 6;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.1);
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page.product-page.overall .product-2.overall .info p {
  width: 65%;
  color: #fff;
  font-weight: bold;
  padding: 30px 0;
  line-height: 2;
  font-size: 16px;
}
.inner-page.product-page.overall .product-2.overall .info h3 {
  font-size: 38px;
  line-height: 1;
  color: #fff;
   
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.inner-page.product-page.overall .product-2.overall .info {
  display: inherit;
  padding: 25px 0;
  margin: 0 auto;
  max-width: 1405px;
}
.inner-page.product-page.overall .product-2.overall {
  background: url(/hgcaps/2021/08/03/over_mainbg04.jpg);
  min-height: 425px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding: 65px 0;
}
.inner-page.product-page.overall .product-2.overall .info .c-link {
  display: inline-block;
  transition: all 0.5s ease;
  padding: 18px 20px 18px 60px;
  border-radius: 15px;
  background: url(https://www.hgcaps.com/template/en/images/c-1.png) no-repeat 20px center #fff;
  font-size: 16px;
  line-height: 1;
  color:  var(--color);

  text-transform: uppercase;
}
.inner-page.product-page.overall .product-2.overall .info .c-link:hover {
  margin-left: 10px;
  transition: all 0.5s ease;
}
.product-page .product-4 {
  padding: 50px 0;
}
.product-page .product-4 .container {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
}
.product-page .product-4 .container .left {
}
.product-page .product-4 .container .left h4 {
  font-size: 24px;
  line-height: 1;
  color:  var(--color);
  text-transform: uppercase;
  margin-bottom: 35px;
}
.product-page .product-4 .container .left ul li {
  font-size: 14px;
  line-height: 1.5;
  padding: 14px 30px 14px 20px;
  margin-bottom: 0px;
  cursor: pointer;

  color:  var(--color);
  display: flex;
  align-items: center;
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  transition: 0.3s ease;
  -webkit-transition: 0.3s ease;
  -moz-transition: 0.3s ease;
  -ms-transition: 0.3s ease;
  -o-transition: 0.3s ease;
}
.product-page .product-4 .container .left ul li:hover {
  background:  var(--color);
  color: #ffffff;
}
.product-page .product-4 .container .left ul li .fa {
  margin-right: 15px;
  font-size: 18px;
}
.product-page .product-4 .container .left ul li.active {
  background:  var(--color);
  color: #ffffff;
}
.product-page .product-4 .container .right {
}
.product-page .product-4 .container .right .item {
  display: none;
  position: relative;
}
.product-page .product-4 .container .right .item img {
  width: 100%;
}
.product-page .product-4 .container .right .item .info {
  padding: 35px 0 65px;
  max-width: 650px;
  height: 353px;
  background-color: rgba(255, 255, 255, 0.9);
  left: 0;
  bottom: 0;
  margin-top: 10px;
}
.product-page .product-4 .container .right .item .info p {
  font-size: 15px;
  line-height: 1.8;
  color: #646464;
  padding: 8px 0;
}
.product-page .product-4 .container .right .item .info a {
  font-size: 13px;
  line-height: 1.8;
  color:  var(--color);

  margin-top: 10px;
}
.product-page .product-4 .container .right .item.on {
  display: block;
  animation: 1s 0.3s zoomIn both;
}
.inner-page.product-page.overall .product-5 {
  background: url(/hgcaps/2021/08/03/over_mainbg03.jpg);
  min-height: 325px;
  background-size: 100%;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner-page.product-page.overall .product-5 .over-ind {
  text-align: center;
  padding: 80px 0;
}
.inner-page.product-page.overall .product-5 .over-ind h3 {
  color: #ffffff;
  font-size: 40px;
  font-weight: bold;
}
.inner-page.product-page.overall .product-5 .over-ind p {
  color: #ffffff;
  font-size: 30px;
  padding: 10px 0 30px 0;
}
.inner-page.product-page.overall .product-5 .over-ind a.c-link {
  background-color:  var(--color);
  color: #fff;
  text-align: center;
  border-radius: 5px;
  padding: 17px 50px;
  font-weight: 700;
  font-size: 24px;
  border: 0;
  margin: 0;
}
.inner-page.product-page.overall .product-6 {
  padding: 60px 0;
}
.inner-page.product-page.overall .product-6 .over-news h3 {
  font-size: 32px;
  text-transform: uppercase;
  text-align: center;
  font-weight: 700;
  padding: 20px;
  color: #535353;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list {
  overflow: hidden;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li {
  width: 33.33%;
  float: left;
  padding: 20px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li img.newsImg {
  object-fit: cover;
  height: 240px;
  width: 100%;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .content {
  padding: 20px 5px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .content h5 {
  font-size: 22px;
  font-weight: 700;
  color: #535353;
  min-height: 70px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content .time {
  padding: 10px 0 15px;
  border-bottom: 1px solid #f0f0f0;
  font-size: 14px;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content p {
  font-size: 15px;
  padding: 20px 0;
  font-weight: 600;
}
.inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content .mores {
  font-size: 14px;
}
@media screen and (max-width: 1100px) {
  .inner-page.product-page.overall .product-1 .overall-img li .text h2 {
    font-size: 24px;
    width: 88%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page.product-page.overall .product-1 .overall-img li {
    width: 50%;
  }
  .inner-page.product-page.overall .product-2.overall .info p {
    width: 90%;
  }
  .product-page .product-4 .container {
    display: block;
  }
  .product-page .product-4 .container .left {
    width: 100%;
  }
  .product-page .product-4 .container .right {
    width: 100%;
    margin-top: 30px;
  }
  .product-page .product-4 .container .right .item .info {
    max-width: 100%;
    height: auto;
    padding: 49px 35px 48px;
  }
  .inner-page.product-page.overall .product-6 .over-news ul.news-list li {
    padding: 20px 10px;
  }
}

@media screen and (max-width: 700px) {
  .inner-page.product-page.overall .product-1 .overall-img li .text h2 {
    font-size: 16px;
    width: 83%;
  }
  .inner-page.product-page.overall .product-1 {
    padding: 30px 0;
  }
  .inner-page.product-page.overall .product-2.overall .info h3 {
    font-size: 32px;
  }
  .inner-page.product-page.overall .product-2.overall .info p {
    width: 100%;
  }
  .inner-page.product-page.overall .product-2.overall {
    background-attachment: initial;
    background-size: cover;
    padding: 30px 0;
    min-height: initial;
  }
  .product-page .product-4 .container .left {
    padding-top: 0;
  }
  .product-page .product-4 .container .right .item .info {
    position: initial;
    padding: 20px;
  }
  .inner-page.product-page.overall .product-5 {
    background-attachment: initial;
    background-size: cover;
    min-height: initial;
  }
  .inner-page.product-page.overall .product-5 .over-ind h3 {
    font-size: 28px;
  }
  .inner-page.product-page.overall .product-5 .over-ind p {
    font-size: 20px;
  }
  .inner-page.product-page.overall .product-5 .over-ind a.c-link {
    padding: 10px 28px;
    font-size: 18px;
  }
  .inner-page.product-page.overall .product-6 {
    padding: 30px 0;
  }
  .inner-page.product-page.overall .product-6 .over-news ul.news-list li .content h5 {
    font-size: 16px;
  }
  .inner-page.product-page.overall .product-6 .over-news ul.news-list li .news-box .content p {
    font-size: 14px;
  }
  .inner-page.product-page.overall .product-5 .over-ind {
    padding: 30px 0;
  }
}

@media screen and (max-width: 500px) {
  .inner-page .sideBox .sidebar-right .product-app ul li {
    width: 100%;
  }
  .inner-page.product-page.overall .product-0 {
    display: none;
  }
  .inner-page.product-page.overall .product-1 .overall-img li {
    width: 100%;
  }
  .inner-page.product-page.overall .product-2.overall .info h3 {
    font-size: 25px;
  }
  .inner-page.product-page.overall .product-2.overall .info p {
    font-size: 14px;
    padding: 20px 0;
  }
  .inner-page.product-page.overall .product-2.overall .info .c-link {
    padding: 10px 15px 10px 47px;
    font-size: 14px;
  }
  .inner-page.product-page.overall .product-5 .over-ind h3 {
    font-size: 20px;
  }
  .inner-page.product-page.overall .product-5 .over-ind p {
    font-size: 16px;
  }
  .inner-page.product-page.overall .product-5 .over-ind a.c-link {
    font-size: 14px;
  }
  .inner-page.product-page.overall .product-6 .over-news h3 {
    font-size: 26px;
  }
}

.inner-page.product-page.overall .dianpu li {
  padding: 10px;
}

.inner-page.product-page.overall .dianpu ul {
  margin: -10px;
}
.inner-page.product-page.overall .dianpu img {
  border: 1px solid #f0f0f0;
}

.inner-page.product-page.overall .dianpu .header h2 {
  font-size: 24px;
  color:  var(--color);
  font-weight: 700;
}
.inner-page.product-page.overall .dianpu {
  margin-bottom: 80px;
}

.inner-page.product-page.overall .dianpu .header p {
  font-size: 18px;
}
.inner-page.product-page.overall .dianpu .header {
  margin-bottom: 20px;
}

@media screen and (max-width: 1440px) {
  .product-page .product-4 .container .right .item .info {
    overflow: auto;
    padding-right: 20px;
  }
}
.inner-page.product-page.product2-page.mulu .side_nav {
  text-align: center;
  margin-bottom: 25px;
}
.inner-page.product-page.product2-page.mulu .side_nav span {
  margin: 5px 35px;
  position: relative;
  font-size: 24px;
  font-weight: bold;
  z-index: 2;
}
.inner-page.product-page.product2-page.mulu {
  padding: 70px 0 0px;
}
.inner-page.product-page.product2-page.mulu .pro-list-yd ul.fenlei li.dabeijing:nth-child(even) {
  background: #eaeaea;
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}
.inner-page.product-page.product2-page.mulu .side_nav a.list {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page.product-page.product2-page.mulu .side_nav a.list:after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background:  var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}

.inner-page.product-page.product2-page.mulu .side_nav a.list:hover:after {
  width: 100%;
}

/*pro-list*/
product2-page {
  padding: 5rem 0 5rem;
}

.product2-page .product-list 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;*/
  margin: 0 -0.75rem;
}
.product2-page .product-list ul li {
  padding: 0 10px;
  margin-bottom: 1.5rem;
}

.product2-page .product-list ul li .img img {
  height: 450px;
  object-fit: cover;
  width: 100%;
}

.product2-page .product-list ul li.wid-100 {
  width: 100%;
}

.product2-page .product-list ul li .pro-box {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);

  background: #fff;
  overflow: hidden;
  border-radius: 10px;
  position: relative;
  padding: 15px;
}
.product2-page .product-list ul li .pro-box .imgbox {
  position: relative;
  overflow: hidden;
  background: #fbfbfb;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(1) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box .imgbox .img-box:nth-child(2) {
  opacity: 0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
}
.product2-page .product-list ul li .pro-box:hover::after {
  bottom: 0;
  background: #46696b;
}
.product2-page .product-list ul li .pro-box::after {
  content: none;
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: #000000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product2-page .product-list ul li .pro-box h5 {
  font-size: 20px;
  font-weight: bold;
  color: #000;
  padding: 1rem 0 0;
  line-height: 2;
}
.product2-page .product-list ul li .pro-box .btm a {
  display: inline-block;
  font-size: 14px;
  color: #fff;
  text-transform: capitalize;
  background: #000;
  padding: 8px 12px;
  position: relative;
  z-index: 2;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-bottom: 1.3rem;
}
.product2-page .product-list ul li .pro-box .btm a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background:  var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.product2-page .product-list ul li .pro-box .btm a:hover::after {
  width: 100%;
}
.product2-page .product-list ul li .pro-box .btm span.block {
  padding: 5px 0;
}
.product2-page .product-list ul li .pro-box .text {
  text-align: center;
  padding: 10px 0;
  font-size: 16px;
}
.product2-page .product-list ul li .pro-box .imgbox a {
  display: block;
  transition: 0.5s;
}

.product2-page .product-list ul li .pro-box:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(1) {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box:hover .imgbox .img-box:nth-child(2) {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.product2-page .product-list ul li .pro-box h5:hover {
  color:  var(--color);
}
.product2-page .product-list ul li .pro-box h5 a {
  display: inline-block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.product2-page .product-list ul li .pro-box .pro-img {
  display: block;
  margin-bottom: 2.5rem;
}
/*.product2-page .product-list ul li .pro-box .text {
padding: 0 30px 0 30px;
    font-size: 15px;
    color: #757575;
    padding-bottom: 1rem;

}*/
.product2-page .product-list ul li .pro-box .text .st {
  opacity: 0.6;
  font-size: 16px;
}
.product2-page .product-list ul li .pro-box .text p strong {
  color: #000;
}
.product2-page .product-list ul li .pro-box .btm {
  padding: 30px 0px 0px 0px;
}

.product2-page .product-list ul li .pro-box .btm .tupianji {
  margin: -5px;
}
.product2-page .product-list ul li .pro-box .btm .tupianji .item {
  padding: 5px;
  width: 20%;
}
.product2-page .product-list ul li .pro-box .more {
  margin: 0 auto;
}
.product2-page .product-list ul li .pro-box .more i {
  margin-left: 1.2rem;
  font-size: 12px;
}

.inner-page.product2-page p {
  color: #000;
  line-height: 2;
  padding: 5px 0;
}


.product2-page .product-list ul li .pro-box .btm 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;
  margin: 0 -10px;
}

.product2-page .product-list ul li .pro-box .btm ul li {
  display: inline-block;
  width: auto !important;
  margin-bottom: 0;
  padding: 0 6px;
}

.product2-page .product-list ul li .pro-box .btm ul li .coloritem {
  width: 25px;
  height: 25px;
  display: block;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(1) .coloritem {
  background: #ebd5d3;
}

.product2-page .product-list ul li .pro-box .btm ul li:nth-child(2) .coloritem {
  background: #7d96a2;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(3) .coloritem {
  background: #7f9c90;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(4) .coloritem {
  background: #8a2a2b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(5) .coloritem {
  background: #19315b;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(6) .coloritem {
  background: #000;
}
.product2-page .product-list ul li .pro-box .btm ul li:nth-child(7) .coloritem {
  background: #d7d2cb;
}
.product2-page .product-list .ny-banner {
}
.product2-page .product-list ul li .pro-box h5 a {
  text-transform: capitalize;
}
/*-end*/

@media screen and (max-width: 700px) {
  .product2-page .product-list ul li .pro-box {
    display: block;
  }
  .product2-page .product-list ul li .pro-box .imgbox {
    width: 100%;
  }
  .product2-page .product-list ul li .pro-box .text {
    width: 100%;
    padding: 0 10px 0 0px;
  }
}
.pro-list-yd ul.fenlei li .yd-maintop {
  display: flex;
  align-items: center;
  align-content: center;
  background: #fff;
  border-radius: 30px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left {
  width: 50%;
  padding-right: 70px;
  padding-left: 60px;
}
.pro-list-yd .hezi {
  margin: 10px;
  /* background: #f0f0f0; */
  border-radius: 30px;
  box-shadow: 0 0 10px 0 rgb(0 0 0/10%);
}
.pro-list-yd ul.fenlei li .yd-maintop .left a.more.more_cont {
  margin-top: 20px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right {
  width: 50%;
}
.pro-list-yd ul.fenlei li .yd-maintop .left h2 {
  font-size: 36px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left p {
  font-size: 18px;
}
.pro-list-yd ul.fenlei li .yd-maintop .right img {
  width: 100%;
  object-fit: cover;
  height: 400px;
}

.yd-mainbottom {
  position: relative;
}
.yd-mainbottom .btns .prev,
.yd-mainbottom .btns .next {
  width: 46px;
  height: 46px;
  border: solid 1px #000;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #000;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
  position: absolute;
  top: 50%;
  transition: 0.5s;
}
.yd-mainbottom .btns .prev:hover,
.yd-mainbottom .btns .next:hover {
  background: #000;
  color: #fff;
}
.yd-mainbottom .btns .prev {
  left: 0;
  transform: translate(-140%, -50%);
}
.yd-mainbottom .btns .next {
  right: 0;
  transform: translate(120%, -50%);
}
.yd-mainbottom ul li {
  width: 25%;
  padding: 10px;
  text-align: center;
}

.yd-mainbottom ul li .cp-dd {
  border: 1px solid #f0f0f0;
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  padding: 20px;
  border-radius: 10px;
  background: #fff;
}
.yd-mainbottom ul li .cp-dd .text {
  /*padding: 10px;*/
  font-size: 16px;
  /*height: 3em*/
}
.yd-mainbottom ul li .cp-dd .text .t1 {
  /*height: 2em;
  display: -webkit-box;
-webkit-box-orient: vertical;
-webkit-line-clamp: 2;
overflow: hidden;*/
}
.yd-mainbottom ul li .cp-dd .text .st {
  font-size: 16px;
  opacity: 0.6;
}

.yd-mainbottom ul li .cp-dd .text .more {
  margin: 20px auto 0;
  /*width: 100%*/
}

.pro-list-yd ul.fenlei li .yd-maintop .left-text {
  max-height: 300px;
  /*overflow: overlay;*/
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 18px;
}
.pro-list-yd ul.fenlei li .yd-maintop .left-text p{
  padding-top: 0;
  padding-bottom: 0;
}
.yd-mainbottom {
  margin-top: 50px;
}

li.dabeijing {
  padding: 50px;
}
.yd-mainbottom ul li .cp-dd .cp-img {
  background: #fff;
}

.product2-page .product-list ul li:hover .imgbox img {
  transform: scale3d(1.05, 1.05, 1);
  transition: all 0.5s ease;
}

.yd-mainbottom .slick-prev {
  background: url('../images/inner-l.png') no-repeat center center rgba(255, 255, 255, 0);
  left: -55px;
}

.yd-mainbottom .slick-next {
  background: url('../images/inner-r.png') no-repeat center center rgba(255, 255, 255, 0);
  right: -55px;
}

.yd-mainbottom .slick-arrow {
  position: absolute;
  top: 50%;
  width: 54px;
  height: 101px;
  border-radius: 5px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  transform: translateY(-50%);
  transition: 0.5s;
}

@media screen and (max-width: 1440px) {
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 0 40px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 40px;
  }
}

@media screen and (max-width: 1280px) {
  li.dabeijing {
    padding: 50px 20px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 0 30px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 36px;
  }
  .yd-mainbottom .slick-prev {
    left: -20px;
  }
  .yd-mainbottom .slick-next {
    right: -20px;
  }
  .inner-page.product2-page .zjsinoraypro{
    max-height: calc(2em * 6);
    overflow-y: auto;
  }
}

@media screen and (max-width: 1000px) {
  .pro-list-yd ul.fenlei li .yd-maintop {
    display: block;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    width: 100%;
    padding: 20px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right {
    width: 100%;
    padding: 0 20px;
  }
  .yd-mainbottom ul li .cp-dd .text {
    font-size: 18px;
  }
}

@media screen and (max-width: 500px) {
  .yd-mainbottom ul li .cp-dd .text {
    font-size: 16px;
  }
  .yd-mainbottom ul li .cp-dd .text {
    font-size: 18px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left h2 {
    font-size: 26px;
    line-height: 1.2;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right img {
    height: auto;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left {
    padding: 20px 15px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .right {
    padding: 0 15px;
  }
  .pro-list-yd ul.fenlei li .yd-maintop .left p {
    font-size: 14px;
    line-height: 1.5;
  }
}

.seoPublic h3.title,
.seoPublic h1.title {
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 2em;
}
.seoPublic > div {
  padding: 60px 0;
}
.seoPublic > div:nth-child(odd) {
  background: #fafafa;
}
.seoPublic .Auxil-about .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.seoPublic .Auxil-about .box .left {
  width: 40%;
}
.seoPublic .Auxil-about .box .left .img {
  height: 100%;
  background-size: cover;
  background-position: center center;
  display: block;
}
.seoPublic .Auxil-about .box .right {
  width: 60%;
  padding-left: 5%;
  padding-top: 20px;
  padding-bottom: 20px;
}
.seoPublic .Auxil-about .box .right h3 {
  font-size: 24px;
  font-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
}
.seoPublic .Auxil-honor .list ul {
  margin: -10px;
}
.seoPublic .Auxil-honor .list ul li {
  padding: 10px;
}
.seoPublic .Auxil-honor .list ul li a {
  display: block;
}
.seoPublic .Auxil-honor .list ul li a img {
  width: 100%;
}
.seoPublic .Auxil-news .list ul {
  margin: -13px;
}
.seoPublic .Auxil-news .list ul li {
  padding: 13px;
}
.seoPublic .Auxil-news .list ul li a.img-box {
  display: block;
  height: 240px;
  background-size: cover;
  background-position: center center;
}
.seoPublic .Auxil-news .list ul li .content {
  margin-top: 30px;
}
.seoPublic .Auxil-news .list ul li .content h6 {
  font-size: 22px;
  line-height: 2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}
.seoPublic .Auxil-news .list ul li .content h6:hover {
  color:  var(--color);
}
.seoPublic .Auxil-news .list ul li .content p {
  font-weight: 300;
  font-size: 16px;
  line-height: 2;
  margin: 1em 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 4.2em;
}
.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-bottom: 1px solid transparent;
  display: inline-block;
}
.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color:  var(--color);
  color:  var(--color);
}
.seoPublic .Auxil-form .form ul {
  margin: -10px;
}
.seoPublic .Auxil-form .form ul li {
  padding: 10px;
}
.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #eee;
  font-size: 16px;
  padding: 8px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color:  var(--color);
}
.seoPublic .Auxil-form .form ul li.wid-100 {
  width: 100%;
}
.seoPublic .Auxil-form .form ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding-left: 25px;
  padding-right: 25px;
  background:  var(--color);
  color: whitesmoke;
  border: none;
}
.seoPublic .Auxil-form .form ul li input[type='submit']:hover {
  background: #222;
}
.seoPublic .seoIndustry .text {
  font-size: 16px;
  line-height: 2;
  color: #666;
}
.seoPublic .text a {
  color:  var(--color);
}
.seoPublic .text a:hover {
  text-decoration: underline;
}
.seoPublic .Auxil-through {
  padding: 15px 0;
  background: none !important;
}
.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-through a:hover {
  background:  var(--color);
  color: white;
}
.seoPublic .Auxil-related .list ul {
  margin: -20px -25px;
}
.seoPublic .Auxil-related .list ul li {
  padding: 20px 25px;
}
.seoPublic .Auxil-related .list ul li .box {
  display: block;
  background: white;
  -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
  box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}
.seoPublic .Auxil-related .list ul li .box a.img-box {
  display: block;
}
.seoPublic .Auxil-related .list ul li .box .content {
  display: block;
  padding: 20px;
  text-align: center;
}
.seoPublic .Auxil-related .list ul li .box .content h3 {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 22px;
  color: #111;
  font-weight: 300;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seoPublic .Auxil-related .list ul li .box .content h3:hover {
  color:  var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content p {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 1.6;
  font-weight: 400;
  margin: 0.5em 0;
  height: 4.8em;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
}
.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid  var(--color);
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color:  var(--color);
}
.seoPublic .Auxil-related .list ul li .box .content a.more i {
  margin-left: 5px;
}
.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background:  var(--color);
}
@media screen and (max-width: 1400px) {
  .seoPublic h3.title,
  .seoPublic h1.title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }
  .seoPublic .Auxil-about .box .right h3,
  .seoPublic .Auxil-related .list ul li .box .content h3 {
    font-size: 20px;
  }
  .seoPublic .Auxil-form .form ul li input,
  .seoPublic .Auxil-form .form ul li textarea,
  .seoPublic .Auxil-about .box .right .text,
  .seoPublic .Auxil-news .list ul li .content p,
  .seoPublic .seoIndustry .text,
  .seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content h6 {
    font-size: 18px;
  }
  .seoPublic .Auxil-related .list ul li .box .content a.more {
    font-size: 14px;
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
  }
  .seoPublic .Auxil-related .list ul li {
    padding: 15px;
  }
  .seoPublic .Auxil-related .list ul {
    margin: -15px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic h3.title,
  .seoPublic h1.title {
    font-size: 24px;
    margin-bottom: 1em;
  }
  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 20px 15px;
  }
  #cp-Nav .nav h3.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background:  var(--color);
    border-radius: 5px;
    color: white;
  }
  #cp-Nav .nav i.mask {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 230;
    background: rgba(0, 0, 0, 0.2);
  }
  #cp-Nav .nav > ul {
    display: none;
  }
  #cp-Nav .nav ul {
    position: fixed;
    top: 10%;
    max-height: 80%;
    left: 5%;
    width: 90%;
    padding: 20px;
    border-radius: 5px;
    background: white;
    z-index: 300;
    font-size: 16px;
    overflow: auto;
  }
  #cp-Nav .nav ul ul {
    padding: 0 10px;
    font-size: 14px;
    position: static;
    max-height: none;
    width: 100%;
    margin: 10px 0;
  }
  #cp-Nav .nav ul li a {
    display: block;
    padding: 5px 0;
    line-height: 28px;
  }
}

.inner-page.product-page.product-page2 .sideBox .slideRight .list ul li img {
  background: #f9f9f9;
}

.product-page .sideBox .slideRight .list ul li .img-box:hover img {
  transform: scale(1, 1);
}
.inner-page .sideBox .sidebar-left {
  width: 25%;
  position: sticky;
  top: 100px;
}

.inner-page .sideBox .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: uppercase;
  padding-bottom: 1rem;
  margin-bottom: 1rem;
  border-bottom: 1px solid #e7e7e7;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-search {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 5rem;
  font-size: 14px;
  color: #555555;
  font-weight: 200;
}
.inner-page .sideBox .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center #eeeeee;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li {
  padding: 8px 0;
  font-size: 16px;
  position: relative;
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li > a {
  height: 60px;
  border-radius: 30px;
  padding: 0 20px;
  margin-bottom: 20px;
  font-size: 18px;
  overflow: hidden;
  position: relative;
  color: #000;
  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;
  background-image: url(/template/en/images/img2025_89.png);
  background-repeat: repeat-x;
  background-size: auto 100%;
  background-position-y: center;
  -webkit-animation: backdropX 1s linear infinite;
  -moz-animation: backdropX 1s linear infinite;
  animation: backdropX 1s linear infinite;
  box-shadow: 0 0 5px 1px rgb(219 219 219/60%);
  /*width: 60%;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li > a span {
  position: relative;
  z-index: 3;
  color: #000;
  width: 100%;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li > a::after {
  content: '';
  position: absolute;
  left: 0vw;
  top: 0vw;
  width: 100%;
  height: 100%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(100%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 100%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 100%, rgba(255, 255, 255, 0));
  -webkit-transition: all 0.6s;
  -moz-transition: all 0.6s;
  transition: all 0.6s;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active > a {
  background-color: rgb(20 100 172 / 20%);
  color: #000;
  box-shadow: 0 0 5px 1px rgb(219 219 219 / 60%);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active > a::after {
  background-image: -webkit-gradient(linear, left top, right top, color-stop(50%, #fafafa), to(rgba(255, 255, 255, 0)));
  background-image: -webkit-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: -moz-linear-gradient(left, #fafafa 50%, rgba(255, 255, 255, 0));
  background-image: linear-gradient(to right, #fafafa 50%, rgba(255, 255, 255, 0));
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li ul {
  margin-top: 16px;
  /*display: none;*/
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li i {
  font-size: 20px;
  position: absolute;
  right: 20px;
  top: 15px;
  z-index: 5;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li > ol {
  padding-left: 20px;
  font-size: 18px;
  display: none;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li a {
  padding-right: 20px;
}
/*.inner-page .sideBox .sidebar-left .inner .inner-cat ul>li a span {
  color: #aaa;
}*/
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:hover {
  color:  var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li.active {
  color: #000;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-cat ul > li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent {
  margin-bottom: 2rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li {
  padding: 0.75rem 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul 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;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 1rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 17px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 0.4rem;

  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color:  var(--color);
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li a .r-text span {
  color:  var(--color);
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact {
  background: url(../images/pro-011.jpg) no-repeat center center;
  padding: 10.75rem 2rem 2.75rem;
  color: #fff;
  background-size: cover;
  position: relative;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h5 {
  font-size: 20px;
  line-height: 1;
  text-transform: capitalize;
  font-weight: bold;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact h6 {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 1.1rem;
  text-transform: capitalize;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 14px;
  color:  var(--color);
  text-transform: capitalize;
  background: #fff;
  padding: 8px 12px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
  margin-top: 1.3rem;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background:  var(--color);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover {
  color: #fff;
}
.inner-page .sideBox .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}

.inner-page .sideBox {
  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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.inner-page .sideBox .sidebar-left .inner .inner-contact:after {
  content: '';
  z-index: 9;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(rgba(0, 0, 0, 0.1), rgba(0, 0, 0, 0.5));
}

.inner-page .sideBox .sidebar-left .inner .inner-contact .c-box {
  z-index: 99;
  position: relative;
}
.inner-page .sideBox .sidebar-right {
  width: 100%;
  /*padding-left: 5%;*/
}
.inner-page.project .sideBox .sidebar-right {
  width: 70%;
  margin: 0 0 0 auto;
  /*padding-left: 5%;*/
}
@media screen and (max-width: 1000px) {
  .inner-page .sideBox {
    display: block;
  }
  .inner-page .sideBox .sidebar-left {
    display: none;
  }
  .inner-page .sideBox .sidebar-right {
    width: 100%;
    padding-left: 0;
  }
  .inner-page.project .sideBox .sidebar-right {
     width: 100%;
  }
}
.about-page h2.title,
#index-body .i-news .title,
#index-body .i-product .title {
  /*font-size: 56px;*/
  /*font-weight: 900;*/
  /*font-style: italic;*/
  line-height: 1.5;
  padding-bottom: 10px;
  color:  var(--color);
}
.about-page h2.title{
  margin-top: 0;
}
.about-page .about-1 {
  padding-top: 135px;
  padding-bottom: 85px;
  background: #eee;
}
.about-page .about-1 .left {
  width: 30%;
}
.about-page .about-1 .left ul {
  margin-top: 14px;
}
.about-page .about-1 .left ul li {
  margin-bottom: 45px;
}
.about-page .about-1 .left ul li h2 {
  font-size: 100px;
  font-weight: 900;
  /*font-style: italic;*/
  color:  var(--color);
}
.about-page .about-1 .left ul li h2 span {
  font-size: 24px;
  vertical-align: top;
  margin-left: 7px;
}
.about-page .about-1 .left ul li p {
  font-size: 16px;
  font-weight: 300;
  padding-left: 80px;
  position: relative;
  margin-top: -25px;
  line-height: 2;
  font-style: italic;
}
.about-page .about-1 .left ul li p::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 58px;
  height: 1px;
  background: black;
}
.about-page .about-1 .right {
  width: 70%;
  line-height: 2;
  font-weight: 300;
  font-size: 20px;
  padding-left: 50px;
  /*max-height: 765px;
  overflow-y: scroll;*/
}
.about-page .about-1 .right .seo-about-intro{
  max-height: 212px;
  overflow-y: auto;
}
.about-page .about-1 .right p {
  font-size: 16px;
  margin-bottom: 20px;
  line-height: 2;
  padding-top: 0;
  padding-bottom: 0;
}
.about-page .about-1 .right p:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .top {
  position: relative;
}
.about-page .about-2 .top .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .top .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-2 .top .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%, -50%);
  border: 5px solid rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  animation-delay: 0.4s;
}
.about-page .about-2 .bottom {
  background: var(--color);
  padding: 36px 0;
}
.about-page .about-2 .bottom .ui.container {
  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;
}
.about-page .about-2 .bottom .ui.container .left {
  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;
}
.about-page .about-2 .bottom .ui.container .left h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  color: white;
}
.about-page .about-2 .bottom .ui.container .right {
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  width: 174px;
  height: 60px;
  border-radius: 30px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .about-2 .bottom .ui.container .right:hover {
  background:  var(--color);
  color: white;
}
.about-page .about-3 {
  padding-top: 170px;
  padding-bottom: 88px;
}
.about-page .about-3 .left {
  padding-right: 108px;
}
.about-page .about-3 .left .content {
  margin-top: 30px;
}
.about-page .about-3 .left .content p {
  font-size: 18px;
  line-height: 2;
  font-weight: 300;
  margin-bottom: 45px;
}
.about-page .about-3 .right ul li {
  margin-bottom: 50px;
}
.about-page .about-3 .right ul li h4 {
  position: relative;
  font-size: 20px;
  font-weight: 900;
  font-style: italic;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -moz-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  padding-bottom: 15px;
  cursor: pointer;
}
.about-page .about-3 .right ul li h4 img {
  margin-right: 15px;
}
.about-page .about-3 .right ul li h4 .fa {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  border-radius: 100%;
  color:  var(--color);
  border: 1px solid  var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-3 .right ul li h4::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 110px;
  height: 3px;
  background:  var(--color);
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  transition: 0.5;
}
.about-page .about-3 .right ul li .content {
  /*display: none;*/
}
.about-page .about-3 .right ul li .content .text {
  font-size: 16px;
  font-weight: 300;
  line-height: 2;
  margin: 22px 0 22px;
}
.about-page .about-3 .right ul li.active .fa {
  background:  var(--color);
  color: white;
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.about-page .about-4 {
  background: url(../images/factory-01.jpg) no-repeat center;
  color: #000;
  padding: 100px 0 100px;
}
.about-page .about-4 .tab {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  border-bottom: 1px solid #adadad;
  color: #000;
  font-size: 16px;
  margin-top: 60px;
  margin-bottom: 50px;
  font-weight: 300;
}
.about-page .about-4 .tab li {
  margin-right: 40px;
  line-height: 2;
}
.about-page .about-4 .tab li a {
  position: relative;
  padding-bottom: 5px;
}
.about-page .about-4 .tab li a::after {
  content: '';
  position: absolute;
  left: 50%;
  bottom: -4px;
  width: 0%;
  height: 3px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background:  var(--color);
}
.about-page .about-4 .tab li:last-child {
  margin-right: 0;
}
.about-page .about-4 .tab li.active a::after,
.about-page .about-4 .tab li:hover a::after {
  width: 100%;
}
.about-page .about-4 .content .box {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  max-width: 860px;
  min-height: 210px;
}
.about-page .about-4 .content .box p {
  margin-bottom: 30px;
}
.about-page .about-4 .content .more::before,
.about-page .about-4 .content .more::after {
  content: none;
}
.about-page .about-5 {
  overflow: hidden;
  padding: 100px 0;
  background: #f9f9f9;
}

.about-page .about-5 p {
  font-weight: 300;
  line-height: 2;
  max-width: 880px;
  margin: 5px auto 50px;
}
.about-page .about-5 ul {
  margin: -18px;
}
.about-page .about-5 ul li {
  padding: 18px;
}
.about-page .about-5 ul .slick-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  background: white;
  border: none;
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
}
.about-page .about-5 ul .slick-arrow button {
  display: none;
}
.about-page .about-5 ul .slick-prev {
  left: -60px;
}
.about-page .about-5 ul .slick-prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 30px;
}
.about-page .about-5 ul .slick-next {
  right: -60px;
}

.about-page .about-5 ul .slick-next::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 30px;
}
.about-page .about-6 {
  background: url(../images/history-bg.jpg) no-repeat center;
  background-position: center bottom;
  padding: 120px 0;
  overflow: hidden;
}
.about-page .about-6 .prev,
.about-page .about-6 .next {
  position: absolute;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 20px;
  background: #fff;
  cursor: pointer;
  transition: 0.5s;
}
.about-page .about-6 .prev:hover,
.about-page .about-6 .next:hover {
  color: #fff;
  background:  var(--color);
}
.about-page .about-6 .prev {
  left: 0;
  top: 50%;
  transform: translate(-100%, -50%);
}
.about-page .about-6 .next {
  right: 0;
  top: 50%;
  transform: translate(100%, -50%);
}
.about-page .about-6 ul {
  margin-right: -40px;
}
.about-page .about-6 ul li {
  position: relative;
  padding-right: 40px;
  padding-left: 30px;
}
.about-page .about-6 ul li h4 {
  font-size: 35px;
  font-weight: bold;
  line-height: 2;
}
.about-page .about-6 ul li .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  min-height: 80px;
}
.about-page .about-6 ul li::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0%;
  width: 26px;
  height: 197px;
  background: url(../images/history-arrow.png) no-repeat center;
}
.about-page .about-6 .slick-list {
  padding: 60px 0;
}
.gallery-page {
  padding: 138px 0 110px;
}
.gallery-page ul {
  margin: -30px -15px;
}
.gallery-page ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}
.gallery-page ul li .item {
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.gallery-page ul li .img-box {
  position: relative;
}
.gallery-page ul li .img-box h5 {
  position: absolute;
  left: 50%;
  bottom: 23px;
  width: 90%;
  margin: auto;
  -webkit-transform: translate(-50%, 100px);
  -moz-transform: translate(-50%, 100px);
  -ms-transform: translate(-50%, 100px);
  transform: translate(-50%, 100px);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  text-align: center;
  background: rgba(0, 0, 0, 0.6);
  color: white;
  padding: 10px;
}
.gallery-page ul li:hover h5 {
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.m-page {
  text-align: right;
  margin-top: 100px;
}
.m-page a,
.m-page span {
  font-size: 20px;
  display: inline-block;
  width: 32px;
  height: 32px;
  text-align: center;
  line-height: 32px;
  margin-right: 5px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.m-page a:hover,
.m-page span {
  background:  var(--color);
  color: white;
}

.contact-page {
  padding-top: 80px;
}
.contact-page .title {
  font-size: 56px;
  font-weight: 900;
  /*font-style: italic;*/
  color: var(--color);
  line-height: 2;
}
.contact-page .contact-1 form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contact-page .contact-1 form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
  /*background: #eee;*/
}
.contact-page .contact-1 form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.contact-page .contact-1 form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
  /*background: #eee;*/
}
.contact-page .contact-1 form input[type='submit'] {
  background:  var(--color1);
  color: var(--color2);
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.contact-page .contact-1 form input[type='submit']:hover {
  background: var(--color);
  color: #fff;
}
.contact-page .contact-2 {
  padding: 110px 0;
}
.contact-page .contact-2 .left {
  width: 60%;
  padding-right: 60px;
}
.contact-page .contact-2 .left .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 8px 0 42px;
}
.contact-page .contact-2 .left .content .box:first-child {
  margin-bottom: 50px;
}
.contact-page .contact-2 .left .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 13px;
}
.contact-page .contact-2 .left .content 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;
}
.contact-page .contact-2 .left .content ul li {
  font-size: 18px;
  line-height: 2;
  /*font-weight: 400;*/
  width: 33%;
  margin-bottom: 16px;
}
.contact-page .contact-2 .left .content ul li.add {
  width: 75%;
}
.contact-page .contact-2 .right {
  width: 40%;
}
.contact-page .contact-2 .right img {
  display: block;
  margin-left: auto;
}
.news-page {
  padding-top: 90px;
}
.news-page .newsList {
  margin-bottom: 90px;
  padding-right: 70px;
}

/*.newdet-page {
  padding: 138px 0 0;
}*/
.newdet-page .newdet-1 h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 2;
}
.newdet-page .newdet-1 .time {
  font-size: 14px;
  margin: 35px 0 20px;
}
.newdet-page .newdet-1 .time span {
  margin-right: 20px;
  display: inline-block;
}
.newdet-page .newdet-1 .content {
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  padding: 50px 0 60px;
  font-size: 18px;
  line-height: 2;
}
.newdet-page .newdet-2 {
  overflow: hidden;
  padding-top: 150px;
}
.newdet-page .newdet-2 h2 {
  font-size: 50px;
  font-weight: 900;
  font-style: italic;
  margin-bottom: 60px;
}
.newdet-page .newdet-2 ul {
  margin: -28px;
}
.newdet-page .newdet-2 ul li {
  padding: 28px;
}
.newdet-page .newdet-2 ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .newdet-2 ul li .img-box img {
  display: block;
  margin: auto;
}
.newdet-page .newdet-2 ul li h4 {
  font-size: 16px;
  text-align: center;
  margin-top: 20px;
  line-height: 2;
}
.newdet-page .newdet-2 ul li:hover .img-box {
  -webkit-box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 4px 10px 3px rgba(0, 0, 0, 0.15);
}
.newdet-page .newdet-2 ul .slick-arrow {
  position: absolute;
  top: 50%;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: none;
  background: white;
  z-index: 2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.newdet-page .newdet-2 ul .slick-prev {
  left: 0;
  transform: translate(-50%, -50%);
}
.newdet-page .newdet-2 ul .slick-prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 24px;
}
.newdet-page .newdet-2 ul .slick-next {
  right: 0;
  transform: translate(50%, -50%);
}
.newdet-page .newdet-2 ul .slick-next::after {
  content: '\f105';
  font-family: 'FontAwesome';
  font-size: 24px;
}
.m-link {
  margin-top: 25px;
  font-size: 16px;
  line-height: 2;
}
.m-link div {
  display: block;
  justify-content: space-between;
}
.m-link .next {
  text-align: right;
}
.m-link a:hover {
  text-decoration: underline;
}
.advantages-page {
  padding-top: 138px;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(white),
    color-stop(15%, white),
    color-stop(15%, #faf7f7),
    color-stop(35%, #faf7f7),
    color-stop(35%, white),
    color-stop(77%, white),
    color-stop(77%, #faf7f7),
    to(white)
  );
  background: -webkit-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: -moz-linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
  background: linear-gradient(white 0%, white 15%, #faf7f7 15%, #faf7f7 35%, white 35%, white 77%, #faf7f7 77%, white 100%);
}
.advantages-page 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: 200px;
}
.advantages-page ul li .text {
  width: 54% !important;
  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;
  padding-right: 48px;
}
.advantages-page ul li .text h3 {
  font-size: 40px;
  font-weight: bold;
  font-style: italic;
  margin-bottom: 40px;
}
.advantages-page ul li .text .content {
  font-size: 25px;
  line-height: 50px;
}
.advantages-page ul li .img {
  width: 46% !important;
}
.advantages-page ul li:nth-child(2n) .text {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
  padding-left: 96px;
  padding-right: 0;
}
.advantages-page ul li:nth-child(2n) .img {
  -webkit-box-ordinal-group: 2;
  -webkit-order: 1;
  -moz-box-ordinal-group: 2;
  -ms-flex-order: 1;
  order: 1;
}
.service-page .service-1 {
  padding: 88px 0 70px;
}
.service-page .service-1 ul {
  margin: -20px;
}
.service-page .service-1 ul li {
  padding: 20px;
}
.service-page .service-1 ul li .box {
  background: white;
  -webkit-box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  box-shadow: 0px 13px 44px 5px rgba(0, 0, 0, 0.06);
  text-align: center;
  padding: 75px 55px;
}
.service-page .service-1 ul li .box .icon {
  height: 60px;
}
.service-page .service-1 ul li .box .icon img {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.service-page .service-1 ul li .box h4 {
  font-size: 25px;
  font-weight: bold;
  margin: 20px 0 26px;
  line-height: 2;
}
.service-page .service-1 ul li .box .text {
  font-size: 16px;
  line-height: 2;
  min-height: 180px;
}
.service-page .service-1 ul li .box:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
.service-page .service-2 {
  background-color: #fafafa;
  padding: 75px 0 70px;
}
.service-page .service-2 .title {
  color:  var(--color);
}
.service-page .service-2 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 100px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .top .text {
  width: 48%;
}
.service-page .service-2 .top .img {
  width: 48%;
}
.service-page .service-2 .top .img img {
  width: 100%;
}
.service-page .service-2 .top .text h3 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 25px;
  color:  var(--color);
}
.service-page .service-2 .top .text h5 {
  font-size: 25px;
  line-height: 40px;
}
.service-page .service-2 .top .text .more {
  margin-top: 20px;
}
.service-page .service-2 .top .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
  /*height: 13em;
  overflow-y: auto*/
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.service-page .service-2 .top .text .content p:not(:last-child) {
  margin-bottom: 50px;
}
.service-page .service-2 .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.service-page .service-2 .bottom .text {
  width: 48%;
}
.service-page .service-2 .bottom .img {
  width: 48%;
}
.service-page .service-2 .bottom .text .content {
  font-size: 18px;
  line-height: 1.9;
  margin-top: 50px;
  margin-bottom: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.service-page .service-2 .bottom .text .more {
  margin-top: 20px;
}
.service-page .service-2 .bottom .text .content p:not(:last-child) {
  margin-bottom: 60px;
}
.service-page .service-3 {
  padding: 80px 0;
  overflow: hidden;
}
.service-page .service-3 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  margin-bottom: 45px;
  line-height: 2;
  color:  var(--color);
}
.service-page .service-3 .text {
  margin: -50px;
}
.service-page .service-3 .text h4 {
  font-size: 25px;
  margin-bottom: 10px;
  line-height: 2;
}
.service-page .service-3 .text .column {
  padding: 50px;
}
.service-page .service-3 .text .content {
  /*font-weight: 300;*/
}
.service-page .service-3 .imgbox {
  margin-top: 50px;
}
.service-page .service-3 ul {
  margin: -15px;
}
.service-page .service-3 ul li {
  padding: 15px;
}
.service-page .service-3 ul .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 100%;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border: none;
  background: white;
}
.service-page .service-3 ul .slick-prev {
  left: -50px;
}
.service-page .service-3 ul .slick-next {
  right: -50px;
}
.service-page .service-3 ul .slick-next::after,
.service-page .service-3 ul .slick-prev::after {
  content: '\f104';
  font-family: 'FontAwesome';
  font-size: 26px;
}
.service-page .service-3 ul .slick-next::after {
  content: '\f105';
}
.service-page .service-4 {
  background-color: #fafafa;
  padding-bottom: 100px;
  padding-top: 100px;
}
.service-page .service-4 h2 {
  font-size: 43px;
  font-weight: 900;
  /*font-style: italic;*/
  color:  var(--color);
  text-align: center;
  line-height: 2;
}
.service-page .service-4 p.text {
  margin: 30px auto 30px;
  /*text-align: center;*/
  font-size: 18px;
  line-height: 2;
  /*max-width: 1050px;*/
}
.grid-box > div {
  letter-spacing: 0;
}
.grid-box p {
  letter-spacing: 0;
}
.service-page .service-4 ul li .box {
  position: relative;
}
.service-page .service-4 ul li .box .column {
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content {
  padding: 9px;
  vertical-align: middle;
}
.service-page .service-4 ul li .box .content h4 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
  line-height: 2;
}
.service-page .service-4 ul li .box .content .text {
  font-size: 16px;
  line-height: 2;
  font-weight: 300;
  margin: 0px 0 45px;
}
.service-page .service-4 ul li .box .content .text p {
  margin-bottom: 8px;
  font-weight: 300;
}
.service-page .service-4 .honor ul {
  margin: -15px;
}
.service-page .service-4 .honor ul li {
  padding: 15px;
}
.service-page .service-4 ul.grid-box .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0;
  margin-top: 50px;
}
.service-page .service-4 ul.grid-box .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background-color: #878787;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin: 0 6px;
  padding: 0;
}
.service-page .service-4 ul.grid-box .slick-dots li button {
  display: none;
}
.service-page .service-4 ul.grid-box .slick-dots li.slick-active {
  background-color:  var(--color);
}
.search-page .slideRight ul li {
  font-size: 16px;
  display: inline-block;
  padding: 0 15px;
  margin-bottom: 20px;
}
.search-page .slideRight .item .right a:hover,
.search-page .slideRight ul li a:hover {
  text-decoration: underline;
}
.search-page .slideRight .item .right a {
  font-size: 16px;
  display: inline-block;
  /*width: 40%;*/
}
.search-page .slideRight .item .right ul li .box {
  display: inline-block;
  width: 48%;
}
.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
}
.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}
.inner-page .sideLeft .box h3 {
  display: block;
  padding: 40px 25px;
  background:  var(--color);
  font-size: 28px;
  font-weight: bold;
  color: white;
}
.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 20px;
  border-left: 4px solid  var(--color);
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.inner-page .sideLeft .box .list ul li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}
.inner-page .sideLeft .box .list ul li img {
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}
.inner-page .sideLeft .box .list ul li:hover {
  background:  var(--color);
  color: white;
}
.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
}
.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}
.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}
.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: inline-block;
  color: #fff;
}
.inner-page .sideLeft .img a.more:hover {
  background:  var(--color);
  color: white;
}
.inner-page .sideRight {
  width: 100%;
}
.inner-page .sideRight .fenlei {
  color:  var(--color);
  line-height: 2;
}
.inner-page .sideRight .content {
  line-height: 2;
}
.news-page {
  /*padding: 80px 0;*/
}
.news-page .sidebar-box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.news-page .sidebar-box .sidebar-left {
  border-left: 1px solid #e7e7e7;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0px;
}
.news-page .sidebar-box .sidebar-right .news-list {
  padding-right: 85px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li {
  margin-bottom: 75px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li:last-child {
  margin-bottom: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img {
  display: block;
  overflow: hidden;
  margin-bottom: 25px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .n-img img {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category {
  padding: 0 5px;
  margin-left: 4px;
  margin-bottom: 15px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: var(--primary);
  border: 1px solid var(--primary);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category:hover {
  background: var(--primary);
  color: #fff;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .category span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4 {
  font-size: 35px;
  line-height: 1.2;
  color: #000;
  margin-bottom: 15px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content h4:hover {
  color: var(--primary);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time {
  font-size: 14px;
  color: #aaa;
  font-weight: bold;
  text-transform: uppercase;
  padding-top: 12px;
  margin-bottom: 20px;
  position: relative;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time::after {
  position: absolute;
  content: '';
  width: 50px;
  height: 1px;
  border-top: 1px solid #aaa;
  left: 0;
  top: 0;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .time span {
  color: #000;
  margin-left: 10px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content p {
  font-size: 16px;
  line-height: 1.6;
  color: #555555;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link {
  margin-top: 30px;
  position: relative;
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link::after {
  position: absolute;
  z-index: -1;
  content: '';
  width: 80%;
  height: 1px;
  border-top: 1px solid #e7e7e7;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 15px 35px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more:hover::after {
  width: 100%;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.news-page .sidebar-box .sidebar-right .news-list ul li .content .link .more::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: var(--primary);
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 1;
}
.news-page .sidebar-box .sidebar-left .inner {
  margin: 0 0 0 auto;
  padding-left: 0;
}
/*.inner-page.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}*/
.inner-page.news-page .sidebar-box .sidebar-left {
  width: 28%;
  padding-left: 20px;
}

.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 1;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 800;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type='text'] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type='submit'] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/inner-s.jpg) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  padding: 4px 0;
  font-size: 16px;
  line-height: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active a {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  color: #000000;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 7px 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul 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;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-size: 18px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--primary);
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 1;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(/eastrongroup/2022/08/04/news.jpg) no-repeat center center;
  padding: 215px 40px 55px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 20px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  color: #90b6df;
  display: block;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a {
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color: #fff;
  font-weight: bold;
  background: #000;
  padding: 12px 30px;
  position: relative;
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  margin-left: 5px;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a:hover::after {
  width: 100%;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a span {
  display: inline-block;
  position: relative;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
  z-index: 2;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-contact a::after {
  position: absolute;
  content: '';
  width: 5px;
  height: 100%;
  background: linear-gradient(to right, var(--primary), var(--primary));
  left: 0;
  top: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: -1;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
  /*width: 100%;
    padding: 30px 40px;
    border-bottom: 1px dashed #ccc;*/
  width: 100%;
  padding: 30px 40px;
  margin: 30px 0;
  box-shadow: 0 0 5px 1px #eee;
  height: 300px;
  border-radius: 30px;
  display: flex;
  align-items: center;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li > img {
  height: 100%;
  width: auto;
  margin-right: 30px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
  display: flex;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center {
  font-size: 24px;
  color: #272727;
  text-transform: uppercase;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .left.txt-center span {
  background-color:  var(--color);
  color: #fff;
  font-size: 28px;
  display: block;
  width: 88px;
  height: 64px;
  line-height: 64px;
  border-radius: 6px 0;
  padding: 0 10px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
  margin-left: 40px;
  padding-left: 40px;
  border-left: 1px solid #ccc;
  color: #2b2b2b;
}
.inner-page.news-page h1,
.inner-page.news-page h2,
.inner-page.news-page h3 {
  font-weight: 700;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
  font-size: 22px;
  font-weight: 700;
  line-height: 1.4;
  color: #000;
  transition: 0.5s;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
  line-height: 2;
  margin-top: 15px;
  margin-bottom: 15px;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right a {
  font-size: 16px;
  /*color:  var(--color);*/
  transition: all 0.5s ease;
  text-transform: capitalize;
}
.inner-page.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li:hover a {
  font-weight: bold;
}

.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box {
  display: flex;
  max-height: 350px;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img {
  width: 45%;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .box .box-img img {
  object-fit: cover;
  max-height: 350px;
}
.inner-page .sidebar-box .sidebar-right {
  width: 100%;
}
.newdet-page.inner-page .sidebar-box .sidebar-right {
  width: 72% !important;
}
.newdet-page.inner-page.sol .sidebar-box .sidebar-right {
  width: 100% !important;
}
.inner-page .sidebar-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 85px;
}
.sol.newdet-page .sidebar-box .sidebar-right .newdet-content {
  padding-right: 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category {
  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: 15px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a {
  padding: 0 5px;
  margin-left: 4px;
  display: inline-block;
  font-size: 12px;
  text-transform: uppercase;
  color:  var(--color);
  border: 1px solid  var(--color);
  -webkit-transform: skewX(-10deg) skewY(0);
  -moz-transform: skewX(-10deg) skewY(0);
  -ms-transform: skewX(-10deg) skewY(0);
  transform: skewX(-10deg) skewY(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category a span {
  display: inline-block;
  -webkit-transform: skewX(10deg) skewY(0);
  -moz-transform: skewX(10deg) skewY(0);
  -ms-transform: skewX(10deg) skewY(0);
  transform: skewX(10deg) skewY(0);
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .category .time {
  font-size: 14px;
  margin-left: 12px;
  color: #aaa;
  font-weight: 700;
  text-transform: uppercase;
  position: relative;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 35px;
  line-height: 2;
  color: #000;
  margin-bottom: 20px;
  padding-bottom: 20px;
  font-weight: 700;
  border-bottom: 1px solid #e7e7e7;
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content {
  font-size: 16px;
  line-height: 2;
  color: #555;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content table{
  word-break: unset;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content p {
  margin: 20px 0;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 14px;
  color: #555;
  margin-top: 50px;
  padding-bottom: 45px;
  /*border-bottom: 1px solid #e7e7e7;*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .content .icon a {
  font-size: 14px;
  color: #000;
  margin-left: 18px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list {
  background: #f7f7f7;
  padding: 50px 0 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_list li {
  margin-bottom: 20px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq {
  background: #eeeeee;
  padding: 60px 0 50px;
  /*margin-bottom: 50px*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
  /*padding-bottom: 100px*/
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
  font-size: 26px;
  position: relative;
  line-height: 1;
  /*cursor: pointer;*/
  width: 23%;
  margin-right: 2%;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
  white-space: nowrap;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li p {
  white-space: normal;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::after {
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 3px;
  width: 30%;
  background:  var(--color);
  margin-top: -1px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li::before {
  content: '';
  display: block;
  position: absolute;
  font-size: 35px;
  left: 0;
  top: 1.3em;
  height: 1px;
  width: 100%;
  background: #cccccc;
}
/*.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li*/
.newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li p {
  font-size: 18px;
  margin-top: 30px;
  line-height: 1.8;
  /*display: none;*/
}

.newdet-page .sidebar-box .sidebar-right .relate-product {
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .relate-product h3 {
  font-size: 30px;
  line-height: 1;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link {
  border-bottom: 1px solid #e7e7e7;
  border-top: 1px solid #e7e7e7;
  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;
  margin-top: 40px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a {
  width: 50%;
  padding: 35px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.left {
  padding-right: 30px;
  border-right: 1px solid #e7e7e7;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a.right {
  padding-left: 30px;
}
.newdet-page .sidebar-box .sidebar-right .newdet-content .m-link a .r-text p {
  color: #000;
  font-size: 16px;
  line-height: 2;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin-bottom: 8px;
  /*max-width: 255px;*/
}
.history-page {
  padding: 100px 0;
}
.history-page ul li {
  border-bottom: 1px solid #eee;
  padding: 50px 0;
}
.history-page ul li .title {
  width: 20% !important;
  color:  var(--color);
}
.history-page ul li .content {
  width: 80% !important;
  font-size: 18px;
  line-height: 32px;
}
.newdet-page .application-img {
  margin: 50px 0;
}
.newdet-page .application-img ul {
  margin: -10px;
}
.newdet-page .application-img ul li {
  padding: 10px;
}
.newdet-page .application-intro b,
.newdet-page .application-intro strong {
  font-weight: bold;
}
.newdet-page .app-related-pro {
  padding: 50px 0;
}
.newdet-page .app-related-pro ul {
  margin: -10px;
}
.newdet-page .app-related-pro ul li {
  padding: 10px;
}
.newdet-page .app-related-pro ul li p {
  text-align: center;
  padding: 6px 10px;
  font-size: 18px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content .right {
  padding-left: 20px;
}
.newdet-page.appdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
  font-size: 28px;
}
.faq-page .faq-2 {
  padding: 70px 0;
}
.faq-page .faq-2 .left {
  width: 100%;
  padding-right: 0px;
}
.faq-page .faq-2 .left ul li {
  margin-bottom: 15px;
  /*border: 1px solid #eee;*/
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
}
.faq-page .faq-2 .left ul li:last-child {
  margin-bottom: 0;
}
.faq-page .faq-2 .left ul li h4 {
  display: block;
  text-align: left;
  padding: 30px;
  background: #ffffff none repeat scroll 0 0;
  color: #111;
  border-radius: 10px;
  font-weight: 400;
  font-size: 20px;
  cursor: pointer;
  cursor: hand;
}

.faq-page .faq-2 .left ul li h4 span {
  margin-right: 5px;
  color: var(--color);
}
.faq-page .faq-2 .left ul li .content {
  padding: 20px 30px;
  display: none;
}
.faq-page .faq-2 .right {
  width: 34%;
  padding-left: 15px;
}
.faq-page .faq-2 .right .box2 {
  padding: 30px;
  background: #edeff2;
}
.faq-page .faq-2 .right .box2 h3.title {
  font-size: 24px;
  margin-top: 0;
  margin-bottom: 30px;
}
.faq-page .faq-2 .right .box2 .form ul li {
  width: 100%;
  margin-bottom: 20px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea,
.faq-page .faq-2 .right .box2 .form ul li input {
  width: 100%;
  height: 60px;
  border: none;
  padding-left: 10px;
  font-size: 18px;
}
.faq-page .faq-2 .right .box2 .form ul li textarea {
  height: 200px;
  padding: 10px;
}
.faq-page .faq-2 .right .box2 .form ul li input[type='submit'] {
  padding-left: 0;
  background:  var(--color);
  color: white;
  transition: 0.3s;
}
.faq-page .faq-2 .right .box2 .form ul li input[type='submit']:hover {
  background: black;
}
.project-page {
  padding: 100px 0;
}
.project-page ul {
  margin: -15px;
}
.project-page ul li {
  padding: 15px;
}
.project-page ul li img {
  width: 100%;
  border-radius: 10px;
}
.project-page ul li p {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}

@media screen and (max-width: 1250px) {
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    padding: 12px;
  }
  .faq-page .faq-2 .right .box2 {
    padding: 20px 10px;
  }
  .faq-page .faq-2 .right .box2 h3.title {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page.inner-page .sidebar-box .sidebar-right {
    width: 100% !important;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content {
    padding-right: 0;
  }
  .faq-page .faq-2 {
    padding: 40px 0;
  }
  .faq-page .faq-2 .left {
    width: 100%;
    padding-right: 0;
  }
  .faq-page .faq-2 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px;
  }
  .faq-page .faq-2 .left ul li h4 {
    font-size: 16px;
    line-height: 2;
  }
  .faq-page .faq-2 .left ul li p {
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .faq-2 .left ul li h4 {
    padding: 8px;
  }
}
@media screen and (max-width: 1600px) {
  .about-page .about-1 .left ul li h2 {
    font-size: 64px;
  }
  .about-page .about-5 {
    padding-top: 110px;
  }
}
@media screen and (max-width: 1400px) {
  .about-page .about-1 .right {
    font-size: 18px;
    padding-left: 35px;
  }
  .about-page .about-1 .right p {
    font-size: 18px;
    margin-bottom: 26px;
  }
  .about-page .about-1 .left ul li h2 {
    font-size: 50px;
  }
  .inner-page .ui.container {
    max-width: 1218px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 32px;
  }
  .about-page .about-6 ul {
    margin-right: -50px;
  }
  .about-page .about-6 ul li {
    padding-right: 50px;
  }
}

@media screen and (max-width: 1200px) {
  .history-page ul li .title h5 {
    font-size: 30px;
  }
  .about-page .about-3 {
    padding-top: 85px;
    padding-bottom: 70px;
  }

  .service-page .service-1 ul li .box {
    padding: 50px 20px;
  }
  .service-page .service-3 {
    padding: 70px 0;
  }
}

@media screen and (max-width: 1250px) {
  .news-page,
  .newdet-page {
    padding: 60px 0;
  }
  .news-page .newsList {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page.news-page .sidebar-box .sidebar-left,
  .inner-page .sideLeft {
    display: none;
  }
  .inner-page .sidebar-box .sidebar-right,
  .inner-page .sideRight {
    width: 100%;
  }

  .history-page ul li .content,
  .history-page ul li .title {
    width: 100% !important;
  }

  .about-page .about-1 .left ul {
    display: none;
  }
  .about-page .about-1 .left {
    width: 100%;
  }
  .about-page .about-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .about-page .about-1 {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 27px;
  }
  .about-page .about-3 .left {
    padding-right: 30px;
  }
  .about-page .about-3 .left .content p {
    margin-bottom: 25px;
  }
  .about-page .about-4 .content .box {
    max-width: 100%;
  }
  .advantages-page ul li:nth-child(2n) .text {
    padding-left: 30px;
  }
  .advantages-page ul li .text {
    padding-right: 30px;
  }
  .sale-page .sale-1 .top .left {
    display: none;
  }
  .sale-page .sale-1 .top .right {
    width: 100%;
    padding-left: 0;
  }
  .sale-page .sale-2 .content .text {
    margin: 15px 0 24px;
    max-width: 100%;
  }
  .sale-page .sale-2 .content ul li {
    margin-right: 60px;
  }
  .sale-page .sale-2 .content ul li h3,
  .sale-page .sale-2 .content ul li p {
    font-size: 26px;
  }
  .sale-page .sale-3 {
    padding: 95px 0;
  }
  .sale-page .sale-3 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .sale-page .sale-3 .box .left {
    width: 100%;
  }
  .sale-page .sale-3 .box .right {
    /*display: none;*/
    width: 100%;
    height: 400px;
    margin-top: 40px;
  }
  .sale-page .sale-3 .box .right > img {
    object-fit: cover;
  }
  .sale-page .sale-3 .box .right .content {
    padding: 0 15px;
  }

  .service-page .service-1 {
    padding: 50px 0 60px;
  }
  .service-page .service-2 .top .text {
    width: 100%;
    padding-right: 0;
  }
  .service-page .service-2 .top .img {
    width: 100%;
    order: -1;
    margin-bottom: 30px;
  }
  .service-page .service-2 .top {
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .bottom .text {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .service-page .service-4 ul.grid-box .column .box .content {
    max-width: 260px;
    padding: 20px;
  }

  .contact-page .contact-2 .left {
    width: 100%;
  }
  .contact-page .contact-2 .right {
    display: none;
  }
  .about-page .about-6 .slick-list {
    padding: 30px 0;
  }
  .about-page .about-6 {
    padding-bottom: 40px;
  }
}

@media screen and (max-width: 500px) {
  .font-36 {
    font-size: 24px;
    line-height: 2;
  }
  .gallery-page ul li {
    width: 50%;
  }
  .gallery-page ul {
    margin: 0;
  }

  .product-page ul.list-box li.cat-one .img {
    margin-bottom: 50px;
  }

  .newdet-page .newdet-1 h1 {
    font-size: 20px;
  }
  .sale-page .title {
    text-align: center;
  }
  .about-page .about-3 .left {
    padding-right: 0;
  }
  .sale-page .sale-1 .bottom {
    margin-top: 45px;
  }
  .about-page .about-3 .left .content p,
  .about-page .about-1 .right p {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .about-4 .content .box,
  .service-page .service-3 .text .content,
  .service-page .service-1 ul li .box .text,
  .about-page .about-6 ul li .text,
  .about-page .about-5 p,
  .about-page .about-3 .right ul li .content .text {
    line-height: 2;
  }
  .about-page .about-2 .bottom .ui.container .left h3 {
    font-size: 18px;
  }
  .sale-page .sale-3 .box .left ul {
    margin-top: 30px;
  }
  .sale-page .sale-3 .box .left ul li {
    margin-bottom: 30px;
  }
  .about-page .about-4 .tab {
    margin-top: 10px;
  }
  .about-page .about-2 .bottom .ui.container .left {
    width: 100%;
    margin-bottom: 20px;
  }
  .about-page .about-2 .bottom .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 {
    padding: 70px 0 40px;
  }
  .about-page .about-6 {
    padding-top: 60px;
  }
  .advantages-page ul li .text h3 {
    font-size: 24px;
  }

  .sale-page .sale-3 .box .left {
    padding-right: 0;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(4)::after {
    left: 70px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(5)::after {
    left: 0px;
  }
  .sale-page .sale-3 .box .left ul li:nth-child(6)::after {
    left: 70px;
  }
  .sale-page .sale-3 {
    padding: 44px 0;
  }
  .service-page .service-3 .text h4,
  .service-page .service-2 .top .text h5 {
    font-size: 20px;
    line-height: 2;
  }
  .service-page .service-4 p.text,
  .service-page .service-2 .bottom .text .content,
  .service-page .service-2 .top .text .content {
    line-height: 2;
  }
  .sale-page .title,
  .service-page .service-3 h2,
  .service-page .service-4 h2 {
    font-size: 24px;
  }

  .sale-page .sale-3 .box .right .content p,
  .newdet-page .newdet-1 .content,
  .sale-page .sale-3 .box .left ul li,
  .sale-page .sale-1 .top .right .content {
    font-size: 16px;
    line-height: 2;
  }
  .sale-page .sale-3 .box .right .content a.contact {
    height: 42px;
    line-height: 42px;
  }

  .newdet-page .newdet-2 h2 {
    font-size: 26px;
  }

  .contact-page .title,
  .newdet-page .newdet-2 h2 {
    font-size: 24px;
  }
  .contact-page .contact-1 form textarea,
  .contact-page .contact-1 form p,
  .contact-page .contact-1 form input {
    font-size: 18px;
  }
  .contact-page .contact-2 .left {
    padding-right: 0;
  }
  .contact-page .contact-2 .left .content ul li,
  .contact-page .contact-1 form input {
    width: 100%;
  }
  .about-page .about-2 .bottom .ui.container .right {
    zoom: 0.6;
  }

  .soldet-page {
    padding-top: 60px;
  }
  .sale-page .sale-3 .box .right h2 {
    text-align: left;
  }

  .about-page .about-2 .bottom {
    padding: 16px 0 5px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    padding: 30px 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content {
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
    border: none;
  }
}
#index-body .i-product {
  background-color: #f5f5f5;
  padding: 60px 0 40px;
}
#index-body .i-product p {
  text-align: center;
  font-size: 18px;
  margin: 10px 0 40px;
}
#index-body .i-product ul {
  margin: -8px;
}
#index-body .i-product ul li {
  padding: 8px;
}
#index-body .i-product ul li .box {
  border-radius: 10px;
  /*border: 1px solid rgba(0, 0, 0, 0.3);*/
  overflow: hidden;
  background: #fff;
  /*border: 1px solid #f0f0f0;*/
  box-shadow: 0 0 10px 0 rgb(0 0 0 / 10%);
  padding: 20px;
}
#index-body .i-product ul li .box .img-box {
  background-color: white;
}
#index-body .i-product ul li .text {
  padding: 10px 0;
  font-size: 20px;
  text-align: center;
}
#index-body .i-product ul li .text .t1 {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
}
#index-body .i-product ul li .text .st {
  opacity: 0.6;
  font-size: 16px;
}
#index-body .i-product ul li .text .more {
  margin: 0 auto;
}
#index-body .i-product ul li .box h5 {
  text-align: center;
  font-size: 18px;
  background-color: #eeeeee;
  padding: 18px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  min-height: 90px;
  line-height: 2;
}
#index-body .i-product ul li .box:hover h5 {
  background-color:  var(--color);
  color: white;
}
#index-body .i-product .btn {
  text-align: center;
  margin-top: 20px;
}
#index-body .i-product .btn a {
  display: inline-block;
  width: 48px;
  height: 48px;
  border-radius: 100%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 48px;
  text-align: center;
  margin: 0 13px;
  font-size: 20px;
}
#index-body .i-product .btn a:hover {
  background-color:  var(--color);
  color: white;
}
@media screen and (max-width: 1680px) {
  #index-body .i-product ul li .text {
    font-size: 16px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-product ul li .box h5 {
    font-size: 16px;
  }
}
@media screen and (max-width: 1550px) {
  #fullpage .i-about {
    padding-bottom: 80px;
  }
  #fullpage .i-product {
    padding-top: 150px;
  }
}
.resources-page {
  padding: 60px 0 100px;
}
.resources-page .list {
  margin-top: 46px;
}
.resources-page .list .the_head {
  text-align: center;
  height: 88px;
  line-height: 88px;
  background: var(--color1);
  color: #fff;
  /*border-top-left-radius: 8px;
  border-top-right-radius: 8px;*/
}
.resources-page .list .dw-list p {
  letter-spacing: 0;
}
.resources-page .list .the_head .column {
  float: left;
  display: block;
}
.resources-page .list .the_head .column span {
  font-size: 18px;
}
.resources-page .list ul li {
  text-align: center;
}
.resources-page .list ul li a.img-box {
  display: block;
}
.resources-page .list ul li span.h6 {
  font-size: 16px;
  margin-right: 1em;
}
.resources-page .list ul li a.download {
  font-size: 16px;
  text-transform: uppercase;
  flex-shrink: 0;
  width: 207px;
  height: 61px;
  line-height: 61px;
  background: var(--color1);
  color: #fff;
  /*border-radius: 10px;*/
  display: inline-block;
}
.resources-page .list ul li a.download .iconfont {
  font-size: 24px !important;
  margin-left: 17px;
}
.resources-page .list .dw-list li:first-child {
  margin-top: -2px;
}
.resources-page .list .dw-list li:after {
  content: '';
  clear: both;
  width: 0;
  height: 0;
  display: block;
  overflow: hidden;
}
.resources-page .list .dw-list li .column {
  float: left;
  display: block;
  border: 1px solid #cccccc;
  border-top: none;
  border-left: none;
  line-height: 1.5;
  height: 278px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.resources-page .list .dw-list li .column:first-child {
  border-left: 1px solid #cccccc;
}
.resources-page .list .dw-list li .column img {
  max-height: 90%;
  vertical-align: middle;
}
.resources-page .list .dw-list li .tit {
  font-size: 18px;
  color: #000000;
}
.resources-page .list ul li:hover {
  transition: 0.3s ease;
  position: relative;
  z-index: 5;
}
.resources-page .list ul li:hover a.download {
  background: #eee;
  color: var(--color);
  border-color: var(--color);
}
@media screen and (max-width: 1000px) {
  .resources-page .list .dw-list li {
    display: flex;
  }
  .resources-page .list .dw-list li .column {
    line-height: normal;
    display: flex;
    align-items: center;
    justify-content: center;
    height: auto;
  }
  .resources-page .list .dw-list li .column {
    border: none;
  }
  .resources-page .list .dw-list li .column:first-child {
    border: none;
  }
  .resources-page .list .dw-list li .dwbtn {
    margin: 20px auto 0;
  }
  .resources-page .list .dw-list li {
    padding-bottom: 30px;
    border-bottom: 1px dotted #eee;
  }
}
@media screen and (max-width: 700px) {
  .resources-page .list .dw-list {
    width: 100%;
  }
  .resources-page .list .dw-list li .dwbtn {
    zoom: 0.8;
  }
}
.select-page .content-box {
  padding: 42px 32px;
  background: #f1f1f1;
  border-radius: 8px;
}
.select-page .content-box .search1 {
  margin-top: 0px;
}
.select-page .content-box .search1 form {
  position: relative;
}
.select-page .content-box .search1 input {
  width: 100%;
  height: 50px;
  padding: 0 20px;
  background: white;
  border: none;
  border-radius: 10px;
  font-size: 18px;
}
.select-page .content-box .search1 input[type='submit'] {
  position: absolute;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/search.png) no-repeat center;
}
.video-page {
  padding: 6% 0;
  background: #f6f6f6;
}
.video-page .list {
  margin-top: 41px;
}
.video-page .list ul {
  margin: -10px;
}
.video-page .list ul li {
  padding: 10px;
}
.video-page .list ul p {
  letter-spacing: 0;
}
.video-page .list ul li .ig {
  background-color: #fff;
  border-radius: 15px;
}
.video-page .list ul li .ig .img {
  position: relative;
}
.video-page .list ul li .ig .img::before,
.video-page .list ul li .ig .img::after {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.video-page .list ul li .ig .img::after {
  content: '';
  color: #fff;
  font-size: 0;
  display: block;
  width: 100px;
  height: 100px;
  text-align: center;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  overflow: hidden;
  background-clip: content-box;
  background: url('../images/icon-video.png') center center no-repeat;
  background-size: 100%;
}
.video-page .list ul li .ig .img::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transition: 0.5s;
  width: 100px;
  height: 100px;
  border: dashed 2px #fff;
  border-radius: 50%;
  z-index: 2;
}
.video-page .list ul li .ig .text {
  padding: 45px;
}
.video-page .list ul li .ig .text p {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  transition: 0.4s;
  font-size: 20px;
  line-height: 1.5;
  /*min-height: 60px;*/
  text-align: center;
}
.video-page .list ul li .ig:hover {
  background-color: rgb(0 0 0 / 12%);
}
.video-page .list ul li .ig:hover .img::before {
  -webkit-animation: xz 5s linear infinite;
  -moz-animation: xz 5s linear infinite;
  animation: xz 5s linear infinite;
  border-color: var(--color);
}

@media screen and (max-width: 1280px) {
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 70px;
    height: 70px;
  }
  .video-page .list ul li .ig .text {
    padding: 30px 20px 21px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 18px;
  }
}
@media screen and (max-width: 1000px) {
  .video-page .list ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px) {
  .video-page .list {
    margin-top: 20px;
  }
  .video-page .list ul li .ig .text {
    padding: 20px;
  }
  .video-page .list ul li .ig .text p {
    font-size: 16px;
  }
  .video-page .list ul li .ig .img::before,
  .video-page .list ul li .ig .img::after {
    width: 50px;
    height: 50px;
  }
}
@media screen and (max-width: 500px) {
  .video-page .list ul li {
    width: 100% !important;
  }
}
.inner-page .title {
  font-size: 30px;
  margin-top: 30px;
}
.solution-page {
  padding: 100px 0;
  background: #f6f6f6;
}
.solution-page .solution-1 .navlist {
  display: flex;
  flex-wrap: wrap;
  font-size: 20px;
}
.solution-page .solution-1 .navlist a {
  margin-right: 30px;
}
.solution-page .solution-1 .navlist a:hover {
  text-decoration: underline;
}
.solution-page .solution-1 .content .item {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.solution-page .solution-1 .content .item.hide {
  display: none;
}
.solution-page .solution-1 .content .item .left {
  width: 50%;
  padding-left: 200px;
  padding-top: 120px;
  padding-right: 40px;
}
.solution-page .solution-1 .content .item:nth-child(2n) .left {
  padding: 120px 200px 0 40px;
}
.solution-page .solution-1 .content .item:nth-child(2n) .left ul {
  transform: translateX(-20%);
}
.solution-page .solution-1 .content .item .left .cont {
  font-size: 16px;
  line-height: 1.5;
  margin: 50px 0 50px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
.solution-page .solution-1 .content .item .right {
  width: 50%;
}
.solution-page .solution-1 .content .item .left ul {
  background-color: rgba(255, 255, 255, 0.8);
  padding: 40px 20px;
  border-radius: 5px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  width: 120%;
}
.solution-page .solution-1 .content .item .left ul {
  max-width: 100% !important;
}
.solution-page .solution-1 .content .item .left ul li {
  width: 33%;
  border-right: 1px solid #000;
  text-align: center;
  padding: 0 15px;
  font-size: 20px;
}
.solution-page .solution-1 .content .item .left ul li img {
  margin-bottom: 10px;
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
}
.solution-page .solution-1 .content .item .left ul li:hover img {
  -webkit-transition: 0.5s all;
  -moz-transition: 0.5s all;
  transition: 0.5s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.solution-page .solution-1 .content .item .left ul li:last-child {
  border-right: none;
}
.solution-page .solution-1 .content .item2 .left ul li {
  width: 25%;
}
.solution-page .content {
  margin-top: 50px;
}
@media screen and (max-width: 1680px) {
  .inner-page .title {
    font-size: 35px;
  }
  .solution-page .solution-1 .content .item .left {
    padding: 100px 20px 0 120px;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 100px 120px 0 20px;
  }
}
@media screen and (max-width: 1440px) {
  .inner-page .title {
    font-size: 30px;
  }
  .solution-page .solution-1 .content .item .left {
    padding: 80px 20px 0 80px;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 80px 80px 0 20px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .title {
    font-size: 30px;
  }
  .solution-page .solution-1 .content .item .left {
    padding: 40px 20px 0 40px;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 40px 40px 0 20px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .title {
    font-size: 28px;
  }
  .solution-page .solution-1 .content .item .left {
    padding: 30px 20px 0 30px;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 30px 30px 0 20px;
  }
  .solution-page .solution-1 .content .item .left .cont {
    margin: 20px 0;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .right {
    width: 100%;
  }
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .inner-page .title {
    font-size: 26px;
  }
  .solution-page .solution-1 .content .item .left {
    padding: 0 15px;
    width: 100%;
    margin-bottom: 30px;
  }
  .solution-page .solution-1 .content .item .right {
    width: 100%;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left {
    padding: 0 15px;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .right {
    order: 1;
  }

  .solution-page .solution-1 .content .item .left .cont {
    margin: 20px 0;
  }
  .solution-page .solution-1 .content .item .left ul {
    width: 100%;
  }

  .solution-page .solution-1 .content .item {
    margin-bottom: 50px;
  }
  .solution-page .solution-1 .content .item:nth-child(2n) .left ul {
    transform: translate(0);
  }
  .solution-page {
    padding-bottom: 40px;
  }
  .about-page .about-2 .top .play {
    zoom: 0.6;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .title {
    font-size: 25px;
  }
  .solution-page .solution-1 .content .item .left ul li {
    width: 50%;
    margin-bottom: 20px;
    border: none;
  }
  .solution-page .solution-1 .content .item .left ul li:first-child {
    border-right: 1px solid #000;
  }
  .about-page .about-5 {
    padding: 50px 0;
  }
}

#index-body .i-news {
  padding: 100px 0 130px;
}
#index-body .i-news {
  padding-top: 50px;
  background: #eee;
}
#index-body .i-news .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: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  flex-wrap: wrap;
  padding-bottom: 30px;
  margin-bottom: 35px;
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
}
#index-body .i-news .list {
  /*border-bottom: 1px solid rgba(0, 0, 0, 0.2);*/
  padding-bottom: 45px;
}
#index-body .i-news ul {
  margin: -20px;
}
#index-body .i-news ul li {
  padding: 20px;
}
#index-body .i-news ul li .img-box {
  border-radius: 5px;
}
#index-body .i-news ul li .img-box img {
  border-radius: inherit;
}
#index-body .i-news ul li .content {
  padding: 10px 20px;
}
#index-body .i-news ul li .content .time {
  color:  var(--color);
  font-style: italic;
}
#index-body .i-news ul li .content .time img {
  display: inline-block;
  vertical-align: bottom;
  margin-right: 8px;
}
#index-body .i-news ul li .content h5 {
  font-size: 18px;
  font-weight: 600;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin: 8px 0 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 2;
}
#index-body .i-news ul li .content .text {
  font-size: 16px;
  line-height: 2;
  margin-bottom: 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}
#index-body .i-news ul li .content .arrow img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-news ul li .content .arrow:hover img {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .i-news ul li:hover h5 {
  color:  var(--color);
}
#index-body .i-news ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: -50px;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .i-news ul.slick-dots li {
  width: 15px;
  height: 15px;
  border-radius: 100%;
  background-color: #e5e5e5;
  margin: 0 15px;
  padding: 0;
}
#index-body .i-news ul.slick-dots li button {
  display: none;
}
#index-body .i-news ul.slick-dots li.slick-active {
  background-color:  var(--color);
}
.prodet-page {
  position: relative;
  margin-bottom: 80px;
}
.prodet-page .prodet-1 {
  /*background: #eee;*/
  padding-top: 120px;
}
.prodet-page .prodet-1 .box {
  margin: -15px;
}
.prodet-page .prodet-1 .right {
  padding: 15px;
}
.prodet-page .prodet-1 .right .small {
  text-align: left;
  margin-top: 40px;
}
.prodet-page .prodet-1 .right .txtcontent {
  line-height: 2;
  max-height: 280px;
  overflow: auto;
}
.prodet-page .prodet-1 .right .txtcontent ul li.active em {
  display: block;
}
.prodet-page .prodet-1 .right .txtcontent ul li strong {
  display: block;
  font-size: 22px;

  padding: 0 20px;
  position: relative;
  cursor: pointer;
}
.prodet-page .prodet-1 .right .txtcontent ul li strong::before {
  content: '\f105';
  font-family: FontAwesome;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-1 .right .txtcontent ul li.active strong::before {
  content: '\f107';
}
.prodet-page .prodet-1 .right .txtcontent ul li em {
  font-size: 16px;
  margin-top: 15px;
  padding: 0 20px;
  display: none;
  line-height: 2;
}
.prodet-page .prodet-1 .left {
  padding: 15px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.prodet-page .prodet-1 .left .gallery-thumb {
  width: 20%;
  display: inline-block;
}
.prodet-page .prodet-1 .left .gallery-thumb ul {
  margin: -4px;
}
.prodet-page .prodet-1 .left .gallery-thumb ul li {
  padding: 4px;
}
.prodet-page .prodet-1 .left .gallery-thumb ul li a {
  background: #ededed;
  display: block;
}
.prodet-page .prodet-1 .left .big {
  width: 80%;
  display: inline-block;
  padding-left: 8px;
  position: relative;
}
.prodet-page .prodet-1 .left .big ul {
  height: 100%;
}
.prodet-page .prodet-1 .left .big ul .slick-list,
.prodet-page .prodet-1 .left .big ul .slick-track {
  height: 100%;
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide > div {
  height: 100%;
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li {
  height: 100%;
}
.prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li img {
  height: 100%;
  object-fit: cover;
}
.prodet-page .prodet-1 .left .big .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  cursor: pointer;
}
.prodet-page .prodet-1 .small ul {
  margin: -30px;
}
.prodet-page .prodet-1 .small ul li {
  padding: 30px;
}
.prodet-page .prodet-1 .small img {
  border: 1px solid #dadada;
  cursor: pointer;
}
.prodet-page .prodet-1 a.contact {
  display: inline-block;
  width: 200px;
  line-height: 50px;
  text-align: center;
  color: var(--color2);
  background-color: var(--color1);
  /*border-radius: 25px;*/
  margin-right: 20px;
  transition: 0.5s ease;
  margin-bottom: 20px;
}
.prodet-page .prodet-1 a.contact:hover {
  background: var(--color);
  color: #fff;
}
.prodet-page .prodet-1 .share {
  display: inline-block;
}
.prodet-page .prodet-1 .share a {
  display: inline-block;
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  border-radius: 50%;
  font-size: 20px;
}
.prodet-page .prodet-1 .share a + a {
  margin-left: 15px;
}
.prodet-page .prodet-1 .share a:nth-child(1) {
  color: #ffffff;
  background-color: #7a7a7a;
}
.prodet-page .prodet-1 .share a:nth-child(2) {
  color: #ffffff;
  background-color: #7a7a7a;
}
.prodet-page .prodet-1 .share a:nth-child(3) {
  color: #ffffff;
  background-color: #7a7a7a;
}
.prodet-page .prodet-3 {
  background: #fbfbfb;
}

.prodet-page .prodet-3 .bottom .item > :nth-child(2) {
  color: var(--color);
}
.prodet-page .prodet-22 {
  /*border-bottom: 1px solid #b7b7b7;*/
  /*position: relative;*/
  position: sticky;
  top: 81px;
  z-index: 18;
  transition: 0.5s;
}
.prodet-page .prodet-22 ul{
  padding-left: 0!important;
}
.prodet-page .prodet-22 .top::-webkit-scrollbar {
  height: 2px;
}
.prodet-page .prodet-22 .top .prev,
.prodet-page .prodet-22 .top .next {
  position: absolute;
  top: 50%;
  cursor: pointer;
  font-size: 25px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.prodet-page .prodet-22 .top .prev {
  left: 0;
  transform: translate(-150%, -50%);
}
.prodet-page .prodet-22 .top .next {
  right: 0;
  transform: translate(150%, -50%);
}
.prodet-page .prodet-22 .top {
  overflow-x: auto;
  margin-bottom: 50px;
}
.prodet-page .prodet-22 .top ul {
  display: flex;
  align-items: center;
  /*flex-wrap: wrap;*/
  background: #fff;
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  /*min-width: 2000px;*/
  background: #eee;
}
.prodet-page .prodet-22 .top li {
  padding: 5px 20px;
  background: var(--color1);
  display: block;
  font-size: 20px;
  /*font-weight: bold;*/
  cursor: pointer;
  transition: 0.5s;
  line-height: 60px;
  border-right: 1px solid #eee;
  width: 20%;
  text-align: center;
  white-space: nowrap;
  color: var(--color);
}
.prodet-page .prodet-22 .top.active li {
  font-size: 18px;
  font-weight: 400;
}
.prodet-page .prodet-22 .top.active {
  background: #eee;
}
.prodet-page .prodet-22 .top li:last-child {
  border: none;
}
.prodet-page .prodet-2 .bottom .item {
  display: none;
  /*font-size: 20px;*/
}
.prodet-page .prodet-2 .bottom .item.active {
  display: block;
}
.prodet-page .prodet-2 .bottom .item p img {
  width: 100%;
}
.prodet-page .prodet-2 h3 {
  font-size: 24px;
  font-weight: bold;
  background:  var(--color);
  color: white;
  padding: 15px;
  text-transform: capitalize;
}
.prodet-page .prodet-2 .bottom .item ol {
  list-style-type: none !important;
  padding-left: 0;
}
.prodet-page .prodet-2 .bottom .item ol li {
  list-style-type: none !important;
  padding-left: 0;
}
.prodet-page .prodet-2 .bottom .item ol {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 54px 0;
  border-bottom: 1px #cbcbcb dashed;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .bottom .item ol li {
  width: 50%;
  /*padding: 0 20px*/
}
.prodet-page .prodet-2 .bottom .item ol li:first-child {
  padding-right: 20px;
}
.prodet-page .prodet-2 .bottom .item ol li img {
  width: 100%;
}
.prodet-page .prodet-22 .top li.active,
.prodet-page .prodet-2 .top li:hover {
  background:  var(--color);
  color: white;
}
.prodet-page .prodet-2 .bottom strong span {
  font-size: inherit !important;
}
.prodet-page .prodet-3 ul {
  margin: -18px;
}
.prodet-page .prodet-3 ul li {
  padding: 18px;
}
.prodet-page .prodet-3 img {
  border: 1px solid #dadada;
}

.prodet-page .prodet-3 .arrow {
  font-size: 20px;
  width: 37px;
  height: 44px;
  line-height: 44px;
  background-color: #e3e3e3;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-3 .arrow_l {
  left: -60px;
}
.prodet-page .prodet-3 .arrow_r {
  right: -60px;
}

.prodet-page .prodet-4 .grid-box {
  margin: -15px;
}
.prodet-page .prodet-4 .left {
  padding: 15px;
}

.prodet-page .prodet-4 .right {
  padding: 15px;
}

.prodet-page .prodet-4 .right .text {
  margin-top: 50px;
}
.prodet-page .prodet-4 table td,
.prodet-page .prodet-4 table th {
  border: none;
  padding: 15px 5px;
}
.prodet-page .prodet-4 table tr td:nth-child(1) {
  width: 30% !important;
}
.prodet-page .prodet-4 table tr td:nth-child(2) {
  width: 30% !important;
}
.prodet-page .prodet-4 table tr td:nth-child(3) {
  width: 40% !important;
}

.prodet-page .prodet-5 video {
  width: 100%;
}
.prodet-page .prodet-5 .play {
  width: 96px;
  height: 96px;
  line-height: 96px;
  border-radius: 100%;
  text-align: center;
  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%);
  background: rgba(255, 255, 255, 0.71);
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-5 .play img {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  left: 5px;
}
.prodet-page .prodet-5 .play::before {
  width: 100%;
  height: 100%;
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  border-radius: inherit;
  background: rgba(255, 255, 255, 0.25);
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  z-index: -1;
}
.agent-page .init-1 {
  padding: 90px 0;
}
.agent-page .init-2 {
  padding: 70px 0;
}
.agent-page .contact-page {
  padding-bottom: 70px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;
  color:  var(--color);
  /*text-transform: uppercase;*/
}
.agent-page .init-1 .container .left .des {
  margin-top: 10px;
}
.agent-page .init-1 .container .left .tips_2 {
  margin-top: 30px;
}
.agent-page .init-1 .container .left .mail_c div {
  display: inline-block;
  vertical-align: middle;
}
.agent-page .init-1 .container .left .mail_c .img {
  width: 60px;
  height: 60px;
  background-color: #fff;
  border-radius: 50%;
  text-align: center;
  padding-top: 20px;
}
.agent-page .init-1 .container .left .mail_c .img img {
  width: 36px;
}
.agent-page .init-1 .container .left .mail_c .text {
  /* margin-left: 20px; */
  color:  var(--color);
  font-weight: 600;
  font-size: 34px;
}
.agent-page .init-1 .container .right {
  vertical-align: middle;
}
.agent-page .init-1 .container .right img {
  width: 100%;
}
.agent-page .init-2 img {
  width: 100%;
}
.agent-page .init-3 {
  padding: 90px 0;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;
  color:  var(--color);
  /*text-transform: uppercase;*/
  text-align: center;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;
  text-align: center;
  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c .list {
  display: inline-block;
  margin-right: 60px;
  margin-top: 10px;
}
.agent-page .init-3 .container .title_c .list .r {
  color:  var(--color);
}
.agent-page .init-3 .container .des {
  margin: 20px auto;
  /*width: 1390px;*/
}
.agent-page .init-4 .container .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.agent-page .init-4 .container form input,
.agent-page .init-4 .container form textarea {
  margin-top: 30px;
  width: 100%;
  background: #fff;
  border: 1px solid #d9d9d9;
  padding: 12px 60px;
  background-repeat: no-repeat;
  font-size: 16px;
  -o-background-size: 26px auto;
  background-size: 26px auto;
  background-position: 20px 12px;
}
.agent-page .init-4 .container form .name,
.agent-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.agent-page .init-4 .container form .mail {
  margin-left: 50px;
}
.agent-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;

  font-weight: 600;
  text-transform: uppercase;
}
@media (max-width: 1000px) {
  .agent-page .init-1 {
    padding-top: 50px;
  }
  .agent-page .init-2 {
    padding-top: 40px;
  }
  .agent-page .contact-page {
    padding-bottom: 40px;
  }
  .agent-page .init-1 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .agent-page .init-1 .container .right {
    margin-top: 40px;
    width: 100%;
  }
  .agent-page .init-3 .container .tips {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c {
    text-align: center;
  }
  .agent-page .init-3 .container .title_c .list {
    margin: 10px 0 0 0;
  }
  .agent-page .init-4 .container {
    text-align: center;
  }
  .prodet-page .prodet-2 .bottom .item ol li {
    width: 100%;
  }
  .prodet-page .prodet-2 .bottom .item ol:nth-child(even) li:nth-child(1) {
    order: 2;
  }
  /*.prodet-page .prodet-2 .bottom .item:nth-child(even) ol li:nth-child(2){
order: 2
}*/
  .prodet-page .prodet-2 .bottom .item ol:nth-child(even) li:nth-child(2) {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-2 .bottom .item ol:nth-child(odd) li:nth-child(1) {
    margin-bottom: 30px;
  }
  .prodet-page .prodet-22{
    position: unset;
  }
  .prodet-page .prodet-22 .top ul {
    flex-wrap: wrap;
  }
  .prodet-page .prodet-22 .top li {
    width: 33%;
  }
  .prodet-page .prodet-22 .top li {
    font-size: 14px;
    line-height: 40px;
  }
  .service-page .service-2 .bottom .img {
    width: 100%;
  }
  /*.grid-box.three>.column{
  width: 50%
}*/
  .resources-page .list .the_head {
    display: none;
  }
  /*.resources-page .list .dw-list li .tit {
    display: none;
  }*/
  .resources-page .list .dw-list li .img {
    width: 100%;
  }
  .resources-page .list .dw-list li {
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    flex-wrap: wrap;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li {
    height: auto;
    padding: 30px 20px 40px;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li > img {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .news-page .newsList {
    padding-right: 0;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right {
    padding-left: 0;
    margin-left: 0;
    border: none;
  }
  .prodet-page .prodet-22 .top {
    top: 60px;
  }
}
@media (max-width: 700px) {
  .prodet-page .prodet-22 .top li {
    width: 50%;
  }
  .inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right h3 a {
    font-size: 18px;
    line-height: 1.7;
  }
  .gallery-page ul li {
    padding: 15px 5px;
  }
}
@media (max-width: 500px) {
  .prodet-page .prodet-22 .top li {
    width: 100%;
  }
  .agent-page .init-4 .container form .name {
    width: 100%;
  }
  .agent-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .agent-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
  .agent-page .init-4 .container form textarea {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
  }
}

@media screen and (max-width: 500px) {
  .gallery-page {
    padding: 50px 0;
  }
}

@media screen and (max-width: 1680px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    font-size: 20px;
  }
}
@media screen and (max-width: 1280px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    width: 45%;
    border-top: 1px solid #cccccc;
    padding-top: 30px;
    margin-top: 20px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(1) {
    border: none;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(2) {
    border: none;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:before,
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:after {
    top: 2em;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    font-size: 20px;
  }
  /*.yd-mainbottom ul li .cp-dd .text .t1,*/
  /*.product2-page .product-list ul li .pro-box .text div > a,*/
  #index-body .i-product ul li .text .t1 {
    height: 2.2em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
  }
  .yd-mainbottom .btns {
    display: none;
  }
  .grid-box.two > .column {
    width: 100%;
  }
  .prodet-page .prodet-1 .left .big ul {
    height: 100%;
    width: 100%;
  }
  .prodet-page .prodet-1 .left .big ul .slick-track .slick-slide li img {
    height: 100%;
    width: 100%;
  }
  .inner-banner {
    margin-top: 60px;
  }
}

@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li {
    width: 100%;
    padding-bottom: 50px;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul li:nth-child(2) {
    border-top: 1px solid #cccccc;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content .sol_faq ul {
    padding-left: 20px;
  }
  .inner-banner {
    margin-top: 60px;
  }
  .solution-page .content {
    margin-top: 0;
  }
  .product-page.product2-page .contact-pag,
  .newdet-page .contact-pag {
    padding-top: 0;
  }
  .inner-page.product2-page p span {
    font-size: 24px !important;
  }
  .inner-page .sideBox .sidebar-right .hmvillaelevator1 .zjsinoraypro ol {
    padding: 15px;
  }
  .solution-page,
  .inner-page.product-page.product2-page.mulu {
    padding-top: 30px;
  }
  .inner-banner .mbx .ui.container > div {
    margin-top: 20px;
  }
  #header .nav .ui.menu .logo {
    padding: 18px 0 !important;
  }
  #header {
    margin-bottom: 0 !important;
    position: fixed !important;
  }
  .prodet-page .prodet-1 {
    padding-top: 30px;
  }
  .prodet-page .prodet-1 .right h1 {
    font-size: 26px;
  }
  .prodet-page .prodet-3,
  .about-page .about-3 {
    padding-top: 0;
  }
  .about-page .about-2 {
    padding: 0 0 30px 0;
  }
  .about-page .about-2 .bottom .ui.container,
  .prodet-page .prodet-1 {
    padding-bottom: 20px;
  }
  .inner-page.product-page.product2-page.mulu {
    margin-bottom: 0;
  }
  .m-link div {
    display: block;
  }
  .prodet-page .prodet-1 a.contact {
    width: 120px;
    font-size: 14px;
    line-height: 40px;
  }
  .inner-page.project .sideBox .sidebar-right {
    width: 100%;
  }
  .newdet-page .sidebar-box .sidebar-right .newdet-content h1.n-title {
    font-size: 24px;
  }
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-2 {
    padding: 20px 0;
  }
}


.service #index-body .project {
  display: block;
}
.service #index-body .project .bottom {
  position: relative;
}
.service #index-body .project .bottom .prev,
.service #index-body .project .bottom .next {
  position: absolute;
  top: 50%;
  margin: 0;
}
.service #index-body .project .bottom .prev {
  left: 0;
  transform: translate(-120%, -50%);
}
.service #index-body .project .bottom .next {
  right: 0;
  transform: translate(120%, -50%);
}
.service #index-body .project .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.service #index-body .project .tip .more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.service #index-body .project .tip .more img {
  filter: brightness(0) invert(100);
}
.service #index-body .project .tip .title {
  margin-top: 0;
}
.service .service_download {
  padding: 140px 0 80px;
}
.service .service_download .box {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 160px;
  background: linear-gradient(to bottom, #fff 30%, #eeeeee 30%, #eeeeee 98%, #ffffff 98%);
}
.service .service_download .box .left {
  width: 50%;
}
.service .service_download .box .right {
  width: 50%;
  padding-bottom: 50px;
}
.service .service_download .box .right .title {
  color:  var(--color);
}
.service .service_download .box .right .cont {
  font-size: 18px;
  margin: 80px 0 40px;
}

.service .video {
  background: var(--color);
}
.service .video .bottom .prev,
.service .video .bottom .next {
  width: 46px;
  height: 46px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 13px;
}
.service .video .bottom .prev:hover,
.service .video .bottom .next:hover {
  background-color: #f5f5f5;
  color:  var(--color);
}
.service .video .bottom {
  position: relative;
}
.service .video .bottom .prev,
.service .video .bottom .next {
  position: absolute;
  top: 50%;
  margin: 0;
}
.service .video .bottom .prev {
  left: 0;
  transform: translate(-120%, -50%);
}
.service .video .bottom .next {
  right: 0;
  transform: translate(120%, -50%);
}
.service .video {
  padding: 60px 0;
}
.service .video .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.service .video .tip .more {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.service .video .more img {
  filter: brightness(0) invert(100);
}
.service .video .title {
  color: #ffffff;
}
.service .video .bottom img {
  border-radius: 30px 30px 0 0;
}
.service .video .bottom .tit {
  height: 90px;
  border-radius: 0 0 30px 30px;
  font-size: 20px;
  text-align: center;
  line-height: 90px;
  background: #ffffff;
  font-weight: bold;
}
.service .video .swiper {
  overflow: hidden;
}
.service .video .bottom .img {
  position: relative;
}
.service .video .bottom .play2 {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
  color:  var(--color);
  position: absolute;
  left: 50%;
  top: 50%;
  font-size: 20px;
  transform: translate(-50%, -50%);
}

.service .faq-2 .tip {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-bottom: 50px;
}
.service .faq-2 .title {
  color:  var(--color);
}
.service .faq-2 ul {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
}
.service .faq-2 ul li {
  width: 47%;
}
@media screen and (max-width: 1440px) {
  .service .service_download .box .right {
    padding-left: 50px;
  }
  .service .service_download .box {
    padding: 0 60px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner > img {
    min-height: 300px;
    object-fit: cover;
  }
  .service #index-body .project .tip .title {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .project .bottom .btns {
    display: none;
  }
  .service .video .tip .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .service .video .bottom .btns {
    display: none;
  }
  .service .service_download .box .right {
    padding: 0;
  }
  .service .service_download .box .left {
    width: 100%;
  }
  .service .service_download .box .right {
    width: 100%;
  }
  .service .faq-2 .tip .title {
    width: 100%;
    margin-bottom: 20px;
  }
  .service .service_download .box {
    background: linear-gradient(to bottom, #fff 30%, #eeeeee 30%);
    padding-bottom: 40px;
  }
  .service .faq-2 ul li {
    width: 100%;
  }
  .service.service-page .service-2 .top {
    margin-bottom: 0;
  }
  .service #index-body .project {
    padding: 40px 0;
  }
  .service .service_download {
    padding: 40px 0;
  }
  .service .video .bottom .play2 {
    zoom: 0.7;
  }
  .service .service_download .box .right .cont {
    margin: 30px 0;
  }
}

.newdet-page .sidebar-box .sidebar-right .newdet-content .content table tbody {
  min-width: 0;
}
@media screen and (max-width: 700px) {
  .newdet-page .sidebar-box .sidebar-right .newdet-content .content table tbody {
    min-width: 700px;
  }
}
/*10-24修改*/
.inner-banner {
  padding-top: 87px;
  background: #000;
}
.about-page .about-3 .right ul li h4 {
  cursor: auto;
}
.about-page .about-4 .tab li {
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    padding-top: 0;
  }
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right strong {
  font-weight: 300 !important;
}
.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right p {
  font-weight: 300 !important;
}
.about-page .about-5.about-55 {
  padding: 54px 0 92px;
  background:  var(--color);
}
.about-page .about-5.about-55 h2.title {
  color: #ffffff;
}
.about-page .about-5.about-55 ul li img {
  width: 100%;
}

@media screen and (max-width: 700px) {
  .about-page .about-5.about-55 {
    padding: 34px 0 42px;
  }
  .about-page .about-5.about-55 ul li {
    padding: 5px;
  }
  .about-page .about-5 ul {
    margin: -5px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-5.about-55 {
    padding: 14px 0 42px;
  }
}
.news-page1 .container,
.newdet-page1 .container,
.solution-page1 .container,
.inner-page .container{
  max-width: 1550px;
}
