.grid-box {
  font-size: 0;
  letter-spacing: -4px;
  font-size: 12px;
}

.grid-box .column {
  display: inline-block;
  font-size: 14px;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

.grid-box.nine>.column {
  width: 11.11111111%;
}

.grid-box.ten>.column {
  width: 10%;
}

@media screen and (max-width: 1000px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }
}

@media screen and (max-width: 700px) {
  .grid-box.two>.column {
    width: 50%;
  }

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .grid-box.two>.column {
    width: 100%;
  }

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }
}

#pups_shadow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from2 {
  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_from2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -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_from2 form {
  margin-top: 40px;
}

#pups_from2 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_from2 i.close::after,
#pups_from2 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_from2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
  background: var(--color);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
  background: white;
}

#pups_from2 ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from2 ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}

#pups_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
  border-color: var(--color);
}

#pups_from2 ul li textarea {
  height: 80px;
}

#pups_from2 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from2 ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.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;
  font-size: 24px;
}

.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;
}

.right_nav_list ul li:hover .text {
  opacity: 0.6;
}

@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;
  }

  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

iframe {
  display: block;
  width: 100%;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  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;
  display: none;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

#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 {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

table tbody tr:nth-child(even) {
  background: #eee;
}

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -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: 20px;
}

#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: 13px;
  line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -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;
}

.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;
}

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

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

@media (max-width: 700px) {
  .font-25 {
    font-size: 18px;
  }

  .font-26 {
    font-size: 18px;
  }

  .font-27 {
    font-size: 18px;
  }

  .font-28 {
    font-size: 18px;
  }

  .font-29 {
    font-size: 18px;
  }

  .font-30 {
    font-size: 18px;
  }

  .font-31 {
    font-size: 20px;
  }

  .font-32 {
    font-size: 20px;
  }

  .font-33 {
    font-size: 20px;
  }

  .font-40 {
    font-size: 22px;
  }

  .font-41 {
    font-size: 22px;
  }

  .font-42 {
    font-size: 22px;
  }

  .font-43 {
    font-size: 22px;
  }

  .font-44 {
    font-size: 22px;
  }

  .font-45 {
    font-size: 22px;
  }

  .font-46 {
    font-size: 22px;
  }

  .font-47 {
    font-size: 22px;
  }

  .font-48 {
    font-size: 22px;
  }

  .font-49 {
    font-size: 22px;
  }

  .font-50 {
    font-size: 22px;
  }

  .font-51 {
    font-size: 22px;
  }

  .font-52 {
    font-size: 24px;
  }

  .font-53 {
    font-size: 24px;
  }

  .font-54 {
    font-size: 24px;
  }

  .font-55 {
    font-size: 24px;
  }

  .font-56 {
    font-size: 24px;
  }
}

/*----- genneral end-----*/
@font-face {
  font-family: "Montserrat-Light";
  src: url("../fonts/Montserrat-Light.eot");
  src: url("../fonts/Montserrat-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Light.woff2") format("woff2"), url("../fonts/Montserrat-Light.woff") format("woff"), url("../fonts/Montserrat-Light.ttf") format("truetype");
  font-weight: 300;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot");
  src: url("../fonts/Montserrat-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype");
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot");
  src: url("../fonts/Montserrat-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype");
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: "Montserrat-SemiBold";
  src: url("../fonts/Montserrat-SemiBold.eot");
  src: url("../fonts/Montserrat-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "Romantic";
  src: url(../fonts/Romantic.ttf) format("truetype"), url(../fonts/Romantic.eot) format("eot"), url(../fonts/Romantic.woff) format("woff"), url(../fonts/Romantic.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
}

body {
  font-family: "Montserrat-Medium";
  font-size: 18px;
  --color: #a8573e;
  --color2: #463222;
  margin: 0 auto;
}

.fam-Montserrat-Light {
  font-family: "Montserrat-Light";
}

.fam-Montserrat-Regular {
  font-family: "Montserrat-Regular";
}

.fam-Montserrat-Medium {
  font-family: "Montserrat-Medium";
}

.fam-Montserrat-SemiBold {
  font-family: "Montserrat-SemiBold";
}

.container {
  width: 1590px;
}

.container.container1 {
  width: 1750px;
}

.f-color {
  color: var(--color);
}

.color-ff {
  color: #fff;
}

.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.t_l {
  transition: all 0.5s;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  box-shadow: 15px -5px 28px 4px rgba(201, 201, 201, 0.3);
}

#header .nav {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .nav .ui.menu {
  border-radius: 10px;
  width: 80%;
}

#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  margin: 0 34px;
  padding: 5px 10px;
  height: 100%;
  color: #141414;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  border-radius: 4px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  color: #fff;
  background-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: #fff;
  background-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}

#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-language span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: "Montserrat-Light";
}

#header .nav .ui.menu .right .h-language span em {
  padding: 0 6px 0 12px;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language span img {
  height: 25px;
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language span i {
  transition: all 0.5s;
}

#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .right .h-language:hover span em {
  color: var(--color);
}

#header .nav .ui.menu .right .h-language:hover span img {
  filter: none;
}

#header .nav .ui.menu .right .h-language:hover span i {
  color: var(--color);
  transform: rotateX(180deg);
}

#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 24px;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
  transition: all 0.5s;
  filter: grayscale(1) brightness(0.5);
}

#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}

#header .nav .ui.menu .right .h-inquire {
  width: auto;
  min-width: 153px;
  height: 46px;
  border-radius: 4px;
  border: solid 1px var(--color);
  padding: 0 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  color: var(--color);
  cursor: pointer;
  transition: 0.5s;
}

#header .nav .ui.menu .right .h-inquire:hover {
  background: var(--color);
  color: #fff;
  border-color: #fff;
}

.btn-go {
  background-color: var(--color);
  color: #fff;
  border: 1px solid transparent;
  transition: all 0.5s;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  min-width: 180px;
  height: 50px;
  width: auto;
  font-family: Montserrat-Light;
}

.btn-go.color2 {
  background-color: var(--color2);
}

.btn-go:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}

.btn-go:hover.color2 {
  background-color: #fff;
  color: var(--color2);
  border-color: var(--color2);
}

#banner {
  margin-top: 100px;
}

#banner .banner-content {
  height: calc(100vh - 100px);
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  margin-top: -100px;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 570px;
  line-height: 1.3;
  font-family: Montserrat-SemiBold;
  color: #463323;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 565px;
}

#banner .banner-content .swiper-pagination{
  width: auto;bottom: 60px;
    left: 10%;
}
#banner .banner-content .swiper-pagination .swiper-pagination-bullet{
  width: 14px;height: 14px;
  position: relative;background-color: #fff;
  opacity: 1;transition: all 0.5s;
}
#banner .banner-content .swiper-pagination .swiper-pagination-bullet:before{
  content: "";
  display: block;
  width:17px;
  height: 31px;
  background-image: url(/nblights/2025/10/30/banner-icon.png);
  background-repeat: no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 0.5s;
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
}
#banner .banner-content .swiper-pagination .swiper-pagination-bullet-active{
  background-color: var(--color2);
  transform: translateY(-5px);
}
#banner .banner-content .swiper-pagination .swiper-pagination-bullet-active:before{
  opacity: 1;
}

.mk-tt {
  color: var(--color2);
}

.mk-tt span {
  position: relative;
  display: inline-block;
}

.mk-tt span::after {
  content: "";
  display: block;
  width: 290px;
  height: 17px;
  background-color: #000000;
  opacity: 0.1;
  position: absolute;
  bottom: 5px;
  left: 17%;
}

#index-body .init-1 .cate-list .box .txt-box {
  position: relative;
}

#index-body .init-1 .cate-list .box .txt-box .tt {
  color: var(--color2);
  transition: all 0.5s;
  display: block;
}

#index-body .init-1 .cate-list .box .txt-box .tt.hover {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  text-decoration: underline;width: 100%;
}

#index-body .init-1 .cate-list .box .txt-box:hover .tt.cur {
  opacity: 0;
}

#index-body .init-1 .cate-list .box .txt-box:hover .tt.hover {
  opacity: 1;
}

#index-body .init-2 .about-con .left {
  width: 50%;
  padding-right: 3%;
}

#index-body .init-2 .about-con .left .mk-tt span::after {
  left: 55%;
}

#index-body .init-2 .about-con .left h1 {
  line-height: 1.7;
}

#index-body .init-2 .about-con .right {
  width: 50%;
  padding-left: 2%;
}

#index-body .init-2 .about-con .right .imgBox {
  position: relative;
}

#index-body .init-2 .about-con .right .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 105px;
  height: 105px;
  background-color: #fff;
  border-radius: 50%;
}

#index-body .init-2 .about-con .right .play i {
  font-size: 42px;
  color: var(--color);
}

#index-body .init-2 .about-con .right .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.4);
  z-index: -1;
}

#index-body .init-2 .about-con .right .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: rgba(255, 255, 255, 0.5);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}

#index-body .init-2 .datashow h4 {
  line-height: 1.2;
  color: #272727;
}

#index-body .init-3 .advbox {
  position: relative;
}

#index-body .init-3 .advbox ul.advlist li {
  display: none;
}

#index-body .init-3 .advbox ul.advlist li .item {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#index-body .init-3 .advbox ul.advlist li .item .img-box {
  width: 55%;
}

#index-body .init-3 .advbox ul.advlist li .item .textbox {
  width: 40%;
  text-align: left;
  padding-top: 150px;
}

#index-body .init-3 .advbox ul.advlist li .item .textbox .tts {
  color: #141414;
  position: relative;
}

#index-body .init-3 .advbox ul.advlist li .item .textbox .tts::after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  background-color: #141414;
  position: absolute;
  bottom: 0;
  left: 0;
}

#index-body .init-3 .advbox ul.advlist li .item .textbox .h4 {
  position: relative;
  line-height: 1;
  margin-top: 20px;
  margin-bottom: 30px;
  z-index: 5;
}

#index-body .init-3 .advbox ul.advlist li .item .textbox .h4 span::after {
  left: 20%;
  top: 26px;
  bottom: auto;
}

#index-body .init-3 .advbox ul.advlist li .item .textbox .desc {
  line-height: 1.8;
  color: #4b4b4b;
}

#index-body .init-3 .advbox ul.numlist {
  position: absolute;
  width: 40%;
  right: 0;
  top: 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index-body .init-3 .advbox ul.numlist li {
  background: #e5e5e5;
  height: 60px;
  width: 60px;
  border-radius: 100%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 24px;
  z-index: 3;
  color: #fff;
  margin-right: 33px;
  position: relative;
  cursor: pointer;
}

#index-body .init-3 .advbox ul.numlist li::before {
  width: 29px;
  height: 29px;
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  background-color: var(--color2);
  opacity: 0;
  z-index: -1;
  display: none;
}

#index-body .init-3 .advbox ul.numlist li:hover {
  background-color: var(--color2);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100% 100% 100% 0;
}

#index-body .init-3 .advbox ul.numlist li:hover:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}

#index-body .init-3 .advbox ul.numlist li.active {
  background-color: var(--color2);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-radius: 100% 100% 100% 0;
}

#index-body .init-3 .advbox ul.numlist li.active:before {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 1;
}

#index-body .init-4 .pro-list .box .txt-box {
  position: relative;  transition: all 0.5s;
}

#index-body .init-4 .pro-list .box .txt-box .tt {
  color: #0f0f0f;
  transition: all 0.5s;
  display: block;
  padding: 20px 10px;
}
#index-body .init-4 .pro-list .box .txt-box:hover{
  background-color: #463222;
}
#index-body .init-4 .pro-list .box .txt-box:hover .tt{
  color: #fff;
}

#index-body .init-4 .pro-list .swiper-scrollbar {
  position: static;
  height: 3px;
  width: 88%;
  margin-left: auto;
  margin-right: auto;
  background-color: #f2f4f6;
}

#index-body .init-4 .pro-list .swiper-scrollbar .swiper-scrollbar-drag {
  background-color: var(--color);
}

#index-body .init-5 .mktt-box .mk-tt span {
  padding-left: 40px;
}

#index-body .init-5 .mktt-box .mk-tt span::after {
  left: 0;
}

#index-body .init-5 .bottom .mt6 {
  margin-top: 6px;
}

#index-body .init-5 .bottom .imgbox {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}

#index-body .init-5 .bottom .imgbox:hover {
  transition: 0.3s all;
}

#index-body .init-5 .bottom .imgbox:hover .text {
  transition: 0.5s all;
  top: 0;
  opacity: 1;
}

#index-body .init-5 .bottom .imgbox .text {
  position: absolute;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
  text-align: left;
  padding: 60px 30px 20px;
  z-index: 2;
  top: 100%;
  transition: 0.5s all;
  opacity: 0;

}

#index-body .init-5 .bottom .imgbox .text p {
  line-height: 1.5;
  margin-top: 28px;
}

#index-body .init-5 .bottom .left {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  width: 50%;
}

#index-body .init-5 .bottom .right {
  width: 50%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#index-body .init-5 .bottom .right .big {
  height: 100%;
}

#index-body .init-5 .bottom .right .morebox {
  height: 167px;
  margin-top: 6px;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background: var(--color2);
  transition: 0.3s all;
}

#index-body .init-5 .bottom .right .morebox:hover {
  transition: 0.3s all;
  background: #000;
}

#index-body .init-5 .bottom .right .morebox a.more4 {
  font-size: 36px;
  color: #fff;
  line-height: 1;
  text-transform: uppercase;
  text-decoration: underline;
}

#index-body .init-5 .bottom .right .morebox a.more4 i {
  margin-left: 43px;
}

#index-body .init-6 .main {
  background: #f2f4f6;
}

#index-body .init-6 .main ul.newslist {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  flex-wrap: wrap;
}

#index-body .init-6 .main ul.newslist li:hover .item {
  transition: 0.5s all;
  border: 2px solid var(--color);
  top: -10px;
  left: 10px;
  z-index: 9;
}

#index-body .init-6 .main ul.newslist li .item {
  height: 320px;
  padding: 30px 56px;
  position: relative;
  transition: all 0.5s;
  border: 2px solid #f2f4f6;
  width: 100%;
  background: #fff;
  transition: 0.5s all;
  top: 0;
  left: 0;
}

#index-body .init-6 .main ul.newslist li .nname {
  line-height: 1.3;
  color: var(--color);
}

#index-body .init-6 .main ul.newslist li p {
  line-height: 1.8;
  color: #232323;
}

#index-body .init-6 .main ul.newslist li .btm {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

#index-body .init-6 .main ul.newslist li .btm .cat {
  height: 30px;
  line-height: 30px;
  color: #fff;
  text-transform: capitalize;
  padding: 0 12px;
  border-radius: 15px;
  background: #000;
  margin-right: 25px;
}

#index-body .init-6 .main ul.newslist li .btm .time {
  color: #212121;
  opacity: 0.7;
}

#footer {
  background: #000000;
}

#footer .footer-main .ui.container .top {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-main .ui.container .top .logo {
  display: inline-block;
}

#footer .footer-main .ui.container .top .formbox {
  width: 70%;
}

#footer .footer-main .ui.container .top .formbox ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
}

#footer .footer-main .ui.container .top .formbox ul li {
  position: relative;
  width: 33%;
  margin-right: 75px;
}

#footer .footer-main .ui.container .top .formbox ul li:last-child {
  margin-right: 40px;
}

#footer .footer-main .ui.container .top .formbox ul li span {
  font-size: 20px;
  color: #fff;
}

#footer .footer-main .ui.container .top .formbox ul li input::placeholder {
  color: #282828;
  opacity: 0.4;
  font-family: "Montserrat-Regular";
  font-size: 14px;
}

#footer .footer-main .ui.container .top .formbox ul li input[type="text"] {
  width: 100%;
  height: 40px;
  line-height: 40px;
  background: #fff;
  color: #000;
  display: inline-block;
  margin-top: 10px;
  border: none;
  padding: 0 15px;
}

#footer .footer-main .ui.container .top .formbox ul li input[type="text"]::placeholder {
  color: #999;
}

#footer .footer-main .ui.container .top .formbox ul li input[type="submit"] {
  width: 40px;
  height: 40px;
  display: block;
  border: none;
  background: url(../images/h-send.png) center center no-repeat var(--color);
  position: absolute;
  bottom: 0;
  left: 100%;
  z-index: 3;
}

#footer .footer-main .ui.container .top .formbox ul li input[type="submit"]:hover {
  transition: 0.3s all;
  background: url(../images/h-send.png) center center no-repeat #000;
}

#footer .footer-main .ui.container .center {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-main .ui.container .center>.column {
  height: 380px;
  padding-top: 50px;
}

#footer .footer-main .ui.container .center .left {
  position: relative;
  padding-right: 80px;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
}

#footer .footer-main .ui.container .center .left .ewm {
  position: absolute;
  width: 102px;
  height: 102px;
  padding: 5px;
  background: #fff;
  right: 80px;
  bottom: 58px;
}

#footer .footer-main .ui.container .center .left ul.linklist {
  width: 60%;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-main .ui.container .center .left ul.linklist li {
  width: 50%;
  margin-bottom: 20px;
}

#footer .footer-main .ui.container .center .left ul.linklist li a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  color: #fff;
  opacity: 0.4;
  transition: 0.3s all;
}

#footer .footer-main .ui.container .center .left ul.linklist li a:hover {
  transition: 0.3s all;
  opacity: 1;
}

#footer .footer-main .ui.container .center .left ul.linklist li a img {
  margin-left: 25px;
}

#footer .footer-main .ui.container .center .right {
  padding-left: 80px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

#footer .footer-main .ui.container .center .right .infobox {
  display: inline-block;
}

#footer .footer-main .ui.container .center .right .infobox .info {
  margin-bottom: 25px;
}

#footer .footer-main .ui.container .center .right .infobox .info:last-child {
  margin-bottom: 0;
}

#footer .footer-main .ui.container .center .right .infobox .info .h5 {
  color: #fff;
}

#footer .footer-main .ui.container .center .right .infobox .info p {
  opacity: 0.4;
  color: #fff;
  margin-top: 10px;
}

#footer .footer-main .ui.container .center .right .sharebox {
  display: inline-block;
}

#footer .footer-main .ui.container .center .right .sharebox ul.sharelist {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  max-width: 225px;
}

#footer .footer-main .ui.container .center .right .sharebox ul.sharelist li {
  width: 50px;
  height: 50px;
  border: 1px solid #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 100%;
  opacity: 0.4;
  color: #fff;
  font-size: 20px;
  margin-left: 20px;
  margin-bottom: 12px;
}

#footer .footer-main .ui.container .center .right .sharebox ul.sharelist li:hover {
  transition: 0.3s all;
  opacity: 1;
}

#footer .footer-bottom {
  position: relative;
  padding: 0;
  background: transparent;
  padding: 20px 0;
  opacity: 0.4;
}

#footer .footer-bottom .ui.container {
  justify-content: flex-start;
  flex-wrap: wrap;
  display: flex;
  align-items: center;
}

#footer .footer-bottom .ui.container .center {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
}

#footer .footer-bottom .ui.container .center .right {
  width: auto;
  position: relative;
  top: 5px;
}

#footer .footer-bottom .right {
  display: flex;
}

#footer .footer-bottom p {
  font-size: 16px;
  line-height: 30px;
  color: #fff;
}

#footer .footer-bottom p img {
  height: 16px;
  margin: 8px 10px;
}

#footer .footer-bottom p a:hover {
  color: var(--color) !important;
}

#footer .footer-bottom svg {
  max-height: 30px;
  width: auto;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
  position: relative;
  left: 10px;
  top: 0px;
}

#footer .footer-bottom svg text {
  fill: #fff;
}

#footer .footer-bottom svg:hover {
  fill: var(--color);
}

#footer .footer-bottom svg g.en {
  display: block;
}

#footer .footer-bottom svg g.cn {
  display: none;
}

@media (max-width: 1800px) {
  .container {
    width: 1600px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 26px;
  }
}

@media (max-width: 1700px) {
  .container.container1 {
    width: 1400px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 12px;
  }
}

@media (max-width: 1450px) {
  .container.container1 {
    width: 1200px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 5px;
    padding: 0 5px;
  }

  #header .nav .ui.menu .right .h-inquire {
    min-width: 130px;
    font-size: 16px;
  }

  .mk-tt span::after {
    zoom: 0.6;
    left: 50% !important;
    transform: translateX(-50%);
  }

  #index-body .init-3 .advbox ul.advlist li .item .textbox {
    padding-top: 120px;
  }

  #footer .footer-main .ui.container .top .formbox ul li {
    margin-right: 50px;
  }
}

@media (max-width: 1250px) {
  body {
    font-size: 16px;
  }

  .container.container1 {
    width: 970px;
  }

  #banner {
    margin-top: 60px;
  }

  #banner .banner-content {
    height: 40vw;
  }

  #banner .banner-content .swiper-slide .txt-content {
    margin-top: -20px;
  }

  .btn-go {
    zoom: 0.9;
  }

  #index-body .init-3 .advbox ul.numlist {
    zoom: 0.9;
  }

  #index-body .init-3 .advbox ul.advlist li .item .textbox {
    padding-top: 100px;
  }

  #index-body .init-3 .advbox ul.advlist li .item .textbox .h4 {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  #index-body .init-6 .main ul.newslist li .item {
    height: 270px;
    padding: 30px;
  }

  #footer .footer-main .ui.container .top .formbox ul li {
    margin-right: 30px;
  }

  #footer .footer-main .ui.container .center .left ul.linklist {
    width: 70%;
  }

  #footer .footer-main .ui.container .top .formbox ul li span {
    font-size: 18px;
  }
}

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

  #banner .banner-content {
    height: 400px;
  }

  .mk-tt span::after {
    display: none;
  }

  #index-body .init-2 .about-con .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .init-2 .about-con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  #index-body .init-2 .datashow li {
    width: 50%;
    padding: 3%;
  }

  #index-body .init-3 .advbox ul.advlist li .item .img-box {
    width: 100%;
  }

  #index-body .init-3 .advbox ul.advlist li .item .textbox {
    width: 100%;
    padding-top: 5%;
  }

  #index-body .init-3 .advbox ul.numlist {
    position: static;
    margin-top: 5%;
    justify-content: center;
    width: 100%;
  }

  #index-body .init-5 .mktt-box .mk-tt {
    text-align: center;
  }

  #index-body .init-5 .mktt-box .mk-tt span {
    padding-left: 0;
  }

  #index-body .init-6 .mk-tt {
    text-align: center;
  }

  #index-body .init-6 .main ul.newslist li .item {
    height: 240px;
    padding: 15px;
  }

  #footer .footer-main .ui.container .top .formbox {
    width: 100%;
    margin-top: 5%;
  }

  #footer .footer-main .ui.container .center .left ul.linklist {
    display: none;
  }

  #footer .footer-main .ui.container .center .left .ewm {
    right: auto;
    bottom: auto;
    left: 50%;
    transform: translateX(-50%);
    top: 60px;
  }

  #footer .footer-bottom .ui.container {
    justify-content: center;
  }

  #footer .footer-bottom .ui.container .center {
    justify-content: center;
  }

  #footer .footer-bottom p {
    text-align: center;
  }
}

@media (max-width: 700px) {
  .container.container1 {
    width: 100%;
  }

  .btn-go {
    zoom: 0.85;
  }

  #index-body .init-2 .datashow .content {
    flex-direction: column;
  }

  #index-body .init-2 .datashow .content>div {
    align-items: center;
    padding-left: 0;
    margin-top: 15px;
  }

  #index-body .init-2 .datashow li {
    width: 100%;
    padding: 3%;
  }

  #index-body .init-5 .bottom {
    zoom: 1 !important;
  }

  #index-body .init-5 .bottom .left {
    width: 100%;
  }

  #index-body .init-5 .bottom .left .column {
    padding: 0 3px;
  }

  #index-body .init-5 .bottom .right {
    width: 100%;
    margin-top: 6px;
  }

  #index-body .init-5 .bottom .right .column {
    padding: 0 3px;
  }

  #index-body .init-5 .bottom .right .morebox {
    height: 17vw;
  }

  #index-body .init-5 .bottom .right .morebox a.more4 {
    font-size: 22px;
  }

  #index-body .init-6 .main ul.newslist li {
    width: 100%;
  }

  #index-body .init-6 .main ul.newslist li .item {
    height: auto;
    padding: 30px 15px;
  }

  #footer .footer-main .ui.container .top .formbox ul li span {
    font-size: 17px;
  }

  #footer .footer-main .ui.container .top .formbox ul {
    flex-wrap: wrap;
  }

  #footer .footer-main .ui.container .top .formbox ul li {
    width: 100%;
    margin: 5px 0;
  }

  #footer .footer-main .ui.container .center .left {
    width: 100%;
    padding-right: 0;
  }

  #footer .footer-main .ui.container .center .left .ewm {
    position: static;
    transform: none;
  }

  #footer .footer-main .ui.container .center .right {
    width: 100%;
    padding-left: 0;
    flex-wrap: wrap;
  }

  #footer .footer-main .ui.container .center .right .infobox {
    width: 100%;
  }

  #footer .footer-main .ui.container .center>.column {
    height: auto;
  }

  #footer .footer-main .ui.container .center .right .sharebox ul.sharelist {
    max-width: unset;
    margin-top: 5%;
  }

  #footer .footer-main .ui.container .center .right .sharebox ul.sharelist li {
    margin-left: 0;
    margin-right: 10px;
  }
}

@media (max-width: 500px) {
  #index-body .init-5 .bottom {
    padding: 0 15px;
  }

  #index-body .init-5 .bottom .right {
    margin: 0;
  }

  #index-body .init-5 .bottom .left .column,
  #index-body .init-5 .bottom .right .column {
    padding: 3px 0;
  }

  #index-body .init-5 .bottom .right .morebox a.more4 {
    font-size: 18px;
  }

  #index-body .init-6 .main ul.newslist li .btm {
    flex-direction: column;
    align-items: flex-start;
  }

  #index-body .init-6 .main ul.newslist li .btm .time {
    margin-top: 10px;
  }

  #footer .footer-main .ui.container .top .formbox ul li span {
    font-size: 16px;
  }
}

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

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

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

#seo_about ._left,
#seo_about ._right {
  padding: 15px;
}

#honor_list ul {
  margin: -15px;
}

#honor_list ul li {
  padding: 15px;
}

#news_list ul {
  margin: -15px;
}

#news_list ul li {
  padding: 15px;
}

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

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

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

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

.inner-page .h3.title {
  position: relative;
  line-height: 1;
  z-index: 3;
  display: inline-block;
}

.inner-page .h3.title:before {
  content: "";
  position: absolute;
  width: 280px;
  height: 13px;
  background: #e5eaf3;
  z-index: -1;
  left: 50%;
  bottom: 0;
}

.inner-banner {
  padding-top: 130px;
    color: var(--color2); 
}

.inner-banner .ui.container {
  padding-bottom: 70px;
  border-bottom: 1px solid #d1d1d1;
}

.inner-banner .mbx {
  color: #c4c4c4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 400;
  margin-bottom: 15px;
}

.inner-banner .mbx i {
  font-size: 24px;
  margin-right: 10px;
  margin-top: -5px;
}

.inner-banner .mbx span,
.inner-banner .mbx a {
  margin: 0 5px;
}

.inner-banner .mbx span:hover,
.inner-banner .mbx a:hover {
  color: #000;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-decoration: underline;
}

.inner-banner .mbx span {
  color: #000;
  text-decoration: underline;
}

.about-1 {
  padding-top: 0;
  background: #fff;
}

.about-1 .center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: relative;
  z-index: 3;
  margin-top: -119px;
  margin-bottom: 60px;
}

.about-1 .center .left {
  padding-left: 95px;
}

.about-1 .center .left .text {
  background: #fff;
  -webkit-box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.2);
  padding: 50px 50px;
  display: inline-block;
  width: 100%;
}

.about-1 .center .left .text ul li .main .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 30px;
}

.about-1 .center .left .text ul li .main p {
  max-height: 346px;
  overflow-y: auto;
  line-height: 2;
}

.about-1 .center .left .text .btm {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 40px;
}

.about-1 .center .left .text .btm .btnbox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-1 .center .left .text .btm .btnbox span.btn {
  opacity: 0.5;
  cursor: pointer;
}

.about-1 .center .left .text .btm .btnbox span.btn:hover {
  opacity: 1;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.about-1 .center .left .text .btm .btnbox span.btn.slick-prev {
  margin-right: 20px;
}

.about-1 .center .left .text .btm .btnbox span.btn.slick-prev img {
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.about-1 .center .left .text .btm .navbox {
  color: #000;
  font-size: 32px;
  font-style: italic;
}

.about-1 .center .left .text .btm .navbox .now {
  font-size: 48px;
  margin-right: 5px;
}

.about-1 .center .right {
  padding-left: 55px;
}

.about-1 .center .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
}

.about-1 .center .right .top .play {
  position: relative;
  left: 0;
  top: 0;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  transform: none;
}

.about-1 .center .right .top .play:before {
  background: rgba(168, 87, 62, 0.212);
}

.about-1 .center .right .h3 {
  font-size: 180px;
  line-height: 1;
  color: #ecf0f4;
  margin-top: 60px;
  font-weight: 500;
}
.about-1 .center .right {
  position: relative;
}

.about-1 .center .right .imgbox {
  position: absolute;
  width: 50%;
  bottom: 0;
  right: 18%;
}
.about-2 {
  padding: 90px 0;
}

.about-2 .ui.container .h3 {
  color: #000;
  margin-bottom: 50px;
}

.about-2 .ui.container .main ul.ab2list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.about-2 .ui.container .main ul.ab2list.on li {
  width: -webkit-calc(19% - 28px);
  width: -moz-calc(19% - 28px);
  width: calc(19% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.about-2 .ui.container .main ul.ab2list.on li:hover {
  width: -webkit-calc(61% - 28px);
  width: -moz-calc(61% - 28px);
  width: calc(61% - 28px);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.about-2 .ui.container .main ul.ab2list.on li:hover .h4 {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  opacity: 0;
}

.about-2 .ui.container .main ul.ab2list.on li:hover .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: translate(-50%, -50%) scale(1);
  -moz-transform: translate(-50%, -50%) scale(1);
  -ms-transform: translate(-50%, -50%) scale(1);
  transform: translate(-50%, -50%) scale(1);
}

.about-2 .ui.container .main ul.ab2list li {
  width: -webkit-calc(33.33% - 28px);
  width: -moz-calc(33.33% - 28px);
  width: calc(33.33% - 28px);
  position: relative;
  height: 625px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.about-2 .ui.container .main ul.ab2list li .h4 {
  color: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  position: absolute;
  left: 40px;
  top: 50px;
  opacity: 1;
}

.about-2 .ui.container .main ul.ab2list li .textbox {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  -moz-transform: translate(-50%, -50%) scale(0);
  -ms-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  padding: 50px 40px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.about-2 .ui.container .main ul.ab2list li .textbox .h5 {
  color: #fff;
  margin-bottom: 40px;
}

.about-2 .ui.container .main ul.ab2list li .textbox .content {
  color: #fff;
  line-height: 2;
  font-size: 18px;
  /*font-weight: 400;*/
  max-height: 360px;
  overflow-y: auto;
}

.about-2 .ui.container .main ul.ab2list li .textbox .content p {
  margin-bottom: 20px;
}
.about-2 .ui.container .main ul.ab2list li .textbox:before{
  content: "";
  display: block;
  background-color: rgba(0,0,0,0.5);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

.about-4 .ui.container {
  text-align: left;
}

.about-4 .ui.container .h3 {
  margin-bottom: 50px;
}

.about-4 .ui.container .factorybox ul.factorylist {
  margin: 0 -15px;
}

.about-4 .ui.container .factorybox ul.factorylist li {
  padding: 0 15px;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 50px;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots li {
  padding: 0;
  width: 15px;
  height: 15px;
  border-radius: 100%;
  border: 1px solid var(--color);
  margin: 0 5px;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots li button {
  display: none;
}

.about-4 .ui.container .factorybox ul.factorylist .slick-dots li.slick-active {
  background: var(--color);
}

.solu-1 {
  background: var(--color);
  color: #fff;
  padding: 30px;
}

.solu-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solu-1 .ui.container .left {
  width: -webkit-calc(100% - 100px);
  width: -moz-calc(100% - 100px);
  width: calc(100% - 100px);
}

.solu-1 .ui.container .logo {
  width: 95px;
  opacity: 0.5;
}

.solu-2 {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  width: 100%;
  left: 0;
  padding: 30px 0;
  z-index: 3;
  background: #fff;
}

.solu-2 .navbox {
  position: relative;
}

.solu-2 .navbox ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-bottom: 1px solid #eee;
}

.solu-2 .navbox ul.navlist li {
  display: inline-block;
  border-bottom: 3px solid transparent;
  padding: 30px 0;
  margin-bottom: -1.5px;
}

.solu-2 .navbox ul.navlist li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  border-color: var(--color);
}

.solu-2 .navbox ul.navlist li a {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.solu-2 .navbox ul.navlist li a img {
  margin-right: 25px;
}

.solu-2 .navbox ul.navlist li a em {

}


.solu-3 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solu-3 .top .left {
  padding-right: 85px;
}

.solu-3 .top .right {
  text-align: left;
}

.solu-3 .top .right p {
  margin: 20px 0 40px;
}

.solu-3 .bottom {
  margin-top: 75px;
}

.solu-3 .bottom ul {
  margin: 0 -10px;
}

.solu-3 .bottom ul li {
  padding: 0 10px;
}

.solu-5 {
  padding-top: 110px;
}

.solu-5 ul.solulist2 li {
  margin-bottom: 100px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.solu-5 ul.solulist2 li .text {
  width: 30%;
}

.solu-5 ul.solulist2 li .text .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  margin-bottom: 25px;
}

.solu-5 ul.solulist2 li .text span {

  text-transform: uppercase;
  color: #000;
  opacity: .5;
}

.solu-5 ul.solulist2 li .text P {
  margin-top: 15px;
}

.solu-5 ul.solulist2 li .imgbox {
  width: 65%;
}




.manu-1 .manubox ul.manulist {
  margin: 0 -15px;
}

.manu-1 .manubox ul.manulist li {
  padding: 0 15px;
}

.manu-1 .manubox ul.manulist li .item {
  background: #f9f9f9;
  padding: 20px;
  height: 670px;
  padding-bottom: 50px;
}

.manu-1 .manubox ul.manulist li .item .text {
  padding-top: 30px;
}

.manu-1 .manubox ul.manulist li .item .text .h5 {
  margin-bottom: 20px;
  padding-left: 35px;
  border-left: 2px solid var(--color);
}

.manu-1 .manubox ul.manulist li .item .text p {
  line-height: 1.875;
}



.manu-2 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.manu-2 .ui.container .left {
  padding-right: 38px;
}

.manu-2 .ui.container .right {
  padding: 0 64px;
}

.manu-2 .ui.container .right .h4 {
  margin-bottom: 25px;
}



.manu-3 .ui.container .factorybox {
  margin-top: 50px;
  overflow: hidden;
}

.manu-3 .ui.container .factorybox .swiper-scrollbar {
  margin-top: 50px;
  position: relative;
}

.manu-3 .ui.container .factorybox ul li .fname {
  margin-top: 10px;
  font-weight: 400;
}

.manu-4 {

  background: #fafafa;
}

.manu-4 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.manu-4 .ui.container .left {
  width: 35%;
}

.manu-4 .ui.container .left p {
  margin-top: 10px;
  line-height: 1.8;
  margin-bottom: 60px;
}

.manu-4 .ui.container .right {
  width: 60%;
}

.manu-4 .ui.container .right ul {
  margin: 0 -25px;
}

.manu-4 .ui.container .right ul li {
  padding: 0 25px;
}



.manu-5 .ui.container .factorybox {
  margin-top: 40px;
}

.manu-5 .ui.container .factorybox ul.factorylist2 {
  margin: 0 -20px;
}

.manu-5 .ui.container .factorybox ul.factorylist2 li {
  padding: 0 20px;
}


.custom-1 .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;

}

.custom-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.2;
  border-left: 3px solid var(--color);
  color: var(--color2);
    font-weight: 600;
}

.custom-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 2;
}

.custom-1 .btm ul.list2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.custom-1 .btm ul.list2 div{
  display: grid;
  place-items: center;
}

.custom-1 .btm ul.list2 li.item {
  margin:14px 10px;
  width: 180px;
  height: 180px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #000;
  border-radius: 100%;
}

.custom-1 .btm ul.list2 li.item img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-1 .btm ul.list2 li.item:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.custom-2 .ui.container .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.custom-2 .ui.container .top .left {
  padding-right: 65px;
}

.custom-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--color);
  color: var(--color2);
    font-weight: 600;
}

.custom-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.custom-2 .ui.container .bottom {

  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 50px 80px 60px 80px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.custom-2 .ui.container .bottom .left {
  padding-right: 80px;
}

.custom-2 .ui.container .bottom .left .h4{
  color: var(--color2);
    font-weight: 600;
}

.custom-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.custom-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}

.custom-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.custom-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

.custom-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;

}

.custom-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 32px;
  right: 25px;
}

.custom-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}

.custom-3 {
  padding-top: 90px;
  padding-bottom: 100px;
}

.custom-3 .ui.container {
  text-align: center;
}

.custom-3 .ui.container .strengthbox {
  margin-top: 55px;
}

.custom-3 .ui.container .strengthbox ul.list4 li {
  padding: 0 15px;
}

.custom-3 .ui.container .strengthbox ul.list4 li .item {
  background: #f7f7f7;
  border-radius: 5px;
}

.custom-3 .ui.container .strengthbox ul.list4 li .item .text {
  padding: 25px;
  text-align: center;
}

.custom-3 .ui.container .strengthbox ul.list4 li .item .text p {
  line-height: 1.8;
  font-weight: 400;
  margin-top: 15px;
  max-height: 116px;
  overflow-y: auto;
}
@media screen and (max-width: 1700px){
  .manu-1 .manubox ul.manulist li .item{
        height: 590px
  }
}
@media screen and (max-width: 1450px) {
  .font-48 {
    font-size: 36px;
  }

  .about-1 .center .right .h3 {
    font-size: 150px;
  }
}

@media screen and (max-width: 1250px) {
  .about-1 .center .right .h3 {
    font-size: 110px;
  }

  .manu-1 .manubox ul.manulist li .item .text p {
    line-height: 1.875;
    max-height:262px;
    overflow-y: auto;
  }

  .manu-2 .ui.container .right p {
    max-height: 200px;
    overflow-y: auto;
  }

  .manu-4 .ui.container .left p {
    max-height: 200px;
    overflow-y: auto;
  }

  .about-1 .center .left {
    padding-left: 0;
  }

  .font-48 {
    font-size: 30px;
  }

  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
  }

  .font-36 {
    font-size: 28px;
  }

  .font-16 {
    font-size: 16px;
    line-height: 30px;
  }
    .solu-3 .top .right p {
    max-height: 200px;
    overflow-y: auto;
  }
  .solu-5 ul.solulist2 li .text P {

    max-height: 215px;
    overflow-y: auto;
}
.solu-5 ul.solulist2 li{
  margin-bottom: 70px;
}
.solu-5 ul.solulist2 li .text .h3{
  padding-left: 10px;
}
}

@media screen and (max-width: 1000px) {
  .about-1 .center{
    flex-wrap: wrap;
    margin-top: 0;
  }
  .about-1 .center .left{
    width: 100%;
  }
  .about-1 .center .right{
    width: 100%;margin-top: 5%;
    padding-left:0;
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .about-1 .center .left .text {
    padding: 20px 15px;
  }

  .about-1 .center .right .h3 {
    font-size: 72px;
  }
  .about-1 .center .right .imgbox{
    position: static;
  }
  .about-1 .center .right .top{
    width: 20%;
  }
  .about-1 .center .right .top>img{
    display: none;
  }
  .about-1 .center .right .h3{
    display: none;
  }

  .about-2 .ui.container .main ul.ab2list li {
    width: -webkit-calc(33.33% - 10px);
    width: -moz-calc(33.33% - 10px);
    width: calc(33.33% - 10px);
  }

  .about-2 .ui.container .main ul.ab2list.on li:hover {
    width: -webkit-calc(66.66% - 10px);
    width: -moz-calc(66.66% - 10px);
    width: calc(66.66% - 10px);
  }

  .about-2 .ui.container .main ul.ab2list.on li {
    width: -webkit-calc(19% -10px);
    width: -moz-calc(19% -10px);
    width: calc(19% -10px);
  }
  .about-2 .ui.container .main ul.ab2list li .h4{
    left: 10px;
  }
    .solu-3 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .solu-3 .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }



  .solu-5 ul.solulist2 li .imgbox {
    width: 55%;
  }

  .manu-1 .manubox ul.manulist li .item .text .h5 {
    padding-left: 15px;
  }

  .font-30 {
    font-size: 18px;
    line-height: 32px;
  }

  .custom-1 .btm ul.list2 li.item {
    width: 120px;
    height: 120px;
  }

  .manu-2 .ui.container .right {
    padding: 0 20px;
  }

  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
  }

  .custom-2 .ui.container .bottom {
    padding: 30px 25px;
  }

  .solu-2 {
    top: 40px;
  }

  .manu-2 .ui.container .left {
    padding-right: 0px;
  }


  .custom-2 .ui.container .top{
    flex-wrap: wrap;
  }
  .custom-2 .ui.container .top .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2 .ui.container .top .right {
    width: 100%;margin-top: 5%;
  }
  .custom-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .custom-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
  .solu-5 ul.solulist2 li .imgbox {
    width: 100%;margin: 10px 0;
  }

  .solu-5 ul.solulist2 li .text {
    width: 100%;
    max-width: none;
    margin: 10px 0;
  }
  .manu-4 .ui.container .left p{
    margin-bottom: 30px;
  }
  .manu-1 .manubox ul.manulist li{
    width: 50%;
  }  .manu-1 .manubox ul.manulist li {
    margin-top: 20px;
  }
  .manu-2 .ui.container{
    flex-wrap: wrap;
  }
    .manu-2 .ui.container .left {
    width: 100%;
  }

  .manu-2 .ui.container .right {
    width: 100%;margin-top: 5%;
  }

.manu-4 .ui.container{
  flex-wrap: wrap;
}
  .manu-4 .ui.container .left {
    width: 100%;
  }

  .manu-4 .ui.container .right {
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .about-2 {
    display: none;
  }

  .about-1 .center {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

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

  .about-1 .center .right {
    width: 100%;
    padding-left: 0;
  }

  .font-40 {
    font-size: 28px;
  }

  .solu-1 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .solu-1 .ui.container .left {
    width: 100%;
  }

  .solu-1 .ui.container .logo {
    width: 100%;
    text-align: center;
  }

  .solu-5 ul.solulist2 li:nth-child(2n) {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }

  .manu-2 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }



  .font-20 {
    font-size: 14px;
  }


  .custom-1 .top .h3 {
    width: 100%;
  }

  .custom-1 .top p {
    width: 100%;
  }

  .custom-1 .btm ul.list2 li.item {
    width: 100px;
    height: 100px;
  }



  .custom-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .custom-2 .ui.container .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
  }
  .solu-5 ul.solulist2 li{
  margin-bottom: 30px;
}

  .manu-1 .manubox ul.manulist li{
    width: 100%;
  }
  .manu-1 .manubox ul.manulist li .item{
    height: auto;
  }
}

@media screen and (max-width: 500px) {
  .font-40 {
    font-size: 20px;
  }

  .solu-2 .navbox ul.navlist li {
    width: 100%;
  }

  .about-1 .center {
    margin-top: 0;
  }

  .font-48 {
    font-size: 24px;
    line-height: 40px;
  }

  .inner-page .h3.title:before {
    left: 0;
  }

  .font-36 {
    font-size: 24px;
  }
  .custom-1 .btm ul.list2{
    justify-content: space-evenly;
  }
  .custom-1 .btm ul.list2 li.item{
    margin: 10px;
  }
}

.about-page .about-3 {
  background: #f5f5f5;
}

.about-page .about-3 .header span {
  font-size: 16px;
  color: #555;
  position: relative;
  margin-bottom: 0px;
  padding-left: 50px;
}

.about-page .about-3 .header span::after {
  content: '';
  width: 40px;
  height: 1px;
  background: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}

.about-page .about-3 .header h3 {
  font-size: 50px;
  font-weight: 400;
  line-height: 1.6;
  color: #000;
  position: relative;
  margin-bottom: 30px;
}

.about-page .about-3 .header h3 em {
  color: var(--color);
}

.about-page .about-3 .info ul {
  margin-right: -24px;
  display: flex;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  flex-wrap: wrap;
  -webkit-box-flex-wrap: wrap;
  -moz-box-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
}

.about-page .about-3 .info ul li {
  padding-right: 24px;
}

.about-page .about-3 .info .single-facility {
  background: #fff;
  padding: 40px 30px;
  -webkit-transition: .5s;
  transition: .5s;
  position: relative;
  height: 326px;
  z-index: 1;
  margin-bottom: 30px;
  line-height: 1;
}

.about-page .about-3 .info .single-facility h5 {
  font-size: 30px;
  color: #000;
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 10px;
}

.about-page .about-3 .info .single-facility span {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin-bottom: 15px;
  display: inline-block;
  -webkit-transition: .5s;
  transition: .5s;
  background: var(--color);
  padding: 10px;
}

.about-page .about-3 .info .single-facility p {
  margin: 0;
  color: #555;
  font-size: 16px;
  line-height: 2;
  max-height: 160px;
  overflow-y: auto;
}

.about-page .about-3 .info .single-facility .facility-shape {
  position: absolute;
  opacity: 0.1;
  z-index: -1;
  bottom: 60px;
  left: 90px;
}

.about-page .about-3 .info .single-facility .facility-shape span {
  font-size: 140px;
  color: #ccc;
  background: transparent;
}

.about-page .about-3 .info .single-facility:hover h5 {
  color: var(--color);
  -webkit-transition: .5s;
  transition: .5s;
}

.about-page .about-3 .info .single-facility:hover span {
  -webkit-transform: rotate(360deg);
  transform: rotate(360deg);
}
.gxs-2 .videobox {
    position: relative;
    margin-top: 70px;
    margin-bottom: 65px
}

.play2 {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%)
}

.play2:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: 0 0;
    background: #fff;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1
}

.play2:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    border-radius: 100%;
    background: #fff;
    background: 0 0;
    left: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    -webkit-animation: ks 2s linear infinite;
    -moz-animation: ks 2s linear infinite;
    animation: ks 2s linear infinite;
    z-index: -1;
    -webkit-animation-delay: .6s;
    -moz-animation-delay: .6s;
    animation-delay: .6s
}
@media screen and (max-width: 1250px) {
  .about-page .about-3 .header h3 {
  font-size: 40px;
  }

.about-page .about-3 .info .single-facility h5 {
  font-size: 28px;
}
}

@media screen and (max-width: 1000px) {
  .about-page .about-3 .info .single-facility p{
    font-size: 14px;
  }
  .about-page .about-3 .header h3 {
  font-size: 30px;
  }
  .about-page .about-3 .info .single-facility h5 {
  font-size: 24px;
}
  .gxs-2 .videobox {
    position: relative;
    margin-top: 40px;
    margin-bottom: 30px
}
  .about-page .about-3 .info ul li {
    width: 50%;
  }

  .about-page .about-3 .info .single-facility {
    padding: 40px 15px;
  }
}

@media screen and (max-width: 700px) {
    .about-page .about-3 .info .single-facility h5 {
      font-size: 22px;
    }
    .about-page .about-3 .header h3 {
  font-size: 24px;
  }
  .about-page .about-3 .info ul {
    margin-right: 0;
  }

  .about-page .about-3 .info ul li {
    width: 100%;
    padding-right: 0;
  }
}

.contact-page .marginBox {
  padding-top: 00px;
}

.contact-page .contact-1 {
  padding: 100px 0 110px;
  text-align: center;
}

.contact-page .contact-1 .h2{
  font-weight: 600;
    color: var(--color2);
}

.contact-page .contact-1 .text {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 1.6;
  max-width: 650px;
  display: block;
  margin: 1em auto 3em;
}

.contact-page .contact-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.contact-page .contact-1 .list ul li {
  padding: 20px;
}

.contact-page .contact-1 .list ul li .box {
  padding: 35px 5% 35px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
  position: relative;
  top: 0;
}

.contact-page .contact-1 .list ul li .box i {
  display: block;
}

.contact-page .contact-1 .list ul li .box i img {
  display: block;
  margin: 0 auto;
}

.contact-page .contact-1 .list ul li .box span.h6 {
  font-weight: 500;
  font-size: 24px;
  color: #242424;
  margin: 1em 0 .5em;
  display: block;
}

.contact-page .contact-1 .list ul li .box p {
  font-size: 18px;
  color: #8e8e8e;
  line-height: 2;
}

.contact-page .contact-1 .list ul li .box:hover {
  border-color: var(--color);
  top: -20px;
}

.contact-page .map {
  position: relative;
  z-index: 1;
}

.inner-page .form ul {
  margin: -15px -7px;
}

.inner-page .form ul li {
  padding: 15px 7px;
}

.inner-page .form ul li input,
.inner-page .form ul li textarea {
  display: block;
  width: 100%;
  font-size: 18px;
  padding: .6em 1em;
  border: 1px solid #bfbfbf;
}

.inner-page .form ul li input::-webkit-input-placeholder,
.inner-page .form ul li textarea::-webkit-input-placeholder {
  color: #8e8e8e;
}

.inner-page .form ul li input:-moz-placeholder,
.inner-page .form ul li textarea:-moz-placeholder {
  color: #8e8e8e;
}

.inner-page .form ul li input::-moz-placeholder,
.inner-page .form ul li textarea::-moz-placeholder {
  color: #8e8e8e;
}

.inner-page .form ul li input:-ms-input-placeholder,
.inner-page .form ul li textarea:-ms-input-placeholder {
  color: #8e8e8e;
}

.inner-page .form ul li input::placeholder,
.inner-page .form ul li textarea::placeholder {
  color: #8e8e8e;
}

.inner-page .form ul li textarea {
  height: 150px;
}

.inner-page .form ul li input[type="submit"] {
  border: none;
  background: var(--color);
  color: white;
  /*font-weight: bold;*/
  font-size: 20px;

  /*text-transform: uppercase;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .form ul li input[type="submit"]:hover {
  background: #242424;
}

.inner-page .form ul li.wid-100 {
  width: 100%;
}

@media screen and (max-width: 1600px) {
  .inner-page .form ul li {
    padding: 6px;
  }

  .inner-page .form ul {
    margin: -6px;
  }

  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 16px;
  }
}

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

  .inner-page .form ul li input,
  .inner-page .form ul li textarea,
  .inner-page .form ul li input[type="submit"] {
    font-size: 14px;
    padding: .5em;
  }

.contact-page .contact-1 {
  padding: 60px 0;
}
  .contact-page .contact-1 .list ul li .box span.h6{
    font-size: 20px;
  }
}
@media screen and (max-width: 700px) {
.contact-page .contact-1 {
  padding: 30px 0;
}
}

.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px;
  position: sticky;
  top: 120px;
}

.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7;
}

.inner-page .sideLeft .box h3 {
  display: block;
  padding: 20px 25px;
  background: #483525;
  font-size: 30px;
  font-weight: 400;
  color: white;
}

.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 10px 9px;
  /*border-left: 4px solid var(--color);*/
  font-size: 18px;
  line-height: 32px;
  color: black;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;

}

.inner-page .sideLeft .box .list ul li a em {
  margin-left: 10px;
}

.inner-page .sideLeft .box .list ul li i {
  width: 40px;
  height: 40px;
  display: flex;
  justify-content: center;
  align-content: center;
  font-size: 24px;
  position: absolute;
  right: 0;
  top: 10px;
  cursor: point;
}

.inner-page .sideLeft .box .list ul li img {
  max-width: 80px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px;
}

.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  /*background: var(--color);*/
  color: var(--color);
  border-left: 1px solid var(--color);
}

.inner-page .sideLeft .box .list ul li.active ul {
  display: block;
}

.inner-page .sideLeft .box .list ul li ul {
  margin-top: 20px;

}

.inner-page .sideLeft .box .list ul li ul li {
  font-size: 18px;
}

.inner-page .sideLeft .box .list ul li ul li.active {
  color: var(--color);
  background: #fff;
}

.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: #fff;
  background-size: 100%;
  background-repeat: no-repeat;
}

.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: bold;
  line-height: 1;
}

.inner-page .sideLeft .img p {
  display: block;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px;
}

.inner-page .sideLeft .img a.more {
  line-height: 44px;
  height: 44px;
  padding: 0 32px;
  border: 1px solid white;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block;
  color: #fff;
  border-radius: 10px
}

.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: white;
}

.inner-page .sideRight {
  width: 70%;
}

.inner-page .sideRight .fenlei {
  color: var(--color2);
}

.inner-page .sideRight .content {
  line-height: 2;
}

.product-page {
  padding: 90px 0 60px;
}

.product-page .productList {
  margin-bottom: 60px;
}

.product-page .productList ul {
  margin: -25px -15px;
}

.product-page .productList ul li {
  padding: 25px 15px;
}

.product-page .productList ul li a.more {
  line-height: 45px;
  height: 45px;
  padding: 0px 20px;
  border-radius: 4px;
  background: var(--color);
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .productList ul li a.more i {
  margin-left: 22px;
  font-size: 70%;
}

.product-page .productList ul li a.more:hover {
  background: #111;
}

.productList ul {
  margin: -15px;
}

.productList ul li {
  padding: 15px;
}

.productList ul li .box2 {
  -o-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 18px rgba(0, 0, 0, 0.05);
  padding: 10px 20px;
  background: white;
  overflow: hidden;
  border-radius: 8px;
  position: relative;
}

.productList ul li .box2 h5 {
  font-size: 18px;
  font-weight: 400;
  line-height: 32px;
  /*height: 230px;*/
  padding: 20px 10px;
  border-top: 2px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productList ul li .box2 h5 a {
  display: block;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: unset;
  text-align: center;
}

.productList ul li:hover .box2 h5 {
  color: var(--color);
}

.productList ul li .box2 a.img {
  display: block;
  margin: 20px 0 0 0;
}

.productList ul li .box2 a.img img {
  width: 100%;
  background: #D2D0DA;
}

.productList ul li .box2 .text {
  margin-bottom: 20px;
  font-size: 15px;
  color: #757575;
}

.productList ul li .box2 .text p {
  margin-bottom: 15px;
  padding-left: 30px;
  position: relative;
}

.productList ul li .box2 .text p:before {
  content: '';
  width: 16px;
  height: 16px;
  background: url("../images/icon-2-1.png") center center no-repeat;
  position: absolute;
  left: 0;
  top: 4px;
}

.productList ul li .box2 .text p:last-child {
  margin-bottom: 0;
}

.productList ul li .box2 a.more {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  padding-left: 15px;
  font-size: 12px;
  margin-bottom: 25px;
  background: #2b3e4b;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productList ul li .box2 a.more:hover {
  background: var(--color);
}

.productList ul li .box2:after {
  content: '';
  width: 100%;
  bottom: -5px;
  right: -20px;
  height: 8px;
  display: block;
  position: absolute;
  border-top-left-radius: 4px;
  background: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.productList ul li .box2:hover:after {
  bottom: 0;
}

.productList ul li .box2 .text {
  display: none;
}


.product-page .productList ul li a.more {
  display: none;

}

.productList ul li .box2:after {
  display: none;
}

.productList ul li .box2 {
  transition: all .8s ease;
}

.productList ul li .box2 .p-logo {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.product-page .productList ul li:hover .p-logo img {
  transform: scale3d(1, 1, 1);
  transition: all .8s ease;
}

.productList ul li .box2 .p-logo img {
  padding-top: 15px;
  padding-left: 15px;
  max-width: 150px;
}

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

  .inner-page .sideLeft .box h3 {
    padding: 30px 15px;
    font-size: 28px;
    line-height: 1;
  }

  .inner-page .sideLeft .box .list ul li img {
    margin-right: 10px;
  }

  .inner-page .sideLeft .box .list ul li {
    padding: 5px 10px;
    font-size: 16px;
  }

  .inner-page .sideLeft .box {
    padding: 10px;
  }

  .inner-page .sideLeft .img p {
    margin: 20px 0 30px;
  }

  .inner-page .sideLeft .img {
    padding: 40px 15px;
  }

  .product-page .productList ul li a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
  }

  .product-page .productList ul li {
    padding: 5px;
  }

  .product-page .productList ul {
    margin: -5px;
  }

}

@media screen and (max-width: 1000px) {
  .productList ul li .box2 h5 {
    font-size: 16px;
    line-height: 30px;
    min-height: 5rem !important;
  }

  .product-page .productList ul li a.more {
    line-height: 34px;
    height: 34px;
    padding: 0 15px;
    font-size: 14px;
  }

  .fenlei {
    display: none;
  }


}

@media screen and (max-width: 700px) {
  .product-page .productList .grid-box.three>.column {
    width: 100%;
  }

}

.prodet-page .marginBox {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  padding-right: 0 !important;
}

.prodet-page .prodet-1 {
  padding-top: 90px;
}

.prodet-page .prodet-1 .left {
  width: 50%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .left .flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.prodet-page .prodet-1 .left img {
  border: 1px solid #bfbfbf;
  width: 100%;
  background: #000;
}

.prodet-page .prodet-1 .left .smallImg {
  padding-right: 24px;
  width: 20.5%;
}

.prodet-page .prodet-1 .left .smallImg ul {
  margin: -12px;
}

.prodet-page .prodet-1 .left .smallImg ul li {
  padding: 12px;
}

.prodet-page .prodet-1 .left .smallImg ul .slick-current li img {
  border-color: var(--color);
}

.prodet-page .prodet-1 .left .bigImg {
  width: 79.5%;
}

.prodet-page .prodet-1 .left .bigImg .img {
  position: relative;
  display: block;
}

.prodet-page .prodet-1 .left .bigImg .img span {
  width: 40px;
  height: 40px;
  background-color: var(--color);
  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;
  position: absolute;
  top: 12px;
  right: 12px;
}

.prodet-page .prodet-1 .left .bigImg .img span img {
  border: none;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  width: auto;
  background: transparent;
}

.prodet-page .prodet-1 .right {
  width: 50%;
  padding-left: 2%;
  vertical-align: middle;
}

.prodet-page .prodet-1 .right h1 {
  display: block;
  font-size: 30px;
  line-height: 1.6;
  font-weight: 600;
  color: var(--color2);
}

.prodet-page .prodet-1 .right .text {
  font-size: 16px;
  color: #8e8e8e;
  padding-right: 1em;
  line-height: 2;
  margin: 1.8em 0 2em;
  overflow: auto;
  max-height: 250px;
}

.prodet-page .prodet-1 .right .share {
  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;
  color: #bfbfbf;
}

.prodet-page .prodet-1 .right .share span.h6 {
  font-size: 24px;
}

.prodet-page .prodet-1 .right .share a {
  font-size: 18px;
  margin-left: 1.5em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .right .share a:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .right a.more {
  margin-top: 1em;
}

.prodet-page .prodet-2 {
  padding: 80px 0 120px;
}

.prodet-page .prodet-2 .options {
  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;
  border-bottom: 1px solid #c3c3c3;
}

.prodet-page .prodet-2 .options span {
  font-size: 24px;
  font-weight: 400;
  width: 360px;

  color: #000;
  margin-right: 1em;
  height: 2.5em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 .75em;
  border: 1px solid #c3c3c3;
  cursor: pointer;
  cursor: hand;
  background: #eee;
  margin-bottom: -1px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-2 .options span i {
  color: #bfbfbf;
}

.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  border-bottom-color: transparent;
  color: #fff;
}

.prodet-page .prodet-2 .ret {
  margin-top: 40px;
  font-size: 18px;
  color: #242424;
  line-height: 1.6;
}

.prodet-page .prodet-2 .ret table tbody {
  table-layout: fixed;
}

/*.prodet-page .prodet-2 .ret table tr:first-child {
  background-color: #242424;
  color: white;
}*/

.prodet-page .prodet-2 .ret table tr td {
  border: 1px solid #cdcdcd;
  text-align: center;
  padding: .5em;
}

.prodet-page .prodet-3 {
  text-align: center;
  padding-bottom: 120px;
}

.prodet-page .prodet-3 .h2{
font-weight: 600;
    color: var(--color2);
}

.prodet-page .prodet-3 span.txt {
  margin-bottom: .3em;
}

.prodet-page .prodet-3 .list {
  margin: 45px 0;
  /*border-right: 1px solid #bfbfbf;*/
}

.prodet-page .prodet-3 .dots {
  text-align: center;
}

.prodet-page .prodet-3 .dots ul {
  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;
}

.prodet-page .prodet-3 .dots ul li {
  margin: 0 7px;
}

.prodet-page .prodet-3 .dots ul li button {
  font-size: 20px;
  color: #242424;
  width: 36px;
  height: 36px;
  border: none;
  border-bottom: 1px solid transparent;
  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-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: transparent;
}

.prodet-page .prodet-3 .dots ul li.slick-active button {
  border-color: #242424;
}

.inner-page #productList ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  /*border-left: 1px solid #bfbfbf;*/
}

/*.inner-page #productList ul {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li {
  text-align: center;
  /*border: 1px solid #bfbfbf;*/
  overflow: hidden;
  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-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
  position: relative;
  padding: 0 20px;
}

/*.inner-page #productList ul.slick-slider {
  border-bottom: none;
}
.inner-page #productList ul.slick-slider li {
  border-bottom: 1px solid #bfbfbf;
}*/
.inner-page #productList ul li:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid var(--color);
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  z-index: 0;
}

.inner-page #productList ul li a.img-box {
  display: block;
  /*padding: 50px 5% 0;*/
  overflow: unset;
  width: 100%;
  position: relative;
  z-index: 1;
}

.inner-page #productList ul li a.img-box img {
  width: auto;
  margin: 0 auto;
  display: block;
  background: #000;
}

.inner-page #productList ul li .btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  text-align: center;
  -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;
  width: 100%;
  position: relative;
  z-index: 2;
}

.inner-page #productList ul li .btn a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 36px;
  width: 36px;
  margin: 0 5px;
  border: 1px solid #bfbfbf;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page #productList ul li .btn a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page #productList ul li .btn a:hover {
  border-color: var(--color);
  background-color: var(--color);
}

.inner-page #productList ul li .btn a:hover img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

.inner-page #productList ul li span.h6 {
  font-weight: 400;
  font-size: 20px;
  color: #242424;
  line-height: 1.8;
  margin: 1.5em 0 1em;
  display: block;
  padding: 0 1em;
  position: relative;
  z-index: 2;
}

.inner-page #productList ul.slick-slider li span.h6 {
  height: 67px;
  overflow: hidden;
}

.inner-page #productList ul li a.link {
  font-size: 18px;
  color: white;
  height: 2.44444444em;
  text-align: center;
  background-color: black;
  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;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  width: 100%;
  z-index: 2;
}

.inner-page #productList ul li a.link em {
  position: relative;
  display: inline-block;
  border-bottom: 1px solid white;
  line-height: 1;
}

.inner-page #productList ul li a.link em:after {
  content: '';
  border: 4px solid var(--color);
  border-radius: 100%;
  position: absolute;
  top: -2px;
  left: 105%;
}

.inner-page #productList ul li a.link em:after {
  border-color: white;
  top: 0;
  border-width: 3px;
}

.inner-page #productList ul li a.link:hover {
  background-color: var(--color);
}

.inner-page #productList ul li:hover {
  z-index: 1;
}

.inner-page #productList ul li:hover:after {
  opacity: 1;
}

.inner-page #productList ul li:hover a.link {
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}

@media screen and (max-width: 1600px) {
  .prodet-page .prodet-2 .options span {
    font-size: 18px;
    width: 280px;
  }

  .prodet-page .prodet-3 {
    padding-bottom: 80px;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 24px;
  }

  .prodet-page .prodet-1 .right .text {
    font-size: 18px;
    margin: 1.5em 0;
  }

  .prodet-page .prodet-1 .right .share span.h6 {
    font-size: 20px;
  }

  .prodet-page .prodet-1 .right .share a {
    font-size: 16px;
  }

  .prodet-page .prodet-2 .ret {
    margin-top: 30px;
    font-size: 18px;
  }

  .prodet-page .prodet-2 {
    padding: 60px 0;
  }

  .inner-page #productList ul li a.link,
  .seoBox .seoNews .bottom .list ul li .box a.link {
    font-size: 16px;
  }

  .inner-page #productList ul li a.link em:after,
  .seoBox .seoNews .bottom .list ul li .box a.link:after {
    border-width: 2px;
  }
}

span.txt {
  font-size: 24px;
  letter-spacing: 6px;
  color: var(--color);
  text-transform: uppercase;
  display: block;
  line-height: 2;
}

@media screen and (max-width: 1450px) {
  .prodet-page .prodet-2 .options span {
    font-size: 16px;
    width: 220px;
  }

  .prodet-page .prodet-1 {
    padding-top: 60px;
  }

  .prodet-page .prodet-1 .right h1 {
    font-size: 20px;
    line-height: 36px;
  }

  .prodet-page .prodet-1 .right .text {
    font-size: 16px;
    line-height: 30px;
  }

  .prodet-page .prodet-1 .right a.more {
    margin-top: 2em;
  }

  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 23px;
  }

  .prodet-page .prodet-3 {
    padding-bottom: 50px;
  }

  .prodet-page .prodet-3 .list {
    margin: 30px 0;
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .options span {
    font-size: 14px;
    line-height: 28px;
    width: 200px;
  }


  .prodet-page .prodet-1 .right .text {
    margin: 0;
    padding-right: 0;
    max-height: none;
  }
    .prodet-page .prodet-2 {
    padding: 30px 0;
  }
  .prodet-page .prodet-2 .ret {
    font-size: 16px;
  }

  .prodet-page .prodet-3 .dots ul li button {
    font-size: 16px;
    width: 32px;
    height: 32px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .options span {
    font-size: 14px;
    width: 140px;
  }

  .prodet-page .prodet-1 .left .smallImg ul li {
    padding: 5px;
  }

  .prodet-page .prodet-1 .left .smallImg ul {
    margin: -5px;
  }

  .prodet-page .prodet-1 .left .smallImg {
    padding-right: 10px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    font-size: 14px;
  }

  .inner-page #productList ul li span.h6 {
    font-size: 16px;
    line-height: 30px;
  }
}

/*news*/
.inner-page .slideBar-left {
  width: 20% !important;
  margin-bottom: 75px;
      position: sticky;
    top: 100px;
}

.inner-page .slideBar-left .slideNav>li {
  margin-bottom: 14px;
}

.inner-page .slideBar-left .slideNav>li>a {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  font-size: 18px;
  background: #f5f5f5;
  padding: 15px;
}

.inner-page.product-page .slideBar-left .slideNav>li>a {
  background: white;
}

.inner-page .slideBar-left .slideNav>li>a .fa {
  position: absolute;
  right: 25px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-page .slideBar-left .slideNav>li ul li {
  margin: 5px;
  margin-right: 0;
}

.inner-page .slideBar-left .slideNav>li ul li a {
  padding: 10px;
  font-size: 17px;
  display: block;
}

.inner-page .slideBar-left .slideNav>li ul li.active a,
.inner-page .slideBar-left .slideNav>li ul li:hover a {
  background: var(--color);
  color: white;
}

.inner-page .slideBar-left .slideNav>li:hover>a,
.inner-page .slideBar-left .slideNav>li.active>a {
  background: var(--color);
  color: white;
}

.inner-page .slideBar-left .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 44px;
}

.inner-page .slideBar-left .share li {
  width: 30px;
  height: 30px;
  background: var(--color);
  color: white;
  font-size: 20px;
  text-align: center;
  line-height: 33px;
  margin-right: 15px;
}

.inner-page .slideRight {
  width: 80% !important;
  padding-left: 60px;
}

.inner-page.prodet-page .slideRight {
  width: 100% !important;
  padding-left: 0;
}



.news-page .slideRight .i-news {
  overflow: unset !important;
}

.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}

.news-page .i-news .wrap {
  margin: -23px;
}

.news-page .i-news .wrap .column {
  padding: 23px;
}

.news-page .slideRight .i-news .wrap .column {
  margin-bottom: 35px;
}

.news-page .i-news .wrap .column .item {
  display: block;
  position: relative;
  -webkit-box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
  box-shadow: 5px 5px 30px 0px rgba(0, 0, 0, .1);
  padding: 50px 25px 85px;
}

.news-page .i-news .wrap .column .item .content {
  line-height: 30px;
  text-align: center;
}

.news-page .i-news .wrap .column .item h4 {
  text-align: center;
  font-size: 20px;
  line-height: 36px;
  min-height: 5.5em;
  font-weight: 500;
  position: relative;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  margin: 30px 0 20px;
}

.news-page .i-news .wrap .column .item .time {
  font-size: 16px;
  line-height: 30px;
  display: block;
  text-align: center;
}

.news-page .i-news .wrap .column .item .douhao {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  text-align: center;
  line-height: 74px;
  -webkit-box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
  box-shadow: 4px 4px 27px 0px rgba(0, 0, 0, .11);
  background: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
@media screen and (max-width: 1250px) {
  .news-page .i-news .wrap{
    margin: -10px;
  }
.news-page .slideRight .i-news .wrap .column{
  width: 50%;
  padding: 10px;
}
}
@media screen and (max-width: 1000px) {
  .inner-page .slideBar-left {
    display: none;
  }

  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }

  .inner-page .sideLeft {
    display: none;
  }

  .inner-page .sideRight {
    width: 100%;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .slideBar-left {
    display: none;
  }

  .inner-page .slideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

@media screen and (max-width: 1000px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 50%;
  }
}

@media screen and (max-width: 700px) {
  .news-page .slideRight .i-news .wrap .column {
    width: 100%;
  }
  .news-page .i-news .wrap .column .item h4{
    min-height: unset;
  }
}

/*newsdet-page*/
.newdet2-page {
  padding: 80px 0;
}

.newdet2-page h1 {
  font-size: 30px;
  line-height: 1.6;
  color: #0b2239;
  font-weight: 400;
  text-transform: capitalize;
}

.newdet2-page time {
  display: block;
  margin: 15px 0;
  font-size: 14px;
  line-height: 2;
  color: black;
  opacity: .6;
}

.newdet2-page .content {
  display: block;
  padding: 15px 0;
  border-top: 1px #ccc dashed;
  border-bottom: 1px #ccc dashed;
  font-size: 16px;
  color: #868686;
  line-height: 2;
}

.newdet2-page .share {
  padding-top: 10px;
  margin-bottom: 60px;
}

.newdet2-page .share h4 {
  font-size: 14px;
  line-height: 2;
  color: black;
  display: inline-block;
  vertical-align: middle;
}

.newdet2-page .share ul {
  display: inline-block;
  vertical-align: middle;
}

.newdet2-page .share ul li {
  width: auto;
  margin-left: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.newdet2-page .share ul li:hover {
  color: #026293;
}
@media screen and (max-width: 1250px) {
  .newdet2-page h1 {
  font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
    .newdet2-page h1 {
  font-size: 22px;
  }
  .newdet2-page {
    padding: 50px 0 10px;
  }
}

.factory-page {
  padding-top: 90px;
  padding-bottom: 50px;
}

.factory-page .top h2 {
  border-bottom: 1px solid #dbdbdb;
  padding-bottom: 32px;
  margin-bottom: 60px;
}

.factory-page .top ul {
  margin: -23px;
  margin-bottom: 45px;
}

.factory-page .top ul li {
  padding: 23px;
  text-align: center;
  font-size: 25px;
  font-weight: bold;
}

.factory-page .top ul li a {
  background-color: #dedede;
  display: block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 20px 0;
}

.factory-page .top ul li:hover a,
.factory-page .top ul li.active a {
  background: var(--color);
  color: white;
}

.factory-page .wrap {
  margin: -18px;
}

.factory-page .wrap li {
  padding: 18px;
}

.factory-page .more {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: block;
  background: var(--color);
  color: white;
  font-size: 25px;
  text-align: center;
  height: 77px;
  line-height: 77px;
  width: 335px;
  margin: 60px auto;
}

.factory-page .more .fa {
  margin-left: 5px;
}

.factory-page .more:hover {
  background: black;
}

.faq-page {
  padding-bottom: 100px;
}

.faq-page .faqbox .ui.container ul.faqlist li {
  width: 100%;
  border-bottom: 1px solid #eee;
}

.faq-page .faqbox .ui.container ul.faqlist li .top {
  height: 100px;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;

  padding: 0 160px;
  width: 100%;
}

.faq-page .faqbox .ui.container ul.faqlist li .top i {
  font-size: 20px;
  color: #666;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 45px;
}

.faq-page .faqbox .ui.container ul.faqlist li span.qust,
.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  position: absolute;
  font-size: 30px;

  color: #000;
  top: 50%;
  left: 45px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.faq-page .faqbox .ui.container ul.faqlist li span.anser {
  color: var(--color);
}

.faq-page .faqbox .ui.container ul.faqlist li .content {
  padding: 30px 0;
  padding-left: 160px;
  background: #f9f9f9;
  display: none;
  position: relative;
}

@media screen and (max-width: 700px) {
  .faq-page .faqbox .ui.container ul.faqlist li .top {
    padding: 0 20px;
  }

  .faq-page .faqbox .ui.container ul.faqlist li span.qust,
  .faq-page .faqbox .ui.container ul.faqlist li span.anser {
    display: none;
  }

  .faq-page .faqbox .ui.container ul.faqlist li .content {
    padding: 20px;
  }

  .solu-4 {
    display: none;
  }
}


.m-page {
  margin: 40px 0;
  width: 100%;
}

.m-page .wp-pagenavi {
  display: flex;
  justify-content: center;
  align-content: center;
}

.m-page .wp-pagenavi a,
.m-page .wp-pagenavi span {
  width: 50px;
  height: 50px;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  border: 1px solid var(--color);
  color: var(--color);
  margin: 0 10px;
  border-radius: 100%;
}

.m-page .wp-pagenavi a:hover,
.m-page .wp-pagenavi span:hover {
  background: var(--color);
  color: #fff;
}

.m-page .wp-pagenavi span {
  background: var(--color);
  color: #fff;
}

.seoPublic .title {
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  margin-bottom: 1em;
  color: var(--color2);
}

.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-weight: normal;
  line-height: 1.2;
  margin-bottom: 1em;
  font-weight: 600;
  color: var(--color2);
}

.seoPublic .Auxil-about .box .right .text {
  font-size: 16px;
  line-height: 1.8;
  color: #666;
  height: 344px;
  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;
}

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.8;
  min-height: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link {
  font-weight: 300;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 1.8;
  -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: 1.8;
  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;
}

.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-weight: 700;
  -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: 14px;
    line-height: 2;
    min-height: 5rem;
  }

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

  .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;
  }

  #cp-Nav {
    display: block;
  }

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

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

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

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

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

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

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

  .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;
  }

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

  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }
}

.img-box a {
  display: inline-block;
}

.map iframe {
  width: 100%;
}


/*history start*/

.dev_con{
  background-color: #f6f6f6;
  position: relative;
}
.dev_con .tea_case{
  position: relative;
  z-index: 1;
  padding-bottom: 90px;
  padding-top: 30px;
}
.tab_time_bottom .showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: transparent;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: none;
  margin-bottom: 0;
}
.tab_time_bottom .showreel_box .list_u_img_box > a{
  width: 258px;
  font-size: 20px;
  color: #979ba0;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a.on,.tab_time_bottom .showreel_box .list_u_img_box > a:hover {
  font-size: 20px;
  color: #111111;
}
.tab_time_bottom .showreel_box .list_u_img_box > a::after {
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 70%;
  margin-left: -1em;
  width: 0;
  height: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.tab_time_bottom .showreel_box .list_u_img_box > a:hover::after,.tab_time_bottom .showreel_box .list_u_img_box > a.on::after {
  width: 2em;
}
.tab_time_bottom .showreel_box .btn_img_prev,.tab_time_bottom .showreel_box .btn_img_next{
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  height: 40px;
  width: 40px;
  line-height: 40px;
  color: #7a858a;
  text-align: center;
  -webkit-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  -moz-box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  box-shadow: 0 0 27px rgba(29, 56, 75, .17);
  top: 50%;
  left: 25px;
  margin-top: -20px;
  font-family: initial;
  display: flex;
  justify-content: center;
  align-items: center;
}
.tab_time_bottom .showreel_box .btn_img_next{
  right: 25px;
  left: auto;
}
.dev_tex_box > div{
  display: none;
  width: 100%;
  line-height: 2;
  font-size: 18px;
  margin-right: 120px;
  padding-bottom: 60px;
  min-height: 190px;
  
}
.dev_tex_box > div .content{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
}
/*.dev_tex_box > div .content .left{
  width: 40%;
}*/
.dev_tex_box > div .content .right{
  /*padding-left: 60px;*/
  width: 60%;
  text-align: center;
}
.time_title_case{
  position: relative;
  padding-top: 115px;
  padding-bottom: 115px;
  overflow: hidden;
}
.at_time{
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  color: #e9eff2;
  font-family: 'rom';
  font-size: 240px;
  line-height: 1;
  background:  -webkit-linear-gradient(top, rgba(168, 87, 62, 0.1), rgba(168, 87, 62, 0.2), rgba(168, 87, 62, 0));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.time_sha{
  position: absolute;
  pointer-events: none;
  z-index: 2;
  width: 100%;
  height: 100%;
  background: -webkit-linear-gradient(left, rgba(246, 246, 246, 1) 0%, rgba(246, 246, 246, 0) 10%, rgba(246, 246, 246, 0) 90%, rgba(246, 246, 246, 1) 100%);
}
.time_line_case{
  margin: 0 auto;
  width: 83.33333%;
  margin-top: 50px;
}
.time_line_box{
  width: 99999px;
  position: relative;
  top: 0;
  left: 0;
  transition: all .5s ease;
}
.time_line_box > div{
  float: left;
  position: relative;
  width: 330px;
  height: 6px;
  background: -ms-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -moz-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -o-linear-gradient(right, rgba(0,53,134,0.5) 0%, rgba(0,53,134,1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(50, 131, 97, 1)), color-stop(1, rgba(204, 229, 180, 1)));
  background: -webkit-linear-gradient(right, rgba(29 29 29 / 50%) 0%, rgba(0 9 23) 100%);
  font-size: 20px;
  line-height: 1;
}
.btn_time{
  position: absolute;
  right: -10px;
  top: -7px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background-color: #111111;
  z-index: 1;
  cursor: pointer;

}
.btn_time > span{
  position: absolute;
  left: 50%;
  margin-left: -23px;
  top: -50px;
  z-index: 2;
  transition: all .5s ease;
  width: 80px;
}
.time_line_box > div:nth-child(odd) .btn_time > span{
  bottom: -50px;
  top:auto;
}
.btn_time::after{
  content: '';
  display: none;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
  width: 36px;
  height: 36px;
  background-color: rgb(168 87 62 / 20%);
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  animation:dot1 2s infinite ease;
  -webkit-animation:dot1 2s infinite ease; /* Safari å’Œ Chrome */}
@keyframes dot1 {
  0%{
    width: 20px;
    height: 20px;
  }
  50%{
    width: 36px;
    height: 36px;
  }
  100%{
    width: 20px;
    height: 20px;
  }

}
.btn_time:hover::after{
  display: block;
}
.time_line_box > div.bodes{
  pointer-events: none;
  background: -ms-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -moz-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -o-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0,rgba(145, 147, 149, 1)), color-stop(1, rgba(220, 224, 225, 1)));
  background: -webkit-linear-gradient(right, rgba(145, 147, 149, 1) 0%, rgba(220, 224, 225, 1) 100%);
}
.bodes .btn_time{
  background-color: #959798;
}
.bodes .btn_time span{
  color: #979ba0;
}
/*æ³¢æµªèƒŒæ™¯*/
.wave_box{
  width: 100%;
  height: 350px;
  position: absolute;
  left: 0;
  bottom: 0;
  overflow: hidden;
}
.wave {
  overflow: hidden;
  position: absolute;
  top: 129%;
  width: 140%;
  transform: translateY(-50%);
  color: #fff;
  margin-left: -20%;
  animation: 3s ease-in-out infinite alternate waveAnimateA;
}
@keyframes waveAnimateA {
  0% {
    transform: translate(-80px,-52%);
  }

  100% {
    transform: translate(80px,-50%);
  }
}
.wave img {
  fill: rgba(233,239,242,1);
  width: 102%;
  margin-left: -1%;
  height: auto;
}


.titie_box_bg{
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -65px 0 0 -65px;
  z-index: 1;
  transform: scale(0);
  transition: all .5s ease;
}
.titie_box_bg svg{
  width: 100%;
  position: relative;
  z-index: 1;
}
.titie_box_bg #title_bg_down{
  opacity: .3;
  transform: rotate(37deg) scale(1.02);
  position: absolute;
  left: 0;
  right: 0;
  z-index: 0;
}

.time_line_box .on .btn_time > span{
  font-size: 40px;
  color: #fff;
  top: 50% !important;
  transform: translate(-50%,-50%);
  bottom: auto !important;
  margin-left: 0;
  width: 100px;
}
.time_line_box .on .btn_time .titie_box_bg{
  transform: scale(1);
}
.time_line_box .on .btn_time .titie_box_bg > #title_bg_down{
  animation: alpha 2.25s linear infinite forwards;

}
@keyframes alpha {
  0% {
    transform: rotate(0);
  }
  25% {
  }
  50% {
    border-radius: 50%;
  }
  75% {
  }
  100% {
    transform: rotate(360deg);
  }
}


.showreel_box {
  width: 100%;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  background-color: #fff;
  overflow: hidden;
  position: relative;
  height: 90px;
  line-height: 90px;
  padding: 0 90px;
  box-shadow: 0 0 90px rgba(29,56,75,.17);
  margin-bottom: 50px;
}
.showreel_box .btn_img_prev,  .showreel_box .btn_img_next {
  display: block;
  z-index: 1;
  position: absolute;
  top: 0;
  width: 90px;
  height: 100%;
  text-align: center;
  /*background-color: rgba(0, 0, 0, 0.4);*/
  color: #bebdc2;
  cursor: pointer; }
.showreel_box .btn_img_prev:hover, .showreel_box .btn_img_next:hover{
  color: #111111;
}
.showreel_box .btn_img_prev i,  .showreel_box .btn_img_next i {
  font-size: 18px;
}
.showreel_box .btn_img_prev {
  left: 0; }
.showreel_box .btn_img_next {
  right: 0; }
.view_box{
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.showreel_box .list_u_img_box {
  font-size: 0;
  width: 99999999px;
  position: absolute;
  left: 0;
  top: 0;
  transition: left .5s ease;
}
.showreel_box .list_u_img_box > a {
  position: relative;
  width: 220px;
  display: inline-block;
  vertical-align: middle;
  font-size: 20px;
  text-align: center;
  color: #979ba0;
  cursor: pointer;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box > a.on{
  font-size: 24px;
  color: #111111;
  position: relative;
  cursor: auto;
}
.showreel_box .list_u_img_box > a::after{
  content: '';
  display: block;
  position: absolute;
  left: 50%;
  top: 76.666%;
  margin-left: -50px;
  width: 0;
  height: 5px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
  background-color: #111111;
  transition: all .5s ease;
}
.showreel_box .list_u_img_box >a:hover{
  color: #111111;
}
.showreel_box .list_u_img_box > a.on::after,.showreel_box .list_u_img_box >a:hover::after{
  width: 1em;
}
.showreel_box .list_u_img_box > img:last-child {
  margin-right: 0; }
/*.disab{
  pointer-events:none;
  opacity: 0;
}*/
.disab{
  pointer-events:none;
  opacity: 0;
  display: none;
}
@media (max-width: 700px) {

  .at_time{
    font-size: 100px;
  }
  .dev_tex_box>div .content .left{
    width: 100%;
  }
  .dev_tex_box>div .content .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .time_line_box .on .btn_time .titie_box_bg{
    text-align: center;
  }
  .time_line_box .on .btn_time>span{
    font-size: 30px;
    text-align: center;
  }
  .titie_box_bg{
    width: 90px;
    margin: -45px 0 0 -46px;
  }
}

@media (max-width: 400px) {
  .tab_time_bottom .showreel_box .list_u_img_box > a{
    width: 120px;
  }
}
/*history end*/
.fancybox-image{
  background: #000;
}

.page-header01{
  background: linear-gradient(90deg, #f5f5f5, #ffffff);
}
.mobile-menu-wrap01 .mobile-menu .menu-header .logo img{
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {
  #innerMobileBanner .banner2{
    background-image: linear-gradient(-160deg, #a8573e, rgba(0, 0, 0, .05));
  }
}