@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-display: swap;
}
@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: 400;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 700;
  font-display: swap;
}
#mobile3 .m-search form input[type="submit"]{
  background: url("../images/icon-search-white.png") center center no-repeat;
}
body {
  font-family: "Poppins";
  max-width: 1920px;
  --color: #000;
  font-weight: 400;
  margin: 0 auto;
}
.container {
  width: 1480px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header {
  z-index: 21;
  color: white;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .h-top {
  background-color: black;
  color: white;
  height: 55px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .h-top .msg {
  margin-left: auto;
  font-size: 17px;
  cursor: pointer;
}
#header .h-top .msg i {
  vertical-align: middle;
}
#header .h-top .share a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
#header .h-top .share a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
#header .nav {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#header .nav .ui.menu {
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .logo {
  display: inline-block;
  margin-left: 0;
  margin-right: auto;
  vertical-align: middle;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  margin-left: auto;
  margin-right: 0;
  margin-top: 7px;
}
#header .nav .ui.menu .menu-box > div {
  height: 100%;
}
#header .nav .ui.menu .menu-box ul.menu {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 17px;
  margin-right: 65px;
  color: #1aa1a9;
  -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: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}
#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 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: 0px;
  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: .5s;
  -moz-transition: .5s;
  transition: .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-search {
  display: inline-block;
  font-size: 17px;
  vertical-align: middle;
  margin-left: 30px;
  margin-right: 0;
  cursor: pointer;
  cursor: hand;
}
#header .nav .ui.menu .h-search i {
  margin-left: 10px;
  font-size: 24px;
  vertical-align: middle;
}
#header .nav .ui.menu .h-search,
#header .nav .ui.menu .yuy span{
  color: #1aa1a9;
}
#header .nav .ui.menu .yuy span i {
  font-size: 22px;
  margin-right: 7px;
  margin-bottom: 1px;
}
#header.inner,
#header.active {
  background-color: white;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  color: black;
}
#header.inner .nav,
#header.active .nav {
  padding: 10px 0;
}
#header.inner .nav .ui.menu .logo img,
#header.active .nav .ui.menu .logo img {
  -webkit-filter: invert(0);
  filter: invert(0);
}
#header.inner .nav .ui.menu .h-search,
#header.inner .nav .ui.menu .yuy span,
#header.active .nav .ui.menu .h-search,
#header.active .nav .ui.menu .yuy span{
  color: #000;
}
#header.inner .nav .ui.menu .menu-box ul.menu > li,
#header.active .nav .ui.menu .menu-box ul.menu > li {
  color: black;
}
#header .pro-cat {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #fff;
  -moz-box-shadow: 0 0 10px rgba(0,0,0,.1);
  -o-box-shadow: 0 0 10px rgba(0,0,0,.1);
  box-shadow: 0 0 10px rgba(0,0,0,.1);
  /*-webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;*/
  color: black; 
  display: none;
}
#header.active .pro-cat {
  position: fixed;
  top: 125px;
}
#header .pro-cat .list {
  padding: 60px 0;
  /*display: none;*/
}
#header .pro-cat .list .nav-list {
  width: 20%;
}
#header .pro-cat .list .nav-list li {
  display: block;
  font-size: 18px;
  padding-bottom: 20px;
}
#header .pro-cat .list .nav-list li.active a{
  /*color: #076d9a;*/
  text-decoration: underline;
}
#header .pro-cat .list .nav-list li:last-child {
  padding-bottom: 0;
}
#header .pro-cat .list .nav-img {
  width: 50%;
  padding: 0 15px;
}
#header .pro-cat .list .nav-img ul {
  margin: -10px;
}
#header .pro-cat .list .nav-img ul li {
  padding: 10px;
}
#header .pro-cat .list .nav-img ul li a {
  display: block;
}
#header .pro-cat .list .nav-img ul li img{
  /*filter: invert(1);*/
  width: auto;
  margin: auto;
  display: block;
}
#header .pro-cat .list .nav-chidren {
  padding-left: 40px;
  border-left: 1px solid rgba(0,0,0,0.2);
  width: 30%;
}
#header .pro-cat .list .nav-chidren li {
  font-size: 15px;
  padding-bottom: 10px;
}
#header .pro-cat .list .nav-chidren li.big {
  font-size: 18px;
  color: #076d9a;
}
#header .pro-cat .list .nav-chidren li:last-child {
  padding-bottom: 0;
}
#header .pro-cat .list .nav-chidren li a:hover,
#header .pro-cat .list .nav-list li a:hover {
  text-decoration: underline;
}
#header .pro-cat .list .nav-chidren ul {
  display: none;
}
#header .pro-cat .list .nav-chidren ul ul {
  display: block;
}
#header .pro-cat .list .nav-chidren ul ul {
  padding-left: 10px;
}
#header .pro-cat .list .nav-chidren ul ul li:first-child {
  padding-top: 10px;
}
#header .pro-cat .list .nav-chidren ul:first-child {
  display: block;
}
#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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
.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;
}
#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: .5s;
  -moz-transition: .5s;
  transition: .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;
}
#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;
}
.more {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(0, 0, 0, 0.5);
  color: white;
  height: 62px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: 1px solid transparent;
  padding: 0 32px;
  font-size: 18px;
}
.more i {
  margin-left: 10px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.more:hover {
  border-color: black;
  background-color: transparent;
}
.more:hover i{
  -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}
.fw-600 {
  font-weight: 600;
}
#banner li {
  position: relative;
}
#banner li .content {
  position: absolute;
  left: 0;
  width: 100%;
  top: 57%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  text-align: center;
}
#banner li .content .left {
  max-width: 550px;
}
#banner li .content h2 {
  line-height: 1;
}
#banner li .content p {
  line-height: 29px;
}
#banner li .content .more:hover {
  background-color: white;
  color: black;
}
#index-body .i-category ul li .icon {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  border: 1px solid black;
  margin: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .i-category ul li:hover .icon {
  background-color: black;
}
#index-body .i-category ul li:hover .icon img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
#index-body .i-product ul .slick-list {
  padding-bottom: 10px;
}
#index-body .i-product ul li .img-box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid rgba(0,0,0,0.2);
}
#index-body .i-product ul li .mores {
  position: relative;
  line-height: 1;
}
#index-body .i-product ul li .mores::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: black;
}
#index-body .i-product ul li:hover .img-box {
  border-radius: 300px 300px 0 0;
}
#index-body .i-init3 {
  background-color: #f2f2f2;
}
#index-body .i-init3 .right {
  padding: 50px 10%;
}
#index-body .i-init3 .right .h3 {
  line-height: 1;
}
#index-body .i-init3 .right .des {
  line-height: 32px;
}
#index-body .i-init3 .right .slickDots ul {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}
#index-body .i-init3 .right .slickDots ul li {
  width: 17px;
  height: 17px;
  background-color: #a9a9a9;
  border: none;
      margin-left: 0;
    margin-right: 2.4em;
}
#index-body .i-init3 .right .slickDots ul li.slick-active {
  background-color: black;
}
#index-body .i-init4 .txt {
  line-height: 29px;
  text-align: center;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}
#index-body .i-init4 ul li .box {
  background: -webkit-gradient(linear, left top, right top, from(#ebebeb), to(#fcfcfc));
  background: -webkit-linear-gradient(left, #ebebeb, #fcfcfc);
  background: -moz-linear-gradient(left, #ebebeb, #fcfcfc);
  background: linear-gradient(to right, #ebebeb, #fcfcfc);
  height: 393px;
  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;
  overflow: hidden;
}
#index-body .i-init4 ul li .box .content {
  max-width: 415px;
  z-index: 4;
  position: relative;
}
#index-body .i-init4 ul li .box .des {
  line-height: 29px;
}
#index-body .i-init4 ul li .box .img {
  position: absolute;
  right: 0;
  top: 0;
}
#index-body .i-init4 ul li:nth-child(1) .box,
#index-body .i-init4 ul li:nth-child(4) .box {
  background: -webkit-gradient(linear, left top, right top, from(#595959), to(#e9e9e9));
  background: -webkit-linear-gradient(left, #595959, #e9e9e9);
  background: -moz-linear-gradient(left, #595959, #e9e9e9);
  background: linear-gradient(to right, #595959, #e9e9e9);
  color: white;
}
#index-body .i-about ul li {
  border-left: 1px solid #000000;
  max-width: 325px;
}
#index-body .i-about ul li .num {
  margin-right: 30px;
}
#index-body .i-about ul li .icon img {
  vertical-align: middle;
}
#index-body .i-about ul li p {
  font-weight: bold;
}
#index-body .i-about .content {
  line-height: 33px;
  font-weight: bold;
}
#index-body .i-news {
  background-color: #f5f5f5;
}
#index-body .i-news ul li .box {
  background-color: white;
}
#index-body .i-news ul li .box .titles {
  /*display: block;*/
  line-height: 1.3;
  min-height: 67px;
}
#index-body .i-news ul li .box .des {
  line-height: 34px;
}
#index-body .i-news .slickDots ul li {
  width: 17px;
  height: 17px;
  background-color: #ababab;
  border: none;
  margin: 0 1.4em;
}
#index-body .i-news .slickDots ul li.slick-active {
  background-color: black;
}
#footer {
  background-color: #353535;
  color: white;
}
#footer .left {
  width: 64%;
}
#footer .left form input {
  width: 100%;
  font-size: 18px;
  background-color: transparent;
  border: none;
  border-bottom: 2px solid rgba(255, 255, 255, 0.5);
  height: 50px;
  margin-bottom: 11px;
}
#footer .left form input::-webkit-input-placeholder {
  color: #fff;
}
#footer .left form input::-moz-placeholder {
  color: #fff;
}
#footer .left form input:-ms-input-placeholder {
  color: #fff;
}
#footer .left form input:-moz-placeholder {
  color: #fff;
}
#footer .left form button {
  height: 52px;
}
#footer .left form button:hover {
  background-color: white;
  color: black;
}
#footer .left .bottom ul li {
  line-height: 39px;
}
#footer .left .bottom #ewm {
  width: 120px;
  height: 120px;
  border: 4px solid white;
}
#footer .left .bottom .two {
  max-width: 420px;
}
#footer .right {
  width: 23%;
}
#footer .right .h3 {
  line-height: 1;
}
#footer .right em {
  display: block;
  margin-left: 65px;
}
#footer .f-copy svg {
  height: 30px;
  width: auto;
  fill: white;
  vertical-align: middle;
}
#footer .f-copy .share a {
  display: inline-block;
  width: 25px;
  height: 25px;
  border-radius: 50%;
  text-align: center;
  line-height: 25px;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-left: 10px;
  border: 1px solid rgba(255, 255, 255, 0.5);
  color: rgba(255, 255, 255, 0.5);
}
#footer .f-copy .share a:hover {
  background-color: rgba(255, 255, 255, 0.5);
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 55px;
  }
  #banner li .content .img img {
    max-height: 185px;
    margin: auto;
  }
  #index-body .i-init3 .right {
    padding: 50px 5%;
  }
  #index-body .i-init4 ul li .box {
    height: 335px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 30px;
  }
  #banner li .content .img img {
    max-height: 140px;
  }
  #index-body .i-init4 ul li .box .content {
    max-width: 320px;
  }
  #footer .right {
    width: 25%;
  }
  #footer .left .bottom .two {
    max-width: 345px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner{
    margin-top: 60px;
  }
  #index-body .i-init4 ul li .box .img {
    width: 40%;
  }
  #index-body .i-init4 ul li .box {
    height: 260px;
  }
  #index-body .i-init3 .right .slickDots ul li,
  #index-body .i-news .slickDots ul li {
    width: 12px;
    height: 12px;
  }
  #footer .left .bottom .two {
    max-width: 295px;
  }
  #footer .right {
    width: 28%;
  }
}
@media screen and (max-width: 1000px) {
  #banner li .content {
    top: 50%;
  }
  #index-body .i-init3 .right {
    margin-top: 40px;
    padding: 0 15px 50px !important;
  }
  #index-body .i-init4 ul li .box .content {
    padding-right: 15px;
    max-width: 245px;
  }
  /*#index-body .i-init4 ul li .box .img {
    display: none;
  }*/
  #index-body .i-init4 ul li .box {
    height: 215px;
    padding-left: 10px;
  }
  #index-body .i-init4 ul li .box .img{
    width: 32%;
    top: auto;
    bottom: 0;
    max-height: 100%;
  }
  #index-body .i-about ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  #index-body .i-about ul li {
    width: 50%;
    margin-bottom: 20px;
  }
  #footer .right {
    display: none;
  }
  #footer .left {
    width: 100%;
  }
  #footer .f-copy .wid-23,
  #footer .f-copy .wid-64{
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  #banner li .content .img img {
    max-height: 70px;
  }
  .more {
    font-size: 16px;
    padding: 0 17px;
    height: 45px;
  }
  #banner li > img {
    min-height: 350px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .i-init4 ul li .box .content .font-24{
    font-size: 17px;
    font-weight: bold;
  }
  #index-body .i-init4 ul li .box .des{
    -webkit-line-clamp: 2;
  }
  #index-body .i-category ul li .icon {
    zoom: 0.7;
  }
  #index-body .i-init4 ul li {
    width: 100%;
  }
  #index-body .i-init4 ul li .box .content {
    max-width: 65%;
  }
  #index-body .i-about ul li {
    padding-right: 20px;
  }
  #footer .left .bottom .one {
    display: none;
  }
  #footer .left .bottom .three {
    display: none;
  }
  #footer .left .bottom .two {
    max-width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #banner li .content{
    text-align: left;
  }
  #banner li .content h2{
    max-width: 215px;
  }
  #banner li .content p{
    line-height: 20px;
  }
  #banner li .content .img img{
    margin-left: 0;
  }
  #banner li .content p{
    max-width: 230px;
  }
  #index-body .i-init4 ul li .box .content{
    max-width: 75%;
  }
  #index-body .i-about ul li .icon {
    -webkit-box-flex: 0;
    -webkit-flex: none;
    -moz-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  #index-body .i-about ul li .num {
    margin-right: 15px;
  }
  #footer .left form li {
    width: 100%;
  }
}


@keyframes round_translate1 {
    0% {
        right: 75%;
    }
    74.99% {
        opacity: 1;
    }
    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }
    75.05% {
        right: 100%;
        opacity: 0;
    }
    75.1% {
        opacity: 1;
    }
    100% {
        right: 75%;
    }
}
@keyframes round_translate2 {
    0% {
        right: 40%;
    }
    64.99% {
        opacity: 1;
    }
    65% {
        right: -30%;
        opacity: 0;
    }
    65.05% {
        right: 100%;
        opacity: 0;
    }
    65.1% {
        opacity: 1;
    }
    100% {
        right: 40%;
    }
}
@keyframes round_translate3 {
    0% {
        right: 0;
    }
    9.99% {
        opacity: 1;
    }
    10% {
        right: -25%;
        opacity: 0;
    }
    10.05% {
        right: 100%;
        opacity: 0;
    }
    10.1% {
        opacity: 1;
    }
    100% {
        right: 0;
    }
}
.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 105px;
}
.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(0,0,0,0.14);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}
.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.jpg") no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
}
.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(0,0,0,0.14);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}
.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(0,0,0,0.14);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}
.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    max-width: 600px;
}
.inner-banner .mbx h2 {
    font-size: 30px;
    line-height: 1;
    font-weight: bold;
    /*font-style:italic;*/
    /*text-transform:uppercase;*/
    margin-bottom: 10px;
    /*font-family: Unbounded;*/
}
.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}
@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }
    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }
    .inner-banner .mbx p {
        padding: 0 15px;
    }
}

.inner-page .m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0
}

.inner-page .m-page a,.inner-page .m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 36px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin: 5px
}

.inner-page .m-page a:hover {
    background: var(--color) none repeat scroll 0 0;
    color: #fff
}

.inner-page .m-page span {
    background: var(--color) none repeat scroll 0 0;
    color: #fff
}

.download-page .more:hover{
  background: black;
}
.download-page ul li .img img{
  vertical-align: middle;
}
.download-page ul li i.iconfont-pdf{
  color: #ef0000;
}
.faq-page {
    padding: 60px 0 30px
}

.faq-page ul li {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8
}

.faq-page ul li h4 {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 10px;
    line-height: 1.8
}

.faq-page ul li .content {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 16px;
    line-height: 30px
}

.faq-page ul li:last-child {
    margin-bottom: 0
}

.news-page {
  padding: 80px 0;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.1);
  display: block;
}
.news-page .list ul li .box a.img {
  height: 500px;
  position: relative;
  background-position: center top;
}
.news-page .list ul li .box a.img:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.news-page .list ul li .box .content {
  padding: 25px;
}
.news-page .list ul li .box .content span {
  position: relative;
  color: #555555;
  font-size: 14px;
  line-height: 28px;
  display: block;
}
.news-page .list ul li .box .content span i.fa {
  color: var(--color);
}
.news-page .list ul li .box .content h6 {
  font-size: 24px;
  font-weight: bold;
  line-height: 36px; 
  margin: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  min-height: 75px;
}
.news-page .list ul li .box .content h6:hover {
  color: var(--color);
}
.news-page .list ul li .box .content .text {
  margin-bottom: 1.5em;
}
 
.news-page .list ul li .box .content a.more i.plus {
  float: right;
}
.news-page .list ul li .more:hover{
  background: black;
}
.news-page .list ul li .box:hover a.img:after {
  opacity: .5;
}
@media screen and (max-width: 1700px){
   .news-page .list ul li .box .content h6 {
    font-size: 20px;
    line-height: 36px;
  }
}
@media screen and (max-width: 1500px){
  .news-page .list ul li .box a.img {
    height: 220px;
  }
}
@media screen and (max-width: 1400px) {
  .news-page .list ul li .box .content a.more {
    max-width: 90%;
  }
}
@media screen and (max-width: 1230px){
  .news-page .news-list ul li {
    width: 50%;
  }
  .news-page .list ul li .box .content {
    padding: 15px;
  }
  .service-page .list ul li .box h6,
  .news-page .list ul li .box .content h6 {
    font-size: 16px;
    line-height: 30px!important
  }
  .news-page .list ul li .box .content span {
    font-size: 14px;
    line-height: 28px;
  } 
  .news-page .list ul li .box a.img {
    height: 380px;
  }
}
 


.about-page .about-1 .left {
  vertical-align: bottom;
  padding-right: 27px;
  margin-bottom: 15px;
  width: 100%;
  margin-top: 30px;
}

/*.about-page .about-1 .left .title {
  margin-top: -1%;
}*/
.about-page .about-1 .left .con {
  font-size: 18px;
  color: #000;
  line-height: 30px;
  margin-top: 30px;
}

.about-page .about-1 .right {
  /*padding-left: 59px;*/
  vertical-align: baseline;
  width: 100%;
}

.about-page .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-page .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: 30px;
  transition: .5s
}

.about-page .about-1 .play:hover {
  background: #cca255
}

.about-page .about-1 .play i {
  position: relative;
  left: 3px;
}

.about-page .about-1 .right .data {
  margin-top: 46px;
  border-top: 1px solid #d1d1d1;
  border-bottom: 1px solid #d1d1d1;
  padding: 24px 30px 13px 30px;
}

.about-page .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-page .about-1 .right .data ul li {
  display: inline-block;
  font-weight: 600;
  color: var(--color);
  font-size: 18px;
  line-height: 32px;
}

.about-page .about-1 .right .data ul li span {
  line-height: 32px;
}

.about-page .about-1 .right .data ul li .num {
  font-size: 60px;
  line-height: 0.6;
  transition: .5s;
  margin-top: 10px
}

.about-page .about-1 .right .data ul li:hover .num {
  color: #cca255
}

.about-page .about-1 .right .data ul li p {
  margin-top: 12px;
}
.cus-page .cus-2 {
  /*padding-top: 6%;*/
}
.cus-page .cus-2 .i-title {
  text-align: center;
}
.cus-page .cus-2 .con {
  color: #666;
}

.cus-page .cus-2 .content {
  margin-top: 67px;
}
.cus-page .cus-2 .content .item {
  background: #fff;
  border-radius: 15px;
  padding-bottom: 130px;
  /*min-height: 400px;*/
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #f6f7f9;
  position: relative;
  overflow: hidden;
}
.cus-page .cus-2 .content .item .bg{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
   -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.cus-page .cus-2 .content .item .bg img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.cus-page .cus-2 .content .item:hover .bg{
  opacity: 1;
}
.cus-page .cus-2 .content .item .tit {
  padding: 12px 50px;
  /*border-bottom: 1px solid #e3e3e3;*/
  height: 150px;
    display: flex;
    align-items: center;
    margin-bottom: 30px;
    z-index: 4;
    position: relative;
}
.cus-page .cus-2 .content .item .itemBox{
  z-index: 4; 
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;*/
}
.cus-page .cus-2 .content .item .hover_text{
  position: absolute;
  left: 0;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  color: white;
  opacity: 0;
  /*-webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;*/
}
.cus-page .cus-2.about_2 .content .item:hover .itemBox{
  opacity: 0;
}
.cus-page .cus-2.about_2 .content .item:hover .hover_text{
  opacity: 1;
}
.cus-page .cus-2 .content .item .con {
  padding: 45px 50px;
  max-width: 770px;
  display: none;
  z-index: 4;
  position: relative;
}
.cus-page .cus-2 .content .item .con .des {
  font-size: 20px;
  line-height: 1.5;
  min-height: 4.5em;
  max-height: 4.5em;
  overflow-y: auto;
  color: #666;
}
.cus-page .cus-2 .content .item .icon {
  display: block;
  text-align: left;
  position: absolute;
  bottom: 50px;
  left: 50px;
  z-index: 4;
}
.cus-page .cus-2 .content .item .icon img {
  width: 80px;
  height: 80px;
}
.cus-page .cus-2 .content .item:hover {
  background: #000;
}
.cus-page .cus-2 .content .item:hover .tit {
  color: #FFFFFF;
}
.cus-page .cus-2 .content .item:hover .icon img {
  filter: brightness(0) invert(1);
}
.cus-page .cus-2 .content .item:hover .con .des {
  color: #FFFFFF;
}
.about-page .i-why {
  background: #f5f5f5
}

.about-page .i-why .top {
  margin-bottom: 54px;
}

.about-page .i-why .top .left .i-title {
  display: inline-block;
}

.about-page .i-why .top .left .i-title:after {
  left: 77%;
  top: 4%;
}

.about-page .i-why .top .right {
  /*padding-left: 70px;*/
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
}

.about-page .i-why .top .right .des {
  font-size: 18px;
  line-height: 32px;
  color: #494949;
  display: none
}

.about-page .i-why .top .right .des.active {
  display: block
}

.about-page .i-why .wrap .left {
  width: 66%;
  padding-right: 13px;
}

.about-page .i-why .wrap .left ul {
  margin: -13px;
}

.about-page .i-why .wrap .left ul li {
  padding: 13px;
}

.about-page .i-why .wrap .left ul li .box {
  background: #fff;
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  padding: 25px;
  position: relative;
  height: 280px;
  overflow: hidden;
}
.about-page .i-why .wrap .left ul li .box .img{
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.about-page .i-why .wrap .left ul li .box .img img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .i-why .wrap .left ul li .box .icon {
  width: 60px;
  height: 60px;
  border-radius: 100%;
  background: #fff;
  text-align: center;
  line-height: 60px;
  /*-webkit-box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);
  box-shadow: 0px 3px 6.44px 0.56px rgba(238, 238, 238, 0.9);*/
}

.about-page .i-why .wrap .left ul li .box .icon img {
  vertical-align: middle;
}

.about-page .i-why .wrap .left ul li .box .h4 {
  font-size: 20px;
  line-height: 30px;
  font-weight: 700;
  margin-top: 23px;
  padding-right: 30px;
  min-height: 60px;
}

.about-page .i-why .wrap .left ul li .box .arrow {
  position: absolute;
  right: 25px;
  bottom: 25px;
}

.about-page .i-why .wrap .left ul li .box .arrow img {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.about-page .i-why .wrap .left ul li.active .box,
.about-page .i-why .wrap .left ul li .box:hover {
  background: #000;
  color: #fff;
}
.about-page .i-why .wrap .left ul li .box:hover .img{
  opacity: 1;
}
.about-page .i-why .wrap .left ul li.active .box .arrow img,
.about-page .i-why .wrap .left ul li .box:hover .arrow img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.about-page .i-why .wrap .right {
  width: 34%;
  padding-left: 13px;
}
.about-page .i-why .wrap .right ul,
.about-page .i-why .wrap .right ul li,
.about-page .i-why .wrap .right ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.about-page .i-why .wrap .right img {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about-page .about-7 {
  position: relative;

}

.about-page .about-7 .text {
  position: absolute;
  width: 100%;
  left: 0;
  top:50%;
  transform: translateY(-50%);
  color: #fff
}

.about-page .about-7 .text .box {

  margin: 0 0 0 auto;
  text-align: center;
}
.about-page .about-7 .Hbtn {
  color: #fff;
  border-color: #fff;
}
.about-page .about-7 .Hbtn:hover {
  border-color: var(--color);
}
.about-page .about-7 .more:hover{
  background: white;
  color: black;
}
.about-page .about-8 .top .img {
    position: relative;
    border-radius: 10px;
    width: 100%;
    text-align: center;
}
.about-page .about-8 .top .img .lazy {
    border-radius: 15px;
}
.about-page .about-8 .top .img .play {
    position: absolute;
    right: 36px;
    bottom: 115px;
    display: inline-block;
    padding: 50px 50px 50px 60px;
    background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    border-radius: 50%;
    z-index: 1;
}
.about-page .about-8 .top .img .play::before,
.about-page .about-8 .top .img .play::after {
    content: "";
    position: absolute;
    z-index: -1;
    left: -15px;
    top: -15px;
    right: -15px;
    bottom: -15px;
    background: rgba(223, 182, 37, .5);
    border-radius: 50%;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-8 .top .img .play::before {
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
}
.about-page .about-8 .top .text {
    max-width: 1370px;
    width: 100%;
    margin: -150px auto 0;
    background: #fff;
    -webkit-box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    box-shadow: 0px 9px 38px 0px rgba(0, 0, 0, 0.07);
    position: relative;
    z-index: 1;
    padding: 50px;
    border-radius: 10px;
}
.about-page .about-8 .top .text .title {
    line-height: 1.2;
    text-transform: uppercase;
}
.about-page .about-8 .top .text .con {
    margin-top: 26px;
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-8 .bottom {
    max-width: 1215px;
    width: 100%;
    margin: 111px auto 0;
}
.about-page .about-8 .bottom ul {
    margin-right: -70px;
}
.about-page .about-8 .bottom ul li {
    padding-right: 70px;
}
.about-page .about-8 .bottom ul li .data {
    font-weight: bold;
    padding-bottom: 26px;
    border-bottom: 1px solid #58596c;
}
.about-page .about-8 .bottom ul li .data em {
    font-size: 56px;
    line-height: 1.2;
    color: #000;
    display: inline-block;
    vertical-align: bottom;
}
.about-page .about-8 .bottom ul li .data sub {
    font-size: 22px;
    color: var(--color);
    display: inline-block;
    vertical-align: bottom;
    line-height: 1;
    text-transform: capitalize;
    margin: 0 0 9px 7px;
}
.about-page .about-8 .bottom ul li .text .tit {
    font-size: 24px;
    font-weight: 700;
    color: #000000;
    line-height: 2;
    margin-top: 23px;
}
.about-page .about-8 .bottom ul li .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #7b7b7b;
}
.about-page .about-8 .left .icon {
    position: absolute;
    left: -10%;
    bottom: 11%;
    padding: 3% 7%;
    /*background-image: -webkit-gradient(linear, left bottom, left top, from(#cdeb9a), to(var(--color)));
    background-image: -webkit-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: -moz-linear-gradient(bottom, #cdeb9a, var(--color));
    background-image: linear-gradient(to top, #cdeb9a, var(--color));*/
    background: #cdeb9a;
}
.about-page .about-8 .right .more:hover{
  background: black;
  color: white;
}
@media screen and (max-width: 1700px){
   .about-page .about-1 .right .data {
    padding: 24px 29px 13px;
  }
  .about-page .i-why .wrap .left ul li .box .h4 {
    margin-top: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .right .data ul li .num {
    font-size: 50px;
    line-height: 1;
  }
   .cus-page .cus-2 .content .item .tit {
    font-size: 30px;
  }
   .about-page .i-why .wrap .left ul li .box .h4 {
    font-size: 17px;
  }
   .about-page .about-8 .left .icon {
        zoom: .6;
    }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 .left {
    padding-right: 0;
  }

  .about-page .about-1 .right {
    padding-left: 30px;
  }

  .about-page .about-1 .right .data {
    padding: 24px 15px 13px;
  }
   .cus-page .cus-2 .content .item .tit {
    padding: 30px;
    font-size: 26px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 30px;
  }
  .about-page .i-why .wrap .right {
    display: none;
  }

  .about-page .i-why .wrap .left {
    width: 100%;
  }

  .about-page .i-why {
    padding: 80px 0;
  }
  .about-page .about-8 .top .img .play {
        padding: 30px 30px 30px 40px;
    }

}
@media screen and (max-width: 1100px) {
  .about-page .about-1 .left .con {
    margin-top: 30px;
  }
   .about-page .about-8 .top .text {
        padding: 70px 50px 90px;
    }
    .about-page .about-8 .bottom ul {
        margin-right: -40px;
    }
    .about-page .about-8 .bottom ul li {
        padding-right: 40px;
    }
}

@media screen and (max-width: 1000px) {
   

  .about-page .about-1 .left {
    width: 100%;
  }

  .about-page .about-1 .right {
    display: none;
  }
   .cus-page .cus-2 .content {
    margin-top: 30px;
  }
  .about-page .i-why .top .left {
    width: 100%;
  }

  .about-page .i-why .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .about-page .i-why {
    padding: 50px 0;
  }

  .about-page .i-why .wrap .left ul li .box {
    padding: 15px;
  }

  .about-page .i-why .wrap .left ul li .box .arrow {
    right: 10px;
    bottom: 20px;
  }
   .about-page .about-7 .text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0%);
    color: black;
    margin-top: 30px;
  }
  .about-page .about-7 .text .box {
    width: 100%
  }
  .about-page .about-8 .top .text {
        padding: 50px 30px;
    }
    .about-page .about-8 .top .text .con {
        font-size: 18px;
    }
    .about-page .about-8 .bottom {
        margin: 60px auto 0;
    }
    .about-page .about-8 .bottom ul {
        margin-right: -20px;
    }
    .about-page .about-8 .bottom ul li {
        padding-right: 20px;
    }
    .about-page .about-8 .bottom ul li .data em {
        font-size: 50px;
    }
    .about-page .about-8 .bottom ul li .text .tit {
        font-size: 20px;
        line-height: 1.8;
    }
    .about-page .about-8 .bottom ul li .text p {
        font-size: 16px;
        line-height: 30px;
    }
     .about-page .about-8 .left .icon {
        left: 0;
        max-width: 70%;
    }
}
@media screen and (max-width: 700px) {
  .about-page .i-why .top .right .des {
    font-size: 16px;
  }
   .about-page .about-7>img {
    height: 320px;
    object-fit: cover;
  }

  .about-page .about-7 .text {
    bottom: 40px
  }
  .about-page .about-8 .top .img .play {
        padding: 20px 20px 20px 30px;
        bottom: 20px;
    }
    .about-page .about-8 .top .text {
        margin-top: 0;
        padding: 30px 15px;
    }
    .about-page .about-8 .top .text .con {
        margin-top: 20px;
    }
    .about-page .about-8 .bottom ul li .data {
        padding-bottom: 0;
    }
    .about-page .about-8 .bottom {
        margin: 30px auto 0;
    }
    .about-page .i-why .wrap .left ul li .box{
      height: auto;
    }
    .about-page .i-why .wrap .left ul li .box .img{
      position: relative;
      opacity: 1;
      margin-bottom: 15px;
    }
    .about-page .i-why .wrap .left ul li .box .icon{display: none;}
}
@media screen and (max-width:500px){
  .cus-page .cus-2 .content .item {
    min-height: auto;
    padding-bottom: 100px;
  }
  .cus-page .cus-2 .content .item .tit {
    padding: 15px;
    font-size: 17px;
    line-height: 1.4;
    height: auto;
    min-height: 95px;
  }
  .cus-page .cus-2 .content .item .con {
    padding: 15px;
  }
  .cus-page .cus-2 .content .item .con .des {
    font-size: 16px;
    line-height: 2;
  }
  .cus-page .cus-2 .content .item .icon {
    bottom: 20px;
    left: 15px;
  }
  .about-page .about-7>img {
    height: 280px
  }
  .about-page .about-7 .text {
    position: relative;
    width: 100%;
    left: 0;
    top: 0;
    transform: translateY(0%);
    color: black;
    margin-top: 30px;
  }
  .about-page .about-8 .top .img .play {
        padding: 0;
        width: 60px;
        height: 60px;
        line-height: 60px;
        text-align: center;
    }
    .about-page .about-8 .top .img .play img {
        width: 20px;
        margin: 0 auto;
        display: inline-block;
        vertical-align: middle;
    }
    .about-page .about-8 .top .text .con {
        font-size: 16px;
        line-height: 30px;
    }
    .about-page .about-8 .bottom ul {
        margin: 0 0 -20px 0;
    }
    .about-page .about-8 .bottom ul li {
        padding: 0 0 20px 0;
    }
    .about-page .about-8 .bottom ul li .data em {
        font-size: 40px;
    }
}



.product-page {
    padding: 100px 0 100px 0;
    min-height: 80vh;
}
.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}
.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}
.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}
.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}
.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right .text {
    margin-bottom: 30px;
}
.product-page .pro-box .product-right .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
    line-height: 1.6;
}
.product-page .pro-box .product-right .text p {
    font-size: 16px;
    color: #666;
    line-height: 30px;
}
.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-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%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    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: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}
.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    transform: scale(1);
}
.product-page .pro-box .product-right ul li .img-box .icon a img.hover{
    opacity: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .cur,
.product-page .pro-box .product-right ul li .img-box .icon a.active .cur {
    opacity: 0;
}
.product-page .pro-box .product-right ul li .img-box .icon a:hover .hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active .hover {
    opacity: 1;
}
.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
}
.product-page .pro-box .product-right ul li h4 {
    font-size: 20px;
    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    line-height: 36px;
    transition: all 0.5s;
    font-weight: 700;
}
.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}
@media screen and (max-width: 1400px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
        line-height: 32px;
    }
    
}
@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
    .product-page {
        padding: 60px 0 60px 0;
    }
}
@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
}
@media screen and (max-width:700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}
@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
    .product-page {
        padding: 30px 0 30px 0;
    }
}
.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 150px;
    /*float: left;*/
}
.pro-box .pro-left .menus {
    margin-bottom: 50px;
}
.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}
.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}
.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}
.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: #fff;
    font-weight:bold; 
}
.pro-box .pro-left .menus>li ul.sub-menu li.active>a>i,
.pro-box .pro-left .menus>li.active .menu-a i {
    transform:translateY(-50%) rotate(-90deg);
}
.pro-box .pro-left .menus>li .menu-a {
    /*display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;*/
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    height: 60px;
    padding: 0 70px 0 27px;
    font-size: 18px;
    line-height: 32px;
    /*text-transform: uppercase;*/
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    color: #1d2122;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
    /*background-color: var(--color);*/
    /*background-image: linear-gradient(90deg,var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);*/
    background: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}
.pro-box .pro-left .menus>li .menu-a a{
  width: 100%;
  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;
}
.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 16px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}
.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}
.pro-box .pro-left .menus>li .sub-menu li li{
  padding-left: 0;
}
.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 18px;
    color: #666;
    transition: all 0.5s;
    position: relative;
    display: block;
}
.pro-box .pro-left .menus>li .sub-menu li a i{
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: #1aa1a9;
}
.pro-box .pro-left .menus>li .sub-menu li.active > a {
    color: #1aa1a9;
}
@media screen and (max-width: 1000px) {
    .pro-box .pro-left {
        display: none;
    }
}

.prodet-page .prodet-1 .left a{
  display: block;
  border: 1px solid rgba(0,0,0,0.1);
}
.prodet-page .prodet-1 .left .small .slick-track {
  display: block;
}
.prodet-page .prodet-1 .left .small .arrows {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: black;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: absolute;
  left: 50%;
    -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
.prodet-page .prodet-1 .left .small .arrows.prev{
  bottom: 100%;
}
.prodet-page .prodet-1 .left .small .arrows.next{
  top: 100%;
}
.prodet-page .prodet-1 .left .small .slick-track .slick-slide>div,
.prodet-page .prodet-1 .left .small .slick-track .slick-slide {
  height: auto;
  width: 100%;
}
.prodet-page .prodet-1 .left .small .arrows:hover {
  background-color: var(--color);
}
.prodet-page .prodet-1 .left .small ul {
  margin: -0.5em 0;
}
.prodet-page .prodet-1 .left .small ul li {
  padding: .5em 0;
}
.prodet-page .prodet-1 .left .small ul li.video img{
  height: 127px;
}
.prodet-page .prodet-1 .left .big ul li.video img{
  height: 564px;
}
.prodet-page .prodet-1 .left .big ul .slick-slide,
.prodet-page .prodet-1 .left .big ul .slick-slide > div,
.prodet-page .prodet-1 .left .big ul li,
.prodet-page .prodet-1 .left .big ul li a{
  height: 100%;
}
.prodet-page .prodet-1 .left .big ul li img{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/*.prodet-page .prodet-1 .left .big {
  -webkit-box-reflect: below -15% linear-gradient(to bottom, transparent 70%, rgba(0, 0, 0, 0.5));
}*/
.prodet-page .prodet-1 .right h1 {
  line-height: 1.3;
}
.prodet-page .prodet-1 .right .more:hover{
  background: black;
  color: white;
}
.prodet-page .prodet-2 .top {
  border-bottom: 1px solid #cdcdcd;
}
.prodet-page .prodet-2 .top span {
  height: 3.36363636em;
  padding-left: .8em;
  padding-right: 2.45454545em;
  border-top-left-radius: 0.72727273em;
  border-top-right-radius: 0.72727273em;
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .top i.plus {
  width: 1em;
  height: 1em;
  margin: 0 1em;
  position: relative;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .top i.plus:before,
.prodet-page .prodet-2 .top i.plus:after {
  content: '';
  width: 100%;
  height: 3px;
  background-color: black;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .top i.plus:after {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}
.prodet-page .prodet-2 .content {
  max-width: 1340px;
  margin-left: auto;
  margin-right: auto;
}
.prodet-page .prodet-2 .content table {
  color: black;
  text-align: center;
}
.prodet-page .prodet-2 .content table tbody {
  table-layout: fixed;
}
.prodet-page .prodet-2 .content table tr td {
  padding: 1em;
  border-color: #dcdcdc;
}
.prodet-page .prodet-2 .content table tr td p {
  display: inline-block;
  text-align: left;
}
.prodet-page .prodet-2 .list {
  -webkit-filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
  filter: drop-shadow(0 0 50px rgba(0, 0, 0, 0.09));
}
.prodet-page .prodet-2 .list li {
  height: 100%;
}
.prodet-page .prodet-2 .list .box {
  background-color: white;
  height: 100%;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  justify-content: flex-start;
}
/*.prodet-page .prodet-2 .list .box .text {
  margin-top: auto;
}*/
.prodet-page .prodet-2 .list .box i {
  position: relative;
  display: inline-block;
  z-index: 1;
}
.prodet-page .prodet-2 .list .box i img {
  display: block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .list .box i:before,
.prodet-page .prodet-2 .list .box i:after {
  content: '';
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
  position: absolute;
  z-index: -1;
}
.prodet-page .prodet-2 .list .box i:before {
  right: 0;
  top: 0;
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.prodet-page .prodet-2 .list .box i:after {
  left: 0;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%) scale(0.6);
  -moz-transform: translate(-50%, 50%) scale(0.6);
  -ms-transform: translate(-50%, 50%) scale(0.6);
  transform: translate(-50%, 50%) scale(0.6);
}
.prodet-page .prodet-2 .list .box:hover {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .list .box:hover i img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.prodet-page .prodet-2 .list .box:hover .text {
  color: inherit;
}
.prodet-page .prodet-3 {
  background-color: #f7f7f7;
  /*border-top-right-radius: 1em;
  border-top-left-radius: 1em;*/
}
.prodet-page .prodet-3 .form ul {
  margin: -10px;
}
.prodet-page .prodet-3 .form ul li{
  padding: 10px;
}
.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 1em 2em;
  background-color: white;
  border: none;
}
.prodet-page .prodet-3 .form ul li textarea {
  height: 14.44444444em;
}
.prodet-page .prodet-3 .form ul li input[type="submit"],
.prodet-page .prodet-3 .form ul li button {
  height: 2.75em;
  width: 10em;
  padding: 0 1em;
  max-width: 100%;
  background-color: rgba(0,0,0,1);
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border: none;
}
.prodet-page .prodet-3 .form ul li input[type="submit"]:hover,
.prodet-page .prodet-3 .form ul li button:hover {
  background-color: black;
}
.prodet-page .prodet-4 span.h2 em {
  color: var(--color);
}
.inner-page .more{
  height: 50px;
  background: black;
}
.inner-page .more i{
      -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.inner-page .more:hover{
  background: black;
  color: white;
}
.inner-page .more:hover i{
   -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.quality-page .about-2 {
    background: #FFFFFF;
    padding-top: 100px;
    padding-bottom: 100px;
}
.quality-page .about-2 ul li {
    /*color: #fff;*/
    padding-bottom: 51px;
    position: relative;
    margin-bottom: 110px;
}
.quality-page .about-2 ul li .big-little{
  color: black;
}
.quality-page .about-2 ul li .img img {
    border-radius: 10px;
}

.quality-page .about-2 ul li .text .tit {
    font-size: 50px;
    line-height: 1.2;
    font-weight: bold;
    color:#141414;
}
.quality-page .about-2 ul li .text .con {
    font-size: 20px;
    line-height: 1.5;
    color:#666;
    /*opacity: 0.65;*/
        margin-top: 20px;
    margin-bottom: 10px;
}
.quality-page .about-2 ul li .nr {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 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;
    padding-right: 32px;
}
.quality-page .about-2 ul li .nr .left {
    width: 70.466%;
    text-align: right;
    padding-right: 60px;
}
.quality-page .about-2 ul li .nr .left span {
    font-size: 20px;
    line-height: 1.8;
    padding: 0 75px 0 21px;
    position: relative;
}
.quality-page .about-2 ul li .nr .left span::before {
    content: '';
    position: absolute;
    left: 0;
    top: 9px;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #fff;
}
.quality-page .about-2 ul li .nr .left .title {
    font-size: 117px;
    line-height: 1;
    font-weight: bold;
}
.quality-page .about-2 ul li .nr .right {
    width: 29.534%;
    height: 1px;
    background-color: #ffffff;
    opacity: 0.26;
}

.quality-page .about-2 ul li:nth-child(even) .ig {
    -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;
}
.quality-page .about-2 ul li:nth-child(even) .ig .text {
    padding: 41px 44px 0 0;
}
.quality-page .about-2 ul li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}
.sustanibility-page .sustanibility-3 .con{
  line-height: 29px;
    text-align: center;
    max-width: 820px;
    margin-left: auto;
    margin-right: auto;
}
.sustanibility-page .sustanibility-3 .zs-list ul {
    margin: 0 -20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li {
    width: 50%;
    padding: 0 20px;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box {
    position: relative;
    color: white;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .img-box {
    width: 100%;
    object-fit: cover;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox {
    position: absolute;
    width: 90%;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .desc {
    opacity: 0.8;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox01 {
    opacity: 1;
    transition: all 0.5s;
}

.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02 {
    opacity: 0;
    transition: all 0.5s;
}
.sustanibility-page .sustanibility-3 .zs-list ul li .box .txtbox02{
  position: relative;
  opacity: 1;
  transform: translate(0);
  color: black;
  left: 0;
  top: 0;
  margin: 20px auto 0;
}
/*.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 {
    opacity: 0;
}*/

.sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox02 {
    opacity: 1;
}
@media screen and (max-width: 1700px) {
   .quality-page .about-2 {
        background-position-y: 100px;
        background-size: 100% 96%;
    }
    .quality-page .about-2 ul li {
        margin-bottom: 60px;
    }
}
@media screen and (max-width: 1450px){
   .quality-page .about-2 ul li .text .tit {
        font-size: 46px;
    }
    .quality-page .about-2 ul li .nr .left .title {
        font-size: 90px;
    }
    .quality-page .about-2 ul li .text .con {
        font-size: 20px;
    }
}
@media screen and (max-width: 1250px){
   .quality-page .about-2 {
        background-position-y: 0px;
        background-size: 100% 100%;
        padding-top: 55px;
    }
    .quality-page .about-2 ul li {
        margin-bottom: 30px;
    }

   .quality-page .about-2 ul li .text .tit {
        font-size: 40px;
    }
    .quality-page .about-2 ul li:nth-child(even) .ig {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
    .quality-page .about-2 ul li:nth-child(even) .text {
        padding: 0 40px 0 0;
    }
}
@media screen and (max-width: 1100px){
   .quality-page .about-2 ul li .nr .left .title {
        font-size: 83px;
    }
} 
@media screen and (max-width: 1000px){
   .quality-page .about-2 {
        margin-top: 40px;
        padding-top: 40px;
    }
    .quality-page .about-2 ul li {
        padding-bottom: 0;
    }

   
    .quality-page .about-2 ul li .img{
      order: 2;
      width: 100%;
    }
    .quality-page .about-2 ul li .text {
        width: 100%;
        padding: 20px 0 0 0;
        order: 1;
        padding-top: 0;
    }
    .quality-page .about-2 ul li .nr {
        position: initial;
        margin-top: 20px;
    }
    .quality-page .about-2 ul li .nr .left {
        text-align: left;
    }
    .quality-page .about-2 ul li .nr .left .title {
        font-size: 54px;
    }
    .quality-page .about-2 ul li:nth-child(even) .ig .text {
        padding: 20px 0;
    }
     .sustanibility-page .sustanibility-3 .zs-list ul li {
        width: 100%;
        padding: 10px 20px;
    }
}
@media screen and (max-width: 700px){
   .quality-page .about-2 ul li .nr .left {
        width: 100%;
        padding-right: 0;
    }
    .quality-page .about-2 ul li .nr .right {
        display: none;
    }
}
@media screen and (max-width: 500px) {
   .quality-page .about-2 ul li .text .tit {
        font-size: 32px;
    }
    .quality-page .about-2 ul li .nr .left .title {
        font-size: 40px;
        line-height: 1.4;
    }
    .quality-page .about-2{
      padding-top: 20px;
      padding-bottom: 50px;
    }
    .quality-page .about-2 ul li .text{
      order: 1;
      padding-top: 0;
    }
    .quality-page .about-2 ul li .img{
      order: 2;
    }
     .sustanibility-page .sustanibility-3 .zs-list ul li .box:hover .txtbox01 img {
        zoom: 0.85;
    }
    .prodet-page .prodet-3 .form ul li{
      width: 100%;
    }
}

.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 0px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    /*width: 270px;*/
    margin: auto;
    display: block;
    margin-top: 0px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    line-height: 1.8;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
@media screen and (max-width:1250px){
   .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media screen and (max-width:1000px){
   .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
}
@media screen and (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
        margin-top: 20px;
    }
   
}
@media screen and (max-width:500px){
   .solution-page .init-4 .container .content {
        margin-top: 0px;
    }
}
.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.contact2-page {
    padding-top: 100px;
}
.contact2-page .contact-1 .left form ul {
    margin: 0 -30px -37px 0;
}
.contact2-page .contact-1 .left form ul li {
    padding: 0 30px 37px 0;
}

.contact2-page .contact-1 .left form ul li .box {
    position: relative;
    width: 100%;
    border-bottom: 1px solid #d1d0c8;
}
.contact2-page .contact-1 .left form ul li .box input {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 25px;
    font-size: 16px;
    line-height: 30px;
    color: rgba(0,0,0,.5);
}
.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea {
    width: 100%;
    background: transparent;
    border: none;
    padding: 10px 0 13px 36px;
    font-size: 16px;
    line-height: 30px;
    color: #7b7b7b;
}
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box textarea::placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box i {
    position: absolute;
    left: 0;
    top: 8px;
    font-size: 20px;
    line-height: 36px;
}
.contact2-page .contact-1 .left form ul li .box::before {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 0;
    height: 1px;
    background: #000;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
}
.contact2-page .contact-1 .left form ul li .more {
    border: none;
}
.contact2-page .contact-1 .left form ul li .more:before {
    opacity: 1;
}
.contact2-page .contact-1 .left form ul li .more:hover:before {
    opacity: 0;
}
.contact2-page .contact-1 .left form ul li p {
    display: inline-block;
    vertical-align: middle;
    padding-left: 26px;
    font-size: 14px;
    line-height: 28px;
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li p span {
    display: inline-block;
    vertical-align: middle;
    padding-left: 5px;
}
.contact2-page .contact-1 .left form ul li:hover .box::before {
    width: 100%;
}
.contact2-page .contact-1 .left form ul li.active .box::before {
    width: 100%;
}
.contact2-page .contact-1 .left form ul li.wid-100 {
    width: 100% !important;
}
.contact2-page .contact-1 .right {
    padding-left: 7.65%;
}
.contact2-page .contact-1 .right .title {
    line-height: 1.2;
}
.contact2-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    /*color: #83827f;*/
    margin-top: 7px;
}
.contact2-page .contact-1 .right .list {
    margin-top: 22px;
}
.contact2-page .contact-1 .right .list ul li {
    /*color: rgba(0,0,0,.5);*/
    font-size: 18px;
    line-height: 30px;
    margin-bottom: 10px;
}
.contact2-page .contact-1 .right .list ul li i {
    display: inline-block;
    vertical-align: top;
    color: #bf0000;
    font-size: 20px;
    width: 20px;
    text-align: center;
}
.contact2-page .contact-1 .right .list ul li span {
    display: inline-block;
    vertical-align: top;
    width: 90%;
    font-size: 16px;
    line-height: 30px;
    font-weight: 500;
    padding-left: 10px;
}
.contact2-page .contact-1 .right .list ul li:last-child {
    margin-bottom: 0;
}
.contact2-page .contact-2 {
    padding-top: 120px;
}
.contact2-page .contact-2 #mapContainer {
    height: 520px;
}
.contact2-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
    color: #83827f;
}
.contact2-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact2-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
    color: #83827f;
}
@media (max-width: 1250px) {
    .contact2-page .contact-1 .right {
        padding-left: 5.65%;
    }
}
#menuFull .panel-title{
    line-height: 36px;
    font-size: 20px!important;
}
#menuFull .menu-item{
    font-size: 22px!important;
    line-height: 40px;
}
#menuFull .lang-panel{
    line-height: 30px;
}
@media (max-width: 1000px) {
    .contact2-page {
        padding-top: 30px;
    }
    .contact2-page .contact-1 .left {
        width: 100%;
    }
    
    .font-60{
        line-height: 1.6;
    }
    .font-16{
        line-height: 1.8;
    }
    .contact2-page .contact-1 .right {
        width: 100%;
        padding: 30px 0 0 0;
    }
    .contact2-page .contact-2 {
        padding-top: 60px;
    }
    .contact2-page .contact-2 #mapContainer {
        height: 360px;
    }
}
@media (max-width: 500px) {
    .contact2-page .contact-1 .left form ul li .more {
        padding: 6px 12px;
    }
    .contact2-page .contact-1 .left form ul li p {
        display: block;
    }
    .contact2-page .contact-1 .left form ul {
        margin-bottom: -20px;
    }
    .contact2-page .contact-1 .left form ul li {
        padding-bottom: 20px;
        width: 100%;
    }
    .contact2-page .contact-1 .left form ul li .box input,
    .contact2-page .contact-1 .left form ul li .box textarea {
        padding: 10px 0 10px 36px;
    }
    .contact2-page .contact-1 .right p {
        font-size: 16px;
        line-height: 30px;
    }
    .contact2-page .contact-1 .right .list ul li {
        font-size: 16px;
    }
    .contact2-page .contact-2 #mapContainer {
        height: 260px;
    }
}

.seoPublic .title{
  font-size: 45px;
  margin-bottom: 1em;
}
.seoPublic .Auxil-form .form ul li button{
  background: black;
}
.seoPublic .Auxil-form .form ul li button:hover{
  background: black;
}

.custom-form{
  position: fixed;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    max-height: 80%;
    width: 500px;
    max-width: 90%;
    -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    z-index: 101;
    background: white;
    padding: 30px;
    overflow: auto;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    left: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    left: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-right: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}


@media screen and (max-width:1250px){
  .seoPublic .title{
    font-size: 35px;
  }
}
@media screen and (max-width:1000px){
  .seoPublic .title{
    font-size: 30px;
  }
}
@media screen and (max-width:700px){
  .font-45,
  .newdet-page h1,
  #index-body .i-news .h4,
  .seoPublic .title{
    font-size: 26px;
  }
  .prodet-page .prodet-1 {
    padding-top: 35px;
  }
  .seoPublic .Auxil-form .form ul li{
    width: 100%;
  }
}
#pups_from{
  z-index: 220001 !important;
}