@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Bold.woff2') format('woff2'), url('../fonts/Poppins-Bold.woff') format('woff'), url('../fonts/Poppins-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.font-w-300 {
  font-weight: 300;
}
.font-w-500 {
  font-weight: 500;
}
.font-w-600 {
  font-weight: 600;
}
.line-h-1d15 {
  line-height: 1.15;
}
.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: 'Poppins';
  max-width: 1920px;
  --color: #fe6a00;
  --color1: #6e0128;
  --color2: #fcf9f0;
  font-weight: normal;
  margin: 0 auto;
}
.color {
  color: var(--color);
}
.color1 {
  color: var(--color1);
}
.color-fff {
  color: #fff;
}
.container {
  width: 1400px;
}
@-webkit-keyframes banner-video {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes banner-video {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes banner-video {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.87);
    transform: translate(-50%, -50%) scale(1.87);
  }
}
@-moz-keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(1.87);
    transform: translate(-50%, -50%) scale(1.87);
  }
}
@keyframes to-big {
  90% {
    opacity: 0.6;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(1.87);
    -moz-transform: translate(-50%, -50%) scale(1.87);
    transform: translate(-50%, -50%) scale(1.87);
  }
}
@-webkit-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
  }
}
@-moz-keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -moz-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
  }
}
@keyframes to-big1 {
  90% {
    opacity: 0.3;
  }
  100% {
    opacity: 0;
    -webkit-transform: translate(-50%, -50%) scale(2.5);
    -moz-transform: translate(-50%, -50%) scale(2.5);
    transform: translate(-50%, -50%) scale(2.5);
  }
}
@-webkit-keyframes advantage-line {
  0% {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@-moz-keyframes advantage-line {
  0% {
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}
@keyframes advantage-line {
  0% {
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    transform: scaleY(0);
  }
  100% {
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    transform: scaleY(1);
  }
}

.public-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -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;
  text-decoration: none;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: var(--color1);
  z-index: 2;
}
.public-btn.b1{
  color: #fff;
}
.public-btn span {
  padding: 0 0px;
}
.public-btn .btn-icon {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  line-height: 1.3;
}
.public-btn .btn-icon.hover {
  position: absolute;
  left: -20px;
  opacity: 0;
  z-index: -1;
}
.public-btn .btn-spacing {
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  width: 20px;
}
.public-btn::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  background-color: var(--color1);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
  left: 0;
}
.public-btn::after {
  content: '';
  width: 0%;
  position: absolute;
  bottom: 0px;
  right: 0px;
  display: block;
  background-color: var(--color1);
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
  height: 1px;
}
.public-btn.b1::before,
.public-btn.b1::after{
  background-color: #fff;
}
.public-btn:hover .btn-icon {
  opacity: 0;
}
.public-btn:hover .btn-icon.hover {
  position: relative;
  left: 0;
  opacity: 1;
  margin-right: 10px;
}
.public-btn:hover::before {
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left !important;
  -moz-transform-origin: left !important;
  -ms-transform-origin: left !important;
  transform-origin: left !important;
  width: 0;
  left: 0;
}
.public-btn:hover::after {
  width: 100%;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
#header.active {
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
}
#header .h-top {
  background-color: var(--color1);
  color: #ffffff;
  height: 54px;
}
#header .h-top .h-contact-slick {
  pointer-events: none;
}
#header .h-top .h-contact-slick li {
  height: 54px;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header .h-top .h-contact-slick li::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background-color: #fff;
}
#header .nav .ui.menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 96px;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  vertical-align: middle;
  margin-top: 12px;
  margin-bottom: 15px;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#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: 1.3em;
  margin-left: .8em;
  -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;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav {
  position: relative;
  padding-right: 14px;
}
#header .nav .ui.menu .menu-box ul.menu > li > a.icon-nav::after {
  font-family: 'iconfont';
  content: '\e7e2';
  position: absolute;
  right: -2px;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s,
                -webkit-transform 0.5s;
  transition: opacity 0.3s,
                -webkit-transform 0.5s;
  -moz-transition: transform 0.5s,
                opacity 0.3s,
                -moz-transform 0.5s;
  transition: transform 0.5s,
                opacity 0.3s;
  transition: transform 0.5s,
                opacity 0.3s,
                -webkit-transform 0.5s,
                -moz-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .h-items {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-download,
#header .nav .ui.menu .h-items .h-inquiry {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #ffffff;
}
#header .nav .ui.menu .h-items .h-download:hover,
#header .nav .ui.menu .h-items .h-inquiry:hover {
  background-color: var(--color1);
}
#header .nav .ui.menu .h-items .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .h-items .h-search img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-items .h-language {
  position: relative;
  cursor: pointer;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .h-items .h-language span {
  text-transform: capitalize;
}
#header .nav .ui.menu .h-items .h-language > img {
  max-width: 33px;
}
#header .nav .ui.menu .h-items .h-language i {
  color: #fff;
  font-size: 14px;
}
#header .nav .ui.menu .h-items .h-language img {
  display: inline-block;
  vertical-align: middle;
}
#header .nav .ui.menu .h-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 .h-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 .h-items .h-language ul.sub-menu li a {
  display: block;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 20px;
  margin-right: 6px;
}
#header .nav .ui.menu .h-items .h-language ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .h-items .h-language:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
#header .nav .search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
#header .nav .search-box form input {
  background: none;
  outline: none;
  border: none;
}
#header .nav .search-box form input[type='text'] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
#header .nav .search-box form input[type='submit'] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header .nav .search-box form input[type='submit']:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
#header .nav .search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.wpulike.wpulike-default {
  display: none;
}
.prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.post-views-box {
  position: relative;
  margin-left: 20px;
}
.post-views-box .wp_ulike_btn.wp_ulike_put_image:after {
  background-image: url(../images/fw.png) !important;
  -webkit-filter: none;
  filter: none;
}
.wpulike {
  z-index: 10;
}
.wpulike.post-views-box {
  z-index: 5;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type='submit'] {
  width: 45px;
  height: 45px;
  background: url('../images/icon-search-white.png') no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type='submit'] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
#banner .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 80px;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
#banner .slick-arrow:hover {
  background-color: var(--color);
}
#banner:hover .slick-arrow {
  opacity: 1;
}
#banner .slick-prev {
  background: url('../images/banner-btn-l.png') no-repeat center center rgba(0, 0, 0, 0.3);
  left: 15px;
}
#banner .slick-next {
  background: url('../images/banner-btn-r.png') no-repeat center center rgba(0, 0, 0, 0.3);
  right: 15px;
}
#banner ul.slick-dots {
  position: absolute;
  bottom: 5%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#banner ul.slick-dots li {
  width: 30px;
  height: 30px;
  display: inline-block;
  margin: 0 10px;
  border-radius: 100%;
  border: 6px solid white;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner ul.slick-dots li button {
  display: none;
}
#banner ul.slick-dots li.slick-active {
  border-color: var(--color);
  background-color: white;
}
#banner .slick-slide .content {
  display: none;
}
#banner .slick-active .content {
  display: block;
}
#banner .nivo-directionNav a {
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.3);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  color: transparent;
  overflow: hidden;
  text-indent: -999em;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .nivo-directionNav a {
  opacity: 0;
}
#banner:hover .nivo-directionNav a {
  opacity: 1;
}
#banner .nivo-directionNav a:hover {
  background-color: var(--color);
}
#banner .nivo-directionNav a.nivo-prevNav {
  background-image: url(../images/banner-btn-l.png);
  left: 40px;
}
#banner .nivo-directionNav a.nivo-nextNav {
  background-image: url(../images/banner-btn-r.png);
  right: 40px;
}
#banner .theme-default .nivo-controlNav {
  position: absolute;
  bottom: 20px;
  left: 50%;
  width: auto !important;
}
#banner .theme-default .nivo-controlNav a {
  width: 25px !important;
  height: 25px !important;
  background: #fff !important;
  border: 7px solid #7d7d7d !important;
  border-radius: 100% !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
  margin: 0 8px !important;
}
#banner .theme-default .nivo-controlNav a.active {
  border-color: var(--color) !important;
}
#banner {
  background-position: center bottom;
  background-size: 100% auto;
  background-repeat: no-repeat;
  position: relative;
  z-index: 1;
}
#banner .bg {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: -1;
}
#banner .bg img {
  opacity: 0;
}
#banner {
  position: relative;
  margin-top: 150px;
}
#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: 12.2%;
  color: #fff;
}
#banner .banner-slick li .content .text-box h2 {
  max-width: 1030px;
  margin-left: auto;
  margin-right: auto;
  line-height: 1.4;
}
#banner .banner-slick li .content .text-box .banner-btn {
  border: solid 1px #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#banner .banner-slick li .content .text-box .banner-btn:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#banner .banner-video {
  right: 0;
  bottom: 0;
}
#banner .banner-video .play > img {
  -webkit-animation: banner-video 6s linear infinite;
  -moz-animation: banner-video 6s linear infinite;
  animation: banner-video 6s linear infinite;
}
#banner .banner-video .play-box {
  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: 81px;
  height: 82px;
  background-color: #ffffff;
  border-radius: 50%;
  color: var(--color);
}
#index-body .about {
  background-color: #fcf9f0;
  position: relative;
}
#index-body .about h1.Auxil-h1 {
  display: inline;
}
#index-body .about .right .intro {
  line-height: 1.625;
}
#index-body .about .content .about-slick .slick-list {
  padding-right: 15.947%;
}
#index-body .about .content .about-slick li .slide-box .title {
  left: 0;
  top: 0;
  color: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .content .about-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .about .content .about-slick li .slide-box .public-btn {
  left: 0;
  bottom: 0;
  position: absolute;
}
#index-body .about .content .prev,
#index-body .about .content .next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: solid 1px var(--color1);
  color: var(--color1);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .about .content .prev:hover,
#index-body .about .content .next:hover {
  background-color: var(--color1);
  color: #fff;
}
#index-body .about .process-line{
    height: 6px;
    background-color: var(--color);
    transition: .3s;
    width: 0;
    transform: translateY(6px);
}
#index-body .about .slick-dots {
  width: 100%;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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-transform: translateY(6px);
  -moz-transform: translateY(6px);
  -ms-transform: translateY(6px);
  transform: translateY(6px);
}
#index-body .about .slick-dots li {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  height: 6px;
}
#index-body .about .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .about .slick-dots li button {
  display: none;
}
#index-body .about .number-Plus li .data-right .top {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 7px;
}
#index-body .about .number-Plus li .data-right .top em {
  font-size: 80px;
  line-height: 1.2;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .top span {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-bottom: 10px;
  white-space: nowrap;
}
#index-body .about .number-Plus li .data-right .title {
  color: var(--color);
  font-weight: 500;
}
#index-body .product .slick-slider:not(.slick-vertical) .slick-track .slick-slide {
  height: 100%;
}
#index-body .product .product-slick li .slide-box .img-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px rgba(147, 147, 147, 0.28);
}
#index-body .product .product-slick li .slide-box .img-box .mask-content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(110, 1, 40, 0.89);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 9px solid var(--color);
  color: #ffffff;
  opacity: 0;
}
#index-body .product .product-slick li .slide-box .img-box .mask-content .product-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .product .product-slick li .slide-box .img-box .mask-content .product-btn .arrow {
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
#index-body .product .product-slick li .slide-box .img-box .mask-content .product-btn:hover {
  color: var(--color);
}
#index-body .product .product-slick li .slide-box .img-box .mask-content .product-btn:hover .arrow {
  border-color: var(--color);
}
#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 .product .product-slick li .slide-box:hover .mask-content {
  opacity: 1;
}
#index-body .service .right {
  background-color: var(--color);
  color: #fff;
  z-index: 1;
}
#index-body .service .right .public-title {
  max-width: 360px;
}
#index-body .service .right .bg {
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: -1;
  width: 45.635%;
  pointer-events: none;
  max-height: 100%;
}
#index-body .solution .solution-list li {
  width: 23.357%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  overflow: hidden;
}
#index-body .solution .solution-list li .box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 1;
}
#index-body .solution .solution-list li .box .title1 {
  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%);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
#index-body .solution .solution-list li .box img {
  max-width: unset;
}
#index-body .solution .solution-list li .box .bottom {
  background-color: var(--color);
  z-index: 3;
  left: 0;
  bottom: 0;
  right: 0;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
}
#index-body .solution .solution-list li .box .bottom .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .solution .solution-list li .box .bottom .title:hover {
  color: var(--color1);
}
#index-body .solution .solution-list li.active {
  width: 51.897%;
}
#index-body .solution .solution-list li.active .box::after {
  opacity: 0;
}
#index-body .solution .solution-list li.active .box .title1 {
  opacity: 0;
}
#index-body .solution .solution-list li.active .box .bottom {
  opacity: 1;
}
#index-body .advantage .left .arrows {
  left: 0;
  bottom: 0;
}
#index-body .advantage .left .prev,
#index-body .advantage .left .next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: solid 1px #fff;
  color: #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#index-body .advantage .left .prev:hover,
#index-body .advantage .left .next:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
#index-body .advantage .right .swiper {
  height: 780px;
}
#index-body .advantage .right .swiper .swiper-slide-active .box .box-left .line .circle:before {
  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 .advantage .right .swiper .swiper-slide-active .box .box-left .line .circle:after {
  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 .advantage .right .swiper .swiper-slide-active .box .box-left .line::after {
  -webkit-animation: 5s advantage-line linear forwards;
  -moz-animation: 5s advantage-line linear forwards;
  animation: 5s advantage-line linear forwards;
}
#index-body .advantage .right .swiper .swiper-slide-active .box .box-right {
  opacity: 1;
}
#index-body .advantage .right .swiper .swiper-slide-active .box .box-left .line,
#index-body .advantage .right .swiper .swiper-slide-prev .box .box-left .line,
#index-body .advantage .right .swiper .swiper-slide-next .box .box-left .line {
  display: block;
}
#index-body .advantage .right .swiper .box {
  height: 100%;
}
#index-body .advantage .right .swiper .box .box-left {
  width: 21px;
  height: 100%;
}
#index-body .advantage .right .swiper .box .box-left .line {
  display: none;
  width: 1px;
  margin-left: auto;
  margin-right: auto;
  height: 100%;
  -webkit-transform: translateY(17px);
  -moz-transform: translateY(17px);
  -ms-transform: translateY(17px);
  transform: translateY(17px);
  background-color: #a48992;
  position: relative;
}
#index-body .advantage .right .swiper .box .box-left .line::after {
  content: '';
  display: block;
  background-color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-origin: center top;
  -moz-transform-origin: center top;
  -ms-transform-origin: center top;
  transform-origin: center top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: 5s;
  -moz-transition: 5s;
  transition: 5s;
  z-index: 1;
}
#index-body .advantage .right .swiper .box .box-left .line .circle {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background-color: #a48992;
  border-radius: 50%;
  z-index: 2;
}
#index-body .advantage .right .swiper .box .box-left .line .circle:before,
#index-body .advantage .right .swiper .box .box-left .line .circle: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 .advantage .right .swiper .box .box-left .line .circle:before {
  background-color: var(--color);
  opacity: 0;
}
#index-body .advantage .right .swiper .box .box-left .line .circle:after {
  background-color: var(--color);
  opacity: 0;
}
#index-body .advantage .right .swiper .box .box-right {
  width: -webkit-calc(100% - 21px);
  width: -moz-calc(100% - 21px);
  width: calc(100% - 21px);
  opacity: 0.5;
}
#index-body .advantage .right .swiper .box .box-right .title-box .icon {
  width: 33px;
  height: 33px;
  flex-shrink: 0;
}
#index-body .advantage .right .swiper .box .box-right .title {
  width: -webkit-calc(100% - 33px);
  width: -moz-calc(100% - 33px);
  width: calc(100% - 33px);
}
#index-body .advantage .right .swiper .box .box-right .intro {
  line-height: 1.625;
  max-height: -webkit-calc(1.625em * 6);
  max-height: -moz-calc(1.625em * 6);
  max-height: calc(1.625em * 6);
  overflow: auto;
}
#index-body .news {
  background-color: #fcf9f0;
}
#index-body .news .news-slick li .slide-box .date {
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-top: 9px;
  padding-bottom: 9px;
}
#index-body .news .news-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  line-height: 1.6;
  text-underline-offset: 5px;
}
#index-body .news .news-slick li .slide-box .title:hover {
  color: var(--color);
}
#index-body .news .news-slick li .slide-box .intro {
  line-height: 1.625;
}
#index-body .news .news-slick li .slide-box a.news-btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #ffffff;
  opacity: 0;
}
#index-body .news .news-slick li .slide-box a.news-btn:hover {
  background-color: var(--color1);
}
#index-body .news .news-slick li .slide-box:hover a.news-btn {
  opacity: 1;
}
#footer {
  color: #fff;
  background-color: var(--color1);
}
#footer .f-form-box {
  background-color: #4f001c;
}
#footer .f-form-box form {
  background-color: #370114;
}
#footer .f-form-box form input {
  background: none;
  border: none;
}
#footer .f-form-box form .mail,
#footer .f-form-box form .content {
  border-left: solid 2px rgba(255, 255, 255, 0.8);
  color: #fff;
}
#footer .f-form-box form .mail::-webkit-input-placeholder, #footer .f-form-box form .content::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .mail:-moz-placeholder, #footer .f-form-box form .content:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .mail::-moz-placeholder, #footer .f-form-box form .content::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .mail:-ms-input-placeholder, #footer .f-form-box form .content:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .mail::placeholder,
#footer .f-form-box form .content::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .name {
  width: 126px;
  color: #fff;
}
#footer .f-form-box form .name::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .name:-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .name::-moz-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .name:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .name::placeholder {
  color: rgba(255, 255, 255, 0.8);
}
#footer .f-form-box form .mail {
  width: 228px;
}
#footer .f-form-box form .content {
  width: 200px;
}
#footer .f-form-box form .submit {
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-form-box form .submit img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#footer .f-form-box form .submit:hover {
  background-color: var(--color1);
}
#footer .f-content .f-items .f-text {
  max-width: 315px;
  line-height: 1.5;
}
#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 {
  margin-bottom: 0px;
}
#footer .f-content dl.f-contact .f-contact-list li .icon {
  width: 17px;
  height: 17px;
  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: 2.5;
}
#footer .f-content dl.f-qr dd #ewm {
  max-width: 131px;
  border: 5px solid #fff;
}
#footer .f-content dl.f-nav dd,
#footer .f-content dl.f-product dd {
  margin-bottom: 16px;
}
#footer .f-social-box .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: 31px;
  height: 31px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-social-box .social-account li a:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .f-social-box hr {
  background-color: #aeaeae;
}
#footer .f-copy {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #ffffff;
}
#footer .f-copy .copy {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#footer .f-copy .copy .company-link {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy .copy .company-link:hover {
  color: var(--color);
}
#footer .f-copy svg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 27px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  fill: #ffffff;
}
#footer .f-copy svg text {
  fill: #ffffff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
#footer .f-copy svg:hover {
  fill: var(--color);
}
#footer .f-copy svg:hover text {
  fill: var(--color);
}
/* 侧边菜单 */
/* 侧边菜单 */
.fixed-toolbar {
  right:0;
  position: fixed;
  bottom: 30%;
  z-index: 100;
}
.fixed-toolbar ul li.r-phone i,
.fixed-toolbar ul li.r-mail i{
  position: relative;
  z-index: 3;
}
.fixed-toolbar ul li.r-phone p,
.fixed-toolbar ul li.r-mail p{
  white-space: nowrap;
  height: 100%;
  position: absolute;
  right: 0%;
  transition: .3s;
  background-color: var(--color);
  transform: translateX(100%);
  z-index: 2;
  font-size: 16px;
}
.fixed-toolbar ul li.r-phone:hover p,
.fixed-toolbar ul li.r-mail:hover p{
    right: 100%;
    transform: translateX(0);
}
.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: 62px;
  height: 51px;
  background-color: rgba(0, 0, 0, 0.8);
  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 .h-items .h-language>img{
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li{
    margin-right: .6em;
  }
}
@media screen and (max-width: 1250px) {
  .public-title {
    font-size: 35px;
  }
  #banner {
    margin-top: 60px;
  }
  .flex-wrap-1250 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1250 .flex-left-box {
    margin-bottom: 25px;
  }
  #banner .banner-video {
    zoom: 0.6;
  }
}
@media screen and (max-width: 1000px) {
  .flex-wap .flex-left-box {
    margin-bottom: 25px;
  }
  .flex-wrap-1000 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .flex-wrap-1000 .flex-left-box {
    margin-bottom: 25px;
  }
  .display-none-1000 {
    display: none;
  }
  .public-title {
    font-size: 30px;
  }
  #index-body .about .number-Plus li {
    width: 33.333%;
  }
  #index-body .advantage .left .arrows {
    position: static;
  }
  #index-body .advantage .right .swiper {
    height: 440px;
  }
  #footer .f-content .container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-content .container dl {
    padding-top: 10px;
  }
  #footer .f-form-box form .form-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #footer .f-form-box form .form-list li {
    width: 49%;
  }
  #footer .f-form-box form .form-list li .name,
  #footer .f-form-box form .form-list li .mail,
  #footer .f-form-box form .form-list li .content {
    margin-bottom: 18px;
    width: 100%;
  }
  #footer .f-form-box form .submit {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@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;
  }
  #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 .about .number-Plus li {
    width: 50%;
  }
  #index-body .about .number-Plus li .top {
    font-size: 30px;
  }
  #index-body .solution .solution-list {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .solution .solution-list li.active,
  #index-body .solution .solution-list li {
    width: 100%;
  }
  #index-body .solution .solution-list li .box img {
    max-width: 100%;
  }
  #footer .f-content dl.f-contact .f-contact-list li span {
    max-width: unset;
  }
  #footer .f-form-box form .form-list li {
    width: 100%;
  }
  #footer .f-copy .container {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .f-copy .copy {
    display: block;
  }
  .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: 20px;
  }
  #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) {
  .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-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;
}
/*内页*/

@-webkit-keyframes about-2-circle {
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes about-2-circle {
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes about-2-circle {
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.inner-banner {
  margin-top: 150px;
}
.inner-banner .inner-b-content {
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
@media screen and (max-width: 1250px) {
  .inner-banner {
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    height: 300px;
  }
  .inner-banner img {
    height: 100%;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.about-page .about-1 {
  background-color: var(--color2);
}
.about-page .about-1 .intro {
  line-height: 1.625;
}
.about-page .about-2 .about-2-intro {
  line-height: 1.625;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
}
.about-page .about-2 .content .circle-box .circle-content {
  margin-top: 55px;
  margin-left: 30px;
  margin-right: 28px;
  margin-bottom: 53px;
  width: 16.8em;
  height: 16.8em;
}
.about-page .about-2 .content .circle-box .circle-content .circle {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  border: 71px solid var(--color1);
  z-index: -1;
}
.about-page .about-2 .content .circle-box .circle-content .circle::after {
  content: '';
  position: absolute;
  left: -11px;
  top: -11px;
  right: -11px;
  bottom: -11px;
  border-radius: 50%;
  border: 1px dashed #fff;
  z-index: 1;
  -webkit-animation: about-2-circle 10s linear infinite;
  -moz-animation: about-2-circle 10s linear infinite;
  animation: about-2-circle 10s linear infinite;
}
.about-page .about-2 .content .left,
.about-page .about-2 .content .right {
  width: -webkit-calc(50% - 8.4em - 29px);
  width: -moz-calc(50% - 8.4em - 29px);
  width: calc(50% - 8.4em - 29px);
}
.about-page .about-2 .content .item .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .content .item.active .title {
  color: var(--color);
}
.about-page .about-2 .content .item .intro {
  line-height: 1.625;
  max-width: 350px;
}
.about-page .about-2 .content .items-list {
  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: 100%;
  text-align: center;
}
.about-page .about-2 .content .items-list li {
  position: absolute;
  z-index: -1;
  opacity: 0;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .content .items-list li.active {
  z-index: 2;
  position: relative;
  opacity: 1;
}
.about-page .about-2 .content .circle-item {
  width: 104px;
  height: 105px;
  border-radius: 50%;
  background-color: #ffffff;
  border: solid 6px var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  z-index: 2;
}
.about-page .about-2 .content .circle-item img {
  max-width: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-2 .content .circle-item.active {
  background-color: var(--color1);
}
.about-page .about-2 .content .circle-item.active img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .content .circle-item1 {
  left: 50%;
  top: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-2 .content .circle-item2 {
  left: 0%;
  top: 25%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
.about-page .about-2 .content .circle-item3 {
  left: 0%;
  top: 75%;
  -webkit-transform: translate(-20%, -50%);
  -moz-transform: translate(-20%, -50%);
  -ms-transform: translate(-20%, -50%);
  transform: translate(-20%, -50%);
}
.about-page .about-2 .content .circle-item4 {
  right: 0%;
  top: 25%;
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.about-page .about-2 .content .circle-item5 {
  right: 0%;
  top: 75%;
  -webkit-transform: translate(20%, -50%);
  -moz-transform: translate(20%, -50%);
  -ms-transform: translate(20%, -50%);
  transform: translate(20%, -50%);
}
.about-page .about-2 .content .circle-item6 {
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-3 {
  background-color: var(--color2);
}
.about-page .about-3 .top .right .prev,
.about-page .about-3 .top .right .next {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background: transparent;
  border: solid 1px #888;
  color: #888;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.about-page .about-3 .top .right .prev:hover,
.about-page .about-3 .top .right .next:hover {
  background-color: var(--color1);
  color: #fff;
}
.about-page .about-3 .history-slick li .slide-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
}
.about-page .about-3 .history-slick li .slide-box .intro {
  line-height: 1.625;
  min-height: -webkit-calc(1.625em * 5);
  min-height: -moz-calc(1.625em * 5);
  min-height: calc(1.625em * 5);
}
.about-page .about-3 .history-slick li .slide-box:hover {
  background-color: var(--color1);
}
.about-page .about-3 .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 2px;
  background-color: #c8c8c8;
}
.about-page .about-3 .slick-dots li {
  height: 100%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.about-page .about-3 .slick-dots li.slick-active {
  background-color: var(--color);
}
.about-page .about-3 .slick-dots li button {
  display: none;
}
.about-page .about-3 .history-slick1 {
  margin-left: -4.7em;
  margin-right: -4.7em;
}
.about-page .about-3 .history-slick1 li {
  padding-left: 4.7em;
  padding-right: 4.7em;
}
@media screen and (max-width: 1000px) {
  .about-page .about-2 .circle-box {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-bottom: 40px;
    font-size: 24px;
  }
  .about-page .about-2 .content .left,
  .about-page .about-2 .content .right {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-2 .circle-box {
    font-size: 16px;
  }
  .about-page .about-2 .content .circle-item {
    zoom: 0.6;
  }
  .about-page .about-2 .content .left,
  .about-page .about-2 .content .right {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .about-2 .content .circle-box .circle-content .circle {
    border-width: 40px;
  }
  .about-page .about-3 .history-slick1 {
    margin-left: -2em;
    margin-right: -2em;
  }
  .about-page .about-3 .history-slick1 li {
    padding-left: 2em;
    padding-right: 2em;
  }
}
.m-page .wp-pagenavi {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.m-page span,
.m-page a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
  width: 40px;
  line-height: 40px;
  border: solid 1px var(--color);
  margin: 0 5px;
}
.m-page span:hover,
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.m-page .current {
  border: solid 1px var(--color);
  color: #fff;
  background-color: var(--color);
}
@media screen and (max-width: 700px) {
  .gallery-page .gallery-1 .img-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .gallery-1 .img-list li {
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .honor-page .honor-1 .img-list li {
    width: 33.33%;
  }
}
@media screen and (max-width: 700px) {
  .honor-page .honor-1 .img-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .honor-page .honor-1 .img-list li {
    width: 100%;
  }
}
.faq-page .faq-1 .faq-list li .title-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #f1f1f1;
  color: #333;
}
.faq-page .faq-1 .faq-list li .title-box .plus {
  width: 19px;
  height: 18px;
}
.faq-page .faq-1 .faq-list li .title-box .plus::before,
.faq-page .faq-1 .faq-list li .title-box .plus::after {
  content: '';
  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%);
  background-color: #333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  display: block;
}
.faq-page .faq-1 .faq-list li .title-box .plus::before {
  width: 100%;
  height: 3px;
}
.faq-page .faq-1 .faq-list li .title-box .plus::after {
  height: 100%;
  width: 3px;
}
.faq-page .faq-1 .faq-list li .content-box {
  background-color: #ffffff;
  line-height: 1.625;
  display: none;
}
.faq-page .faq-1 .faq-list li.active .title-box {
  background-color: var(--color1);
  color: #fff;
}
.faq-page .faq-1 .faq-list li.active .title-box .plus::before,
.faq-page .faq-1 .faq-list li.active .title-box .plus::after {
  background-color: #fff;
}
.faq-page .faq-1 .faq-list li.active .title-box .plus::after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .faq-1 .faq-list li.active .content-box {
  -webkit-box-shadow: 0px 1px 13px 0px rgba(23, 23, 23, 0.19);
  box-shadow: 0px 1px 13px 0px rgba(23, 23, 23, 0.19);
}
.product-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #000;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.product-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.product-page .init-2 .container .fl-list span em {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.product-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.product-page .init-2 .container .fl-list ul {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
  max-height: 300px;
  /*overflow-y: auto;*/
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -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);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  transform-origin: top;
}
.product-page .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .container .fl-list ul li a {
  display: block;
}
.product-page .init-2 .container .fl-list ul li a:hover {
  color: var(--color);
}
.product-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  transform: scaleY(1);
}
.product-page .init-2 .container .fl-list ul li .second-cate{
  position: absolute;
  left: 100%;
  top: 0;
  width: 100%;
  display: none;
  z-index: 2;
  -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);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #fff;
}
.product-page .init-2 .container .fl-list ul li .second-cate li{
    font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.product-page .init-2 .container .fl-list ul li:hover .second-cate{
  display: block;
}
.product-page .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #000;
  color: #474747;
}
.product-page .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}
.product-page .init-2 .container .product-search form .text {
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.product-page .init-2 .container .product-search form .btn {
  width: 75px;
  background-color: var(--color1);
  border: none;
  border-radius: 0;
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-page .init-2 .container .product-search form .btn:hover {
  background-color: var(--color);
}
.product-page .product-page-1 .category-detail {
  line-height: 1.625;
  max-height: -webkit-calc(1.625em * 10);
  max-height: -moz-calc(1.625em * 10);
  max-height: calc(1.625em * 10);
  overflow: auto;
}
.product-page .product-page-1 .product-list li .slide-box .img-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px rgba(147, 147, 147, 0.28);
}
.product-page .product-page-1 .product-list li .slide-box .img-box .mask-content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(110, 1, 40, 0.89);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 9px solid var(--color);
  color: #ffffff;
  opacity: 0;
}
.product-page .product-page-1 .product-list li .slide-box .img-box .mask-content .product-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-page-1 .product-list li .slide-box .img-box .mask-content .product-btn .arrow {
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.product-page .product-page-1 .product-list li .slide-box .img-box .mask-content .product-btn:hover {
  color: var(--color);
}
.product-page .product-page-1 .product-list li .slide-box .img-box .mask-content .product-btn:hover .arrow {
  border-color: var(--color);
}
.product-page .product-page-1 .product-list li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.product-page .product-page-1 .product-list li .slide-box .title:hover {
  color: var(--color);
}
.product-page .product-page-1 .product-list li .slide-box:hover .mask-content {
  opacity: 1;
}
@media screen and (max-width: 1250px) {
  .product-page .product-list li {
    width: 33.333%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page .init-2 {
    display: none;
  }
  .product-page .product-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .product-page .product-list li {
    width: 100%;
  }
}
.single-product .product-detail-1 .content .left .small {
  font-size: 0;
}
.single-product .product-detail-1 .content .left .small .small-slick {
  margin-top: -7px;
}
.single-product .product-detail-1 .content .left .small .small-slick .slick-vertical .slick-slide {
  border: none;
}
.single-product .product-detail-1 .content .left .small .small-slick .slick-li {
  padding-top: 7px;
}
.single-product .product-detail-1 .content .left .small .small-slick .img-box {
  border: solid 1px rgba(147, 147, 147, 0.28);
}
.single-product .product-detail-1 .content .left .big {
  width: -webkit-calc(100% - 19% - 10px);
  width: -moz-calc(100% - 19% - 10px);
  width: calc(100% - 19% - 10px);
}
.single-product .product-detail-1 .content .left .big .big-slick li .img-box {
  border: solid 1px rgba(147, 147, 147, 0.28);
}
.single-product .product-detail-1 .content .right .title {
  line-height: 1.2;
}
.single-product .product-detail-1 .content .right .intro {
  line-height: 1.625;
  max-height: -webkit-calc(1.625em * 14);
  max-height: -moz-calc(1.625em * 14);
  max-height: calc(1.625em * 14);
  overflow-y: auto;
}
.single-product .product-detail-1 .content .right .btns a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-product .product-detail-1 .content .right .btns a:first-child {
  background-color: var(--color1);
}
.single-product .product-detail-1 .content .right .btns a:first-child:hover {
  background-color: var(--color);
}
.single-product .product-detail-1 .content .right .btns a:last-child {
  margin-left: 0;
  background-color: var(--color);
}
.single-product .product-detail-1 .content .right .btns a:last-child:hover {
  background-color: var(--color1);
}
.single-product .product-detail-1 .Auxil-through a {
  color: #333333;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-product .product-detail-1 .Auxil-through a:hover {
  color: var(--color);
}
.single-product .product-detail-1 .product-tab .tab-items a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.37);
  background-color: #cecece;
}
.single-product .product-detail-1 .product-tab .tab-items a.active,
.single-product .product-detail-1 .product-tab .tab-items a:hover {
  color: #fff;
  background-color: var(--color1);
}
.single-product .product-detail-1 .product-tab .tab-content {
  display: none;
}
.single-product .product-detail-1 .product-tab .tab-content.active {
  display: block;
}
.single-product .product-detail-2 .product-slick li .slide-box .img-box {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: #ffffff;
  border: solid 1px rgba(147, 147, 147, 0.28);
}
.single-product .product-detail-2 .product-slick li .slide-box .img-box .mask-content {
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(110, 1, 40, 0.89);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-bottom: 9px solid var(--color);
  color: #ffffff;
  opacity: 0;
}
.single-product .product-detail-2 .product-slick li .slide-box .img-box .mask-content .product-btn {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-product .product-detail-2 .product-slick li .slide-box .img-box .mask-content .product-btn .arrow {
  width: 36px;
  height: 36px;
  border: solid 1px #fff;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-radius: 50%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.single-product .product-detail-2 .product-slick li .slide-box .img-box .mask-content .product-btn:hover {
  color: var(--color);
}
.single-product .product-detail-2 .product-slick li .slide-box .img-box .mask-content .product-btn:hover .arrow {
  border-color: var(--color);
}
.single-product .product-detail-2 .product-slick li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.single-product .product-detail-2 .product-slick li .slide-box .title:hover {
  color: var(--color);
}
.single-product .product-detail-2 .product-slick li .slide-box:hover .mask-content {
  opacity: 1;
}
.resource-page .resource-list li .box .img-box {
  border: 1px solid var(--color);
}
.resource-page .resource-list li .box .img-box img {
  -webkit-box-shadow: 1px 2px 17px 1px rgba(23, 23, 23, 0.15);
  box-shadow: 1px 2px 17px 1px rgba(23, 23, 23, 0.15);
}
.resource-page .resource-list li .box .icon {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  width: 94px;
  height: 95px;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  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;
}
.resource-page .resource-list li .box .icon img {
  width: auto;
}
.resource-page .resource-list li .box:hover .icon {
  opacity: 1;
}
.resource-page .resource-list li .box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.resource-page .resource-list li .box .title:hover {
  color: var(--color);
}
@media screen and (max-width: 700px) {
  .resource-page .resource-list li {
    width: 100%;
  }
}
.contact-page .contact-1 .intro {
  line-height: 1.625;
}
.contact-page .contact-1 .content .left {
  width: 23.43%;
}
.contact-page .contact-1 .content .right {
  width: 76.57%;
}
.contact-page .contact-1 .content .right form .form-list li input {
  color: #666666;
  height: 52px;
  border: solid 1px #cacaca;
  background: none;
}
.contact-page .contact-1 .content .right form .form-list li textarea {
  border: solid 1px #cacaca;
  height: 203px;
}
.contact-page .contact-1 .content .right form .form-list li .submit {
  background-color: var(--color);
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  border-color: var(--color);
  color: #fff;
  height: auto;
}
.contact-page .contact-1 .content .right form .form-list li .submit:hover {
  background-color: var(--color1);
  border-color: var(--color1);
}
.contact-page .contact-2 .contact-2-list li .icon {
  width: 113px;
  height: 113px;
  background-color: var(--color1);
  border-radius: 50%;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (max-width: 1000px) {
  .contact-1 .content .left {
    display: none;
  }
  .contact-2 .contact-2-list li {
    width: 50%;
    padding-bottom: 15px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 .content .right form .form-list li {
    width: 100%;
  }
  .contact-page .contact-1 .content .right form .form-list li input {
    height: 40px;
  }
  .contact-2 .contact-2-list li {
    width: 100%;
  }
}
.news-page .news-list-box .news-category-lis li a {
  padding-top: 6px;
  padding-bottom: 7px;
  background-color: #dfdfdf;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: rgba(0, 0, 0, 0.6);
}
.news-page .news-list-box .news-category-lis li.active a,
.news-page .news-list-box .news-category-lis li a:hover {
  background-color: var(--color1);
  color: #fff;
}
.news-page .news-list-box .news-list li .slide-box .date {
  right: 0;
  bottom: 0;
  background-color: #ffffff;
  padding-top: 9px;
  padding-bottom: 9px;
}
.news-page .news-list-box .news-list li .slide-box .title {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  text-decoration: underline;
  line-height: 1.6;
  text-underline-offset: 5px;
}
.news-page .news-list-box .news-list li .slide-box .title:hover {
  color: var(--color);
}
.news-page .news-list-box .news-list li .slide-box .intro {
  line-height: 1.625;
}
.news-page .news-list-box .news-list li .slide-box a.news-btn {
  cursor: pointer;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  background-color: var(--color);
  color: #ffffff;
  opacity: 0;
}
.news-page .news-list-box .news-list li .slide-box a.news-btn:hover {
  background-color: var(--color1);
}
.news-page .news-list-box .news-list li .slide-box:hover a.news-btn {
  opacity: 1;
}
@media screen and (max-width: 700px) {
  .news-page .news-list-box .news-list li {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .news-page .news-list-box .news-list li {
    width: 100%;
  }
}
.news-d-page .news-d-1 {
  background-color: var(--color2);
}
.news-d-page .news-d-1 .news-items {
  color: #787878;
}
.news-d-page .news-d-1 .news-intro {
  line-height: 1.625;
  border-bottom: 1px solid #e1e1e1;
}
.news-d-page .news-d-1 .Auxil-through a {
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
  color: #333333;
}
.news-d-page .news-d-1 .Auxil-through a:hover {
  color: var(--color);
}
.solutions-page .solutions-1 .top .right .intro {
  line-height: 1.625;
}
.solutions-page .solutions-2 .solutions-list li {
  background-color: var(--color2);
}
.solutions-page .solutions-2 .solutions-list li .content .left .intro {
  line-height: 1.625;
}
.solutions-page .solutions-2 .solutions-list li .text-content {
  line-height: 1.625;
}
.solutions-page .solutions-2 .solutions-list li:nth-child(even) {
  background-color: #fff;
}
.solutions-page .solutions-2 .solutions-list li:nth-child(even) .content .left {
  padding-right: 0;
  padding-left: 89px;
}
.solutions-page .solutions-2 .solutions-list li:nth-child(even) .content .right {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
@media screen and (max-width: 1000px) {
  .solutions-page .solutions-2 .solutions-list li:nth-child(even) .content .right {
    -webkit-box-ordinal-group: unset;
    -webkit-order: unset;
    -moz-box-ordinal-group: unset;
    -ms-flex-order: unset;
    order: unset;
  }
}
