@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Bold.eot');
  src: url('../fonts/Barlow-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Bold.woff2') format('woff2'), url('../fonts/Barlow-Bold.woff') format('woff'), url('../fonts/Barlow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Light.woff2') format('woff2'), url('../fonts/Barlow-Light.woff') format('woff'), url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-LightItalic.eot');
  src: url('../fonts/Barlow-LightItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-LightItalic.woff2') format('woff2'), url('../fonts/Barlow-LightItalic.woff') format('woff'), url('../fonts/Barlow-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Regular.woff2') format('woff2'), url('../fonts/Barlow-Regular.woff') format('woff'), url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-SemiBold.woff2') format('woff2'), url('../fonts/Barlow-SemiBold.woff') format('woff'), url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BC';
  src: url('../fonts/BarlowCondensed-Bold.eot');
  src: url('../fonts/BarlowCondensed-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Bold.woff2') format('woff2'), url('../fonts/BarlowCondensed-Bold.woff') format('woff'), url('../fonts/BarlowCondensed-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BC';
  src: url('../fonts/BarlowCondensed-Regular.eot');
  src: url('../fonts/BarlowCondensed-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Regular.woff2') format('woff2'), url('../fonts/BarlowCondensed-Regular.woff') format('woff'), url('../fonts/BarlowCondensed-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BC';
  src: url('../fonts/BarlowCondensed-Medium.eot');
  src: url('../fonts/BarlowCondensed-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Medium.woff2') format('woff2'), url('../fonts/BarlowCondensed-Medium.woff') format('woff'), url('../fonts/BarlowCondensed-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BC';
  src: url('../fonts/BarlowCondensed-SemiBold.eot');
  src: url('../fonts/BarlowCondensed-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-SemiBold.woff2') format('woff2'), url('../fonts/BarlowCondensed-SemiBold.woff') format('woff'), url('../fonts/BarlowCondensed-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BC';
  src: url('../fonts/BarlowCondensed-Thin.eot');
  src: url('../fonts/BarlowCondensed-Thin.eot?#iefix') format('embedded-opentype'), url('../fonts/BarlowCondensed-Thin.woff2') format('woff2'), url('../fonts/BarlowCondensed-Thin.woff') format('woff'), url('../fonts/BarlowCondensed-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
.set-position-center {
  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%);
}
.set-display-center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d2 {
  line-height: 1.2;
}
.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: 'Barlow';
  max-width: 1920px;
  --color: #991419;
  --color1: #c50f16;
  --color2: #bc151c;
  --color3: #b80e15;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1690px;
}
.title-font-family {
  font-family: 'BC';
}
.sub-title {
  color: var(--color1);
}
@-webkit-keyframes banner-dots {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes banner-dots {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes banner-dots {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-moz-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.53846154);
    -moz-transform: translate(-50%, -50%) scale(1.53846154);
    transform: translate(-50%, -50%) scale(1.53846154);
  }
}
@-webkit-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@-moz-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.07692308);
    -moz-transform: translate(-50%, -50%) scale(2.07692308);
    transform: translate(-50%, -50%) scale(2.07692308);
  }
}
@-webkit-keyframes about-play {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes about-play {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes about-play {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes application-title {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@-moz-keyframes application-title {
  0% {
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
  }
}
@keyframes application-title {
  0% {
    -webkit-transform: translateX(0%);
    -moz-transform: translateX(0%);
    transform: translateX(0%);
  }
  100% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    transform: translateX(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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-left: 41px;
  padding-right: 43px;
  padding-top: 12px;
  padding-bottom: 12px;
  border: 2px solid var(--color);
  z-index: 1;
}
.public-btn::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -moz-transition: transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -moz-transform 0.3s ease-in-out;
  z-index: -1;
}
.public-btn:hover {
  color: var(--color);
}
.public-btn:hover::after {
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  /*background-color: rgba(0, 0, 0, 0.1);*/
}
/*#header.inner,*/
#header.active {
  padding-top: 5px;
  padding-bottom: 10px;
  /*background-color: rgba(0, 0, 0, 0.1);
  -webkit-backdrop-filter: blur(10px);*/
  /*backdrop-filter: blur(10px);*/
  background-color: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.12);
}
#header .logo{
    transition: .3s;
}
#header.active .logo{
  transform: scale(.85);
  margin-bottom: 0;
}
#header .nav .ui.menu .items .items-top{
  transition: .3s;
}
#header.active .nav .ui.menu .items .items-top{
  margin-bottom: 5px;
  opacity: 0;
}
/*#header.inner .nav .ui.menu .menu-box ul.menu > li, */
#header.active .nav .ui.menu .menu-box ul.menu > li,
/*#header.inner  .nav .ui.menu .items .h-language span,*/
#header.active .nav .ui.menu .items .h-language span{
  color: #000;
}
/*#header.inner .nav .ui.menu .items .h-search>img,*/
#header.active .nav .ui.menu .items .h-search>img{
   filter: invert(0);
}
/*#header.inner .nav .ui.menu .items .line,*/
#header.active .nav .ui.menu .items .line{
  background: #000;
}
/*#header.inner .nav .ui.menu .items .h-language > img,*/
#header.active .nav .ui.menu .items .h-language > img{
  filter: invert(0);
}
#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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
}
#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 {
  margin-right: 3.2em;
  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(--color);
}
#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;
  opacity: 0.8;
}
#header .nav .ui.menu .menu-box ul.menu > li > a:hover {
  opacity: 1;
}
#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: 16px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 220px;
  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;
  padding-top: 8px;
  padding-bottom: 8px;
}
#header .nav .ui.menu .items .line {
  width: 1px;
  height: 19px;
  background-color: #fff;
  opacity: 0.3;
}
#header .nav .ui.menu .items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .items .h-search > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .ui.menu .items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#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;
  z-index: 3;
}
#header .nav .ui.menu .items .h-language > img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#header .nav .ui.menu .items .h-language span {
  color: #fff;
}
#header .nav .ui.menu .items .h-language i {
  color: #fff;
  font-size: 14px;
}
#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;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#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: 100vh;
  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: 10%;
  left: 8.90625%;
  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;
}
#banner ul.slick-dots li {
  position: relative;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  margin-right: 46px;
}
#banner ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 37px;
  height: 37px;
  opacity: 0;
  background: url(../images/banner-dot.png) no-repeat center center;
  background-size: 36px 36px;
  -webkit-animation: banner-dots 5s linear infinite forwards;
  -moz-animation: banner-dots 5s linear infinite forwards;
  animation: banner-dots 5s linear infinite forwards;
  -webkit-animation-play-state: paused;
  -moz-animation-play-state: paused;
  animation-play-state: paused;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  background-color: var(--color);
  margin-right: 83px;
}
#banner ul.slick-dots li.slick-active::after {
  opacity: 1;
  -webkit-animation-play-state: running;
  -moz-animation-play-state: running;
  animation-play-state: running;
}
#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: 15.25%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 680px;
  line-height: 1.1;
}
#index-body .category .top .arrows .prev,
#index-body .category .top .arrows .next {
  width: 64px;
  height: 64px;
  background-color: #f7f8fb;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #000;
}
#index-body .category .top .arrows .prev:hover,
#index-body .category .top .arrows .next:hover {
  background-color: var(--color);
  color: #fff;
}
#index-body .category .category-slick li .slide-box {
  background-color: #f7f8fb;
}
#index-body .category .category-slick li .slide-box .img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#index-body .category .category-slick li .slide-box .title {
  min-height: -webkit-calc(1.2em * 2);
  min-height: -moz-calc(1.2em * 2);
  min-height: calc(1.2em * 2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  line-height: 1.2;
}
#index-body .category .category-slick li .slide-box:hover .img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .category .category-slick li .slide-box:hover .title {
  color: var(--color);
}
#index-body .category hr {
  background-color: #000000;
  opacity: 0.05;
}
#index-body .product .product-slick li .slide-box .img-box{
  border: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .product .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .advantage .right .public-title {
  color: #ffffff;
}
#index-body .advantage .right .advantage-list {
  color: #ffffff;
}
#index-body .advantage .right .advantage-list li:last-child {
  margin-bottom: 0;
}
#index-body .advantage .right .advantage-list li:hover .icon {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}
#index-body .advantage .right .advantage-list .icon {
  width: 55px;
  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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .advantage .right .advantage-list .r-text .title {
  line-height: 1.2;
}
#index-body .advantage .right .advantage-list .r-text .intro {
  min-height: -webkit-calc(1.444em * 2);
  min-height: -moz-calc(1.444em * 2);
  min-height: calc(1.444em * 2);
  max-width: 494px;
}
#index-body .about {
  position: relative;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .top .left .public-title {
  max-width: 580px;
}
#index-body .about .top .right h1 {
  color: var(--color1);
}
#index-body .about .top .right .intro {
  opacity: 0.8;
}
#index-body .about .content a.play {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 123px;
  height: 123px;
}
#index-body .about .content a.play .play-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--color);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
  z-index: 2;
}
#index-body .about .content a.play .play-box .circle-img {
  -webkit-animation: 3.5s about-play linear infinite;
  -moz-animation: 3.5s about-play linear infinite;
  animation: 3.5s about-play linear infinite;
  max-width: 106px;
}
#index-body .about .content a.play .play-box .play1 {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .about .content a.play:before,
#index-body .about .content a.play:after {
  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%);
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 1;
}
#index-body .about .content a.play:before {
  background-color: #fff;
  opacity: 0.6;
  -webkit-animation: 1.5s to-big linear infinite;
  -moz-animation: 1.5s to-big linear infinite;
  animation: 1.5s to-big linear infinite;
}
#index-body .about .content a.play:after {
  background-color: #fff;
  opacity: 0.3;
  -webkit-animation: 1.5s to-big1 linear infinite;
  -moz-animation: 1.5s to-big1 linear infinite;
  animation: 1.5s to-big1 linear infinite;
}
#index-body .about .number-Plus li .data-right .top em {
  color: var(--color2);
}
#index-body .about .number-Plus li .data-right .top .plus {
  line-height: 1;
}
#index-body .about .number-Plus li .data-right .title {
  margin-top: -0.2em;
}
#index-body .about .number-box hr {
  margin-bottom: 0;
  background-color: #3c4698;
  opacity: 0.05;
}
#index-body .advantage1 {
  -webkit-filter: blur(15px);
  filter: blur(15px);
  opacity: 0;
}
#index-body .advantage1 .text-box {
  left: 0;
  top: 0;
  z-index: 2;
}
#index-body .advantage1 .text-box .advantage1-intro {
  opacity: 0.8;
  max-width: 17em;
}
#index-body .advantage1 .text-box .advantage1-text-list li span {
  text-shadow: 0 0 2px #fff;
}
#index-body .advantage1 .content {
  overflow: auto;
}
#index-body .advantage1 .content::-webkit-scrollbar {
  display: none;
}
#index-body .advantage1 .advantage1-list li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .advantage1 .advantage1-list li:nth-child(odd) {
  margin-top: 345px;
}
#index-body .advantage1 .advantage1-list li .img img {
  width: 15em;
}
#index-body .advantage1 .advantage1-list li .text-box1 {
  left: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  z-index: 2;
  max-width: 100%;
}
#index-body .advantage1 .advantage1-list li .text-box1 .order {
  -webkit-transform: translateY(20%);
  -moz-transform: translateY(20%);
  -ms-transform: translateY(20%);
  transform: translateY(20%);
}
#index-body .advantage1 .advantage1-list li .text-box1 .order span {
  color: #000000;
  opacity: 0.1;
  font-size: 3.5em;
  font-weight: 100;
  line-height: 1;
}
#index-body .advantage1 .advantage1-list li .text-box1 .order .span1 {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage1 .advantage1-list li .text-box1 .text-b .icon {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage1 .advantage1-list li .text-box1 .text-b .r-text {
  max-width: 600px;
}
#index-body .advantage1 .advantage1-list li .text-box1 .text-b .r-text .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage1 .advantage1-list li .text-box1 .text-b .r-text .intro {
  line-height: 1.555;
  max-height: calc(1.555em * 3);
  overflow-y: auto;
}
#index-body .advantage1 .advantage1-list li:hover .text-box1 .order .span1 {
  color: var(--color);
  opacity: 0.7;
}
#index-body .advantage1 .advantage1-list li:hover .text-box1 .text-b .icon {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
#index-body .advantage1 .advantage1-list li:hover .text-box1 .text-b .title {
  color: var(--color1);
}
#index-body .application-title {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  margin-left: -100%;
}
#index-body .application-title li {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 50%;
  -webkit-animation: 14s application-title linear infinite;
  -moz-animation: 14s application-title linear infinite;
  animation: 14s application-title linear infinite;
}
#index-body .application {
  background-color: #2d2d2d;
  margin-top: -1.7em;
  z-index: 2;
}
#index-body .application .application-slick li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  padding-bottom: 38px;
}
#index-body .application .application-slick li .slide-box .img-box {
  border-radius: 10px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-slick li .slide-box .bottom {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}
#index-body .application .application-slick li .slide-box .bottom .title {
  color: #fff;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .application .application-slick li .slide-box .bottom .line {
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 1px;
  background-color: #fff;
  width: 5.2em;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
}
#index-body .application .application-slick li .slide-box:hover .img-box {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .application .application-slick li .slide-box:hover .bottom {
  border-color: transparent;
}
#index-body .application .application-slick li .slide-box:hover .bottom .title {
  opacity: 1;
}
#index-body .application .application-slick li .slide-box:hover .bottom .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}
#index-body .application .application-slick .slick-slide:nth-child(even) li .slide-box {
  -webkit-transform: translateY(38px);
  -moz-transform: translateY(38px);
  -ms-transform: translateY(38px);
  transform: translateY(38px);
}
#index-body .news .left .intro {
  opacity: 0.75;
  max-width: 510px;
}
#index-body .news .left .news-titles-list li {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  cursor: pointer;
}
#index-body .news .left .news-titles-list li:hover,
#index-body .news .left .news-titles-list li.active {
  color: var(--color3);
}
#index-body .news .left .public-btn::after {
  background-color: var(--color3);
}
#index-body .news .right .slick-item {
  display: none;
}
#index-body .news .right .slick-item.active {
  display: block;
}
#index-body .news .news-slick {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .news .news-slick li .slide-box {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
#index-body .news .news-slick li .slide-box .date {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .news .news-slick li .slide-box .date img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .date span {
  font-style: italic;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  min-height: -webkit-calc(1.2em * 2);
  min-height: -moz-calc(1.2em * 2);
  min-height: calc(1.2em * 2);
  line-height: 1.2;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  min-height: -webkit-calc(1.5555em * 2);
  min-height: -moz-calc(1.5555em * 2);
  min-height: calc(1.5555em * 2);
  opacity: 0.75;
}
#index-body .news .news-slick li .slide-box .news-btn {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 56px;
  height: 56px;
  border: solid 1px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .news .news-slick li .slide-box .news-btn .arrow-box {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-100%, -50%);
  -moz-transform: translate(-100%, -50%);
  -ms-transform: translate(-100%, -50%);
  transform: translate(-100%, -50%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  transform-origin: right center;
}
#index-body .news .news-slick li .slide-box .news-btn img {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  max-width: 44px;
  position: relative;
  right: 0;
}
#index-body .news .news-slick li .slide-box:hover .date img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
#index-body .news .news-slick li .slide-box:hover .date span {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box:hover .title {
  color: var(--color3);
}
#index-body .news .news-slick li .slide-box:hover .news-btn {
  border-color: var(--color3);
  background-color: var(--color3);
}
#index-body .news .news-slick li .slide-box:hover .news-btn img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .news .news-slick li .slide-box:hover .news-btn .arrow-box {
  width: 30px;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#index-body .index-form .public-title {
  color: #ffffff;
}
#index-body .index-form .form-intro {
  line-height: 1.55555556;
  opacity: 0.75;
  max-width: 769px;
  margin-left: auto;
  margin-right: auto;
  color: #ffffff;
}
#index-body .index-form form img {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .index-form form .form-list li:nth-child(1) {
  width: 24%;
}
#index-body .index-form form .form-list li:nth-child(1) input {
  padding-left: 45px;
  background-image: url('../images/form-name.png');
  background-position: 15px center;
  background-repeat: no-repeat;
}
#index-body .index-form form .form-list li:nth-child(2) {
  width: 30%;
}
#index-body .index-form form .form-list li:nth-child(2) input {
  padding-left: 57px;
  background-image: url('../images/form-mail.png');
  background-position: 20px center;
  background-repeat: no-repeat;
}
#index-body .index-form form .form-list li:nth-child(3) {
  width: 38%;
}
#index-body .index-form form .form-list li:nth-child(3) input {
  padding-left: 44px;
  background-image: url('../images/form-content.png');
  background-position: 16px center;
  background-repeat: no-repeat;
}
#index-body .index-form form .form-list li input {
  background: none;
  border: none;
  background-color: rgba(255, 255, 255, 0.3);
  height: 60px;
  color: #fff;
}
#index-body .index-form form .form-list li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#index-body .index-form form .form-list li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#index-body .index-form form .form-list li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#index-body .index-form form .form-list li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#index-body .index-form form .form-list li input::placeholder {
  color: rgba(255, 255, 255, 0.4);
}
#index-body .index-form form .form-list li:last-child {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 196px;
}
#index-body .index-form form .form-list li:last-child .submit {
  height: 55px;
  width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#footer {
  background-color: #efefef;
}
#footer .f-top .left .items-text {
  margin-left: -1.2em;
  font-style: italic;
}
#footer .f-top .social-account li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px rgba(94, 94, 94, 0.2);
  color: rgba(94, 94, 94, 0.2);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-top .social-account li a:hover {
  border-color: var(--color);
  color: var(--color);
}
#footer hr {
  background-color: #000000;
  opacity: 0.1;
}
#footer .f-content dl.dl-margin-l-r {
  margin-left: 5px;
  margin-right: 5px;
}
#footer .f-content dl dt {
  color: var(--color);
}
#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(--color);
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  width: 25px;
  height: 27px;
  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-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#footer .f-content dl.f-contact .f-contact-list li span {
  max-width: 330px;
  line-height: 1.52941176;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 142px;
  border: 8px solid #fff;
  border-radius: 8px;
}
#footer .f-content dl.f-product ul li:nth-child(1),
#footer .f-content dl.f-product ul li:nth-child(4),
#footer .f-content dl.f-product ul li:nth-child(7) {
  min-width: 221px;
}
#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;
  background-color: #e1e1e1;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #5e5e5e;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 29px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #5e5e5e;
}
#footer .f-copy svg text {
  fill: #5e5e5e;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg text:last-child {
  fill: #975659;
  text-decoration: underline;
}
#footer .f-copy svg path {
  fill: #975659;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.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;
}
.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: 1450px) {
  .public-title {
    font-size: 45px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 35px;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #banner {
    margin-top: 60px;
  }
   #banner .banner-slick li .content .text-box h2,
  #banner .banner-slick li .content .text-box p{
    text-shadow: 0 0 2px rgba(0, 0, 0, 1);
  }
  #index-body .advantage1 {
    -webkit-filter: blur(0);
    filter: blur(0);
    opacity: 1;
  }
  #index-body .advantage1 .advantage1-list li:nth-child(odd) {
    margin-top: 0;
  }
  #index-body .advantage1 .text-box {
    position: static;
    margin-bottom: 20px;
  }
  #index-body .advantage1 .advantage1-list {
    margin-left: 0;
  }
  #index-body .advantage1 .advantage1-list li {
    margin-bottom: 25px;
    -webkit-flex-shrink: 1;
    -ms-flex-negative: 1;
    flex-shrink: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
  }
  #index-body .advantage1 .advantage1-list li .img img {
    width: auto;
  }
  #index-body .advantage1 .advantage1-list li .img {
    width: 50%;
  }
  #index-body .advantage1 .advantage1-list li .text-box1 {
    position: static;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
    width: 50%;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .index-form form .form-list li:nth-child(1),
  #index-body .index-form form .form-list li:nth-child(2),
  #index-body .index-form form .form-list li:nth-child(3),
  #index-body .index-form form .form-list li:last-child {
    width: 49%;
    padding-right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .number-Plus{
    justify-content: flex-start;
  }
  #index-body .about .number-Plus li{
    width: 50%;
  }
  #index-body .advantage .right .advantage-list .r-text .title,
  #index-body .advantage .right .advantage-list .r-text .intro {
    text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  }
  #index-body .about .content a.play {
    zoom: 0.5;
  }
  #footer .f-content dl {
    padding-top: 10px;
    padding-bottom: 10px;
  }
}
@media screen and (max-width: 700px) {
  .public-title {
    font-size: 26px;
  }
  .mobile-display-none {
    display: none;
  }
  .flex-wrap-700 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .public-btn {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #banner .banner-slick li {
    height: 300px;
  }
  #banner .banner-slick li > img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
  #index-body .category .top .arrows {
    display: none;
  }
  #index-body .about .number-Plus li .top em {
    font-size: 30px;
  }
  .number-Plus li {
    width: 100%;
  }
  #index-body .about .number-Plus li .top .t-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -moz-box-orient: horizontal;
    -moz-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
  }
  #index-body .advantage1 .advantage1-list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .advantage1 .content .content-box {
    margin-left: 15px;
  }
  #index-body .advantage1 .advantage1-list li .img,
  #index-body .advantage1 .advantage1-list li .text-box1 {
    width: 100%;
  }
  #index-body .application {
    margin-top: 0;
  }
  #index-body .advantage1 .text-box {
    padding-right: 15px;
  }
  #index-body .index-form form .form-list li:nth-child(1),
  #index-body .index-form form .form-list li:nth-child(2),
  #index-body .index-form form .form-list li:nth-child(3),
  #index-body .index-form form .form-list li:last-child {
    width: 100%;
  }
  #index-body .index-form form .form-list li input,
  #index-body .index-form form .form-list li:last-child .submit {
    height: 40px;
  }
  #index-body .news .news-slick li .slide-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .news .news-slick li .slide-box .center {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  #index-body .news .news-slick li .slide-box .news-btn {
    zoom: 0.7;
  }
  #footer .f-top .left .items-text {
    margin-left: 15px;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-copy .copy {
    display: block;
  }
  #footer .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .fixed-toolbar {
    right: 5px;
  }
  .fixed-toolbar ul li {
    zoom: 0.8;
  }
  .fixed-toolbar ul li.code {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  .public-title {
    font-size: 22px;
  }
  #index-body .about .number-Plus li{
    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>*!
}*/
@media screen and (max-width: 700px) {
  #banner .font-14,
  #index-body .font-14,
  #footer .font-14,
  #banner .font-15,
  #index-body .font-15,
  #footer .font-15,
  #banner .font-16,
  #index-body .font-16,
  #footer .font-16,
  #banner .font-17,
  #index-body .font-17,
  #footer .font-17,
  #banner .font-18,
  #index-body .font-18,
  #footer .font-18,
  #banner .font-19,
  #index-body .font-19,
  #footer .font-19,
  #banner .font-20,
  #index-body .font-20,
  #footer .font-20,
  #banner .font-21,
  #index-body .font-21,
  #footer .font-21,
  #banner .font-22,
  #index-body .font-22,
  #footer .font-22,
  #banner .font-23,
  #index-body .font-23,
  #footer .font-23,
  #banner .font-24,
  #index-body .font-24,
  #footer .font-24,
  #banner .font-25,
  #index-body .font-25,
  #footer .font-25,
  #banner .font-26,
  #index-body .font-26,
  #footer .font-26,
  #banner .font-27,
  #index-body .font-27,
  #footer .font-27,
  #banner .font-28,
  #index-body .font-28,
  #footer .font-28,
  #banner .font-29,
  #index-body .font-29,
  #footer .font-29,
  #banner .font-30,
  #index-body .font-30,
  #footer .font-30,
  #banner .font-31,
  #index-body .font-31,
  #footer .font-31,
  #banner .font-32,
  #index-body .font-32,
  #footer .font-32 {
    line-height: 28px !important;
  }
  .font-21,
  .font-22 {
    font-size: 16px;
  }
  .font-22,
  .font-23,
  .font-24,
  .font-25 {
    font-size: 18px;
  }
  .font-26,
  .font-27,
  .font-28,
  .font-29 {
    font-size: 20px;
  }
  .font-30,
  .font-31,
  .font-32,
  .font-33,
  .font-34,
  .font-35,
  .font-36,
  .font-37,
  .font-38,
  .font-39,
  .font-40 {
    font-size: 22px;
  }
  .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;
}
/*内页*/
/* 栅格 */
.product-wrapper-bg{
  background: #f5f5f5;
}
.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.55%;
}
.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%;
    }
}
.btns a {
  display: inline-block;
  vertical-align: middle;
  line-height: 42px;
  border: 1px solid var(--color);
  color: white;
  background-color: var(--color);
  text-align: center;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
.btns a span {
  display: inline-block;
  vertical-align: top;
}
.btns a svg {
  display: inline-block;
  vertical-align: top;
}
.btns a.on {
  background-color: transparent;
  color: var(--color);
}
.btns a.play {
  padding: 0;
  width: 42px;
  font-family: FontAwesome;
}
.btns a:hover {
  color: white;
  background-color: black;
}
.baseTit {
  font-size: 70px;
}
.baseTit::before {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 5px;
  background-color: var(--color);
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--color)), to(var(--color1)));
  background-image: -webkit-linear-gradient(var(--color), var(--color1));
  background-image: -moz-linear-gradient(var(--color), var(--color1));
  background-image: linear-gradient(var(--color), var(--color1));
}
.transition_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
.img_sca {
  overflow: hidden;
  display: block;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.more_cont {
  overflow: hidden;
  position: relative;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
}
.more_cont span,
.more_cont i {
  position: relative;
  z-index: 2;
}
.more_cont::before {
  background-color: var(--color);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  z-index: 1;
}
.more_cont:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.sca_ani {
  -webkit-animation: sca_ani 2s linear infinite;
  -moz-animation: sca_ani 2s linear infinite;
  -o-animation: sca_ani 2s linear infinite;
  animation: sca_ani 2s linear infinite;
}

@-webkit-keyframes sca_ani {
  0% {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-moz-keyframes sca_ani {
  0% {
    -moz-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
  }
}

@-o-keyframes sca_ani {
  0% {
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes sca_ani {
  0% {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    transform: scale(1.2);
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}

.sca_ani_2 {
  -webkit-animation: sca_ani_2 2s linear infinite;
  -moz-animation: sca_ani_2 2s linear infinite;
  -o-animation: sca_ani_2 2s linear infinite;
  animation: sca_ani_2 2s linear infinite;
}

@-webkit-keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-moz-keyframes sca_ani_2 {
  0% {
    -moz-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -moz-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@-o-keyframes sca_ani_2 {
  0% {
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

@keyframes sca_ani_2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2);
    opacity: 0;
  }
}

.inner-banner .cat_cont {
  height: 400px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
.inner-banner .cat_cont .container {
  height: 100%;
}
.inner-banner .cat_cont .container .cat_name {
  position: absolute;
  top: 65%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;

  text-transform: uppercase;
  font-weight: 600;
}
.inner-banner .bottom_c {
  border-bottom: 1px solid #e5e5e5;
}
.inner-banner .bottom_c .left a {
  height: 70px;
  line-height: 70px;

  font-weight: 500;
  text-transform: uppercase;
  display: inline-block;
  padding: 0 26px;
  position: relative;
}
.inner-banner .bottom_c .left a::after {
  content: '';
  position: absolute;
  width: 1px;
  height: 15px;
  display: block;
  background: #ccc;
  top: 50%;
  margin-top: -7px;
  right: 0px;
}
.inner-banner .bottom_c .left a::before {
  position: absolute;
  content: '';
  left: 50%;
  bottom: 0px;
  width: 0%;
  height: 2px;
  background-color: rgba(218, 37, 28, 0);
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
}
.inner-banner .bottom_c .left a:hover,
.inner-banner .bottom_c .left a.active {
  color: var(--color);
}
.inner-banner .bottom_c .left a:hover::before,
.inner-banner .bottom_c .left a.active::before {
  width: 100%;
  background-color: var(--color);
  left: 0;
}
.inner-banner .bottom_c .left {
  vertical-align: middle;
}
.inner-banner .bottom_c .right {
  text-align: right;
  margin: 10px 0;
  font-size: 18px;
  /*font-weight: 500;
  text-transform: uppercase;*/
  color: #777;
  vertical-align: middle;
}
.inner-banner .bottom_c .right .img {
  width: 15px;
  margin-right: 8px;
  margin: 5px 12px 0 0;
}
.inner-banner .bottom_c .right a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .bottom_c .right a:hover {
  color: var(--color);
}
.suatainable-page .init-1 .container {
  height: 500px;
  position: relative;
}
.suatainable-page .init-1 .container .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
.suatainable-page .init-1 .container .cont {
  text-transform: uppercase;
  text-align: center;
  position: absolute;
  width: 780px;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-weight: 600;

  color: #fff;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  padding: 30px;
}
.suatainable-page .init-2 .container .title_c .left {
  font-weight: 600;
  text-transform: uppercase;
}
.suatainable-page .init-2 .container .title_c .left .tips {
  color: var(--color);
}
.suatainable-page .init-2 .container .title_c .left .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin-bottom: 10px;
}
.suatainable-page .init-2 .container .title_c .right {
  font-size: 16px;
}
.suatainable-page .init-2 .container .content {
  margin: 30px -30px 0;
}
.suatainable-page .init-2 .container .content .list {
  margin-top: 30px;
  padding: 0 30px;
}
.suatainable-page .init-2 .container .content .list .box {
  position: relative;
}
.suatainable-page .init-2 .container .content .list .box .img {
  display: block;
  width: 100%;
}
.suatainable-page .init-2 .container .content .list .box .text {
  font-weight: 600;

  padding: 16px 30px;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-transform: uppercase;
  color: #fff;
}
.suatainable-page .init-2 .container .content .list .box:hover .text {
  background-color: #000;
}
.suatainable-page .init-3 .container .tips {
  text-align: center;

  font-weight: 600;
  text-transform: uppercase;
  color: #181818;
}
.suatainable-page .init-3 .container .content .slick {
  margin: 40px -13px 0;
}
.suatainable-page .init-3 .container .content .slick .slick-track {
  margin-left: 0;
}
.suatainable-page .init-3 .container .content .slick li {
  padding: 0 13px;
}
.suatainable-page .init-3 .container .content .slick li .box {
  display: block;
  overflow: hidden;
}
.suatainable-page .init-3 .container .content .slick li .box img {
  width: 100%;
}
.about-page .init-1 {
  overflow: hidden;
}
.about-page .init-1 .container {
  position: relative;
}
.about-page .init-1 .container .sub_img {
  position: absolute;
  width: 460px;
  bottom: 0;
  right: -200px;
  z-index: -1;
}
.about-page .init-1 .container .tips {
  font-weight: bold;
  font-family: 'BC';
  text-transform: uppercase;
  color: var(--color);
  text-align: center;
}
.about-page .init-1 .container .des {
  margin-top: 26px;
  line-height: 1.8;
  max-height: 318px;
  overflow-y: scroll;
}
.about-page .init-1 .container .list_cont {
  margin-top: 30px;
  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;
}
.about-page .init-1 .container .list_cont .list {
  width: auto;
  vertical-align: middle;
  display: inline-block;
  margin: 20px 0 0 0;
}
.about-page .init-1 .container .list_cont .list .num {
  font-size: 80px;
  color: var(--color);
  font-weight: bold;
  display: inline-block;
  line-height: 0.8;
}
.about-page .init-1 .container .list_cont .list .text {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  line-height: 1.8;
}
.about-page .init-1 .container .list_cont .list2 {
  margin: 20px 20px 0;
}
.about-page .init-2 .container {
  position: relative;
}
.about-page .init-2 .container .img {
  height: 600px;
  background-size: inherit;
  /*background-attachment: fixed;*/
}
.about-page .init-2 .container .play {
  position: absolute;
  width: 60px;
  height: 60px;
  top: 270px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.about-page .init-2 .container .play div {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  text-align: center;
  line-height: 60px;
}
.about-page .init-2 .container .play div i {
  margin-left: 2px;
}
.about-page .init-2 .container .play .ling {
  background-color: #fff;
}
.about-page .init-2 .container .play .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.about-page .init-2 .container .play .cont {
  position: relative;
  z-index: 2;
}
.about-page .init-3 {
  padding-top: 40px;
}
.about-page .init-3 .container .list {
  margin-top: 60px;
}
.about-page .init-3 .container .list .column {
  vertical-align: middle;
  position: relative;
}
.about-page .init-3 .container .list .left img {
  width: 100%;
}
.about-page .init-3 .container .list .right {
  padding-left: 60px;
}
.about-page .init-3 .container .list .right .tips,
.about-page .init-3 .container .list .right .title {
  font-weight: 600;
  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-3 .container .list .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.about-page .init-3 .container .list .right .title {
  color: #181818;
  margin-top: 8px;
  font-family: 'BC';
}
.about-page .init-3 .container .list .right .des {
  color: #262626;
  margin-top: 10px;
  line-height: 2;
}
.about-page .init-3 .container .list:nth-child(2n) .left {
  left: 50%;
}
.about-page .init-3 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}
.about-page .init-4 .container {
  text-align: center;
}
.about-page .init-4 .container .tips,
.about-page .init-4 .container .title {
  font-weight: 600;

  color: var(--color);
  text-transform: uppercase;
}
.about-page .init-4 .container .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
  margin: auto;
}
.about-page .init-4 .container .title {
  color: #181818;
  margin-top: 10px;
  font-family: 'BC';
}
.about-page .init-4 .container .content {
  margin: 40px -30px 0;
}
.about-page .init-4 .container .content .slick .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content .slick1 li {
  padding: 0 30px;
}
.about-page .init-4 .container .content .slick1 li a {
  display: block;
  overflow: hidden;
}
.about-page .init-4 .container .content .slick1 li a img {
  width: 100%;
}
.about-page .init-4 .container .s_page {
  margin-top: 30px;
}
.about-page .init-4 .container .s_page li {
  display: inline-block;
  width: 13px;
  height: 13px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
  margin: 0 10px;
  cursor: pointer;
}
.about-page .init-4 .container .s_page li button {
  display: none;
}
.about-page .init-4 .container .s_page li.slick-active {
  background-color: var(--color);
}
.about-page .init-5 .container iframe {
  display: block;
  height: 700px;
  width: 100%;
}
.about-page .init-6 .container .column {
  vertical-align: middle;
}
.about-page .init-6 .container .left img {
  width: 100%;
}
.about-page .init-6 .container .right {
  padding-left: 60px;
}
.about-page .init-6 .container .right .tips {
  font-weight: 600;
  font-family: 'BC';
  text-transform: uppercase;
}
.about-page .init-6 .container .right .tips span {
  color: var(--color);
}
.about-page .init-6 .container .right .des {
  margin-top: 10px;
  line-height: 2;
}
.honor-page {
  padding-bottom: 20px;
}
.honor-page .container .list {
  border-bottom: 1px dashed #999999;
  text-align: center;
  padding: 70px 160px;
}
.honor-page .container .list .title {
  font-weight: 500;

  text-transform: uppercase;
}
.honor-page .container .list .des {
  margin-top: 20px;
}
.honor-page .container .list .content {
  margin: 50px -30px 0;
}
.honor-page .container .list .content .slick {
  position: relative;
}
.honor-page .container .list .content .slick .slick-arrow {
  position: absolute;
  font-size: 46px;
  cursor: pointer;
  width: 16px;
  height: 40px;
  line-height: 40px;
  color: #333333;
  right: -100px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.honor-page .container .list .content .slick .slick-arrow:hover {
  color: var(--color);
}
.honor-page .container .list .content .slick .slick-prev {
  left: -100px;
}
.honor-page ul {
  margin: -15px;
}
.honor-page ul li {
  padding: 15px;
}
.honor-page .container .list .content .slick li .box {
  overflow: hidden;
  display: block;
}
.honor-page .container .list .content .slick li .box img {
  width: 100%;
}
.honor-page .container .list:last-child {
  border-bottom: none;
}
.sidebar-box .sidebar-left {
  padding-right: 40px;
  width: 320px;
  text-transform: uppercase;
  font-weight: 500;

  position: sticky;
  top: 130px;
}
.sidebar-box .sidebar-left .tips {
  color: var(--color);
}
.sidebar-box .sidebar-left ul li {
  margin-top: 10px;
}
.sidebar-box .sidebar-left ul li a {
  display: block;
  /*border-bottom: 1px solid #b9b6b1;*/
  padding: 4px 0;
  position: relative;
}
.sidebar-box .sidebar-left ul li a::before {
  content: '';
  width: 100%;
  height: 1px;
  background: #b9b6b1;
  position: absolute;
  bottom: 0;
  left: 0;
  transition: all 0.5s;
  transform-origin: left;
}
.sidebar-box .sidebar-left ul li a:hover::before {
  transform: scaleX(0);
}
.sidebar-box .sidebar-left ul li a:hover,
.sidebar-box .sidebar-left ul li a.active {
  color: var(--color);
}
.sidebar-box .sidebar-left .contact_info {
  margin-top: 50px;
  position: relative;
}
.sidebar-box .sidebar-left .contact_info .img {
  width: 100%;
}
.sidebar-box .sidebar-left .contact_info .more {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  text-align: center;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.4);
  padding: 10px;
  font-weight: 600;
}
.sidebar-box .sidebar-right {
  width: -webkit-calc(-220%);
  width: -moz-calc(-220%);
  width: calc(100% - 320px);
}

.m-page {
  margin-top: 50px;
  text-align: center;
}
.m-page a,
.m-page span {
  color: #212121;
  display: inline-block;
  margin: 2px 6px;
  width: 32px;
  height: 32px;
  line-height: 32px;
  font-size: 16px;
}
.m-page a.current,
.m-page span.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}
.m-page a {
  position: relative;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  background-color: #212121;
  bottom: 0;
  left: 11px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a:hover,
.m-page a.current {
  color: #fff;
  background-color: var(--color);
}
.m-page a:hover::before,
.m-page a.current::before {
  opacity: 0;
}
.m-page .first::before,
.m-page .last::before,
.m-page .end::before,
.m-page .next::before {
  display: none;
}
.prodet-page .init-1 .container .left {
  padding-right: 100px;
  width: 41%;
}
.prodet-page .init-1 .container .left .big_img {
  position: relative;
}
.prodet-page .init-1 .container .left .big_img .btn {
  width: 46px;
  height: 46px;
  border: 1px solid #cecece;
  color: #333333;
  border-radius: 50%;
  text-align: center;
  line-height: 40px;
  font-size: 34px;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: 0px;
  z-index: 3;
}
.prodet-page .init-1 .container .left .big_img .btn i {
  margin-left: 4px;
}
.prodet-page .init-1 .container .left .big_img .btn:hover {
  border-color: var(--color);
}
.prodet-page .init-1 .container .left .big_img .prev {
  left: 0px;
}
.prodet-page .init-1 .container .left .big_img .prev i {
  margin-left: -4px;
}
.prodet-page .init-1 .container .left .big_img .slick1 {
  border: 1px solid #cbcbcb;
}
.prodet-page .init-1 .container .left .big_img .slick1 li a {
  display: block;
}
.prodet-page .init-1 .container .left .big_img .slick1 li a img {
  width: 100%;
}
.prodet-page .init-1 .container .right{
  width: 59%;
}
.prodet-page .init-1 .container .right .small_img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .small_img .slick-arrow{
     width: 30px;
    height: 30px;
    border: 1px solid #cecece;
    color: #333333;
    border-radius: 50%;
    text-align: center;
    line-height: 30px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
    font-size: 0;
    transition: .3s;
}
.prodet-page .init-1 .container .right .small_img .slick-arrow:hover{
  border-color: var(--color);
}
.prodet-page .init-1 .container .right .small_img .slick-prev{
  left: 0;
}
.prodet-page .init-1 .container .right .small_img .slick-prev::after,
.prodet-page .init-1 .container .right .small_img .slick-next::after{
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: 24px;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
}
.prodet-page .init-1 .container .right .small_img .slick-prev::after{
  content: "\f104";

}
.prodet-page .init-1 .container .right .small_img .slick-next::after{
  content: "\f105";
}
.prodet-page .init-1 .container .right .small_img .slick-next{
  right: 0;
}
.prodet-page .init-1 .container .right .small_img .slick1 {
  margin: 0 -12px;
}
.prodet-page .init-1 .container .right .small_img .slick1 li {
  padding: 0 12px;
}
.prodet-page .init-1 .container .right .small_img .slick1 li .box {
  cursor: pointer;
  border: 1px solid #cbcbcb;
  display: block;
}
.prodet-page .init-1 .container .right .small_img .slick1 li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .right .small_img .slick1 li .box:hover,
.prodet-page .init-1 .container .right .small_img .slick1 li .box.active {
  border: var(--color) 1px solid;
}
.prodet-page .init-1 .container .right .title {
  font-weight: 600;

  color: #393939;
  line-height: 1.3;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .des {
  margin-top: 20px;
  color: #393939;
  line-height: 1.8;
  max-height: 400px;
  padding-right: 4px;
  overflow-y: auto;
}
.prodet-page .init-1 .container .right .des img.wscnph {
  max-width: 50px;
  margin: 10px;
  display: inline-block;
}
.prodet-page .init-1 .container .right .img {
  margin-top: 20px;
}
.prodet-page .init-1 .container .right .more {
  display: inline-block;
  font-weight: 600;

  padding: 10px 20px;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .more span {
  vertical-align: middle;
}
.prodet-page .init-1 .container .right .more img {
  width: 16px;
  vertical-align: middle;
  margin-left: 30px;
  position: relative;
  z-index: 2;
}
/*.prodet-page .init-2 {
  margin-top: 50px;
}*/
.prodet-page .init-2 .container .tips {
  font-weight: 600;

  text-transform: uppercase;
  border-bottom: 1px solid #cbcbcb;
}
.prodet-page .init-2 .container .content {
  margin-top: 20px;
}
.prodet-page .init-3 {
  margin-top: 50px;
}
.prodet-page .init-3 .container .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.prodet-page .init-3 .container .title_list {
  background-color: #f5f5f5;
  margin-top: 20px;
}
.prodet-page .init-3 .container .title_list .list {
  width: auto;
  padding: 10px 20px;
  font-size: 20px;
  font-weight: 600;

  text-transform: uppercase;
  cursor: pointer;
}
.prodet-page .init-3 .container .title_list .list:hover,
.prodet-page .init-3 .container .title_list .list.active {
  background-color: var(--color);
  color: #fff;
}
.prodet-page .init-3 .container .content_list .list {
  padding-top: 40px;
  display: none;
}
.prodet-page .init-3 .container .content_list .list table tr td {
  min-width: 120px;
}
.prodet-page .init-4 {
  background-color: #ebebeb;
}
.prodet-page .init-4 .container {
  font-weight: 600;

  text-transform: uppercase;
}
.prodet-page .init-4 .container .content {
  margin: 30px -15px 0;
}
.prodet-page .init-4 .container .content .slick1 .slick-track {
  margin-left: 0;
}
.prodet-page .init-4 .container .content .slick1 li {
  padding: 0 15px;
}
.prodet-page .init-4 .container .content .slick1 li .box .img {
  display: block;
  overflow: hidden;
  background-color: white;
}
.prodet-page .init-4 .container .content .slick1 li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content .slick1 li .box .text {
  display: block;
  margin-top: 16px;
  line-height: 2;
}
.prodet-page .init-4 .container .content .slick1 li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-5 .container .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.prodet-page .init-5 .container form input,
.prodet-page .init-5 .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;
}
.prodet-page .init-5 .container form .name,
.prodet-page .init-5 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.prodet-page .init-5 .container form .mail {
  margin-left: 50px;
}
.prodet-page .init-5 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;

  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-1 {
  padding: 50px 0 60px 0;
}
.product-new-page .init-1 .container .column {
  vertical-align: middle;
}
.product-new-page .init-1 .container .left .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.product-new-page .init-1 .container .left .des {
  margin-top: 10px;
}
.product-new-page .init-1 .container .right {
  padding: 0 60px;
}
.product-new-page .init-1 .container .right img {
  width: 100%;
}
.product-new-page .init-2 {
  background-color: #f4f4f4;
}
.product-new-page .init-2 .container .tips {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.product-new-page .init-2 .container .content {
  margin-top: 50px;
  position: relative;
}
.product-new-page .init-2 .container .content .btn {
  background: #fff;
  width: 50px;
  height: 50px;
  border: 1px solid var(--color);
  position: absolute;
  top: 50%;
  right: -100px;
  transform: translateY(-50%);
}
.product-new-page .init-2 .container .content .prev {
  left: -100px;
}
.product-new-page .init-2 .container .content .btn img {
  position: relative;
  z-index: 2;
  display: block;
  margin: 16px auto 0;
}
.product-new-page .init-2 .container .content .btn:hover img {
  filter: brightness(2);
}
.product-new-page .init-2 .container .content .slick {
  margin: 0 -15px;
}
.product-new-page .init-2 .container .content .slick li {
  padding: 0 15px;
}
.product-new-page .init-2 .container .content .slick li .box {
  position: relative;
  background-color: #fff;
  padding: 20px 15px;

  font-weight: 500;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c {
  position: absolute;
  top: 0;
  left: -8px;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .sub_c span {
  display: inline-block;
  width: 56px;
  height: 30px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  line-height: 30px;
  font-weight: 500;

  text-transform: uppercase;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
.product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
  width: 0;
  height: 0;
  border-top: 8px solid var(--color);
  border-left: 8px solid transparent;
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .img {
  display: block;
  overflow: hidden;
}
.product-new-page .init-2 .container .content .slick li .box .img img {
  width: 100%;
}
.product-new-page .init-2 .container .content .slick li .box .line {
  height: 1px;
  background-color: #e7e7e7;
  margin-top: 20px;
}
.product-new-page .init-2 .container .content .slick li .box .text:hover {
  color: var(--color);
  display: block;
}
.product-new-page .init-2 .container .content .slick li .box .more {
  margin-top: 18px;
  display: inline-block;
  background-color: #fff;
  color: #181818;
  border-bottom: 1px solid var(--color);
}
.product-new-page .init-2 .container .content .slick li .box .more img {
  display: inline-block;
  vertical-align: middle;
  margin-left: 40px;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  position: relative;
  z-index: 2;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover {
  padding: 0 10px;
  color: #fff;
}
.product-new-page .init-2 .container .content .slick li .box .more:hover img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.product-new-page .init-3 .top {
  -o-background-size: cover;
  background-size: cover;
}
.product-new-page .init-3 .top .cont {
  padding: 150px 0;
  max-width: 540px;
  margin-left: auto;
  color: #fff;
}
.product-new-page .init-3 .top .cont .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.product-new-page .init-3 .top .cont .tips .r {
  color: var(--color);
}
.product-new-page .init-3 .top .cont .des {
  margin-top: 10px;
}
.product-new-page .init-3 .bottom {
  padding: 18px 0;
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
  background-color: var(--color);

  color: #fff;
}
.technology-page .init-1 {
  text-align: center;
}
.technology-page .init-1 .container .tips {
  font-weight: bold;
  text-transform: uppercase;
}
.technology-page .init-1 .container .content {
  margin-top: 100px;
  text-align: center;
  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;
  position: relative;
}
.technology-page .init-1 .container .content .list {
  position: relative;
  width: 348px;
}
.technology-page .init-1 .container .content .list .title_c {
  position: relative;
  width: 46px;
  height: 46px;
  margin: auto;
}
.technology-page .init-1 .container .content .list .title_c .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
}
.technology-page .init-1 .container .content .list .title_c .ling:nth-child(2) {
  -webkit-animation-delay: 1s;
  -moz-animation-delay: 1s;
  -o-animation-delay: 1s;
  animation-delay: 1s;
}
.technology-page .init-1 .container .content .list .title_c .cont {
  position: relative;
  z-index: 2;
  background-color: var(--color);
  border-radius: 50%;
  width: 100%;
  height: 100%;
  text-align: center;
  line-height: 46px;

  font-weight: 600;
  color: #fff;
}
.technology-page .init-1 .container .content .list .des {
  margin-top: 40px;
  line-height: 2;
}
.technology-page .init-1 .container .content .list2 {
  margin: 0 40px;
}
.technology-page .init-1 .container .content .list2 .title_c::before,
.technology-page .init-1 .container .content .list2 .title_c::after {
  content: '';
  position: absolute;
  width: 280px;
  height: 1px;
  top: 22px;
  left: 90px;
  border-top: 1px dashed #999999;
}
.technology-page .init-1 .container .content .list2 .title_c::before {
  left: -330px;
}
.technology-page .init-2 .container .list .column {
  position: relative;
  z-index: 1;
  vertical-align: middle;
}
.technology-page .init-2 .container .list .left img {
  width: 100%;
}
/*.technology-page .init-2 .container .list .right {
  padding-left: 60px;
}*/
.technology-page .init-2 .container .list .right .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.technology-page .init-2 .container .list .right .des {
  margin-top: 10px;
}
/*.technology-page .init-2 .container .list:nth-child(2n) .left {
  left: 50%;
}
.technology-page .init-2 .container .list:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 60px;
}*/
.application-page .container .tips {
  text-align: center;

  font-weight: 600;
  text-transform: uppercase;
}
.application-page .container .tips .r {
  color: var(--color);
}
.application-page .container .des {
  text-align: center;
  margin-top: 10px;
}
.application-page .container .content ul {
  margin: 0 -20px;
}
.application-page .container .content ul li {
  margin-top: 50px;
  padding: 0 20px;
}
.application-page .container .content ul li .box {
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.1);
}
.application-page .container .content ul li .box .title {
  /*font-weight: 500;*/
  text-align: center;
  text-transform: capitalize;
  padding: 25px 0;
}
.application-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.application-page .container .content ul li .box .img img {
  width: 100%;
}
.patent-page {
  background-color: #f4f4f4;
}
.patent-page .patent-list {
  margin-top: -30px;
}
.patent-page .patent-list li {
  padding: 40px 30px;
  background-color: #fff;
  margin-top: 40px;
}
.patent-page .patent-list li .left {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  width: 300px;
  border-right: 1px solid #cccccc;
  padding-right: 40px;
}
.patent-page .patent-list li .left img {
  width: 100%;
}
.patent-page .patent-list li .right {
  vertical-align: middle;
  width: -webkit-calc(-200%);
  width: -moz-calc(-200%);
  width: calc(100% - 300px);
  padding-left: 46px;
}
.patent-page .patent-list li .right .title a {
  font-weight: 500;

  color: var(--color);
  border-bottom: 1px solid var(--color);
  text-transform: uppercase;
}
.patent-page .patent-list li .right .title_2 {
  font-weight: 500;

  text-transform: uppercase;
  color: var(--color);
  margin-top: 10px;
}
.patent-page .patent-list li .right .des {
  margin-top: 16px;
}
.agent-page .init-1 .container .left {
  vertical-align: middle;
  padding-right: 80px;
}
.agent-page .init-1 .container .left .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.agent-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.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 {
  margin-top: 10px;
  background-color: #f4f4f4;
  display: inline-block;
  padding: 6px 30px 6px 10px;
  border-radius: 60px;
}
.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: #3c3c3c;
}
.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-top: 40px;
}
.agent-page .init-3 .container .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.agent-page .init-3 .container .title_c {
  font-weight: 600;

  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-top: 20px;
}
.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;
}
.service-page .init-1 .container .left .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-1 .container .left .tips .r {
  color: var(--color);
}
.service-page .init-1 .container .left img {
  display: block;
  margin-top: 40px;
  width: 100%;
}
.service-page .init-1 .container .right {
  padding-left: 80px;
}
.service-page .init-1 .container .right .tips_des {
  color: rgba(0, 0, 0, 0.7);
  line-height: 2;
}
.service-page .init-1 .container .right .content_list {
  padding-top: 115px;
}
.service-page .init-1 .container .right .content_list .list {
  margin-top: 14px;
}
.service-page .init-1 .container .right .content_list .list .title {
  color: var(--color);
  text-transform: uppercase;

  font-weight: 600;
}
.service-page .init-1 .container .right .content_list .list .title span {
  border-bottom: 2px solid var(--color);
}
.service-page .init-1 .container .right .content_list .list .des {
  margin-top: 20px;
  color: #212121;
  line-height: 1.8;
}
.service-page .init-1 .container .right .bottom_c {
  margin-top: 40px;
  position: relative;
}
.service-page .init-1 .container .right .bottom_c .cont {
  color: #fff;
  position: relative;
  right: 44%;
  background-color: var(--color);
  width: 750px;
  padding: 40px 20px;
  text-align: center;
}
.service-page .init-1 .container .right .bottom_c .cont .list {
  width: 234px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top {
  font-size: 72px;
  font-weight: 600;
  line-height: 1;
}
.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
  margin-left: -10px;
}
.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
  margin-top: 10px;
}
.service-page .init-2 .container .left {
  vertical-align: middle;
  padding-right: 70px;
}
.service-page .init-2 .container .left .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.service-page .init-2 .container .left .des {
  margin-top: 20px;
  line-height: 2;
}
.service-page .init-2 .container .left .more {
  margin-top: 40px;
  display: inline-block;
  padding: 15px 25px 10px;
  font-weight: 600;

  text-transform: uppercase;
}
.service-page .init-2 .container .left .more img {
  vertical-align: middle;
  display: inline-block;
  width: 16px;
  margin-left: 26px;
  position: relative;
  z-index: 2;
  margin-top: -4px;
}
.service-page .init-2 .container .right {
  vertical-align: middle;
}
.service-page .init-2 .container .right img {
  width: 100%;
}
.service-page .init-3 .container {
  color: #fff;
  text-align: center;
}
.service-page .init-3 .container .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.service-page .init-3 .container .des {
  margin-top: 10px;
  font-weight: 300;
  line-height: 2;
}
.service-page .init-3 .container .more {
  margin-top: 24px;
  display: inline-block;
  padding: 10px 20px;
  font-weight: 600;

  text-transform: uppercase;
  line-height: 1.4;
}
.service-page .init-3 .container .more span {
  vertical-align: middle;
}
.service-page .init-3 .container .more img {
  vertical-align: middle;
  display: inline-block;
  margin-left: 20px;
  position: relative;
  z-index: 2;
}
.service-page .init-4 .container .tips {
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-4 .container form input,
.service-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;
}
.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(50% - 25px);
}
.service-page .init-4 .container form .mail {
  margin-left: 50px;
}
.service-page .init-4 .container form .submit {
  width: auto;
  padding: 10px 60px;
  margin-top: 30px;
  font-size: 20px;

  font-weight: 600;
  text-transform: uppercase;
}
.download-page .container .tips {
  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .container .tips .r {
  color: var(--color);
}
.download-page .container .content {
  margin-top: 20px;
}
.download-page .container .content ul {
  margin: 0 -25px;
}
.download-page .container .content ul li {
  margin-top: 30px;
  padding: 0 25px;
}
.download-page .container .content ul li .box .img {
  display: block;
  overflow: hidden;
}
.download-page .container .content ul li .box .img img {
  width: 100%;
}
.download-page .container .content ul li .box .text {
  display: block;
  margin-top: 20px;

  font-weight: 600;
  text-transform: uppercase;
  text-align: center;
}
.download-page .pwd_cont {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 18;
  display: none;
}
.download-page .pwd_cont .set_pwd {
  display: none;
}
.download-page .pwd_cont .shadow {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
}
.download-page .pwd_cont .cont {
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  transform: translate(-50%, -50%);
  background: #fff;
}
.download-page .pwd_cont .cont .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 34px;
  height: 30px;
  width: 30px;
  text-align: center;
  line-height: 30px;
  background: #eee;
  cursor: pointer;
  transition: all 0.5s;
}
.download-page .pwd_cont .cont .close:hover {
  color: #fff;
  background: var(--color);
}
.download-page .pwd_cont .cont .f_cont {
  padding: 30px 26px;
}
.download-page .pwd_cont .cont .f_cont input {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
.download-page .pwd_cont .cont .f_cont .send_btn {
  width: auto;
  padding: 10px 40px;
  display: inline-block;
  background: var(--color);
  color: #fff;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  font-size: 18px;
  text-align: center;
  margin-top: 20px;
}
.download-page .pwd_cont .cont .title {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: 700;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  padding-right: 50px;
}
.device-page .init-1 .container .left {
  vertical-align: middle;
}
.device-page .init-1 .container .left img {
  width: 100%;
}
.device-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 50px;
}
.device-page .init-1 .container .right .tips {
  text-transform: uppercase;

  font-weight: 600;
}
.device-page .init-1 .container .right .des {
  margin-top: 10px;
  line-height: 2;
}
.device-page .init-2 .container .tips {
  font-weight: 600;

  text-transform: uppercase;
  text-align: center;
}
.device-page .init-2 .container .tips .r {
  color: var(--color);
}
.device-page .init-2 .container .content ul {
  margin: 0 -15px;
}
.device-page .init-2 .container .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.device-page .init-2 .container .content ul li .box .img {
  overflow: hidden;
}
.device-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box .cont {
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
  background-color: #fff;
  padding: 7px 24px;
  position: relative;
  margin: -20px auto 0;
  box-shadow: inset 1px 0px 8px 3px rgb(0 0 0 / 8%);
}
.device-page .init-2 .container .content ul li .box .cont .sub {
  position: absolute;
  width: 4px;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
}
.device-page .init-2 .container .content ul li .box .cont .text {
  position: relative;
  z-index: 2;
}
.device-page .init-2 .container .content ul li .box:hover .cont .sub {
  width: 100%;
}
.device-page .init-2 .container .content ul li .box:hover .cont .text {
  color: #fff;
}
.device-page .init-3 .container .left {
  vertical-align: middle;
}
.device-page .init-3 .container .left img {
  width: 100%;
}
.device-page .init-3 .container .right {
  vertical-align: middle;
}
.device-page .init-3 .container .right .tips {
  text-transform: uppercase;
  font-weight: 600;

  color: var(--color);
}
.device-page .init-3 .container .right .line {
  width: 250px;
  height: 1px;
  background-color: var(--color);
}
.device-page .init-3 .container .right .tips_title {
  text-transform: uppercase;
  font-weight: 600;

  margin-top: 20px;
}
.device-page .init-3 .container .right .des {
  margin-top: 20px;
}
.faq-page .container ul li {
  margin: 10px 0 0;
  word-break: break-word;
  font-weight: 300;
}
.faq-page .container ul li .title {
  background: #f8f8f8;
  border: 1px solid #ebebeb;
  line-height: 2;
  margin: 0;
  padding: 15px 30px 15px 25px;
  cursor: pointer;
  cursor: hand;
  position: relative;
  font-weight: 600;
}
.faq-page .container ul li .title i {
  color: #bababa;
  float: right;
  position: absolute;
  top: 26px;
  right: 10px;
}
.faq-page .container ul li .cont {
  border: 1px solid #ebebeb;
  border-top: none;
  padding: 20px 25px;
  font-size: 18px;
  line-height: 2;
  display: none;
}
.news-page {
  background: #f8f8f8;
}
.news-page .container 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 -15px;
}
.news-page .container ul li {
  margin-top: 30px;
  padding: 0 15px;
}
.news-page .container ul li .box {
  height: 100%;
  background-color: #fff;
  padding: 30px;
}
.news-page .container ul li .box .title {
  font-weight: 600;
  line-height: 2;
  font-size: 20px;
  text-transform: uppercase;
  display: block;
}
.news-page .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .container ul li .box .des {
  line-height: 2;
  margin-top: 14px;
}
.news-page .container ul li .box .time {
  margin-top: 10px;
  /*margin-left: 20px;*/
}
.newdet-page .container .title {
  text-align: center;
  font-weight: 600;
  text-transform: uppercase;
}
.newdet-page .container .time_c {
  margin-top: 14px;
  text-align: center;
}
.newdet-page .container .time_c .list {
  display: inline-block;
  margin: 0 8px;
}
.newdet-page .container .time_c .list img {
  vertical-align: middle;
  width: 16px;
}
.newdet-page .container .time_c .list span {
  vertical-align: middle;
  margin-left: 2px;
  position: relative;
  top: 1px;
  color: #999;
}
.newdet-page .container .content {
  margin-top: 50px;
  line-height: 2;
}
.m-link {
  margin-top: 50px;
}
.m-link a {
  margin-top: 6px;
  font-size: 16px;
  display: inline-block;
}
.m-link a:hover {
  color: var(--color);
  text-decoration: underline;
}
.contact-page .init-1 .container {
  /*border-bottom: 1px solid #eee;*/
}
.contact-page .init-1 .container .left .tips {
  font-weight: 600;
  margin-bottom: 32px;

  text-transform: uppercase;
}
.contact-page .init-1 .container .left .des {
  margin-top: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .list .name {
  font-size: 16px;
  line-height: 2;
  color: #5e5e5e;
  display: block;
  margin-bottom: 5px;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  width: 100%;
  line-height: 2;
  border: 1px solid #c6cbc8;
  padding: 13px 15px;
  font-size: 16px;
  color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: #fff;
}
.contact-page .init-1 .container .left form .list input:focus,
.contact-page .init-1 .container .left form .list textarea:focus {
  border: 1px solid var(--color);
}
.contact-page .init-1 .container .left form .submit_c .submit_btn {
  margin-top: 20px;
  cursor: pointer;
  display: inline-block;
  padding: 8px 40px;
  background-color: var(--color);
  font-weight: 600;
  color: #fff;

  text-transform: uppercase;
}
.contact-page .init-1 .container .right {
  padding-left: 80px;
}
.contact-page .init-1 .container .right .tips {
  font-weight: 600;

  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li {
  padding-bottom: 10px;
  margin-top: 30px;
  border-bottom: 1px solid #eee;
}
.contact-page .init-1 .container .right .list ul li .tips_2 {
  font-weight: 600;

  text-transform: uppercase;
}
.contact-page .init-1 .container .right .list ul li .tips_2 i {
  width: 40px;
}
.contact-page .init-1 .container .right .list ul li .cont {
  word-wrap: break-word;
  margin: 10px 0 20px 0;
}
.contact-page .init-1 .container .right .list ul li:last-child {
  border: none;
}
.contact-page .init-1 .container .right .list ul li:last-child .cont {
  margin-bottom: 0;
}
.contact-page .init-2 {
  position: relative;
  z-index: 1;
  padding-top: 20px;
}
.contact-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.contact-page .init-2 .container .map #mapContainer {
  height: 400px;
}
.contact-page #ewm1{
  width: 100px;
}
.video-page .container ul {
  margin: -15px;
}
.video-page .container ul li {
  padding: 15px;
}
.video-page .container ul li video {
  display: block;
  width: 100%;
}

.history-page .top_c .left .tips {
  text-transform: uppercase;
}
.history-page .top_c .left .title {
  font-weight: bold;
  margin-top: 10px;
  text-transform: uppercase;

  margin: 10px 0;
}
.history-page .top_c .left .des {
  margin-top: 20px;
}
.history-page .top_c .left .line {
  width: 150px;
  height: 4px;
  background: var(--color);
}
.history-page .top_c .right {
  padding-left: 50px;
}
.history-page .top_c .right img {
  width: 100%;
}

.history-page .bottom_c .list {
  padding-top: 60px;
  border-top: 1px solid #ddd;
  margin-top: 60px;
}
.history-page .bottom_c .time {
  width: 160px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.history-page .bottom_c .content {
  width: calc(100% - 160px);
  color: rgba(0, 0, 0, 0.8);
}
.history-page .bottom_c .content .img {
  margin-top: 20px;
  max-width: 600px;
}
@media (max-width: 1700px) {
  .prodet-page .init-1 .container .left .big_img .prev {
    left: 0px;
  }
  .prodet-page .init-1 .container .left .big_img .btn{
    right: 0;
  }
}

@media (max-width: 1500px) {
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 60px;
  }
}
@media (max-width: 1250px) {
  .inner-banner .bottom_c .left {
    display: none;
  }
  .inner-banner .bottom_c .right {
    width: 100%;
    text-align: left;
    margin: 16px 0;
  }
  .sidebar-box .sidebar-left {
    display: none;
  }
  .sidebar-box .sidebar-right {
    width: 100%;
  }
  .technology-page .init-1 .container .content .list {
    width: 310px;
  }
  .technology-page .init-1 .container .content .list2 {
    margin: 0 20px;
  }
  .technology-page .init-1 .container .content .list2 .title_c::before {
    display: none;
  }
  .technology-page .init-1 .container .content .list2 .title_c::after {
    display: none;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    right: 86%;
  }
  .product-new-page .init-2 .container .content .btn {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  .inner-banner .cat_cont {
    height: auto;
    padding: 100px 0;
  }
  .inner-banner .cat_cont .container .cat_name {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    text-align: center;
  }
  .suatainable-page .init-1 .container .cont {
    width: 90%;
  }
  .suatainable-page .init-2 .container .title_c .left {
    width: 100%;
    text-align: center;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 10px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    text-align: center;
    width: 100%;
    margin-top: 20px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 20px -10px;
  }
  .suatainable-page .init-2 .container .content .list {
    padding: 0 10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    text-align: center;
    font-size: 24px;
  }
  .about-page .init-1 .container .des {
    text-align: center;
  }
  .about-page .init-2 .container .img {
    height: 300px;
  }
  .about-page .init-3 .container .list .column {
    width: 100%;
  }
  .about-page .init-3 .container .list .right {
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .about-page .init-3 .container .list .right .line {
    margin: 6px auto 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .about-page .init-3 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .about-page .init-4 .container .content {
    margin: 40px -10px 0;
  }
  .about-page .init-4 .container .content .slick1 li {
    padding: 0 10px;
  }
  .about-page .init-5 .container .img {
    height: 400px;
  }
  .about-page .init-6 .container .column {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .honor-page .container .list {
    padding: 70px 20px;
  }
  .honor-page .container .list .content {
    margin: 30px -10px 0;
  }
  .honor-page .container .list .content .slick li {
    padding: 0 10px;
  }
  .honor-page .container .list .content .slick .slick-next {
    right: -14px;
  }
  .honor-page .container .list .content .slick .slick-prev {
    left: -14px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding: 0 60px;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .prodet-page .init-1 .container .right .title {
    text-align: center;
  }
  .prodet-page .init-2 .container .tips {
    text-align: center;
  }
  .prodet-page .init-3 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .tips {
    text-align: center;
  }
  .prodet-page .init-4 .container .content .slick1 li .box .text {
    text-align: center;
  }
  .prodet-page .init-5 {
    text-align: center;
  }
  .product-new-page .init-1 .container .column {
    width: 100%;
    text-align: center;
  }
  .product-new-page .init-1 .container .right {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box {
    text-align: center;
  }
  .product-new-page .init-3 .top .cont {
    max-width: 100%;
    width: 100%;
    text-align: center;
  }
  .technology-page .init-1 .container .content .list {
    margin: 20px 10px 0;
  }
  .technology-page .init-2 .container .list .left {
    width: 100%;
    padding: 0;
  }
  .technology-page .init-2 .container .list .right {
    width: 100%;
    padding: 0;
    text-align: center;
    margin-top: 20px;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .left {
    left: 0;
  }
  .technology-page .init-2 .container .list:nth-child(2n) .right {
    left: 0;
    padding: 0;
  }
  .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;
  }
  .service-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .service-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    width: 100%;
    left: 0;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 210px;
  }
  .service-page .init-2 .container .left {
    width: 100%;
    padding: 0;
    text-align: center;
  }
  .service-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container {
    text-align: center;
  }
  .device-page .init-1 .container .left {
    width: 100%;
  }
  .device-page .init-1 .container .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .left {
    width: 100%;
  }
  .device-page .init-3 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
    text-align: center;
  }
  .device-page .init-3 .container .right .line {
    margin: auto;
  }
  .news-page .container ul {
    margin: 0 -5px;
  }
  .news-page .container .grid-box.three>.column{
    width: 50%;
  }
  .news-page .container ul li {
    padding: 0 5px;
    margin-top: 10px;
    text-align: center;
  }
  .news-page .container ul li .box {
    padding: 15px;
  }
  .news-page .container ul li .box .time {
    margin-left: 0;
  }
  .contact-page .init-1 .container .left {
    width: 100%;
    text-align: center;
  }
  .contact-page .init-1 .container .left form .list .name {
    text-align: left;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right .tips {
    text-align: center;
  }
  .history-page .top_c .left {
    width: 100%;
    text-align: center;
  }
  .history-page .top_c .left .line {
    display: none;
  }
  .history-page .top_c .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .history-page .bottom_c .time {
    text-align: center;
    width: 100%;
  }
  .history-page .bottom_c .content {
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .history-page .bottom_c .content .img img {
    text-align: center;
    display: block;
    margin: auto;
  }
}
@media (max-width: 700px) {
  .phone_hide {
    display: none;
  }
  .suatainable-page .init-1 .container {
    width: 96%;
  }
  .about-page .init-1 .container .list_cont .list {
    margin: 20px 0 0;
    text-align: center;
    width: 100%;
  }
  .about-page .init-1 .container .list_cont .list .text {
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }
  .about-page .init-2 {
    margin-top: 40px;
  }

  .honor-page .container .list .title {
    margin: 0 -20px;
  }
  .honor-page .container .list .des {
    margin: 20px -20px 0;
  }
  .honor-page .container .list .content .slick .slick-arrow {
    font-size: 30px;
  }
  .technology-page .init-1 .container .content {
    margin-top: 10px;
  }
  .technology-page .init-1 .container .content .list {
    width: 100%;
    margin: 40px 0 0;
  }
  .patent-page .patent-list li .left {
    width: 100%;
    padding: 0;
    border: none;
  }
  .patent-page .patent-list li .right {
    padding: 0;
    width: 100%;
    text-align: center;
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont {
    padding-top: 20px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list {
    width: 100%;
    margin-top: 20px;
  }
  .download-page .container .content ul {
    margin: 0 -10px;
  }
  .download-page .container .content ul li {
    padding: 0 10px;
  }


  #pups_from {
    padding: 30px 15px;
  }
  .right_nav_list {
    right: 5px;
  }
  .right_nav_list ul li {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 20px;
  }
  .inner-banner .bottom_c .right {
    font-size: 18px;
    line-height: 2;
  }
  .inner-banner .bottom_c .right .img {
    margin-top: 8px;
  }
  .suatainable-page .init-2 .container .title_c .left .line {
    margin: 5px auto;
  }
  .suatainable-page .init-2 .container .title_c .right {
    margin-top: 4px;
  }
  .suatainable-page .init-2 .container .content {
    margin: 0 -10px;
  }
  .suatainable-page .init-2 .container .content .list .box .text {
    font-size: 20px;
    padding: 10px 16px;
  }
  .suatainable-page .init-1 .container .cont {
    padding: 16px;
  }
  .suatainable-page .init-3 .container .content .slick {
    margin-top: 20px;
  }
  .about-page .init-1 .container .list_cont {
    margin-top: 10px;
  }
  .about-page .init-1 .container .list_cont .list .num {
    font-size: 50px;
  }
  .about-page .init-1 .container .list_cont .list .text {
    margin-top: 10px;
  }
  .about-page .init-3 {
    padding-top: 10px;
  }
  .about-page .init-3 .container .list {
    margin-top: 40px;
  }
  .about-page .init-4 .container .line {
    margin: 6px auto 0;
  }
  .about-page .init-4 .container .content {
    margin-top: 20px;
  }
  .about-page .init-4 .container .s_page {
    margin-top: 10px;
  }
  .about-page .init-4 .container .s_page li {
    width: 8px;
    height: 8px;
    margin: 0 5px;
  }
  .about-page .init-5 {
    height: auto;
  }
  .honor-page .container .list {
    padding: 40px 20px;
  }
  .m-page {
    margin-top: 30px;
  }
  .m-page a {
    width: 26px;
    height: 26px;
    line-height: 26px;
    margin: 5px;
  }
  .m-page a::before {
    left: 8px;
  }
  .m-page span {
    line-height: 28px;
    width: 26px;
    height: 26px;
    margin: 2px;
  }
  .prodet-page .init-1 .container .left {
    padding: 0;
  }
  .prodet-page .init-1 .container .left .big_img .btn {
    width: 26px;
    height: 26px;
    font-size: 20px;
    line-height: 24px;
    z-index: 2;
  }
  .prodet-page .init-1 .container .left .big_img .prev {
    left: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .prev i {
    margin-left: -2px;
  }
  .prodet-page .init-1 .container .left .big_img .next {
    right: -8px;
  }
  .prodet-page .init-1 .container .left .big_img .next i {
    margin-left: 2px;
  }
  .prodet-page .init-1 .container .right .small_img .slick1 {
    margin: 0 -5px;
  }
  .prodet-page .init-1 .container .right .small_img .slick1 li {
    padding: 0 5px;
  }
  .prodet-page .init-1 .container .right .title {
    line-height: 1.8;
  }
  .prodet-page .init-3 .container .title_list .list {
    width: 50%;
    text-align: center;
    font-size: 16px;
  }
  .prodet-page .init-3 .container .content_list .list {
    padding-top: 20px;
  }
  .prodet-page .init-5 .container form .name {
    width: 100%;
  }
  .prodet-page .init-5 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .prodet-page .init-5 .container form input {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .prodet-page .init-5 .container form textarea {
    padding: 12px 12px 12px 60px;
    margin-top: 16px;
  }
  .product-new-page .init-2 .container .content {
    margin-top: 20px;
  }
  .product-new-page .init-2 .container .content .slick li .box .sub_c .sub {
    margin-top: -3px;
  }
  .product-new-page .init-2 .container .content .slick li .box .more img {
    margin-left: 20px;
  }
  .product-new-page .init-3 .top .cont {
    padding: 100px 0;
  }
  .technology-page .init-1 .container .content .list .des {
    margin-top: 20px;
  }
  .application-page .container .content ul {
    margin: 0;
  }
  .application-page .container .content ul li {
    margin-top: 30px;
    padding: 0;
  }
  .patent-page .patent-list li {
    padding: 20px 15px;
  }
  .patent-page .patent-list li .right .des {
    margin-top: 10px;
  }
  .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;
  }
  .service-page .init-1 .container .left img {
    margin-top: 20px;
  }
  .service-page .init-1 .container .right .content_list {
    padding-top: 10px;
  }
  .service-page .init-1 .container .right .content_list .list .des {
    margin-top: 10px;
  }
  .service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 50px;
  }
  .service-page .init-4 .container form input {
    margin-top: 20px;
    padding: 12px 20px 12px 60px;
    width: 100%;
  }
  .service-page .init-4 .container form textarea {
    padding: 12px 20px 12px 60px;
    width: 100%;
    margin-top: 20px;
  }
  .service-page .init-4 .container form .name {
    width: 100%;
  }
  .service-page .init-4 .container form .mail {
    width: 100%;
    margin-left: 0;
  }
  .download-page .container .content {
    margin-top: 0;
  }
  .download-page .container .content ul li .box .text {
    margin-top: 10px;
  }
  .device-page .init-2 .container .content ul li {
    margin-top: 30px;
  }
  .device-page .init-2 .container .content ul li .box .cont {
    width: 100%;
    margin: 0;
    text-align: center;
    padding: 16px 10px;
  }
  .device-page .init-2 .container .content ul li .box .cont .sub {
    width: 100%;
  }
  .device-page .init-2 .container .content ul li .box .cont .text {
    color: #fff;
  }
  .news-page .container ul {
    margin: 0;
  }
  .news-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .news-page .container .grid-box.three>.column{
    width: 100%;
  }
  .newdet-page .container .content {
    margin-top: 20px;
  }
  .m-link {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left form .list {
    margin-top: 10px;
  }
  .contact-page .init-1 .container .left form .list input {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .list textarea {
    padding: 6px;
  }
  .contact-page .init-1 .container .left form .submit_c .submit_btn {
    padding: 4px 20px;
  }
  .contact-page .init-1 .container .right .list ul li {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right .list ul li .tips_2 i {
    width: 30px;
  }
  .contact-page .init-1 .container .right .list ul li .cont {
    margin: 8px 0;
  }
  .video-page .container ul {
    margin: 0;
  }
  .video-page .container ul li {
    padding: 0;
    margin-top: 20px;
  }
  .video-page .container ul li:first-child {
    margin-top: 0;
  }
  .history-page .bottom_c .list {
    padding-top: 20px;
    margin-top: 40px;
  }
}
.main-map span {
  display: inline-block;
}
.product-page .product-1 {
  padding: 70px 0;
}
.product-page .product-1 .BoxLeft {
  width: 30%;
  padding-right: 5%;
  /*position: sticky;
  top: 200px;*/
}

.product-page .product-1 .BoxLeft #product-list li {
    position: relative;
    border: 1px solid #E2E2E2;
    border-radius: 5px;
    padding: 25px 30px;
}
.product-page .product-1 .BoxLeft #product-list>li >i {
    position: absolute;
    right: 25px;
    top: 28px;
    font-size: 24px;
    color: #000;
    cursor: pointer;
    transition: .3s;
}
/*.product-page .product-1 .BoxLeft #product-list>li.active >i {
    transform: rotate(90deg);
}*/
.product-page .product-1 .BoxLeft #product-list> li ul.children li i {
  top:.2em;
  position: absolute;
  right: 25px;
  font-size: 24px;
  color: #000;
  cursor: pointer;
}
.product-page .product-1 .BoxLeft #product-list li a {
  display: inline-block;
  font-weight: 700;
  color: #000000;
  line-height: 1.5;
  text-transform: capitalize;
}
.product-page .product-1 .BoxLeft #product-list li a:hover,
.product-page .product-1 .BoxLeft #product-list li a.active {
    color: var(--color);
}
.product-page .product-1 .BoxLeft #product-list li ul.children {
    margin-top: 20px;
    display: none;
}
.product-page .product-1 .BoxLeft #product-list li.active ul.children {
    display: block;
}
.product-page .product-1 .BoxLeft #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
}
.product-page .product-1 .BoxLeft #product-list li ul.children li a {
    font-weight: 400;
    text-transform: capitalize
}
.product-page .product-1 .BoxLeft #product-list li ul.children li:last-child {
    margin-bottom: 0;
}
/*.product-page .product-1 .BoxLeft #product-list li ul.children li ul.children-children{
  display: none;
}*/
.product-page .product-1 .BoxLeft #product-list li ul.children li.active ul.children-children{
  display: block;
}
.product-page .product-1 .BoxRight {
  width: 70%;
}
.product-page .product-1 .BoxRight hr {
  border-color: white;
}
.product-page .product-1 .BoxRight .list3 {
  margin-top: 60px;
}
.product-page .product-1 .BoxRight .list3 ul {
  margin: -7px;
}
.product-page .product-1 .BoxRight .list3 ul li {
  padding: 7px;
}
.product-page .product-1 .BoxRight .list3 ul li .img a {
  display: block;
  padding: 5%;
  background: white;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.35);
}
.product-page .product-1 .BoxRight .list3 ul li .content {
  padding: 2em 0.6em;
  text-align: center;
  font-size: 18px;
}
.product-page .product-1 .BoxRight .list3 ul li .content h6 em {
  /*font-weight: bold;*/
  border-right: 1px solid black;
  margin-right: 0.5em;
  padding-right: 0.5em;
}
.product-page .product-1 .BoxRight .content table {
  border: none;
}
.product-page .product-1 .BoxRight .content table tr:nth-child(1),
.product-page .product-1 .BoxRight .content table tr:nth-child(2) {
  background: #292a31;
  color: white;
  border-bottom: 2px solid #ded8d8;
}
.product-page .product-1 .BoxRight .content table tr:nth-child(3) {
  background: var(--color);
  color: white;
  white-space: nowrap;
}
.product-page .product-1 .BoxRight .content table td {
  padding: 10px !important;
  border: 1px solid #ded8d8 !important;
}
.product-page .product-1 .BoxRight .list.mb {
  margin-bottom: 40px;
  /*display: none;*/
}
.product-page .product-1 .BoxRight .list ul {
  margin: -10px;
  display: flex;
  flex-wrap: wrap;
}
.product-page .product-1 .BoxRight .list ul li {
  padding: 10px;
}
.product-page .product-1 .BoxRight .list ul li .img {
  /*padding: 10%;*/
  /*background: #f6f6f6;*/
  height: 100%;
  border: 1px solid #eee;
}
.product-page .product-1 .BoxRight .list ul li .img a.img-box {
  /*height: 230px;*/
  display: block;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.product-page .product-1 .BoxRight .list ul li .img a.img-box:after {
  display: none;
}
.product-page .product-1 .BoxRight .list ul li .img h6 {
  margin-bottom: 15px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .BoxRight .list ul li .img h6 em {
  font-weight: 300;
}
.product-page .product-1 .BoxRight .list ul li .img h6:hover {
  color: var(--color);
}
.product-page .product-1 .BoxRight .list2 li {
  padding: 40px 0;
  border-bottom: 1px solid #cecece;
}
.product-page .product-1 .BoxRight .list2 li:last-child {
  border-bottom: none;
}
.product-page .product-1 .BoxRight .list2 li .img {
  padding-right: 25px;
  vertical-align: middle;
}
.product-page .product-1 .BoxRight .list2 li .img a.img-box {
  height: 387px;
  /*background-size: contain;*/
  background-position: center center;
  background-repeat: no-repeat;
  display: block;
  position: relative;
  background-color: #f7f7f7;
}
.product-page .product-1 .BoxRight .list2 li .content {
  vertical-align: middle;
}
.product-page .product-1 .BoxRight .list2 li .content h6,
.product-page .product-1 .BoxRight .list2 li .content h1 {
  font-size: 30px;
  font-weight: bold;
  line-height: 1.4;
}
.product-page .product-1 .BoxRight .list2 li .content .text {
  font-size: 18px;
  line-height: 2;
  margin: 1.6em 0 2em;
  max-height: 15em;
  overflow: auto;
  padding-right: 1em;
}
.product-page .product-1 .BoxRight .list2 li .content a.down {
  font-size: 20px;
  line-height: 1.2;
}
.product-page .product-1 .BoxRight .list2 li .content a.down img {
  margin-left: 10px;
  vertical-align: middle;
  display: inline-block;
  margin-top: -0.3em;
}
.product-page .product-1 .BoxRight .list2 li .content a.down.click img {
  transform: rotate(180deg);
}
.product-page .product-1 .BoxRight .list2 li .content a.down.click.active img {
  transform: rotate(0deg);
}
.product-page .product-1 .BoxRight .list2 a.more {
  line-height: 44px;
  padding: 0 15px;
  border-radius: 7px;
  border: 1px solid #777;
  font-size: 16px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .BoxRight .list2 a.more img {
  margin-left: 15px;
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .product-1 .BoxRight .list2 a.more:hover {
  background: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.product-page .product-1 .BoxRight .list2 a.more.black:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
@media screen and (max-width: 1500px) {
  .product-page .product-1 .BoxLeft {
    padding-right: 4%;
  }
}
@media screen and (max-width: 1450px) {
  .product-page .product-1 .BoxRight .content table td {
    padding: 4px !important;
  }
  .product-page .product-1 .BoxRight .content table td span {
    font-size: 13px !important;
  }
}
@media screen and (max-width: 1200px) {
  .product-page .product-1 .BoxRight .list2 a.more img {
    display: none;
  }

  .product-page .product-1 .BoxRight .list2 li .content a.down {
    font-size: 0;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .product-1 .BoxLeft {
    display: none;
  }
  .product-page .product-1 .BoxRight {
    width: 100%;
    padding-left: 0;
    margin-top: 0;
  }
}
@media screen and (max-width: 700px) {
  .product-page .product-1 .BoxRight .list.mb{
    margin-bottom: 0;
  }
  .product-page .product-1{
    padding: 30px 0;
  }
  .product-page .product-1 .BoxRight .list2 li{
    padding: 20px 0;
  }
  .product-page .product-1 .BoxRight .list2 li .img {
    padding-right: 0;
    width: 100% !important;
  }
  .product-page .product-1 .BoxRight .list2 li .content {
    padding-left: 0;
    margin-top: 20px;
    width: 100% !important;
  }
  .product-page .product-1 .BoxRight .list2 li .img a.img-box {
    height: 260px;
  }
  .product-page .product-1 .BoxRight .list2 li .content h6,
  .product-page .product-1 .BoxRight .list2 li .content h1 {
    font-size: 24px;
  }
  .product-page .product-1 .BoxRight .list2 li .content .text,
  .product-page .product-1 .BoxRight .list2 li .content a.down {
    font-size: 14px;
  }
  .product-page .product-1 .BoxRight .list ul,
  .productList-page .productList-1 .right .list ul {
    margin: -5px;
  }
  .product-page .product-1 .BoxRight .list ul li,
  .productList-page .productList-1 .right .list ul li {
    width: 50%;
    padding: 5px;
  }
  .product-page .product-1 .BoxRight .list ul li .img a.img-box,
  .productList-page .productList-1 .right .list ul li .img a.img-box {
    height: 100px;
  }
  .product-page .product-1 .BoxRight .list ul li .img h6,
  .productList-page .productList-1 .right .list ul li .img h6 {
    font-size: 14px;
    margin-top: 10px;
  }
}

.inner-page .sidebox .sideleft {
  width: 22%;
  position: sticky;
  top: 40px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  padding: 30px;
  margin-bottom: 30px;
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type='text'],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}
.inner-page .sidebox .sideleft .widget .form1 input[type='submit'] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type='submit']:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 50px 50px;
}

.ap-page {
  background: #f5f5f5;
}
.ap-page .sideright .ap-top {
  position: relative;
  transition:
    transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1),
    box-shadow 0.3s;
  transform-style: preserve-3d;
  perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
  transition:
    transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1),
    box-shadow 0.3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all 0.5s;
}
.ap-page .sideright .ap-top .img img {
  width: 100%;
}
.ap-page .sideright .ap-top .img::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
  padding: 0 1.6rem 0.7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
  content: '';
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 1.6rem;
  bottom: 1.6rem;
  color: #fff;
  z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
  font-size: 24px;
  line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
  font-size: 16px;
  line-height: 2;
  color: rgba(255, 255, 255, 0.55);
}
.ap-page .sideright .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
  margin-top: 1rem;
  font-size: 16px;
  line-height: 2;
}
.ap-page .sideright .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
}
.ap-page .sideright .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
  margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
  margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  line-height: 2;
  padding: 0.8rem 1.2rem;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
  position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
  content: '\f107';
  position: absolute;
  top: 0.8em;
  right: 1.5em;
  font-size: 20px;
  font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem 0.8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: 0.1px;
  color: #002e42;
  display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
  background: var(--color);
  color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
  content: '\f106';
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72%;
  }
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
}
@media screen and (max-width: 700px) {
  .ap-page .sideright .ap-top .img img {
    min-height: 250px;
    object-fit: cover;
  }
  .ap-page .sideright .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }
  .ap-page .sideright .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8;
  }
  .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    right: 0.5em;
  }
}
._name.font-20.font-bold {
  line-height: 1.8;
}
@media screen and (max-width: 1000px) {
  a.baowo,
  a.baowos,
  div#seo_other {
    display: none !important;
  }
}
.img.mb-30 img {
  height: 300px;
}
a.baowos {
  width: 120px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

a.whatsapp {
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 20px;
  bottom: 120px;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 999;
}
a.whatsapp:hover {
  background: #000;
}

.fix-tool {
  position: fixed;
  z-index: 999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 30%;
}

.fix-tool .box {
  display: flex;
}
.fix-tool .box img {
  width: auto;
  max-height: 100%;
}
.fix-tool .box .left {
  width: 0%;
  color: #ffffff;
  background-color: var(--color);
  padding: 15px;
  border-radius: 5px 0 0 5px;
}
.fix-tool .box .right {
  width: 100%;
  background-color: var(--color);
  padding: 30px;
  border-radius: 0 5px 5px 0;
  color: #fff;
}
.fix-tool .box .close {
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}
.fix-tool .social-links a {
  display: inline-block;
  font-size: 14px;
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  background-color: #ccc;
}
.fix-tool .social-links a + a {
  margin-left: 15px;
}

@media (max-width: 1000px) {
  .fix-tool {
    display: none;
  }
}

.seo_title {
  font-size: 30px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'BC';
}

#seo_about ._box {
  margin: -15px;
}

#seo_about ._left,{

}
#seo_about ._right {
  padding: 15px;
  vertical-align: middle;
  line-height: 1.6;
  max-height: 500px;
  overflow-y: scroll;
}

#honor_list ul {
  margin: -15px;
}

#honor_list ul li {
  padding: 15px;
}

#news_list ul {
  margin: -15px;
}

#news_list ul li {
  padding: 15px;
}

#news_list ._time span {
  display: inline-block;
  padding: 5px;
}

#news_list ._time span._cate {
  color: #ffffff;
  background-color: #000000;
}

#news_list ._time span._date {
  background-color: #cccccc;
}

#news_list ._table {
  padding: 20px;
  border: 2px solid #cccccc;
}

#seo_public_from {
  padding: 80px 0;
  /*background: #f9f9f9;*/
}
#seo_public_from h4 {
  font-size: 24px;
  font-weight: bold;
  color: #333;
}
#seo_public_from .seo_public_from {
  margin-top: 30px;
}
#seo_public_from .seo_public_from ul {
  margin: -10px;
}
#seo_public_from .seo_public_from ul li {
  padding: 10px;
}
#seo_public_from .seo_public_from ul li.wid-100 {
  width: 100%;
}
#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 10px;
  border: 1px solid #eee;
  font-size: 14px;
  color: black;
  background: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
  border-color: black;
}
#seo_public_from .seo_public_from ul li textarea {
  height: 120px;
}
#seo_public_from .seo_public_from ul li input[type='submit'] {
  width: auto;
  display: inline-block;
  padding: 10px 30px;
  background: #222;
  color: white;
}
#seo_public_from .seo_public_from ul li input[type='submit']:hover {
  opacity: 0.7;
}
@media screen and (max-width: 1000px) {
  #seo_public_from{
    padding: 50px 0;
  } 
}
/* mobile-product-nav */
@media screen and (max-width: 1000px) {
  #seo_about ._left,
  #seo_about ._right {
    width: 100% !important;
  }

  #cp-Nav {
    display: block;
  }
  #cp-Nav .nav {
    padding: 0 15px;
  }
  #cp-Nav .nav h3.title {
    font-size: 18px;
    font-weight: bold;
    padding: 8px 10px;
    background: var(--color);
    border-radius: 5px;
  }
  #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;
  }
}
/* seo-base-css-end */
@media screen and (max-width: 1000px) {
  div#seo_other {
    display: none !important;
  }
}

.about-page1 .about-1 {
  margin-top: calc(4.479vw + 14px);
  margin-bottom: calc(4.479vw + 14px);
}
.about-page1 .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: calc(0.8345vw + 14px);
}
/*.about-page1 .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page1 .about-1 .left .con {
  font-size: 20px;
  color: #404040;
  line-height: 32px;
  margin-top: calc(0.8345vw + 14px);
}
.about-page1 .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}
.about-page1 .about-1 .img-box:hover img {
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  -ms-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
.about-page1 .about-1 .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 80px;
  height: 80px;
  border-radius: 100%;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
  background: var(--color);
  color: white;
  font-size: calc(0.8345vw + 14px);
  transition: 0.5s;
}
.about-page1 .about-1 .play:hover {
  background: var(--color1);
}
.about-page1 .about-1 .play i {
  position: relative;
  left: 3px;
}
.about-page1 .about-1 .right .data {
  margin-top: calc(1.67vw + 14px);
  padding: 24px 30px 13px 30px;
}
.about-page1 .about-1 .right .data ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page1 .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}
.about-page1 .about-1 .right .data ul li span {
  line-height: 32px;
}
.about-page1 .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: 0.5s;
  margin-top: 10px;
  padding-bottom: 20px;
}
.about-page1 .about-1 .right .data ul li:hover .num {
  color: var(--color);
}
.about-page1 .about-1 .right .data ul li p {
  margin-top: 12px;
}
.about-page1 .about-2 {
  padding: 11.41% 0 10%;
}
.about-page1 .about-2 .left {
  width: 35%;
  padding-top: 54px;
}
.about-page1 .about-2 .left ul li {
  padding-bottom: 45px;
}
.about-page1 .about-2 .left ul li i {
  display: inline-block;
  vertical-align: middle;
  width: 60px;
}
.about-page1 .about-2 .left ul li span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 16px;
  font-size: 20px;
  color: #323232;
  font-weight: 600;
  line-height: 1.6;
  width: 88%;
}
.about-page1 .about-2 .left ul li:last-child {
  padding-bottom: 0;
}
.about-page1 .about-2 .right {
  width: 65%;
  position: relative;
}
.about-page1 .about-2 .right .title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: 900;
  max-width: 668px;
  margin: 0 auto;
  position: relative;
  z-index: 1;
}
.about-page1 .about-2 .right .info {
  margin-top: -5.5%;
}
.about-page1 .about-2 .right .info .img-box {
  width: 50.81%;
}
.about-page1 .about-2 .right .info .text {
  width: 49.19%;
  padding: 13.21% 0 0 45px;
}
.about-page1 .about-2 .right .info .text .con {
  font-size: 20px;
  /*font-weight: 600;*/
  color: #323232;
  line-height: 1.5;
}
.about-page1 .about-2 .right .info .text .more {
  margin: 47px 0 0 88px;
}
.about-page1 .about-2 .right .bicycle {
  position: absolute;
  z-index: 1;
  bottom: 0;
  left: -50px;
}
.about-page1 .about-2 .right .bicycle .tire {
  position: absolute;
  z-index: -1;
  bottom: -84px;
  -webkit-animation: xz 2s linear infinite;
  -moz-animation: xz 2s linear infinite;
  animation: xz 2s linear infinite;
}
.about-page1 .about-2 .right .bicycle .tire1 {
  left: -128px;
}
.about-page1 .about-2 .right .bicycle .tire2 {
  right: -141px;
}
.about-page1 .about-2 .right .shadow {
  position: absolute;
  bottom: -110px;
  left: -130px;
}
.about-page1 .about-3 {
  padding: 9.2% 0 8.24%;
  background: url(../images/about3-bg.jpg) no-repeat center center;
  background-size: 100% 100%;
  color: white;
}
.about-page1 .about-3 .left {
  width: 32%;
}
.about-page1 .about-3 .left .title {
  font-size: 60px;
  line-height: 1.4;
  font-weight: 700;
}
.about-page1 .about-3 .left p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 37px;
}
.about-page1 .about-3 .left .more {
  color: white;
  margin-top: 36px;
}
.about-page1 .about-3 .left .more::before {
  background: white;
}
.about-page1 .about-3 .left .more::after {
  background-color: var(--color);
}
.about-page1 .about-3 .right {
  width: 68%;
  padding-left: 8.21%;
}
/*.about-page1 .about-3 .right ul {
  margin-right: -63px;
  margin-left: -29px;
}*/
/*.about-page1 .about-3 .right ul .slick-slide {
  padding: 19px 20px 29px;
}*/
/*.about-page1 .about-3 .right ul .slick-current li .ig {
  -webkit-transform: scale(1.023);
  -moz-transform: scale(1.023);
  -ms-transform: scale(1.023);
  transform: scale(1.023);
  margin-left: 0;
}*/
/*.about-page1 .about-3 .right ul .slick-current li .ig .img-box {
  opacity: 1;
}*/
.about-page1 .about-3 .right ul li .ig {
  padding: 19px 17px;
  /*border: 1px solid rgba(255, 255, 255, 0.35);*/
  /*-webkit-transform: scale(0.908);
  -moz-transform: scale(0.908);
  -ms-transform: scale(0.908);
  transform: scale(0.908);*/
  margin-left: 17px;
}
.about-page1 .about-3 .right ul li .ig .img-box {
  display: block;
  /*border: 20px solid var(--color);*/
  position: relative;
  z-index: 1;
  /*opacity: .6;*/
}
.about-page1 .about-4 {
  padding-top: 8.1%;
}
.about-page1 .about-4 .left {
  width: 74.37%;
  vertical-align: bottom;
  padding-right: 82px;
}
.about-page1 .about-4 .left ul {
  margin-right: -80px;
}
.about-page1 .about-4 .left ul li {
  padding-right: 80px;
  color: #323232;
}
.about-page1 .about-4 .left ul li .top em {
  display: inline-block;
  vertical-align: bottom;
  font-size: 60px;
  font-weight: 900;
  line-height: 1;
}
.about-page1 .about-4 .left ul li .top span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
  padding-left: 10px;
}
.about-page1 .about-4 .left ul li .con {
  font-size: 18px;
  line-height: 32px;
  margin-top: 34px;
  font-weight: 400;
}
.about-page1 .about-4 .left ul li .img-box {
  margin-top: 39px;
}
.about-page1 .about-4 .right {
  vertical-align: bottom;
  color: #323232;
  width: 25.63%;
}
.about-page1 .about-4 .right .title {
  font-size: 60px;
  font-weight: 900;
  line-height: 1.1;
}
.about-page1 .about-4 .right .con {
  font-size: 20px;
  line-height: 1.8;
  /*font-weight: 300;*/
  margin-top: 59px;
}
.about-page1 .about-4 .right a {
  display: block;
  background: var(--color);
  color: white;
  font-size: 20px;
  line-height: 1;
  font-weight: 900;
  text-align: center;
  padding: 24px 0 23px;
  position: relative;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-top: 57px;
}
.about-page1 .about-4 .right a::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 0;
  height: 100%;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page1 .about-4 .right a:hover::after {
  width: 100%;
}
.about-page1 .about-5 {
  padding: 8.5% 0 0%;
}
.about-page1 .about-5 .ui.container {
  max-width: 100%;
  padding: 0;
}
.about-page1 .about-5 .title {
  font-size: 60px;
  line-height: 1;
  color: #323232;
  font-weight: bold;
}
.about-page1 .about-5 .content {
  margin-top: calc(1.88vw + 14px);
}
/*.about-page1 .about-5 .content ul {
  margin-right: -78px;
}
.about-page1 .about-5 .content ul li {
  padding-right: 78px;
}*/
.about-page1 .about-5 .content ul li .ig {
  position: relative;
  z-index: 1;
  /*padding-bottom: 65px;*/
}
.about-page1 .about-5 .content ul li .ig .img-box {
  display: block;
}
.about-page1 .about-5 .content ul li .ig .img-box img {
  width: 100%;
}
.about-page1 .about-5 .content ul li .ig .text {
  position: absolute;
  top: 0;
  left: 0;
  background: var(--color);
  width: 100%;
  height: 87%;
  z-index: -1;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page1 .about-5 .content ul li .ig:hover .text {
  top: 50px;
  left: 53px;
  opacity: 1;
}
.about-page1 .about-6{
  background-color: #fff;
}
.about-page1 .about-6 ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
.about-page1 .about-6 ul li {
  width: 33%;
  position: relative;
}
.about-page1 .about-6 ul li img {
  min-height: 500px;
  object-fit: cover;
}
.about-page1 .about-6 ul li .text {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  text-align: center;
  padding: 80px;
  color: #ffffff;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.about-page1 .about-6 ul li .text .box {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 10px;
}
.about-page1 .about-6 ul li .text .box .cont {
  /*height: 0px;
  overflow-y: hidden;*/
  /*transition: .5s;*/
  display: none;
}
/*.about-page1 .about-6 ul li .text:hover .box .cont{
  height: 13em;
  overflow-y: auto
}*/
.about-page1 .about-7 {
  position: relative;
}
.about-page1 .about-7 .text {
  width: 100%;
  color: #fff;
}
.about-page1 .about-7 .text .box {
  width: 50%;
  line-height: 1.3;
}
.about-page1 .about_process {
  padding-top: 80px;
}
.about-page1 .about_process ul {
  margin: -20px;
}
.about-page1 .about_process ul li {
  padding: 20px;
}
.about-page1 .about_process ul li .title {
  font-size: 24px;
  font-weight: bold;
  margin: 10px 0 20px;
}
.about-page1 .about_process ul li .des {
  font-size: 18px;
  line-height: 32px;
}
@media screen and (max-width: 1680px) {
  .about-page1 .about-2 .left ul li span {
    width: 86%;
  }
  .about-page1 .about-2 .right .bicycle {
    zoom: 0.82;
  }
  .about-page1 .about-2 .right .shadow {
    zoom: 0.8;
  }
  .about-page1 .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page1 .about-6 ul li .text {
    padding: 80px;
  }
}
@media screen and (max-width: 1440px) {
  .about-page1 .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
  .about-page1 .about-2 .left ul li {
    padding-bottom: calc(1.88vw + 14px);
  }
  .about-page1 .about-2 .left ul li span {
    font-size: 20px;
    width: 85%;
    padding-left: 10px;
  }
  .about-page1 .about-2 .right .info .text {
    padding: 12% 0 0 45px;
  }
  .about-page1 .about-2 .right .info .text .con {
    font-size: 20px;
  }
  .about-page1 .about-3 .left .title {
    font-size: 46px;
  }
  .about-page1 .about-4 .left {
    padding-right: 30px;
  }
  .about-page1 .about-4 .left ul {
    margin-right: -40px;
  }
  .about-page1 .about-4 .left ul li {
    padding-right: 40px;
  }
  .about-page1 .about-4 .left ul li .top span {
    font-size: 18px;
    width: 67%;
  }
  .about-page1 .about-4 .left ul li .con {
    font-size: 17px;
  }
  .about-page1 .about-4 .right .title {
    font-size: 50px;
  }
  .about-page1 .about-5 .content ul li .ig .text {
    height: 80%;
  }
  .about-page1 .about-6 ul li .text {
    padding: 80px 60px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page1 .about-1 .left {
    padding-right: 0;
  }
  .about-page1 .about-1 .right {
    padding-left: 30px;
  }
  .about-page1 .about-1 .right .data {
    padding: 24px 15px 13px;
  }
  .about-page1 .about-2 .right .bicycle {
    zoom: 0.6;
  }
  .about-page1 .about-2 .left ul li span {
    font-size: 18px;
    width: 82%;
  }
  .about-page1 .about-2 .right .title {
    font-size: 40px;
  }
  .about-page1 .about-2 .right .shadow {
    zoom: 0.6;
  }
  .about-page1 .about-4 .right .title {
    font-size: 40px;
  }
  .about-page1 .about-4 .right .con {
    font-size: 18px;
    margin-top: calc(1.3555vw + 14px);
  }
  .about-page1 .about-4 .left ul {
    margin-right: -20px;
  }
  .about-page1 .about-4 .left ul li {
    padding-right: 20px;
  }
  .about-page1 .about-4 .left ul li .top em {
    font-size: 50px;
  }
  .about-page1 .about-4 .left ul li .con {
    font-size: 15px;
  }
  .about-page1 .about-5 .content ul li .ig:hover .text {
    left: 30px;
  }
  .about-page1 .about-6 ul li .text {
    padding: 80px 40px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page1 .about-1 .left .con {
    margin-top: calc(0.8345vw + 14px);
  }
  .about-page1 .about-2 .left ul li {
    padding-bottom: calc(0.8345vw + 14px);
  }
  .about-page1 .about-2 .left ul li span {
    width: 80%;
    font-size: 16px;
  }
  .about-page1 .about-2 .right .info .text {
    padding: 7% 0 0 45px;
  }
  .about-page1 .about-2 .right .info .text .con {
    font-size: 18px;
    line-height: 1.6;
  }
  .about-page1 .about-2 .right .info .text .more {
    margin: 40px 0 0 70px;
  }
  .about-page1 .about-3 .left .title {
    font-size: 38px;
  }

  /*.about-page1 .about-4 .left ul li .con {
    height: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 7;
    -webkit-box-orient: vertical;
  }*/
  .about-page1 .about-4 .right a {
    font-size: 18px;
  }
  .about-page1 .about-5 .content ul {
    margin-right: -40px;
  }
  .about-page1 .about-5 .content ul li {
    padding-right: 40px;
  }
  .about-page1 .about-6 ul li .text {
    padding: 80px 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page1 .about-7 .text .box {
    width: 100%;
  }

  .about-page1 .about-1 {
    margin-top: calc(1.88vw + 14px);
  }
  .about-page1 .about-1 .left {
    width: 100%;
  }
  .about-page1 .about-1 .right {
    display: none;
  }
  .about-page1 .about-2 .left {
    width: 100%;
    padding-top: 0;
  }
  .about-page1 .about-2 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page1 .about-2 .right .bicycle {
    left: 130px;
    zoom: 0.55;
  }
  .about-page1 .about-2 .right .shadow {
    zoom: 0.55;
    left: 0;
  }
  .about-page1 .about-3 .left {
    width: 100%;
  }
  .about-page1 .about-3 .right {
    width: 100%;
    padding: 20px 0 0;
  }
  .about-page1 .about-4 .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page1 .about-4 .left ul li .top em {
    display: block;
  }
  .about-page1 .about-4 .left ul li .top span {
    width: 100%;
    display: block;
    padding: 0;
    height: 60px;
  }
  .about-page1 .about-4 .right {
    width: 100%;
    padding-top: 20px;
  }
  .about-page1 .about-4 .right .con {
    margin-top: 15px;
  }
  .about-page1 .about-4 .right a {
    margin-top: 20px;
  }
  .about-page1 .about-5 .title {
    font-size: 50px;
  }
  .about-page1 .about-5 .content {
    margin-top: calc(2.3955vw + 14px);
  }
  .about-page1 .about-6 ul li {
    width: 50%;
  }
  .about-page1 .about-7 .text ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page1 .about-6 {
    display: none;
  }
  .about-page1 .about-2 {
    padding: 7% 0 10%;
  }
  .about-page1 .about-2 .right {
    display: none;
  }
  .about-page1 .about-5 .title {
    font-size: 40px;
  }
  .about-page1 .about-5 .content {
    margin-top: 20px;
  }
  .about-page1 .about-5 .content ul {
    margin-right: -20px;
  }
  .about-page1 .about-5 .content ul li {
    padding-right: 20px;
  }
  .about-page1 .about-5 .content ul li .ig {
    padding-bottom: 0;
  }
  .about-page1 .about-5 .content ul li .ig .text {
    position: initial;
    height: auto;
    opacity: 1;
    background: var(--color);
    padding: 10px 0;
  }
  .about-page1 .about-5 .content ul li .ig:hover .text {
    left: 0;
    top: 0;
  }
  .about-page1 .about-7 > img {
    height: 320px;
    object-fit: cover;
  }
  .about-page1 .about-7 .text {
    bottom: 40px;
  }
  .about-page1 .about-7 .text ul li{
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .about-page1 .about-7 > img {
    height: 420px;
  }
  .about-page1 .about-2 .left ul li span {
    width: 78%;
  }
  .about-page1 .about-3 .left .title {
    font-size: calc(0.8345vw + 14px);
  }
  .about-page1 .about-3 .left p {
    font-size: 15px;
    margin-top: 15px;
  }
  .about-page1 .about-3 .left .more {
    margin-top: 20px;
  }

  .about-page1 .about-5 .title {
    font-size: 27px;
  }
}
.advantage3 .pr {
  position: relative;
}
.advantage3 .top .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.advantage3 .top .btn .more {
  position: relative;
}
.advantage3 .top .btn .m1 {
  -webkit-transform: translateX(30px);
  -moz-transform: translateX(30px);
  -ms-transform: translateX(30px);
  transform: translateX(30px);
}
.advantage3 .header {
  text-align: left;
}
.advantage3 .header .title {
  color: #030303;
  line-height: 1;
  font-weight: 700;
  margin-top: 5px;
}
.advantage3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -20px;
}
.advantage3 .content ul li {
  padding-right: 20px;
  width: 12%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.advantage3 .content ul li {
  width: 16%;
}
.advantage3 .content ul li .ig {
  border: solid 1px var(--color);
  padding: 50px 60px 37px;
  height: 425px;
}
.advantage3 .content ul li .ig i {
  display: block;
}
.advantage3 .content ul li .ig .tit {
  position: absolute;
  text-transform: uppercase;
  -webkit-transform: rotate(90deg) translate(-50px, 50%);
  -moz-transform: rotate(90deg) translate(-50px, 50%);
  -ms-transform: rotate(90deg) translate(-50px, 50%);
  transform: rotate(90deg) translate(-50px, 50%);
  -webkit-transform-origin: 0 100%;
  -moz-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
  bottom: auto;
  left: 50%;
  line-height: 36px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  white-space: nowrap;
}
.advantage3 .content ul li .ig .box {
  line-height: 1.8;
  opacity: 0;
  -webkit-transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -moz-transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -moz-transform 0.4s ease-out;
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -moz-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  transition:
    opacity 0.1s ease-out,
    transform 0.4s ease-out,
    clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96),
    -webkit-transform 0.4s ease-out,
    -webkit-clip-path 0.6s cubic-bezier(0.25, 0.59, 0.29, 0.96);
  -webkit-clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  clip-path: polygon(0 0, 0 0, 0 100%, 0 100%);
  -webkit-transform: translateX(50px);
  -moz-transform: translateX(50px);
  -ms-transform: translateX(50px);
  transform: translateX(50px);
}
.advantage3 .content ul li .ig .num {
  position: absolute;
  bottom: 30px;
  right: 35px;
  color: #666666;
}
.advantage3 .content ul li.active {
  width: 50%;
}
.advantage3 .content ul li.active .box .t1 {
  line-height: 1.2;
  font-weight: 800;
}
.advantage3 .content ul li.active .box {
  opacity: 1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
  -webkit-transition-delay: 0.4s;
  -moz-transition-delay: 0.4s;
  transition-delay: 0.4s;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  transform: translate(0);
}
.advantage3 .content ul li.active .tit {
  opacity: 0;
}
@media screen and (max-width: 1450px) {
  .advantage3 .content ul li .ig {
    padding: 40px 30px 30px;
  }
}
@media screen and (max-width: 1250px) {
  .advantage3 .content ul li .ig {
    padding: 40px 20px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .advantage3 .top .btn {
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
    margin-top: 20px;
  }
  .advantage3 .content ul li .ig .tit {
    display: none;
  }
  .advantage3 .content ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: -10px;
  }
  .advantage3 .content ul li {
    width: 50%;
    margin-bottom: 10px;
  }
  .advantage3 .content ul li.active {
    width: 50%;
  }
  .advantage3 .content ul li .ig .box {
    opacity: 1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%);
    -webkit-transition-delay: 0.4s;
    -moz-transition-delay: 0.4s;
    transition-delay: 0.4s;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
  }
  .advantage3 .content ul li .ig .box .t1 {
    font-weight: 800;
  }
  .advantage3 .content ul li .ig {
    padding: 30px 20px 20px;
    height: 310px;
  }
}
@media screen and (max-width: 500px) {
  .advantage3 .content ul li,
  .advantage3 .content ul li.active {
    width: 100%;
  }
  .advantage3 .content ul li .ig {
    height: auto;
    padding: 20px 15px;
  }
  .advantage3 .content ul li .ig .tit {
    line-height: 1.5;
  }
  .advantage3 .content ul li .ig .box {
    line-height: 1.8;
  }
  .advantage3 .content ul li .ig .num {
    right: 15px;
    bottom: 5px;
  }
}
.mana-page .mana-1 {
  padding-top: 4.688%;
}
.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 3.5%;
}
.mana-page .mana-1 .left .title::before {
  display: none;
}
.mana-page .mana-1 .left .con {
  font-size: 19px;
  line-height: 1.8;
  margin-top: 30px;
  color: #484848;
}
.mana-page .mana-1 .right {
  vertical-align: middle;
}
.mana-page .mana-2 {
  padding-top: 3.386%;
}
.mana-page .mana-2 .top .left {
  width: 50%;
  padding-right: 7%;
}
.mana-page .mana-2 .top .left .title::before {
  display: none;
}
.mana-page .mana-2 .top .right {
  width: 50%;
  font-size: 19px;
  line-height: 1.8;
  margin-top: 150px;
}
.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}
.mana-page .mana-2 .top .right p:first-child {
  margin-top: -65px;
}
.mana-page .mana-2 .bottom {
  /*background: url(../images/mana2.jpg) no-repeat center top;*/
  background-size: 100% 100%;
  color: #000;
  margin-top: 89px;
}
.mana-page .mana-2 .bottom .title {
  color: #000;
}
.mana-page .mana-2 .bottom .title::before {
  display: none;
}
.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  /*max-width: 1230px;*/
  /*margin: 24px 0 0 8.593%;*/
  /*padding: 40px  6.50vw ;*/
}
.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding: 10px;
  margin-bottom: 10px;
}
.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  text-align: center;
  line-height: 80px;
}
.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  width: 100%;
  object-fit: cover;
}
.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}
.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: calc(0.315vw + 14px) !important;
  line-height: 1.3;
  font-weight: bold;
}
.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  display: none;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color);
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}
.mana-page .mana-3 {
  padding-top: var(-px70);
}
.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}
.mana-page .mana-3 ul li .img {
  width: 46.2%;
}
.mana-page .mana-3 ul li .text {
  width: 53.8%;
  padding-left: 41px;
}
.mana-page .mana-3 ul li .text .title::before {
  display: none;
}
.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}
.mana-page .mana-3 ul li .text .con {
  font-size: 19px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 20px;
}
.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}
.mana-page .mana-3 ul li .text dl dd {
  font-size: 17px;
  /* font-weight: 500; */
  line-height: 1.6;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}
.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}
.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}
.mana-page .mana-3 ul li:nth-child(even) {
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 60px 0 0;
}
.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 0;
}
.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}
.mana-page .mana-4 {
  padding: 0 0 5.886%;
}
.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px;
}
.mana-page .mana-4 .header .title {
  color: #ffffff;
}
.mana-page .mana-4 .header .title::before {
  background: #ffffff;
  top: 38px;
}
.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}
.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}
.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}
.mana-page .no_bg_src .cont {
  font-size: 17px;
  line-height: 1.7;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}
@media screen and (max-width: 1700px) {
  .mana-page .mana-1 .left .con {
    font-size: 16px;
    margin-top: 15px;
  }
}
@media screen and (max-width: 1450px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }
  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 17px;
  }
  .mana-page .mana-2 .top .right {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 120px;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 18px;
  }
}
@media screen and (max-width: 1250px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }

  .mana-page .mana-3 ul li .text .title {
    line-height: 1.4;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }
  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px;
  }
  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
  .mana-page .mana-2 .top {
    align-items: flex-end;
  }
  .mana-page .mana-2 .top .right {
    margin-top: 30px;
    max-height: 260px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .mana-page .mana-1 .left .con {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .mana-page .mana-3 ul li .text .con {
    max-height: 220px;
    overflow-y: auto;
    padding-right: 15px;
  }
  .mana-page .mana-2 .top .right p:first-child {
    margin-top: 0;
  }
}
.mana-page .slice-picture {
  position: relative;
  user-select: none;
  padding-bottom: 80px;
}
.mana-page .slice-picture__box1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  clip-path: inset(0% 100% 0% 0%);
}
.mana-page .slice-picture__dragger {
  position: absolute;
  height: 100%;
  width: 1px;
  background: #fff;
  cursor: col-resize;
  top: 0;
  left: 0;
}
.mana-page .slice-picture__handle {
  width: 50px;
  height: 50px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: col-resize;
}
@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }
  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}
@media screen and (max-width: 1000px) {
  .mana-page .mana-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 20px 0 40px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }
  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }
  .mana-page .mana-3 ul li .img {
    width: 100%;
  }
  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
  .mana-page .mana-4 .content {
    margin-top: 40px;
  }
  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }
  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
  .mana-page .mana-2 .top .right {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  .mana-page .mana-1 .left .con {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
  .mana-page .mana-3 ul li .text .con {
    max-height: unset;
    overflow-y: unset;
    padding-right: 0;
  }
}
@media screen and (max-width: 700px) {
  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }
  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }
  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }
  .mana-page .title {
    font-size: 24px;
  }
  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}
@media screen and (max-width: 500px) {
  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-2 .bottom .ig {
    padding: 0;
  }
  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}
.why-page .i-tag {
    font-size: 18px;
    color: #898989;
    display: inline-block;
    position: relative
}
.why-page .i-tag:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    background: #898989
}
.why-page .i-title {
    line-height: 1.3;
    color: #332f2c
}
.why-page .service-1 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.why-page .service-1 .left {
  vertical-align: middle;
}

.why-page .service-1 .left .img {
  height: 620px;
  display: block;
  -webkit-mask-image: url('/template/en/images/service-1-mask.png');
  mask-image: url('/template/en/images/service-1-mask.png');
  -webkit-mask-size: cover;
  mask-size: cover;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}

.why-page .service-1 .right {
  vertical-align: middle;
  padding-left: 3%;
  padding-top: 5%;
}

.why-page .service-1 .right span.h2 {
  margin: 0.5em 0;
}

.why-page .service-1 .right span.h2 em {
  font-size: 0.875em;
}

.why-page .service-1 .right a.more {
  margin-top: 2em;
  font-size: 18px;
}

.why-page .service-1 .right .content ul li .box {
  position: relative;
}
.why-page .service-1 .right .content ul li .box .title {
  padding: 16px 60px 16px 30px;
  position: relative;
  font-weight: 500;
  cursor: pointer;
}
.why-page .service-1 .right .content ul li .box .title i {
  position: absolute;
  top: 16px;
  right: 10px;
  width: 40px;
  height: 40px;
  text-align: center;
  line-height: 40px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}
.why-page .service-1 .right .content ul li .box .des {
  border-top: 1px solid #dedade;
  color: #4a4a4a;
  padding: 20px 50px;
  line-height: 1.8;
  /*background-color: #f0efeb;*/
  display: none;
}
.why-page .service-1 .right .content ul li.active .box .title {
  /*background-color: #f0efeb;*/
}
.why-page .service-1 .right .content ul li.active .box .title i {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
@media (max-width: 1000px) {
  .why-page .service-1 .right .content ul li .box .title i {
    top: 18px;
    width: 20px;
    height: 20px;
    line-height: 20px;
  }
  .why-page .service-1 .right .content ul li .box .title {
    padding: 16px 30px 16px 16px;
  }
  .why-page .service-1 .right .content ul li .box .des {
    padding: 16px;
  }
}
#hidden-content{
  margin: 3% 10%;
  /*margin-right: 10%;*/
}
.why-page .service-2 {
  padding: 80px 0 10px;
  text-align: center;
}

.why-page .service-2 .list {
  margin-top: 80px;
}

.why-page .service-2 .list ul {
  margin: -5px;
}

.why-page .service-2 .list ul li {
  /*padding: 5px;*/
  /*width: calc(100% / 8);*/
}

.why-page .service-2 .list ul li .num_box {
  position: relative;
  display: inline-block;
}

.why-page .service-2 .list ul li span.num {
  font-size: 50px;
  font-weight: 900;
  color: var(--color);
  display: inline-block;
  position: relative;
}

.why-page .service-2 .list ul li .num_box:before,
.why-page .service-2 .list ul li .num_box:after {
  content: '';
  position: absolute;
  left: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 500px;
  background-color: #bfbfbf;
  height: 1px;
  display: inline-block;
  vertical-align: middle;
  margin-left: 0.5em;
  margin-top: -0.2em;
}

.why-page .service-2 .list ul li .num_box:before {
  right: 100%;
  left: auto;
  margin-right: 1em;
  margin-left: 0;
}

.why-page .service-2 .list ul li:first-child .num_box:before {
  display: none;
}

.why-page .service-2 .list ul li:last-child .num_box:after {
  display: none;
}

.why-page .service-2 .list ul li span.h6 {
  font-weight: 700;
  font-size: 24px;
  color: #120c0b;
  margin: 0.5em 0;
  display: block;
  line-height: 1.2;
}

.why-page .service-2 .list ul li .text {
  line-height: 1.6;
  color: #626262;
}

.why-page .service-2 .list ul .slick-slide:last-child li span.num:after,
.why-page .service-2 .list ul li:last-child span.num:after {
  display: none;
}

.why-page .service-2 .list ul li .text {
  font-size: 18px;
}

.why-page .service-3 {
  padding: 130px 0 90px;
  text-align: center;
  color: #fff;
  background-image: url('/template/en/images/service-3-bg.jpg');
  background-position: center;
  background-attachment: fixed;
  background-size: cover;
}

.why-page .service-3 span.h2 {
  margin-bottom: 1.2em;
  line-height: 1.4;
  /*font-size: 48px;*/
}

.why-page .service-3 a.more {
  font-size: 18px;
}

.why-page .service-4 {
  padding: 60px 0;
  background-color: var(--color);
  color: #fff;
  text-align: center;
}

.why-page .service-4 ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.why-page .service-4 ul li {
  padding: 5px;
  border-right: 1px solid #fff;
}

.why-page .service-4 ul li span.h6 {
  font-weight: 900;
  font-size: 60px;
  display: block;
  line-height: 1.2;
}

.why-page .service-4 ul li span.h6 sub {
  font-size: 50%;
  vertical-align: baseline;
}

.why-page .service-4 ul li .text {
  color: inherit;
  margin-top: 0.5em;
  font-size: 18px;
}

.why-page .service-4 ul li:last-child {
  border-right: none;
}

@media screen and (max-width: 1600px) {
  .why-page .service-1 {
    padding-top: 80px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 80px 0;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 20px;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 48px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 36px;
  }
  .why-page .service-2 .list {
    margin-top: 50px;
  }
  .why-page .service-4 {
    padding: 40px 0;
  }
  /*.why-page .service-2 .list ul li {
    width: calc(100% / 7);
  }*/
}
@media screen and (max-width: 1450px) {
  .why-page .service-1 .left .img {
    height: 600px;
  }
  .why-page .service-2 .list ul li span.num {
    font-size: 32px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 18px;
  }
  .why-page .service-2 .list {
    margin-top: 30px;
  }

  .why-page .service-1 {
    padding-top: 60px;
  }
  .why-page .service-2,
  .why-page .service-3 {
    padding: 60px 0;
  }
  .why-page .service-4 ul li span.h6 {
    font-size: 36px;
  }
  .why-page .service-2 .list ul li span.h6 {
    font-size: 16px;
  }
  /*.why-page .service-2 .list ul li {
    width: calc(100% / 6);
  }*/
}
@media screen and (max-width: 1250px) {
  .why-page .service-2 .list ul li span.h6 {
    font-size: 14px;
    line-height: 28px;
  }

  .why-page .service-4 ul li span.h6 {
    font-size: 28px;
  }
  /*.why-page .service-2 .list ul li {
    width: calc(100% / 5);
  }*/
}
@media screen and (max-width: 1000px) {
  .why-page .service-1 .right {
    padding: 0;
    width: 100%;
  }
  /*.why-page .service-2 .list ul li {
    width: 25%;
  }*/
  .why-page .service-2 .list ul li:last-child span.num:after {
    display: inline-block;
  }

  .why-page .service-2 .list ul li span.num {
    font-size: 28px;
  }
  /*.why-page .service-2 .list ul li {
    width: calc(100% / 4);
  }*/
}

@media screen and (max-width: 700px) {
  .why-page .service-1{
    padding-bottom: 60px;
  }
  .why-page .service-4 ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .why-page .service-4 ul li {
    width: 100%;
    border: none;
  }

  .why-page .service-4 ul li span.h6 {
    font-size: 24px;
  }
  /*.why-page .service-2 .list ul li {
    width: calc(100% / 3);
  }*/
}
@media screen and (max-width: 500px) {
  .why-page .service-1 {
    padding-top: 40px;
  }

  .why-page .service-2,
  .why-page .service-3 {
    padding: 40px 0;
  }

  /*.why-page .service-2 .list ul li {
    width: 100%;
  }*/

  .why-page .service-2 .list ul li .num_box:before,
  .why-page .service-2 .list ul li .num_box:after {
    display: none;
  }

  .why-page .service-4 ul li {
    width: 50% !important;
  }
  /*.why-page .service-2 .list ul li {
    width: calc(100% / 2);
  }*/
}
.about-page2 .about-1 {
    padding-top: 4.688%;
}
.about-page2 .about-1 .init-2 .h2 em,
.about-page2 .about-1 .init-2 .h2 h2 {
  line-height: 0.8;
}
.about-page2 .about-1 .init-2 .h2 {
  display: flex;
}
.about-page2 .about-1 .init-2 .h2 .txt {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-left: 10px;
}
@media screen and (max-width: 1250px) {
  .about-page2 .about-1 .init-2 .h2 em,
  .about-page2 .about-1 .init-2 .h2 h2 {
    line-height: 1.2;
  }
}
@media screen and (max-width: 700px) {
  .about-page2 .about-1 .init-2 ul li {
    width: 50%;
  }
  .about-page2 .about-1 .init-2 .h2 {
    font-size: 40px;
  }
}

#index-body .i-case .left {
  padding-right: 0;
  text-align: center;
  width: 100%;
}

#index-body .i-case .left .i-title {
  margin-top: 20px;
  color: #332f2c;
}

#index-body .i-case .right {
  padding-top: 50px;
}

#index-body .i-case .txt {
  font-size: 18px;
  line-height: 35px;
  color: #626262;
}

#index-body .i-case .list {
  margin-top: 70px;
}

#index-body .i-case ul {
  margin: -14px;
}

#index-body .i-case ul li {
  padding: 14px;
}

#index-body .i-case ul li .img-box {
  position: relative;
  border: 1px solid #efefef;
}

#index-body .i-case ul li .img-box p {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 30px;
  padding: 0 30px;
  z-index: 2;
}

#index-body .i-case ul li .img-box:after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 40%;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.8)), to(transparent));
  background: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.8), transparent);
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), transparent);
  z-index: 1;
}
@media screen and (max-width: 1450px) {
  #index-body .i-case ul li .img-box p {
    font-size: 20px;
    bottom: 15px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-case .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .i-case .right {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-case .list {
    margin-top: 20px;
  }
}
.service-page .service-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page .service-1 .bottom {
  margin-top: 70px;
  border-top: 1px solid #bfbfbf;
  overflow: hidden;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
}

.service-page .service-1 .bottom .left {
  width: 100%;
  padding-right: 0;
}

.service-page .service-1 .bottom .left .list ul li {
  font-weight: 700;
  font-size: 28px;
  padding: 1em 0;
  position: relative;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.service-page .service-1 .bottom .left .list ul li em {
  color: #bfbfbf;
}

.service-page .service-1 .bottom .left .list ul li:after {
  content: '';
  bottom: 0;
  left: 0;
  width: 300%;
  height: 1px;
  background: #bfbfbf;
  position: absolute;
  z-index: -1;
}

.service-page .service-1 .bottom .left .list ul li .des {
  font-size: 20px;
  color: #000;
  font-weight: 400;
  padding-left: 45px;
  margin-top: 15px;
  display: none;
}

.service-page .service-1 .bottom .left .list ul li.active,
.service-page .service-1 .bottom .left .list ul li:hover {
  color: var(--color);
}

.service-page .service-1 .bottom .right {
  margin-top: 35px;
  margin-right: 45px;
  width: 32%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}

.service-page .service-1 .bottom .right .img {
  height: 450px;
  background-size: cover;
  background-position: center center;
  display: block;
}
@media screen and (max-width: 1600px) {
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 24px;
  }

  .service-page .service-1 .bottom .right {
    width: 27%;
  }

  .service-page .service-1 .bottom .right .img {
    height: 360px;
  }

  .service-page .service-1 .bottom {
    margin-top: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .service-page .service-1 .bottom .right {
    margin-top: 20px;
    margin-right: 20px;
  }
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 18px;
  }

  .service-page .service-1 .bottom .right .img {
    height: 200px;
  }
}
@media screen and (max-width: 700px) {
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 16px;
  }
  .service-page .service-1 .bottom .left .list ul li .des{
    font-size: 14px;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 .bottom .left .list ul li {
    font-size: 14px;
  }

  .service-page .service-1 .bottom {
    display: block;
  }

  .service-page .service-1 .bottom .right {
    width: 100%;
  }

  .service-page .service-1 .bottom .left {
    padding-right: 0;
  }

  .service-page .service-1 .top {
    display: block;
  }

  .service-page .service-1 .top .right {
    margin-top: 10px;
  }
}


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