#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;
}
.font-18{
    line-height: 2;
}
.mobile-menu-wrap01 .panel-header{
    font-size: 20px;
line-height: 36px;
}
.mobile-menu-wrap01 .menu-item{
      font-size: 16px;
  line-height: 30px;
}
.font-20{
    line-height: 1.8;
}
.font-16{
    line-height: 2;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
.font-16{
line-height: 2;
}
  .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;
}

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

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

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

@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-24{
    line-height: 2;
}
  .font-26 {
    font-size: 18px;
  }

  .font-27 {
    font-size: 18px;
  }
.font-60{
    font-size: 22px;
}
  .font-28 {
    font-size: 18px;
  }

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

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

  .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: "Manrope3";
  src: url("../fonts/Manrope3-Light.eot");
  src: url("../fonts/Manrope3-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Manrope3-Light.woff2") format("woff2"), url("../fonts/Manrope3-Light.woff") format("woff"), url("../fonts/Manrope3-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

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

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

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

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

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

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

@font-face {
  font-family: "Barlow Condensed";
  src: url("../fonts/BarlowCondensed-Bold.eot");
  src: url("../fonts/BarlowCondensed-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/BarlowCondensed-Bold.woff2") format("woff2"), url("../fonts/BarlowCondensed-Bold.woff") format("woff"), url("../fonts/BarlowCondensed-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Manrope3";
  font-weight: normal;
  font-size: 16px;
  --color: #cf8a4a;
  --primary: #cf8a4a;
  --white: #fff;
  --black: #000;
  margin: 0 auto;
}

.container {
  width: 1585px;
}

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

.color-ff {
  color: #fff;
}

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

.fa-Barlow-Bold {
  font-family: "Barlow";
  font-weight: bold;
}

.fa-Manrope3-Medium {
  font-family: "Manrope3";
  font-weight: 500;
}

.fa-BarlowCondensed-Bold {
  font-family: "Barlow Condensed";
  font-weight: bold;
}

.fa-BarlowCondensed-Medium {
  font-family: "Barlow Condensed";
  font-weight: 500;
}

.t_l {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.font-120 {
  font-size: 120px;
}

.font-110 {
  font-size: 110px;
}

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

#header .nav {
  position: relative;
  height: 130px;
}

#header .nav .wrapper {
  width: 1715px;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}

#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 40px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 500;
  height: 100%;
  color: #000;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

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

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  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;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 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;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .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: 14px;
  -webkit-transition: 0.5s;
  -moz-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%;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  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: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#header .nav .ui.menu .right .h-search {
  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;
  margin-right: 50px;
  cursor: pointer;
}

#header .nav .ui.menu .right .h-search img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

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

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

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

#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  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;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  -o-transition: opacity 0.3s, -o-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, -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: -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;
  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 {
  color: var(--color);
}

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

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

.btn-go {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border: solid 1px #c1834a;
  padding: 18px 20px;
  min-width: 230px;
  font-weight: bold;
  display: inline-block;
}

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

.btngo2 {
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.btngo2:hover {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  -o-transform: translateX(5px);
  transform: translateX(5px);
}

#banner {
  margin-top: 130px;
}

#banner .banner-content {
  height: 42vw;
  position: relative;
}

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

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

#banner .banner-content .swiper-slide .txt-content h3 {
  line-height: 1.2;
  font-family: "Barlow Condensed";
  font-weight: bold;
}

#banner .banner-content .swiper-slide .txt-content .text1 {
  letter-spacing: -2px;
  line-height: 1;
  max-width: 820px;
}

#banner .banner-content .swiper-pagination {
  width: auto;
  left: auto;
  right: 6%;
  bottom: 45px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet {
  margin-right: 25px;
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  width: 37px;
  height: 37px;
  opacity: 1;
  background-color: 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;
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet::after {
  content: "";
  display: block;
  width: 15px;
  height: 15px;
  background-color: #bcbcbc;
  border-radius: 50%;
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet:hover::after {
  background-color: var(--color);
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet-active {
  background-image: url(../images/h-bannav.png);
}

#banner .banner-content .swiper-pagination .swiper-pagination-bullet-active::after {
  background-color: var(--color);
}

#banner .banner-content .swiper-button {
  width: 45px;
  height: 45px;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#banner .banner-content .swiper-button::after {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000000;
}

#banner .banner-content .swiper-button:hover {
  background-color: var(--color);
}

#banner .banner-content .swiper-button:hover::after {
  color: #fff;
}

.mk-ttbox p {
  color: rgba(0, 0, 0, 0.75);
line-height: 30px;
}

.mk-big-tt {
  line-height: 1.4;
}

.mk-zw {
  line-height: 1.8;
}

#index-body .init-1 .partner-list {
  max-width: 66%;
  padding-right: 80px;
  position: relative;
}

#index-body .init-1 .partner-list ul {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index-body .init-1 .swiper-pagination {
  width: auto;
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  left: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

#index-body .init-1 .swiper-pagination .swiper-pagination-bullet {
  width: 13px;
  height: 13px;
  background-color: rgba(167, 167, 167, 0.5);
  margin: 5px;
  border-radius: 50%;
  opacity: 1;
}

#index-body .init-1 .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background-color: var(--color);
}

#index-body .init-1 .tit {
  max-width: 34%;
  line-height: 1.2;
}
#index-body .init-1 .partner-list .slh{
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  right: 0;
}
#index-body .init-1 .partner-list .slh em{
  width: 12px;
  height: 12px;
  background-color: rgba(167, 167, 167, 0.5);
  margin: 0 5px;
  border-radius: 50%;
}

#index-body .init-2 .solution .left {
  width: 52%;
}

#index-body .init-2 .solution .left .bagsnav ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 -8px;
}

#index-body .init-2 .solution .left .bagsnav ul li {
  padding: 0 8px;
}

#index-body .init-2 .solution .left .bagsnav ul li .imgBox {
  border: solid 2px transparent;
  height: 100%;
}

#index-body .init-2 .solution .left .bagsnav ul.list1 li {
  width: 25%;
  height: 120px;
  margin-top: 20px;
}

#index-body .init-2 .solution .left .bagsnav ul.list1 li .imgBox {
  border-color: #f0f0f0;
}

#index-body .init-2 .solution .left .bagsnav ul.list1 li.active .imgBox {
  border-color: var(--color);
}

#index-body .init-2 .solution .left .bagsnav ul.list2 {
  margin-top: 20px;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp {
  width: 50%;
  padding: 0 8px;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp .li-con {
  margin: 0 -8px;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp li {
  width: 50%;
  margin-bottom: 16px;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp li .imgBox img {
  width: 100%;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp li.active .imgBox {
  border-color: var(--color);
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp li:nth-last-of-type(1) {
  margin-bottom: 0;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp li:nth-last-of-type(2) {
  margin-bottom: 0;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .color-card {
  width: 50%;
  padding: 0 8px;
}

#index-body .init-2 .solution .left .bagsnav ul.list2 .color-card .imgBox {
  height: 100%;
  border: solid 1px #f0f0f0;
}

#index-body .init-2 .solution .right {
  width: 48%;
  padding-left: 54px;
}

#index-body .init-2 .solution .right>div {
  /*background-color: #fcfaf7;*/
  /*border: solid 1px #ededed;*/
  height: 100%;
}

#index-body .init-2 .solution .right .box {
  height: 100%;
  padding: 30px 0;
}

#index-body .init-2 .solution .right .box .txtBox {
  font-weight: 500;
}

#index-body .init-2 .solution .right .swiper-button {
  width: 32px;
  height: 32px;
  background-image: url(../images/h-soluqh.png);
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-2 .solution .right .swiper-button::after {
  display: none;
}

#index-body .init-2 .solution .right .swiper-button.swiper-button-prev {
  left: 22px;
}

#index-body .init-2 .solution .right .swiper-button.swiper-button-next {
  right: 22px;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

#index-body .init-2 .solution .right .swiper-button:hover {
  background-image: url(../images/h-soluprev.png);
}

#index-body .init-3 .datashow ul {
  margin: 0 -20px;
}

#index-body .init-3 .datashow ul li {
  width: 20%;
  padding: 0 18px;
}

#index-body .init-3 .datashow ul li .zwdesc {
  opacity: 0.75;
  font-size: 16px;
line-height: 30px;
}

#index-body .init-3 .datashow ul li:hover .btngo2 {
  opacity: 1;
}

#index-body .init-3 .about-con .left {
  width: 56%;position: relative;
}
#index-body .init-3 .about-con .left .play{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}

#index-body .init-3 .about-con .right {
  width: 44%;
  padding-left: 4%;
  margin-top: -12px;
}

#index-body .init-3 .about-con .right .subtt {
  font-style: italic;
}
#index-body .init-4 .slick-list{
    padding: 10px;
}
#index-body .init-4 .part-list .imgbox{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 30px;box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 5px;
    border-radius: 10px;
}


#index-body .init-4 .content .cont {
  width: 1420px;
  margin: auto;
  height: 730px;
}
#index-body .init-4 .content .cont .img {
  width: 100%;
}
#index-body .init-4 .content .cont .listC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .content .cont .listC .list {
  z-index: 1;
}
#index-body .init-4 .content .cont .listC .list .cirC {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-box-shadow: 0 0 20px rgba(229, 0, 19, 0.4);
  box-shadow: 0 0 20px rgba(229, 0, 19, 0.4);
}
#index-body .init-4 .content .cont .listC .list .cirC .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-4 .content .cont .listC .list .cirC .lingC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-4 .content .cont .listC .list .cirC .lingC .ling {
  width: 100%;
  background-color: var(--color);
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: ks2 3s linear infinite;
  -moz-animation: ks2 3s linear infinite;
  -o-animation: ks2 3s linear infinite;
  animation: ks2 3s linear infinite;
}
#index-body .init-4 .content .cont .listC .list .cirC .lingC .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-4 .content .cont .listC .list .info {
  width: 220px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}
#index-body .init-4 .content .cont .listC .list .info img {
  width: 100%;
}
#index-body .init-4 .content .cont .listC .list .info .text {
  font-weight: 600;
}
#index-body .init-4 .content .cont .listC .list .city {
  white-space: nowrap;
  z-index: 1;
}
#index-body .init-4 .content .cont .listC .list:hover {
  z-index: 2;
}
#index-body .init-4 .content .cont .listC .list:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-4 .content .cont .listC .list1 {
  left: 23%;
  top: 14%;
}
#index-body .init-4 .content .cont .listC .list2 {
  left: 12%;
  top: 24%;
}
#index-body .init-4 .content .cont .listC .list2 .city {
  top: -40px;
  left: -30px;
}
#index-body .init-4 .content .cont .listC .list3 {
  left: 18%;
  top: 28%;
}
#index-body .init-4 .content .cont .listC .list4 {
  left: 23%;
  top: 52%;
}
#index-body .init-4 .content .cont .listC .list5 {
  left: 27%;
  top: 66%;
}
#index-body .init-4 .content .cont .listC .list5 .city {
  top: -34px;
  left: -44px;
}
#index-body .init-4 .content .cont .listC .list6 {
  left: 42%;
  top: 13%;
}
#index-body .init-4 .content .cont .listC .list6 .city {
  top: 20px;
  left: -24px;
}
#index-body .init-4 .content .cont .listC .list7 {
  left: 46%;
  top: 16%;
}
#index-body .init-4 .content .cont .listC .list7 .city {
  top: 20px;
  left: 20px;
}
#index-body .init-4 .content .cont .listC .list8 {
  left: 45%;
  top: 30%;
}
#index-body .init-4 .content .cont .listC .list9 {
  left: 52%;
  top: 17%;
}
#index-body .init-4 .content .cont .listC .list10 {
  left: 51%;
  top: 35%;
}
#index-body .init-4 .content .cont .listC .list11 {
  left: 51%;
  top: 68%;
}
#index-body .init-4 .content .cont .listC .list11 .city {
  top: 30px;
  left: -10px;
}
#index-body .init-4 .content .cont .listC .list12 {
  left: 68%;
  top: 8%;
}
#index-body .init-4 .content .cont .listC .list12 .city {
  top: -12px;
  left: 54px;
}
#index-body .init-4 .content .cont .listC .list13 {
  left: 73%;
  top: 28%;
}
#index-body .init-4 .content .cont .listC .list13 .city {
  top: -12px;
  left: -60px;
}
#index-body .init-4 .content .cont .listC .list14 {
  left: 77%;
  top: 9%;
}
#index-body .init-4 .content .cont .listC .list15 {
  left: 81.5%;
  top: 30%;
}
#index-body .init-4 .content .cont .listC .list15 .info {
  right: 0;
}
#index-body .init-4 .content .cont .listC .list16 {
  left: 86%;
  top: 68%;
}
#index-body .init-4 .content .cont .listC .list16 .city {
  top: 24px;
  left: 16px;
}
#index-body .init-4 .content .cont .listC .list16 .info {
  right: 0;
}
#index-body .init-4 .content .cont .listC .list17 {
  left: 91%;
  top: 68%;
}
#index-body .init-4 .content .cont .listC .list17 .info {
  right: 0;
}
#index-body .init-4 .content .cont .listC .logo {
      width: 19%;
    right: -2%;
    top: 24%;
}




#index-body .init-5 {
  overflow: hidden;
}

#index-body .init-5 .mk-big-tt {
  line-height: 1.1;
}

#index-body .init-5 .execution {
  /*margin-right: -184px;*/
}

#index-body .init-5 .execution .box {
  color: #fefefe;
}

#index-body .init-5 .execution .box .txtBox {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 45px 15px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-5 .execution .box .txtBox2 {
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  padding: 45px 90px;
  background-color: rgba(191, 110, 34, 0.75);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-5 .execution .box .txtBox2 .con {
  margin-top: -110px;
}

#index-body .init-5 .execution .box .txtBox2 .desc {
  line-height: 2;
}

#index-body .init-5 .execution .box .txtBox2 .btngo2 {
  opacity: 1;
}

#index-body .init-5 .execution .box:hover .txtBox {
  opacity: 0;
}

#index-body .init-5 .execution .box:hover .txtBox2 {
  top: 0;
  opacity: 1;
}

#index-body .init-6 .news-list .box {
  background-color: #fcfaf7;
  border: solid 1px #e0e0e0;
  padding: 35px 26px;
  z-index: 0;
}

#index-body .init-6 .news-list .box .imgBox {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-6 .news-list .box .imgBox img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

#index-body .init-6 .news-list .box .txtBox {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-6 .news-list .box .txtBox .tt {
  line-height: 1.8;
  min-height: 68px;

}

#index-body .init-6 .news-list .box .txtBox .time {
  font-style: italic;
  font-weight: 300;
}

#index-body .init-6 .news-list .box .txtBox .desc {
  font-weight: 300;
  line-height: 1.8;
}

#index-body .init-6 .news-list .box .txtBox .btngo2 {
  opacity: 1;
  color: #aeaeae;
}

#index-body .init-6 .news-list .box:hover .imgBox {
  opacity: 1;
}

#index-body .init-6 .news-list .box:hover .txtBox {
  color: #fff;
}

#index-body .init-6 .news-list .box:hover .txtBox .btngo2 {
  color: #fff;
}

#index-body .init-6 .news-list .box:hover .txtBox .time img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .init-6 .news-list .slick-current .box .imgBox {
  opacity: 1;
}

#index-body .init-6 .news-list .slick-current .box .txtBox {
  color: #fff;
}

#index-body .init-6 .news-list .slick-current .box .txtBox .btngo2 {
  color: #fff;
}

#index-body .init-6 .news-list .slick-current .box .txtBox .time img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}

#index-body .init-6 .news-list .slickDots .slick-dots li {
  width: 16px;
  height: 16px;
  background-color: #e0e0e0;
  border: 0;
}

#index-body .init-6 .news-list .slickDots .slick-dots li.slick-active {
  background-color: var(--color);
}

#footer .f-top .con {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#footer .f-top .con p {
  color: #fefefe;
  max-width: 820px;
  line-height: 1.4;
}

#footer .f-top .con .btngo2 {
  opacity: 1;
  font-size: 0;
}

#footer .footer-center {
  background-repeat: no-repeat;
  -o-background-size: cover;
  background-size: cover;
}

#footer .footer-center .f-cen-top {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .footer-center .f-cen-top .f-nav span {
  margin: 0 30px;
  font-size: 18px;
  line-height: 1.8;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .f-cen-top .f-nav span:hover {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 58%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 50%;
  padding-right: 60px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  margin-bottom: 5px;
  color: rgba(0, 0, 0, 0.6);
  font-size: 18px;
line-height: 1.8;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  line-height: 1.8;
  margin-bottom: 5px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .media .share li {
  margin-right: 10px;
  font-size: 20px;
}

#footer .footer-center .footer-t .f-form {
  width: 42%;
}

#footer .footer-center .footer-t .f-form form ul {
  margin: 0 -18px;
}

#footer .footer-center .footer-t .f-form form ul li {
  width: 33.3%;
  padding: 0 18px;
  margin-bottom: 20px;
}

#footer .footer-center .footer-t .f-form form ul li.wid-100 {
  width: 100%;
}

#footer .footer-center .footer-t .f-form form input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.15);
  display: block;
  width: 100%;
  padding: 18px 0;
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form input::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form input:-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form input::-moz-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form input:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form input::placeholder {
  color: rgba(0, 0, 0, 0.7);
  font-size: 16px;
  font-weight: 300;
}

#footer .footer-center .footer-t .f-form form .send {
  background-color: rgba(167, 167, 167, 0.2);
  border: solid 1px rgba(0, 0, 0, 0.2);
  margin-top: 10px;
  margin-left: 18px;
  height: 50px;
  width: 160px;
  padding: 0;
  position: relative;
  z-index: 0;
  overflow: hidden;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .f-form form .send i {
  font-size: 18px;
}

#footer .footer-center .footer-t .f-form form .send:hover {
  border-color: var(--color);
  background-color: var(--color);
  color: #fff;
}

#footer .footer-center .footer-b {
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

#footer .footer-center .footer-b p {
  color: rgba(0, 0, 0, 0.7);
  padding: 20px 0;
}

#footer .footer-center .footer-b p span {
  font-size: 14px;
  line-height: 28px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(0, 0, 0, 0.7);
  margin-top: 1px;
}

@media (max-width: 1800px) {
  #header .nav .wrapper {
    width: 1585px;
  }

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

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

@media (max-width: 1700px) {
  .font-120 {
    font-size: 100px;
  }

  .font-110 {
    font-size: 90px;
  }

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

  #header .nav .wrapper {
    width: 1400px;
  }

  #index-body .init-4 .content .cont {
    zoom: 0.8;
  }
}

@media (max-width: 1450px) {
  #header .nav .wrapper {
    width: 1200px;
  }

  .font-120 {
    font-size: 80px;
  }

  .font-110 {
    font-size: 70px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 15px;
    font-size: 18px;
  }

  #index-body .init-2 .solution .right .swiper-button.swiper-button-next {
    right: 10px;
  }

  #index-body .init-2 .solution .right .swiper-button.swiper-button-prev {
    left: 10px;
  }

  #index-body .init-5 .execution {
    /*margin-right: -140px;*/
  }

  #index-body .init-5 .execution .box .txtBox2 .con {
    margin-top: 0;
  }
}

@media (max-width: 1250px) {

  #header .nav .wrapper {
    width: 970px;
  }

  #banner {
    margin-top: 60px;
  }

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

  .btn-go {
    min-width: unset;
    padding: 12px 28px;
  }

  .font-120 {
    font-size: 60px;
  }

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


  #index-body .init-3 .datashow ul li {
    padding: 0 3px;
  }

  #index-body .init-5 .execution {
    /*margin-right: -155px;*/
  }
   #index-body .init-4 .content {
    overflow-x: auto;
    overflow-y: hidden;
  }
 #index-body .init-4 .content .cont {
    zoom: 0.6;
  }

  #footer .footer-center .f-cen-top .f-nav span {
    margin: 0 16px;
  }

  #index-body .init-5 .execution .box .txtBox2 {
    padding: 40px 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    padding-right: 20px;
  }
}

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

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

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

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

  #index-body .init-1 .container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #index-body .init-1 .partner-list {
    max-width: 100%;
    padding-right: 0;
  }

  #index-body .init-1 .swiper-pagination {
    position: static;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 15px;
  }

  #index-body .init-1 .tit {
    max-width: 100%;
    text-align: center;
  }

  #index-body .init-1 .tit span {
    display: block;
  }

  #index-body .init-2 .solution {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  #index-body .init-2 .solution .left {
    width: 100%;
    margin-top: 5%;
  }

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

  }

  #index-body .init-3 .datashow ul li {
    width: 50%;
    padding: 0 14px;
  }

  #index-body .init-3 .about-con .left {
    width: 100%;
  }

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

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

  #footer .footer-center .f-cen-top .f-nav {
    display: none;
  }

  #footer .footer-center .footer-t .footer-t-gird {
    width: 100%;
  }

  #footer .footer-center .footer-t .f-form {
    width: 100%;
  }

  #index-body .init-6 .news-list .slickDots .slick-dots li {
    width: 10px;
    height: 10px;
  }

  #index-body .init-6 .news-list .box {
    padding: 15px;
  }

  #footer .footer-center .footer-b p {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
}
#news_list ._table ._name{
    line-height: 1.8;
    min-height: 4em;
}
@media (max-width: 700px) {
  #header .nav .wrapper {
    width: 100%;
  }
  .font-20{
      font-size: 18px;
  }
.font-18{
      font-size: 18px;

}
  #banner .banner-content .swiper-button {
    display: none;
  }

  #banner .banner-content .swiper-pagination .swiper-pagination-bullet {
    margin-right: 4px;
    width: 26px;
    height: 26px;
  }

  #banner .banner-content .swiper-pagination .swiper-pagination-bullet::after {
    width: 10px;
    height: 10px;
  }



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

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

  #index-body .init-2 .solution .left .bagsnav ul,
  #index-body .init-2 .solution .left .bagsnav ul.list2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  #index-body .init-2 .solution .left .bagsnav ul.list2 .hovertp {
    width: 100%;
  }

  #index-body .init-2 .solution .left .bagsnav ul.list2 .color-card {
    width: 100%;
    margin-top: 15px;
  }

  #index-body .init-2 .solution .left .bagsnav ul.list1 li {
    width: 50%;
  }

  #index-body .init-5 .execution .box .txtBox2 .desc {
    height: 150px;
    overflow-y: auto;
  }

  #footer .footer-center .footer-t .f-form form ul {
    margin: 0 -7px;
  }

  #footer .footer-center .footer-t .f-form form ul li {
    padding: 0 7px;
  }

  #footer .footer-center .footer-t .f-form form .send {
    margin-left: 7px;
  }
}

@media (max-width: 500px) {
  #index-body .init-3 .datashow ul li {
    width: 100%;
  }

  #footer .f-top>img {
    height: 150px;
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    width: 100%;
    margin-top: 5%;
    padding-right: 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list.tel {
    margin-top: 0
  }

  #footer .footer-center .footer-t .f-form form ul li {
    width: 100%;
  }

  #footer .footer-center .footer-t .f-form form input {
    padding: 10px 0;
  }
}

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

.product-yd-page .top {
  padding: 4.4792% 0 1%;
  text-align: center;
}
.product-yd-page .top .ui.container {
  max-width: 1002px;
}
.product-yd-page .top .title::before {
  display: none;
}
.product-yd-page .top .con {
  font-size: 16px;
  line-height: 1.8;
  color: #0d0d0d;
  margin-top: 18px;
}
.product-yd-page .palallax_wrap {
  position: relative;
  margin: 0px 0 0 0;
  padding: 70px 0;
  background: url("../images/ipbg.jpg") no-repeat center fixed;
  background-size: cover;
  color: #ffffff;
  overflow: hidden;
}
.product-yd-page .palallax_conts {
  display: none;
  max-width: 1140px;
  margin: 0 auto;
  padding: 0 15px;
}
.product-yd-page .palallax_conts dl {
  position: relative;
  top: 0;
  min-height: 280px;
  margin-bottom: 120px;
  text-align: left;
  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;
}
.product-yd-page .palallax_conts dl dt {
  position: absolute;
  top: 200px;
  left: 40%;
  opacity: 0;
}
.product-yd-page .palallax_conts dl dt span {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 70px;
  width: 0;
  height: 2px;
  background: var(--color);
  z-index: 10;
}
.product-yd-page .palallax_conts dl:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .palallax_conts .description {
  position: relative;
  width: 53%;
  top: 200px;
  font-size: 16px;
  line-height: 2;
  color: var(--white);
  opacity: 0;
  padding-left: 45px;
}
.product-yd-page .palallax_conts .description .tit {
  line-height: 1.2;
  font-weight: bold;
  margin-bottom: 22px;
}
.product-yd-page .palallax_conts .img {
  width: 47%;
  opacity: 0;
}
.product-yd-page .palallax_conts .more {
  margin-top: 54px;
}
.product-yd-page .palallax_conts .right {
  text-align: right;
}
.product-yd-page .palallax_conts .right dt {
  right: 28%;
}
.product-yd-page .palallax_conts .right .description {
  padding-right: 34px;
}
.product-yd-page .bottom {
  background: url(../images/ipbg.jpg) no-repeat center top;
  background-size: 100% 100%;
  padding: 6.407% 0 7.292%;
  color: var(--white);
}
.product-yd-page .bottom .ui.container {
  max-width: 1170px;
}
.product-yd-page .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 120px;
}
.product-yd-page .bottom ul li .img {
  width: 47%;
  padding-left: 60px;
}
.product-yd-page .bottom ul li .img .img-box {
  overflow: unset;
}
.product-yd-page .bottom ul li .text {
  width: 53%;
  padding-left: 34px;
}
@-webkit-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@-moz-keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
@keyframes wid {
  0% {
    width: 0%;
  }
  50% {
    width: 100px;
  }
  100% {
    width: 210px;
  }
}
.product-yd-page .bottom ul li .text .title {
  color: var(--white);
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.product-yd-page .bottom ul li .text .title::before {
  left: -236px;
  background: var(--color);
  animation: wid 6s linear;
}
.product-yd-page .bottom ul li .text .title:hover {
  color: var(--color);
}
.product-yd-page .bottom ul li .text .con {
  font-size: 16px;
  line-height: 1.7;
  margin-top: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
}
.product-yd-page .bottom ul li .text .more {
  margin-top: 54px;
}
.product-yd-page .bottom ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-yd-page .bottom ul li:nth-child(even) .text {
  text-align: right;
  padding: 0 34px 0 0;
}
.product-yd-page .bottom ul li:nth-child(even) .text .title::before {
  right: -236px;
  left: initial;
}
.product-yd-page .bottom ul li:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  .product-yd-page .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .bottom ul li {
    margin-bottom: 30px;
  }
  .product-yd-page .bottom ul li .img {
    width: 100%;
    padding-left: 0;
  }
  .product-yd-page .palallax_wrap{
    padding: 40px 0;
  }
  .product-yd-page .palallax_conts dl{
    flex-wrap: wrap;
    margin-bottom: 5%;
  }
  .product-yd-page .palallax_conts .right .description{
    padding-right: 0;
  }
  .product-yd-page .palallax_conts .img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .product-yd-page .palallax_conts .description{
    width: 100%;
  }
  .product-yd-page .bottom ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .product-yd-page .bottom ul li:nth-child(even) .text {
    padding-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .title {
    font-size: 36px;
  }
}


.inner-page .title {
  font-size: 60px;
  font-family: 'Barlow';
  color: #282727;
  font-weight: bold;
  line-height: 1.2;
  position: relative;
}

.inner-page .title em {
  color: var(--color);
}

.inner-page .title::before {
  content: '';
  position: absolute;
  left: -152px;
    top: 38px;
    width: 122px;
  height: 2px;
  background-color: #c2c0c3;
}
@media screen and (max-width: 1680px) {
  .inner-page .title::before {
    left: -160px;
  }
}
@media screen and (max-width: 1450px) {
  .inner-page .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 500px) {
  .inner-page .title {
    font-size: 24px;
    line-height: 1.4;
  }
}


.grid-box {
    font-size: 0;

}

.grid-box .column {
    display: inline-block;
    font-size: 12px;
    vertical-align: top;

}

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

.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%;
    }
}
.pr {
    position: relative
}

.pa {
    position: absolute
}

/*------ inner -------*/
.slick-track {
    flex-wrap: wrap;
}

.more {
    display: inline-block;
    position: relative;
    z-index: 1;
    overflow: hidden;
    font-size: 24px;

    font-weight: 500;
    line-height: 1;
    text-transform: capitalize;
    background-color: var(--primary);
    color: #f6f6f6;
    padding: 13px 34px 13px 33px
}

.more em {
    display: inline-block;
    vertical-align: middle;
    margin-left: 17px
}

.more img {
    display: inline-block;
    vertical-align: middle
}

.more:after {
    content: '';
    position: absolute;
    z-index: -1;
    top: 0;
    left: 50%;
    width: 0;
    height: 100%;
    background: var(--white);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.more:hover {
    color: #040404
}

.more:hover:after {
    left: 0;
    width: 100%
}

.inner-banner {
    margin-top: 130px;
}

.inner-banner .mbx {
    border-top: 1px solid #e2e2e2;
    padding: 20px 0;
    font-size: 18px;
    color: #151515;
    line-height: 1.8;

    font-weight: 500;
}

.inner-banner .mbx i {
    display: inline-block;
    height: 26px;
    padding-right: 24px;
    border-right: 1px solid rgba(119, 119, 119, 0.4);
    line-height: 26px;
    margin-right: 24px;
}

.inner-banner .mbx i img {
    display: inline-block;
    vertical-align: middle;
}

.inner-banner .mbx span {
    color: var(--primary);
}

.inner-banner .img {
    position: relative;
}

.inner-banner .img .tit {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    text-transform: uppercase;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: var(--white);
    text-align: center;
    font-size: 48px;
    line-height: 1.7;

    font-weight: bold;
}


.about-page .about-1 {
    padding-top: 4.688%;
}

.about-page .about-1 .content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 42px;
}

.about-page .about-1 .content .con {
    width: 62%;
    font-size: 18px;
    color: #282727;
    line-height: 1.8;
}

.about-page .about-1 .content .right {
    width: 38%;
}

.about-page .about-1 .content .right .ig {

    margin: 0 0 0 auto;
    text-align: center;

    font-weight: bold;
}

.about-page .about-1 .content .right span {
    font-size: 200px;
    line-height: 1;
    color: var(--primary);
}

.about-page .about-1 .content .right p {
    font-size: 30px;
    color: #0d0d0d;
    line-height: 1.4;
    margin-top: 24px;
}

.about-page .about-1 #index-body2 {
    margin-top: 67px;
    background: transparent;
}



.about-page .about-1 #index-body2 .bottom {
    text-align: center;
    padding: 16.448% 0;
    background-position: center top;
    background-size: 100% 100%;
    background-repeat: no-repeat;
}

.about-page .about-1 #index-body2 .bottom .play {
    display: inline-block;
    position: relative;
    z-index: 1;
}

.about-page .about-1 #index-body2 .bottom .play::before,
.about-page .about-1 #index-body2 .bottom .play::after {
    content: '';
    position: absolute;
    z-index: -1;
    top: -15px;
    left: -15px;
    bottom: -15px;
    right: -15px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.44);
    -webkit-animation: ks 5s linear infinite;
    -moz-animation: ks 5s linear infinite;
    animation: ks 5s linear infinite;
}

.about-page .about-1 #index-body2 .bottom .play::before {
    -webkit-animation-delay: .5s;
    -moz-animation-delay: .5s;
    animation-delay: .5s;
}

.about-page .about-1 #index-body2 .data {
    padding: 65px 6.579% 0 10%;
}

.about-page .about-1 #index-body2 .data ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-page .about-1 #index-body2 .data ul li {
    display: inline-block;
}

.about-page .about-1 #index-body2 .data ul li .num em {
    display: inline-block;
    vertical-align: bottom;
    font-size: 100px;
    line-height: 1;

    font-weight: 500;
    color: var(--primary);
}

.about-page .about-1 #index-body2 .data ul li .num span {
    display: inline-block;
    vertical-align: bottom;
    font-size: 16px;
    color: #080808;
    line-height: 30px;
    width: 50%;
    padding-left: 9px;
    margin-bottom: -5px;
}

.about-page .about-1 #index-body2 .data ul li:nth-child(2) .num span {
    width: 37%;
}




.about-page .about-2 {
    padding-top: 5.99%;
}

.about-page .about-2 .img {
    background: url(../images/about-dots.png) no-repeat right top;
    width: 51.448%;
    padding-top: 65px;
}

.about-page .about-2 .text {
    width: 48.552%;
    padding: 65px 0 0 66px;
}

.about-page .about-2 .text .title::before {
    display: none;
}

.about-page .about-2 .text .title::after {
    content: '';
    width: 40px;
    height: 3px;
    background-color: #c2c0c3;
    display: block;
    margin-top: 17px;
}

.about-page .about-2 .text .con {
    font-size: 18px;
    color: #282727;
    line-height: 1.8;
    margin-top: 42px;
}

.about-page .about-3 {
    padding-top: 5.782%;
}

.about-page .about-3 .header {
    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-page .about-3 .content {
    margin-top: 70px;
}

.about-page .about-3 .content 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;
    position: relative;
    height: 1130px;
}

.about-page .about-3 .content ul li {
    width: 33.333%;
    height: 380px;
}

.about-page .about-3 .content ul li img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.about-page .about-3 .content ul li .box {
    background: var(--white);
    padding: 90px 75px 92px 59px;
    height: 380px;
}

.about-page .about-3 .content ul li .box .tit {
    font-size: 36px;
    line-height: 1.4;

    font-weight: bold;
    color: var(--primary);
}

.about-page .about-3 .content ul li .box .con {
    font-size: 16px;
    line-height: 30px;
    color: #282727;
    margin-top: 21px;

}

.about-page .about-3 .content ul li:nth-child(3) {
    height: 750px;
}

.about-page .about-3 .content ul li:nth-child(4) {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 750px;
}

.about-page .about-3 .content ul li:nth-child(5) {
    position: absolute;
    bottom: 370px;
    left: 33.334%;
}

.about-page .about-3 .content ul li:nth-child(6) {
    position: absolute;
    bottom: 0;
    left: 33.334%;
}

.about-page .about-3 .content ul li:last-child {
    position: absolute;
    right: 0;
    bottom: 0;
}

.about-page .about-4 {
    padding: 6.25% 0;
}

.about-page .about-4 .box {
    background: var(--primary);
}

.about-page .about-4 .box .left {
    vertical-align: middle;
    color: var(--white);
    padding-left: 80px;
}

.about-page .about-4 .box .left .tit {
    font-size: 36px;
    line-height: 1.4;

    font-weight: bold;
}

.about-page .about-4 .box .left .con {
    font-size: 16px;
    line-height: 30px;
    margin-top: 26px;
    width: 76%;
}

.about-page .about-4 .box .left .more {
    background: var(--white);
    color: var(--primary);
    margin-top: 72px;
}

.about-page .about-4 .box .left .more::after {
    background: var(--black);
}

.about-page .about-4 .box .left .more:hover {
    color: var(--white);
}

.about-page .about-4 .box .right {
    vertical-align: middle;
}

.about-page .about-4 .box .right ul {
    max-width: 602px;
    margin: 0 0 0 auto;
}

.about-page .about-4 .box .right ul li {
    line-height: 234px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.about-page .about-4 .box .right ul li img {
    display: inline-block;
    vertical-align: middle;
}

.about-page .about-4 .box .right ul li:first-child,
.about-page .about-4 .box .right ul li:last-child {
    background-color: #b56419;
}

.about-page .about-4 .box .right ul li:hover {
    -webkit-box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
    box-shadow: 0px 0px 17px 0px rgba(0, 0, 0, 0.23);
}


.about-page .init-6 {
  position: relative;
}
.about-page .init-6 .container {
  max-width: 1450px;
}
.about-page .init-6 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .init-6 .container .content {
  padding: 120px 0;
}
.about-page .init-6 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}
.about-page .init-6 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  right: -60px;
  border: 2px solid #e7ce77;
  z-index: -1;
}
.about-page .init-6 .container .content .left .cont {
  background-color: var(--color);
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}
.about-page .init-6 .container .content .left .tipsTitle {
  font-weight: bold;
  font-family: 'butler';
}
.about-page .init-6 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}
.about-page .init-6 .container .content .right .more1 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}
.about-page .init-6 .container .content .right .more1 .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.about-page .init-6 .container .content .right .more1:hover {
  letter-spacing: 4px;
}
.about-page .init-6 .container .content .right .more1:hover .sub {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}


.about-page .about-6 {
    background: url(/template/en/images/history-bg.jpg) no-repeat center;
    background-position: center bottom;
    padding: 135px 0 100px;
    overflow: hidden
}

.about-page .about-6 ul {
    margin-right: -40px;
    position: relative;
    z-index: 1
}

.about-page .about-6 ul:after {
    content: '';
    position: absolute;
    left: -50px;
    bottom: 30px;
    width: 100%;
    height: 16px;
    background: url(/template/en/images/history-line.png) no-repeat
}

.about-page .about-6 ul li {
    position: relative;
    padding-right: 40px;
    padding-left: 30px
}

.about-page .about-6 ul li h4 {
    font-size: 35px;
    font-weight: 700;
    line-height: 1.3
}

.about-page .about-6 ul li .text {
    font-size: 18px;
    line-height: 32px;
    font-weight: 300;
    min-height: 130px;
    padding-top: 10px;
}

.about-page .about-6 ul li:after {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 26px;
    height: 197px;
    background: url(/template/en/images/history-arrow.png) no-repeat center
}

.about-page .about-6 .slick-list {
    padding: 60px 0
}

.about-page .about-6 .btn {
    margin-top: 30px
}

.about-page .about-6 .btn .more {
    color: var(--primary)
}

.about-page .about-6 .btn .more:hover {
    color: var(--white)
}

.about-page .about-6 .slick-arrow {
    position: absolute;
    top: 50%;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    color: transparent;
    border: none;
    z-index: 1;
    outline: none;
    transition: .5s;
    background: var(--white)
}

.about-page .about-6 .slick-arrow:hover {
    background-color: var(--black)
}

.about-page .about-6 .slick-prev {
    left: -80px;
    background: url(/template/en/images/bl.png) no-repeat center center var(--primary)
}

.about-page .about-6 .slick-next {
    right: 0;
    background: url(/template/en/images/br.png) no-repeat center center var(--primary)
}

@media screen and (max-width: 1450px) {
    .about-page .about-1 #index-body2 .about .data {
        padding: 65px 3% 0 6%;
    }
    .about-page .about-1 .content .right span{
        font-size: 152px;
    }
    .about-page .about-6 ul {
        margin-right: -50px
    }

    .about-page .about-6 ul li {
        padding-right: 50px
    }
}

@media screen and (max-width: 1280px) {
    .about-page .about-1 #index-body2 .about .data ul li .num em {
        font-size: 80px;
    }

    .about-page .about-3 .content ul {
        height: 1000px;
    }

    .about-page .about-3 .content ul li {
        height: 350px;
    }

    .about-page .about-3 .content ul li .box {
        height: 350px;
        padding: 60px 50px 30px 40px;
    }

    .about-page .about-3 .content ul li .box .tit {
        font-size: 34px;
    }

    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 700px;
    }

    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 350px;
    }

    .about-page .about-4 .box .left {
        padding-left: 50px;
    }

    .about-page .about-4 .box .left .con {
        width: 92%;
    }

    .about-page .about-4 .box .left .more {
        margin-top: 50px;
    }
}

@media screen and (max-width: 1100px) {
    .about-page .about-2 .text {
        padding: 65px 0 0 40px;
    }

    .about-page .about-3 .content ul {
        height: 900px;
    }

    .about-page .about-3 .content ul li {
        height: 300px;
    }

    .about-page .about-3 .content ul li .box {
        height: 300px;
        padding: 40px 30px 30px 20px;
    }

    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 600px;
    }

    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 300px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-banner .img {
        display: none;
    }

    .inner-banner .img .tit {
        font-size: 30px;
        line-height: 1.3;
    }

    .about-page .about-1 #index-body2 .about .data {
        padding: 65px 0% 0 0%;
    }

    .about-page .about-1 #index-body2 .about .data ul li .num em {
        font-size: 60px;
    }

    .about-page .about-1 #index-body2 .about .data ul li:nth-child(2) .num span {
        width: 45%;
    }

    .about-page .about-1 .content {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-top: 20px;
    }

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

    .about-page .about-1 .content .right {
        display: none;
    }

    .about-page .about-2 .img {
        width: 100%;
    }

    .about-page .about-2 .text {
        width: 100%;
        padding: 20px 0 0 0;
    }

    .about-page .about-3 .content {
        margin-top: 30px;
    }

    .about-page .about-3 .content ul {
        height: 800px;
    }

    .about-page .about-3 .content ul li {
        height: 260px;
    }

    .about-page .about-3 .content ul li .box {
        height: 260px;
        padding: 20px 15px 0 15px;
    }

    .about-page .about-3 .content ul li .box .tit {
        font-size: 25px;
    }

    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: 540px;
    }

    .about-page .about-3 .content ul li:nth-child(5) {
        bottom: 260px;
    }

    .about-page .about-4 .box .left {
        padding-left: 20px;
    }
    .about-page .init-6 .container .img1 {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
  }
  .about-page .init-6 .container .content {
    padding: 0;
    width: 100%;
  }
  .about-page .init-6 .container .content .left {
    width: 100%;
  }
  .about-page .init-6 .container .content .left .sub {
    display: none;
  }
  .about-page .init-6 .container .content .left .cont {
    padding: 20px 10px;
  }
  .about-page .init-6 .container .content .right {
    width: 100%;
  }
  .about-page .init-6 .container .content .right .more1 {
    color: #000;
  }
  .about-page .init-6 .container .content .right .more1 .sub {
    background: #000;
    margin-top: 10px;
  }
  .about-page .init-6 .container .content .right .more1:hover {
    letter-spacing: 1px;
  }
}

@media screen and (max-width: 700px) {
    .inner-banner .img .tit {
        font-size: 26px;
    }



    .about-page .about-1 #index-body2 .about .data {
        display: none;
    }

    .about-page .about-3 .content ul {
        height: auto;
    }

    .about-page .about-3 .content ul li {
        height: auto;
        width: 50%;
    }

    .about-page .about-3 .content ul li .box {
        height: auto;
        padding: 20px 15px;
    }

    .about-page .about-3 .content ul li:nth-child(3),
    .about-page .about-3 .content ul li:nth-child(4) {
        height: auto;
    }

    .about-page .about-3 .content ul li:nth-child(4),
    .about-page .about-3 .content ul li:nth-child(5),
    .about-page .about-3 .content ul li:nth-child(6),
    .about-page .about-3 .content ul li:last-child {
        position: initial;
    }

    .about-page .about-4 .box .left {
        width: 100%;
        padding: 20px 15px;
    }

    .about-page .about-4 .box .right {
        width: 100%;
    }

    .about-page .about-4 .box .right ul li {
        line-height: 200px;
    }
    .about-page .about-6 .slick-arrow{
        display: none!important;
    }
}

@media screen and (max-width: 500px) {
    .about-page .about-1 #index-body2 {
        margin-top: 20px;
    }



    .about-page .about-2 .text .con {
        margin-top: 20px;
    }

    .about-page .about-3 .header {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .about-page .about-3 .header .more {
        margin-top: 15px;
    }

    .about-page .about-3 .content ul li {
        width: 100%;
    }

    .about-page .about-4 .box .left .tit {
        font-size: 32px;
    }

    .about-page .about-4 .box .left .con {
        width: 100%;
        font-size: 14px;
        line-height: 2;
        margin-top: 10px;
    }

    .about-page .about-4 .box .left .more {
        margin-top: 20px;
    }

    .about-page .about-4 .box .right ul li {
        line-height: 150px;
    }
    .about-page .about-6 ul li .text{
        line-height: 2
    }
    .about-page .about-6 {
        padding-top: 10px;
        padding-bottom: 50px;
    }
}

#cp-Nav .nav div.title{
    line-height: 1.8;
}
#cp-Nav .nav ul li a{
      font-size: 16px;
  line-height: 30px;
}
.product-page .top .left {
    width: 20%
}

.product-page .top .left .slideBar #product-list li {
    position: relative;
    border: 1px solid #e2e2e2;
    border-radius: 5px;
    padding: 25px 30px;
    line-height: 30px;
}

.product-page .top .left .slideBar #product-list li i {
    position: absolute;
    right: 25px;
    top: 25px;
    font-size: 24px;
    color: #000;
    cursor: pointer
}

.product-page .top .left .slideBar #product-list li a {
    display: inline-block;
    font-size: 16px;

    font-weight: 700;
    color: #000;
    line-height: 1.5;
    text-transform: uppercase
}

.product-page .top .left .slideBar #product-list li ul.children {
    margin-top: 20px
}

.product-page .top .left .slideBar #product-list li ul.children li {
    margin-bottom: 15px;
    padding: 0;
    border: none;
    border-radius: 0;
      font-size: 16px;
  line-height: 30px;
}

.product-page .top .left .slideBar #product-list li ul.children li a {
    font-weight: 400;
    color: rgba(0, 0, 0, .8);
    text-transform: capitalize
}

.product-page .top .left .slideBar #product-list li ul.children li:last-child {
    margin-bottom: 0
}
.product-page .top .left .slideBar #product-list li.active a{
    color: var(--color);
}   
.product-page .top .left .slideBar #product-list li.active i{
    color: var(--color);
}
.product-page .top .left .slideBar #product-list li ul.children li.active a{
color: var(--color);
}
.product-page .top .right {
    width: 80%;
    padding-left: 35px;
}

.product-page .category-desc {
    background-color: #f9f9f9;
    line-height: 2;
}

.product-page .productNav ul {
    position: relative;
}

.product-page .productNav ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

.product-page .productNav ul li {
    width: auto;
    position: relative;
}

.product-page .productNav ul li+li {
    margin-left: 45px;
}

.product-page .productNav ul li a {
    padding: 15px 0;
}

.product-page .productNav ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--primary);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.product-page .productNav ul li.active a::after {
    width: 100%;
}

.productList ul {
    margin: -20px;
}

.productList ul li {
    padding: 20px;
}

.productList ul li .img img {
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.productList ul li .img img.on {
    opacity: 0;
    left: 0;
    top: 0;
}

.productList ul li .img:hover img.on {
    opacity: 1;
}

.productList ul li .img:hover img.def {
    opacity: 0;
}

.productList ul li .img .more {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 47px;
    line-height: 47px;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: var(--primary);
    font-size: 20px;
    text-align: center;
    cursor: pointer;
    opacity: 0;
    -webkit-transform: translateY(100px);
    -moz-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    z-index: 15;
    padding: 0;
}

.productList ul li .img .more::after {
    background: #f6f5f1;
}

.productList ul li .img .more:hover {
    color: #000;
}

.productList ul li .img:hover .more {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
}

@media screen and (max-width: 1250px) {
  #innerMobileBanner{
  margin-top: 60px;
}
#innerMobileBanner .banner1 .mbx{
    line-height: 30px !important;
}
#innerMobileBanner .banner1 .imgC img{
  min-height: 150px;object-fit: cover;
}
    .product-page .top .left {
        display: none;
    }

    .product-page .top .right {
        width: 100%;
        padding-left: 0;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .productNav {
        display: none;
    }

    .productList ul {
        margin: -15px;
    }

    .productList ul li {
        padding: 15px;
    }


}

.prodet-page {
    padding: 100px 0 10px 0;
}

.prodet-page .prodet-1 .box .left .big-small {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
}

.prodet-page .prodet-1 .box .left .big {
    width: 85%;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
    line-height: 30px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #fff;
    background-color: var(--primary);

}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
    left: 20px;
}

.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
    right: 40px;
}

.prodet-page .prodet-1 .box .left .small {
    width: 15%;
}

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

.prodet-page .prodet-1 .box .left .small ul li {
    padding: 5px;
    border: 1px solid #efefef;
}

.prodet-page .prodet-1 .box .right .content h1 {

    font-weight: bold;
}

.prodet-page .prodet-1 .box .right .content .text {
    line-height: 2;
    max-height: 403px;
    padding-right: 20px;
    margin-top: 43px;
    overflow: auto;
}

.prodet-page .prodet-1 .box .right .content a.msg1 {
    color: var(--white);
    background-color: var(--primary);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
    text-align: center;
}

.prodet-page .prodet-1 .box .right .content a.msg1:hover {
    color: white;
    background-color: #000000;
}



.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
    display: inline-block;
    vertical-align: middle;
}

.prodet-page .prodet-2 {
    padding-top: 100px;
}

.prodet-page .prodet-2 form input,
.prodet-page .prodet-2 form textarea {
    width: 100%;
    padding: 20px;
    font-size: 16px;
    border: 1px solid #e5e5e5;
    margin-bottom: 17px;
    /*font-style: italic;*/
}

.prodet-page .prodet-2 form textarea {
    height: 170px;
}

.prodet-page .prodet-2 form button {
    margin-top: 30px;
    font-size: 20px;
    font-weight: 400;

    color: #FFFFFF;
    background-color: var(--primary);
    border: none;
    padding: 10px 45px;
    text-transform: uppercase;
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.prodet-page .prodet-2 form button:hover {
    background-color: #000000;
}

.prodet-page .prodet-2 .options ul {
    position: relative;
}

.prodet-page .prodet-2 .options ul::after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid #f2f2f2;
}

.prodet-page .prodet-2 .options ul li {
    width: auto;
    position: relative;
}

.prodet-page .prodet-2 .options ul li+li {
    margin-left: 130px;
}

.prodet-page .prodet-2 .options ul li a {
    padding: 15px 40px;

    font-size: 30px;
    text-transform: uppercase;
}

.prodet-page .prodet-2 .options ul li a::after {
    content: "";
    position: absolute;
    z-index: 1;
    left: 0;
    bottom: -1px;
    display: block;
    height: 3px;
    width: 0;
    background-color: var(--primary);
    -webkit-transition: .5s ease;
    -moz-transition: .5s ease;
    transition: .5s ease;
}

.prodet-page .prodet-2 .options ul li.active a::after {
    width: 100%;
}

.prodet-page .prodet-2 .ret ul li .content {
    padding-left: 90px;
    padding-right: 90px;
}

.prodet-page .prodet-2 .ret ul li .content.form {
    padding-top: 60px;
    padding-bottom: 60px;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-3 {
    padding-top: 100px;
}

.prodet-page .prodet-3 ul li .img img {
    width: 100%;
}

.prodet-page .prodet-3 .slick-arrow {
    position: absolute;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 40px;
    height: 40px;
    line-height: 40px;
    border-radius: 50%;
    text-align: center;
    border: none;
    font-size: 20px;
    color: #FFFFFF;
    background-color: var(--primary);
}

.prodet-page .prodet-3 .slick-arrow.slick-prev {
    left: -50px;
}

.prodet-page .prodet-3 .slick-arrow.slick-next {
    right: -50px;
}

@media screen and (max-width: 1200px) {
    .prodet-page .prodet-1 .box .right .content h1 {
        margin: 0;
    }

    .prodet-page .prodet-1 .box .right .content a.msg {
        margin-top: 30px;
    }

    .prodet-page .prodet-2 .options ul li+li {
        margin-left: 60px;
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page {
        padding: 60px 0;
    }

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

    .prodet-page .prodet-1 .box .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
    }

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

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

    .prodet-page .prodet-2 .ret ul li .content {
        padding-left: 30px;
        padding-right: 30px;
    }

    .prodet-page .prodet-2 .ret ul li .content.form {
        padding-top: 30px;
        padding-bottom: 30px;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-1 .box .left .big-small {
        display: block;
    }
.Auxil-catdes{
    display: none;
}
    .prodet-page .prodet-1 .box .left .big {
        width: 100%;
        padding: 0;
    }

    .prodet-page .prodet-1 .box .left .small {
        width: 100%;
        margin-top: 10px;
    }

    .prodet-page .prodet-2 form input,
    .prodet-page .prodet-2 form textarea {
        padding: 10px;
    }

    .prodet-page .prodet-2 .options ul li {
        width: 100%;
    }

    .prodet-page .prodet-2 .options ul li+li {
        margin: 0;
    }

    .prodet-page .prodet-2 .ret ul li .content {
        padding-left: 0;
        padding-right: 0;
    }

    .prodet-page .prodet-2 .ret ul li .content.form {
        padding-left: 15px;
        padding-right: 15px;
    }

    .prodet-page .prodet-2 form textarea {
        height: 100px;
    }
}




.tit1 {
    font-size: 36px;

    font-weight: bold;
}

.tit1.line::after {
    content: "";
    display: block;
    width: 80px;
    height: 2px;
    background-color: currentcolor;
}

.tit1.txt-center.line::after {
    margin: auto;
}

@media screen and (max-width: 1000px) {
    .tit1 {
        font-size: 24px;
    }
}



.inner-page .m-page {
    text-align: center;
}

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

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

.contact-page {
    padding-top: 120px;
    background: #f8f8f8;
}

.contact-page .init-1 {
    padding-top: 0px;
    background: #fff;
}

.contact-page .init-1 h1 {
    border-bottom: 1px solid #6e6b70;
    padding: 50px 0 20px;
    text-transform: capitalize;
}

.contact-page .init-1 ul {
    padding: 80px 0;
}

.contact-page .init-1 ul li {
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .init-1 ul li:hover {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
}

.contact-page .init-1 ul li:hover i {
    color: var(--primary);
    border: 2px solid var(--primary);
}

.contact-page .init-1 ul li:hover .img {
    border: 2px solid var(--primary);
}

.contact-page .init-1 ul li:hover .img img {
    -webkit-filter: grayscale(0) brightness(1);
    filter: grayscale(0) brightness(1);
}

.contact-page .init-1 ul li i,
.contact-page .init-1 ul li .img {
    width: 100px;
    height: 100px;
    border: 2px solid #6e6b70;
    border-radius: 100%;
    line-height: 100px;
    text-align: center;
    font-size: 44px;
    color: #6e6b70;
    margin: 0 auto;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .init-1 ul li .img {
    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;
}

.contact-page .init-1 ul li .img img {
    max-width: 50%;
    -webkit-filter: grayscale(1) brightness(0.6);
    filter: grayscale(1) brightness(0.6);
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.contact-page .init-1 ul li h3 {
    font-size: 24px;
    color: #051524;
    padding: 20px 0 10px;
    text-transform: capitalize;

    font-weight: bold;
}

.contact-page .init-1 ul li p {
    font-size: 18px;
    color: #414951;
    line-height: 2;
}

.contact-page .init-2 {
    padding-bottom: 110px;
}

.contact-page .init-2 .init-2-box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.contact-page .init-2 .init-2-box .left {
    width: 50%;
    padding-right: 8.5%;
}

.contact-page .init-2 .init-2-box .left h1 {
    background: var(--primary);
    color: #fff;
    padding: 60px 0;
    font-size: 36px;
    text-transform: uppercase;
    text-align: center;
    line-height: 2;

    font-weight: bold;
}

.contact-page .init-2 .init-2-box .left .content {
    padding-left: 30px;
}

.contact-page .init-2 .init-2-box .left .content p {
    margin-top: 20px;
    font-size: 16px;
    color: #8995a2;
    line-height: 2;
}

.contact-page .init-2 .init-2-box .left .content ul {
    margin-top: 10px;
}

.contact-page .init-2 .init-2-box .left .content ul li {
    padding: 20px 0;
    border-bottom: 1px solid #e0e8f0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -moz-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
}

.contact-page .init-2 .init-2-box .left .content ul li span {
    display: inline-block;
    width: 60px;
    text-align: center;
    margin-right: 20px;
}

.contact-page .init-2 .init-2-box .left .content ul li p {
    font-size: 20px;
    color: #242424;
    font-weight: bold;
}

.contact-page .init-2 .init-2-box .right {
    width: 50%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    padding-right: 70px;
}

.contact-page .contact-4 .box ul li {
    padding: 15px;
}

.contact-page .contact-4 .box ul li:nth-child(7)~li {
    display: none;
}

.contact-page h2.title {
    text-transform: none;
}

.contact-page .contact-1 {
    padding: 60px 0 80px;
    background: #f7f7f7;
}

.contact-page .contact-1 .left {
    width: 50%;
}

.contact-page .contact-1 .left h3 {
    font-size: 30px;
    color: black;
    font-weight: 600;
}

.contact-page .contact-1 .left p {
    display: block;
    font-size: 16px;
    color: #635c5b;
}

.contact-page .contact-1 .left .form {
    padding-top: 36px;
}

.contact-page .contact-1 .left .form ul {
    margin: -7px;
}

.contact-page .contact-1 .left .form ul li {
    padding: 7px;
}

.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #c8c8c8;
    line-height: 28px;
    padding: 6px 10px;
    background: transparent;
    font-size: 16px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
    color: black;
}

.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
    color: black;
}

.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
    color: black;
}

.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
    color: black;
}

.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
    border-color: var(--primary);
}

.contact-page .contact-1 .left .form ul li textarea {
    height: 130px;
    resize: vertical;
    -webkit-transition: .5s all, 0s height;
    -moz-transition: .5s all, 0s height;
    transition: .5s all, 0s height;
}

.contact-page .contact-1 .left .form ul li input[type="submit"] {
    width: 130px;
    background: #222;
    color: white;
    margin-top: 20px;
}

.contact-page .contact-1 .left .form ul li input[type="submit"]:hover {
    background: var(--primary);
}

.contact-page .contact-1 .left .form ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-1 .right {
    width: 50%;
    padding-left: 6%;
    padding-right: 3%;
}

.contact-page .contact-1 .right h3 {
    font-size: 30px;
    color: #4e4243;
    margin-bottom: 22px;
    font-weight: 600;
}

.contact-page .contact-1 .right ul {
    margin-bottom: 120px;
}

.contact-page .contact-1 .right ul li {
    font-size: 20px;
    color: #777;
    line-height: 35px;
}

.contact-page .contact-1 .right #ewm {
    max-width: 90px;
    border: 3px solid white;
}

.contact-page .contact-1 .right .share ul {
    margin: -2px;
}

.contact-page .contact-1 .right .share ul li {
    width: 44px;
    height: 44px;
    line-height: 44px;
    text-align: center;
    font-size: 16px;
    background: #eee;
    border-radius: 5px;
    color: black;
    display: inline-block;
    vertical-align: middle;
    margin: 2px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .right .share ul li a {
    display: block;
    position: relative;
}

.contact-page .contact-1 .right .share ul li:hover {
    background: var(--primary);
    color: white;
}

.contact-page .contact-1 .right .share ul li img {
    display: inline-block;
    vertical-align: middle;
}

.contact-page .contact-1 .right .share ul li.ewm #ewm {
    width: 120px;
    position: absolute;
    bottom: 100%;
    left: 50%;
    margin-left: -60px;
    border-radius: 5px;
    display: none;
    margin-bottom: 10px;
    max-width: none;
}

.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
    content: '';
    border-top: 10px solid white;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
}

.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
    display: block;
}

.contact-page .contact-2 {
    padding: 110px 0 80px;
}

.contact-page .contact-2 h2 {
    text-align: center;
}

.contact-page .contact-2 .box {
    padding-top: 50px;
}

.contact-page .contact-2 .box .left {
    vertical-align: middle;
}

.contact-page .contact-2 .box .right {
    vertical-align: middle;
    padding-left: 10%;
}

.contact-page .contact-2 .box .right ul {
    margin: -7px;
}

.contact-page .contact-2 .box .right ul li {
    padding: 7px;
}

.contact-page .contact-2 .box .right ul li .box {
    display: block;
    background: #f0f0f0;
    padding: 30px 15px;
    text-align: center;
}

.contact-page .contact-2 .box .right ul li .box p {
    display: block;
    font-size: 20px;
    color: black;
}

.contact-page .contact-2 .box .right ul li .box h3 {
    display: block;
    font-size: 33px;
    color: #95ba67;
    line-height: 60px;
}

.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 60px;
}

.contact-page .contact-3 {
    padding: 80px 0;
    background: #f0f0f0;
}

.contact-page .contact-3 ul li {
    padding: 0 25px;
}

.contact-page .contact-3 ul li a.img-box {
    display: block;
    border-radius: 10px;
}

.contact-page .contact-3 ul li a.img-box img {
    width: 100%;
}

.contact-page .contact-3 ul li h4 {
    display: block;
    margin: 30px 0 10px;
    font-size: 20px;
    color: black;
}

.contact-page .contact-3 ul li .text {
    display: block;
    font-size: 14px;
    line-height: 22px;
    margin: -6px 0;
}

.contact-page .contact-3 ul li .text p {
    padding: 6px 0;
}

.contact-page .contact-4 {
    padding: 160px 0 80px;
    text-align: center;
}

.contact-page .contact-4 h2 small {
    max-width: 530px;
    margin: 0 auto;
}

.contact-page .contact-4 .box {
    padding: 70px 0 50px;
}


.seo_title {
    font-size: 36px;

    font-weight: bold;
    text-transform: uppercase;
}

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

#seo_about ._left,
#seo_about ._right {
    padding: 15px;
    vertical-align: middle;
}

#seo_about ._right ._text {
    line-height: 2;
}

#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: var(--color);
}

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

#news_list ._table {
    padding: 30px 20px;
    border: 2px solid #CCCCCC;
    line-height: 2;
}

#news_list ._table ._name {}
#news_list ._table a{
  transition: all 0.5s;
}
#news_list ._table a:hover{
  color: var(color);
}
#seo_public_from {
    padding: 80px 0;
    background: #f9f9f9;
}

#seo_public_from h4 {
    font-size: 24px;
    font-weight: bold;
    color: #333;
}

#seo_public_from .seo_public_from {
    margin-top: 30px;
}

#seo_public_from .seo_public_from ul {
    margin: -10px;
}

#seo_public_from .seo_public_from ul li {
    padding: 10px;
}

#seo_public_from .seo_public_from ul li.wid-100 {
    width: 100%;
}

#seo_public_from .seo_public_from ul li input,
#seo_public_from .seo_public_from ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: black;
    background: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}

#seo_public_from .seo_public_from ul li input:focus,
#seo_public_from .seo_public_from ul li textarea:focus {
    border-color: black;
}

#seo_public_from .seo_public_from ul li textarea {
    height: 120px;
}

#seo_public_from .seo_public_from ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #222;
    color: white;
}

#seo_public_from .seo_public_from ul li input[type="submit"]:hover {
    opacity: .7;
}

@media screen and (max-width: 1250px) {
    .seo_title {
        font-size: 26px;
    }
}

@media screen and (max-width: 1000px) {
    .seo_title {
        font-size: 22px;
        line-height: 1.6;
    }

    #seo_about ._left,
    #seo_about ._right {
        width: 100% !important;
    }
}

#seo_other ._text,
.seoIndustry ._text {
    line-height: 2;
}



.m-link {
    margin-top: 16px;
}

.m-link a {
    display: block;
    color: #767676;
    margin-top: 6px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
      font-size: 16px;
  line-height: 30px;
}

.m-link a:hover {
    color: var(--primary);
}

.honor-page .container .tips_title {
    font-weight: bold;
    text-align: center;

    margin-bottom: -30px;
    text-transform: uppercase;
}

.honor-page .container .content {
    margin-top: 50px;
}

.honor-page .container .content ul {
    margin: 0 -50px;
}

.honor-page .container .content ul li {
    margin-top: 20px;
    padding: 0 15px;
    text-align: center;
}

.honor-page .container .content ul li .box a {
    display: block;
}

.honor-page .container .content ul li .box .text {
    margin-top: 30px;
    font-weight: 400;
}

@media (max-width: 1000px) {
    .honor-page .container .content ul {
        margin: 0 -10px;
    }

    .honor-page .container .content ul li {
        padding: 0 10px;
    }

    .honor-page .container .content ul li .box .text {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .m-page {
        margin-top: 40px;
    }

    .honor-page .container .content {
        margin-top: 0;
    }
}

.faq-page {
 
}

.faq-page .container .tips_title {
    font-weight: bold;
    padding-left: 60px;

    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    z-index: 2;
}

.faq-page .container .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: rgba(207, 138, 74, 0.2);
    z-index: -1;
}

.faq-page .container .content {
    margin-top: 60px;
}

.faq-page .container .content ul {
    border-top: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-right: 1px solid #e5e8ec;
}

.faq-page .container .content ul li {
    border-bottom: 1px solid #e5e8ec;
    position: relative;
    cursor: pointer;
}

.faq-page .container .content ul li>i {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--color);
}

.faq-page .container .content ul li .title {
    font-weight: bold;
    position: relative;
    padding: 20px 60px;
    font-size: 20px;
    line-height: 1.8;
}

.faq-page .container .content ul li .title::before {
    display: none;
}

.faq-page .container .content ul li .des {
    display: none;
    padding: 20px 60px;
}

.faq-page .container .content ul li.active .title {
    background-color: var(--color);
    color: #fff;
}

.faq-page .container .content ul li.active>i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1000px) {
    .faq-page {
        text-align: center;
    }

    .faq-page .container .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .faq-page .container .content ul li .title {
        font-size: 20px;
    }

    .faq-page .container .content ul {
        text-align: left;
    }

    .faq-page .container .content {
        text-align: left;
    }
}

@media (max-width: 500px) {
    .faq-page .container .content {
        margin-top: 30px;
    }

    .faq-page .container .content ul li .title {
        padding: 20px 30px 20px 16px;
        font-size: 18px;
    }

    .faq-page .container .content ul li>i {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 28px;
    }

    .faq-page .container .content ul li .des {
        padding: 20px 16px;
    }
}


.news-page {
    padding-bottom: 110px;
}

.news-page .tips_title {
    font-weight: bold;
    padding-left: 60px;
    text-transform: uppercase;

    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1.2;
    z-index: 2;
}

.news-page .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: var(--color)1f;
    z-index: -1;
}

.news-page .content {
    margin-top: 50px;
}

.news-page .content ul li {
    position: relative;
}

.news-page .content ul li .shadow {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: #f2f4f6;
}

.news-page .content ul li .box {
    position: relative;
    z-index: 1;
    border: 1px solid #eceef1;
    height: 330px;
    padding: 30px 50px;
    background-color: #fff;
}

.t_1 {
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.news-page .content ul li .box .title {
    display: block;
    font-weight: bold;
    font-size: 30px;
    line-height: 1.4;
}

.news-page .content ul li .box .title::before {
    display: none;
}

.news-page .content ul li .box .title:hover {
    color: var(--primary);
}

.news-page .content ul li .box .des {
    display: block;
    margin-top: 20px;
    line-height: 2;
}

.news-page .content ul li .box .des:hover {
    color: var(--primary);
}

.news-page .content ul li .box .info_c {
    margin-top: 30px;
}

.news-page .content ul li .box .info_c .cat_name {
    width: auto;
    vertical-align: middle;
    color: #fff;
    font-size: 16px;
    line-height: 30px;
    background-color: var(--primary);
    border-radius: 15px;
    padding: 4px 22px;
}

.news-page .content ul li .box .info_c .time {
    color: rgba(33, 33, 33, 0.7);
    margin-left: 30px;
    width: auto;
    font-size: 16px;
    line-height: 30px;
    vertical-align: middle;
}

.news-page .content ul li:hover {
    z-index: 2;
}

.news-page .content ul li:hover .box {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    -o-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
}

.newdet-page .init-1 .container .title {
    font-size: 30px;
    line-height: 1.4;
}

.newdet-page .init-1 .container .title::before {
    display: none;
}

.newdet-page .init-1 .container .time {
    color: #9e9e9e;
    margin-top: 30px;
}

.newdet-page .init-1 .container .content {
    margin-top: 20px;
    border-top: 1px solid #f2f2f2;
    border-bottom: 1px solid #f2f2f2;
    color: #767676;
    padding: 30px 0;
    line-height: 2;
}

.newdet-page .init-1 .container .bottom_cont {
    margin-top: 40px;
}

.newdet-page .init-1 .container .bottom_cont .left {
    width: calc(100% - 160px);
    padding-right: 20px;
}

.newdet-page .init-1 .container .bottom_cont .right {
    width: 160px;
}

.newdet-page .init-1 .container .bottom_cont .right .share_name {
    color: #767676;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
    display: inline-block;
    margin-top: 10px;
    width: 28px;
    height: 28px;
    color: #fff;
    text-align: center;
    line-height: 30px;
    background-color: var(--primary);
    font-size: 16px;
    border-radius: 50%;
    margin-right: 12px;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
    position: relative;
    z-index: 2;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
    background-color: #245e3e;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
    background-color: #00aced;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
    background-color: #cb2027;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
    background-color: #cc2366;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
    margin-right: 0;
}


.pro_public .init-related {
    background-color: #f7f7f7;
}

.pro_public .init-related .container .tips {
    text-align: center;

    font-weight: bold;
}

.pro_public .init-related .container .content {
    margin-top: 40px;
}

.pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -25px;
}

.pro_public .init-related .container .content .slick li {
    padding: 0 25px;
}

.pro_public .init-related .container .content .slick li .box .img {
    background-color: #fff;
    display: block;
    padding: 40px;
}

.pro_public .init-related .container .content .slick li .box .text {
    display: block;
    margin-top: 20px;
}

.pro_public .init-related .container .content .slick li .box .text:hover {
    color: var(--primary);
}

.pb-80 {
    padding-bottom: 80px;
}



@media screen and (max-width: 1000px) {
    .news-page {
        text-align: center;
    }

    .seohide {
        display: none !important;
    }

    .news-page .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .news-page .content .grid-box li {
        width: 100%;
        margin-top: 20px;
        text-align: center;
    }

    .newdet-page .init-1 .container .bottom_cont {
        margin-top: 20px;
    }

    .newdet-page .init-1 .container .bottom_cont .left {
        width: 100%;
        padding: 0;
    }

    .newdet-page .init-1 .container .bottom_cont .right {
        display: none;
    }

    .m-link {
        text-align: left;
    }
}

@media screen and (max-width: 500px) {
    .pt-80 {
        padding-top: 40px;
    }

    .news-page .content ul li .box {
        padding: 20px 16px;
        height:380px;
    }

    .news-page .content ul li .box .info_c .time {
        width: 100%;
        margin: 16px 0 0;
    }

    .news-page .content ul li .box .title {
        font-size: 20px;
        line-height: 1.8;
    }

    .newdet-page .init-1 .container .bottom_cont {
        margin-top: 0;
    }

    .newdet-page .init-1 .container .time {
        margin-top: 16px;
    }

    .font-48 {
        font-size: 24px;
        line-height: 1.6 !important;
    }

    .pt-90 {
        padding-top: 40px;
    }

    .pb-90 {
        padding-bottom: 40px;
    }

    .pb-80 {
        padding-bottom: 40px;
    }
}


#addForm2 {
    padding-left: 25px;
    height: 670px;
    width: 720px;
    padding: 60px;
    background-color: #fff;
    -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
    box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, 0.1);
}

#addForm2 h4 {
    font-size: 36px;
    margin: 0 0 30px;
    color: #051524;
    text-transform: uppercase;
    line-height: 1.2;

    font-weight: bold;
}

#addForm2 span {
    font-weight: 400;
    font-style: normal;
    color: #6b6b6b;
    font-size: 18px;
    line-height: 32px;
    margin-bottom: 7px;
    display: block;
}

#addForm2 input {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
}

#addForm2 textarea {
    width: 100%;
    font-weight: 400;
    font-style: normal;
    color: #848b91;
    font-size: 16px;
    line-height: 24px;
    -webkit-box-shadow: none;
    box-shadow: none;
    padding: 10px 15px;
    outline: none;
    background-color: #ececec;
    border-radius: 0;
    border: none;
    margin-bottom: 20px;
    height: 100px;
}

#addForm2 .contact-submit {
    margin-top: 30px;
    text-align: center;
    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;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

#addForm2 .contact-submit input[type="submit"] {
    display: inline-block;
    max-width: 200px;
    font-weight: 500;
    font-style: normal;
    line-height: 36px;
    font-size: 20px;
    color: #fff !important;
    background-color: var(--primary);
    /*border-radius: 28px;*/
    text-align: center;
    margin-right: 0 !important;
    padding: 9px 30px;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

#addForm2 .contact-submit #ewm {
    padding: 4px;
    border: 1px solid #ccc;
    width: 130px;
}

#addForm2 .contact-submit input[type="submit"]:hover {
    background-color: var(--primary);
}

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

    .contact-page .contact-2,
    .contact-page .contact-4 {
        padding: 80px 0;
    }

    .contact-page .contact-1 .left .form ul li input,
    .contact-page .contact-1 .left .form ul li textarea {
        font-size: 14px;
    }

    .contact-page .contact-1 .right h3,
    .contact-page .contact-1 .left h3 {
        font-size: 26px;
    }

    .contact-page .contact-1 .right ul li {
        font-size: 16px;
        line-height: 1.8;
    }

    .contact-page .contact-1 .right ul {
        margin-bottom: 80px;
    }

    .contact-page .contact-1 .right .share ul li img {
        vertical-align: top;
    }

    .contact-page .contact-4 {
        padding: 80px 0 50px;
    }

    .contact-page .contact-4 .box {
        padding: 40px 0 30px;
    }

    .contact-page .contact-3 ul li h4 {
        margin: 10px 0;
    }

    .contact-page .contact-1 .left h3,
    .contact-page .contact-1 .right h3 {
        font-size: 24px;
    }

    .contact-page .contact-1 .right ul li {
        line-height: 30px;
    }

    .contact-page .contact-1 .left .form ul li input,
    .contact-page .contact-1 .left .form ul li textarea {
        font-size: 14px;
    }

    .contact-page .contact-3 ul li {
        padding: 0 10px;
    }

    .contact-page .contact-3 ul {
        margin: 0 -10px;
    }

    .contact-page .contact-1 {
        padding: 40px 0;
    }
}

@media screen and (max-width: 1250px) {
    .contact-page .contact-3 ul li .text p {
        padding: 2px 0;
    }

    .contact-page .contact-1 .right {
        padding-left: 4%;
        padding-right: 0;
    }

    .contact-page .contact-2 .box .right {
        padding-left: 5%;
    }

    .contact-page .contact-2 .box .right ul li .box p {
        font-size: 16px;
    }

    .contact-page .contact-2 .box .right ul li .box h3 {
        font-size: 26px;
        line-height: 40px;
    }

    .contact-page .contact-2 .box .right ul li .box h3 em,
    .contact-page .contact-2 .box .right ul li .box h3 span {
        font-size: 40px;
    }

    .contact-page .contact-4 {
        padding: 60px 0 30px;
    }

    .contact-page .contact-1 .left h3,
    .contact-page .contact-1 .right h3 {
        font-size: 22px;
    }

    .contact-page .contact-1 .right ul li {
        font-size: 14px;
    }

    .contact-page .contact-1 .left .form {
        padding-top: 30px;
    }
}

@media screen and (max-width: 1000px) {
    .contact-page {
        padding-top: 60px;
    }

    .contact-page .contact-4 .box .img {
        width: 100%;
        position: relative;
        left: -10px;
    }

    .contact-page .contact-4 .box .img:last-child {
        position: relative;
        left: 10px;
    }

    .contact-page .contact-1 .right {
        width: 100%;
        padding-left: 0;
        padding-top: 20px;
    }

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

    .contact-page .contact-1 .right #ewm {
        display: none;
    }

    .contact-page .contact-1 .left .form ul li input[type="submit"] {
        float: right;
    }

    .contact-page .contact-1 {
        padding: 50px 0;
    }

    .contact-page .contact-2 .box .right {
        width: 100%;
        padding-left: 0;
        padding-top: 30px;
    }

    .contact-page .contact-2 .box .left {
        width: 100%;
    }

    .contact-page .contact-2 .box .left img {
        max-width: 500px;
        display: block;
        margin: 0 auto;
    }

    .contact-page .contact-2 .box {
        padding-top: 20px;
    }

    .contact-page .contact-2,
    .contact-page .contact-4,
    .contact-page .contact-3 {
        padding: 60px 0;
    }

    .contact-page .contact-4 .box ul li {
        width: 20%;
    }

    .contact-page .contact-1 .right ul {
        margin-bottom: 30px;
    }

    .contact-page .init-2 .init-2-box {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .contact-page .init-2 .init-2-box .left .content {
        padding-left: 10px;
    }

    .contact-page .init-2 .init-2-box .left {
        width: 100% !important;
    }

    .contact-page .init-2 .init-2-box .right {
        width: 100% !important;
        -webkit-box-pack: start !important;
        -webkit-justify-content: flex-start !important;
        -moz-box-pack: start !important;
        -ms-flex-pack: start !important;
        justify-content: flex-start !important;
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    #addForm2 {
        width: 100%;
    }

    .contact-page .init-2 .init-2-box .right {
        padding-right: 0;
    }

    .contact-page .init-2 .init-2-box .left {
        padding-right: 0;
        margin-top: 20px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page {
        padding-top: 30px;
    }
#news_list ._table ._name{
    min-height: 5em;
}
    .contact-page .contact-2 .box .left img {
        width: 100%;
    }

    .contact-page .contact-1 .left h3,
    .contact-page .contact-1 .right h3 {
        font-size: 20px;
    }

    .contact-page .contact-4 {
        padding: 40px 0;
    }

    .contact-page .contact-4 .box ul li {
        padding: 5px;
    }

    .contact-page .contact-4 .box ul {
        margin: -5px;
    }

    .contact-page .contact-4 .box ul li {
        width: 33.333%;
    }

    .contact-page .init-2 .init-2-box .left {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .init-2 .init-2-box .left .content ul li p {
        font-size: 18px;
    }

    .contact-page .init-2 .init-2-box .right {
        padding-right: 0;
        margin-top: 30px;
    }

    .contact-page .init-2 .init-2-box .left .content ul li {
        -webkit-box-align: center;
        -webkit-align-items: center;
        -moz-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .contact-page .init-2 .init-2-box .left .content p {
        margin-top: 0;
        line-height: 1.4;
    }

    #addForm2 {
        width: 100%;
        padding: 10px;
    }

    #addForm2 .contact-submit {
        -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}



.industry-page {
    padding: 100px 0;
}

.industry-page ul li {
    margin-bottom: 40px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
    padding: 30px;
}

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

.industry-page ul li .left {
    vertical-align: middle;
}

.industry-page ul li .right {
    padding-left: 50px;
    vertical-align: middle;
}

.industry-page ul li .right h4 {
    font-size: 30px;
    font-weight: bold;
}

.industry-page ul li .right .content {
    font-size: 18px;
    margin-top: 20px;
}

@media screen and (max-width:1000px) {
    .industry-page ul li .left {
        width: 100% !important;
    }

    .industry-page ul li .right {
        width: 100% !important;
        padding-left: 0;
        margin-top: 30px;
    }

    .industry-page ul li .right h4 {
        font-size: 26px;
    }

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

@media screen and (max-width: 700px) {
    .industry-page ul li .right h4 {
        font-size: 22px;
    }
}



.service-page .init-1 .container .left .tips {
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.service-page .init-1 .container .left .tips .r {
    color: #da251c;
}

.service-page .init-1 .container .left img {
    display: block;
    margin-top: 40px;
    width: 100%;
}

.service-page .init-1 .container .right {
    padding-left: 80px;
}

.service-page .init-1 .container .right .tips_des {
    color: rgba(0, 0, 0, 0.7);
}

.service-page .init-1 .container .right .content_list {
    padding-top: 30px;
}

.service-page .init-1 .container .right .content_list .list {
    margin-top: 14px;
}

.service-page .init-1 .container .right .content_list .list .con-title {
    color: #da251c;
    text-transform: uppercase;
    font-weight: normal;
    font-weight: 600;
}

.service-page .init-1 .container .right .content_list .list .con-title span {
    border-bottom: 2px solid #da251c;
}

.service-page .init-1 .container .right .content_list .list .des {
    margin-top: 20px;
    color: #212121;
    line-height: 1.8;
}

.service-page .init-1 .container .right .bottom_c {
    margin-top: 40px;
    position: relative;
}

.service-page .init-1 .container .right .bottom_c .cont {
    color: #fff;
    position: relative;
    right: 44%;
    background-color: #da251c;
    width: 750px;
    padding: 40px 20px;
    text-align: center;
}

.service-page .init-1 .container .right .bottom_c .cont .list {
    width: 234px;
}

.service-page .init-1 .container .right .bottom_c .cont .list .top {
    font-size: 72px;
    font-weight: 600;
    line-height: 1;
    font-weight: normal;
}

.service-page .init-1 .container .right .bottom_c .cont .list .top .sub {
    margin-left: -10px;
}

.service-page .init-1 .container .right .bottom_c .cont .list .bottom {
    margin-top: 10px;
}

.service-page .init-2 .container .left {
    vertical-align: middle;
    padding-right: 70px;
}

.service-page .init-2 .container .left .tips {
    font-weight: 600;
    font-weight: normal;
    text-transform: uppercase;
}

.service-page .init-2 .container .left .des {
    margin-top: 20px;
}

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

.service-page .init-2 .container .left .more img {
    vertical-align: middle;
    display: inline-block;
    width: 16px;
    margin-left: 26px;
    position: relative;
    z-index: 2;
    margin-top: -4px;
}

.service-page .init-2 .container .right {
    vertical-align: middle;
}

.service-page .init-2 .container .right img {
    width: 100%;
}

.service-page .init-3 .container {
    color: #fff;
    text-align: center;
}

.service-page .init-3 .container .tips {
    font-weight: 600;
    font-weight: normal;
    text-transform: uppercase;
}

.service-page .init-3 .container .des {
    margin-top: 10px;
    font-weight: 300;
}

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

.service-page .init-3 .container .more span {
    vertical-align: middle;
}

.service-page .init-3 .container .more img {
    vertical-align: middle;
    display: inline-block;
    margin-left: 20px;
    position: relative;
    z-index: 2;
}

.service-page .init-4 .container .tips {
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
}

.service-page .init-4 .container form input,
.service-page .init-4 .container form textarea {
    margin-top: 30px;
    width: 100%;
    background: #fff;
    border: 1px solid #d9d9d9;
    padding: 12px 60px;
    background-repeat: no-repeat;
    font-size: 16px;
    -o-background-size: 26px auto;
    background-size: 26px auto;
    background-position: 20px 12px;
}

.service-page .init-4 .container form .name,
.service-page .init-4 .container form .mail {
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(50% - 25px);
}

.service-page .init-4 .container form .mail {
    margin-left: 50px;
}

.service-page .init-4 .container form .submit {
    width: auto;
    padding: 10px 60px;
    margin-top: 30px;
    font-size: 20px;
    font-weight: normal;
    font-weight: 600;
    text-transform: uppercase;
    overflow: hidden;
    position: relative;
    background-color: var(--color);
    color: #fff;
    cursor: pointer;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.service-page .init-4 .container form .submit input {
    margin-top: 0;
    background: transparent;
    padding: 0;
    border: 0;
    font-size: 20px;
}

.service-page .init-4 .container form .submit:hover {
    color: var(--color);
    background-color: #fff;
    border-color: var(--color);
}


@media (max-width: 1250px) {
    .service-page .init-1 .container .right .bottom_c .cont {
        right: 86%;
    }
}

@media (max-width: 1000px) {
    .service-page .init-1 .container .left {
        width: 100%;
        text-align: center;
    }

    .service-page .init-1 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center;
    }

    .service-page .init-1 .container .right .bottom_c .cont {
        width: 100%;
        left: 0;
    }

    .service-page .init-1 .container .right .bottom_c .cont .list {
        width: 210px;
    }

    .service-page .init-2 .container .left {
        width: 100%;
        padding: 0;
        text-align: center;
    }

    .service-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }

    .service-page .init-4 .container {
        text-align: center;
    }
}

@media (max-width: 700px) {
    .service-page .init-1 .container .right .bottom_c .cont {
        padding-top: 20px;
    }

    .service-page .init-1 .container .right .bottom_c .cont .list {
        width: 100%;
        margin-top: 20px;
    }
}

@media (max-width: 500px) {
    .service-page .init-1 .container .left img {
        margin-top: 20px;
    }

    .service-page .init-1 .container .right .content_list {
        padding-top: 10px;
    }

    .service-page .init-1 .container .right .content_list .list .des {
        margin-top: 10px;
    }

    .service-page .init-1 .container .right .bottom_c .cont .list .top {
        font-size: 50px;
    }

    .service-page .init-4 .container form input {
        margin-top: 20px;
        padding: 12px 20px 12px 60px;
        width: 100%;
    }

    .service-page .init-4 .container form textarea {
        padding: 12px 20px 12px 60px;
        width: 100%;
        margin-top: 20px;
    }

    .service-page .init-4 .container form .name {
        width: 100%;
    }

    .service-page .init-4 .container form .mail {
        width: 100%;
        margin-left: 0;
    }
}


.mana-page .mana-1 {
  padding-top: 4.688%;
}

.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%;
}

.mana-page .mana-1 .left .title::before {
  display: none;
}

.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 37px;
}

.mana-page .mana-1 .right {
  vertical-align: middle;
}

.mana-page .mana-2 {
  padding-top: 3.386%;
}

.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 7%;
}

.mana-page .mana-2 .top .left .title::before {
  display: none;
}

.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px;
}

.mana-page .mana-2 .top .right p {
  margin-top: 25px;
}

.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0;
}

.mana-page .mana-2 .bottom {
  background: url(../images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: var(--white);
  margin-top: 89px;
  padding: 4.672% 0 5.922% 0;
}

.mana-page .mana-2 .bottom .title {
  color: var(--white);
}

.mana-page .mana-2 .bottom .title::before {
  display: none;
}

.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, 0.04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px;
}

.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px;
}

.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--primary);
}

.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
}

.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
}

.mana-page .mana-2 .bottom .ig ul li .text span {

  line-height: 1.3;
 
  font-weight: bold;
}

.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}

.mana-page .mana-2 .bottom .ig ul li::after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(../images/mana-icon.png) no-repeat;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 45%;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: transparent;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li::after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--primary);
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0;
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, 0.77);
}

.mana-page .mana-3 {
  padding-top: 68px;
}

.mana-page .mana-3 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 100px;
}

.mana-page .mana-3 ul li .img {
  background: url(../images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
  padding-top: 46px;
}

.mana-page .mana-3 ul li .text {
  width: 48.552%;
  padding-left: 41px;
}

.mana-page .mana-3 ul li .text .title::before {
  display: none;
}

.mana-page .mana-3 ul li .text .title::after {
  content: '';
  display: block;
  width: 40px;
  height: 3px;
  background-color: #c2c0c3;
  margin-top: 9px;
}

.mana-page .mana-3 ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: rgba(40, 39, 39, 0.87);
  margin-top: 40px;
}

.mana-page .mana-3 ul li .text dl {
  margin-top: 47px;
}

.mana-page .mana-3 ul li .text dl dd {
  font-size: 24px;
  font-family: 'Antonio';
  font-weight: 500;
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px;
}

.mana-page .mana-3 ul li .text dl dd::before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat;
}

.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0;
}

.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0;
}

.mana-page .mana-3 ul li:nth-child(even) .img {
  padding: 0 0 79px 22px;
  background: url(../images/about-dots1.png) no-repeat 20px 2px;
}

.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0;
}

.mana-page .mana-4 {
  padding: 4.063% 0 5.886%;
}

.mana-page .mana-4 .header {
  background: var(--primary);
  padding: 30px 0 28px;
}

.mana-page .mana-4 .header .title {
  color: var(--white);
}

.mana-page .mana-4 .header .title::before {
  background: var(--white);
  top: 38px;
}

.mana-page .mana-4 .content {
  margin-top: 80px;
}
.mana-page .mana-4 .content .slick-slider:not(.slick-vertical) .slick-track .slick-slide>div{
    height: auto;
}
.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0;
}

.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0;
}

.mana-page .mana-4 .content ul li .img-box img {
  width: 100%;
}

.mana-page .mana-2 .bottom .ig2 ul{
    justify-content: space-evenly;
    align-content: space-around;
}
.mana-page .mana-2 .bottom .ig2 ul li{
    padding: 20px;
}


@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%;
  }

  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0;
  }

  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%;
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0;
  }

  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
  }
}

@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%;
  }

  .mana-page .mana-1 .left .title {
    font-size: 40px;
  }

  .mana-page .mana-2 .top .left .title {
    font-size: 40px;
  }

  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4;
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0;
  }

  .mana-page .mana-3 ul li .text dl dd {
    font-size: 16px;
    line-height: 30px;
    padding-left: 45px;
  }

  .mana-page .mana-3 ul li .text dl dd::before {
    top: 0;
  }
}

@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%;
  }

  .mana-page .mana-1 .left .con {
    margin-top: 10px;
  }
}

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

  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0;
  }

  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-2 .bottom {
    margin-top: 40px;
  }

  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px;
  }

  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px;
  }

  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%;
  }

  .mana-page .mana-3 ul li {
    margin-bottom: 30px;
  }

  .mana-page .mana-3 ul li .img {
    width: 100%;
  }

  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px;
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }

  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px 0;
  }

  .mana-page .mana-4 .content {
    margin-top: 40px;
  }

  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0;
  }

  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0;
  }
}

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

  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 28px;
    line-height: 1.6;
  }

  .mana-page .mana-2 .top .right {
    padding: 10px 0 0 0;
    margin-top: 0;
  }

  .mana-page .mana-2 .bottom {
    margin-top: 20px;
  }

  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }

  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px;
  }

  .mana-page .mana-3 ul li .text .title {
    font-size: 30px;
  }

  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0;
  }
}

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

  .mana-page .mana-1 .left .title,
  .mana-page .mana-2 .top .left .title {
    font-size: 24px;
  }

  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2;
  }

  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2;
  }

  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px 20px;
  }

  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 14px;
    line-height: 2;
  }
  .mana-page .mana-3 ul li .text .title {
    font-size: 24px;
  }
  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2;
  }
}


.oem-page .topp .left {
  width: 51.5%;
}
.oem-page .topp .left .tit {
  font-size: 36px;
  font-family: Mulish;
  font-weight: bold;
  color: #000000;
  line-height: 1.4;
}
.oem-page .topp .right {
  width: 48.5%;
  vertical-align: bottom;
}
.oem-page .acc1 {
  padding-bottom: 130px;
}
.oem-page .img {
  overflow: hidden;
}
.oem-page .img img {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .img:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}
.oem-page .oem-1 {
  padding: 88px 0 72px;
  text-align: center;
}
.oem-page .oem-1 .mbx {
  font-size: 14px;
  font-family: Barlow;
  font-weight: 400;
  color: #000000;
  line-height: 1;
}
.oem-page .oem-1 .tit {
  font-size: 60px;
  font-family: Barlow;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 1.2;
  margin: 35px 0 25px;
}
.oem-page .oem-1 p {
  font-size: 16px;
  font-family: Barlow;
  font-weight: 400;
  color: #1D1D1D;
  line-height: 2;
  max-width: 953px;
  margin: 0 auto;
}
.oem-page .oem-1 .btn {
  margin-top: 35px;
}
.oem-page .oem-1 .btn a {
  display: inline-block;
  font-size: 16px;
  font-family: Barlow;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  padding: 15px 30px;
  background: var(--color);
  border-radius: 5px;
  text-transform: uppercase;
}
.oem-page .oem-1 .btn a:hover {
  background: #e37600;
}
.oem-page .oem-2 .container {
  width: 100% !important;
  padding: 0;
}
.oem-page .oem-3 {
  padding: 115px 0 120px;
}
.oem-page .oem-3 .title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.oem-page .oem-3 .title::before{
    display: none;
}
.oem-page .oem-3 .title .acc span {
  display: inline-block;
  font-size: 16px;
  font-family: Barlow;
  font-weight: 400;
  color: var(--color);
  line-height: 2;
  letter-spacing: 3.5px;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .acc p {
  font-size: 24px;
  font-family: Barlow;
  font-weight: 300;
  color: #1D1D1D;
  line-height: 2;
  max-width: 738px;
  margin-top: 30px;
}
.oem-page .oem-3 .title .btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 15px;
  border-bottom: 1px solid #000;
}
.oem-page .oem-3 .title .btn a p {
  font-size: 16px;
  font-family: Montserrat;
  font-weight: 400;
  color: #000000;
  line-height: 1;
  text-transform: uppercase;
}
.oem-page .oem-3 .title .btn a i {
  display: inline-block;
  width: 39px;
  height: 6px;
  background: url(../images/bann3.png) no-repeat center;
  margin-left: 40px;
}
.oem-page .oem-3 .options {
  margin-top: 55px;
}
.oem-page .oem-3 .options ul {
  margin: 0 -5px;
}
.oem-page .oem-3 .options ul li {
  padding: 0 5px;
  
}
.oem-page .oem-3 .options ul li .box{
    background: #F0F0F0;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
    padding: 40px 15px;transition: 0.3s;
}
.oem-page .oem-3 .options ul li .box .desc{
    height: 140px;
    overflow-y: auto;
}
.oem-page .oem-3 .options ul li h4 {
    height: 44px;
  text-align: center;
  font-size: 22px;
  font-family: Barlow;
  font-weight: bold;
  color: #000000;
  line-height: 1.2;

  cursor: pointer;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.oem-page .oem-3 .options ul li .box:hover{
    background-color: var(--color);color: #fff;
}
.oem-page .oem-3 .options ul li .box:hover h4{
  color: #fff;
}
.oem-page .oem-3 .options ul li .box:hover i img{
    filter: brightness(0) invert(1);
}

.oem-page .oem-4 .topp .left {
  padding-right: 50px;
}
.oem-page .oem-4 .topp .left .acc {
  margin-top: 38px;
}
.oem-page .oem-4 .topp .left .acc ul {
  margin: -10px -15px;
}
.oem-page .oem-4 .topp .left .acc ul li {
  text-align: center;
  padding: 10px 15px;
}
.oem-page .oem-4 .topp .left .acc ul li .tit4 {
  font-size: 14px;

  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 5px;
}
.oem-page .oem-5 .topp .left {
  padding-left: 60px;
  vertical-align: middle;
}
.oem-page .oem-5 .topp .left .acc {
  margin-top: 40px;
}
.oem-page .oem-5 .topp .left .acc ul {
  margin: -20px -14px;
}
.oem-page .oem-5 .topp .left .acc ul li {
  padding: 20px 14px;
  text-align: center;
}
.oem-page .oem-5 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  line-height: 2;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-5 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-6 .topp .left {
  padding-right: 60px;
  margin-top: 13px;
}
.oem-page .oem-6 .topp .left .acc {
  margin-top: 60px;
}
.oem-page .oem-6 .topp .left .acc ul {
  margin: -20px -27px;
}
.oem-page .oem-6 .topp .left .acc ul li {
  padding: 20px 27px;
  text-align: center;
}
.oem-page .oem-6 .topp .left .acc ul li .tit4 {
  font-size: 14px;
  line-height: 2;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  opacity: 0.8;
  margin-top: 15px;
}
.oem-page .oem-6 .topp .left .acc ul li .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 42px;
  height: 42px;
  background: url(../images/oem-61.png) no-repeat center;
}
.oem-page .oem-7 .topp .left {
  vertical-align: middle;
  padding-left: 56px;
}
.oem-page .oem-7 .topp .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 18px;
}
.oem-page .oem-7 .topp .left .acc {
  margin-top: 90px;
}
.oem-page .oem-7 .topp .left .acc ul {
  margin: 0 -28px;
}
.oem-page .oem-7 .topp .left .acc ul li {
  padding: 0 28px;
}
.oem-page .oem-7 .topp .right {
  vertical-align: middle;
}
.oem-page .oem-8 .topp .left {
  padding-right: 60px;
}
.oem-page .oem-8 .topp .left p {
  font-size: 16px;
  font-family: Mulish;
  font-weight: 400;
  color: #000000;
  line-height: 2;
  opacity: 0.8;
  margin-top: 20px;
}
.oem-page .oem-8 .topp .left .acc {
  margin-top: 50px;
}
.oem-page .oem-8 .topp .left .acc ul {
  margin: -17.5px -28px;
}
.oem-page .oem-8 .topp .left .acc ul li {
  padding: 17.5px 28px;
}

.oem-page .oem-9 ul li {
  padding: 30px 15px;
  text-transform: capitalize;
}

.oem-page .oem-9 ul li .item{
  box-shadow: 0 0 5px 0 #eee;
  border-radius: 10px;
  padding: 20px;
  text-align: center;
}
.oem-page .title::before{
    display: none;
}
.oem-page .oem-10 .form{
    margin-top: 30px;
}
.oem-page .oem-10 .form ul {
    margin: -10px
}

.oem-page .oem-10 .form ul li {
    padding: 10px
}

.oem-page .oem-10 .form ul li.wid-100 {
    width: 100%
}

.oem-page .oem-10 .form ul li input,.oem-page .oem-10 .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 10px;
    border: 1px solid #eee;
    font-size: 14px;
    color: #000;
    background: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s
}

.oem-page .oem-10 .form ul li input:focus,.oem-page .oem-10 .form ul li textarea:focus {
    border-color: #000
}

.oem-page .oem-10 .form ul li textarea {
    height: 120px
}

.oem-page .oem-10 .form ul li input[type=submit] {
    width: auto;
    display: inline-block;
    padding: 10px 30px;
    background: #222;
    color: #fff
}

.oem-page .oem-10 .form ul li input[type=submit]:hover {
    opacity: .7
}
@media screen and (max-width: 1320px) {
  .oem-page .oem-3{
    padding: 80px 0;
  }
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit{
font-size: 36px;
  }
  .oem-page .oem-1 .tit {
    margin: 15px 0;
  }

  .oem-page .oem-3 .options ul li {
    width: 25%;
    margin: 10px 0;
  }

  .oem-page .oem-4 .topp .left .acc ul li {
    width: 25%;
  }

  .oem-page .oem-4 .topp .left {
    padding-right: 30px;
  }

  .oem-page .acc1 {
    padding-bottom: 50px;
  }

  .oem-page .oem-7 .topp .left .acc {
    margin-top: 40px;
  }

}
  @media screen and (max-width: 1100px) {
       .oem-page .oem-3 .options ul li {
    width: 33.3333%;
  }

  .oem-page .topp .left {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }

  .oem-page .topp .right {
    width: 100% !important;
    padding: 0 !important;
    margin-top: 30px;
  }
  .oem-page .oem-9 ul li{
      padding: 15px;
  }

  }
  @media screen and (max-width: 972px) {
.oem-page .oem-3{
        padding: 60px 0;
}

  .oem-page .oem-3 .title {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .oem-page .oem-3 .title .acc p {
    margin-top: 15px;
  }

  .oem-page .oem-3 .title .btn {
    margin-top: 25px;
  }

  .oem-page .oem-3 .options ul li {
    width: 50%;
  }

  .oem-page .oem-4 .topp .left .acc ul li {
    width: 33.33%;
  }
  }
  @media screen and (max-width: 768px) {
      .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit{
    font-size: 32px;
  }
  .oem-page .oem-3 .options ul li {
    width: 100%;
  }

  .oem-page .oem-3 .options ul li h4 {
    padding: 20px 0;
  }

  .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 50%;
  }

  .oem-page .oem-7 .topp .left .acc ul li {
    margin: 10px 0;
  }

  .oem-page .topp .left .tit {
    line-height: 1.5;
  }
  }

  @media screen and (max-width: 450px) {
  .oem-page .oem-1 .tit,
  .oem-page .topp .left .tit{
          font-size: 26px;
    line-height: 2;
  }
    .oem-page .oem-3{
            padding: 40px 0;
    }
      .oem-page .oem-3 .title .acc p {
    font-size: 16px;
  }
    .oem-page .oem-4 .topp .left .acc ul li,
  .oem-page .oem-5 .topp .left .acc ul li,
  .oem-page .oem-6 .topp .left .acc ul li,
  .oem-page .oem-7 .topp .left .acc ul li,
  .oem-page .oem-8 .topp .left .acc ul li {
    width: 100%;
  }
  }


.culture-page .init-1 .container .left {
    vertical-align: middle
}

.culture-page .init-1 .container .left img {
    width: 100%
}

.culture-page .init-1 .container .right {
    padding-left: 60px;
    vertical-align: middle
}

.culture-page .init-1 .container .right .tips {
    font-weight: 500;
    border-bottom: 1px solid #e1e1e1;
    text-transform: uppercase;
    padding-bottom: 10px
}

.culture-page .init-1 .container .right .title1 {
    margin-top: 20px;
    font-weight: 700
}

.culture-page .init-1 .container .right .des {
    color: #5e5e5e;
    margin-top: 30px;
    line-height: 1.8;
}

.culture-page .init-2 {
    background-color: #f9f9f9
}

.culture-page .init-2 .top .list ul li .box {
    position: relative;
    text-align: center;
    padding: 80px 0
}

.culture-page .init-2 .top .list ul li .box h4 {
    font-size: 24px;
    font-family: Montserrat;
    font-weight: 500;
    color: #000;
    line-height: 1.4;
}

.culture-page .init-2 .top .list ul li .box p {
    font-size: 18px;
    font-family: Montserrat;
    font-weight: 400;
    color: #424242;
    max-width: 330px;
    line-height: 1.8;
    height: 100px;
    margin: 0 auto;
    margin-top: 20px;
    overflow-y: auto;
}

.culture-page .init-2 .top .list ul li .box .acc {
    margin-top: 10px;
    padding-top: 40px;
    position: relative
}

.culture-page .init-2 .top .list ul li .box .acc .agg {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
    width: 80px;
    height: 80px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    background: var(--primary);
    border-radius: 50%
}

.culture-page .init-2 .top .list ul li .box .acc .agg:hover {
    background: #e50a14
}

.culture-page .init-2 .top .list ul li .box:after {
    content: '';
    position: absolute;
    right: -11px;
    top: 0;
    width: 1px;
    height: 100%
}

.culture-page .init-2 .top .list .swiper-pagination {
    bottom: 45px
}

.culture-page .init-2 .top .list .swiper-pagination span {
    display: inline-block;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    text-align: center;
    background: rgba(0,0,0,.8);
    margin-right: 12px;
    opacity: 1
}

.culture-page .init-2 .top .list .swiper-pagination span:last-child {
    margin-right: 0
}

.culture-page .init-2 .top .list .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: var(--primary)
}

.culture-page .init-2 .container .tips {
    font-weight: 500
}

.culture-page .init-2 .container .list_cont {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: 10px -10px 0
}

.culture-page .init-2 .container .list_cont .list {
    width: 330px;
    padding: 0 10px;
    margin-top: 20px
}

.culture-page .init-2 .container .list_cont .list .box {
    height: 100%;
    padding: 30px;
    border: 1px solid #000
}

.culture-page .init-2 .container .list_cont .list .box:hover {
    -webkit-transform: translateY(-5px);
    -moz-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px)
}

.culture-page .init-2 .container .list_cont .list .box .title {
    font-weight: 500;
    color: #3f3f3f
}

.culture-page .init-2 .container .list_cont .list .box .des {
    margin-top: 20px;
    color: #3f3f3f
}

.culture-page .init-2 .container .list_cont .list1 .box {
    border: none;
    padding-left: 0
}

.culture-page .init-2 .container .list_cont .list1 .box .des {
    margin-top: 0;
    padding-top: 0
}

.culture-page .init-2 .container .list_cont .list1 .box .more {
    margin-top: 20px;
    display: inline-block;
    padding: 12px 30px 12px 31px;
    background-color: var(--primary);
    border: 1px solid var(--primary);
    border-radius: 0
}

.culture-page .init-2 .container .list_cont .list1 .box .more:hover {
    color: var(--primary)
}

.culture-page .init-2 .container .list_cont .list1 .box .more:before {
    background: var(--white)
}

.culture-page .init-2 .container .list_cont .list1,.culture-page .init-2 .container .list_cont .list4 {
    width: -webkit-calc(-560%);
    width: -moz-calc(-560%);
    width: calc(100% - 660px)
}

.culture-page .init-3 .container .tips {
    font-weight: 500;
    text-align: center
}

.culture-page .init-3 .container .tips_des {
    max-width: 650px;
    margin: 10px auto 0;
    color: #8a8a8a;
    text-align: center
}

.culture-page .init-3 .container .list_cont {
    margin-top: 60px
}

.culture-page .init-3 .container .list_cont .list {
    background-color: #f9f9f9
}

.culture-page .init-3 .container .list_cont .list .left {
    position: relative;
    vertical-align: middle
}

.culture-page .init-3 .container .list_cont .list .left img {
    width: 100%
}

.culture-page .init-3 .container .list_cont .list .right {
    position: relative;
    vertical-align: middle;
    padding: 40px 70px
}

.culture-page .init-3 .container .list_cont .list .right .title {
    font-weight: 500
}

.culture-page .init-3 .container .list_cont .list .right .des {
    color: #878787;
    margin-top: 20px
}

.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
    left: 50%
}

.culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
    left: -50%
}
.culture-page .about-page .about-3 {
    padding-top: 60px;
    padding-bottom: 88px
}
.culture-page .about-page h2.title1 {
    font-size: 40px;
    font-weight: 900;
    font-style: italic;
    line-height: 2
}
.culture-page .about-page .about-3 .content {
    width: 80%;
    line-height: 1.8;
    margin-top: 0;
}
.culture-page .about-page .about-3 .img-list .list {
    margin-top: 30px
}

.culture-page .about-page .about-3 .img-list .list ul {
    margin-right: -20px
}

.culture-page .about-page .about-3 .img-list .list ul li {
    padding-right: 20px
}

.culture-page .about-page .about-3 .img-list .list ul.slick-dots {
    position: absolute;
    z-index: 2;
    left: 0;
    bottom: -16%;
    width: 100%;
    text-align: center;
    margin: 0
}
.culture-page .about-page .about-3 .img-list .list ul.slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: rgba(0,0,0,.8);
    display: inline-block;
    margin-right: 12px;
    transition: .5s;
    cursor: pointer;
    position: relative;
    padding: 0
}
.culture-page .about-page .about-3 .img-list .list ul.slick-dots li button {
    display: none
}

.culture-page .about-page .about-3 .img-list .list ul.slick-dots li:last-child {
    margin-right: 0
}

.culture-page .about-page .about-3 .img-list .list ul.slick-dots li.slick-active {
    background: var(--primary)
}
@media screen and (max-width: 1000px) {
    .culture-page .about-page h2.title1{
        font-size: 30px;
    }
    .culture-page .init-1 {
        text-align:center
    }

    .culture-page .init-1 .container .left {
        width: 100%;
        max-width: 460px
    }

    .culture-page .init-1 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
        text-align: center
    }

    .culture-page .init-1 .container .right .title1 {
        margin-top: 60px
    }

    .culture-page .init-2 .container .list_cont .list {
        width: 50%
    }
    .culture-page .init-2 .top .list ul li .box{
        padding: 70px 0;
    }
    .culture-page .init-3 .container .list_cont .list .left {
        width: 100%
    }

    .culture-page .init-3 .container .list_cont .list .right {
        width: 100%;
        margin-top: 20px;
        text-align: center
    }

    .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .left {
        left: 0
    }

    .culture-page .init-3 .container .list_cont .list:nth-child(2n-1) .right {
        left: 0
    }
    .culture-page .about-page .about-3 .content{
        width: 100%;
    }
}

@media screen and (max-width: 700px) {
        .culture-page .about-page h2.title1{
        font-size: 26px;
    }
    .culture-page .init-2 .container .tips {
        text-align:center
    }

    .culture-page .init-2 .container .list_cont .list {
        width: 100%;
        text-align: center
    }

    .culture-page .init-3 .container .list_cont .list .right {
        padding: 20px 16px
    }
    .culture-page .init-2 .top .list ul li .box{
        padding: 30px 0;
    }
}

@media screen and (max-width: 500px) {
    .culture-page .init-1 .container .right .title1 {
        margin-top:20px
    }

    .culture-page .init-1 .container .right .des {
        margin-top: 16px;
        line-height: 30px;
    }

    .culture-page .init-2 .container .list_cont {
        margin-top: 0
    }

    .culture-page .init-2 .container .list_cont .list {
        margin-top: 20px
    }

    .culture-page .init-2 .container .list_cont .list .box {
        padding: 20px 16px
    }

    .culture-page .init-2 .container .list_cont .list1 .box {
        padding-top: 0
    }

    .culture-page .init-3 .container .list_cont {
        margin-top: 40px
    }
}