#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: #009b4d;
}

#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: #009b4d;
}

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

#pups_from2 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #009b4d;
  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: #009b4d;
  border: 1px solid #fff;
}

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

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}

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

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }

  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }

  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }

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

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

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #009b4d;
  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: 1000px) {
  .font-25 {
    font-size: 18px;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  font-family: "Lato";
  font-weight: normal;
  font-size: 18px;
  --color: #009b4d;
  --index-color1: #009b4d;
  --inner-color1: #009b4d;
  --index-color2: #989898;
  margin: 0 auto;
}

.container {
  width: 1530px;
}

.wrapper {
  width: 1805px;
  margin: 0 auto;
  padding: 0 15px;
}

.f-color {
  color: #009b4d;
}

.color-ff {
  color: #fff;
}

.color-00 {
  color: #000;
}

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

.lh-1 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.pt-280 {
  padding-top: 190px;
}

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

#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: 108px;
  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;
}

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

#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 24px;
  font-size: 20px;
  font-weight: bold;
  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: #009b4d;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  color: #009b4d;
}

#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 #009b4d;
  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: 12px;
  -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: #009b4d;
  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-language {
  position: relative;
  cursor: pointer;
  margin-right: 40px;
}

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

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

#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 img {
  -webkit-filter: none;
  filter: none; 
}

#header .nav .ui.menu .right .h-inquire {
  width: auto;
  height: 55px;
  padding: 5px 22px;
  background-color: #009b4d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 20px;
  font-family: "Syne";
  font-weight: bold;
  color: #fff;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}

#header .nav .ui.menu .right .h-inquire img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  -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-inquire:hover {
  background: #fff;
  color: #009b4d;
  border-color: #009b4d;
}

#header .nav .ui.menu .right .h-inquire:hover img {
  -webkit-filter: none;
  filter: none;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.btn-go01 {
  background-color: #fff;
  padding: 18px 22px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: inline-block;
}

.btn-go01 .txt {
  font-weight: bold;
}

.btn-go01 .icobox {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  width: 54px;
  height: 54px;
  background-color: #009b4d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #fff;
}

.btn-go01:hover {
  background-color: #009b4d;
  color: #fff;
}

.btn-go01:hover .icobox {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
  background-color: #fff;
  color: #009b4d;
}

#banner {
  margin-top: 108px;
}

#banner .banner-content {
  height: 45vw;
  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%;
}

#banner .banner-content .swiper-slide .txt-content h3 {
  font-weight: bold;
  max-width: 872px;
  line-height: 1.2;
}

.more1 {
  width: auto;
  height: 54px;
  border-radius: 27px;
  border: solid 1px #ffffff;
  font-weight: bold;
  font-size: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  cursor: pointer;
  padding: 0 5px 0 20px;
  color:#fff;
}

.more1 p {
  width: 46px;
  height: 46px;
  background-color: #fff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: #000;
  margin-left: 9px;
}

.more1:hover {
  background: #fff;
  color: #000;
}

.more1:hover p {
  background: #000;
  color: #fff;
}

.more1.ttblack {
  border: solid 1px rgba(0, 0, 0, 0.33);
  color: #000;
}

.more1.ttblack p {
  color: #fff;
  background: #000;
}

.more1.ttblack:hover {
  background-color: #000;
  color: #fff;
}

.more1.ttblack:hover p {
  background: #fff;
  color: #000;
}

@-webkit-keyframes typean {
  0% {
    -webkit-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-moz-keyframes typean {
  0% {
    -moz-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@-o-keyframes typean {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes typean {
  0% {
    -webkit-transform: translateX(100%);
    -moz-transform: translateX(100%);
    -o-transform: translateX(100%);
    transform: translateX(100%);
    opacity: 0;
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    opacity: 1;
  }
}

.typeans {
  -webkit-animation: typean 0.5s 1 linear forwards;
  -moz-animation: typean 0.5s 1 linear forwards;
  -o-animation: typean 0.5s 1 linear forwards;
  animation: typean 0.5s 1 linear forwards;
}

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

#index-body .init-1 .advantage {
  background: #0d0d0d url(../images/pro_bg.png) no-repeat left bottom -40px;
  color: #fff;
}

#index-body .init-1 .type {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(74%, #000), color-stop(60%, #fff));
  background: -webkit-linear-gradient(top, #000 74%, #fff 60%);
  background: -moz-linear-gradient(top, #000 74%, #fff 60%);
  background: -o-linear-gradient(top, #000 74%, #fff 60%);
  background: linear-gradient(to bottom, #000 74%, #fff 60%);
  position: relative;
}

#index-body .init-1 .type li .box {
  color: #fff;
  position: relative;
}
#index-body .init-1 .type li .box .container{
  overflow: hidden;
}
#index-body .init-1 .type li .box .left {
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

#index-body .init-1 .type li .box .left img {
  height: 100%;
}

#index-body .init-1 .type li .box .right {
  width: 50%;
  margin: 0 0 0 auto;
  position: relative;
  z-index: 4;
  background: #009b4d;
  -webkit-transform: translateX(100%);
  -moz-transform: translateX(100%);
  -ms-transform: translateX(100%);
  -o-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0;
}

#index-body .init-1 .type li .box .right .mt {
  display: inline-block;
  text-align: center;
  margin-left: 194px;
  position: relative;
  z-index: 3;
}

#index-body .init-1 .type li .box .right .t1 {
  width: 145%;
  margin-left: -45%;
  line-height: 1.1;
}

#index-body .init-1 .type li .box .right .t1 span {
  position: relative;
  z-index: 3;
  display:block;
  height: 200px;
}
#index-body .init-1 .type li .box .right .t1 .tzsx{
    width: 160%;
    margin-left: -60%;
}
#index-body .init-1 .type li .box .right .t1.tzsx span {
  font-size: 90px;
}


#index-body .init-1 .type li .box .right .cont {
  padding: 0 58px;
  line-height: 1.3;
  z-index: 2;
  position: relative;
  z-index: 3;
}

#index-body .init-1 .type li .box .right .border {
  width: 145%;
  margin-left: -45%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.53);
  position: relative;
}

#index-body .init-1 .type li .box .right .border::before {
  content: "";
  position: absolute;
  width: 442px;
  height: 319px;
  background: url(../images/p1.png) no-repeat left top;
  right: 0;
  bottom: 0;
  z-index: -1;
}

#index-body .init-1 .type li .box .right .border::after {
  content: "";
  position: absolute;
  width: 532px;
  height: 319px;
  background: url(../images/p2.png) no-repeat left top;
  right: 0;
  top: 1px;
  z-index: -1;
}

#index-body .init-1 .type li .box .right .field {
  padding: 0 58px;
  width: 65%;
}

#index-body .init-1 .type li .box .right .field .in-box .img-box {
  border-radius: 50%;
}

#index-body .init-1 .type li .box .right .field .in-box .ttbox {
  line-height: 1.1;
}

#index-body .init-1 .type .btnBox {
  position: absolute;
  bottom: 0;
  left: 0;
  height: 10px;
  width: 100%;
}

#index-body .init-1 .type .slickBtn {
  position: absolute;
  right: 7%;
  bottom: 40px;
}

#index-body .init-1 .type .slickBtn div {
  width: 54px;
  height: 54px;
  border: solid 1px #ffffff;
  background-color: transparent;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-1 .type .slickBtn div i {
  font-size: 24px;
}

#index-body .init-1 .type .slickBtn div:hover {
  background-color: #000;
  color: #fff;
  border-color: #000;
}

#index-body .init-1 .type .slickBtn .next {
  margin-left: 9px;
}

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

#index-body .init-2 .about {
  background: url(../images/bg.png) no-repeat left top;
}

#index-body .init-2 .about .top {
  position: relative;
  z-index: 4;
}

#index-body .init-2 .about .top .t1 span {
  color: #009b4d;
}

#index-body .init-2 .about .top .left {
  width: 35%;
}

#index-body .init-2 .about .top .right {
  width: 51%;
  color: #5b5b5b;
  max-height: 330px;
  overflow-y: auto;
}

#index-body .init-2 .about .top .right span {
  color: #009b4d;
  font-weight: bold;
}

#index-body .init-2 .about .bottom {
  margin-top: -140px;
  position: relative;
}

#index-body .init-2 .about .bottom .bg2 {
  position: absolute;
  right: 30px;
  bottom: -65px;
}

#index-body .init-2 .about .bottom .play-btn {
  left: 0;
  width: 102px;
  height: 102px;
  bottom: 75px;
  top: auto;
  -webkit-transform: none;
  -moz-transform: none;
  -ms-transform: none;
  -o-transform: none;
  transform: none;
  font-size: 28px;
}

#index-body .init-2 .about .bottom .play-btn i {
  border: none;
}

#index-body .init-2 .about .dates {
  padding: 120px 0 60px;
}

#index-body .init-2 .about .dates 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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
}

#index-body .init-2 .about .dates ul li {
  width: 18%;
}

#index-body .init-2 .about .dates ul li p {
  border-top: 2px solid rgba(111, 111, 111, 0.54);
  color: #4b4b4b;
  line-height: 2;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-2 .about .dates ul li .num {
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-2 .about .dates ul li:hover p {
  color: #009b4d;
  border-top: 2px solid #009b4d);
}

#index-body .init-2 .about .dates ul li:hover .num {
  color: #009b4d;
}

#index-body .init-3 {
  background: #efefef;
  overflow: hidden;
}

#index-body .init-3 .center .swiper {
  overflow: visible;
}

#index-body .init-3 .center .box {
  background: #fff;
  position: relative;
}

#index-body .init-3 .center .box:hover .text1 {
  opacity: 1;
}
#index-body .init-3 .center .box:hover .text{
  opacity: 0;
}

#index-body .init-3 .center .box .text{
   position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transition:all 0.5s;
}
#index-body .init-3 .center .box .text .img{
  transition:all 0.5s;
  clip-path: circle(32% at 50% 38%);

}
#index-body .init-3 .center .box:hover .text .img{
  clip-path: circle(100% at 50% 35%);
}
#index-body .init-3 .center .box .text .img img {
  margin: 0 auto;
  display: block;
}

#index-body .init-3 .center .box .text .line {
  background: #727272;
  height: 1px;
  opacity: 0.11;
}
#index-body .init-3 .center .box .text .tt{
  position: absolute;
  bottom: 40px;
  margin: 0 40px;transition:all 0.5s;
  width: calc(100% - 80px);
  padding-top: 30px;
  border-top: 1px solid rgba(114, 114, 114, 0.11);
}

#index-body .init-3 .center .box .text1 {
 
  color: #fff;
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-3 .center .box .text1>img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  min-height: 330px;
}

#index-body .init-3 .center .box .text1 .txt {
  position: absolute;
  bottom: 30px;
  width: 100%;
  padding: 0 28px 0 18px;
  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;
}

#index-body .init-3 .center .box .text1 .txt .t2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

#index-body .init-3 .center .box .text1 .txt .jt {
  width: 52px;
  height: 52px;
  background-color: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-3 .center .box .text1 .txt .jt i {
  font-size: 24px;
  color: #0d0d0d;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

#index-body .init-3 .center .box .text1 .txt .jt:hover {
  background: #009b4d;
}

#index-body .init-3 .center .box .text1 .txt .jt:hover i {
  color: #fff;
}

#index-body .init-3 .center .btn {
  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;
}

#index-body .init-3 .center .btn .pagination {
  letter-spacing: -5px;
  color: #8f8f8f;
}

#index-body .init-3 .center .btn .pagination span {
  letter-spacing: -2px;
}

#index-body .init-3 .center .btn .pagination span::before {
  content: "0";
}
#index-body .init-3 .center .btn .pagination span.sx::before{
  display: none;
}
#index-body .init-3 .center .btn .pagination .swiper-pagination-current {
  color: #303030;
}

#index-body .init-3 .center .btn .rig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#index-body .init-3 .center .btn .rig div {
  cursor: pointer;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  border: 1px solid #0d0d0d;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#index-body .init-3 .center .btn .rig div i {
  font-size: 24px;
  color: #0d0d0d;
}

#index-body .init-3 .center .btn .rig div:hover {
  background: #009b4d;
  border: 1px solid #009b4d;
}

#index-body .init-3 .center .btn .rig div:hover i {
  color: #fff;
}

#index-body .init-3 .center .btn .rig .prev {
  margin-right: 10px;
}

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

#index-body .init-4 .mk-ttbox .desc {
  color: rgba(0, 0, 0, 0.53);
  max-width: 342px;
  line-height: 1.3;
}

#index-body .init-4 .news-list .box .border {
  display: block;
  height: 4px;
  width: 100%;
  background-color: #000;
}

#index-body .init-4 .news-list .box .txtBox .desc {
  color: rgba(0, 0, 0, 0.53);
}

#index-body .init-4 .news-list .slick-current .box .border {
  background-color: #01386c;
}

#index-body .init-4 .waves {
  position: absolute;
  height: 500px;
  width: 100%;
  bottom: 0;
  left: 0;
  z-index: -1;
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}

#index-body .init-5 .form {
  margin-top: -85px;
  position: relative;
  z-index: 6;
  background-image: url(../images/contact.png);
  background-repeat: no-repeat;
  background-position: top left;
  -o-background-size: cover;
  background-size: cover;
  padding-top: 180px;
}

#index-body .init-5 .form .text .box {
  width: 35%;
  color: #fff;
}

#index-body .init-5 .form .text .box .cont {
  opacity: 0.53;
}

#index-body .init-5 .form .text form li {
  margin-top: 18px;
}

#index-body .init-5 .form .text form li input {
  width: 100%;
  height: 50px;
  padding: 0 12px;
  background: none;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

#index-body .init-5 .form .text form li input::-webkit-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#index-body .init-5 .form .text form li input:-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#index-body .init-5 .form .text form li input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#index-body .init-5 .form .text form li input:-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#index-body .init-5 .form .text form li input::-ms-input-placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#index-body .init-5 .form .text form li input::placeholder {
  color: rgba(255, 255, 255, 0.7);
}

#index-body .init-5 .form .btn {
  position: absolute;
  right: 0;
  bottom: 0;
  color: #fff;
  width: 675px;
  background-image: -webkit-linear-gradient(78deg, #01386c 23%, #2c82ff 100%), -webkit-linear-gradient(#012369, #012369);
  background-image: -moz-linear-gradient(78deg, #01386c 23%, #2c82ff 100%), -moz-linear-gradient(#012369, #012369);
  background-image: -o-linear-gradient(78deg, #01386c 23%, #2c82ff 100%), -o-linear-gradient(#012369, #012369);
  background-image: linear-gradient(12deg, #026e38 23%, #08b55e 100%), linear-gradient(#026e38, #026e38);
  padding: 40px 60px 25px 90px;
}

#index-body .init-5 .form .btn .btn-go01 {
  padding-left: 35px;
}

#index-body .init-5 .form .btn .btn-go01:hover .txt {
  color: #fff;
}



#footer {
  background-color: #026e38;
  color: #fff;
}

#footer .top {
  position: relative;
  border-bottom: 1px solid rgba(255, 255, 255, 0.11);
}

#footer .top .right ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

#footer .top .right ul li {
  margin-left: 75px;
}

#footer .top .right ul li .sub-menu {
  display: none;
}

#footer .top-box::before {
  content: "";
  display: block;
  width: 404px;
  height: 245px;
  background: url(../images/f-bg1.png) no-repeat left top / 100%;
  left: 0;
  bottom: 0;
  position: absolute;
}

#footer .top-box::after {
  content: "";
  display: block;
  width: 468px;
  height: 245px;
  background: url(../images/f-bg2.png) no-repeat left top / 100%;
  left: 0;
  top: 100%;
  position: absolute;
}

#footer .f-box .f-contact {
  max-width: 510px;
}

#footer .f-box .f-contact ul {
  margin-top: 25px;
}

#footer .f-box .f-contact ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  word-break: break-all;
}

#footer .f-box .f-contact ul li .icon {
  margin-right: 20px;
  padding-top: 5px;
}

#footer .f-box .f-contact ul li .text {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  color: rgba(255, 255, 255, 0.5);
}

#footer .f-box .f-copy {
  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;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  max-width: 60%;
}

#footer .f-box .f-copy #ewm {
  width: 92px;
  height: 93px;
  background: #fff;
  border: 6px solid #fff;
  margin: 0 0 0 auto;
}

#footer .f-box .f-copy .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: end;
}

#footer .f-box .f-copy .share a {
  width: 35px;
  height: 35px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  margin-left: 14px;
}

#footer .f-box .f-copy .svg {
  font-size: 15px;
}

#footer .f-box .f-copy .svg span {

}
#footer .f-box .f-copy .svg span svg{
display: inline-block;
  vertical-align: middle;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  fill: #fff;
}
@media (max-width: 1800px) {
  .pt-280 {
    padding-top: 260px;
  }

  .pb-230 {
    padding-bottom: 210px;
  }

  .wrapper {
    width: 1600px;
  }

  #header .nav .ui.menu {
    width: 76%;
  }

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

@media (max-width: 1700px) {
  .pt-280 {
    padding-top: 230px;
  }

  .pb-230 {
    padding-bottom: 180px;
  }

  .wrapper {
    width: 1400px;
  }
  #header .nav .ui.menu .right .h-inquire{
    font-size: 18px;
  }
  #header .nav .ui.menu {
    width: 80%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    margin: 0 14px;
    font-size: 18px;
  }

  #index-body .init-1 .type li .box .right .mt {
    margin-left: 100px;
  }

  #index-body .init-1 .type li .box .right .t1.tzsx span {
    font-size: 72px;
  }

}

@media (max-width: 1450px) {
  .pt-280 {
    padding-top: 180px;
  }

  .pb-230 {
    padding-bottom: 150px;
  }

  .wrapper {
    width: 1200px;
  }

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

  #header .nav .ui.menu .right .h-inquire {
    padding: 5px 18px;
    font-size: 16px;
  }

  #header .nav .ui.menu .right .h-language {
    margin-right: 20px;
  }

  #index-body .init-1 .type li .box .right .field {
    padding: 0 10px 0 58px;
  }

  #index-body .init-1 .type .slickBtn {
    right: 5%;
  }

  #index-body .init-2 .about .bottom .bg2 {
    zoom: 0.7;
  }

  #footer .f-box .f-contact {
    max-width: 460px;
  }

  #footer .f-box .f-copy {
    max-width: 50%;
  }

  #footer .f-box .f-copy .svg a {
    display: inline-block;
  }
  #index-body .init-1 .type li .box .right .t1 span {
height: 160px;
  }
  #index-body .init-1 .type li .box .right .t1.tzsx span {
    font-size: 62px;
  }
}

@media (max-width: 1250px) {
  .pt-280 {
    padding-top: 100px;
  }

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

  .wrapper {
    width: 970px;
  }

  #banner {
    margin-top: 60px;
  }

  .btn-go01 {
    padding: 8px 22px;
  }

  .btn-go01 .icobox {
    width: 48px;
    height: 48px;
    margin-left: 20px;
  }

  #index-body .init-1 .type li .box .right .t1::before,
  #index-body .init-1 .type li .box .right .t1::after {
    display: none;
  }

  #index-body .init-1 .advantage .right ul li .img {
    zoom: 0.8;
  }

  #index-body .init-1 .type li .box .right .cont {
    padding: 0 30px;
  }

  #index-body .init-1 .type li .box .right .field {
    padding: 0 10px 0 30px;
  }

  #index-body .init-1 .type li .box .right .border::after,
  #index-body .init-1 .type li .box .right .border::before {
    display: none;
  }

  #index-body .init-1 .type .slickBtn {
    right: 4%;
  }

  #index-body .init-1 .type .slickBtn div {
    width: 48px;
    height: 48px;
  }

  #index-body .init-2 .about .dates {
    padding: 100px 0 60px;
  }

  #index-body .init-2 .about .top .right {
    width: 62%;
  }

  #index-body .init-2 .about .bottom .play-btn {
    width: 85px;
    height: 85px;
  }

  #index-body .init-4 {
    padding-bottom: 120px;
  }

  #index-body .init-5 .form .text .box {
    width: 40%;
  }

  #index-body .init-5 .form .btn {
    width: 50%;
  }

  #footer .f-box .f-copy .svg {
    margin-top: 30px;
  }

  #footer .f-box .f-copy .svg p {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: end;
  }

  #footer .top .left {
    padding-left: 0;
  }

  #footer .top .right ul li {
    margin-left: 40px;
  }
  #index-body .init-1 .type li .box .right .t1.tzsx span {
    font-size: 52px;
  }
  #index-body .init-1 .type li .box .right .t1 span {
height: 140px;
  }
}

@media (max-width: 1000px) {
  .pt-280 {
    padding-top: 80px;
  }

  .pb-230 {
    padding-bottom: 60px;
  }

  .wrapper {
    width: 700px;
  }

  #banner {
    margin-top: 60px;
  }

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

  .btn-go01 {
    padding: 5px 10px;
  }

  .btn-go01 .icobox {
    width: 40px;
    height: 40px;
  }

  .more1 {
    zoom: 0.8;
  }

  #index-body .init-1 .type li .box .left {
    position: static;
    width: 700px;
    padding: 0 15px;
    margin: 0 auto;
  }

  #index-body .init-1 .type li .box .right {
    opacity: 1;
    width: 100%;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    padding-left: 30px;
    padding-right: 30px;
  }

  #index-body .init-1 .type li .box .right .t1 {
    width: 100%;
    margin-left: 0;
    padding-left: 0;
  }

  #index-body .init-1 .type li .box .right .mt {
    margin-left: 0;
    text-align: left;
  }

  #index-body .init-1 .type li .box .right .cont {
    margin-left: 0;
    padding: 0;
  }

  #index-body .init-1 .type li .box .right .field {
    padding: 0;
  }

  #index-body .init-1 .advantage .left .cont {
    width: 100%;
  }

  #index-body .init-1 .advantage .right {
    margin-top: 40px;
  }

  #index-body .init-1 .type li .box .right .border {
    width: 100%;
    margin-left: 0;
  }

  #index-body .init-2 .about .dates ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 -10px;
  }

  #index-body .init-2 .about .dates ul li {
    width: 33.3%;
    margin: 10px 0;
    padding: 0 10px;
  }

  #index-body .init-2 .about .bottom .bg2 {
    display: none;
  }

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

  #index-body .init-2 .about .bottom {
    margin-top: -30px;
  }

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

  #index-body .init-2 .about .bottom .play-btn {
    left: 50px;
  }

  #index-body .init-2 .about {
    background: none;
  }

  #index-body .init-2 .about .dates {
    padding: 40px 0;
  }

  #index-body .init-3 .center .btn {
    display: none;
  }

  #index-body .init-3 .center .swiper {
    overflow: hidden;
  }

  #index-body .init-5 .form .text .box {
    width: 100%;
  }

  #index-body .init-5 .form {
    padding-bottom: 0;
    margin-top: -110px;
  }

  #index-body .init-5 .form .btn {
    position: static;
    margin: 40px 0 0 auto;
  }

  #footer .top .right {
    display: none;
  }

  #footer .top .left img {
    zoom: 0.8;
  }

  #footer .top::before,
  #footer .top::after {
    display: none;
  }

  #footer .f-box .f-contact {
    max-width: 100%;
  }

  #footer .f-box .f-copy {
    max-width: 100%;
    margin-top: 4%;
  }

  #footer .f-box .f-copy #ewm {
    margin-left: 0;
  }

  #footer .f-box .f-copy .share {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  #footer .f-box .f-copy .svg p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: center;
    align-items: center;
  }
  #index-body .init-1 .type li .box .right .t1.tzsx span {
    font-size: inherit;
  }

}

@media (max-width: 700px) {
  .pt-280 {
    padding-top: 40px;
  }

  .pb-230 {
    padding-bottom: 30px;
  }

  .wrapper {
    width: 100%;
  }

  #index-body .init-1 .type li .box .left {
    width: 100%;
  }

  #index-body .init-2 .about .bottom {
    margin-top: -40px;
  }

  #index-body .init-2 .about .bottom .img img {
    height: 250px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  #index-body .init-2 .about .bottom .play-btn {
    bottom: 50px;
  }
  #index-body .init-3 .center .box .text .tt{
    margin: 0 20px;
    width: calc(100% - 40px);
  }

  #index-body .init-4 .waves {
    height: 300px;
  }

  #index-body .init-4 {
    padding-bottom: 72px;
  }

  #index-body .init-4 .top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -moz-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  #index-body .init-4 .top .more1 {
    margin-top: 5%;
  }

  #index-body .init-5 .form .btn {
    width: 100%;
  }

  #footer .top .left img {
    zoom: 0.6;
  }

  #footer .f-box .f-copy .svg p {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}

@media (max-width: 500px) {
  .pt-280 {
    padding-top: 30px;
  }

  .more1 {
    zoom: 0.6;
  }

  #index-body .init-1 .type li .box .right .field {
    width: 100%;
  }

  #index-body .init-1 .type li .box .right {
    padding-left: 15px;
    padding-right: 15px;
  }

  #index-body .init-1 .type .btnBox {
    position: static;
    display: none;
  }
  #index-body .init-1 .type li .box .right .t1 span {
    height: auto;margin-bottom: 10px;
  }
  #index-body .init-2 .about .dates ul li {
    width: 100%;
  }

  #index-body .init-2 .about .bottom {
    margin-top: 0;
  }

  #index-body .init-5 .form .btn {
    padding: 20px 30px;
  }
}
/*--inner page---*/

.tipsTitleCont {
  font-weight: bold;

}

.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
}

.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: #009b4d;
  border-radius: 50%;
  margin: 7px 10px 0 0;
}

.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  letter-spacing: 4px;
}

.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;
}
.img_bg {
    -o-background-size: contain;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat
}

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

.grid-box .column {
    width: 100%;
}
.grid-box.two>.column {
    width: 50%;
}
.grid-box.three>.column {
    width: 33.33333%;
}
.grid-box.four>.column {
    width: 25%;
}
.grid-box.five>.column {
    width: 20%;
}
.grid-box.six>.column {
    width: 16.6666667%;
}
.grid-box.seven>.column {
    width: 14.285714%;
}
.grid-box.eight>.column {
    width: 12.55%;
}
.grid-box.nine>.column {
    width: 11.11111111%;
}
.grid-box.ten>.column {
    width: 10%;
}

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

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

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

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

}

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

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

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

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

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

}

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

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

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

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

}

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

.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@-webkit-keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@-moz-keyframes transAni {
  0% {
    -moz-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }
}

@-o-keyframes transAni {
  0% {
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes transAni {
  0% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }

  100% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
}

@-webkit-keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

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

@-moz-keyframes transAni2 {
  0% {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

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

@-o-keyframes transAni2 {
  0% {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

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

@keyframes transAni2 {
  0% {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    -webkit-transform: translateX(-100%);
    -moz-transform: translateX(-100%);
    -o-transform: translateX(-100%);
    transform: translateX(-100%);
  }
}



@-webkit-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-moz-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@-o-keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

@keyframes circle {
  0% {
    opacity: 1;
  }

  40% {
    opacity: 1;
  }

  100% {
    width: 200%;
    height: 200%;
    opacity: 0;
  }
}

.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 108px;

}


.inner_banner .textAniC {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}

.inner_banner .textAniC .text .c {
  font-size: 450px;
  font-weight: bold;
  text-transform: uppercase;
  color: #f6f6f6;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner_banner .container {
  position: relative;
  z-index: 2;
}

.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

.inner_banner .cont {
  padding: 180px 0 100px 0;
}

.inner_banner .cont .title {
  font-weight: bold;
}

.inner_banner .cont .mbx {
  font-size: 0;
  font-weight: bold;
  margin-top: 10px;
}

.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}

.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.inner_banner .cont .mbx a:hover {
  color: #009b4d;
}

.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}

.inner_banner .cont .mbx a:first-child::before {
  display: none;
}

.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 13px;
  left: 7px;
  background-color: #000;
}

.solution-page .init-1 {
  z-index: 2;
  position: relative;
  overflow: hidden;
}

.solution-page .init-1 .subImg {
  width: 36%;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

.solution-page .init-1 .container .right {
  width: 65%;
  margin-left: auto;
}

.solution-page .init-1 .container .right .cont {
  margin-top: 30px;
  max-width: 650px;
  padding: 30px 0 60px 80px;
  position: relative;
}

.solution-page .init-1 .container .right .cont .line {
  width: 2000px;
  height: 1px;
  background-color: #d2d2d2;
  position: absolute;
  top: 0;
  left: 80px;
}

.solution-page .init-1 .container .right .cont .title {
  font-weight: 600;
  max-width: 560px;
}

.solution-page .init-1 .container .right .cont .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 10px;
  line-height: 32px;
}

.solution-page .init-1 .container .right .cont .more {
  margin-top: 30px;
}

.solution-page .init-2 {
  background-color: #f6f6f6;
}

.solution-page .init-2 .container .left {
  width: 35%;
  padding-right: 20px;
}

.solution-page .init-2 .container .left .img {
  margin-top: 180px;
  width: 140px;
  display: block;
}

.solution-page .init-2 .container .right {
  width: 65%;
  font-weight: bold;
}

.solution-page .init-2 .container .right .title {

}

.solution-page .init-2 .container .right .des {
  margin-top: 30px;
  font-weight: 500;
}

.solution-page .init-2 .container .right .des em {
  color: #009b4d;
}

.solution-page .init-3 {
  position: relative;
}

.solution-page .init-3 .sub {
  position: absolute;
  top: -1px;
  right: 80px;
  width: 0;
  height: 0;
  border-top: 170px solid #f6f6f6;
  border-right: 180px solid transparent;
  z-index: 2;
}

.solution-page .init-3 .container {
  width: 100%;
}

.solution-page .init-3 .img {
  height: 600px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}

.solution-page .init-4 {
  position: relative;
}

.solution-page .init-4 .sub {
  position: absolute;
  width: 100%;
  height: 340px;
  bottom: 0;
  left: 0;
  background-color: #f6f6f6;
}

.solution-page .init-4 .container {
  position: relative;
  z-index: 2;
}

.solution-page .init-4 .container .left {
  width: 50%;
}

.solution-page .init-4 .container .left ul li {
  display: none;
}

.solution-page .init-4 .container .left ul li .img {
  width: 100%;
}

.solution-page .init-4 .container .right {
  width: 50%;
  background-color: #fff;
  padding: 30px 50px 70px 50px;
}

.solution-page .init-4 .container .right .line {
  height: 1px;
  margin-top: 30px;
  background-color: #000000;
}

.solution-page .init-4 .container .right .content {
  margin-top: 20px;
}

.solution-page .init-4 .container .right .content ul li .box {
  cursor: pointer;
  position: relative;
  padding: 20px 0 25px 0;
  border-bottom: 1px solid #d2d2d2;
}

.solution-page .init-4 .container .right .content ul li .box .title {
  font-weight: 600;

}

.solution-page .init-4 .container .right .content ul li .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  display: none;
  line-height: 1.8;
}

.solution-page .init-4 .container .right .content ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.solution-page .init-4 .container .right .content ul li.active .box::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.solution-page .init-5 {
  background-color: #f6f6f6;
}

.solution-page .init-5 .container .tipsTitleCont {
  max-width: 800px;
}

.solution-page .init-5 .container .content {
  margin-top: 60px;
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide {
  height: auto;
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  background-color: #fff;
  padding: 30px 30px 40px 30px;
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img {
  display: block;
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .img img {
  display: block;
  margin: auto;
  max-width: 300px;clip-path: circle(50% at 50% 50%);transform:scale(1);
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title {
  margin-top: 20px;
  display: block;
  font-weight: 600;

}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .title:hover {
  color: #009b4d;
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .des {
  margin-top: 10px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.5);
  padding-bottom: 20px;
  border-bottom: 1px solid #d2d2d2;
  line-height: 1.8;
}

.solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box .more {
  margin-top: 20px;
}

.solution-page .init-5 .container .content .sPage {
  margin-top: 60px;
}

.solution-page .init-5 .container .content .sPage .swiper-pagination-bullets {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet {
  margin: 3px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid rgba(191, 0, 0, 0);
  opacity: 1;
  background-color: #f6f6f6;
  -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;
}

.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet::before {
  content: '';
  position: relative;
  display: block;
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 50%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active {
  border: 1px solid #009b4d;
}

.solution-page .init-5 .container .content .sPage .swiper-pagination-bullet-active::before {
  background-color: #009b4d;
}

@media (max-width: 1500px) {
  .inner_banner .textAniC {
    top: 34px;
  }

  .inner_banner .textAniC .text .c {
    font-size: 360px;
  }

  .solution-page .init-3 .sub {
    border-top: 100px solid #f6f6f6;
    border-right: 100px solid transparent;
  }
}

@media (max-width: 1250px) {
  .inner_banner{
    margin-top: 60px;
  }
  .inner_banner .textAniC {
    top: 40px;
  }

  .inner_banner .textAniC .text .c {
    font-size: 260px;
  }

  .solution-page .init-3 .img {
    height: 400px;
  }

  .solution-page .init-4 .container .left {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
  }

  .solution-page .init-4 .container .right {
    padding: 40px 0;
    padding-top: 0;
    width: 100%;
  }
}

@media (max-width: 1000px) {

  .inner_banner .textAniC .text .c {
    font-size: 160px;
  }

  .inner_banner .cont {
    padding: 40px 0;
  }

  .solution-page .init-1 .container .right {
    width: 100%;
  }

  .solution-page .init-1 .container .right .cont {
    padding-left: 0;
  }

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

  .solution-page .init-2 .container .left {
    width: 100%;
    padding-right: 0;
  }

  .solution-page .init-2 .container .left .img {
    margin-top: 20px;
  }

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

  .solution-page .init-3 .sub {
    display: none;
  }

  .solution-page .init-3 .img {
    height: 300px;
    background-attachment: unset;
  }
}

@media (max-width: 700px) {
  .inner_banner .textAniC .text .c {
    font-size: 100px;
  }

  .solution-page .init-3 .img {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
    .tipsTitleCont .tipsTitle2 {
    margin-top: 10px;
  }
  .inner_banner .textAniC {
    top: 30px;
  }

  .inner_banner .textAniC .text .c {
    font-size: 80px;
  }

  .solution-page .init-1 .container .right .cont {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .solution-page .init-2 .container .left .img {
    width: 80px;
  }

  .solution-page .init-3 .img {
    height: 48vw;
  }

  .solution-page .init-4 .container .right .line {
    margin-top: 10px;
  }

  .solution-page .init-4 .container .right .content ul li .box {
    padding: 10px 0;
  }

  .solution-page .init-5 .container .content {
    margin-top: 20px;
  }

  .solution-page .init-5 .container .content .swiper .swiper-wrapper .swiper-slide .box {
    padding: 20px 16px;
  }

  .solution-page .init-5 .container .content .sPage {
    margin-top: 20px;
  }
}

.product-yd-page .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}

.product-yd-page .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 40px;
}

.product-yd-page .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;

}

.product-yd-page .init-1 .container ul li .box .left .title:hover {
  color: #009b4d;
}

.product-yd-page .init-1 .container ul li .box .left .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  font-weight: 500;
  overflow-y: scroll;
  max-height: 250px;
  line-height: 32px;
}

.product-yd-page .init-1 .container ul li .box .left .more {
  margin-top: 30px;
}

.product-yd-page .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
}

.product-yd-page .init-1 .container ul li .box .right img {
  width: auto;
}

.product-yd-page .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}

.m-page .wp-pagenavi {
  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;
}

.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 36px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.m-page .wp-pagenavi a:hover {
  background-color: #009b4d;
  color: #fff;
  border: 1px solid #009b4d;
}

.m-page .wp-pagenavi .current {
  background-color: #009b4d;
  border: 1px solid #009b4d;
  color: #fff;
}

@media (max-width: 1000px) {
  .product-yd-page .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }

  .product-yd-page .init-1 .container ul li .box .right {
    margin-top: 20px;
  }
}

.product-page .init-1 .container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.product-page .init-1 .container .swiper .swiper-slide .box .img {
  display: block;
}

.product-page .init-1 .container .swiper .swiper-slide .box .text {
  margin-top: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}

.product-page .init-1 .container .swiper .swiper-slide .box .text:hover {
  color: #009b4d;
}

.product-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}

.product-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}

.product-page .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}

.product-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}

.product-page .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #009b4d;
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.product-page .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}

.product-page .init-2 .container .fl-list ul li a {
  display: block;
}

.product-page .init-2 .container .fl-list ul li a:hover {
  color: #009b4d;
}

.product-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}

.product-page .init-2 .container .product-search {
  margin-left: 50px;
  border: solid 1px #474747;
}

.product-page .init-2 .container .product-search form {
  height: 64px;
  width: 365px;
  position: relative;
  font-weight: bold;
}

.product-page .init-2 .container .product-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}

.product-page .init-2 .container .product-search form .btn {
  width: 75px;
  background-color: #009b4d;
  border: none;
  border-radius: 0;
  -o-background-size: 30px;
  background-size: 30px;
}

.product-page .init-2 .container .product-search form .btn:hover {
  background-color: #009b4d;
}

.product-page .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;

}

.product-page .init-3 .container .des {
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}

.product-page .init-3 .container .des table {
  border: none;
}

.product-page .init-3 .container .des table tr {
  background: #fff;
}

.product-page .init-3 .container .des table tr td {
  border: 1px solid #ccc;
}

.product-page .init-3 .container .des table tbody>tr>td:first-child {
  background: #f6f6f6;
  min-width: 100px;
}

.product-page .init-3 .container .cat_des {
  max-height: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 2;
  padding-right: 4px;
  overflow-y: auto;
  font-weight: 500;
}

.product-page .init-3 .container .content {
  margin-top: -40px;
}

.product-page .init-3 .container .content ul {
  margin: 0 -22px;
}

.product-page .init-3 .container .content ul>p {
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}

.product-page .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}

.product-page .init-3 .container .content ul li .box {
  cursor: pointer;
}

.product-page .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}

.product-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}

.product-page .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;

  line-height: 1.8;
  min-height: 1.2em;
}

.product-page .init-3 .container .content ul li .box .title:hover {
  color: #009b4d;
}

.product-page .init-3 .container .content ul li .box .title2 {
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
  overflow-y: auto;
  max-height: 172px;
  padding-right: 4px;
}

.product-page .init-3 .container .content ul li .box .slick-track {
  margin-left: 0;
}

.product-page .init-3 .container .content ul li .box .smallImg {
  margin-top: 10px;
}

.product-page .init-3 .container .content ul li .box .smallImg .grid-box {
  margin: 0 -5px;
}

.product-page .init-3 .container .content ul li .box .smallImg .imgl {
  padding: 0 5px;
}

.product-page .init-3 .container .content ul li .box .smallImg .imgl .box {
  border: solid 1px #dadada;
}

.product-page .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}

.product-page .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}

.product-page .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul {
  padding: 0;
  margin: 0;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600;

}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px;

  background-color: #009b4d
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img {
  transform: rotate(45deg);
}

.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}

.seoPublic .title {
  font-size: 48px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 1em;

}

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

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

.seoPublic>div.whiteBg {
  background: #fff;
}

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

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

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

.seoPublic .Auxil-about .box .left img {
  width: 100%;
  display: block;
}

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

.seoPublic .Auxil-about .box .right div.h3 {
  font-size: 24px;
  font-weight: 600;

  line-height: 1.2;
  margin-bottom: 1em;
}

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

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

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

.seoPublic .Auxil-honor .list ul li a {
  display: block;
}

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

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

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

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

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

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 22px;
  line-height: 1.4;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
  color: #009b4d;
}

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

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

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

.seoPublic .Auxil-news .list ul li .content a.link:hover {
  border-color: #009b4d;
  color: #009b4d;
}

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

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

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

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

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

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

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

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

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

.seoPublic .Auxil-through a {
  display: inline-block;
  line-height: 40px;
  height: 40px;
  padding: 0 25px;
  font-size: 14px;
  color: black;
  border: 1px solid #eee;
  background: #f8f8f8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.seoPublic .Auxil-through a:hover {
  background: #009b4d;
  color: white;
}

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

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

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

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

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

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

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

.seoPublic .Auxil-related .list ul li .box .content a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  padding: 0 20px;
  border: 1px solid #009b4d;
  font-size: 16px;
  font-weight: 700;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #009b4d;
}

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

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
  color: white;
  background: #009b4d;
}

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

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
  border-color: #009b4d;
}

@media (max-width: 1500px) {
  .product-page .init-3 .container .des table tr td {
    min-width: 120px;
  }

  .product-page .init-3 .container .des table tbody>tr>td:first-child {
    min-width: 120px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }

  .seoPublic .title {
    font-size: 28px;
    margin-bottom: 1.5em;
  }

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

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

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

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

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

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

@media (max-width: 1250px) {
  .product-page .init-3 .container .content ul {
    margin: 0 -12px;
}
  .product-page .init-3 .container .content ul li{
    padding: 0 12px;
  }
  .product-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}

@media (max-width: 1000px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }

  .seoPublic .title {
    font-size: 24px;
    margin-bottom: 1em;
  }

  #cp-Nav {
    display: block;
  }

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

  #cp-Nav .nav div.title {
    font-size: 18px;
    line-height: 32px;
    font-weight: bold;
    padding: 8px 10px;
    background: #009b4d;
    border-radius: 5px;
    color: white;
    position: relative;
  }

  #cp-Nav .nav div.title i {
    position: absolute;
    top: 12px;
    right: 10px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .seoPublic .Auxil-about .box .right .text {
    max-height: none;
  }

  .product-page .init-1 {
    display: none;
  }

  .product-page .init-2 {
    display: none;
  }
}

@media (max-width: 700px) {
  .product-page .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 500px) {
  .product-page .init-3 .container .content {
    margin-top: 0;
  }

  .product-page .init-3 .container .content ul {
    margin: 0;
  }

  .product-page .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }

  .product-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}

.about-page .about-1 .top .img {
  position: relative;
}

.about-page .about-1 .top .img video {
  display: block;
  width: 100%;
}

.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: #009b4d;
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.about-page .about-1 .top .img .play .cont {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009b4d;
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}

.about-page .about-1 .top .img .play .cont i {
  margin-left: 4px;
}

.about-page .about-1 .top .img .play .ling {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #009b4d;
  border-radius: 50%;
  animation: ks 3s linear infinite;

}

.about-page .about-1 .top .img .play .ling:last-child {
  animation-delay: -1.5s;
}

.about-page .about-1 .top .text {
  max-width: 1200px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}

.about-page .about-1 .top .text .title {
  line-height: 1.2;
  font-size: 42px;

}

.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}

.about-page .about-1 .bottom {
  max-width: 1215px;
  width: 100%;
  margin: 111px auto 0;
}

.about-page .about-1 .bottom ul {
  margin-right: -70px;
}

.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}

.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 26px;
  border-bottom: 1px solid #58596c;

}

.about-page .about-1 .bottom ul li .data em {
  font-size: 68px;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}

.about-page .about-1 .bottom ul li .data sub {
  font-size: 30px;
  color: #009b4d;
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  margin: 0 0 9px 7px;
}

.about-page .about-1 .bottom ul li .text .tit {
  font-size: 24px;

  font-weight: 600;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}

.about-page .about-1 .bottom ul li .text p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}

.about-page .about-2 {
  margin-top: 120px;
}

.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}

.about-page .about-2 .box .img {
  width: 50.06%;
  vertical-align: middle;
}

.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 632px;
  padding-left: 64px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}

.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}

.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}

.about-page .about-2 .box .text .list {
  margin-top: 29px;
}

.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}

.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}

.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}

.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: #009b4d;
}

.about-page .about-3 {
  background-color: #f6f6f6;
  padding: 12% 0 7%;
  margin-top: -122px;
}

.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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}

.about-page .about-3 .header .left {
  width: 50%;
}

.about-page .about-3 .header .left span.tag {
  color: #009b4d;
}

.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}

.about-page .about-3 .header .right {
  width: 50%;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0, 0, 0, .5);
}

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

.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;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin: 0 -15px;
}

.about-page .about-3 .content ul li {
  padding: 0 15px;
  width: 33.33%;
}

.about-page .about-3 .content ul li .box {
  padding: 30px 20px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
}

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

  font-weight: 600;
  line-height: 2;
  margin-top: 15px;
}

.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}

.about-page .about-3 .content ul li .box:hover {
  background: #009b4d;
}

.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}

.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}

.about-page .about-3 .content ul li .box:hover p {
  color: white;
}

.about-page .about-3 .list {
  margin-top: 151px;
}

.about-page .about-3 .list .img-box {
  display: block;
}

.about-page .about-3 .list .img-box img {
  width: 100%;
}

.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}

.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}

.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}

.about-page .about-3 .list .slick-dots li button {
  display: none;
}

.about-page .about-3 .list .slick-dots li.slick-active {
  background: #009b4d;
}

.about-page .about-4 {
  background: #009b4d;
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}

.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}

.about-page .about-4 .box .title {
  margin-top: 27px;
}

.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}

.about-page .about-4 .box .info {
  margin-top: 20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}

.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}

.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}

.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}

.about-page .about-4 .box .more:hover {
  background: #fff;
  color: #009b4d;
}

.about-page .about-5 {
  padding: 110px 0 180px;
}

.about-page .about-5 .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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}

.about-page .about-5 .header span.tag {
  color: #009b4d;
}

.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}

.about-page .about-5 .header .more {
  margin-bottom: 4px;
}

.about-page .about-5 .content {
  margin-top: 47px;
}

.about-page .about-5 .content ul {
  margin: 0 -20px;
}

.about-page .about-5 .content ul li {
  padding: 0 20px;
}

.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}

.about-page .about-5 .content ul li .img-box::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.about-page .about-5 .content ul li:hover .img-box:before {
  -webkit-animation: circle .75s;
  -moz-animation: circle .75s;
  -o-animation: circle .75s;
  animation: circle .75s;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3sease;
  -o-transition: all .3sease;
  -moz-transition: all .3sease;
  transition: all .3sease;
}

.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}

.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}

.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}

.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}

.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}

.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: #009b4d;
}

.about-page .about-6 {
  overflow: hidden;
}

.about-page .about-6 .contentC {
  margin-top: 60px;
}

.about-page .about-6 .contentC .container {
  margin-left: auto;
  width: 1640px;
  margin-right: 0;
}

.about-page .about-6 .contentC .container .titleC {
  width: 48%;
  position: relative;
  z-index: 2;
}

.about-page .about-6 .contentC .container .titleC .subline {
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}

.about-page .about-6 .contentC .container .titleC li {
  cursor: pointer;
}

.about-page .about-6 .contentC .container .titleC .num {
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}

.about-page .about-6 .contentC .container .titleC li.active .num {
  color: #009b4d;
}

.about-page .about-6 .contentC .container .titleC .cir {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}

.about-page .about-6 .contentC .container .titleC li.active .cir {
  background: #009b4d;
}

.about-page .about-6 .contentC .container .content {
  position: relative;
  margin-top: -80px;
}

.about-page .about-6 .contentC .container .content .box .left {
  width: 48%;
  padding-right: 200px;
  padding-top: 140px;
}

.about-page .about-6 .contentC .container .content .box .left .title {
  font-weight: 600;
  font-size: 24px;

}

.about-page .about-6 .contentC .container .content .box .left .des {
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}

.about-page .about-6 .contentC .container .content .box .right {
  width: 52%;
  padding-left: 40px;
}

.about-page .about-6 .contentC .container .content .box .right img {
  width: 100%;
}

@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container {
    width: 1360px;
    margin: auto;
  }
}

@media (max-width: 1500px) {
  .about-page .about-6 .contentC .container {
    width: 1200px;
  }

  .about-page .about-6 .contentC .container .content .box .left {
    padding-right: 40px;
  }
}

@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }

  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }

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

  .about-page .about-6 .contentC .container {
    width: 970px;
  }

  .about-page .about-6 .contentC .container .titleC {
    width: 100%;
  }

  .about-page .about-6 .contentC .container .titleC .subline {
    width: 100%;
  }

  .about-page .about-6 .contentC .container .content .box .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-6 .contentC .container .content .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}

@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }

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

  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }

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

  .about-page .about-2 .box::after {
    display: none;
  }

  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }

  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: #009b4d;
  }

  .about-page .about-3 .header {
    padding-bottom: 20px;
  }

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

  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

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

  .about-page .about-3 .content ul li {
    width: 100%;
    margin-top: 20px;
  }

  .about-page .about-5 {
    padding: 60px 0;
  }

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

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

  .about-page .about-5 .header .right {
    margin-top: 20px;
  }

  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }

  .about-page .about-1 .bottom ul {
    margin: 0;
  }

  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }

  .about-page .about-6 {
    margin-top: 0;
    padding-top: 0;
  }

  .about-page .about-6 .contentC .container {
    width: 700px;
  }
}

@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }

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

  .about-page .about-6 .contentC .container {
    width: 100%;
  }
}

@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }

  .about-page .about-1 .bottom {
    margin-top: 40px;
  }

  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }

  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }

  .about-page .about-2 {
    margin-top: 40px;
  }

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

  .about-page .about-3 {
    margin-top: 0;
  }

  .about-page .about-5 {
    padding: 40px 0;
  }

  .about-page .about-5 .header {
    padding-bottom: 20px;
  }

  .about-page .about-5 .content {
    margin-top: 20px;
  }
}

.gallery-page .init-1 .container .cont {
  border-bottom: 1px solid #d2d2d2;
}

.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}

.gallery-page .init-1 .container .cont li:last-child {
  margin-right: 0;
}

.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;

  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}

.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: #009b4d;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}

.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.gallery-page .init-2 {
  padding-top: 30px;
}

.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}

.gallery-page .init-2 .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}

.gallery-page .init-2 .container ul li .box video {
  display: block;
  width: 100%;
  height:420px;
  object-fit: cover;
}

.gallery-page .init-2 .container ul li .box .title {
  font-weight: 600;
  text-align: center;
  margin-top: 16px;

}

.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}

.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}

.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}

.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }

  .gallery-page .init-2 {
    padding-top: 0;
  }
}

@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}

.faq-page .init-1 .container .tipsTitleCont {
  max-width: 630px;
}

.faq-page .init-1 .container .content {
  padding: 0 120px;
  margin-top: 50px;
}

.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}

.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}

.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
  color: #009b4d;
}

.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}

.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
}

.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}

.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}

.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: #009b4d;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}

@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}

@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }

  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }

  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }

  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}

.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;

  line-height: 2;
  color: #000;
  text-transform: capitalize;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 600;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 14px;
  color: #555555;
}

.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-right: 5px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;

  font-size: 16px;
  font-weight: 600;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  word-break: break-all;
  position: relative;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: #009b4d;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: #009b4d;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>a {
  color: #009b4d;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active>ol {
  display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li {
  margin-left: 10px;
  color: #7b7b7b;
}

.news-page .sidebar-box .sidebar-left .inner .inner-cat ul>li>ol>li a {
  font-size: 16px;
  line-height: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 600;

  font-size: 14px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: #009b4d;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/h-probg01.png) no-repeat center center;
  padding: 215px 30px 30px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 18px;

  font-weight: 600;
  line-height: 32px;
  color: #fff;
  margin-bottom: 20px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 {
  font-weight: 700;

  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #009b4d;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover {
  background: #000;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img {
  transform: rotate(45deg);
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}

.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: #009b4d;
}

.news-page .sidebar-box .sidebar-right {
  width: 72%;
}

.news-page .news-list ul {
  margin: -30px -15px 0;
}

.news-page .news-list ul>p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}

.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 30px;
}

.news-page .news-list ul li .box .img img {
  width: 100%;
}

.news-page .news-list ul li .box .content .cat_name {
  background-color: #000000;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;

  line-height: 2;
}

.news-page .news-list ul li .box .content .title {
  font-weight: 600;

  margin-top: 20px;
  font-size: 24px;
  /*min-height: 5.5em;*/
}

.news-page .news-list ul li .box .content .title:hover {
  color: #009b4d;
}

.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: #009b4d;
  display: inline-block;
  margin-top: 5px;
}

.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  margin-top: 6px;
  line-height: 30px;
}

.newdet-page {
  padding: 0 0 150px;
}

.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}

.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;

  background: #009b4d;
  padding: 5px 15px;
  text-transform: uppercase;
}

.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  margin: 20px 71px 0;

}

.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}

.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}

.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}

.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}

.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}

.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}

.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}

.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}

.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: rgba(0, 0, 0, .5);
}

.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}

.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.newdet-page .share a:first-child {
  margin-left: 0;
}

.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}

.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}

.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}

.newdet-page .share a:nth-child(4) {
  background: #009b4d;
  color: #fff;
}

.newdet-page .share a:nth-child(5) {
  background: #009b4d;
  color: #fff;
}

.newdet-page .share a:hover {
  margin-top: -3px;
}

.m-link {
  margin: 40px auto 0;
}

.m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}

 .m-link a:first-child i {
  margin-right: 10px;
}

 .m-link a:last-child {
  text-align: right;
}

 .m-link a:last-child i {
  margin-left: 10px;
}

 .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 600;

}

 .m-link a:hover {
  color: #000;
}

.newdet-page .prodet-page {
  padding: 0;
}

.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}

.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}

.newdet-page .prodet-3 {
  margin: 0 auto;
}

.releted-product .tipsTitle {
  font-weight: 700;
  text-align: center;

}

.releted-product .content ul {
  margin: 0 -15px;
}

.releted-product .content ul li {
  padding: 0 15px;
}

.releted-product .content ul li .img a {
  border: 1px solid #dadada;
  height: 316px;
  background: #fff;
}

.releted-product .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.releted-product .content ul li .text {
  margin-top: 20px;
  font-weight: 600;
 
  color: #000;
}

.releted-product .content ul li .text:hover {
  color: #009b4d;
}

@media (max-width: 1250px) {
  .releted-product .content ul li .img a {
    height: auto;
  }
}

@media (max-width: 1250px) {
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }

  .news-page .sidebar-box .sidebar-right {
    width: 100%;
  }

  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}

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

  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}

@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }

  .newdet-page .header {
    padding: 30px 20px;
  }

  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }

  .newdet-page .content {
    margin-top: 20px;
  }

  .newdet-page .share {
    margin: 20px auto 0;
  }

  .newdet-page .m-lin {
    font-size: 16px;
  }
}

@media (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }

  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }

 .m-link a {
    display: block;
    width: 100%;
  }

  .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}

.contact-page {
  padding-top: 40px;
}

.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}

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

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}

.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}

.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}

.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;

  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #009b4d;
}

.contact-page .contact-1 .left form ul li .more p {
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}

.contact-page .contact-1 .left form ul li .more .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}

.contact-page .contact-1 .left form ul li .more:hover {
  background: #000;
}

.contact-page .contact-1 .left form ul li .more:hover .img {
  transform: rotate(45deg);
}

.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}

.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}

.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}

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

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

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

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

.contact-page .contact-1 .right .title {
  line-height: 1.2;
}

.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}

.contact-page .contact-1 .right .list {
  margin-top: 22px;
}

.contact-page .contact-1 .right .list ul li {
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}

.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: #009b4d;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}

.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-left: 10px;
}

.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}

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

.contact-page .contact-2 #mapContainer {
  height: 520px;
}

.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}

.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}

@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}

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

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

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

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

  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}

@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }

  .contact-page .contact-1 .left form ul li p {
    display: block;
  }

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

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

  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }

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

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

  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}

.service-page {
  padding: 40px 0 80px;
}

.service-page .service-1 {
  padding-bottom: 60px;
}

.service-page .service-1 .container .top .text {
  vertical-align: middle;
  padding-right: 73px;
}

.service-page .service-1 .container .top .text .des {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
  color: rgba(0, 0, 0, .5);
}

.service-page .service-1 .container .top .text .btn {
  margin-top: 36px;
}

.service-page .service-1 .container .top .text .btn .link {
  vertical-align: top;
  margin-left: 35px;
}

.service-page .service-1 .container .top .text .btn .link em {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background: #009b4d;
}

.service-page .service-1 .container .top .text .btn .link span {
  display: inline-block;
  padding-left: 5px;
  font-weight: 700;
  width: -webkit-calc(52%);
  width: -moz-calc(52%);
  width: calc(100% - 48px);
}

.service-page .service-1 .container .top .img {
  text-align: right;
  padding: 60px 0 50px;
}

.service-page .service-1 .container .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: -25px;
  top: auto;
  z-index: 1;
}

.service-page .service-2 {
  background: #fff;
  padding: 120px 0;
}

.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}

.service-page .service-2 .header .tipsTitleCont .tipsTitle1 span {
  width: auto;
}

.service-page .service-2 .header .title {
  line-height: 1.2;
  margin-top: 12px;
}

.service-page .service-2 .content {
  margin-top: 80px;
}

.service-page .service-2 .content ul {
  margin-right: -30px;
}

.service-page .service-2 .content ul li {
  padding-right: 30px;
}

.service-page .service-2 .content ul li .ig {
  text-align: center;
}

.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 80%;
  margin: 0 auto;
  border-radius: 50%;
}

.service-page .service-2 .content ul li .ig .text {
  padding-top: 10px;
}

.service-page .service-2 .content ul li .ig .text span {
  font-size: 17px;
  color: #83827f;
  line-height: 1.6;
  text-transform: uppercase;
}

.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 20px;
  line-height: 1.6;
  margin-top: 10px;
  font-weight: 600;

}

.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
  margin-top: 10px;
}

.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  margin-top: 25px;
  display: inline-block;
}

.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}

.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: #009b4d;
  border-color: #009b4d;
}

.service-page .service-3 {
  padding: 60px 0;
  background-color: #009b4d;
  color: #fff;
}

.service-page .service-3 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.service-page .service-3 h3 {
  /*margin-bottom: 20px;*/
  font-weight: 700;

  width: 57%;
}

.service-page .service-3 .more {
  font-weight: 700;

  cursor: pointer;
  color: #000;
  margin-top: 10px;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #fff;
}

.service-page .service-3 .more .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
  filter: brightness(0);
}

.service-page .service-3 .more:hover .img {
  transform: rotate(45deg);
}

.service-page .service-4 .container .header .tipsTitle1 span {
  width: auto;
}

.service-page .service-4 .container .content {
  margin-top: 40px;
}

.service-page .service-4 .container .content ul {
  margin: 0 -15px;
}

.service-page .service-4 .container .content ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}

.service-page .service-4 .container .content ul .slick-track .slick-slide {
  height: auto;
}

.service-page .service-4 .container .content ul .slick-track .slick-slide>div {
  height: 100%;
}

.service-page .service-4 .container .content ul li {
  height: 100%;
  padding: 15px;
}

.service-page .service-4 .container .content ul li .box {
  height: 100%;
  background: #f6f6f6;
  padding: 0;
}

.service-page .service-4 .container .content ul li .box .img-box {
  position: relative;
  display: block;
}

.service-page .service-4 .container .content ul li .box .img-box:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, .2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}

.service-page .service-4 .container .content ul li .box:hover .img-box:before {
  -webkit-animation: circle .75s;
  -moz-animation: circle .75s;
  -o-animation: circle .75s;
  animation: circle .75s;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -webkit-transition: all .3sease;
  -o-transition: all .3sease;
  -moz-transition: all .3sease;
  transition: all .3sease;
}

.service-page .service-4 .container .content ul li .box .title {
  display: block;
  font-weight: 700;

  margin-top: 15px;
}

.service-page .service-4 .container .content ul li .box .desc {
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
}

@media (max-width: 1500px) {
  .service-page {
    padding: 100px 0;
  }

  .service-page .service-1 {
    padding-bottom: 60px;
  }

  .service-page .service-2 {
    padding: 100px 0;
  }

  .service-page .service-1 .container .top .text .btn .link {
    width: 100%;
    padding-left: 0;
    margin-left: 0;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
    margin-top: 20px;
  }
}

@media (max-width: 1250px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }

  .service-page .service-3 {
    padding: 60px 0;
  }

  .service-page .service-3 h3 {
    width: 100%;
  }
}

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

  .service-page .service-1 {
    padding-bottom: 60px;
  }

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

  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }

  .service-page .service-1 .container .top .text {
    width: 100%;
    padding-right: 0;
  }

  .service-page .service-1 .container .top .img {
    display: none;
  }
}

@media (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }

  .service-page .service-1 {
    padding-bottom: 30px;
  }

  .service-page .service-2 {
    padding: 30px 0;
  }

  .service-page .service-2 .header {
    width: 100%;
  }

  .service-page .service-2 .content {
    margin-top: 20px;
  }

  .service-page .service-2 .content ul {
    margin-right: -15px;
  }

  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }

  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }

  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }

  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 24px;
    line-height: 1.6;
  }
}

@media (max-width: 500px) {
  .service-page .service-3 {
    padding: 40px 0;
  }

  .service-page .service-4 .container .content {
    margin-top: 10px;
  }

  .service-page .service-1 .container .top .text .btn {
    margin-top: 10px;
  }
}

.design-page .design-1 .ui.container {
  max-width: 100%;
  padding: 0 100px;
}

.design-page .design-1 .ui.container {
  width: 100%;
}

.design-page .design-2 {
  padding: 140px 0 110px;
}

.design-page .design-2 .i-title {
  line-height: 1.2;
  margin-bottom: 105px;
  margin-top: 10px;
}

.design-page .design-2 .left .img {
  text-align: right;
  margin-top: 80px;
}

.design-page .design-2 .right {
  padding-left: 90px;
}

.design-page .design-2 .right .txt {
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-top: 70px;
}

.design-page .design-3 {
  padding-bottom: 120px;
}

.design-page .design-3 .tipsTitle1 span {
  width: auto;
}

.design-page .design-3 .tipsTitle2 {
  text-align: center;
}

.design-page .design-3 .container {
  width: 100%;
}

.design-page .design-3 .i-title {
  margin-bottom: 48px;
}

.design-page .design-3 ul {
  margin: 20px -40px 0;
}

.design-page .design-3 ul li {
  padding: 40px;
}

.design-page .design-3 ul .slick-list {
  padding: 0 28%;
}

.design-page .design-3 ul li .box {
  position: relative;
}

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

.design-page .design-3 ul li .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  background: white;
  position: absolute;
  left: 0;
  bottom: 18%;
  padding: 20px;
  opacity: 0;
}

.design-page .design-3 ul li .content h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1.2;
}

.design-page .design-3 ul li .content p {
  font-size: 18px;
  font-weight: bold;
}

.design-page .design-3 ul li:hover .content {
  opacity: 1;
}

.design-page .design-3 ul .slick-dots {
  margin: 0;
  text-align: center;
}

.design-page .design-3 ul .slick-dots li {
  padding: 0;
  width: 12px;
  height: 12px;
  margin: 0 5px;
  background: #e5e5e5;
  display: inline-block;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
}

.design-page .design-3 ul .slick-dots li button {
  display: none;
}

.design-page .design-3 ul .slick-dots li.slick-active {
  background: #009b4d;
}

.design-page .design-4 {
  background: url(../images/design-4-bg.jpg) no-repeat;
  color: white;
  padding: 107px 0 70px;
  background-attachment: fixed;
}

.design-page .design-4 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 170px;
}

.design-page .design-4 .left .i-title {
  line-height: 1.2;
}

.design-page .design-4 .right {
  padding-left: 90px;
}

.design-page .design-4 .right ul li {
  padding-left: 140px;
  position: relative;
  padding-bottom: 100px;
}

.design-page .design-4 .right ul li .icon {
  width: 77px;
  height: 77px;
  border-radius: 100%;
  background: white;
  text-align: center;
  line-height: 77px;
  position: absolute;
  left: 0;
  top: 0;
}

.design-page .design-4 .right ul li .icon img {
  vertical-align: middle;
}

.design-page .design-4 .right ul li .icon::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 130%;
  width: 1px;
  height: 262%;
  background: rgba(255, 255, 255, 0.3);
}

.design-page .design-4 .right ul li:last-child .icon::after {
  content: none;
}

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

.design-page .design-4 .right ul li .des {
  font-size: 18px;
  line-height: 32px;
  margin-top: 14px;
}

.design-page .design-5 .ui.container {
  max-width: 100%;
  padding-left: 13%;
  padding-right: 0;
}

.design-page .design-5 {
  padding: 130px 0 110px;
}

.design-page .design-5 .i-title {
  line-height: 1.2;
}

.design-page .design-5 .wrap {
  padding-left: 15%;
  margin-top: 70px;
}

.design-page .design-5 .wrap .left {
  width: 35.3%;
}

.design-page .design-5 .wrap .left .txt {
  font-size: 20px;
  line-height: 36px;
  color: #7b7b7b;
  margin-bottom: 45px;
}

.design-page .design-5 .wrap .left img {
  width: 100%;
}

.design-page .design-5 .wrap .right {
  width: 64.7%;
  padding-left: 115px;
}

@media screen and (max-width: 1600px) {
  .design-page .design-5 .ui.container {
    padding-left: 7%;
  }

  .design-page .design-5 .wrap {
    padding-left: 10%;
  }
}

@media screen and (max-width: 1450px) {
  .design-page .design-4 .right {
    padding-left: 30px;
  }

  .design-page .design-5 .wrap {
    padding-left: 0;
  }
}

@media screen and (max-width: 1200px) {
  .design-page .design-2 .right {
    padding-left: 50px;
  }

  .design-page .design-3 ul li {
    padding: 20px;
  }

  .design-page .design-3 ul {
    margin: 20px -20px 0;
  }

  .design-page .design-3 ul li .content h4 {
    font-size: 21px;
  }

  .design-page .design-4 .right ul li {
    padding-left: 105px;
    padding-bottom: 40px;
  }

  .design-page .design-4 .right ul li .icon:after {
    height: 225%;
  }

  .design-page .design-5 .wrap .right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .design-page .design-1 .ui.container {
    padding: 0 20px;
  }

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

  .design-page .design-3 ul .slick-list {
    padding: 0 18%;
  }

  .design-page .design-4 .left {
    position: relative;
    top: 0;
  }

  .design-page .design-4 .right {
    width: 100%;
    margin-top: 40px;
    padding-left: 0;
  }

  .design-page .design-5 {
    padding: 55px 0 50px;
  }

  .design-page .design-5 .wrap .left {
    width: 100%;
  }

  .design-page .design-5 .wrap .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }

  .design-page .design-5 .ui.container {
    padding: 0 15px;
  }
}

@media screen and (max-width: 700px) {
  .design-page .design-2 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 25px;
  }

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

  .design-page .design-2 .i-title {
    margin-bottom: 30px;
  }

  .design-page .design-3 ul .slick-list {
    padding: 0;
  }

  .design-page .design-3 {
    padding: 0 15px 50px;
  }

  .design-page .design-4 .right {
    padding-left: 0;
  }
}

@media screen and (max-width: 500px) {
  .design-page .design-2 {
    padding: 40px 0;
  }

  .design-page .design-2 .left .img {
    margin-top: 20px;
  }

  .design-page .design-2 .right .txt {
    margin-top: 20px;
  }

  .design-page .design-3 ul li {
    padding: 0 0 20px 0;
  }

  .design-page .design-4 .right ul li {
    padding-left: 0;
  }

  .design-page .design-4 .right ul li h4 {
    font-size: 24px;
  }

  .design-page .design-4 .right ul li .icon {
    position: relative;
    margin-bottom: 12px;
  }

  .design-page .design-4 .right ul li .icon::after {
    content: none;
  }

  .design-page .design-5 .wrap {
    margin-top: 20px;
  }

  .design-page .design-5 .wrap .left .txt {
    margin-bottom: 20px;
  }
}

.knowledge-page .list ul li {
  margin-bottom: 35px;
  background: #fff;
  border: solid 1px #dcdcdc;
  padding: 20px 15px 38px;
  position: relative;
}

.knowledge-page .list ul li .box {
  padding: 0 40px;
}

.knowledge-page .list ul li .box .title {
  font-weight: 600;

}

.knowledge-page .list ul li .box .con {
  color: rgba(0, 0, 0, .5);
  margin-top: 18px;
  font-weight: 500;
  height: 100px;
  overflow: hidden;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar {
  width: 4px;
  height: 4px;
}

.knowledge-page .list ul li .box .con::-webkit-scrollbar-thumb {
  background: #009b4d;
}

.knowledge-page .list ul li .box .con table {
  width: fit-content !important;
  font-size: 15px;
}

.knowledge-page .list ul li .box .con table tr {
  background: #fff;
}

.knowledge-page .list ul li .box .con table tr td {
  min-width: 120px;
  padding: 4px;
}

.knowledge-page .list ul li .box time {
  display: inline-block;
  color: #b00000;
  font-size: 18px;
  line-height: 1;
  margin-top: 29px;
}

.knowledge-page .list ul li .box time em {
  font-size: 30px;
}

.knowledge-page .list ul li span.icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  background-color: #000;
  color: #fff;
  font-size: 48px;
  line-height: 1;
  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: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  cursor: pointer;
}

.knowledge-page .list ul li span i {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}

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

.knowledge-page .list ul li.active .box .con {
  height: 300px;
  overflow-y: auto;
  overflow-x: auto;
  line-height: 1.8;
}

.knowledge-page .list ul li.active span.icon {
  background: #009b4d;
}

.knowledge-page .list ul li.active span.icon i {
  -webkit-transform: rotate(135deg);
  -moz-transform: rotate(135deg);
  -ms-transform: rotate(135deg);
  -o-transform: rotate(135deg);
  transform: rotate(135deg);
}

@media screen and (max-width: 700px) {
  .knowledge-page .list ul li .box {
    padding:0 25px;
  }
}

@media screen and (max-width: 500px) {
  .knowledge-page .list ul li span {
    zoom: 0.6;
  }

  .knowledge-page .list ul li .box {
    padding:0;
  }
}

.support-page .init-1 .container .left {
  width: 50%;
}

.support-page .init-1 .container .left img {
  width: 100%;
}

.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}

.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}

.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}

.support-page .init-2 .container .cont {
  color: #fff;
  background-color: #009b4d;
  padding: 60px 50px;
}

.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
 
}

.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}

.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}

.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}

.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}

.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}

.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}

.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}

.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}

.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}

.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}

.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}

.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}

.support-page .init-3 .container form .content {
  width: 100%;
}

.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}

.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;

  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: #009b4d;
}

.support-page .init-3 .container form .more .img {
  width: 14px;
  height: 14px;
  margin-left: 12px;
}

.support-page .init-3 .container form .more:hover {
  background: #000;
}

.support-page .init-3 .container form .more:hover .img {
  transform: rotate(45deg);
}

.support-page .init-4 {
  position: relative;
  z-index: 2;
}

.support-page .init-4 .tipsTitleCont {
  text-align: center;
}

.support-page .init-4 .tipsTitleCont .tipsTitle1 span {
  width: auto;
}

.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}

.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}

.support-page .init-4 .container .content {
  margin-top: 60px;
}

.support-page .init-4 .container .content ul {
  margin: 0 -20px;
}

.support-page .init-4 .container .content ul li {
  width: 33.33%;
  padding: 0 20px;
}

.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  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;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}

.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 72px;
  border-radius: 50%;
  color: #009b4d;
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  /*background-image: url(../images/support_6.jpg);*/
  background-color: #009b4d;
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}

.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-page .init-4 .container .content ul li .mml-text h4 {

}

.support-page .init-4 .container .content ul li .mml-text .des {
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}

.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}

.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}

.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}

.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}

.support-page .init-5 {
  margin-top: -200px;
}

.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}

.support-page .init-6 .container .left img {
  width: 100%;
}

.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}

.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}

.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}

@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}

@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }

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

  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }

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

  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }

  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }

  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
    margin-top: 5%;
  }
}

@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }

  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }

  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}

@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }

  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }

  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }

  .support-page .init-5 {
    display: none;
  }
}

@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }

  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }

  .support-page .init-3 .container form {
    margin-top: 10px;
  }

  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }

  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }

  .support-page .init-3 .container form .file_input {
    width: 100%;
  }

  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }

  .support-page .init-4 .container .content {
    margin-top: 20px;
  }

  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }

  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}

.case-page .init-1 ul {
  margin: 60px -15px 0;
}

.case-page .init-1 ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.case-page .init-1 ul li {
  padding: 0 15px;
  margin-top: 30px;
}

.case-page .init-1 ul li .box {
  position: relative;
}

.case-page .init-1 ul li .box .img {
  display: block;
  overflow: hidden;
}

.case-page .init-1 ul li .box {
  position: relative;
  z-index: 2;
}

.case-page .init-1 ul li .box::before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .1);
  z-index: 2;
}

.case-page .init-1 ul li .box .cont {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 3;
  padding: 50px 40px;
  width: 100%;
  color: #fff;
}

.case-page .init-1 ul li .box .cont .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: #009b4d;
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}

.case-page .init-1 ul li .box .cont .cat {
  font-size: 16px;
  font-weight: 500;
}

.case-page .init-1 ul li .box .cont .title {
  font-weight: bold;

  font-size: 24px;
  margin-top: 6px;
  display: block;
  max-width: 400px;
}

.case-page .init-1 ul li .box .cont .moreC {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: #fff;
}

.case-page .init-1 ul li .box .cont .moreC .more {
  position: absolute;
  width: 100%;
  overflow: hidden;
  height: 100%;
}

.case-page .init-1 ul li .box .cont .moreC .more i {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #000;
  transition: all .5s;
  font-size: 36px;
}

.case-page .init-1 ul li .box .cont .moreC .more i.i1 {
  left: -50px;
}

.case-page .init-1 ul li .box:hover .cont .sub {
  transform: scaleX(1);
}

.case-page .init-1 ul li .box:hover .cont .moreC .more i {
  transform: translateX(50px);
  color: #009b4d;
}

.casedet-page .init-1 .cat_img img {
  width: 100%;
}

.casedet-page .init-1 .title {
  font-size: 46px;

  font-weight: bold;
  margin-top: 60px;
}

.casedet-page .init-1 .content {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 20px;
}


@media (max-width: 1500px) {
  .casedet-page .init-1 .title {
    font-size: 38px;
  }
}

@media (max-width: 1000px) {
  .case-page .init-1 ul li .box .cont {
    padding: 40px 10px;
  }

  .case-page .init-1 ul li .box .cont .moreC {
    height: 40px;
    width: 40px;
  }
}

@media (max-width: 500px) {
  .case-page .init-1 ul {
    margin-top: 20px;
  }

  .casedet-page .init-1 .title {
    font-size: 24px;
    margin-top: 30px;
    line-height: 1.2;
  }
}



.detail-product-page {
  padding-top: 8.75vw;
}
.detail-product-page .detail-page-wrap1 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-product-page .detail-page-wrap1 .detail-left {
  width: 46%;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul {
  margin-bottom: 29px;
}
.detail-product-page .detail-page-wrap1 .detail-left .big-slide-ul li a{
  display: block;
  border: 2px solid rgba(218, 218, 218,.4)
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box{
  position: relative;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
    height: 53px;
    width: 53px;
    border-radius: 50%;
    border: 1px solid #009b4d;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #009b4d;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s;
    background: 0 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 3;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev{
  left: -60px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
  right: -60px;
} 
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev:hover,
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next:hover{
    background: #009b4d;
    color: #fff;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul {
  margin: 0 -11px;
}
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul .slide-box {
  display: block;
  margin: 0 11px;
  border: 2px solid rgba(218, 218, 218,.4);
}
.detail-product-page .detail-page-wrap1 .detail-right {
  margin-top: 22px;
  width: 47%;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p{
  font-size: 18px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc ul li{
  font-size: 16px;
  padding-left: 20px;
  position: relative;
  /*margin-left: 15px;*/
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc >ul>li:after{
  position: absolute;
  left: 0;
  top:9px;
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #009b4d;
}
.detail-product-page .detail-page-wrap1 .detail-right .t-text {
  color: #009b4d;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-name {

  margin-top: 9px;
  margin-bottom: 2.604167vw;
  font-weight: bold;
  line-height: 1;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-intro {
  color: var(--index-color2);
  line-height: 1.333;
  max-width: 647px;
  margin-bottom: 2.291667vw;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-title {

  margin-bottom: 13px;
  font-weight: bold;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc p,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc span,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc li,
.detail-product-page .detail-page-wrap1 .detail-right .product-desc *{
  white-space: wrap;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list {
  color: var(--index-color2);
  line-height: 1.666;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li {
  position: relative;
  padding-left: 15px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-desc .desc-list li:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  background-color: #009b4d;
  border-radius: 50%;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns {
  border-top: 1px solid rgba(122, 122, 122, 0.22);
  border-bottom: 1px solid rgba(122, 122, 122, 0.22);
  padding-top: 22px;
  padding-bottom: 22px;
  margin-top: 40px;
  margin-bottom: 30px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn {
  width: 149px;
  height: 49px;
  padding-left: 20px;
  padding-right: 6px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn:first-child {
  margin-right: 17px;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn span {
  font-size: 12px;
  padding-right: 0;
}
.detail-product-page .detail-page-wrap1 .detail-right .product-btns .public-btn .circle {
  width: 39px;
  height: 39px;
}
.detail-product-page .detail-page-wrap1 .detail-right .social {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.detail-product-page .detail-page-wrap1 .detail-right .social .title {
  color: var(--index-color2);
  margin-right: 16px;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #010101;
  border: 1px solid #010101;
  margin-right: 7px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a i {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover {
  background-color: transparent;
}
.detail-product-page .detail-page-wrap1 .detail-right .social ul.df a:hover i {
  color: #010101;
}
.detail-product-page .detail-page-wrap2 {
  margin-top: 5.104167vw;
}
.detail-product-page .detail-page-wrap2 .tab-items {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-bottom: 1px solid rgba(122, 122, 122, 0.37);
  margin-bottom: 5.104167vw;
}
.detail-product-page .detail-page-wrap2 .tab-items li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #202020;
  font-weight: bold;

  padding: 18px 34px 17px 17px;
  border-radius: 14px 14px 0 0;
  margin: 0 30px;
  cursor: pointer;
}
.detail-product-page .detail-page-wrap2 .tab-items li.active {
  background-color: #009b4d;
  color: #fff;
}
.detail-product-page .detail-page-wrap2 .tab-items li .icon {
  margin-right: 20px;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li {
  display: none;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li{
  position: relative;
  padding-left: 20px;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li:nth-child(2) ul li:after {
    position: absolute;
    left: 0;
    top: 11px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #009b4d;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li:first-child {
  display: block;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table {
  border-collapse: unset;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr {
  font-size: 18px;

  color: #505050;
  font-weight: 600;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:first-child {
  font-size: 18px;
  font-weight: bold;

  color: #505050;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:first-child{
 width: 40%!important;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li .table1 table tr:nth-child(n+2) td:last-child{
 width: 60%!important;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child{
  background-color: #00a58d;
}
.detail-product-page .detail-page-wrap2 .tab-contents>li table tr:first-child{
  color: #fff;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr td {
  padding-top: 35px;
  padding-bottom: 25px;
  text-align: center;
  /*width: 50%!important;*/
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr td:first-child {
  border-right: 2px solid transparent;
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:first-child td:first-child {
  border-right: 2px solid var(--index-header-color);
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr td:last-child {
  border-left: 1px solid transparent;
}
/*.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:nth-child(1n) {
  background-color: rgba(225, 225, 225, 0.24);
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:nth-child(2n) {
  background-color: rgba(196, 196, 196, 0.24);
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:nth-child(3n) {
  background-color: rgba(176, 176, 176, 0.24);
}
.detail-product-page .detail-page-wrap2 .tab-contents > li table tr:nth-child(4n) {
  background-color: rgba(137, 137, 137, 0.24);
}*/
.detail-product-page .detail-page-wrap2 .tab-contents > li table td {
  border: none;
}

.detail-product-page .detail-page-wrap3 {
  margin-top: 8.958333vw!important;
  margin-bottom: 8vw!important;
}
.detail-product-page .detail-page-wrap4 {
  margin-top: 324px;
  padding-bottom: 858px;
  position: relative;
}
.detail-product-page .detail-page-wrap4 .ui.container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.detail-product-page .detail-page-wrap4 .left {
  color: var(--index-color2);
}
.detail-product-page .detail-page-wrap4 .left .public-title {
  margin-bottom: 14px;
}
.detail-product-page .detail-page-wrap4 .right {
  color: var(--index-color2);
  max-width: 900px;
  margin-left: 25px;
}
.detail-product-page .detail-page-wrap4 .right p {
  margin-bottom: 22px;
}
.detail-product-page .detail-page-wrap4 a.play {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 361px;
  display: block;
  z-index: 2;
  width: 89px;
  height: 89px;
}
.detail-product-page .detail-page-wrap4 a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.detail-product-page .detail-page-wrap4 a.play .circle i {
  color: var(--index-color2);
  font-size: 26px;
}
.detail-product-page .detail-page-wrap4 a.play:before,
.detail-product-page .detail-page-wrap4 a.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fff;
}
.detail-product-page .detail-page-wrap4 a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}
.detail-product-page .detail-page-wrap4 a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}
.detail-product-page .detail-page-wrap5 .top {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.detail-product-page .detail-page-wrap5 .top .public-title {
  margin-bottom: 12px;
}
.detail-product-page .detail-page-wrap5 .top .public-btn {
  margin-top: 15px;
}
.detail-product-page .detail-page-wrap5 .honor-list {
  margin: 0 -10vw 0 -22px;
}
.detail-product-page .detail-page-wrap5 .honor-list .slide-box {
  display: block;
  margin: 0 22px;
}
.detail-product-page1 {
  padding-top: 9.895833333333333vw;
}
.detail-product-page1 .detail-page1-wrap1 .intro {
  max-width: 1020px;
  text-align: center;
  margin: 38px auto 0;
  color: #989898;
  line-height:1.9;
}
.detail-product-page1 .detail-page1-wrap1 .content {
  /*background-color: #fafafa;*/
  /*padding-top: 8.177083333333333vw;*/
  margin-top: 6.197916666666667vw;
  padding-bottom: 4.895833333333333vw;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 4.947916666666667vw;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
  background-color: rgba(250, 250, 250, 0.85);
  -webkit-box-shadow: -2px 3px 48px 1px rgba(39, 39, 39, 0.16);
  box-shadow: -2px 3px 48px 1px rgba(39, 39, 39, 0.16);
  border-radius: 20px;
  padding-top: 4.166666666666667vw;
  padding-bottom: 4.635416666666667vw;
  position: absolute;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 52%;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover {
  background-color: rgba(0, 165, 141, 0.85);
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title {
  color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .title span {
  color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover .list-intro {
  color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title {
  max-width: 595px;
  font-weight: bold;

  line-height: 1;
  margin-bottom: 38px;
  display: block;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .title span {
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  color: #009b4d;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro {
  max-width: 595px;
  display: -webkit-box;
  -webkit-line-clamp: 15;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  color: var(--index-color2);
  line-height: 1.222;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  min-height: 88px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img {
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 0 8px rgba(0, 0, 0, .2);
  background: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap{
  display: block;
  position: relative;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img1{
  opacity: 0;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img .img-wrap .img2{
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  max-height: 100%;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play {
  position: absolute;
  display: block;
  z-index: 2;
  width: 48px;
  height: 48px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play .circle {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 165, 141, 0.67);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
  z-index: 3;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before,
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #00a58d;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img a.play:before {
  opacity: 0.43;
  z-index: 2;
  -webkit-animation: change-big2 1s infinite;
  -moz-animation: change-big2 1s infinite;
  animation: change-big2 1s infinite;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-lis>li .img a.play:after {
  opacity: 0.23;
  z-index: 1;
  -webkit-animation: change-big21 1s infinite;
  -moz-animation: change-big21 1s infinite;
  animation: change-big21 1s infinite;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .text {
  right: 0;
  padding-right: 3.90625vw;
  padding-left: 2.916666666666667vw;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li{
  padding-left: 20px;
    position: relative;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text ul li:after{
  position: absolute;
    left: 0;
    top: 9px;
    content: "";
    display: block;
    width: 5px;
    height: 5px;
    border-radius: 50%;
    background: #009b4d;
    transition: .3s;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text:hover ul li:after{
  background-color: #fff;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(odd) .img a.play {
  left: 50px;
  bottom: 63px;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  /*text-align: right;*/
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .text {
  left: 0;
  padding-right: 5.625vw;
  padding-left: 3.64583333333333vw;
}
.detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li:nth-child(even) .img a.play {
  right: 53px;
  bottom: 42px;
}
@media screen and (max-width: 1700px) {
.detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-prev{
    left: 0px;
    top: unset;
    transform: translateY(0);
    bottom: -60px;
  }
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-box .small-slide-next{
    right: 0px;
    top: unset;
    transform: translateY(0);
    bottom: -60px;
  } 
  .detail-product-page .detail-page-wrap1 .detail-left .small-slide-ul{
    margin-bottom: 60px;
  }
}
@media screen and (max-width: 1250px) {
  .detail-product-page .detail-page-wrap2 .tab-items li {
    margin: 0;
  }
}
@media screen and (max-width: 1000px) {
   .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text {
    position: unset;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    width: 100%;
  }
  .detail-product-page .detail-page-wrap1 .ui.container {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .detail-product-page .detail-page-wrap1 .detail-left,
  .detail-product-page .detail-page-wrap1 .detail-right {
    width: 100%;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li .icon {
    display: none;
  }
  .detail-product-page .detail-page-wrap1 .detail-right .product-desc p{
    font-size: 14px;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .img{
    width: 100%;
  }
  .detail-product-page1 .detail-page1-wrap1 .content .img-text-list>li .text .list-intro{
    min-height: unset;
  }
}
@media screen and (max-width: 700px) {
  .detail-product-page .detail-page-wrap2 .tab-items {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  .detail-product-page .detail-page-wrap2 .tab-contents > li table tr {
    font-size: 14px;
  }
   .detail-product-page .detail-page-wrap1 .detail-right{
    order: -1;
    margin-bottom: 25px;
  }
  .detail-product-page .detail-page-wrap2 .tab-items{
    flex-direction: column;
  }
  .detail-product-page .detail-page-wrap2 .tab-items li{
    padding-left: 5px;
    padding-right: 5px;
   
  }
  .detail-product-page .detail-page-wrap2 .tab-items li .title{
    font-size: 12px;
    word-wrap: break-word;
  }
  .detail-product-page .detail-page-wrap2 .tab-contents table tbody tr:first-child td span{
       font-size: 20px!important;
    }
    .detail-product-page .detail-page-wrap2 .tab-contents  .table1 table tbody{
        min-width: auto;
    }
    .detail-product-page .detail-page-wrap2 .tab-contents .table-det8  table tbody{
        min-width: 700px;
    } 
}
.df {
    display: flex;
    display: -webkit-flex;
    display: -ms-flexbox
}

.inner-product-recommendation {
  padding-top: 7.34375vw;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f0fb), to(#fff));
  background: -webkit-linear-gradient(top, #e8f0fb, #fff);
  background: -moz-linear-gradient(top, #e8f0fb, #fff);
  background: linear-gradient(to bottom, #e8f0fb, #fff);
}
.inner-product-recommendation .public-title {
  margin-bottom: 13px;
}
.inner-product-recommendation .intro {
  color: var(--index-color2);
}
.inner-product-recommendation .product-recommendation {
  margin: 5.572917vw -10px 0;
}
.inner-product-recommendation  .recommendation-box{
  position: relative;
}
.inner-product-recommendation .recommendation-box .product-recommendation-prev,
.inner-product-recommendation .recommendation-box .product-recommendation-next {
  height: 53px;
  width: 53px;
  border-radius: 50%;
  border: 1px solid var(--index-color1);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex!important;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: var(--index-color1);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  background: transparent;
  position: absolute;
  top:50%;
  transform: translateY(-50%);
  z-index: 3;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-prev{
  left: -4.1666vw;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-next{
  right: -4.1666vw;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-prev i,
.inner-product-recommendation  .recommendation-box .product-recommendation-next i {
  font-size: 24px;
}
.inner-product-recommendation  .recommendation-box .product-recommendation-prev:hover,
.inner-product-recommendation  .recommendation-box .product-recommendation-next:hover {
  background: var(--index-color1);
  color: #fff;
}


.inner-product-recommendation .product-recommendation .slide-box {
  border: 2px solid rgba(218, 218, 218, 0.4);
  padding-top: 3.385417vw;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0 10px 30px;
  color: #7e7e7e;
  transition: .3s;
}
.inner-product-recommendation .product-recommendation .slide-box:hover{
  background: #fff;
}
.inner-product-recommendation .product-recommendation .slide-box:hover a.title {
  color: var(--index-color1);
}
.inner-product-recommendation .product-recommendation .slide-box a.img {
  display: block;
  text-align: center;
}
.inner-product-recommendation .product-recommendation .slide-box a.img img {
  margin: 0 auto;
}
.inner-product-recommendation .product-recommendation .slide-box a.title {
  display: block;
  text-align: center;
  margin: 2.8125vw 15px 12px;
  font-weight: bold;
  color: #000;
  height: 54px;
}
.inner-product-recommendation .product-recommendation .slide-box .product-intro {
  color: #7e7e7e;
  max-width: 281px;
  margin: 0 auto 29px;
  text-align: center;
  line-height: 1.3;
    display: -webkit-box;
  -webkit-line-clamp:3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  height: 54px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn {
  position: relative;
  -webkit-transition: width 0.3s, background-color 0.3s;
  -moz-transition: width 0.3s, background-color 0.3s;
  transition: width 0.3s, background-color 0.3s;
  width: 60px;
  height: 60px;
  background-color: #d4d4d4;
  border-radius: 30px;
  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;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-left: 26px;
  padding-right: 7px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
  margin: 0 auto -30px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .plus {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
 
  font-weight: bold;
  color: #fff;
  z-index: 2;
  font-size: 20px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover {
  background-color: var(--index-color1);
  width: 176px;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .plus {
  display: none;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover span {
  display: block;
  position: absolute;
  left: 26px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  white-space: nowrap;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle {
  background: #fff;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn:hover .circle i {
  color: var(--index-color1);
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn span {
  color: #fff;
  display: none;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle {
  width: 46px;
  height: 46px;
  background-color: #d4d4d4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  position: relative;
}
.inner-product-recommendation .product-recommendation .slide-box a.category-btn .circle i {
  color: #d4d4d4;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
@media screen and (max-width: 1700px) {
    .inner-product-recommendation .recommendation-box .product-recommendation-prev{
    left: 0;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next{
    right: 0;
  }
}
@media screen and (max-width: 700px) {
  
  .inner-product-recommendation .recommendation-box .product-recommendation-prev{
     display: none!important;
  }
  .inner-product-recommendation .recommendation-box .product-recommendation-next{
     display: none!important;
  }

}

#mobile3 .m-search form input[type=submit]{
  background: url(../images/icon-search-white.png) center center no-repeat;
}