@font-face {
  font-family: 'RanyLight';
  src: url(../fonts/RanyLight.ttf) format('truetype'), url(../fonts/RanyLight.eot) format('eot'), url(../fonts/RanyLight.woff) format('woff'), url(../fonts/RanyLight.woff2) format('woff2');
}
@font-face {
  font-family: 'RanyRegular';
  src: url(../fonts/RanyRegular.ttf) format('truetype'), url(../fonts/RanyRegular.eot) format('eot'), url(../fonts/RanyRegular.woff) format('woff'), url(../fonts/RanyRegular.woff2) format('woff2');
}
@font-face {
  font-family: 'Anton';
  src: url(../fonts/Anton.ttf) format('truetype'), url(../fonts/Anton.eot) format('eot'), url(../fonts/Anton.woff) format('woff'), url(../fonts/Anton.woff2) format('woff2');
}
.ui.container{
  width: 1550px;
}
body{
  --font:'Anton';
  font-family: 'RanyRegular';
  --color:#469f47;
}

#ewm canvas,

#ewm img {

  width: 100%;

  display: block;

}

#pups_shadow {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background-color: #000;

  opacity: 0.6;

  z-index: 21;

  display: none;

}

#pups_from {

  position: fixed;

  top: 50%;

  left: 50%;

  -webkit-transform: translate(-50%, -50%);

  -moz-transform: translate(-50%, -50%);

  -ms-transform: translate(-50%, -50%);

  -o-transform: translate(-50%, -50%);

  transform: translate(-50%, -50%);

  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: 22;

  background: white;

  padding: 30px;

  overflow: auto;

}

#pups_from h4 {

  font-size: 18px;

  color: #222;

  text-transform: capitalize;

  line-height: 1;

  font-family: var(--font);

  position: absolute;

  left: 0;

  width: 100%;

  top: 0;

  padding: 15px 20px;

  background: #f5f5f5;

  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);

}

#pups_from form {

  margin-top: 40px;

}

#pups_from i.close {

  width: 30px;

  height: 30px;

  position: absolute;

  top: 10px;

  right: 10px;

  background: #eee;

  cursor: pointer;

  cursor: hand;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}

#pups_from i.close::after,

#pups_from i.close::before {

  content: '';

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.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);

  -o-transform: rotate(45deg);

  transform: rotate(45deg);

}

#pups_from i.close::after {

  -webkit-transform: rotate(-45deg);

  -moz-transform: rotate(-45deg);

  -ms-transform: rotate(-45deg);

  -o-transform: rotate(-45deg);

  transform: rotate(-45deg);

}

#pups_from i.close:hover {

  background: #469f47;

}

#pups_from i.close:hover::before,

#pups_from i.close:hover::after {

  background: white;

}

#pups_from ul li {

  margin-bottom: 10px;

  position: relative;

}

#pups_from ul li label {

  font-size: 14px;

  margin-bottom: 10px;

  display: block;

}

#pups_from ul li label em {

  color: red;

  margin-right: 2px;

}

#pups_from ul li input,

#pups_from ul li textarea {

  width: 100%;

  line-height: 1.54px;

  padding: 6px 15px;

  border: 1px solid #eee;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

  font-size: 16px;

}

#pups_from ul li input:focus,

#pups_from ul li textarea:focus {

  border-color: #469f47;

}

#pups_from ul li textarea {

  height: 80px;

}

#pups_from ul li input[type="submit"] {

  width: auto;

  padding: 6px 40px;

  display: inline-block;

  background: #469f47;

  color: white;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}

#pups_from ul li input[type="submit"]:hover {

  opacity: 0.7;

}

#pups_from ul li:last-child {

  margin-bottom: 0;

}

.right_nav_list {

  position: fixed;

  bottom: 40px;

  right: 20px;

  z-index: 10;

}

.right_nav_list ul li {

  border-radius: 6px;

  margin-top: 10px;

  width: 50px;

  height: 50px;

  cursor: pointer;

  padding: 0;

  position: relative;

  color: #fff;

  border: 1px solid #fff;

  background: #469f47;

}

.right_nav_list ul li .text {

  padding: 0;

  width: 100%;

  height: 100%;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: -moz-box;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;

}

.right_nav_list ul li .more_cont {

  font-size: 25px;

  margin-top: 0;

}

.right_nav_list ul li .more_cont i {

  position: relative;

  z-index: 2;

}

.right_nav_list ul li .more_cont::before {

  background-color: #fff;

}

.right_nav_list ul li:hover {

  background: #000;

}

.right_nav_list ul li .cont {

  position: absolute;

  left: -150px;

  top: 0;

  width: 150px;

  min-height: 100%;

  padding: 0 5px;

  display: -webkit-box;

  display: -ms-flexbox;

  display: -webkit-flex;

  display: -moz-box;

  display: flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  justify-content: center;

  -ms-flex-wrap: wrap;

  -webkit-flex-wrap: wrap;

  flex-wrap: wrap;

  -webkit-perspective: 500px;

  -moz-perspective: 500px;

  perspective: 500px;

  -webkit-transform-style: preserve-3d;

  -moz-transform-style: preserve-3d;

  transform-style: preserve-3d;

  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);

  opacity: 0;

  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;

  transition: opacity 0.3s, -webkit-transform 0.5s;

  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;

  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;

  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;

  -moz-transition: -moz-transform 0.5s, opacity 0.3s;

  overflow: hidden;

  -webkit-transform-origin: top;

  -moz-transform-origin: top;

  -ms-transform-origin: top;

  -o-transform-origin: top;

  transform-origin: top;

}

.right_nav_list ul li .cont #ewm {

  width: 100%;

  background-color: #fff;

  border-radius: 5px;

  padding: 8px;

  border: 1px solid #ccc;

}

.right_nav_list ul li:hover .cont {

  transform: rotate3d(0, 0, 0, -90deg);

  -webkit-transform: rotate3d(0, 0, 0, -90deg);

  -moz-transform: rotate3d(0, 0, 0, -90deg);

  -ms-transform: rotate3d(0, 0, 0, -90deg);

  -o-transform: rotate3d(0, 0, 0, -90deg);

  opacity: 1;

}

@media (max-width: 500px) {

  .right_nav_list {

    right: 5px;

    bottom: 150px;

  }

  .right_nav_list ul li {

    width: 38px;

    height: 38px;

    margin-top: 5px;

  }

  .right_nav_list ul li .more_cont {

    font-size: 16px;

  }

}

iframe {

  display: block;

  width: 100%;

  border: none;

}

#Pop_UpsBtn {

  z-index: 20;

  width: 60px;

  height: 60px;

  line-height: 60px;

  text-align: center;

  position: fixed;

  border-radius: 100%;

  background: #469f47;

  color: white;

  right: 2%;

  bottom: 40%;

  font-size: 24px;

  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);

  cursor: pointer;

  cursor: hand;

  -webkit-transition: 0.5s;

  -o-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}

#Pop_UpsBtn:hover {

  background: #889aff;

}

*::-webkit-scrollbar-thumb {

  background-color: #222;

}


html,

body {

  position: relative;

  max-width: 1920px;

  margin: auto;

}

body {
    color: #000;
    line-height: 1.6;

}

#ewm img,

#ewm canvas {

  display: block;

  width: 100%;

}

img {

  max-width: 100%;

  width: auto;

  height: auto;

}

table {

  margin-bottom: 20px;

  word-break: break-word;

  width: 100%;

  height: auto;

  display: block;

  overflow: auto;

}

table tbody {

  display: table;

  width: 100% !important;

}

table tbody td,
table tbody th {
  min-width: 140px;
  width: 50%;
  padding: 0 30px;
}

table tbody tr {

  width: auto !important;

  height: auto !important;

}
html.mobile .body-overflow-box {

  position: relative;
  left: 280px;

}

#mobile {

  position: fixed;

  top: 0;

  left: -280px;

  width: 280px;

  -webkit-transition: 0.5s;

  -o-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;

  -o-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;

  -o-object-fit: contain;

  object-fit: contain;

  width: 220px;

}

#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%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  -webkit-transition: 0.5s;

  -o-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;

  -o-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: 1.50px;

}

#mobile .menu-content .menu-list ul li a {

  padding: 8px 0;

  display: block;

}

#mobile .menu-content .menu-list ul li a:hover {

  color: #ff9800;

  text-decoration: underline;

}

#mobile .menu-content .menu-list ul li li a {

  position: relative;

  padding-left: 15px;

  font-size: 14px;

  line-height: 1.6;

}

#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%);

  -o-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;

  border: 1px solid #fff;

}

#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;

  -o-transition: 0.5s;

  -moz-transition: 0.5s;

  transition: 0.5s;

}

#mobile .menu-content .mob-share ul li:hover {

  background: #ff9800;

}

#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%) rotate(45deg);

  -o-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%) rotate(-45deg);

  -o-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;

}

.img_sca {

  overflow: hidden;

}

.img_sca:hover .img_bg {

  -webkit-transform: scale(1.2);

  -moz-transform: scale(1.2);

  -ms-transform: scale(1.2);

  -o-transform: scale(1.2);

  transform: scale(1.2);

}

.img_bg {

  -o-background-size: contain;

  background-size: contain;

  background-position: center center;

  background-repeat: no-repeat;

}

.search-box {

  line-height: normal;

  position: fixed;

  top: 0;

  left: 0;

  background: #fff;

  width: 100%;

  height: 100%;

  z-index: 99999;

  display: none;

}

.search-box .close {

  width: 30px;

  height: 30px;

  background: url(../images/close.png) no-repeat;

  position: absolute;

  right: 25px;

  top: 15px;

  cursor: pointer;

}

.search-box form {

  position: absolute;

  top: 45%;

  left: 50%;

  width: 60%;

  margin-left: -30%;

}

.search-box form input {

  background: none;

  outline: none;

  border: none;

}

.search-box form input[type="text"] {

  width: 100%;

  border-bottom: 1px solid #e1e1e1;

  font-size: 26px;

  color: #000;

  padding: 10px 0;

}

.search-box form input[type="submit"] {

  width: 22px;

  height: 22px;

  background: url(../images/tc-zoom.png) no-repeat;

  position: absolute;

  right: 15px;

  top: 20px;

}

.t_1 {

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  -moz-transition: all 0.5s;

  transition: all 0.5s;

}

.flex_cont {

  display: -webkit-box;

  display: -webkit-flex;

  display: -moz-box;

  display: -ms-flexbox;

  display: flex;

  -webkit-flex-wrap: wrap;

  -ms-flex-wrap: wrap;

  flex-wrap: wrap;

}

.flex_a_center {

  -webkit-box-align: center;

  -webkit-align-items: center;

  -moz-box-align: center;

  -ms-flex-align: center;

  align-items: center;

}

.flex_j_center {

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

#header {

  position: fixed;

  top: 0;

  left: 0;

  width: 100%;

  z-index: 18;

}
#header.inner-header{
    background-color:#000;
}
#header a {

  display: block;

}

#header img {

  display: block;

  width: 100%;

}

#header>.nav {

  padding: 10px 0;

  position: relative;

  z-index: 2;

  width: 100%;

  max-width: 1920px;

  margin: auto;

}

#header>.nav>.menu .menu-box {

  position: relative;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

#header>.nav>.menu .menu-box .left {

  position: relative;

}

#header>.nav>.menu .menu-box .left .logo {

  display: block;

  z-index: 1;

}

#header>.nav>.menu .menu-box .left .logo img {

  width: 100%;

}

#header>.nav>.menu .menu-box .menu_c {

  text-align: center;

  margin-left: auto;

  position: relative;

  z-index: 2;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container {

  z-index: 2;

  width: 100%;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu {

  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;

  text-align: left;

  -webkit-box-pack: center;

  -webkit-justify-content: center;

  -moz-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {

  display: inline-block;

  position: relative;

  margin-left: 60px;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:first-child {

  margin-left: 0;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>a::before,

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item.active>a::before {

  -webkit-transform: scale(1);

  -moz-transform: scale(1);

  -ms-transform: scale(1);

  -o-transform: scale(1);

  transform: scale(1);

  opacity: 1;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item:hover>.sub-menu {

  transform: rotate3d(0, 0, 0, -90deg);

  -webkit-transform: rotate3d(0, 0, 0, -90deg);

  -moz-transform: rotate3d(0, 0, 0, -90deg);

  -ms-transform: rotate3d(0, 0, 0, -90deg);

  -o-transform: rotate3d(0, 0, 0, -90deg);

  opacity: 1;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  padding: 18px 0;

  text-align: left;

  line-height: 1.2;

  position: relative;

  font-size: 18px;

  color: #fff;

  text-transform: capitalize;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a::before {

  content: '';

  position: absolute;

  width: 100%;

  height: 4px;

  bottom: 10px;

  left: 0;

  background-color: #469f47;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  z-index: -1;

  opacity: 0;

  -webkit-transform: scale(0);

  -moz-transform: scale(0);

  -ms-transform: scale(0);

  -o-transform: scale(0);

  transform: scale(0);

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu {

  position: absolute;

  top: 100%;

  left: 0;

  min-width: 150px;

  width: auto;

  -webkit-perspective: 500px;

  -moz-perspective: 500px;

  perspective: 500px;

  -webkit-transform-style: preserve-3d;

  -moz-transform-style: preserve-3d;

  transform-style: preserve-3d;

  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;

  -o-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;

  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;

  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;

  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;

  -moz-transition: -moz-transform 0.5s, opacity 0.3s;

  border-radius: 2px;

  background-color: #f7f7f7;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {

  color: #000;

  position: relative;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {

  white-space: nowrap;

  font-size: 16px;

  padding: 8px 12px;

  text-align: left;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  position: relative;

  display: block;

  border-bottom: 1px solid rgba(189, 189, 189, 0);

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>a {

  background-color: #000;

  color: #fff;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu {

  left: 100%;

  top: 0;

  min-width: 120px;

}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu {

  transform: rotate3d(0, 0, 0, -90deg);

  -webkit-transform: rotate3d(0, 0, 0, -90deg);

  -moz-transform: rotate3d(0, 0, 0, -90deg);

  -ms-transform: rotate3d(0, 0, 0, -90deg);

  -o-transform: rotate3d(0, 0, 0, -90deg);

  opacity: 1;

}

#header>.nav>.menu .menu-box .right {

  position: relative;

  z-index: 1;

}

#header>.nav>.menu .menu-box .right .search {

  margin-left: 20px;

  width: 18px;

  height: 18px;

  cursor: pointer;

  -o-background-size: contain;

  background-size: contain;

}

#header>.nav>.menu .menu-box .right .lang_cont {

  margin-left: 80px;

}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont {

  font-size: 18px;

  color: #fff;

  text-transform: uppercase;

}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont i {

  margin-left: 6px;

}

#header>.nav .lang_cont {

  display: inline-block;

  position: relative;

  cursor: pointer;

  z-index: 2;

}

#header>.nav .lang_cont:hover .lang {

  opacity: 1;

  -webkit-transform: scaleY(1);

  -moz-transform: scaleY(1);

  -ms-transform: scaleY(1);

  -o-transform: scaleY(1);

  transform: scaleY(1);

}

#header>.nav .lang_cont .lang {

  overflow-y: auto;

  max-height: 400px;

  width: 150px;

  position: absolute;

  top: 100%;

  right: 0;

  -webkit-transform: scaleY(0);

  -moz-transform: scaleY(0);

  -ms-transform: scaleY(0);

  -o-transform: scaleY(0);

  transform: scaleY(0);

  -webkit-transform-origin: top;

  -moz-transform-origin: top;

  -ms-transform-origin: top;

  -o-transform-origin: top;

  transform-origin: top;

  opacity: 0;

  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;

  transition: opacity 0.3s, -webkit-transform 0.5s;

  -o-transition: opacity 0.3s, -o-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, -o-transform 0.5s;

  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;

  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;

  -moz-transition: -moz-transform 0.5s, opacity 0.3s;

  border-bottom: 3px solid #333333;

}

#header>.nav .lang_cont .lang li a {

  display: block;

  background: #f7f7f7;

  padding: 5px 10px;

  transition: all 0.5s;

  -moz-transition: all 0.5s;

  -webkit-transition: all 0.5s;

  -o-transition: all 0.5s;

  text-align: left;

}

#header>.nav .lang_cont .lang li a:hover {

  background-color: #000;

}

#header>.nav .lang_cont .lang li a:hover em {

  color: #fff;

}

#header>.nav .lang_cont .lang li a img {

  display: inline;

  width: 20%;

  margin-top: 4px;

}

#header>.nav .lang_cont .lang li a em {

  display: inline;

  font-size: 16px;

  margin-left: 10px;

  color: #000;

}



#header.active>.nav {

  background: #000;

}



@-webkit-keyframes trans_ani {

  0% {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

  }

}

@-moz-keyframes trans_ani {

  0% {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

  }

}

@-o-keyframes trans_ani {

  0% {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

  }

}

@keyframes trans_ani {

  0% {

    -webkit-transform: translateX(0);

    -moz-transform: translateX(0);

    -o-transform: translateX(0);

    transform: translateX(0);

  }

  100% {

    -webkit-transform: translateX(-100%);

    -moz-transform: translateX(-100%);

    -o-transform: translateX(-100%);

    transform: translateX(-100%);

  }

}

#banner {

  overflow: hidden;

  z-index: 2;

  position: relative;

}



#banner .swiper {

  z-index: 2;

  width: 100%;

  overflow: hidden;

  position: relative;

}

#banner .swiper .swiper-wrapper {

  height: 100%;

}

#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  position: relative;
  width: 100%;
  height: 56vw;
  max-height: 940px;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
}
#banner .swiper .swiper-wrapper .swiper-slide .bg,
#banner .swiper .swiper-wrapper .swiper-slide video{
	position: absolute;
    left:0;
    top:0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    z-index: -1;
}
#banner .swiper .swiper-wrapper .swiper-slide video{
     z-index: 1;
}
#banner .swiper .swiper-wrapper .swiper-slide .cont {

  width: 100%;

  color: #000;

  position: relative;

  z-index: 2;

  border-right: 1px solid rgba(255, 255, 255, 0.2);

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {

  width: 100%;

  max-width: 1520px;

  position: relative;

  z-index: 2;

  color: #fff;

  align-self: flex-end;

  padding-bottom: 130px;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .tips {

  font-size: 24px;

  line-height: 1.8;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {

  text-transform: uppercase;

  line-height: 1.2;

  font-size: 90px;

  font-family: 'Anton';

  max-width: 850px;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .des_2 {

  font-size: 24px;

  max-width: 850px;

  padding: 20px 0;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .moreC {

  margin-top: 40px;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .moreC .play {

  cursor: pointer;

  padding: 14px 28px;

  background: #469f47;

  font-size: 16px;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .moreC .play:hover {

  background: #000;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .moreC .play i {

  width: 26px;

  height: 26px;

  margin-left: 14px;

}



#banner .swiper .swiper-wrapper .swiper-slide .cont .sub {

  position: absolute;

  top: 0;

  background: #469f47;

  width: 370px;

  height: 100%;

  left: 49%;

  -webkit-transform: translateX(-50%);

  -moz-transform: translateX(-50%);

  -ms-transform: translateX(-50%);

  -o-transform: translateX(-50%);

  transform: translateX(-50%);

  background-position: top center;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .sub2 {

  width: 750px;

  height: 330px;

  position: absolute;

  top: 100px;

  z-index: 2;

}

#banner .swiper .swiper-wrapper .swiper-slide .cont .shadow2 {

  position: absolute;

  top: 0;

  left: 0;

  width: 100%;

  height: 100%;

  background: rgba(0, 0, 0, 0.6);

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 {

  justify-content: space-between;

  align-items: flex-end;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .title_2 {

  width: 27%;

  font-size: 80px;

  display: block;

  font-family: 'Anton';

  text-align: right;

  text-transform: uppercase;

  line-height: 1.2;

  padding-bottom: 100px;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .img {

  width: 42%;

  height: 630px;

  background-position: center bottom;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .text_right {

  width: 25%;

  margin-bottom: 30px;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .text_right .des_2 {

  font-size: 18px;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .text_right .moreC .more {

  padding: 14px 24px;

  text-transform: uppercase;

  background: #469f47;

  color: #fff;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .text_right .moreC .more:hover {

  background: #000;

}

#banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .text_right .moreC .more i {

  width: 50px;

  height: 12px;

  margin-left: 10px;

}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .cont .text_cont {

  -webkit-animation: fadeInLeftSmall 1s linear;

  -moz-animation: fadeInLeftSmall 1s linear;

  -o-animation: fadeInLeftSmall 1s linear;

  animation: fadeInLeftSmall 1s linear;

}

#banner .sPage {

  position: absolute;

  line-height: 1;

  top: 50%;

  right: 190px;

  color: #fff;

  z-index: 3;

  font-size: 24px;

}



#banner .sPage .swiper-pagination-bullet {

  display: block;

  opacity: 1;

  background: rgba(0, 0, 0, 0);

  font-size: 18px;

  font-family: 'Anton';

  margin-bottom: 14px;

  transition: all .5s;

  cursor: pointer;

  text-align: center;

  width: 14px;

  position: relative;

  height: 24px;

}



#banner .sPage .swiper-pagination-bullet::before {

  position: absolute;

  width: 30px;

  height: 1px;

  background: #469f47;

  content: '';

  opacity: 0;

  bottom: -14px;

  right: 0;

  transition: all .5s;

}



#banner .sPage .swiper-pagination-bullet-active {

  color: #469f47;

  font-size: 24px;

  margin-bottom: 30px;

}



#banner .sPage .swiper-pagination-bullet-active::before {

  opacity: 1;

}



.pb-140 {

  padding-bottom: 140px;

}

.pt-130 {

  padding-top: 130px;

}

.pb-130 {

  padding-bottom: 130px;

}

.pt-110 {

  padding-top: 110px;

}

.pt-100 {

  padding-top: 100px;

}

.pb-100 {

  padding-bottom: 100px;

}

.pb-80 {

  padding-bottom: 80px;

}

.pt-80 {

  padding-top: 80px;

}

.font-84 {

  font-size: 84px;

  line-height: 1.1;

}

.font-70 {

  line-height: 1.2;

  font-size: 70px;

}

.font-60 {

  font-size: 60px;

  line-height: 1.2;

}

.font-38 {

  font-size: 38px;

  line-height: 1.4;

}

.max-1400 {

  max-width: 1400px;

}

#index-body {

  position: relative;

  z-index: 2;

  overflow: hidden;

}

#index-body .lineC .line {

  width: 50px;

  height: 1px;

  background-color: #469f47;

}

#index-body .lineC .lineText {

  line-height: 1.8;

  color: #469f47;

  text-transform: capitalize;

}
.home-title h3{
  font-size: 60px;
  font-family: var(--font);
  text-transform: uppercase;
  line-height: 1.2;
}
.home-title span{
  font-size: 18px;
  color: var(--color);
}
#index-body .init-1 .content{
  background: url('../images/category-bg.jpg')no-repeat;
  background-size: cover;
  padding: 80px 0 80px;
}
#index-body .init-1 .content:nth-child(even) .flex-box{
  flex-direction: row-reverse;
}
#index-body .init-1 .content:nth-child(even) .right{
  text-align: left;
}
#index-body .init-1 .content:nth-child(even) .right > p{
  margin-left: 0;
}
#index-body .init-1 .content:nth-child(even) .right .con p{
  text-align: left;
}
#index-body .init-1 .right{
  text-align: right;
  max-width: 620px;
  padding-top: 25px;
}
#index-body .init-1 .right .con{
    margin: 20px 0;
}
#index-body .init-1 .content:first-child .right .con{
 display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}
#index-body .init-1 .right .con p{
    text-align: right;
}
#index-body .init-1 .right > p{
    margin: 20px 0 60px auto;
    opacity: 0.7;
    max-width: 360px;
    white-space: pre;
    /*text-align: left;*/
}
#index-body .init-1 .right ul{
  margin: 30px -10px 0;
}
#index-body .init-1 .right ul li{
  padding: 0 10px;
  position: relative;
  display: flex !important;
  justify-content: center;
  align-items: center;
}
#index-body .init-1 .right ul li h5{
  font-size: 16px;
      text-align: center;
    color: #fff;
  font-family: var(--font);
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
  line-height: 1.2;
}
#index-body .init-1 .right .img_box{
  position: relative;
  width: fit-content;
}
@keyframes img_scale{
    0%{
        transform: translate(-50%,-50%) scale(0.6);
    }
    100%{
        transform: translate(-50%,-50%) scale(1);
    }
}
#index-body .init-1 .right .img_box .play{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#index-body .init-1 .right .img_box .play img{
    position: relative;
}
#index-body .init-1 .right .img_box .play::before{
    content:"";
    width: 130px;
    height: 130px;
    display: block;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
    background-color: rgba(70, 159, 71, 0.4);
    border-radius: 50%;
    animation: img_scale 1s infinite linear;
}
#index-body .init-1 .content:nth-child(odd) .right .btn-go{
  margin-left: auto;
}
#index-body .init-1 .content .right .btn-go{
  margin-top: 60px;
}
.btn-go{
  width: 195px;
  height: 55px;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  background-color: var(--color);
  overflow: hidden;
}
.btn-go span{
  font-size: 16px;
  color:white;
  margin-right: 10px;
  position: relative;
  z-index: 2;
}
.btn-go img{
  position: relative;
  z-index: 2;
  filter: brightness(0) invert(1);
}
.btn-go::before{
  content:"";
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  right:100%;
  top:0;
  transition: all 0.5s;
  background-color: #000;
}
.btn-go:hover::before{
  right:0;
}



#index-body .init-2 {

  position: relative;

  z-index: 2;

  background-color: #d8d9db;

}

#index-body .init-2 .sub {
  position: absolute;
  width: 100%;
  height: 470px;
  top: 0;
  left: 0;
  background-color: #252b25;
}

#index-body .init-2 .sub .img {

  position: absolute;

}

#index-body .init-2 .sub .img1 {

  width: 16%;

  height: 86%;

  left: 0;

  top: 0;

  background-position: left top;

}

#index-body .init-2 .sub .img2 {

  width: 120px;

  height: 190px;

  top: 0;

  right: 0;

  background-position: right top;

}

#index-body .init-2 .container .titleC .left .tipsTitle {

  text-transform: uppercase;

  font-family: 'Anton';

  color: #fff;

}

#index-body .init-2 .container .titleC .left .tipsDes {

  max-width: 520px;

  color: rgba(255, 255, 255, 0.57);

  margin-top: 10px;

}

#index-body .init-2 .container .titleC .right {

  margin-left: auto;

}

#index-body .init-2 .container .titleC .right .btn {

  width: 70px;

  height: 70px;

  border: 1px solid #949494;

  border-radius: 50%;

  font-size: 30px;

  color: #fff;

  cursor: pointer;

}

#index-body .init-2 .container .titleC .right .btn:hover {

  background-color: #469f47;

  border: 1px solid #fff;

}

#index-body .init-2 .container .titleC .right .next {

  margin-left: 26px;

}

#index-body .init-2 .container .content {

  margin-top: 46px;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide {

  height: auto;

  width: 33%;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box {
  padding: 30px;
  position: relative;
  height: 320px;
  z-index: 2;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .shadowC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .shadowC .shadow {

  position: absolute;

  width: 100%;

  height: 100%;

  top: 0;

  left: 0;

  background: -webkit-linear-gradient(135deg, transparent 30px, #fff 0);

  background: -moz-linear-gradient(135deg, transparent 30px, #fff 0);

  background: -o-linear-gradient(135deg, transparent 30px, #fff 0);

  background: linear-gradient(-45deg, transparent 30px, #fff 0);

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .shadowC .shadow2 {

  opacity: 0;

  background: -webkit-linear-gradient(135deg, transparent 30px, #469f47 0);

  background: -moz-linear-gradient(135deg, transparent 30px, #469f47 0);

  background: -o-linear-gradient(135deg, transparent 30px, #469f47 0);

  background: linear-gradient(-45deg, transparent 30px, #469f47 0);

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .tipsC .line {

  width: 36px;

  background-color: #000;

  height: 1px;

  margin-right: 10px;

}
#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box{
  position: relative;
}
#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .img {

  position: absolute;
  right:30px;
  top:30px;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .title {
  font-family: 'Anton';
  margin: 15px 0 20px;
  text-transform: uppercase;
}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .des {
  color: #777777;
  max-height: 140px;
  padding-right: 6px;
  overflow: auto;
  line-height: 1.6;
}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover .shadow2 {

  opacity: 1;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover .tipsC {

  color: #fff;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover .tipsC .line {

  background-color: #fff;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover .img {

  -webkit-filter: invert(1);

  filter: invert(1);

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover .title {

  color: #fff;

}

#index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover .des {

  color: rgba(255, 255, 255, 0.7);

}

#index-body .init-3 {

  background-color: #d8d9db;

}

#index-body .init-3 .container .left {

  width: 46%;

}

#index-body .init-3 .container .left .title {

  text-transform: uppercase;

  font-family: 'Anton';

}

#index-body .init-3 .container .left .des {

  color: #777;

  margin: 25px 0 75px;

  padding-right: 4px;

  max-height: 300px;

  overflow-y: auto;

}

#index-body .init-3 .container .left .moreC {

  margin-top: 50px;

}

#index-body .init-3 .container .left .moreC .more {

  padding: 14px 24px;

  text-transform: uppercase;

  background: #469f47;

  color: #fff;

}

#index-body .init-3 .container .left .moreC .more .imgIcon {

  width: 50px;

  height: 12px;

  margin-left: 10px;

}

#index-body .init-3 .container .left .moreC .more i {

  margin-left: 46px;

}

#index-body .init-3 .container .left .moreC .more:hover {

  background-color: #000;

}

#index-body .init-3 .container .right {

  width: 52%;

  margin-left: auto;

  position: relative;

}

#index-body .init-3 .container .right .img1 {
  width: 760px;
  height: 440px;
  position: absolute;
  top: 40px;
  left: 0;
  z-index: 2;
}
#index-body .init-3 .container .right .img1 .play{
  position: absolute;
  left:50%;
  top:50%;
  transform: translate(-50%,-50%);
}
#index-body .init-3 .container .right .img2 {

  height: 520px;

  position: relative;

  border: 1px solid #bdbdbe;

  width: -webkit-calc(0%);

  width: -moz-calc(0%);

  width: calc(100% - 100px);

  margin-left: auto;

}

#index-body .init-3 .container .right .img2 .sub {

  background-color: #469f47;

  position: absolute;

  bottom: 0;

  left: 0;

  height: 140px;

  width: 100%;

}

#index-body .init-4 {

  background-image: -webkit-gradient(linear, left top, left bottom, from(#d8d9db), to(#ffffff));

  background-image: -webkit-linear-gradient(top, #d8d9db, #ffffff);

  background-image: -moz-linear-gradient(top, #d8d9db, #ffffff);

  background-image: -o-linear-gradient(top, #d8d9db, #ffffff);

  background-image: linear-gradient(to bottom, #d8d9db, #ffffff);

}

#index-body .init-4 .container .listCont {

  margin: 0 -12px;

}

#index-body .init-4 .container .listCont .list {

  width: 25%;

}

#index-body .init-4 .container .listCont .list .box {
  position: relative;
  padding: 0 28px;
}

#index-body .init-4 .container .listCont .list .box .cont {
  overflow: hidden;
  position: relative;
  padding: 20px;
  background-color: #fff;
  height: 160px;

}

#index-body .init-4 .container .listCont .list .box .cont .img {

  width: 60px;

  height: 60px;

  -webkit-filter: grayscale(1);

  filter: grayscale(1);

}

#index-body .init-4 .container .listCont .list .box .cont .img2 {

  opacity: 0;

  width: 70px;

  height: 100%;

  position: absolute;

  top: 0;

  right: -36px;

  background-position: top left;

}

#index-body .init-4 .container .listCont .list .box .num {

  position: relative;

  z-index: 2;

  font-size: 80px;

  line-height: 1;

  text-align: right;

  margin-top: -50px;

  font-family: 'Anton';

  padding-right: 40px;

}

#index-body .init-4 .container .listCont .list .box .num .sub {

  font-size: 36px;

  position: relative;

  top: -2px;

}

#index-body .init-4 .container .listCont .list .box .des {

  color: #626262;

  text-align: right;

  padding-right: 40px;

  margin-top: 6px;

}

#index-body .init-4 .container .listCont .list .box:hover {

  -webkit-transform: translateY(-40px);

  -moz-transform: translateY(-40px);

  -ms-transform: translateY(-40px);

  -o-transform: translateY(-40px);

  transform: translateY(-40px);

}

#index-body .init-4 .container .listCont .list .box:hover .cont .img {

  -webkit-transform: rotateY(360deg);

  -moz-transform: rotateY(360deg);

  transform: rotateY(360deg);

  -webkit-filter: grayscale(0);

  filter: grayscale(0);

}

#index-body .init-4 .container .listCont .list .box:hover .cont .img2 {

  opacity: 1;

  -webkit-transform: translateY(0);

  -moz-transform: translateY(0);

  -ms-transform: translateY(0);

  -o-transform: translateY(0);

  transform: translateY(0);

}

#index-body .init-4 .container .listCont .list .box:hover .num {

  color: #469f47;

}

 #index-body .init-5 {
    position: relative;
}
 #index-body .init-5 video{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
 #index-body .init-5 .content{
   position: relative;
   height: 890px;
   padding-bottom: 65px;
}
#index-body .init-5 .content::before{
  content:"";
  display: block;
  position: absolute;
  right:0;
  bottom:0;
  width: 1720px;
  height: 280px;
  background-color: var(--color);
}
#index-body .init-5 .content .swiper-container{
  max-width: 1030px;
  margin-right: 0;
}
#index-body .init-5 .content .text{
  font-family: var(--font);
  color:white;
  margin-bottom: 50px;
  margin-left: 45px;
}
#index-body .init-5 .content ul li{
  height: 430px;
  display: flex !important;
  flex-direction: column;
  justify-content: flex-end;
}
#index-body .init-5 .content ul li .img_box{
    display: flex;
    justify-content: center;
}
#index-body .init-5 .content ul li .img_box img{
   max-height: 315px;
}
#index-body .init-5 .content ul li h4{
  color:white;
  margin-top: 35px;
  text-align: center;
  line-height: 1.6;
  height: 65px;
}
#index-body .init-5 .content .swiper-button-prev,
#index-body .init-5 .content .swiper-button-next{
  width: 55px;
  height: 55px;
  background-color: white;
  background-image: none;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  color:var(--color);
  transition: all 0.5s;
}
#index-body .init-5 .content .swiper-button-prev:hover,
#index-body .init-5 .content .swiper-button-next:hover{
  background-color: #3a3a3a;
}
#index-body .init-5 .content .init-5-btn{
  position: absolute;
  right:-80px;
  bottom:100px;
  
}

#index-body .init-7{
  padding: 130px 0;
  background-color: #f2f2f2;
}
#index-body .init-7 .left{
  width: 77%;
  padding-right: 35px;
}
#index-body .init-7 .left .box-left{
  max-width: 760px;
  padding-left: 30px;
}
#index-body .init-7 .left .box-left h3{
  font-size: 70px;
  font-family: var(--font);
  margin-bottom: 10px;
}
#index-body .init-7 .left .box-left .content{
  margin-top: 45px;
}
#index-body .init-7 .left .box-left .content h4{
  font-size: 18px;
  font-family: var(--font);
  margin-bottom: 15px;
}
#index-body .init-7 .left ul{
  margin: 25px 10px 0;
  width: 100%;
  height: auto;
}
#index-body .init-7 .left ul li{
  padding: 0 12px;
}
#index-body .init-7 .left ul li .title,
#index-body .init-7 .left ul li .con{
  display: none;
}


#index-body .init-7 .right{
  width: 23%;
}







#index-body .init-6 .container .tipsTitle .left .tipsTitle {

  text-transform: uppercase;
  font-family: 'Anton';

}

#index-body .init-6 .container .tipsTitle .right {

  margin-left: auto;

}

#index-body .init-6 .container .tipsTitle .right .more {

  padding: 14px 24px;

  text-transform: uppercase;

  background: #469f47;

  color: #fff;

}

#index-body .init-6 .container .tipsTitle .right .more .imgIcon {

  width: 50px;

  height: 12px;

  margin-left: 10px;

}

#index-body .init-6 .container .tipsTitle .right .more i {

  margin-left: 50px;

}

#index-body .init-6 .container .tipsTitle .right .more:hover {

  background-color: #000;

}

#index-body .init-6 .container .content {

  margin-top: 60px;

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box {

  padding-top: 16px;

  border-top: 3px solid #000;

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .time {

  color: #469f47;

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .type {

  margin-left: auto;

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .title {

  text-transform: uppercase;

  margin-top: 20px;

  display: block;

  font-size: 30px;

  line-height: 1.3;

  font-family: 'Anton';

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .title:hover {

  color: #469f47;

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .des {

  color: rgba(0, 0, 0, 0.57);

  margin-top: 14px;

  overflow: hidden;

  -o-text-overflow: ellipsis;

  text-overflow: ellipsis;

  display: -webkit-box;

  -webkit-line-clamp: 4;

  -webkit-box-orient: vertical;

}

#index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box:hover {

  border-top: 3px solid #469f47;

}

#footer {

  position: relative;

  z-index: 1;

  color: #fff;

  overflow: hidden;

  background-color: #0f0e0f;

}

#footer .f-top {

  padding-top: 100px;

}

#footer .f-top .container .leftC {
  padding-bottom: 80px;
  width: 100%;
}

#footer .f-top .container .leftC .logoC .logo {

  display: block;

}

#footer .f-top .container .leftC .logoC .share {

  margin-left: auto;

}

#footer .f-top .container .leftC .logoC .share ul li {

  margin-left: 14px;

}

#footer .f-top .container .leftC .logoC .share ul li a {

  width: 50px;

  height: 50px;

  border-radius: 50%;

  border: 1px solid #ebebeb;

  font-size: 20px;

  opacity: 0.5;

}
#footer .f-top .container .leftC .logoC .share ul li a i{
    font-size: 20px;
}
#footer .f-top .container .leftC .logoC .share ul li a img {

  width: 16px;

}

#footer .f-top .container .leftC .logoC .share ul li a:hover {

  background-color: #469f47;

  color: #fff;

  opacity: 1;

  border: 1px solid #469f47;

}

#footer .f-top .container .leftC .formC {

  padding-top: 40px;

}

#footer .f-top .container .leftC .formC form {

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

#footer .f-top .container .leftC .formC form input {
  margin-top: 10px;
  width: 205px;
  background-color: #2c2d31;
  border: none;
  padding: 12px 25px;
  font-size: 18px;
}


#footer .f-top .container .leftC .formC form .content {

  width: 640px;

}

#footer .f-top .container .leftC .formC form .btn {

  text-align: center;

  width: 205px;

  margin-top: 10px;

  background-color: #469f47;

  color: #fff;

  padding: 12px 16px;

  text-transform: uppercase;

  cursor: pointer;

  font-family: 'Anton';

}

#footer .f-top .container .leftC .formC form .btn:hover {

  background-color: #fff;

  color: #469f47;

}

#footer .f-top .container .leftC .navC {

  margin-top: 60px;

  border-top: 1px solid #4c4d51;

  padding-top: 20px;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

#footer .f-top .container .leftC .navC .listCont {

  margin-top: 30px;

}

#footer .f-top .container .leftC .navC .listCont .first {

  text-transform: uppercase;

  font-family: 'Anton';

}



#footer .f-top .container .leftC .navC .listCont .lineC {

  width: 190px;

  height: 1px;

  background-color: #fff;

  position: relative;

  margin-bottom: 26px;

  margin-top: 20px;

}

#footer .f-top .container .leftC .navC .listCont .lineC div {

  position: absolute;

  width: 30px;

  height: 5px;

  top: -2px;

  left: 0;

  background-color: #fff;

}

#footer .f-top .container .leftC .navC .listCont .list {

  margin-top: 5px;

}

#footer .f-top .container .leftC .navC .listCont .list a {

  color: rgba(255, 255, 255, 0.55);

}

#footer .f-top .container .leftC .navC .listCont .list a:hover {

  color: #fff;

}

#footer .f-top .container .leftC .navC .listCont #ewm {
  width: 110px;
  height: 110px;
  background-color: #fff;
  padding: 5px;

}

#footer .f-top .container .leftC .navC .listCont1 {

  width: 230px;

}

#footer .f-top .container .leftC .navC .listCont2 {

  width: 230px;

}

#footer .f-top .container .leftC .navC .listCont3 {

  width: 220px;

}

#footer .f-top .container .leftC .navC .listCont4 {

  position: relative;

  max-width: 350px;

}

#footer .f-top .container .leftC .navC .listCont4 .list2 {

  margin-top: 14px;

  color: rgba(255, 255, 255, .55);

}

#footer .f-top .container .leftC .navC .listCont4 #ewm {

  width: 130px;

  height: 130px;

  position: absolute;

  top: 0;

  right: 0;

}

#footer .copyright {

  position: relative;

  opacity: 0.5;

  color: #fff;

  overflow: hidden;

  font-size: 16px;

  line-height: 30px;

}

#footer .copyright .line {

  position: absolute;

  top: 0;

  right: 0;

  height: 1px;

  width: 50%;

  background-color: #4c4d51;

}

#footer .copyright .container {

  border-top: 1px solid #4c4d51;

  padding-top: 20px;

  padding-bottom: 20px;

  -webkit-box-pack: justify;

  -webkit-justify-content: space-between;

  -moz-box-pack: justify;

  -ms-flex-pack: justify;

  justify-content: space-between;

}

#footer .copyright .container .left {

  margin-top: 10px;

}

#footer .copyright .container .right {

  margin-left: auto;

  margin-top: 10px;

  text-align: right;

}

#footer .copyright .container svg {

  height: 30px;

  width: auto;

  fill: #fff;

  position: relative;

  top: 0;

}

#footer .copyright .container a {

  margin: 0 5px;

}

#footer .copyright .container a img {

  margin-top: 8px;

  height: 16px;

}

@media (max-width: 1800px) {

  #banner .sPage {

    right: 40px;

  }
  #index-body .init-3 .container .right .img1 {

    width: 92%;

  }

  #index-body .init-4 .container .listCont .list {

    width: 50%;

    margin-top: 40px;

  }

  #footer .f-top .container .leftC .formC form .content {

    width: 520px;

  }

  #footer .f-top .container .leftC .formC form input {

    width: 200px;

  }
}
@media (max-width: 1600px) {
    #index-body .init-5 .content .init-5-btn{
        display: none;
    }
    .ui.container{
        width: 1400px;
    }

  .font-84 {

    font-size: 60px;

  }

  .font-70 {

    font-size: 56px;

  }

  #header>.nav>.menu .menu-box .left {

    width: 200px;

  }


  #banner .swiper .swiper-wrapper .swiper-slide .cont .sub {

    display: none;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {

    align-self: center;

  }
  .home-title h3 {
    font-size: 60px;
    }
  #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item {

    margin-left: 20px;

  }

  #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {

    font-size: 16px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .sub2 {

    width: 600px;

  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {

    font-size: 60px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .img {

    height: 380px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .title_2 {

    font-size: 60px;

  }


  #footer .f-top .container .leftC .formC form input {

    width: 20%;

  }

  #footer .f-top .container .leftC .formC form .content {

    width: 260px;

  }
  #index-body .init-5 .content .text {
    margin-left: 0;
    line-height: 1.2;
  }
  #index-body .init-7 .left .box-right img{
      height: 100%;
      object-fit: cover;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {
    padding-bottom: 0;
  }
}
@media (max-width: 1400px) {
    .ui.container{
        width: 1250px;
    }
    #index-body .init-5 .content .container{
        flex-direction: column;
    }
    #index-body .init-7 .right {
        height: 100%;
        object-fit: cover;
    }
    #index-body .init-7 .left .box-left h3 {
        font-size: 50px;
    }
    #index-body .init-7 .left .box-left {
    max-width: 70%;
    padding-left: 0;
    padding-right: 30px;
    }
}
@media (max-width: 1250px) {
    .ui.container{
        width: 1000px;
    }
  .font-84 {

    font-size: 50px;

  }

  .font-70 {

    font-size: 42px;

  }


  #header>.nav>.menu .menu-box .left .logo {

    position: relative;

  }

  #header>.nav>.menu .menu-box .right .lang_cont {

    margin-left: 60px;

  }

  #header>.nav>.menu .menu-box {

    width: 1000px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {

    width: 970px;

  }

  #index-body .init-3 .container .right .img2 {

    height: 390px;

  }

  #index-body .init-3 .container .right .img1 {

    height: 250px;

  }

  #footer .f-top .container .leftC .formC form input {

    width: 310px;

  }

  #footer .f-top .container .leftC .formC form .content {

    width: 100%;

  }

  #footer .f-top .container .leftC .navC {

    padding-right: 20px;

  }
  .home-title h3 {
    font-size: 40px;
  }
  #index-body .init-5 .content {
    height: 690px;
  }
  #index-body .init-5 .content .swiper-container {
    max-width: 100%;
  }
  #index-body .init-7 .left{
      width:100%;
      padding-right: 0; 
  }
  #index-body .init-7 .right{
      display: none;
  }
  #footer .copyright .container {
      justify-content: center;
  }
  #footer .copyright .container .right {
    margin-left: 0;
    text-align: center;
  }
}

@media (max-width: 1000px) {
  .ui.container{
     width: 700px;
  }
  #header {

    display: none;

  }

  #mobile {

    display: block !important;

  }

  #banner {

    margin-top: 40px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide {

    min-height: 700px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {

    width: 100%;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {

    font-size: 40px;

    text-align: center;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .title_2 {

    font-size: 40px;

  }

  #banner .sPage {

    display: none;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont {

    display: flex;

    align-items: center;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {

    margin-top: 0;

    padding: 0 10px;

    padding-top: 20px;

    align-self: center;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .moreC {

    display: none;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .img {

    height: 300px;

    margin: 20px auto 0;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .text_right {

    display: none;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .sub2 {

    display: none;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .title_2 {

    text-align: center;

    padding-bottom: 0;

    margin-bottom: 0;

    width: 100%;

  }


#index-body .init-1 .right .img_box {

    width: 100%;
}

#index-body .init-1 .right .img_box > img{
    width: 100%;
    object-fit: cover;
}


  #index-body .init-2 .container .titleC .right {

    width: 100%;

    margin-top: 20px;

  }





  #index-body .init-3 .container .left {

    width: 100%;

  }

  #index-body .init-3 .container .right {

    display: none;

  }

  #index-body .init-4 .container .listCont .list .box .num {

    font-size: 60px;

    margin-top: -32px;

  }

  #index-body .init-6 .container .tipsTitle .right {

    margin: 20px 0 0 0;

  }

  #footer .f-top .container .leftC {

    width: 100%;

  }

  #footer .f-top .container .leftC .formC form input {

    width: 100%;

  }

  #footer .f-top .container .leftC .formC form .btn {

    width: 100%;

  }

  #footer .copyright .container .right {

    margin-left: 0;

  }

  #footer .copyright .line {

    display: none;

  }
  #index-body .init-1 .content .container .flex-box{
      flex-wrap: wrap;
  }
  #index-body .init-1 .content .container .flex-box .left{
      width: 100%;
  }
   #index-body .init-1 .content .container .flex-box .right{
      width: 100%;
  }
  #index-body .init-1 .right > p {
    opacity: 1;
    max-width: 100%;
    font-size: 16px;
  }
  #index-body .init-1 .right {
    max-width: 100%;
  }
  #index-body .init-5 .content ul li {
    text-align: center;
  }
  #index-body .init-6 .container .tipsTitle .right{
      margin-left: auto;
  }
  #footer .copyright .container .left p span{
      text-align: center;
      display: block;
  }
  #footer .f-top .container .leftC .navC .listCont1,
  #footer .f-top .container .leftC .navC .listCont2,
  #footer .f-top .container .leftC .navC .listCont3{
      display: none;
  }
        #banner .swiper .swiper-wrapper .swiper-slide {
        min-height: 380px;
    }
#footer .f-top .container .leftC .logoC .share{
    margin-left: 0;
    margin-top:60px;
}
}

@media (max-width: 700px) {
    .ui.container{
        width: 500px;
    }
  .phone_hide {

    display: none;

  }

  #banner .swiper .swiper-wrapper .swiper-slide {

    min-height: 58vw;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .img {

    height: 38vw;

  }
 #index-body .init-5,
 #index-body .init-7 {
    display: none;
  }


  #index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .title {

    font-size: 20px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .text_cont2 .title_2 {

    font-size: 20px;

  }

  #index-body .init-3 {

    padding-bottom: 40px;

  }

  #footer .f-top .container .leftC .logoC .logo {

    width: 200px;

  }

  #footer .f-top .container .leftC .formC form input {

    padding: 10px;

  }

  #footer .f-top .container .leftC .navC .listCont4 #ewm {

    position: relative;

    top: 0;

    left: 0;

  }

  #footer .f-top .container .leftC .navC .listCont4 {

    width: 100%;

  }

  #footer .f-top .container .leftC .formC form .btn {

    padding: 10px;

  }

}

@media (max-width: 500px) {
 .ui.container{
        width: 100%;
    }
  .font-84 {

    font-size: 24px;

    line-height: 1.4;

  }
    #index-body .init-3 .container .right .img1 {
        height: 250px;
        top: 50%;
        transform: translateY(-50%);
    }
    #index-body .init-3 .container .right {
        display: block;
        width: 100%;
        margin-top: 60px;
    }
    #index-body .init-3 .container .right .img2 {
        height: 230px;
    }
    #index-body .init-3 .container .right .img2 .sub {
        height: 65px;
    }
  .font-70 {

    font-size: 24px;

    line-height: 1.4;

  }

  .font-60 {

    font-size: 24px;

    line-height: 1.4;

  }

  .font-38 {

    font-size: 24px;

    line-height: 1.4;

  }

  .font-24 {

    font-size: 20px;

    line-height: 1.6;

  }

  .pb-140 {

    padding-bottom: 140px;

  }

  .pb-130 {

    padding-bottom: 40px;

  }

  .pt-130 {

    padding-top: 40px;

  }

  .pt-110 {

    padding-top: 40px;

  }

  .pt-100 {

    padding-top: 40px;

  }

  .pb-100 {

    padding-bottom: 40px;

  }

  .pb-80 {

    padding-bottom: 40px;

  }

  .pt-80 {

    padding-top: 40px;

  }

  .pt-60 {

    padding-top: 40px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide {

    height: 280px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .tips {

    font-size: 18px;

    line-height: 1.8;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont .title {

    font-size: 30px;

  }

  #banner .swiper .swiper-wrapper .swiper-slide .cont .text_cont {

    padding: 0;

  }




  #index-body .init-2 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .img {

    margin-top: 20px;

  }



  #index-body .init-3 .container .left .moreC {

    margin-top: 20px;

  }

  #index-body .init-6 .container .content {

    margin-top: 40px;

  }

  #index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .title {

    margin-top: 20px;

    font-size: 24px;

    line-height: 1.6;

  }

  #index-body .init-6 .container .content .swiper-container .swiper-wrapper .swiper-slide .box .type {

    margin-top: 10px;

    width: 100%;

  }



  #footer .f-top .container .leftC .formC {

    padding-right: 0;

  }

  #footer .f-top .container .leftC .navC {

    margin-top: 20px;

    padding-right: 0;

  }
    #index-body .init-5, #index-body .init-7 {
        display: block;
    }
    #index-body .init-5 video{

        display: none;
    }
    #index-body .init-5 .content .text{
        color: black;
        text-align: center;
        line-height: 1.4;
    }
    #index-body .init-5 .content ul li h4{
        display: none;
    }
    #index-body .init-5 .content .init-5-btn {
        display: block;
    }
    #index-body .init-5 .content .init-5-btn {
        right: 50%;
        transform: translateX(50%);
        bottom: -60px;
    }
    #index-body .init-5 .content {
        padding-bottom: 140px;
    }
    #index-body .init-5 .content ul li {
        height: 280px;
    }
    #index-body .init-7 .left .box-left{
        max-width: 100%;
        padding-right: 0;
    }
    #index-body .init-7 .left .box-right{
        display: none;
    }

    #index-body .init-7 {
        padding: 70px 0;
    }
    .phone_hide {
        display: block;
    }
    #index-body .init-2 .container .titleC .right{
        display: none;
    }
    #index-body .init-2 {
        overflow: hidden;
    }
    
    #index-body .init-2 .sub {
        top: -25%;
    }
    #index-body .init-7 .left .box-left h3 {
        font-size: 30px;
        margin-bottom: 20px;
    }
}   













































/*--------------------------------------inner-page----------------------------------------------- */

.inner-banner {
    height: 400px;
    background-position: center center;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
    color: #fff;
    z-index: 1;

}


.inner-banner .box {
    width: 100%;
    position: absolute;
    left: 0;
    top: 50%;
}
.inner-banner .box .mbx {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 5px;
}
.inner-banner .box h2 {
    font-size: 36px;
    line-height: 1.6;
    font-family: var(--font);
}
.inner-banner .box h2 em {
    color: var(--color);
}
.inner-banner::before {
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: -1;
}



/* About Start */
.about-page .abt-1 {
 max-width: 1920px;
}
.about-page .abt-1 .grid-box{
  display: flex;
}
.about-page .abt-1 .grid-box .left {
  width: 37%;
  vertical-align: middle;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  background-color: #e6e6e6;
}
.about-page .abt-1 .grid-box .left .ig {
  text-align: center;
  display: flex;
  align-items: center;
  margin-right: 120px;
}
.about-page .abt-1 .grid-box .left .ig h3{
 font-family: var(--font);
  font-size: 40px;
  margin-left: 100px;
  text-align: left;
  line-height: 1.6;
}
.about-page .abt-1 .grid-box .right {
  width: 63%;
  padding: 85px 7%;
  vertical-align: middle;
  background: #F3F0E9;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.about-page .abt-1 .grid-box .right .text .top h3 {
  font-size: 30px;
  color: #ffb11b;
  font-family: var(--font);
}
.about-page .abt-1 .grid-box .right .text .top h4 {
  font-size: 30px;
  font-family: var(--font);
}
.about-page .abt-1 .grid-box .right .text .top small {
  font-size: 40px;
  font-family: var(--font);
}
.about-page .abt-1 .grid-box .right .text h5 {
  font-size: 30px;
  line-height: 1;
  color: #1c1c1c;
  padding: 30px 0 10px;
   /*text-transform: uppercase;*/
   font-family: var(--font);
}
.about-page .abt-1 .grid-box .right .text .con {
  font-size: 16px;
  /*font-family: 'Poppins-Medium';*/
  padding-right: 10px;
  margin-top: 10px;
  overflow-y: auto;
  height: 165px;
}
.about-page .abt-2 {
  padding: 110px 0 145px;
}
.about-page .abt-2 .content{
  text-align: center;
}
.about-page .abt-2 .content .content-t{
  width: 100%;
  display: flex;
  justify-content: space-between;
  transform: translateY(40%);
}
.about-page .abt-2 .content .content-b{
  width: 100%;
  display: flex;
  justify-content: center;
}
.about-page .abt-2 .content .content-t .box,
.about-page .abt-2 .content .content-b .box{
  width: 295px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  background: #4d4d4d;
  border-radius: 35px;
  height: 65px;
  color:#fff;
  font-family: 'Poppins-Medium';
  transition: all 0.5s;
  cursor: pointer;
  line-height: 1.4;
}
.about-page .abt-2 .content .content-t .box:hover,
.about-page .abt-2 .content .content-b .box:hover{
  background: var(--color);
}
.about-page .abt-2 .content .content-b .box{
  margin: 0 55px;
}
.about-page .abt-3 .title {
  text-align: center;
  max-width: 970px;
  margin: auto;
}
.about-page .abt-3 .title h3 {
  font-size: 2.4rem;
  line-height: 1.2;
  color: #1c1c1c;
  font-family: var(--font);
  text-transform: uppercase;
  margin-bottom: 10px;
}
.about-page .abt-3 .title .con {
  font-size: 16px;
  font-family: 'MiSans-Medium';
  color: #3d3d3d;
  line-height: 1.6;
}
.about-page .abt-3 .box {
  margin-top: 30px;
}
.about-page .abt-3 .box ul {
  margin: 0 -1rem;
}
.about-page .abt-3 .box ul li {
  display: inline-block;
  padding: 0 1rem;
}
.about-page .abt-3 .box ul li .ig img {

  width:100%;
  height: auto;
  margin: auto;
}
.about-page .abt-4 {
  margin: 2rem 0;
  
}
.about-page .abt-4 .grid-box {
  /*border-top: 1px solid #B4B4B4;*/
  padding: 4rem 0;
}
.about-page .abt-4 .grid-box .left {
  width: 45%;
  vertical-align: middle;
}
.about-page .abt-4 .grid-box .left .ig {
  text-align: center;
}
.about-page .abt-4 .grid-box .right {
  width: 50%;
    vertical-align: middle;
    padding-left: 10%;
}
.about-page .abt-4 .grid-box .right .text h4 {
  font-size: 2.4rem;
  line-height: 1.2;
  font-family: var(--font);
  font-weight: 600;
  color: #212121;
  margin-bottom: 10px;
  text-transform: uppercase;
}
.about-page .abt-4 .grid-box .right .text .con {
  font-size: 16px;
  
  color: #212121;
}
.about-page .abt-solid {
  
  
  background-color: #F5F7F6;
  padding: 3.5rem 0 4.5rem;
  /*margin-bottom: 10rem;*/
}
.about-page .abt-solid ul {
  font-size: 0;
}
.about-page .abt-solid ul li {
  display: inline-block;
  width: 46%;
}
.about-page .abt-solid ul li.strong {
  width: 54%;
}
.about-page .abt-solid ul li .ig {
  padding: 0 15px;
}
.about-page .abt-solid ul li .ig .grid-box .left {
  z-index: 2;
  position: relative;
  width: 61%;
  vertical-align: bottom;
}
.about-page .abt-solid ul li .ig .grid-box .right {
  width: 39%;
  text-align: right;
  vertical-align: bottom;
}
.about-page .abt-solid ul li .ig .grid-box .right .text {
  position: relative;
  z-index: 1;
  padding-bottom: 20px;
}
.about-page .abt-solid ul li .ig .grid-box .right .text::before {
  z-index: -1;
    position: absolute;
    right: 0;
    bottom: 55%;
    content: 'Solid';
    font-size: 5.5rem;
    line-height: 1;
    color: #f5f7f6;
    text-shadow: #8b8b8b 1px 0 0, #8b8b8b 0 1px 0, #8b8b8b -1px 0 0, #8b8b8b 0 -1px 0;
}
.about-page .abt-solid ul li.strong .ig .grid-box .right .text::before {
  content: 'Strong';
}
.about-page .abt-solid ul li .ig .grid-box .right .text h4 {
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1;
  color: #161616;
}
.about-page .abt-solid ul li .ig .grid-box .right .text span {
  font-size: 21px;
  font-weight: 600;
  color: #161616;
}
.about-page .abt-5 {
  background: url(../images/probgc.png) repeat center;
  background-color: #121212;
  padding: 3rem 0 4.5rem;
}
.about-page .abt-5 .title {
  text-align: center;
}
.about-page .abt-5 .title h3 {
  font-size: 2.4rem;
  text-transform: uppercase;
  font-family: var(--font);
  color: #fff;
}
.about-page .abt-5 .box {
  text-align: center;
  margin-top: 3.5rem;
  display: flex;
  justify-content: space-between;
}
.about-page .abt-5 .box .left .i-box{
  width: 50%;
}
.about-page .abt-5 .box .left{
  width: 28%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 16px;
}
.about-page .abt-5 .box .left .i-box {
  margin-bottom: 50px;
}
.about-page .abt-5 .box .left .i-box .ig h4{
  font-size: 50px;
  color: var(--color);
 font-family: var(--font);
  text-align: left;
}
.about-page .abt-5 .box .left .i-box .ig p{
  color: #fff;
  font-size: 16px;
  font-family: 'Poppins-Medium';
  text-align: left;
}
.about-page .abt-5 .box .right{
  width: 63%;
}
.about-page .abt-5 .box ul li {
  padding: 0 2.8%;
}
.about-page .abt-5 .box ul li .ig .img {
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  cursor: pointer;
  transform: rotateY(0deg);
}
.about-page .abt-5 .box ul li .ig .img:hover{
  transform: rotateY(360deg);
}
.about-page .abt-5 .box ul li .ig .img img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .abt-5 .box ul li .ig .text h4 {
  font-size: 22px;
  font-family: var(--font);
  color: var(--color);
  margin: 2.2rem 0 10px;
}
.about-page .abt-5 .box ul li .ig .text .con {
  font-size: 16px;
  
  color: #fff;
  opacity: 0.9;
}

.about-page .abt-his {
  padding: 8rem 0 0;
  background: #f7f7f7;
}
.about-page .abt-his .ui.container {
  border-bottom: 1px solid #E3DAD0;
  padding-bottom: 6rem;
}
.about-page .abt-his .title h3 {
  font-size: 2.4rem;
 font-family: var(--font);
 text-transform: uppercase;
  /*padding: 0 0 20px 1.5rem;*/
}
.about-page .abt-his .his-box {
  position: relative;
  margin-top: 60px;
}
.about-page .abt-his .his-box::before{
    content:"";
    display: block;
    width: 5px;
    height: calc(100% - 60px);
    background-color: #d8d5d5;
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.about-page .abt-his .his-box ul li{
    position: relative;
    margin: 60px 0;
}
.about-page .abt-his .his-box ul li .icon{
    width: 45px;
    height: 45px;
    text-align: center;
    line-height: 45px;
    border-radius: 50%;
    background-color: var(--color);
    position: absolute;
    left:50%;
    top:50%;
    transform: translate(-50%,-50%);
}
.about-page .abt-his .his-box ul li .icon i{
    color:white;
    font-size: 20px;
}
.about-page .abt-his .his-box ul li .box{
    width: 45%;
}
.about-page .abt-his .his-box ul li .box .line{
    width: 30px;
    height: 2px;
    background-color: var(--color);
    margin: 10px 0 15px;
}
.about-page .abt-his .his-box ul li .box h4{
    line-height: 0.8;
    font-family: var(--font);
}
.about-page .abt-his .his-box ul li .box .con{
    font-size: 18px;
}
.about-page .abt-his .his-box ul li:nth-child(odd) .box{
    text-align: right;
}
.about-page .abt-his .his-box ul li:nth-child(odd) .box .line{
    margin-left: auto;
}
.about-page .abt-his .his-box ul li:nth-child(even) .box{
    margin-left: auto;
}
.about-page .abt-his .his-box ul li .box ol {
    margin: 30px -10px 0;
}
.about-page .abt-his .his-box ul li .box ol li{
    padding: 0 10px;
    margin: 0;
    display: flex !important;
    justify-content: center;
    height: 145px;
}
.about-page .abt-his .his-box ul li:nth-child(odd) .box ol .slick-track{
    margin-right: 0;
}
.about-page .abt-his .his-box ul li:nth-child(even) .box ol .slick-track{
    margin-left: 0;
}
.about-page .abt-his .his-box ul li .box ol li a img{
    height: 100%;
    width: auto;
}









.about-page .abt-6 {
  padding: 3rem 0 5.5rem;
  background: #f7f7f7;
}
.about-page .abt-6 .title {
  text-align: center;
}
.about-page .abt-6 .title h3 {
  font-size: 2.4rem;
  font-family: var(--font);
  text-transform: uppercase;
  color: #212121;
}
.about-page .abt-6 .box {
  margin-top: 2rem;
}
.about-page .abt-6 .box ul li {
  display: inline-block;
  padding: 0 11px;
}
.about-page .abt-6 .box ul li .ig{
  overflow: hidden;
  border-radius: 10px;
}
.about-page .abt-6 .box ul li .ig img {
  width: 100%;
}


.about-page .abt-7{
    position: relative;
}

.about-page .abt-7 .play{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
@keyframes play_scale{
  0%{
    width: 100px;
    height: 100px;
  }
  100%{
    width: 120px;
    height: 120px;
  }
}
.about-page .abt-7 .play::before{
  content: "";
  display:block;
  width: 120px;
  height: 120px;
  border-radius: 50%;
  background-color: rgba(70, 159, 71, 0.4); 
  position: absolute;
  top: 50%;
  left:50%;
  transform: translate(-50%,-50%);
  z-index: -1;
  animation: play_scale 1s linear infinite;
}



@media screen and (max-width: 1600px){
    .inner-banner.product{
        height: 650px;

    }
}
@media screen and (max-width: 1400px){
    .inner-banner.product{
        height: 510px;

    }
    .about-page .abt-1 .grid-box .left .ig img{
      width:180px;
  }
  .about-page .abt-1 .grid-box .left .ig {
    margin-right: 65px;
  }
  .about-page .abt-2 .content .content-t .box, .about-page .abt-2 .content .content-b .box{
    width: 260px;
  }
}
@media screen and (max-width: 1200px){
    .inner-banner.product{
        height: 110px;

    }
    .about-page .abt-1 .grid-box .left .ig img{
      width:155px;
  }
  .about-page .abt-1 .grid-box .left .ig h3{
    margin-left: 25px;
  }
  .about-page .abt-2 .content .content-t .box, .about-page .abt-2 .content .content-b .box{
    width: 230px;
  }
}
@media screen and (max-width: 1000px) {
    .inner-banner{
        margin-top: 40px;
    }
    .inner-banner .box{
        top: 40%;
    }
     .about-page .abt-1 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .top {
    padding-left: 85px;
  }
  .about-page .abt-5 .box ul li {
    width: 50%;
    padding: 30px 20px;
  }
  .about-page .abt-5 .box ul li .ig .text h4 {
    font-size: 18px;
  }
    .about-page .abt-2{
    display:none;
  }
  .about-page .abt-1 .grid-box .right .text h5{
    font-size: 24px;
  }
  .about-page .abt-5 .box{

    flex-direction: column;
  }
  .about-page .abt-5 .box .left,
  .about-page .abt-5 .box .right{
    width: 100%;
  }
  .about-page .abt-5 .box .left .i-box .ig h4,
  .about-page .abt-5 .box .left .i-box .ig p{
    text-align: center;
  }
  .about-page .abt-1 {
    margin-top: 75px;
  }
  .about-page .abt-his .his-box ul li .box {
    width: 40%;
  }
}
@media screen and (max-width: 700px) {
    .inner-banner .box{
        top: 30%;
    }
    .inner-banner .box h2{
        font-size: 18px;
        line-height: 1.8;
    }
    .inner-banner .box .mbx {
        font-size: 14px;
        line-height: 1.6;
    }
    .inner-banner {
        height: auto;
        padding-top: 100px;
    }
    .inner-banner.single .box h2{
        display: none!important;
    }
    .about-page .abt-1 .grid-box .right .text .top {
    padding-left: 70px;
  }
  .about-page .abt-4 .grid-box .left {
    width: 100%;
  }
  .about-page .abt-4 .grid-box .right {
    width: 100%;
    padding: 30px 0 0;
    text-align: center;
  }
  .about-page .abt-5 .box ul li {
    width: 100%;
  }
  .about-page .abt-1 .grid-box .right .text .con,
  .about-page .abt-3 .title .con,
  .about-page .abt-4 .grid-box .right .text .con,
  .about-page .abt-5 .box ul li .ig .text .con {
    font-size: 16px;
  }
  .about-page .abt-1 .grid-box {
    flex-direction: column;
  }
  .about-page .abt-1 .grid-box .left .ig h3 {
    display: block;
  }
  .about-page .abt-1 .grid-box .left .ig h3 {
      margin-left: 30px;
  }
  .about-page .abt-his .title h3,
  .about-page .abt-6 .title h3,
  .about-page .abt-5 .title h3 {
    font-size: 28px;
  }
   .contact-page .contact-2 .left .content ul li{
    width: 100%;
  }
    
}

@media (max-width: 1800px){
  .about-page .abt-1 .grid-box .left .ig img{
    width: 200px;
  }
}
@media (max-width: 1600px){
  .about-page .abt-1 .grid-box .left .ig {
    margin-right: 90px;
  }
}




@media (max-width: 1400px){
  .about-page .abt-1 .grid-box .left .ig {
      margin-right: 60px;
  }
  .about-page .abt-1 .grid-box .left .ig img{
    width: 160px;
  }
 
}
@media (max-width: 1200px){
   .about-page .abt-1 .grid-box .left .ig {
      line-height: 1.2;
  }
}
@media (max-width: 1000px){
  .about-page .abt-1 .grid-box .left .ig h3{
    margin-left: 0
  }
  .about-page .abt-1 .grid-box .left .ig{
    flex-direction: column;
  }
}
@media (max-width: 700px){
  .about-page .abt-1 .grid-box .left{
    height: 230px;
    justify-content: center;
  }
  .about-page .abt-1 .grid-box .left .ig{
    flex-direction: row;
    justify-content: center;
    margin-right: 0;
  }
  .about-page .abt-1 .grid-box .left .ig h3{
    margin-left: 25px;
  }
}
.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 4.5rem;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
    text-align: center;
    padding-bottom: 4.5rem;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-family: var(--font);
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.gallery-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-family: var(--font);
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}
.faq-page {
    padding: 6rem 0;
    background: #f5f5f5;
}
.faq-page .box ul {
    margin-right: -2rem;
}
.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}
.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}
.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.faq-page .box ul li.active .title h6 {
    color: #fff;
}
.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }
    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}
@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }
    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }
    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}
.cus-page {
    padding-top: 6rem;
}
/*.cus-page .cus1{
  padding-bottom: 6rem;
}*/
.cus-page .cus1 h5 {
    font-size: 24px;
    font-family: var(--font);
    line-height: 1;
}
.cus-page .cus1 .con {
    font-size: 16px;
    color: #555;
    line-height: 1.6;
    margin-top: 15px;
}
.cus-page .cus1 .con p {
    margin-bottom: 15px;
}
.cus-page .cus1 .con p:last-child {
    margin-bottom: 30px;
}
.cus-page .cus1 ol.number {
    list-style: none;
    counter-reset: item;
    margin-bottom: 20px;
    padding-left: 2rem;
}
.cus-page .cus1 ol.number li {
    counter-increment: item;
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    position: relative;
    padding-left: 40px;
}
.cus-page .cus1 ol.number li::before {
    margin-right: 10px;
    content: counter(item);
    background: var(--color);
    border-radius: 0px;
    color: #fff;
    width: 26px;
    height: 26px;
    text-align: center;
    font-size: 13px;
    line-height: 1.57px;
    position: absolute;
    left: 0;
    top: 0;
}
.cus-page .cus1 .info ul {
    margin-right: -24px;
}
.cus-page .cus1 .info li {
    position: relative;
    padding: 20px 24px 0 0;
}
.cus-page .cus1 .info li .gallery-box {
    overflow: hidden;
    position: relative;
}
.cus-page .cus1 .info li .gallery-box .gallery-img {
    position: relative;
    overflow: hidden;
}
.cus-page .cus1 .info li .gallery-box .gallery-img > img {
    transition: all 0.3s cubic-bezier(0.3, 0.1, 0.58, 1);
    border-radius: 0;
}
.cus-page .cus1 .info li .gallery-box .gallery-img::after {
    content: " ";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 0px;
    transition: all 0.27s cubic-bezier(0.3, 0.1, 0.58, 1);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img::after {
    background: rgba(0, 0, 0, 0.4);
}
.cus-page .cus1 .info li .gallery-box:hover .gallery-img img {
    transform: scale(1.05);
}
.cus-page .cus2 {
    padding-top: 6rem;
}
.cus-page .cus2 .part1 .column {
    width: 70%;
    vertical-align: middle;
}
.cus-page .cus2 .part1 .column h2 {
    font-size: 1.5rem;
    font-family: var(--font);
    /*font-style: italic;*/
    color: #1a1a1a;
}
.cus-page .cus2 .part1 .column p {
    font-size: 16px;
    font-weight: 400;
    font-style: normal;
    color: #555;
    line-height: 1.7;
    margin-top: 15px;
}
.cus-page .cus2 .part1 .column:nth-child(1) {
    padding-right: 5%;
}
.cus-page .cus2 .part1 .column:nth-child(2) {
    width: 30%;
}
.cus-page .cus2 .part1 .column:nth-child(2) a.more {
    display: block;
    width: 100%;
    height: 55px;
    line-height: 55px;
    text-align: center;
    font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    background-color: var(--color);
}
.cus-page .cus2 .part2 .process-list li {
    width: 32.5%;
    max-width: 405px;
    margin-top: 50px;
    float: left;
    padding: 10px;
}
.cus-page .cus2 .part2 .process-list li .des {
    background-color: #ffffff;
    color: #000;
    -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0);
    border-radius: 0px 0px 4px 4px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    text-align: center;
    padding: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 106px;
}
.cus-page .cus2 .part2 .process-list li .des .num {
    width: 43px;
    height: 43px;
    background-color: var(--color);
    border-radius: 50%;
    text-align: center;
    line-height: 43px;
    font-size: 17px;
    font-family: var(--font);
    font-style: normal;
    position: absolute;
    top: -22.5px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    color: #fff;
}
.cus-page .cus2 .part2 .process-list li .des h4 {
    font-size: 18px;
    line-height: 1.6;
    font-family: var(--font);
}
.cus-page .cus3 {
    background: #f5f5f5;
    padding: 4.5rem 0 3.5rem;
}
.cus-page .cus3 .top {
    text-align: center;
}
.cus-page .cus3 .top h2 {
    font-size: 2.5rem;
    line-height: 1;
    color: #000;
    font-family: var(--font);
}
.cus-page .cus3 .top p {
    font-size: 20px;
    line-height: 1.8;
    color: #000;
    margin: 1.4rem auto 0;
}
.cus-page .cus3 .formBox {
    margin: 3rem 0 2rem;
}
.cus-page .cus3 .formBox form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.cus-page .cus3 .formBox form input[type="text"] {
    border: none;
    background: #f0f0f0;
    padding: 0 1rem;
    width: 24%;
    height: 55px;
    font-size: 16px;
    line-height: 1.6;
    color: #000;
}
.cus-page .cus3 .formBox form .f-submit {
    width: 100%;
    text-align: center;
    margin-top: 2.35rem;
}
.cus-page .cus3 .formBox form .f-submit .more {
    border: none;
    display: inline-block;
    padding: 0.9rem 2.85rem;
    background: var(--color);
    font-size: 20px;
    line-height: 1;
    color: #fff;
    text-transform: uppercase;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.cus-page .cus3 .formBox form .f-submit .more:hover {
    background: #000;
}
.cus-page .ser-2 {
    margin: 80px auto;
}
.cus-page .ser-2 .title {
    position: relative;
}
.cus-page .ser-2 .title i {
    z-index: -1;
    position: absolute;
    bottom: 45%;
    left: 0;
    font-size: 100px;
    color: #f5f5f5;
    opacity: 0.9;
}
.cus-page .ser-2 .title h3 {
    font-size: 2.4rem;
    font-family: var(--font);
    line-height: 1.6;
    color: #222c47;
}
.cus-page .ser-2 .top .grid-box .text {
    font-size: 16px;
    color: #262e42;
    max-width: 500px;
    padding-right: 10px;
    margin: 20px 0 20px auto;
    line-height: 1.6;
}
.cus-page .ser-2 .top .grid-box .left .text {
    margin-left: 0;
}
.cus-page .ser-2 .bot {
    margin-right: -13%;
}
.cus-page .ser-2 .bot ul {
    margin: 0 -10px;
}
.cus-page .ser-2 .bot ul li {
    position: relative;
    padding: 0 10px;
    margin: 40px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig {
    position: relative;
    max-width: 214px;
}
.cus-page .ser-2 .bot ul li .ig::after {
    content: '1';
    position: absolute;
    right: 20px;
    top: 0;
    font-size: 100px;
    font-family: var(--font);
    line-height: 80px;
    color: #e9edf4;
    opacity: .5;
}
.cus-page .ser-2 .bot ul li .ig img {
    position: relative;
    z-index: 1;
    margin: 5px 0 20px;
}
.cus-page .ser-2 .bot ul li .ig h4 {
    font-size: 16px;
    font-family: var(--font);
    line-height: 1.6;
    color: #222c47;
}
.cus-page .ser-2 .bot ul li:nth-child(2) .ig::after {
    content: '2';
}
.cus-page .ser-2 .bot ul li:nth-child(3) .ig::after {
    content: '3';
}
.cus-page .ser-2 .bot ul li:nth-child(4) .ig::after {
    content: '4';
}
@media screen and (max-width: 1450px) {
    .cus-page .ser-2 .bot {
        margin-right: -7%;
    }
}
@media screen and (max-width: 1000px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 48%;
        margin-bottom: 15px;
    }
    .cus-page .cus3 .formBox form .f-submit {
        margin-top: 3rem;
    }
    .cus-page .ser-2 .top .grid-box .column {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li {
        width: 100%;
    }
    .cus-page .ser-2 .bot ul li .ig {
        margin: auto;
    }
}
@media screen and (max-width: 767px) {
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
    .cus-page .init-1 .column p {
        font-size: 14px;
        margin: 10px 0;
    }
    .cus-page .init-2 h2,
    .cus-page .init-3 .part1 .column h2,
    .cus-page .init-4 .init-content h2 {
        font-size: 20px;
    }
    .cus-page .init-3 .part1 .column p {
        font-size: 14px;
    }
    .cus-page .init-3 .part1 .column:nth-child(2) a.more {
        font-size: 16px;
    }
    .cus-page .init-4 .init-content {
        margin-left: 0;
    }
}
@media screen and (max-width: 700px) {
    .cus-page .cus1 ol.number {
        padding-left: 0;
    }
    .cus-page .cus2 .part1 .column:nth-child(1) {
        width: 100%;
        padding-right: 0;
    }
    .cus-page .cus2 .part1 .column h2 {
        font-size: 20px;
    }
    .cus-page .cus2 .part1 .column:nth-child(2) {
        width: 100%;
        padding-top: 2rem;
    }
    .cus-page .cus2 .part2 .process-list li {
        width: 100%;
        margin-top: 20px;
    }
    .cus-page .cus3 .top h2 {
        font-size: 2rem;
    }
    .cus-page .cus3 .top p {
        font-size: 16px;
        line-height: 1.6;
    }
    .cus-page .cus3 .formBox form input[type="text"] {
        width: 100%;
    }
    .cus-page .ser-2 .title h3{
        font-size: 20px;
        line-height: 1.6;
    }
    .cus-page .ser-2 .bot{
        margin-right: 0 !important;
    }
}
@media screen and (max-width: 580px) {
    .cus-page .init-1 .column {
        width: 100%;
    }
    .cus-page .init-1 .column h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 540px) {
    .cus-page .init-3 {
        padding: 20px;
    }
    .cus-page .init-3 .part2 .process-list li {
        width: 50%;
    }
    .cus-page .init-4 .init-content {
        padding: 30px;
    }
}
@media screen and (max-width: 500px) {
    .cus-page .cus3 .formBox form input[type="text"] {
        height: 40px;
        font-size: 14px;
        line-height: 1.6;
    }
}
.production-sec .pur-sec {
    padding: 3rem 0;
}
.production-sec .pur-sec .mml-row {
    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;
}
.production-sec .pur-sec .mml-row .text-wrap {
    width: 100%;
    max-width: 800px;
    padding-top: 90px;
}
.production-sec .pur-sec .mml-row .text-wrap h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .text-wrap p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .pur-sec .mml-row .img-wrap {
    width: 60%;
    max-width: 760px;
}
.production-sec .fig-sec {
    padding-bottom: 55px;
}
.production-sec .fig-sec .mml-row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    align-content: center;
}
.production-sec .fig-sec .mml-row h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2.4rem;
    line-height: 1.2;
    color: var(--color);
    margin-bottom: 6px;
    width: 40%;
}
.production-sec .fig-sec .mml-row ul {
    width: 60%;
    max-width: 760px;
    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;
    padding: 45px 0px 30px;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}
.production-sec .fig-sec .mml-row ul li {
    max-width: 193px;
    text-align: center;
}
.production-sec .fig-sec .mml-row ul li .nums {

    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: var(--color);
}
.production-sec .fig-sec .mml-row ul li p {

    font-size: 18px;
    line-height: 32px;
    color: #282828;
    margin-bottom: 0px;
    margin-top: 10px;
}
.production-sec .prints-sec {
    padding-bottom: 4rem;
}
.production-sec .prints-sec .mml-row {
    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;
}
.production-sec .prints-sec .mml-row .img-wrap {
    width: 40%;
    /*max-width: 500px;*/
}
.production-sec .prints-sec .mml-row .text-wrap {
    width: 70%;
    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;
    max-width: 760px;
}
.production-sec .prints-sec .mml-row .text-wrap .text h2 {
    margin-bottom: 25px;
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text p {
    font-size: 18px;
    line-height: 1.8;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li {
    padding: 25px 0px;
    font-style: normal;
    font-size: 14px;
    color: #888;
    border-bottom: 1px solid #d2d2d2;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li:last-child {
    padding-bottom: 0px;
    border-bottom: none;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
    font-style: normal;
    font-size: 24px;
    line-height: 44px;
    color: #303030;
    margin-bottom: 10px;
}
.production-sec .prints-sec .mml-row .text-wrap .text ul li p {
    margin-bottom: 0px;
}
.production-sec .proto-sec h2 {
    font-family: var(--font);
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.production-sec .proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.production-sec .proto-sec ul li {
    display: inline-block;
    width: 25%;
    padding: 15px;
}
.production-sec .proto-sec ul li img {
    display: block;
    max-width: 100%;
}
.production-sec .proto-sec h4 {
    font-family: var(--font);
    font-style: normal;
    font-size: 40px;
    color: #242424;
    text-align: center;
}
.production-sec .proto-sec p {
    font-style: normal;
    font-size: 14px;
    color: #888;
    text-align: center;
    margin-bottom: 0px;
}
.production-sec .p11-milestone {
    padding: 3.25rem 0;
    background-color: whitesmoke;
}
.production-sec .p11-milestone .text h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
.production-sec .p11-milestone .title {
    margin-bottom: 2rem;
}
.production-sec .p11-milestone .list ul {
    margin: -15px;
}
.production-sec .p11-milestone .list ul li {
    padding: 15px;
}
.production-sec .p11-milestone .galaxy {
    position: relative;
    height: 600px;
    overflow: hidden;
}
.production-sec .p11-milestone .track {
    position: absolute;
    left: 0;
    top: 50%;
    margin-right: 200px;
    height: 5px;
    width: 1600px;
    -webkit-transform: translate3d(0, -2.5px, 0);
    -moz-transform: translate3d(0, -2.5px, 0);
    transform: translate3d(0, -2.5px, 0);
    will-change: transform;
}
.production-sec .p11-milestone .comet,
.production-sec .p11-milestone .historys {
    position: absolute;
    left: 0;
    top: 0;
    height: 5px;
    will-change: transform;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
}
.production-sec .p11-milestone .comet {
    position: relative;
    width: 0;
    border-radius: 3px;
    background-image: -webkit-gradient(linear, left top, right top, from(var(--color)), to(#000));
    background-image: -webkit-linear-gradient(left, var(--color) 0%, #000 100%);
    background-image: -moz-linear-gradient(left, var(--color) 0%, #000 100%);
    background-image: linear-gradient(90deg, var(--color) 0%, #000 100%);
}
.production-sec .p11-milestone .comet::after {
    content: '\20';
    position: absolute;
    z-index: 3;
    right: -6px;
    top: -3px;
    -webkit-transform: translateZ(0);
    -moz-transform: translateZ(0);
    transform: translateZ(0);
    height: 12px;
    width: 12px;
    border-radius: 6px;
    background: #fff;
    -webkit-box-shadow: 0 0 80px #fff;
    box-shadow: 0 0 80px #fff;
}
.production-sec .p11-milestone .historys {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 260px;
}
.production-sec .p11-milestone .historys time,
.production-sec .p11-milestone .historys text {
    position: absolute;
    left: 0;
    width: 100%;
    text-align: center;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys time {
    font-style: normal;
    color: #242424;
    font-size: 24px;
    line-height: 1.54px;
}
.production-sec .p11-milestone .historys .text p {
    font-style: normal;
    color: #242424;
    font-size: 16px;
    line-height: 1.54px;
}
.production-sec .p11-milestone .historys .text .pic {
    max-width: 400px;
    max-height: 250px;
    margin: 0 auto 15px;
    overflow: hidden;
}
.production-sec .p11-milestone .historys > li {
    position: relative;
    width: 400px;
    opacity: 0;
    -webkit-transition: all .3s;
    -moz-transition: all .3s;
    transition: all .3s;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time {
    bottom: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(even) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(even) .text {
    top: 1000%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time {
    top: 450%;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) time::before {
    position: absolute;
    top: 100%;
    left: 50%;
    width: 2px;
    height: 10px;
    content: '';
    display: block;
    background-color: #fff;
    margin-left: -1px;
}
.production-sec .p11-milestone .historys > li:nth-child(odd) .text {
    bottom: 1000%;
}
.production-sec .p11-milestone .historys > li.mml-show {
    opacity: 1;
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(even) .text {
    -webkit-transform: translate(0, 12px);
    -moz-transform: translate(0, 12px);
    -ms-transform: translate(0, 12px);
    transform: translate(0, 12px);
}
.production-sec .p11-milestone .historys > li.mml-show:nth-child(odd) .text {
    -webkit-transform: translate(0, -12px);
    -moz-transform: translate(0, -12px);
    -ms-transform: translate(0, -12px);
    transform: translate(0, -12px);
}
.production-sec .p11-milestone .historys > li::before {
    content: '\20';
    position: absolute;
    left: 50%;
    top: 0;
    margin: -3px 0 0 -6px;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: var(--color);
}
.production-sec .team-img {
    text-align: center;
}
.production-sec .team-img .text h2 {
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #242424;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1500px) {
    .prints-sec .img-wrap {
        width: 35%;
    }
    .prints-sec .text-wrap {
        width: 60%;
    }
}
@media screen and (max-width: 1200px) {
    .text.mod-1 h2 {
        font-size: 30px;
        line-height: 1.4;
        margin-bottom: 20px !important;
        padding-top: 10px !important;
    }
    .production-sec .fig-sec h2 {
        font-size: 30px;
    }
    .production-sec .prints-sec .mml-row .img-wrap {
        width: 45%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 50%;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text ul li h4 {
        font-size: 22px;
    }
}
@media screen and (max-width: 1000px) {
    .production-sec .pur-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec .mml-row ul {
        width: 100%;
    }
    .production-sec .prints-sec .mml-row .text-wrap {
        width: 100%;
    }
    .production-sec .pur-sec .container .text-wrap {
        width: 100%;
        max-width: 100%;
        padding: 0;
    }
    .production-sec .pur-sec .container .img-wrap {
        width: 100%;
        max-width: 100%;
        margin-top: 40px;
    }
    .production-sec .fig-sec .mml-row {
        display: block;
    }
    .production-sec .fig-sec h2 {
        width: 100%;
        margin-bottom: 30px;
    }
    .production-sec .fig-sec ul {
        width: 100%;
        max-width: 100%;
    }
    .prints-sec .img-wrap {
        display: none;
    }
    .prints-sec .text-wrap {
        width: 100%;
    }
}
@media screen and (max-width: 700px) {
    .production-sec .pur-sec {
        padding: 20px 0 !important;
    }
    .production-sec .fig-sec ul {
        display: block;
    }
    .production-sec .fig-sec ul li {
        max-width: 100%;
        padding: 20px 0;
    }
    .production-sec .fig-sec {
        display: none;
    }
    .production-sec .pur-sec .mml-row .text-wrap p {
        font-size: 14px;
        line-height: 1.6;
    }
    .production-sec .prints-sec .mml-row .text-wrap .text p {
        font-size: 14px;
        line-height: 1.6;
    }
}
.quality-sec {
    padding-top: 6rem;
}
.our-markets ul li {
    display: flex;
    align-items: center;
}
.our-markets ul li:not(:last-child) {
    margin-bottom: 60px;
}
.our-markets ul li:nth-child(even) {
    flex-direction: row-reverse;
}
.our-markets ul li:nth-child(even) .img {
    text-align: right;
}
.our-markets ul li .img {
    width: 50%;
}
.our-markets ul li .mml-text {
    width: 50%;
    padding: 0 15px;
}
.our-markets ul li .mml-text h3 {
    font-family: var(--font);
    font-style: normal;
    font-size: 1.8rem;
    line-height: 1.2;
    color: var(--color);
    margin-top: 10px;
    margin-bottom: 10px;
}
.our-markets ul li .mml-text p {
    font-size: 18px;
    line-height: 1.6;
    color: #242424;
}
.qua-details {
    margin: 0 auto;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background-image: linear-gradient(180deg, var(--color) 0%, #000 100%);
}
@media (max-width: 540px) {
    .qua-details {
        padding: 0px;
    }
}
.qua-details .container {
    padding: 60px 10px;
}
.qua-details .container h2 {
    text-align: center;
    font-family: var(--font);
    font-style: normal;
    font-size: 2rem;
    line-height: 1.2;
    color: #fff;
    margin-bottom: 0px;
}
.qua-details .container ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.qua-details .container ul li {
    width: 24%;
    max-width: 280px;
    margin-top: 40px;
}
.qua-details .container ul li img {
    max-width: 100%;
}
.qua-details .container ul li h4 {
    font-family: var(--font);
    font-style: normal;
    font-size: 22px;
    line-height: 40px;
    color: #fff;
    margin-top: 20px;
    margin-bottom: 10px;
}
.qua-details .container ul li p {
    font-style: normal;
    font-size: 18px;
    color: #fff;
    margin-bottom: 0px;
    /* width: 95%; */
    /* max-width: 260px; */
    line-height: 32px;
}
.proto-sec h2 {
    font-family: var(--font);
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    margin: 2rem;
    text-align: center;
}
.proto-sec ul {
    font-size: 0;
    margin: -15px;
}
.proto-sec ul li {
    font-size: 0;
    padding: 15px;
}
.p11-team {
    padding: 4.5rem 0;
}
.quality-sec .p11-team h4 {
    font-family: var(--font);
    font-style: normal;
    color: #000;
    font-size: 2rem;
    line-height: 1.2;
    text-align: center;
}
.p11-team .item-wrap {
    width: 60%;
    margin: -10px;
}
.p11-team .item {
    padding: 10px 15px;
    margin: 10px 15px;
    /*border: var(--color) solid 3px;*/
}
.p11-team .item p {
    color: #051321;
    margin-top: 10px;
    font-size: 18px;
    line-height: 1.7;
    color: #242424;
    letter-spacing: 0.2px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
}
@media screen and (max-width: 1000px) {
    .our-markets ul li {
        display: block;
    }
    .our-markets ul li .mml-text p {
        font-size: 14px;
    }
    .our-markets ul li .img {
        width: 100%;
        text-align: center !important;
    }
    .qua-details .container ul li h4 {
        font-size: 18px;
    }
    .qua-details .container ul li p {
        font-size: 14px;
    }
    .our-markets ul li .mml-text {
        width: 100%;
        padding: 30px 0;
    }
    .qua-details .container ul {
        flex-wrap: wrap;
    }
    .qua-details .container ul li {
        width: 100% !important;
        text-align: center !important;
        max-width: 330px !important;
    }
    .pd-110 {
        padding: 20px 0 !important;
    }
    .p11-team {
        padding: 30px 0;
    }
    .font-18 {
        font-size: 14px;
    }
}

.inner-page h3.title{
    font-size: 40px;
    line-height: 1.2;
    font-family: var(--font);
}
.inner-page h3.title em{
    color: var(--color);
}

.inner-page .sidebox {
    padding: 2rem 0;
}
.inner-page .sidebox .sideleft {
    width: 22%;
    position: sticky;
    top: 100px;
}
.inner-page .sidebox .sideleft .widget {
    background: #fff;
    padding: 30px;
    margin-bottom: 30px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.inner-page .sidebox .sideleft .widget form {
    position: relative;
}
.inner-page .sidebox .sideleft .widget form input {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    height: 40px;
    font-size: 16px;
    line-height: 1.6;
}
.inner-page .sidebox .sideleft .widget form button {
    position: absolute;
    right: 0;
    top: 0;
    background-color: var(--color);
    color: #fff;
    border: 0;
    padding: 8px 16px;
    cursor: pointer;
    height: 40px;
}
.inner-page .sidebox .sideleft .widget h6 {
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    font-size: 18px;
    line-height: 1.8;
    margin-bottom: 15px;
    font-family: var(--font);
    color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
    margin-bottom: 0;
    padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
    margin-bottom: 15px;
    color: #555;
    font-size: 14px;
    line-height: 1.6;
    position: relative;
    overflow: hidden;
}
.inner-page .sidebox .sideleft .widget ul li a {
    padding-left: 10px;
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
    margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
    font-size: 14px;
    margin-right: 5px;
    position: absolute;
    left: 0;
    top: 4px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
    display: none;
    margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
    padding-left: 0;
    color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
    color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
    display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
    width: 100px;
    overflow: hidden;
    float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
    display: block;
    margin-left: 15px;
}
.inner-page .sidebox .sideleft .widget .form1 {
    text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
    width: 100%;
    padding: 10px;
    border: 0;
    background: #f8f8f8;
    margin-bottom: 0;
    margin-bottom: 15px;
    height: 40px;
    font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
    height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
    background: var(--color);
    color: #fff;
    font-size: 18px;
    text-transform: uppercase;
    height: 40px;
    padding: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
    background: #000;
}
.inner-page .sidebox .sideright {
    width: 78%;
    padding: 0 10px 50px 50px;
}
.ap-page {
    background: #f5f5f5;
}
.ap-page .sideright .ap-top {
    position: relative;
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    transform-style: preserve-3d;
    perspective: 80000px;
}
.ap-page .sideright .ap-top .img {
    transition: transform 0.85s cubic-bezier(0.15, 0.95, 0.4, 1), box-shadow 0.3s;
    position: relative;
    transform-style: preserve-3d;
    transition: all .5s;
}
.ap-page .sideright .ap-top .img img {
    width: 100%;
}
.ap-page .sideright .ap-top .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}
.ap-page .sideright .ap-top h6 {
    padding: 0 1.6rem 0.7rem;
    position: absolute;
    background: 0 0;
    font-size: 14px;
    line-height: 1.6;
    color: #fff;
    top: 1.6rem;
    left: 0;
    width: 100%;
    z-index: 10;
    text-transform: uppercase;
}
.ap-page .sideright .ap-top h6::after {
    content: "";
    display: inline-block;
    width: 19px;
    height: 2px;
    position: absolute;
    bottom: 0;
    left: 2rem;
    background-color: #fff;
}
.ap-page .sideright .ap-top .desc {
    position: absolute;
    left: 0;
    width: 100%;
    padding: 15px 1.6rem;
    bottom: 0;
    color: #fff;
    background: var(--color);
    z-index: 10;
}
.ap-page .sideright .ap-top .desc h2 {
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.6;
}
.ap-page .sideright .ap-top .desc p {
    font-size: 16px;
    line-height: 1.6;
}
.ap-page .sideright .ap-top:hover .img {
    transform: translateY(-3px);
    box-shadow: 0 15px 80px rgba(0, 0, 0, 0.35);
}
.ap-page .sideright .ap-bottom {
    margin-top: 1rem;
    font-size: 16px;
    line-height: 1.6;
}
.ap-page .sideright .ap-bottom h6 {
    font-size: 25px;
    line-height: 1.6;
    color: var(--color);
    text-transform: capitalize;
    font-family: var(--font);
}
.ap-page .sideright .ap-bottom .con {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color);
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .con p {
    margin-bottom: 15px;
}
.ap-page .sideright .ap-bottom .bottom2 {
    margin-top: 1.5rem;
    border-bottom: 1px solid #ccc;
}
.ap-page .sideright .ap-bottom .bottom2 dl {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom2 dl dd {
    font-size: 15px;
    line-height: 1.6;
    color: var(--color);
    margin-bottom: 1rem;
}
.ap-page .sideright .ap-bottom .bottom3 {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul {
    margin-top: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li {
    margin-bottom: 1.5rem;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4 {
    font-size: 16px;
    text-transform: capitalize;
    color: var(--color);
    font-family: var(--font);
    line-height: 1.6;
    padding: 0.8rem 1.2rem;
    box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.1);
    position: relative;
}
.ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
    content: "\f107";
    position: absolute;
    top: 0.8em;
    right: 1.5em;
    font-size: 20px;
    font-family: fontAwesome;
}
.ap-page .sideright .ap-bottom .bottom3 ul li .desc {
    padding: 1.6rem 2rem 0.8rem;
    font-size: 16px;
    line-height: 1.6;
    letter-spacing: 0.1px;
    color: var(--color);
    display: none;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4 {
    background: var(--color);
    color: #fff;
}
.ap-page .sideright .ap-bottom .bottom3 ul li.active h4::after {
    content: "\f106";
}
.ap-page .sideright .ap-bottom .bottom3 ul li:last-child {
    margin-bottom: 0;
}
@media screen and (max-width: 1366px) {
    .inner-page .sidebox .sideleft {
        width: 28%;
    }
    .inner-page .sidebox .sideright {
        width: 72%;
    }
    .inner-page .sidebox .sideleft .widget .recent li a.title {
        margin-left: 98px;
    }
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox .sideleft {
        display: none;
    }
    .inner-page .sidebox .sideright {
        width: 100%;
        padding-left: 0;
    }
    .inner-page .sidebox .sideright {
        padding: 0 0 50px 0;
    }
}
@media screen and (max-width: 700px) {
    .ap-page .sideright .ap-top .img img{
        min-height: 250px;
        object-fit: cover;
    }
    .ap-page .sideright .ap-top .desc p {
        font-size: 14px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }
    .ap-page .sideright .ap-bottom h6 {
        font-size: 22px;
        line-height: 1.8;
    }
    .ap-page .sideright .ap-bottom .bottom3 ul li h4::after {
        right: 0.5em;
    }
}
.product-page {
    background: #fcfcfc;
}
.product-page .sideright .top {
    width: 100%;
    /*width: 45%;*/
}
.product-page .sideright .top h3,
.product-page .sideright .top h1 {
    font-size: 26px;
    line-height: 1.6;
    margin-bottom: .5em;
    font-family: var(--font);
}
.product-page .sideright .top h3 em {
    color: var(--color);
    font-family: var(--font);
}
.product-page .sideright .top .desc {
    font-size: 14px;
    line-height: 1.6;
    padding: 1em 0;
}
.product-page .sideright .top .box {
    display: flex;
    flex-wrap: wrap;
}
.product-page .sideright .top .img {
    width: 43%;
}
.product-page .sideright .top .img .img-box {
    min-height: 400px;
    height: 100%;
    background-size: cover;
    background-position: center;
}
.product-page .sideright .top .content {
    width: 57%;
    padding-left: 2%;
}
.product-page .sideright .list {
    margin-top: 2.5rem;
}
.product-page .sideright .list ul {
    margin: 0 -3rem -2.4rem 0;
}
.product-page .sideright .list ul li {
    padding: 0 3rem 2.4rem 0;
}
.product-page .sideright .list ul li .box {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    position: relative;
    display: block;
}
.product-page .sideright .list ul li .box i {
    position: absolute;
    z-index: 1;
    background: var(--color);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 0;
    height: 0;
}
.product-page .sideright .list ul li .box i.ie1 {
    width: 2px;
    top: 0;
    left: 0;
}
.product-page .sideright .list ul li .box i.ie2 {
    width: 2px;
    bottom: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie3 {
    height: 2px;
    top: 0;
    right: 0;
}
.product-page .sideright .list ul li .box i.ie4 {
    height: 2px;
    bottom: 0;
    left: 0;
}
.product-page .sideright .list ul li .box .img {
    width: 100%;
 
    padding: 10% 3%;
}
.product-page .sideright .list ul li .box .text {
    padding: 1.45rem 1.3rem 1.3rem;
}
.product-page .sideright .list ul li .box .text span{ color: #0047af; font-family: var(--font);}
.product-page .sideright .list ul li .box .text h4 {
    font-size: 18px;
    line-height: 1.8;
    font-family: var(--font);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.product-page .sideright .list ul li .box .text p {
    font-size: 16px;
    line-height: 1.6;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    margin-top: 6px;
}
.product-page .sideright .list ul li .box:hover i.ie1 {
    height: 100%;
    bottom: 0;
    top: auto;
}
.product-page .sideright .list ul li .box:hover i.ie2 {
    height: 100%;
    top: 0;
}
.product-page .sideright .list ul li .box:hover i.ie3 {
    width: 100%;
    left: 0;
}
.product-page .sideright .list ul li .box:hover i.ie4 {
    width: 100%;
    right: 0;
    left: auto;
}
.product-page #index-body {
    background: #fff;
}
@media screen and (max-width: 1600px) {
    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }
    .product-page .sideright .top .img {
        width: 100%;
    }
    .product-page .sideright .top .img .img-box {
        background-position: center bottom;
    }
}
@media screen and (max-width: 1366px) {
    .product-page .sideright .list ul li {
        width: 50%;
    }
    .product-page .sideright .top .content {
        width: 100%;
        padding-left: 0;
    }
    .product-page .sideright .top .img {
        width: 100%;
    }
    .product-page .sideright .top .img .img-box {
        min-height: 280px;
    }
}
@media screen and (max-width: 700px) {
    .product-page .sideright .top {
        width: 100%;
        /*display: none!important;*/
    }
    .product-page .sideright .top h1.Auxil-h1 {
        font-size: 16px;
    }
    .product-page .sideright .top .desc {
        font-size: 14px;
        line-height: 1.6;
    }
    .product-page .sideright .list ul li {
        width: 100%;
    }
    .product-page .sideright .top .img .img-box {
        min-height: 220px;
    }
}
.prodet-page {
    background: #fff;
}
.prodet-page .product-box .prodet-1 .left {
    width: 50%;
}
.prodet-page .product-box .prodet-1 .left .swiper {
    overflow: hidden;
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide {
    border: #ccc solid 1px;
}
.prodet-page .product-box .prodet-1 .left .swiper-slide img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left a {
    display: block;
    border: 1px solid #eee;
}
.prodet-page .product-box .prodet-1 .left a img {
    width: 100%;
}
.prodet-page .product-box .prodet-1 .left ul {
    margin: -5px;
    padding: 0;
}
.prodet-page .product-box .prodet-1 .left ul li {
    padding: 5px;
}
.prodet-page .product-box .prodet-1 .left ul li i,
.prodet-page .product-box .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-page .product-box .prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-page .product-box .prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-page .product-box .prodet-1 .right {
    padding-left: 15px;
    width: 50%;
}
.prodet-page .product-box .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-family: var(--font);
}
.prodet-page .product-box .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-page .product-box .prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 16px;
    line-height: 1.6;
    /*max-height: 25em;
    overflow: auto;*/
}
.prodet-page .product-box .prodet-1 .right .share {
    padding: 10px 0;
}
.prodet-page .product-box .prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 1.6;
}
.prodet-page .product-box .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
.prodet-page .product-box .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet-page .product-box .prodet-1 .right .share ul li:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}
.prodet-page .product-box .prodet-1 .right a.contact {
    display: inline-block;
    vertical-align: middle;
    line-height: 50px;
    height: 50px;
    background: var(--color);
    color: white;
    padding: 0 35px;
    font-size: 20px;
    margin-top: 10px;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 1.6;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}
.prodet-page .product-box .prodet-2 .ret {
    padding-top: 20px;
}
.prodet-page .product-box .prodet-2 .ret ul li:nth-child(2){
    display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    background: transparent !important;
    line-height: 30px !important;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(odd) td:last-child{
    padding: 0 30px;
}
.prodet-page .product-box .prodet-2 .ret table tr:nth-child(even) td:first-child{
    /*padding: 0 30px;*/
}
.prodet-page .product-box .prodet-2 .ret video {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form {
    margin-top: 50px;
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 48%;
    display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-family: var(--font);
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: block;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    font-family: var(--font);
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 1.6;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height:28px;
    height: 28px;
    padding: 0 10px;
    border: 1px solid var(--color);
    font-size: 12px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    color: #000;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more i {
    margin-left: 5px;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
        overflow-y: auto;
    }
}
@media screen and (max-width: 700px) {
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
     .prodet-page .product-box .prodet-1 .right .text {
        max-height: unset;
        overflow-y: unset;
    }
}
.news-page {
    background: #fff;
}
.news-page .sideright {
    padding: 0 50px 50px 0 !important;
}
.news-page .sideright .list ul {
    margin-right: -1rem;
}
.news-page .sideright .list ul li {
    padding-right: 1rem;
    margin-bottom: 3rem;
}
.news-page .sideright .list ul li .img {
    position: relative;
}
.news-page .sideright .list ul li .img img {
    width: 100%;
}
.news-page .sideright .list ul li .img .date {
    display: inline-block;
    position: absolute;
    bottom: 30px;
    left: 30px;
    background: var(--color);
    color: #fff;
    padding: 6px 12px;
    text-align: center;
    line-height: 1.5em;
    border-radius: 2px;
}
.news-page .sideright .list ul li .img .date span {
    display: block;
    font-size: 14px;
    line-height: 1.6;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #fff;
}
.news-page .sideright .list ul li .img .date i {
    display: block;
    font-size: 24px;
    line-height: 1.8;
    font-style: normal;
    color: #fff;
    font-family: var(--font);
}
.news-page .sideright .list ul li .con {
    padding: 30px;
    background-color: #fff;
    border-radius: 0;
    overflow: hidden;
    -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
    transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}
.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
    color: #000;
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.8;
    transition: .3s;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    margin-bottom: 15px;
}
.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
    color: var(--color);
}
.news-page .sideright .list ul li .con p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}
.news-page .sideright .list ul li .con i {
    color: var(--color);
    font-size: 18px;
}
.news-page .sideright .list ul li .con .divider {
    width: 100%;
    min-height: 1px;
    background-color: rgba(0, 0, 0, 0.04);
    margin-top: 20px;
    margin-bottom: 20px;
}
.news-page .sideright .list ul li .con .news-info {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: -20px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    color: #101010;
    font-size: 16px;
    line-height: 1.25em;
    font-weight: 400;
}
.news-page .sideright .list ul li .con .news-info .news-info-left {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 30px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-info-right {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    margin-bottom: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}
.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
    margin-right: 7px;
}
.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.news-page .sideright .list ul li .con a.link-btn {
    display: inline-block;
    position: relative;
    padding-bottom: 1px;
    margin-bottom: -1px;
    border-bottom: 1px solid #ccc;
}
.news-page .sideright .list ul li .con a.link-btn::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -1px;
    width: 0;
    height: 1px;
    background-color: var(--color);
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s;
}
.news-page .sideright .list ul li .con a.link-btn:hover::before {
    width: 100%;
}
@media screen and (max-width: 1000px) {
    .news-page .sideright {
        padding: 0 0 50px 0 !important;
    }
}
@media screen and (max-width: 700px) {
    .news-page .sideright .list ul {
        margin-right: 0;
    }
    .news-page .sideright .list ul li {
        width: 100%;
        padding-right: 0;
    }
    .news-page .sideright .list ul li .con {
        padding: 20px 10px;
    }
    .news-page .sideright .list ul li .con h5,
    .news-page .sideright .list ul li .con h5 a {
        font-size: 20px;
    }
    .news-page .sideright .list ul li .con p {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .card-news-service-text,
    .news-page .sideright .list ul li .con .news-info .card-news-date-text {
        font-size: 14px;
    }
    .news-page .sideright .list ul li .con .news-info .news-info-right {
        font-size: 14px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-family: var(--font);
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}
.newdet-page p {
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
    color: #555;
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-family: var(--font);
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}
.newdet-page .n-content{
    font-size: 16px;
    line-height: 1.6;
    color: #555;
}
.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-family: var(--font);
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 1.6;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-family: var(--font);
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-family: var(--font);
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 1.50px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .prodet-page .product-box .prodet-2 .ret ul li:first-child{
        display: none;
    }
    .prodet-page .product-box .prodet-2 .ret ul li:nth-child(2){
        display: block;
    }
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.contact-page .contact-1 {
    padding: 6rem 0;
}
.contact-page .contact-1 .left {
    padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.6;
    margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 1.6;
    font-family: var(--font);
    margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
}
.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 15%;
   
}
.contact-page .contact-1 .right .form-wrap {
    position: relative;
    border-radius:0px 0px 40px 0px;
}
.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fff;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
     /*border-radius: 0px 0px 40px;*/
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--color);
    z-index: -1;
     /*border-radius: 0px 0px 40px;*/
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    font-family: var(--font);
    margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 1.6;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-family: var(--font);
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 1.50px;
    text-align: center;
    text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}
.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}
.contact-page .contact-2 {
    background: #f5f5f5;
    padding: 6rem 0;
}
.contact-page .contact-2 .contact-link-icon{font-size: 48px; color: #469f47;;}
.contact-page .contact-2 .list ul {
    margin: -10px;
}
.contact-page .contact-2 .list ul li {
    padding: 10px;
    text-align: center;
}
.contact-page .contact-2 .list ul li .box {
    padding: 20px;
    background-color: white;
        border-radius: 30px
}
.contact-page .contact-2 .list ul li .box span.h6 {
    font-size: 18px;
    font-family: var(--font);
}
.contact-page .contact-2 .list ul li .box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
}
.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-family: var(--font);
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 1.6;
}
.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 0;
    color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }
    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
}

.news-page.product #index-body .product .content ul li .box .text h4{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.news-page.product #index-body .product .content ul li .box .text p{
    overflow: unset;
    text-overflow: unset;
    display: inline-block;
}

.news-page.product #index-body .product{
    background-color: #fff;
    padding: 1.55rem 0 5rem;
}

.about-page.single,
.news-page.product.single #index-body .product{
    background-color: #f5f5f5;
}
.content{
    font-size: 16px;
    line-height: 1.6;
}
a.foot-link{
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    width: 400px;
    display: inline-block;
    vertical-align: middle;
}

.desc h1{
    display: inline;
}
.grid-box.three>.column.f-ab,
.grid-box.three>.column.f-news{
    width: 30%;
}

.grid-box.three>.column.f-nav{
    width: 20%;
}

.knowledge{
    font-size: 16px;
    line-height: 1.6;
    margin-top: 15px;
}


.seoPublic .title {
    font-size: 32px;
    font-family: var(--font);
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding: 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-left: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-family: var(--font);
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 32px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-family: var(--font);
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 16px;
    line-height: 30px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 16px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 30px;
    color: #666;
}

.seoPublic .text a {
    color: #666;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    max-width: 100%;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 16px;
    font-family: var(--font);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 16px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }
    .seoIndustry.Auxil-industry,
    #footer .bottom p a.xlq,
    #footer .bottom p a.xlqq2,
    #footer .bottom p a.xlqsin {
        display: none;
    }

    #cp-Nav {
        display: block;
    }

    #cp-Nav .nav {
        padding: 0 15px;
    }

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-family: var(--font);
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }

    #cp-Nav .nav i.mask {
        width: 100%;
        height: 100%;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 230;
        background: rgba(0, 0, 0, 0.2);
    }

    #cp-Nav .nav > ul {
        display: none;
    }

    #cp-Nav .nav ul {
        position: fixed;
        top: 10%;
        max-height: 80%;
        left: 5%;
        width: 90%;
        padding: 20px;
        border-radius: 5px;
        background: white;
        z-index: 300;
        font-size: 16px;
        overflow: auto;
    }

    #cp-Nav .nav ul ul {
        padding: 0 10px;
        font-size: 14px;
        position: static;
        max-height: none;
        width: 100%;
        margin: 10px 0;
    }

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 1.58px;
    }

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
        line-height: 30px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-Industry,
    #footer .copyright .container a.footxina.font-16 {
    display: none !important;
}
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}


.layer-form .wrap-contact100 {
    width: 357px;
    border-radius: 10px;
}
.layer-form .wrap-contact100 .btn-hide-contact100 {
    color: #000000;
}
.layer-form .wrap-contact100 form {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 25px 15px 25px;
}
.layer-form .wrap-contact100 form h2 {
    width: 100%;
    font-size: 25px;
    font-family: var(--font);
    text-align: center;
    margin-bottom: 30px;
}
.layer-form .wrap-contact100 form p {
    font-size: 12px;
    color: #adadad;
    padding: 10px 0;
}
.layer-form .wrap-contact100 form input {
    height: 36px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    margin-bottom: 20px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form input:focus {
    border: 1px solid var(--color);
}
.layer-form .wrap-contact100 form textarea {
    height: 114px;
    padding-top: 22px;
    padding-bottom: 15px;
    display: block;
    width: 100%;
    background: transparent;
    font-size: 14px;
    color: #333333;
    line-height: 1.2;
    padding: 15px 20px;
    border: none;
    border: 1px solid #e6e6e6;
    border-radius: 5px;
    transition: 0.3s ease;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -ms-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}
.layer-form .wrap-contact100 form textarea:focus {
    border: 1px solid var(--color);
}
.layer-form .wrap-contact100 form .layer-submit {
    width: 100%;
    position: relative;
    border-radius: 2px;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"] {
    /*border: 1px solid #e6e6e6;*/
    background: var(--color);
    height: 42px;
    display: block;
    width: 100%;
    font-size: 15px;
    color: #333333;
    line-height: 1.2;
    padding: 0 20px;
    margin: 0;
    border-radius: 42px;
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
    -ms-transition: 0.5s ease;
    -o-transition: 0.5s ease;
    position: relative;
    z-index: 10;
    color: #ffffff;
}
.layer-form .wrap-contact100 form .layer-submit input[type="submit"]:hover {
    background: #000;
    color: #ffffff;
}

.mbx{
    padding: 25px 0;
    background: #f2f2f2;
    font-size: 16px;
}
.inner-page span.h2 {
    font-size: 36px;
    color: #000;
    font-family: var(--font);
    line-height: 1.2;
    display: block;
}
.about2-page .about-1 {
    padding: 80px 0 8%;
    background: url(../images/about-1.jpg) bottom right no-repeat;
    background-size: 45% auto;
}
.about2-page .about-1 .img{
    width: 30%;
}
.about2-page .about-1 .img video{
    width: 100%;
}
.about2-page .about-1 .text {
    width: 70%;
    padding-left: 60px;
}
.about2-page .about-1 .text span.h3{    font-size: 36px;}
.about2-page .about-1 .text span.h3 em{color: var(--color);}
.about2-page .about-1 .text span.h2 {
    font-size: 48px;
    font-family: var(--font);
    /*max-width: 24em;*/
}
.about2-page .about-1 .text .con {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 3em;
}

.about2-page .about-1 .list {
    margin-top: 45px;
    max-width: 100%;
    display: block;
}
.about2-page .about-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.about2-page .about-1 .list ul li {
    width: auto;
    text-align: center;
}
.about2-page .about-1 .list ul li span {
    font-size: 80px;
    font-family: var(--font);
    color: var(--color);
    line-height: 1;
    display: block;
}
.about2-page .about-1 .list ul li span i {
    color: #c0c3c0;
    margin-left: .1em;
    font-size: 60px;
}
.about2-page .about-1 .list ul li p {
    font-size: 16px;
    opacity: .8;
    display: block;
}
.about2-page .about-2 {
    text-align: center;
    padding: 260px 0;
}
.about2-page .about-2 .play {
    display: inline-block;
    cursor: pointer;
}
.about2-page .about-3 {
    padding: 90px 0;
}
.about2-page .about-3 .left {
    width: 42%;
    vertical-align: middle;
}
.about2-page .about-3 .right {
    width: 58%;
    vertical-align: middle;
    padding: 0 8%;
}
.about2-page .about-3 .right span.h2 {
    display: flex;
    align-items: center;
    margin-bottom: 4em;
}
.about2-page .about-3 .right span.h2:before {
    content: '';
    width: 1.5em;
    height: 2px;
    background-color: #181818;
    margin-right: .5em;
}
.about2-page .about-3 .right .text {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.8;
}
.about2-page .about-4 {
    padding: 80px 0 100px;
    background-color: var(--color);
    color: white;
}
.about2-page .about-4 .left {
    width: 60%;
    vertical-align: bottom;
}
.about2-page .about-4 .left span.h2 {
    color: inherit;
    text-transform: uppercase;
}
.about2-page .about-4 .right {
    width: 40%;
    text-align: right;
    vertical-align: bottom;
}
.about2-page .about-4 .right a.more {
    font-size: 16px;
    font-family: var(--font);
    color: white;
    line-height: 3em;
    height: 3em;
    padding: 0 3em;
    border-radius: 1.5em;
    border: 1px solid white;
    transition: .5s;
    display: inline-block;
}
.about2-page .about-4 .right a.more:hover {
    background-color: black;
}
.about2-page .about-5 {
    padding: 80px 0 120px;
}
.about2-page .about-5 .left {
    width: 40%;
    padding-right: 3%;
    vertical-align: middle;
}
.about2-page .about-5 .right {
    width: 60%;
    vertical-align: middle;
}
.about2-page .about-5 .left span.h2 {
    text-transform: uppercase;
}
.about2-page .about-5 .left .text {
    font-size: 18px;
    line-height: 1.8;
    margin-top: 2em;
}
.about2-page .about-5 .right ul {
    margin: -25px;
}
.about2-page .about-5 .right ul li {
    padding: 25px;
}
.about2-page .about-5 .right ul li img {
    width: 100%;
}
.about2-page .about-5 .right ul li p {
    font-size: 16px;
    line-height: 1.8;
    margin-top: .5em;
}
.about2-page .about-6 {
    padding: 90px 0 70px;
    background-color: #efefef;
}
.about2-page .about-6 span.h2 {
    margin-bottom: 1em;
}
.about2-page .about-6 .box .left {
    width: 76.5%;
    padding-right: 20px;
}
.about2-page .about-6 .box .right {
    width: 23.5%;
}
.about2-page .about-6 .box img {
    width: 100%;
}
.about2-page .about-6 .box .right ul {
    margin: -10px;
}
.about2-page .about-6 .box .right ul li {
    padding: 10px;
    cursor: pointer;
    cursor: hand;
}
.app-page {
    background-color: #fcfcfc;
}
.app-page span.h2 {
    padding: 1em 0 .5em;
/*    border-top: 1px solid #d0cece;*/
    display: block;
    text-align: center;
    font-size: 48px;
    font-family: var(--font);
    line-height: 1.2;
}
.app-page .list ul {
    margin: -2px;
}
.app-page .list ul li {
    padding: 2px;
}
.app-page .list ul li .box {
    background: #f8f8f8;
    text-align: center;
    font-size: 15px;
    display: inline-block;
    width: 100%;
    transition: .5s;
}
.app-page .list ul li .box i {
    margin: 1.5em 0 .7em;
    width: 100%;
    height: 75px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}
.app-page .list ul li .box p {
    margin-bottom: 1.2em;
    padding: 0 .5em;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.app-page .list ul li .box>img {
    width: 100%;
}
.app-page .list ul li .box:hover {
    color: white;
    background-color: var(--color);
}
.app-page .list ul li .box:hover i {
    filter: brightness(0) invert(1);
}
.about2-page.productAbout .about-1 span.h2 {
    font-family: var(--font);
    line-height: 1.6;
}
.news-page.newsBox {
    padding: 70px 0 130px;
/*    background: #efeeee;*/
}
.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    margin: -15px;
}
.news-page.newsBox .list ul li {
    padding: 15px;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: #469f47;
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-family: var(--font);
    color: #191919;
    margin: .6em 0 1em;
    line-height: 1.6;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}
.technology-page span.h2 {
    font-size: 36px;
    font-family: var(--font);
    display: block;
    line-height: 1.2;
    color: black;
}
.technology-page .technology-1 {
    padding: 70px 0;
}
.technology-page .technology-1 .left {
    padding-right: 4%;
    vertical-align: middle;
}
.technology-page .technology-1 .right {
    vertical-align: middle;
}
.technology-page .technology-1 .left .text {
    color: #191919;
    margin-top: 1em;
}
.technology-page .technology-1 .left .text h6 {
    font-size: 1.1em;
    margin: 1.1em 0;
    font-family: var(--font);
}
.technology-page .technology-2 {
    padding: 90px 0;
    text-align: center;
}
.technology-page .technology-2 .text {
    max-width: 850px;
    display: block;
    margin: 2em auto 4em;
}
.technology-page .technology-3 {
    text-align: center;
}
.technology-page .technology-3 .list {
    margin-top: 60px;
}
.technology-page .technology-3 .list ul {
    margin: -17px;
}
.technology-page .technology-3 .list ul li {
    padding: 17px;
}
.technology-page .technology-3 .list ul li span {
    display: block;
    font-size: 18px;
    font-family: var(--font);
    margin: .5em 0 1.5em;
    line-height: 1.4;
    height: 2.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.technology-page .technology-3 .list ul li p {
    font-size: 16px;
    color: #191919;
    line-height: 1.4;
    opacity: .77;
}
.technology-page .technology-4 {
    padding: 90px 0;
}
.technology-page .technology-4 .left {
    padding-right: 5%;
    vertical-align: middle;
}
.technology-page .technology-4 .right {
    vertical-align: middle;
    padding-right: 10%;
}
.technology-page .technology-4 .right span.h2 {
    margin-bottom: 2em;
    text-transform: uppercase;
}
.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}
.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}
.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}
.news-page .news-1 .right time {
    font-size: 16px;
    color: #469f47;
    display: block;
    font-family: var(--font);
    line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-family: var(--font);
    color: #191919;
    line-height: 1.2;
    margin: .3em 0 1em;
    display: block;
}
.application-page .application-1{
    padding: 70px 0 40px;
}
.application-page .application-1 .list ul {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
}
.application-page .application-1 .list ul li {
    width: 100%;
    max-width: 16.666%;
}
.application-page .application-1 .list ul li a {
    display: block;
    height: 100%;
    font-size: 15px;
    padding: 2em 1em 1em;
    text-align: center;
    transition: .5s;
    border-right: 1px solid #ececeb;
}
.application-page .application-1 .list ul li a i {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
    height: 75px;
    margin-bottom: .5em;
    transition: .5s;
    filter: brightness(0);
}
.application-page .application-1 .list ul li a.active {
    background-color: var(--color);
    color: white;
}
.application-page .application-1 .list ul li a.active i {
    filter: brightness(0) invert(1);
}
.application-page .application-1 .list ul li:last-child a {
    border-right: none;
}
.application-page .application-2 {
    background-color: var(--color);
    color: white;
    position: relative;
    z-index: 1;
}
.application-page .application-2 .box {
    padding: 70px 0;
    max-width: 1140px;
    display: block;
    margin: 0 auto;
}
.application-page .application-2 .box span.h2 {
    color: inherit;
    font-size: 48px;
    text-align: center;
}
.application-page .application-2 .box .text {
    line-height: 1.6;
}
.application-page .application-2 .box .text p {
    margin-top: .5em;
    display: block;
}
.application-page+.product-page {
    position: relative;
    background-color: var(--color);
    z-index: 1;
    padding-top: 0 !important;
}
.application-page+.product-page:after {
    content: '';
    width: 100%;
    height: 65%;
    position: absolute;
    bottom: 0;
    left: 0;
    background-color: #fcfcfc;
    z-index: -1;
}
.application-page+.product-page ul .slick-track {
    margin-left: 0;
}
.product-page.application {
    padding: 90px 0;
}
.product-page.application .sidebox {
    padding: 0;
}
.product-page.application .sidebox .sideright {
    padding: 0;
    width: 100%;
}
.product-page.application .sidebox .sideright .list {
    margin-top: 0;
}
.product-page.application .sidebox .sideright .list ul {
    margin: -6px;
}
.product-page.application .sidebox .sideright .list ul li {
    width: 25%;
    padding: 6px;
}
.product-page.application .slick-arrow {
    width: 50px;
    height: 50px;
    border: none;
    background-color: transparent;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    cursor: hand;
    z-index: 1;
    background-image: url('../images/icon-arrows.png');
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
    cursor: hand;
}
.product-page.application .slick-arrow.slick-prev {
    right: 101%;
}
.product-page.application .slick-arrow.slick-next {
    left: 101%;
    transform: translateY(-50%) rotateY(180deg);
}

#resources_nav::after {
    content: "";
    display: block;
    height: 1px;
    background-color: #e0e0e0;
    margin-top: 20px;
}
#resources_nav li {
    display: inline-block;
    margin-right: 5px;
}
#resources_nav li a {
    display: block;
    width: 185px;
    height: 50px;
    text-align: center;
    line-height: 50px;
    font-size: 24px;
    font-family: var(--font);
    border-radius: 25px 0 25px 0;
    background-color: #123485;
    color: white;
}
#resources_nav li:nth-child(2) a {
    background-color: #40b5b1;
}
#resources_nav li:nth-child(3) a {
    background-color: var(--color);
}
#resources_nav li:nth-child(4) a {
    background-color: #b5b5b5;
}
.resources_sidebar {padding-top: 50px;
    margin: 0 -30px;
}
.resources_sidebar .resources_left {
    width: 70%;
    padding: 0 30px;
}
.resources_sidebar .resources_right {
    width: 30%;
    padding: 0 30px;
}
.resources_sidebar .resources_right .video_list ul {
    margin: -10px 0;
}
.resources_sidebar .resources_right .video_list ul li {
    margin: 0;
    padding: 10px 0;
}
.resources_sidebar .resources_right .video_list .slick-arrow {
    display: block;
    font-size: 18px;
    margin-top: 10px;
    text-align: center;
}
h2.resources {
    font-family: var(--font);
}
h2.resources::after {
    content: "";
    display: block;
    width: 70px;
    height: 2px;
    background-color: var(--color);
    margin-top: 10px;
}
.resources_more {
    font-size: 15px;
    line-height: 1.56px;
    font-weight: 500;
}
.video_content h3 {
    font-weight: 500;
}
.resources-page .resources_2 {
    background-color: #fafafa;
}
.product_catalogue .img {
    width: 31%;
    vertical-align: middle;
}
.product_catalogue .mml-text {
    width: 69%;
    vertical-align: middle;
}
.product_catalogue .mml-text p {
    min-height: 75px;
}
.product_catalogue .mml-text .line {
    height: 1px;
    background: #e4e4e4;
}
.product_catalogue .mml-text .date time {
    font-weight: 500;
}
.product_catalogue .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}
.pdf_box ul {
    margin: -15px;
}
.pdf_box ul li {
    padding: 15px;
}
.pdf_box .mml-text {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 10px;
    border: 1px solid #e5e5e5;
}
.pdf_box .mml-text .title {
    padding-left: 55px;
    background: url(../images/pdf-icon.png) no-repeat left top;
    min-height: 110px;
}
.pdf_box .mml-text .line {
    height: 1px;
    background-color: #e5e5e5;
}
.pdf_box .mml-text .date time {
    font-weight: 500;
}
.pdf_box .mml-text .date .download {
    font-size: 15px;
    font-weight: 500;
    line-height: 34px;
}
.catalogue-page .catalogue_list li {
    padding: 50px 0;
}
.catalogue-page .product_catalogue .img {
    width: 40%;
}
.catalogue-page .product_catalogue .mml-text {
    width: 60%;
}
#Product_Categories li {
    border-bottom: 1px solid #eeeeee;
    padding: 15px 0;
    font-weight: 500;
}
#Product_Categories li a {
    display: block;
    padding-left: 20px;
    position: relative;
}
#Product_Categories li a::before {
    content: "";
    position: absolute;
    left: 0;
    top: 10px;
    width: 5px;
    height: 5px;
    background-color: #9a9a9a;
    border-radius: 50%;
}
#Latest_News h4 {
    font-weight: 500;
}
#Latest_News a.view_more {
    font-size: 15px;
    line-height: 1.56px;
    font-weight: 500;
}
.video-page .video_box {
    -webkit-box-shadow: 0 100px 40px -120px #ccc;
    box-shadow: 0 100px 40px -120px #ccc;
}
.video-page .video_list .list ul {
    margin: -25px -10px;
}
.video-page .video_list .list ul li {
    padding: 25px 10px;
}
.video-page .video_list .line {
    height: 1px;
    background-color: #e4e4e4;
}
.video-page .video_list .cat_name {
    padding: 3px 10px;
    background-color: var(--color);
    color: white;
    border-radius: 8px;
}
.lg-page .lg_box ul{
    margin: -25px -10px;
}
.lg-page .lg_box ul li{
    padding: 25px 10px;
}

@media screen and (max-width: 1200px) {
    #resources_nav li a {
        width: 150px;
        height: 40px;
        line-height: 40px;
        font-size: 16px;
    }
}

@media screen and (max-width: 1000px) {
    #resources_nav {
        display: none;
    }
    .resources_sidebar {
        margin: 0;
    }
    .resources_sidebar .resources_left {
        width: 100%;
        padding: 0;
    }
    .resources_sidebar .resources_right {
        display: none;
    }
    .resources_more {
        display: none;
    }
    .about2-page .about-1 .text,.about2-page .about-3 .right,
    .about2-page .about-4 .right,.about2-page .about-4 .left,
    .about2-page .about-5 .left,.about2-page .about-5 .right,
    .about2-page .about-6 .box .left,.technology-page .technology-1 .left,
    .technology-page .technology-1 .right {
        width: 100%;
        padding: 0;
    }
    .about2-page .about-1 .img,.about2-page .about-3 .left,.about2-page .about-6 .box .right {
        display: none;
    }
    .about2-page .about-1 .text span.h2,.inner-page span.h2,.application-page .application-2 .box span.h2 {
        font-size: 24px;
    }
    .about2-page .about-1 .text .con,.about2-page .about-1 .list ul li p,.about2-page .about-5 .left .text {
        font-size: 14px;
    }
    .about2-page .about-1 .list ul li span {
        font-size: 32px;
    }
    .about2-page .about-2 {
        padding: 120px 0;
    }
    .about2-page .about-2 .play {
        max-width: 70px;
    }
    .about2-page .about-3 .right span.h2 {
        margin-bottom: 2em;
    }
    .about2-page .about-4 .left {
        margin-bottom: 20px;
    }
    .about2-page .about-4,.about2-page .about-3,.about2-page .about-1,.about2-page .about-5,.about2-page .about-6,
    .technology-page .technology-2,.product-page.application,.application-page .application-2 .box {
        padding: 50px 0;
    }
    .about2-page .about-1 {
        background-image: unset;
    }
    .about2-page .about-1 .list {
        max-width: none;
    }
    .technology-page .technology-1 .right {
        margin-top: 20px;
    }
    .application-page .application-1,.application-page .application-2:after {
        display: none;
    }
    .product-page .sideright .list ul li .box .text h4 {
        font-size: 16px;
    }
    .product-page .sideright .list ul li .box .text p {
        font-size: 14px;
    }
    .news-page.newsBox .list ul li {
        width: 50%;
    }
    .news-page.newsBox .list ul li .h6 {
        font-size: 18px;
    }
}
@media screen and (max-width: 700px) {
    .video_content h3 {
        font-size: 20px;
    }
    .news-page.newsBox .list ul li {
        width: 100%;
    }
    .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}
@media screen and (max-width: 500px) {
    .product_catalogue .img {
        width: 100%!important;
    }
    .product_catalogue .mml-text {
        width: 100%!important;
        padding: 0!important;
        margin-top: 30px;
    }
    .about2-page .about-1 .list ul li {
        width: 50%;
        padding: 5px;
    }
    .about2-page .about-1 .text span.h2, .inner-page span.h2 {
        font-size: 20px;
    }
}
@media screen and (max-width: 1000px){
  .app-page .list ul li {
    width: 33.333% !important;
  }
}
@media screen and (max-width: 700px){
  .app-page .list ul li {
    width: 50% !important;
  }
}
.privacy-content {
    font-size: 16px;
    line-height: 1.6;
    padding: 50px 0;
}
.privacy-content h3 {
    font-size: 20px;
    font-family: var(--font);
    margin-top: 10px;
}

.rn_banner .box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}
.rn_banner .box div {
    width: 100%;
    text-align: center;
}
.rn_banner .box h5 {
    font-size: 3.25rem;
    color: #fff;
    width: 100%;
}
.rn_banner .box p {
    font-size: 1.5rem;
    color: #fff;
    margin-top: 1.375rem;
}
.rn_two_nav {
    background: #f8f8f8;
}
.rn_two_nav .box .banner .swiper-slide {
    width: 6.875rem;
    text-align: center;
}
.rn_two_nav .box .banner .swiper-slide a {
    display: inline-block;
    text-align: center;
    font-size: 1.125rem;
    font-family: var(--font);
    color: #000;
    line-height: 4.75rem;
}
.rn_two_nav .box .banner .active a {
    color: #c9182d;
    border-bottom: 2px solid #c9182d;
}
.rn_case .box .list .item {
    width: 24%;
    margin-right: 1.3%;
    margin-bottom: 30px;
    background-color: #000;
}
.rn_case .box .list .item:nth-child(4n) {
    margin-right: 0;
}
.rn_case .box .list .item a {
    display: block;
    position: relative;
}
.rn_case .box .list .item a .img {
    position: relative;
    overflow: hidden;
}
.rn_case .box .list .item a .img img {
    width: 100%;
    transition: 0.4s;
}
.rn_case .box .list .item a .img::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.6));
}
.rn_case .box .list .item a .text {
    position: absolute;
    left: 0;
    width: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 0 3rem;
    transition: 0.4s;
}
.rn_case .box .list .item a .text h5 {
    font-size: 1.5rem;
    color: #fff;
    font-family: var(--font);
}
.rn_case .box .list .item a .text h6 {
    font-size: 1rem;
    color: #fff;
    margin-top: 1.125rem;
}
.rn_case .box .list .item a .text p {
    margin-top: 1.875rem;
    font-size: 1rem;
    font-family: 'gilroy_bold';
    color: #fff;
    line-height: 1.25rem;
    opacity: 0;
    transition: 0.4s;
}
.rn_case .box .list .item:hover a .img img {
    transform: scale(1.1);
}
.rn_case .box .list .item:hover a .text {
    bottom: 2.8125rem;
}
.rn_case .box .list .item:hover a .text p {
    opacity: 1;
}
.rn_case .index_page {
    margin-top: 5rem;
}
.rn_title {
    background: #f8f8f8;
}
.rn_title .box .boxleft {
    line-height: 5rem;
}
.rn_title .box .boxleft ul li {
    margin-right: 5.75rem;
}
.rn_title .box .boxleft ul li a {
    font-size: 1.125rem;
    color: #000;
    display: block;
    font-family: var(--font);
}
.rn_title .box .boxleft ul .active a {
    color: #c9182d;
    border-bottom: 2px solid #c9182d;
}
.rn_title .box .boxRight {
    font-size: 1rem;
    color: #666;
    line-height: 4.875rem;
}
.rn_title .box .boxRight a {
    color: #666;
}
.rn_title .box .boxRight i{
    font-size: 1rem;
}
.rn_title .box .boxRight a img {
    position: relative;
    margin-right: 0.625rem;
    top: -3px;
}
.rn_title .box .boxRight span {
    color: #c9182d;
}
.rn_case_info > .box .boxLeft {
    width: 50%;
}
.rn_case_info > .box .boxLeft .content1 span {
    display: inline-block;
    width: 3rem;
    height: 2px;
    background: #c9182d;
    margin-top: 1.5rem;
}
.rn_case_info > .box .boxLeft .content2 {
    margin-top: 2rem;
    font-size:16px;
    color: #666;
    line-height:1.5rem;
}
.rn_case_info > .box .boxLeft .content3 {
    margin-top: 3rem;
}
.rn_case_info > .box .boxLeft .content3 .item {
    padding: 0 5rem;
    border-right: 1px solid #ddd;
}
.rn_case_info > .box .boxLeft .content3 .item:last-child {
    border: 0;
}
.rn_case_info > .box .boxLeft .content3 .item:first-child {
    padding-left: 0;
}
.rn_case_info > .box .boxLeft .content3 .item div {
    font-size: 1.125rem;
    margin-bottom: 10px;
    font-family: var(--font);
}
.rn_case_info > .box .boxLeft .content3 .item div:last-child {
    margin-bottom: 0;
}
.rn_case_info > .box .boxLeft .content4 {
    margin-top: 4.875rem;
}
.rn_case_info > .box .boxLeft .content4 .item {
    margin-right: 1.625rem;
}
.rn_case_info > .box .boxLeft .content4 .item a {
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    color: #c9182d;
    font-family: var(--font);
    width: 14.375rem;
    text-align: center;
    line-height: 3.25rem;
    border: 1px solid #c9182d;
    transition: 0.3s;
}
.rn_case_info > .box .boxLeft .content4 .item a img {
    margin-right: 0.3125rem;
}
.rn_case_info > .box .boxLeft .content4 .item a .img2 {
    display: none;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover {
    background: #c9182d;
    color: #fff;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover .img1 {
    display: none;
}
.rn_case_info > .box .boxLeft .content4 .item a:hover .img2 {
    display: inline-block;
}
.rn_case_info > .box .boxRight {
    width: 43%;
}
.rn_case_info > .box .boxRight p {
    overflow: hidden;
}
.rn_case_info > .box .boxRight p img {
    width: 100%;
    transition: 0.4s;
}
.rn_case_info > .box .boxRight p:hover img {
    transform: scale(1.1);
}
.case_three {
    background: #f8f8f8;
}
.case_three .box ul {
    display: flex;
    margin-right: -1rem;
    flex-wrap: wrap;
}
.case_three .box ul li {
    background: #fff;
    width: 32%;
    box-sizing: border-box;
    padding: 2rem;
    font-size: 1rem;
    line-height: 1.5rem;
    margin-right: 1rem;
    margin-bottom: 1rem;
}
.case_three .box ul.two li {
    width: calc(50% - 1rem);
}
.case_three .box ul.three li {
    width: calc(33.333% - 1rem);
}
.case_three .box ul.four li {
    width: calc(25% - 1rem);
}
.case_three .box ul.five li {
    width: calc(20% - 1rem);
}
.case_three .box ul li img {
    height: 4.375rem;
}
.case_three .box ul li strong,
.case_three .box ul li h4 {
    font-size: 1.4rem;
    color: #000;
    margin: 1.5rem 0;
    display: block;
}
.case_fangAn .box .boxleft {
    width: 50%;
}
.case_fangAn .box .boxleft img {
    width: 100%;
}
.case_fangAn .box .boxRight {
    width: 50%;
    padding-top: 2rem;
}
.case_fangAn .box .boxRight table {
    width: 100%;
}
.case_fangAn .box .boxRight table th {
    background: #c9182d;
    color: #fff;
    height: 4.875rem;
    box-sizing: border-box;
    width: 20%;
    padding: 0 1rem;
    font-size: 1.125rem;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table th:nth-child(2) {
    width: 30%;
}
.case_fangAn .box .boxRight table th:nth-child(3) {
    width: 8%;
}
.case_fangAn .box .boxRight table th:nth-child(4) {
    width: 22%;
}

.case_fangAn .box .boxRight table td {
    width: 12%;
    padding: 0 1.375rem;
    font-size: 1.125rem;
    height: 4.875rem;
    border: 1px solid #eee;
}
.case_fangAn .box .boxRight table td:nth-child(4) {
    font-size: 1rem;
}
.case_fangAn .box .boxRight table td a {
    font-size: 1rem;
    color: #c9182d;
}
.case_fangAn .box .boxRight table td a span{
    font-size: 1rem;
}
.rn_case1 {
    background: #f8f8f8;
}
html {
  font-size: 16px;
}

.pd1 .Cit h2 {
  max-width: 960px;
}

.pd1 {
  padding: 62px 0 30px;
}

.pd1 .ev {
  display: block;
  padding:0;
  position: relative;
  margin-bottom: 123px;
}

.pd1 .ev:nth-of-type(even) .wrap {
  flex-direction: row-reverse;
}

.pd1 .ev:nth-of-type(even) .intr {
  padding-left: 5%;
  padding-right: 0;
}

.pd1 .ev:nth-of-type(even)::after {
  left: auto;
  right: 0;
}
.pd1-wrap {
  padding: 40px 0 0;
}

.pd1 .ev::after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 74%;
  height: 100%;
  background: #F8F8F8;
  z-index: -1;
  transition: all ease .8s;
  border-radius:40px;
}

.pd1 .ev:hover::after {
  width: 88%;
  background: #eaeaea;
}
.pd1 .ev:nth-of-type(even)::after {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}
.pd1 .ev:nth-of-type(odd)::after {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.pd1 .ev .intr {
  width: 37%;
  padding-right: 5%;
}

.pd1 .ev .pic {
  width: 63%;
  margin-left: 0%;
}
.pd1 .ev:nth-child(even) .pic{
  margin-left: 0;
  /*margin-right: 20%;*/
}
.pd1 .ev .pic img {
  width: 100%;
}

.pd1 .ev h2 {
  font-size: 30px;
  color: var(--color);
}

.pd1 .ev h2::after {
  content: '';
  display: block;
  width: 37px;
  height: 6px;
  background: #D5D5D5;
  margin: 15px 0 20px;
}

.pd1 .ev p {
  font-size: 16px;
  color: #666666;
  line-height: 1.6;
  text-align: justify;
}

.pd2 {
/*  padding: 40px 0 ;*/
/*  background: #F5F7FA;*/
  overflow-x: hidden;
  overflow-y: auto;
}

.pd2 .content {
  margin-top: 40px;
}

.pd2 .ev {
  width: 24%;
  margin-bottom: 46px;
  transition: all ease .8s;
}

.zhanwei {
  width: 24%;
}

.pd2 .ev .pic {
  width: 100%;
  padding: 20px 0;
  background: #E9EDF2;
  text-align: center;
}

.pd2 .ev .pic img {
  max-width: 80%;
  transition: all ease .8s;
}

.pd2 .ev:hover .pic img {
  transform: scale(1.1);
}

.pd2 .ev .intr {
  padding: 30px 35px;
  background: #fff;
  color: #FFFFFF;
  position: relative;
}

.pd2 .ev .intr::after {
  content: '';
  display: block;
  height: 0;
  width: 100%;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  background: var(--color);
  transition: all ease .3s;
}

.pd2 .ev:hover .intr::after {
  height: 100%;
}


.pd2 .ev .intr h2 {
  font-size: 20px;
  line-height: 1.8;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  transition: all ease .3s;
  color: #000;
  position: relative;
  z-index: 2;
  font-family: var(--font);
}

.pd2 .ev .intr b {
  display: block;
  width: 32px;
  height: 2px;
  margin: 10px 0;
  transition: all ease .3s;
  background: #9C9999;
  position: relative;
  z-index: 2;
}

.pd2 .ev .intr p {
  font-size: 16px;
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  color: #9C9999;
  transition: all ease .3s;
  position: relative;
  z-index: 2;
}

.pd2 .ev:hover .intr h2 {
  color: #fff;
}

.pd2 .ev:hover .intr h2::after {
  background: #FFFFFF;
}

.pd2 .ev:hover .intr p {
  color: #fff;
}

.function {
  margin-top: 56px;
}

.filter {
  width: 100%;
}
.filter .flex {
    display: flex;
    margin-bottom: 20px;
}
.filter .flex .name {
    width: 20%;
    margin-right: 5%;
    font-size: 14px;
    font-family: var(--font);
}
.filter .select {
  display: block;
  width: 420px;
  margin-right: 30px;
  position: relative;
  float: left;
}

.filter .select dt {
  border: 1px solid #C9CED6;
  border-radius: 3px 3px 0 0;
  padding-right: 43px !important;
  cursor: pointer;
  position: relative;
}

.filter .select dt span {
  display: -webkit-box;
  display: box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
}

.filter .select dt::after {
  content: '';
  display: block;
  width: 43px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  background: url('../images/pr-d.svg') no-repeat center/5px;
  border-left: 1px solid #C9CED6;
}

.filter .select:hover dt::after {
  border-left: none;
  transform: rotate(90deg);
}

.filter .select .down {
  border: 1px solid #C9CED6;
  border-top: none;
  position: absolute;
  left: 1000vw;
  top: 100%;
  width: 100%;
  z-index: 50;
  opacity: 0;
  transition: opacity ease .3s;
}

.filter .select:hover .down {
  opacity: 1;
  left: 0;
}

.filter .select dt,
.filter .select dd {
  padding: 10px 15px;
  font-size: 16px;
  color: #3C444D;
  background: #FFFFFF;
  cursor: pointer;
  transition: all ease .3s;
}

.filter .select dd a {
  display: block;
}

.filter .select dd.on,
.filter .select dd:hover {
  color: #fff;
  background: var(--color);
}

.function form {
  display: block;
  width: 234px;
  height: 43px;
  position: relative;
  float: right;
}

.function form input {
  width: 100%;
  height: 100%;
  border: none;
  color: #CFCFCF;
  padding: 10px 40px 10px 15px;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.07);
}

.function form input::placeholder {
  color: #CFCFCF;
}

.function form button {
  position: absolute;
  width: 43px;
  height: 100%;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
}
.flex {
  display: flex;
  flex-wrap: wrap;
}

.flex-xc {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.flex-xb {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.flex-xend {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.flex-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}

.flex-xc-yc {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}

.flex-column {
  flex-direction: column;
}
.Cmore {
  font-size: 16px;
  color: #FFFFFF;
  background: var(--color);
  padding: 0 30px;
  width: max-content;
  flex-wrap: nowrap;
  white-space: nowrap;
  height: 56px;
  cursor: pointer;
  transition: all ease .3s;
  margin-top: 30px;
}

.Cmore span {
  white-space: nowrap
}

.Cmore:hover {
  opacity: 0.8;
}

.Cmore img {
  margin-right: 5px;
}

.rn_about2 {
  background: #F8F8F8;
}
.rn_about2 > .box .boxLeft {
  width: 34rem;
}
.rn_about2 > .box .boxLeft .content1 {
  font-size: 1.25rem;
  color: #666;
  margin-top: 1.375rem;
}
.rn_about2 > .box .boxLeft .content2 {
  font-size: 6.75rem;
  
  color: #999;
  margin-top: 10rem;
}
.rn_about2 > .box .boxRight {
  position: relative;
  width: calc(100% - 34rem);
  box-sizing: border-box;
  padding-right: 18rem;
}
.rn_about2 > .box .boxRight .banner .swiper-container {
  height: 35.5rem;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item {
  height: 35.5rem;
  overflow: auto;
  overflow-x: hidden;
  overflow-y: auto;
  padding-right: 10px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar {
  /*æ»šåŠ¨æ¡æ•´ä½“æ ·å¼*/
  width: 1px;
  /*é«˜å®½åˆ†åˆ«å¯¹åº”æ¨ªç«–æ»šåŠ¨æ¡çš„å°ºå¯¸*/
  height: 2px;
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-thumb {
  /*æ»šåŠ¨æ¡é‡Œé¢å°æ–¹å—*/
  border-radius: 2px;
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0.5);
}
.rn_about2 > .box .boxRight .banner .swiper-slide .item::-webkit-scrollbar-track {
  /*æ»šåŠ¨æ¡é‡Œé¢è½¨é“*/
  /* -webkit-box-shadow: inset 0 0 5px rgba(0, 0, 0, 0.2); */
  border-radius: 2px;
  background: rgba(0, 0, 0, 0.1);
}
.rn_about2 > .box .boxRight .banner .swiper-slide div h5 {
  font-size: 1.25rem;
  color: #000;
  font-family: var(--font);
  margin: 1rem 0;
}
.rn_about2 > .box .boxRight .banner .swiper-slide div p {
  margin: 1.6rem 0;
  position: relative;
  font-size: 1rem;
  color: #666;
  line-height: 1.875rem;
  padding-left: 1.375rem;
}
.rn_about2 > .box .boxRight .banner .swiper-slide div p span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #666;
  position: absolute;
  left: 0;
  top: 0.75rem;
}
.rn_about2 > .box .boxRight .banner1 {
  position: absolute;
  right: 0;
  height: 33.125rem;
  transform: translateY(-50%);
  top: 50%;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container {
  height: 100%;
  padding-right: 5px;
  z-index: 2;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide {
  display: flex;
  align-items: center;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item {
  font-size: 1rem;
  color: #999;
  font-family: 'gilroy_regular';
  cursor: pointer;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item span {
  display: inline-block;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #c9182d;
  position: relative;
  top: -3px;
  margin-left: 0.8125rem;
  opacity: 0;
  transition: 0.4s;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .item font {
  display: inline-block;
  width: 80px;
  text-align: right;
  transition: 0.4s;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item font {
  font-size: 1.125rem;
  font-family: 'gilroy_bold';
  color: #c9182d;
}
.rn_about2 > .box .boxRight .banner1 .swiper-container .swiper-slide-thumb-active .item span {
  opacity: 1;
}
.rn_about2 > .box .boxRight .banner1 .xian {
  position: absolute;
  right: 7px;
  top: 0;
  height: 100%;
  overflow: hidden;
}
.rn_about2 > .box .boxRight .banner1 .button p {
  right: 0;
  position: absolute;
}
.rn_about2 > .box .boxRight .banner1 .button p span {
  font-size: 1.125rem;
  transition: 0.4s;
  cursor: pointer;
}
.rn_about2 > .box .boxRight .banner1 .button p span:hover {
  color: #c9182d;
}
.rn_about2 > .box .boxRight .banner1 .button .prev {
  top: -1rem;
}
.rn_about2 > .box .boxRight .banner1 .button .next {
  bottom: -1rem;
}
.index_title .box .left {
  font-size: 3rem;
  margin-bottom: 30px;
  font-family: var(--font);
}
.index_title .box .biaoti {
  font-size: 1.25rem;
  color: #666;
  margin-top: 0.75rem;
}
.index_link a {
  font-size: 1rem;
  display: block;
  width: 10rem;
  line-height: 3.4375rem;
  color: #fff;
  background: #c9182d;
  text-align: center;
  position: relative;
}
.index_link a img {
  margin-left: 0.625rem;
  position: relative;
  transition: 0.4s;
  right: 0;
}
.index_link a:hover img {
  right: -1rem;
}
.index_link p {
  font-size: 1rem;
  display: block;
  width: 10rem;
  line-height: 3.4375rem;
  color: #fff;
  background: #c9182d;
  text-align: center;
  position: relative;
}
.index_link p img {
  margin-left: 0.625rem;
  position: relative;
  transition: 0.4s;
  right: 0;
}
.index_link p:hover img {
  right: -1rem;
}
.w1720 {
    max-width: 1750px;
    padding: 0 15px;
    display: block;
    margin: 0 auto;
}
.p98 {
  padding-top: 6.125rem;
}
.p98_ {
  padding-bottom: 6.125rem;
}
.m60 {
  margin-top: 3.75rem;
}
.p98 {
    padding-top: 98px;
}
.case_three .box ul li .content3 {
    font-size: 1.4rem;
}
.flexBetween {
    display: flex;
    justify-content: space-between;
}
.flexCenter {
    display: flex;
    justify-content: center;
}
.flexStart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
}

.download_box {
    position: relative;
}
.download_box .box .boxLeft {
    width: 23rem;
}
.download_box .box .boxLeft article {
    position: -webkit-sticky;
    position: sticky;
    top: 84px;
    max-height: 84vh;
    overflow: auto;
    overflow-x: hidden;
    overflow-y: auto;
}
.download_box .box .boxLeft .item {
    border-bottom: 1px solid #eee;
}
.download_box .box .boxLeft .item .title {
    cursor: pointer;
}
.download_box .box .boxLeft .item .title .left {
    font-size: 1.375rem;
    line-height: 4.375rem;
    color: #000;
}
.download_box .box .boxLeft .item .title .right {
    display: flex;
    align-items: center;
}
.download_box .box .boxLeft .item .title .right span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #aaaaaa;
    position: relative;
    transition: 0.4s;
}
.download_box .box .boxLeft .item .title .right span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    transform: rotate(90deg);
    transition: 0.4s;
}
.download_box .box .boxLeft .item .title .right.on span::after {
    transform: rotate(0deg);
}
.download_box .box .boxLeft .item .item_select {
    display: none;
}
.download_box .box .boxLeft .item .item_select .title_select {
    background: #f8f8f8;
    box-sizing: border-box;
    padding: 0 1.25rem;
    cursor: pointer;
}

.download_box .box .boxLeft .item .item_select_box.active .title_select .left{
    color: var(--color);
}

.download_box .box .boxLeft .item .item_select_box.active .title_select .right span{
    background: var(--color);
}
.download_box .box .boxLeft .item .item_select_box.active .title_select .right span::after{
    background: var(--color);
}



.download_box .box .boxLeft .item .item_select .title_select .left {
    font-size: 1.125rem;
    line-height: 4.375rem;
}
.download_box .box .boxLeft .item .item_select .title_select .right {
    display: flex;
    align-items: center;
}
.download_box .box .boxLeft .item .item_select .title_select .right span {
    display: inline-block;
    width: 16px;
    height: 2px;
    background: #aaaaaa;
    position: relative;
    transition: 0.4s;
}
.download_box .box .boxLeft .item .item_select .title_select .right span::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #aaaaaa;
    transform: rotate(90deg);
    transition: 0.4s;
}
.download_box .box .boxLeft .item .item_select .title_select .right.on span::after {
    transform: rotate(0deg);
}
.download_box .box .boxLeft .item .item_select ul {
    display: none;
    box-sizing: border-box;
    padding: 1.25rem 1.25rem;
}
.download_box .box .boxLeft .item .item_select ul li {
    line-height: 3.125rem;
}
.download_box .box .boxLeft .item .item_select ul li a {
    display: block;
    font-size: 1.125rem;
    color: #666;
    display: inline-block;
    transition: 0.4s;
}
.download_box .box .boxLeft .item .item_select ul li a span {
    transition: 0.4s;
    position: relative;
    display: inline-block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #ddd;
    margin-right: 1.25rem;
    vertical-align: middle;
}
.download_box .box .boxLeft .item .item_select ul li a:hover {
    color: var(--color);
}
.download_box .box .boxLeft .item .item_select ul li a:hover span {
    background: var(--color);
}
.download_box .box .boxLeft .item .item_select ul li.active a {
    color: var(--color);
}
.download_box .box .boxLeft .item .item_select ul li.active a span {
    background: var(--color);
}
.download_box .box .boxLeft .item .item_select .item_select_box {
    border-bottom: 1px solid #eee;
}
.download_box .box .boxLeft .item .item_select .item_select_box:last-child {
    border: 0;
}
.download_box .box .boxLeft .item .item_select .item_select_box.active ul {
    display: block;
}
.download_box .box .boxLeft .item.active .title .left {
    color: var(--color);
}
.download_box .box .boxLeft .item.active .title .right span {
    background: var(--color);
}
.download_box .box .boxLeft .item.active .title .right span::after {
    background: var(--color);
}
.download_box .box .boxLeft .item.active .item_select {
    display: block;
}
.download_box .box .boxRight {
    width: calc(100% - 27rem);
}
.download_box .box .boxRight .boxTop {
    border: 1px solid #eee;
    border-top: 0;
    padding: 3.75rem 3.125rem 2.5rem;
}
.download_box .box .boxRight .boxTop .left {
    font-size: 1.875rem;
}
.download_box .box .boxRight .boxTop .right form .search {
    position: relative;
}
.download_box .box .boxRight .boxTop .right form .search > input {
    width: 20.625rem;
    display: block;
    font-size: 1rem;
    color: #666;
    height: 3.125rem;
    border: 0;
    padding: 0 1.875rem;
    background: #f8f8f8;
    box-sizing: border-box;
}
.download_box .box .boxRight .boxTop .right form .search p {
    position: absolute;
    right: 1.5rem;
    top: 50%;
    cursor: pointer;
    transform: translateY(-50%);
}
.download_box .box .boxRight .boxTop .right form .search p input {
    display: none;
}
.download_box .box .boxRight .boxBottom .item {
    border: 1px solid #eee;
    border-top: 0;
}
.download_box .box .boxRight .boxBottom .item a {
    padding: 1.875rem 3.125rem;
}
.download_box .box .boxRight .boxBottom .item a .left div {
    font-size: 1.5rem;
    color: #000;
}
.download_box .box .boxRight .boxBottom .item a .left p {
    font-size: 1rem;
    color: #999;
    margin-top: 0.625rem;
}
.download_box .box .boxRight .boxBottom .item a .right p {
    font-size: 1rem;
    color: var(--color);
    font-family: var(--font);
    width: 10.375rem;
    text-align: center;
    line-height: 3.25rem;
    border: 1px solid var(--color);
}
.download_box .box .boxRight .boxBottom .item a .right p img {
    margin-right: 0.3125rem;
}
.download_box .box .boxRight .boxBottom .item a .right p .img2 {
    display: none;
}
.download_box .box .boxRight .boxBottom .item a:hover .right p {
    background: var(--color);
    color: #fff;
}
.download_box .box .boxRight .boxBottom .item a:hover .right p .img1 {
    display: none;
}
.download_box .box .boxRight .boxBottom .item a:hover .right p .img2 {
    display: inline-block;
}
.download_box .box .boxRight .index_page {
    margin-top: 4rem;
}
#header .navChild .slide li img{width: auto;}
.prodet-page .product-box .prodet-2 .ret table.nohtml td{ border: 0px; background: #fff;}

@media screen and (max-width: 700px){
    #index-body .init-3 .left {
        position: static;
    }
    .about2-page .about-1 .text span.h3{
        font-size: 28px;
    }
    .rn_about2 {
        display: none;
    }
    .flex-yc {
        flex-wrap: wrap;
    }
    .pd1 .ev .intr {
        width: 100%;
        padding-right: 0;
    }
    .pd1 .ev .pic {
        width: 100%;
        margin-top: 20px;
    }
    .pd1 .ev h2 {
        font-size: 24px;
    }
    .Cmore {
        font-size: 14px;
        height: 40px;
        padding: 0 20px;
    }
    .pd2 .ev {
        width: 100%;
    }
    .filter .select {
        max-width: 100%;
    }
    .download_box .box .boxRight .boxTop .right {
        display: none;
    }
    table {
        white-space: nowrap;
    }
    table img {
        min-width: 30vw;
    }
}
@media screen and (max-width: 1250px){
  .rn_about2>.box .boxLeft {
      width: 24rem;
  }
  .rn_about2>.box .boxRight {
      width: calc(100% - 24rem);
      padding-right: 10rem;
  }
}

.footervideo {
    position: fixed;
    width: 300px;
    max-width: 40%;
    left: 0;
    bottom: 0;
    z-index: 23;
    background: #000;
    box-shadow: 0 0 5px rgba(0,0,0,.2)
}

.footervideo video {
    width: 100%
}

.footervideo span.close {
    font-size: 16px;
    width: 2em;
    height: 2em;
    background-color: #000;
    color: #fff;
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    cursor: hand
}

.footervideo.active {
    width: auto;
    left: 50px;
    bottom: 50px
}

.footervideo.active video {
    display: none
}

.footervideo.active .close i:before {
    content: '\e6f7'
}