#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-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_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: var(--color);
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 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_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: var(--color);
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  opacity: 0.6;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  line-height: 36px;
  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: 16px;
  color: inherit;
  text-transform: uppercase;
  line-height: 30px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 14px;
  line-height: 28px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.pb-210 {
  padding-bottom: 210px;
}
@media (max-width: 1700px) {
  .pb-210 {
    padding-bottom: 180px;
  }
}
@media (max-width: 1450px) {
  .pb-210 {
    padding-bottom: 120px;
  }
}
@media (max-width: 1250px) {
  .pb-210 {
    padding-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .pb-210 {
    padding-bottom: 60px;
  }
}
@media (max-width: 700px) {
  .pb-210 {
    padding-bottom: 40px;
  }
  .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: "Baloo 2";
  src: url("../fonts/Baloo2-Bold.eot");
  src: url("../fonts/Baloo2-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-Bold.woff2") format("woff2"), url("../fonts/Baloo2-Bold.woff") format("woff"), url("../fonts/Baloo2-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Luckiest Guy";
  src: url("../fonts/LuckiestGuy-Regular.eot");
  src: url("../fonts/LuckiestGuy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/LuckiestGuy-Regular.woff2") format("woff2"), url("../fonts/LuckiestGuy-Regular.woff") format("woff"), url("../fonts/LuckiestGuy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/Baloo2-ExtraBold.eot");
  src: url("../fonts/Baloo2-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-ExtraBold.woff2") format("woff2"), url("../fonts/Baloo2-ExtraBold.woff") format("woff"), url("../fonts/Baloo2-ExtraBold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/Baloo2-Medium.eot");
  src: url("../fonts/Baloo2-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-Medium.woff2") format("woff2"), url("../fonts/Baloo2-Medium.woff") format("woff"), url("../fonts/Baloo2-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/Baloo2-Regular.eot");
  src: url("../fonts/Baloo2-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-Regular.woff2") format("woff2"), url("../fonts/Baloo2-Regular.woff") format("woff"), url("../fonts/Baloo2-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Baloo 2";
  src: url("../fonts/Baloo2-SemiBold.eot");
  src: url("../fonts/Baloo2-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Baloo2-SemiBold.woff2") format("woff2"), url("../fonts/Baloo2-SemiBold.woff") format("woff"), url("../fonts/Baloo2-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Baloo 2";
  font-weight: normal;
  --color: #f08200;
  margin: 0 auto;
  color: #2a2a2a;
}
.container {
  width: 1560px;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  transition: all 0.5s ease;
}
#header .nav {
  position: relative;
  height: 100px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-weight: normal;
}
#header .nav .ui.menu {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-radius: 10px;
  width: 68%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
}
#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 20px;
  height: 100%;
  color: #ffffff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  transition: 0.5s border;
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  transition: 0.5s border;
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 14px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search span {
  color: #fff;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-search:hover span {
  color: var(--color);
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language > span {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#header .nav .ui.menu .right .h-language > span img {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language > span span {
  color: #fff;
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover > span img {
  filter: none;
}
#header .nav .ui.menu .right .h-language:hover > span span {
  color: var(--color);
}
#header .nav .ui.menu .right .h-inquire {
  width: 168px;
  height: 36px;
  background-color: var(--color);
  border-radius: 50px;
  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: #fff;
  cursor: pointer;
  transition: 0.5s;
  border: 1px solid transparent;
}
#header .nav .ui.menu .right .h-inquire:hover {
  background: #fff;
  color: var(--color);
  border-color: var(--color);
}
#header.active {
  background-color: #ffc47e;
}
/* 旋转动画 */
@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.btn span a {
  background: var(--color);
  color: #fff;
  padding: 12px 41px;
  border-radius: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border: 1px solid transparent;
}
.btn span a:hover {
  background-color: #fff;
  color: var(--color);
  border-color: var(--color);
}
.btn em {
  position: relative;
  z-index: 1;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  text-align: center;
  line-height: 50px;
  margin-left: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.btn em img {
  display: inline-block;
  vertical-align: middle;
}
.btn i {
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: var(--color);
  animation: xz 5s linear infinite;
}
.btn i::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: -18px;
  left: -16px;
  width: 73px;
  height: 37px;
  background: url(../images/contactus.png) no-repeat;
}
.btn i.black::after {
  filter: brightness(0);
}
#banner .banner-content {
  height: 44vw;
  z-index: 19;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  font-family: "Luckiest Guy";
  font-weight: normal;
  max-width: 829px;
  line-height: 1.3;
  z-index: 1;
  padding-right: 10px;
}
#banner .banner-content .swiper-slide .txt-content h3 .txt-qj {
  color: #1d2088;
  text-shadow: -4px -4px 0 #ffffff, 4px -4px 0 #ffffff, -4px 4px 0 #ffffff, 4px 4px 0 #ffffff;
}
#banner .banner-content .swiper-slide .txt-content h3 .txt-bj {
  color: var(--color);
  top: 4px;
  left: 8px;
  z-index: -1;
  text-shadow: -4px -4px 0 #f4a000, 4px -4px 0 #f4a000, -4px 4px 0 #f4a000, 4px 4px 0 #f4a000;
}
#banner .banner-content .db-jx {
  bottom: -1px;
  left: 0;
  z-index: 9;
  pointer-events: none;
}
.dh {
  -webkit-animation: pd 5s linear infinite alternate;
  -moz-animation: pd 5s linear infinite alternate;
  animation: pd 5s linear infinite alternate;
}
@keyframes pd {
  0% {
    -webkit-transform: translateY(-15px);
    -moz-transform: translateY(-15px);
    transform: translateY(-15px);
  }
  100% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    transform: translateY(15px);
  }
}
.mk-tit h2 {
  line-height: 1.6;
  font-family: "Luckiest Guy";
  color: #2a2a2a;
  max-width: 1020px;
}
.mk-tit h3 {
  color: #f08200;
}
#index-body {
  overflow-x: hidden;
}
#index-body .init-1 .content .left {
  position: relative;
}
#index-body .init-1 .content .left i {
  position: absolute;
}
#index-body .init-1 .content .left i.icon1 {
  top: 40px;
  left: 16px;
}
#index-body .init-1 .content .right h2 {
  color: var(--color);
}
#index-body .init-1 .content .right .tit {
  font-weight: bold;
  color: #353535;
  line-height: 1.2;
}
.shouye{
  font-size: 20px;
  line-height: 1.8;
  color: #353535;
  margin-top: 20px;
}
#index-body .init-1 .content .right .con {
  color: #353535;
}
#index-body .init-1 .content .right .con h1 {
  line-height: 1.8;
  display: inline!important;
  font: inherit;
}
#index-body .init-1 .content .right .data ul li {
  width: 50%;
  padding: 22px 0;
}
#index-body .init-1 .content .right .data ul li .num span {
  font-family: "Luckiest Guy";
  font-weight: bold;
  color: #353535;
  line-height: 0.9;
}
#index-body .init-1 .content .right .data ul li .num p {
  color: #0f2e45;
  line-height: 36px;
}
#index-body .init-2 {
  background: url(../images/pbg.png) no-repeat center;
  background-size: cover;
  position: relative;
}
#index-body .init-2 .mk-tit h2 {
  max-width: 700px;
}
#index-body .init-2 .ico {
  right: 0;
  top: -24%;
}
#index-body .init-2 .content ul {
  margin: 0 -24px;
}
#index-body .init-2 .content ul li {
  padding: 0 24px;
}
#index-body .init-2 .content ul li .ig {
  background: #fff;
  border-radius: 17px;
  height: 431px;
  position: relative;
  padding: 26px 39px 0 40px;
  overflow: hidden;
  color: #0f2e45;
}
#index-body .init-2 .content ul li .ig .tit {
  font-weight: 600;
  text-transform: capitalize;
  transition: 0.5s;
      line-height: 1.6;
    min-height: 5.3rem;
}
#index-body .init-2 .content ul li .ig .con {
  line-height: 1.8;
  position: relative;
  z-index: 1;
}
#index-body .init-2 .content ul li .ig .img {
  position: absolute;
  right: -7%;
  bottom: -3.3%;
  -webkit-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-2 .content ul li .ig:hover .tit {
  color: var(--color);
}
#index-body .init-2 .content ul li .ig:hover .img {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
  right: 0;
  bottom: 0;
}
#index-body .init-2 .icon {
  position: absolute;
  bottom: -40%;
  left: 12%;
}
#index-body .init-3 ul .slick-list {
  overflow: visible !important;
}
#index-body .init-3 ul li .box {
  opacity: 0;
  background-color: rgba(255, 255, 255, 0.64);
  box-shadow: 0px 6px 19px 17px rgba(0, 0, 0, 0.07);
  border-radius: 50%;
  padding: 22px;

}
#index-body .init-3 ul li .box .box-con {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: #fcf8ea;
  padding: 38px;
  overflow: hidden;
  transition: all 0.5s ease-in-out;
}
#index-body .init-3 ul li .box .box-con .text {
  text-align: center;
  font-weight: 500;
  width: 100%;
}
#index-body .init-3 ul li .box .box-con i {
  bottom: -9%;
  left: 50%;
  transform: translateX(-50%);
  background-color: #fff;
  border-radius: 50%;
  width: 96px;
  height: 62px;
  text-align: center;
  color: var(--color);
}
#index-body .init-3 ul li .box:hover .box-con {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-3 ul li .box .box-con .icon img{
  transition: all 0.5s ease-in-out;
}
#index-body .init-3 ul li .box:hover .box-con .icon img {
  filter: brightness(0) invert(1);
}

#index-body .init-3 ul .slick-active li .box {
  opacity: 1;
}
#index-body .init-4 .container {
  margin: 0 0 0 auto;
  width: 1738px;
  padding: 0 0 0 15px;
}
#index-body .init-4 .mk-tit {
  max-width: 800px;
}
#index-body .init-4 .mk-tit h2 {
  color: #0f2e45;
}
#index-body .init-4 .left {
  width: 40%;
}
#index-body .init-4 .left .content ul li .box {
  border: solid 1px rgba(66, 66, 66, 0.24);
  border-radius: 8px;
  padding: 20px 24px;
  font-weight: 500;
}
#index-body .init-4 .left .content ul li .box em {
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
#index-body .init-4 .left .content ul li .box .tits i {
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: all 0.5s;
}
#index-body .init-4 .left .content ul li .box .con {
  color: #a3a3a3;
  display: none;
  line-height: 30px;
}
#index-body .init-4 .left .content ul li .box.active .tits i {
  transform: rotateX(180deg);
}
#index-body .init-4 .right {
  width: 58%;
  margin-top: -13%;
}
#index-body .init-5 .newslist ul li .box {
  border: solid 1px rgba(119, 119, 119, 0.43);
  padding: 32px 32px 50px;
  border-radius: 12px;
}
#index-body .init-5 .newslist ul li .box .text {
  font-weight: 500;
}
#index-body .init-5 .newslist ul li .box .text a:hover{
  color: var(--color)
}
#index-body .init-5 .newslist ul li .box .text span {
  color: #0f2e45;
  line-height: 36px;
}
.xinwenbiaoti{
  min-height: 5rem;
}
#index-body .init-5 .newslist ul li .box .text .con {
  color: #a3a3a3;
  line-height: 30px;
}
#footer {
  background-image: url(../images/index-footer-bg-1.png);
  background-size: cover;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  color: #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list > p {
  font-size: 30px;
  font-weight: 500;
  margin-bottom: 30px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list > span {
  font-size: 18px;
  margin-bottom: 14px;
  width: fit-content;
  transition: all 0.5s;
  line-height: 1.8;
}
#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-t .footer-t-gird .logo .share li {
  width: 49px;
  height: 49px;
  background-color: var(--color);
  border-radius: 50%;
  margin-right: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .footer-center .footer-t .footer-t-gird .logo .share li i {
  font-size: 26px;
}
#footer .footer-center .footer-t .footer-t-gird .logo div {
  color: rgba(255, 255, 255, 0.6);
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .logo div img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
#footer .footer-center .footer-t .footer-t-gird .logo div svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
}
#footer .footer-center .footer-t .footer-t-gird .information {
  max-width: 390px;
}
#footer .footer-center .footer-t .footer-t-gird .information span {
  display: flex;
  align-items: center;
  margin-bottom: 35px;
}
#footer .footer-center .footer-t .footer-t-gird .information span img {
  margin-right: 20px;
}
#footer .footer-center .footer-t .footer-t-gird .link {
  width: 168px;
}
#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .contact {
  width: 362px;
}
#footer .footer-center .footer-t .footer-t-gird .contact form {
  display: flex;
  flex-direction: column;
  position: relative;
  padding-bottom: 35px;
}
#footer .footer-center .footer-t .footer-t-gird .contact form input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  margin-bottom: 16px;
  padding: 10px 0 4px;
  font-size: 18px;
}
#footer .footer-center .footer-t .footer-t-gird .contact form input::placeholder {
  color: rgba(255, 255, 255);
  font-size: 18px;
}
#footer .footer-center .footer-t .footer-t-gird .contact form textarea {
  background: transparent;
  border: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.34);
  font-size: 18px;
  padding: 0 48px 4px 0;
}
#footer .footer-center .footer-t .footer-t-gird .contact form textarea::placeholder {
  color: rgba(255, 255, 255);
  font-size: 18px;
}
#footer .footer-center .footer-t .footer-t-gird .contact form .send {
  position: absolute;
  bottom: 0;
  right: 0;
}
#footer .footer-center .footer-t .footer-t-gird .contact form .send input[type="submit"] {
  border: 0;
  padding: 0;
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}
#footer .footer-center .footer-t .footer-t-gird .contact form .send:hover input[type="submit"] {
  color: var(--color);
}
@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 15px;
  }
  #index-body .init-2 .content ul {
    margin: 0 -12px;
  }
  #index-body .init-2 .content ul li {
    padding: 0 12px;
  }
  #index-body .init-4 .container {
    width: 1550px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    width: 130px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 310px;
  }
}
@media (max-width: 1450px) {
  #header .nav .ui.menu {
    width: 72%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 12px;
  }
  #index-body .init-4 .container {
    width: 1325px;
  }
  #footer .footer-center .footer-t .footer-t-gird .information {
    max-width: 290px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    width: auto;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 280px;
  }
}
@media (max-width: 1250px) {
  .btn span a {
    padding: 8px 20px;
  }
  #banner{
    margin-top: 40px;
  }
  #banner .banner-content .swiper-slide .txt-content h3 {
    max-width: 100%;
  }
  #index-body .init-2 .content ul {
    margin: 0 -5px;
  }
  #index-body .init-2 .content ul li {
    padding: 0 5px;
  }
  #index-body .init-4 {
    padding-top: 0;
  }
  #index-body .init-4 .container {
    width: 1110px;
  }
  #index-body .init-4 .left {
    width: 50%;
  }
  #index-body .init-4 .right {
    width: 48%;
    margin-top: -7%;
  }
  #footer .footer-content {
    width: 100%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list > p {
    font-size: 24px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list > span {
    font-size: 16px;
    line-height: 30px;
  }
  #footer .footer-center .footer-t .footer-t-gird .information span img {
    margin-right: 10px;
  }
  #footer .footer-center .footer-t .footer-t-gird .information {
    max-width: 240px;
  }
  #footer .footer-center .footer-t .footer-t-gird .contact {
    width: 200px;
  }
}
@media (max-width: 1000px) {
  #banner .banner-content .swiper-slide .txt-content h3 .txt-qj {
  color: #fff;
  text-shadow: unset;
}
#banner .banner-content .swiper-slide .txt-content h3 .txt-bj {
  display: none;
}
  #index-body .init-1 .content.grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  #index-body .init-1 .content .right {
    padding-left: 0;
    margin-top: 40px;
  }
  #index-body .init-2 .ico,
  #index-body .init-2 .icon {
    display: none;
  }
  #index-body .init-4 {
    display: none;
  }
  #footer {
    background-position: -120px 0;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    width: 100%;
    max-width: 100%;
  }
  .right_nav_list {
    bottom: 140px;
  }
}
@media (max-width: 700px) {
  #banner .banner-content {
    height: 308px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .content .right .data ul li {
    width: 100%;
    padding: 12px 0;
    flex-direction: column;
  }
  #index-body .init-1 .content .right .data ul li .num {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-left: 0;
    margin-top: 10px;
  }
  #index-body .init-1 {
    padding-bottom: 10px;
  }
  #index-body .init-3 {
    padding-top: 40px;
    padding-bottom: 30px;
  }
  .font-16{
    font-size: 16px;
    line-height: 30px;
  }
  .font-15{
    font-size: 14px;
    line-height: 2;
  }
}


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


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

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

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

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

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

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


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

@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
.inner-page .tit {
  font-size: 18px;
}

.inner-banner {
  height: 496px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  position: relative;
  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;
}
.inner-page .ui.container {
  /*width: 100%;*/
    max-width: 1600px
}
.inner-banner .bg {
  position: absolute;
  left: 0;
  bottom: -2px;
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 32px;
  text-transform: capitalize;
}
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.4;
  font-weight: bold;
    margin: 0 auto;
  margin-top: 17px;
  max-width: 900px;


}
.inner-banner .search {
  position: relative;
  max-width: 740px;
  margin: 50px auto 0;
}
.inner-banner .search form {
  width: 100%;
  position: relative;
}
.inner-banner .search input {
  width: 100%;
  height: 80px;
  border: none;
  padding: 0 65px;
  font-size: 18px;
  border-radius: 40px;
  color: black;
}
.inner-banner .search input[type="submit"] {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translate(0%, -50%);
  -moz-transform: translate(0%, -50%);
  -ms-transform: translate(0%, -50%);
  transform: translate(0%, -50%);
  width: 80px;
  height: 35px;
  background: url(../images/search1.png) no-repeat center;
  padding: 0;
  border-left: 1px solid rgba(0, 0, 0, 0.3);
  border-radius: 0;
}
.inner-banner .arrow {
  position: absolute;
  left: 0;
  bottom: 12%;
  width: 100%;
  text-align: center;
  cursor: pointer;
  z-index: 3;
  -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(0.65, 0.05, 0.36, 1);
}
.font-48 {
  font-size: 42px;
  line-height: 1.4;
}
.font-18 {
  line-height: 2;
}
.font-36 {
  line-height: 1.3;
}
.inner-page {
  background: url(../images/bg.png);
}
.inner-page .in-num {
  line-height: 1.6;
  text-transform: uppercase;
}
.inner-page .in-num::before {
  content: '';
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  display: inline-block;
  vertical-align: top;
  margin: 5px 15px 0 0;
  color: #fff;
}
.inner-page .title {
  font-weight: bold;
}
.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;
  font-weight: bold;
  margin: 0 10px;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
.about-page .title {
  margin-top: 30px;
}
.about-page .title em {
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  /*background: url(../images/about-page-2.png) no-repeat;*/
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container {
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul {
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li {
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon {
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3 {
  font-size: 50px;
  font-weight: bold;
  color: #000000;
  line-height: 1;
}
.about-page .about-1 ul li h3 span {
  font-size: 22px;
}
.about-page .about-1 ul li p {
  font-size: 20px;
  line-height: 36px;
  color: #545252;
}
.about-page .about-1 ul li::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after {
  content: none;
}
.about-page .about-1 ul li:nth-child(1) {
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon {
  left: 0;
}
.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}
.about-page .about-2 .img1 {
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
  width: calc(100% - 6.25vw);
  border-radius: 0 300px 300px 0;
  position: relative;
  z-index: 2;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-22 {
  padding-top: 120px;
  position: relative;
}
.about-page .about-22 .ui.container {
  z-index: 3;
}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin-right: -75px;
  margin-top: 50px;
}
.about-page .about-22 ul li {
  padding-left: 130px;
  position: relative;
  padding-right: 75px;
  margin-bottom: 70px;
}
.about-page .about-22 ul li span {
  font-size: 89px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.about-page .about-22 ul li span::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -37px;
  width: 68px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5 {
  color: #333;
  font-size: 30px;
  line-height: 1.6;
  font-weight: bold;
}
.about-page .about-22 ul li .des {
  font-size: 18px;
  line-height: 32px;
  min-height: 170px;
  max-height: 170px;
  overflow: auto;
}
.about-page .about-22 ul .slick-dots {
  text-align: center;
  margin: 0;
}
.about-page .about-22 ul .slick-dots li {
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0, 0, 0, 0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button {
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container {
  z-index: 2;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 {
  padding: 7.5% 0 3.5%;
  position: relative;
}
.about-page .about-4 .ui.container {
  z-index: 3;
}
.about-page .about-4 .img1 {
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-4 .img2 {
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  /*background: url(../images/about-page-7.png) no-repeat;*/
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin-right: -25px;
}
.about-page .about-4 .content ul li {
  padding-right: 25px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
  border-radius: 60px 0 0 0;
}
.about-page .about-4 .content ul li .h5 {
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0, 0, 0, 0.35);
  font-size: 24px;
  line-height: 1.6;
  text-align: center;
  /*border-radius: 50px 0 0 0;*/
  z-index: 2;
  position: relative;
  -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -10px);
  padding: 30px 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
      border-radius: 0px 0 50px 0;
}
.about-page .about-4 .content ul li:hover .h5 {
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 {
  background-color: var(--color);
  border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #000000;
  margin-top: 50px;
}
.about-page .about-5 .in-num::before {
  background: #fff;
}
.about-page .about-5 .left {
  width: 44%;
  vertical-align: middle;
  padding-left: 10%;
  color: #fff;
}
.about-page .about-5 .right {
  vertical-align: middle;
  width: 56%;
  font-size: 18px;
  line-height: 2;color: #fff;
}
.about-page .about-6 {
  padding: 7% 0;
}
.about-page .about-6 .title em {
  color: var(--color);
}
.about-page .about-6 .content {
  padding-top: 6.349%;
}
.about-page .about-6 .content ul {
  margin-right: -96px;
}
.about-page .about-6 .content ul li {
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  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;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1680px) {
  .inner-page .ui.container {
    max-width: 1400px;
  }
}
@media screen and (max-width: 1440px) {
   .inner-page .ui.container {
    max-width: 1200px;
  }
  .about-page .about-6 .content ul {
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li {
    padding-right: 40px;
  }
  .inner-banner {
    height: 570px;
  }
  .about-page .about-1 ul li .icon {
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li {
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3 {
    font-size: 50px;
  }
  .about-page .about-1 ul li p {
    font-size: 17px;
  }
  .about-page .about-22 ul li h5 {
    font-size: 24px;
  }
  .about-page .about-22 ul li span {
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after {
    width: 45px;
    right: 1px;
  }
  .about-page .about-22 ul {
    margin-right: -40px;
  }
  .about-page .about-22 ul li {
    padding-left: 95px;
    padding-right: 40px;
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
   .inner-page .ui.container {
    max-width: 1080px
  }
  .inner-banner {
    height: 540px;
  }
}
@media screen and (max-width: 1200px) {
  .about-page .about-1 ul li {
    padding-left: 85px;
  }
  .about-page .about-1 ul li .icon {
    width: 50px;
    left: 18px;
  }
  .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}
@media screen and (max-width: 1100px) {
   .inner-page .ui .content {
    padding: 0 20px;
    line-height: 2!important;
  }
    .inner-page .ui.container {
    max-width: 980px
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 300px;
    background-size: auto 50%;
  }
  .inner-banner .tit {
    font-size: 36px;
  }

 .inner-page  .ui.container{
   max-width: 100%;
   padding: 0 15px;
 }
  .inner-banner .search input {
    height: 55px;
  }
  .inner-banner .search {
    margin-top: 10px;
  }
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    border-radius: 100px 0 0 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5 {
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left {
    width: 100%;
    padding-left: 0
  }
  .about-page .about-5 .right {
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .font-48 {
    font-size: 36px;
  }
  .about-page .about-1 ul li {
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5 {
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner {
    background-size: auto 60%;
  }
  .inner-banner .tit {
    font-size: 20px;
    margin-top: 5px;
  }
  .inner-banner .bg {
    bottom: -1px;
  }
  .inner-banner .search {
    display: none;
  }
  .inner-banner .search input {
    padding-left: 30px;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2 {
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-22 ul li .des {


  min-height: 100px;
  max-height: 100px;

}
  .about-page .about-4 .content ul li .img-box img {
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5 {
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .inner-page .in-num:before {
    width: 12px;
    height: 12px;
  }
  .about-page .title {
    margin-top: 10px;
  }
  .about-page .about-2 .bottom {
    border-radius: 0;
  }
  .about-page .about-2 .img1 {
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-2 {
    padding-top: 50px;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li {
    padding: 5px;
  }
  .about-page .about-3 .content ul li img {
    width: 100%;
  }
  .about-page .about-4 .img1 {
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2 {
    background-size: 50%;
    background-position: right top;
  }
}
.about-page {
  overflow: hidden;
}
@media screen and (max-width: 500px) {
  .inner-banner .tit{
    font-size: 18px;
    line-height: 32px;
  }
  .inner-banner {
    height: 180px;
    background-size: auto 43%;
  }
  .inner-banner.prodet-banner {
    /*background: white;
    color: black;
    background-image: none;*/
    height: 240px;
  }
  /*.inner-banner.product-banner{
    height: 240px;
  }*/
  .inner-banner .arrow {
    display: none;
  }
  .font-48 {
    font-size: 30px;
  }
  .inner-banner .mbx {
    font-size: 14px;
    line-height: 28px!important;
  }
    .inner-banner .bg {
    display: none;
  }
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 .img2 {
    background-size: 46%;
    right: -20px;
  }
  .about-page .about-2 .content ul li {
    padding: 0 0 88px 0;
  }
  .about-page .about-2 .content ul li::after {
    left: 0;
    width: 20px;
    height: 20px;
  }
  .about-page .about-5 {
    padding-top: 60px;
  }
  .about-page .about-5 .right {
    max-height: 300px;
    overflow: auto;
  }
  .about-page .about-2 .content ul li::before {
    left: 11px;
  }
  .about-page .about-2 .bottom {
    padding-right: 0;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page .about-4 {
    border-radius: 0;
  }
  .about-page .about-4 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-4 .content {
    margin-top: 20px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 10px;
  }
  .about-page .about-1 ul li {
    /*width: 100% !important;*/
    padding-left: 65px;
    margin-bottom: 20px;
  }
  .about-page .about-1 ul li .icon {
    left: 0;
  }
  .about-page .about-1 ul li h3 {
    font-size: 33px;
  }
  .about-page .about-1 ul li p {
    font-size: 14px;
  }
  .about-page .about-1 .con {
    line-height: 2;
  }
  .about-page .about-1 ul li:after {
    display: none;
  }
  .about-page .about-1 .img .play {
    width: 50px;
  }
  .about-page .about-22 {
    padding-top: 60px;
  }
  .font-48 {
    font-size: 25px;
  }
  .about-page .about-22 ul li {
    margin-bottom: 25px;
  }
  .about-page .about-4 {
    padding-bottom: 100px;
  }
  .about-page .about-22 .img1,
  .about-page .about-1 .img1 {
    background-size: 60%;
    background-position: left top;
  }
  .about-page .about-1 .img3 {
    background-size: 70%;
    background-position: right top;
  }
}
.seo_content {
  padding-top: 5.6771%;
}
.seo_content .tag {
  color: var(--color);
  text-transform: uppercase;
}
.seo_content .title {
  text-transform: uppercase;
}
.seo_content .title small {
  display: block;
}
.seo_content .title em {
  color: var(--color);
}
.seo_content .seo_about {
  background-color: #f6f6f6;
  border-radius: 300px 0px 0px 0px;
  padding: 8.282% 0 9.115%;
}
.seo_content .seo_about .con {
  color: rgba(0, 0, 0, 0.6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 467px;
  overflow-y: auto;
}
.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px;
}
.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0.22);
}
.seo_content .seo_honor {
  padding: 5.782% 0 10.209%;
}
.seo_content .seo_honor .content {
  margin-top: 29px;
}
.seo_content .seo_honor .content ul {
  margin-right: -25px;
}
.seo_content .seo_honor .content ul li {
  padding-right: 25px;
}
.seo_content .seo_honor .content ul li .img-box img {
  width: 100%;
}
.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seo_content .seo_honor .content ul.slick-dots li button {
  display: none;
}
.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.seo_content .seo_news {
  background-color: #f6f6f6;
  padding: 5.834% 0 7.344%;
}
.seo_content .seo_news .content {
  margin-top: 61px;
}
.seo_content .seo_news .content ul {
  margin-right: -25px;
}
.seo_content .seo_news .content ul li {
  padding-right: 25px;
}
.seo_content .seo_news .content ul li .img {
  position: relative;
}
.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
}
.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%;
}
.seo_content .seo_news .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, 0.2);
}
.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
}
.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px;
}
.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px;
}
.seo_content .seo_news .content ul li .text {
  padding: 24px 30px 0 16px;
}
.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color);
}
.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.seo_content .seo_industry {
  padding-top: 5%;
}
.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 41px;
}
.product-page {
  padding: 7% 0 10.7292%;
  position: relative;
  z-index: 1;
}
.product-page .Auxil-h1 {
  font-size: 36px;
  color: var(--color);
}
.product-page .list .in-num {
  color: var(--color);
}
.product-page .list .in-num::before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0;
}
.product-page .list .title {
  margin-top: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
  width: 90%;
}
.product-page .list .title:hover {
  color: var(--color);
}
.product-page .list ul li {
  padding: 46px 0 14px;
  position: relative;
  z-index: 1;
  margin-bottom: 180px;
}
.product-page .list ul li .ig {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .list ul li .ig .text {
  width: 45.549%;
  padding-right: 71px;
}
.product-page .list ul li .ig .text .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 7px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 8;
  -webkit-box-orient: vertical;
}
.product-page .list ul li .ig .text .more {
  padding-left: 57px;
  margin-top: 46px;
}
.product-page .list ul li .ig .text .more:hover {
  color: #fff;
}
.product-page .list ul li .ig .text .more:hover::after {
  background: #000;
}
.product-page .list ul li .ig .text .more:hover i {
  color: #fff;
}
.product-page .list ul li .ig .img {
  width: 54.451%;
}
.product-page .list ul li::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  top: 0;
  width: 774px;
  height: 578px;
  background-color: #f6f6f6;
  border-radius: 289px 0px 0px 289px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.product-page .list ul li:hover::after {
  background: var(--color);
}
.product-page .list ul li:nth-child(even) .ig {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.product-page .list ul li:nth-child(even) .ig .text {
  padding: 0 0 0 71px;
}
.product-page .list ul li:nth-child(even)::after {
  right: initial;
  left: 0;
  width: 964px;
  height: 578px;
  border-radius: 0px 289px 289px 0px;
}
.product-page .list ul li:last-child {
  margin-bottom: 0;
}
.product-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.product2-page .seoPublic>div:nth-child(odd){
  background:transparent;
}
.product2-page #index-body .i-product h1 {
  text-transform: unset;
  margin-bottom: 10px;
}
.product2-page #index-body .i-product h1:before {
  margin-top: 14px;
}
.product2-page #index-body .i-product .Auxil-catdes {
  font-size: 20px;
  padding-left: 30px;
}
.product2-page #index-body .i-partner {
  background: transparent;
  margin-top: 0;
  padding-top: 50px;
  padding-bottom: 0;
}
.product2-page #index-body .i-product {
  background: transparent;
}
.product2-page #index-body .i-product ul li:hover .img-box img {
  -webkit-transform: rotate(-20deg);
  -moz-transform: rotate(-20deg);
  -ms-transform: rotate(-20deg);
  transform: rotate(-20deg);
}
.product2-page #index-body .i-product ul li .box .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  font-size: 16px
}
.product2-page #index-body .i-product ul li .box .content::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 0;
  background: var(--color);
  z-index: -1;
}
.product2-page #index-body .i-product ul li .box:hover .content {
  background: unset;
}
.product2-page #index-body .i-product ul li .box:hover .content::after {
  height: 100%;
}
.product2-page #index-body .i-news .i-title {
  text-align: left;
}
.prodet-page #index-body .i-product .i-title em {
  color: var(--color);
}
@media screen and (max-width: 1680px) {
  .product-page .list ul li::after {
    width: 700px;
    height: 500px;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 820px;
    height: 500px;
  }
}
@media screen and (max-width: 1440px) {
  .product-page .list ul li .ig .text {
    padding-right: 40px;
  }
  .product-page::after {
    font-size: 300px;
    top: -20px;
  }
  .product-page .list ul li::after {
    width: 600px;
    height: 400px;
    border-radius: 200px 0px 0px 200px;
    top: 8%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 720px;
    height: 400px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0 0 0 40px;
  }

}
@media screen and (max-width: 1280px) {
  .product-page::after {
    font-size: 260px;
    top: -20px;
  }
  .product-page .list .title {
    width: 100%;
  }
  .product-page .list ul li::after {
    width: 500px;
    height: 300px;
    border-radius: 150px 0px 0px 150px;
    top: 24%;
  }
  .product-page .list ul li:nth-child(even)::after {
    width: 620px;
    height: 300px;
    border-radius: 0px 200px 200px 0px;
  }
  .product-page .list ul li {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .product-page .list ul li:nth-child(even)::after {
    width: 500px;
  }
  .font-36 {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page::after {
    display: none;
  }
  .product-page .list ul li {
    margin-bottom: 40px;
    padding: 0;
  }
  .product-page .list ul li .ig .text {
    width: 100%;
    padding-right: 0;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 31px;
    margin-top: 20px;
  }
  .product-page .list ul li .ig .img {
    width: 100%;
  }
  .product-page .list ul li::after {
    display: none;
  }
  .product-page .list ul li:nth-child(even) .ig .text {
    padding: 0;
  }
  .seo_content .seo_about {
    border-radius: 0;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px;
  }

}
@media screen and (max-width: 700px) {
  .font-24 {
    font-size: 20px;
  }
  .product-page .Auxil-h1 {
    display: none!important;
  }
  .product-page .list .in-num::before {
    margin: 3px 7px 0 0;
  }
  .font-36 {
    font-size: 30px;
  }
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px;
  }
  .seo_content .seo_news .content ul {
    margin-right: -10px;
  }
  .seo_content .seo_news .content ul li {
    padding-right: 10px;
  }
  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0 0;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px;
  }
}
@media screen and (max-width: 500px) {
  .font-24 {
    font-size: 16px;
  }
  .product-page .list .in-num::before {
    margin: 0px 7px 0 0;
  }
  .font-36 {
    font-size: 24px;
  }
  .product-page .list ul li .ig .text .more {
    padding-left: 19px;
  }
  .seo_content .seo_honor .content {
    margin-top: 10px;
  }
  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px;
  }
  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px;
  }
  .seo_content .seo_news .content {
    margin-top: 20px;
  }
}
.prodet-page {

  position: relative;
  z-index: 1;
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.prodet-page .prodet-1 .box .left .big {
  width: 85%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);

}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  border-radius: 30px;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page .prodet-1 .box .left .small {
  width: 15%;
  margin-top: 15px;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  border-radius: 10px;
  border: 1px solid #e6e6e6;
  background: white;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.prodet-page .prodet-1 .box .right {
  padding-top: 15px;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
  padding-left: 20px;
  line-height: 1.8;
  margin-bottom: 8px;
}
.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
}
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: bold;
  line-height: 1.6;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  max-height: 550px;
  padding-right: 20px;
  margin-top: 15px;
  overflow: auto;
}
.prodet-page .prodet-1 .box .right .content a.msg1 {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  bottom: 15%;
  background: var(--color);
  color: #fff;
  /*width: 200px;*/
  margin: 20px auto 0;
  border: 1px solid transparent;
}
.prodet-page .prodet-1 .box .right .content a.msg1:hover{
  background: #fff;
  color: var(--color);
  border-color: var(--color);
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding-top: 100px;
  padding-bottom: 60px;
}
.prodet-page .prodet-2 .form li{
  width: 100%
}
.prodet-page .prodet-2 .form li label{
  display: none;
}
.prodet-page .prodet-2 .ret {
  margin-top: 30px;
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  color: #fff;
  display: none;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret .bt::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff;
}
.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, 0.6);
}
.prodet-page .prodet-2 .ret .con ul {
  margin: -10px;
}
.prodet-page .prodet-2 .ret .con ul li {
  padding: 10px;
}
.prodet-page .prodet-2 .ret .con ul li a {
  border: 2px solid #eee;
  display: block;
}
.prodet-page .prodet-2 .ret form {
  
  
}
.prodet-page .prodet-2 .ret form input {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px;
}
.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: 0.6;
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb;
}
.prodet-page .prodet-2 .ret form input[type="submit"] {
  background: var(--color);
  color: white;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  transition: 0.3s;
}
.prodet-page .prodet-2 .ret form input[type="submit"]:hover {
  background: #000;
}
.prodet-page .prodet-3 {
  margin-top: 89px;
}
.prodet-page .prodet-3 .content {
  margin-top: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -42px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 42px;
}
.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  border-radius: 0px 100px 0px 0px;
  padding: 105px 36px 64px 21px;
  text-align: center;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px;
}
.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .in-num::before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0;
}
.prodet-page .prodet-3 .content ul li .text .tit {
  line-height: 1.6;
  text-transform: uppercase;
  margin-top: 12px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color);
}
.prodet-page .prodet-3 .content ul li .text .more {
  padding-left: 57px;
  margin-top: 65px;
}
.prodet-page .prodet-3 .content ul li .text .more:hover {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover i {
  color: #fff;
}
.prodet-page .prodet-3 .content ul li .text .more:hover::after {
  background: #000;
}
.prodet-page .opt {
  background-color: #f6f6f6;
}
.prodet-page .opt dl {
  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;
}
.prodet-page .opt dl dd {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  position: relative;
  z-index: 1;
  margin-right: 24px;
  cursor: pointer;
}
.prodet-page .opt dl dd::before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: var(--color);
}
.prodet-page .opt dl dd::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 0px 0px 50px 0px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff;
}
.prodet-page .opt dl dd:hover::before,
.prodet-page .opt dl dd.active::before {
  background: #fff;
}
.prodet-page .opt dl dd:hover::after,
.prodet-page .opt dl dd.active::after {
  opacity: 1;
}
.prodet-page .opt dl dd:last-child {
  margin-right: 0;
}
.prodet-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.prodet-page #index-body .i-product .i-title {
  color: black;
  margin-bottom: 40px;
  text-align: left;
}
@media screen and (max-width: 1440px) {
  .prodet-page::after {
    font-size: 300px;
    top: -20px;
  }
  .font-30 {
    font-size: 27px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 79px;
  }
  .font-30 {
    font-size: 24px;
  }
  .prodet-page .prodet-2 {
  padding-top: 80px;
  }
}
@media screen and (max-width: 1100px) {
  .prodet-page::after {
    font-size: 260px;
  }
  .prodet-page .opt dl dd {
    padding: 0 60px;
  }
  .prodet-page .opt dl dd::before {
    left: 30px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -20px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page::after {
    display: none;
  }
  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px;
  }
  .prodet-page .opt dl dd::before {
    left: 15px;
  }
  .font-20 {
    font-size: 18px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px;
  }
  .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none;
  }
  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px;
  }
  .prodet-page .prodet-2 .ret .bt::before {
    top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px;
  }
  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0;
  }
    .prodet-page .prodet-2 {
  padding-top: 50px;
  }
  .prodet-page .prodet-3 {
    margin-top: 30px;
  }
  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%;
  }
  .prodet-page .prodet-3 .opt dl dd::before {
    top: 30px;
    left: 47px;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0;
  }
  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px;
  }
  .prodet-page .prodet-3 .opt dl dd::before,
  .prodet-page .prodet-2 .ret .bt::before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px;
  }
  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0;
  }
  .prodet-page .prodet-3 .content {
    margin-top: 20px;
  }
  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px;
  }

}
.news-page {
  padding: 65px 0 68px;
  position: relative;
  z-index: 1;
}
.news-page .header ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.news-page .header ul li {
  padding: 0 24px 0 28px;
  border-right: 1px solid rgba(0, 0, 0, 0.25);
  line-height: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.news-page .header ul li:first-child {
  padding-left: 0;
}
.news-page .header ul li:hover,
.news-page .header ul li.active {
  color: var(--color);
}
.news-page .content {
  margin-top: 65px;
}
.news-page .content ul {
  margin: 0 -25px -65px 0;
}
.news-page .content ul li {
  padding: 0 25px 65px 0;
}
.news-page .content ul li .img {
  position: relative;
}
.news-page .content ul li .img .img-box {
  border-radius: 50px 0px 50px 0;
}
.news-page .content ul li .img .img-box img {
  width: 100%;
}
.news-page .content ul li .img .img-box::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  /*background: rgba(0, 0, 0, 0.2);*/
}
.news-page .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0px 71px 0px 0px;
  color: #fff;
  padding: 27px 33px 0 14px;
 
}
.news-page .content ul li .img time em {
  line-height: 1;
  display: block;
  /*border-bottom: 1px solid #fff;*/
  padding-bottom: 7px;
}
.news-page .content ul li .img time span {
  display: block;
  /*margin-top: 5px;*/
  line-height: 2;
}
.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}
.news-page .content ul li .text .tit {
  line-height: 1.8;
  /*text-transform: uppercase;*/
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 22px;
  min-height: 5rem;
}
.news-page .content ul li .text .tit:hover {
  color: var(--color);
}
.news-page .content ul li .text .con {
  color: #737373;
  line-height: 1.8;
  margin-top: 10px;
  /*overflow: hidden;
  text-overflow: ellipsis;*/
  display: -webkit-box;
  /*-webkit-line-clamp: 3;*/
  -webkit-box-orient: vertical;
}
.news-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1280px) {
  .news-page .content ul li .text {
    padding: 24px 10px 0 10px;
  }
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1100px) {
  .inner-page .m-page {
    margin-top: 60px;
  }
  .news-page::after {
    font-size: 300px;
    top: -20px;
  }
  .news-page .content ul {
    margin: 0 -20px -40px 0;
  }
  .news-page .content ul li {
    padding: 0 20px 40px 0;
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
  .news-page::after {
    display: none;
  }
  .news-page .content {
    margin-top: 30px;
  }
  .news-page .content ul li {
    width: 50% !important;
  }
  .inner-page .m-page {
    margin-top: 40px;
  }
  .inner-page .m-page a,
  .inner-page .m-page span {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin: 0 5px;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .content {
    margin-top: 20px;
  }
  .news-page .content ul li {
    width: 100% !important;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }
  .news-page .content {
    margin-top: 0;
  }
  .news-page .content ul {
    margin: 0 0 -20px 0;
  }
  .news-page .content ul li {
    padding: 0 0 20px 0;
  }
}
.m-link {
  margin-top: 30px;
}
.m-link a {
  margin-top: 22px;
  font-size: 18px;
  line-height: 1.6;
  display: inline-block;
}
.m-link a em {
  color: var(--color);
}
.m-link a:first-child {
  margin-top: 0;
}
.newdet-page .info {
  margin-top: 112px;
}
.newdet-page .info h1 {
  font-weight: bold;
  line-height: 1.5;
}
.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}
.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}
.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}
.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
  
}
.newdet-page .info .con {
  margin-top: 55px;
}
.newdet-page .info .con img {
  margin-bottom: 30px;
}
.newdet-page .info .m-link {
  margin-top: 87px;
}
@media screen and (max-width: 1000px) {
  .newdet-page .info {
    margin-top: 40px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
  .about-page .about-22 .grid-box.three>.column{
    width: 50%
  }
}
@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }
  .m-link a {
    margin-top: 10px;
  }
   .about-page .about-22 .grid-box.three>.column{
    width: 100%
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .info .time_c .list {
    margin: 0 5px;
  }
  .newdet-page .info .time_c .list span {
    margin-left: 5px;
  }
  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 20px;
    line-height: 2!important;
  }
  .font-18 {
    line-height: 2;
  }
}
.faq-page .img2 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 228px;
  height: 234px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.faq-page .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  /*background: url(../images/about-page-4.png) no-repeat;*/
}
.faq-page .img3 {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 191px;
  height: 218px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.faq-page .box {
  padding: 3% 0 1%;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em {
  color: var(--color);
}
.faq-page .box .content ul li .ig {
  background-color: #ffffff;
  border: 1px solid #e2e2e2;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}
.faq-page .box .content ul li .ig .tits {
  font-size: 20px;
  line-height: 1.8;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tits i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 22px;
}
.faq-page .box .content ul li .ig .tits i::after,
.faq-page .box .content ul li .ig .tits i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tits i:after {
  -webkit-transform: translate(-50%, -50%) rotate(90deg);
  -moz-transform: translate(-50%, -50%) rotate(90deg);
  -ms-transform: translate(-50%, -50%) rotate(90deg);
  transform: translate(-50%, -50%) rotate(90deg);
}
.faq-page .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.8;
  margin: 17px 0 32px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #ffde00;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -webkit-transform: translate(-50%, -50%) rotate(0);
  -moz-transform: translate(-50%, -50%) rotate(0);
  -ms-transform: translate(-50%, -50%) rotate(0);
  transform: translate(-50%, -50%) rotate(0);
}
.faq-page .box .txt-center a {
  margin: 0 auto;
}
.faq-page .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 25px;
  }

}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tits i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tits i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px;
  }
  .faq-page {
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tits {
    font-size: 18px;
    line-height: 32px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tits i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 32px;
    margin: 10px 0;
  }
}
.font-72 {
  font-size: 72px;
}
.contact-page {
  padding-top: 80px;
  position: relative;
}
.contact-page .img2 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 228px;
  height: 234px;
  /*background: url(../images/about-page-1.png) no-repeat;*/
}
.contact-page .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  /*background: url(../images/bg1.png) no-repeat;*/
}
.contact-page .img3 {
  position: absolute;
  right: 3px;
  top: 50%;
  width: 191px;
  height: 218px;
  /*background: url(../images/about-page-3.png) no-repeat;*/
}
.contact-page .title em {
  color: var(--color);
}
.contact-page .contact-1 ul {
  margin: -15px;
}
.contact-page .contact-1 ul li {
  padding: 15px;
  text-align: center;
}
.contact-page .contact-1 ul li .tit {
  line-height: 1.8;
  margin: 19px 0 11px;
  font-weight: 700;
}
.contact-page .contact-1 ul li p {
  line-height: 1.8;
  color: rgba(0, 0, 0, 0.53);
}
.contact-page .contact-2 {
  padding-top: 6.15%;
}
.contact-page .contact-2 .form {
  margin-top: 80px;
}
.contact-page .contact-2 .form ul {
  margin: -15px;
}
.contact-page .contact-2 .form ul li {
  padding: 15px;
}
.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-2 .form ul li input::-webkit-input-placeholder,
.contact-page .contact-2 .form ul li textarea::-webkit-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-moz-placeholder,
.contact-page .contact-2 .form ul li textarea:-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::-moz-placeholder,
.contact-page .contact-2 .form ul li textarea::-moz-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:-ms-input-placeholder,
.contact-page .contact-2 .form ul li textarea:-ms-input-placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input::placeholder,
.contact-page .contact-2 .form ul li textarea::placeholder {
  color: #000;
}
.contact-page .contact-2 .form ul li input:focus,
.contact-page .contact-2 .form ul li textarea:focus {
  border-color: var(--color);
}
.contact-page .contact-2 .form ul li textarea {
  height: 236px;
  resize: vertical;
}
.contact-page .contact-2 .form ul li .box {
  position: relative;
}
.contact-page .contact-2 .form ul li .box label {
  width: 66px;
  height: 66px;
  line-height: 66px;
  text-align: center;
  position: absolute;
  left: 1px;
  top: 0;
  border-radius: 100%;
  background: var(--color);
  display: block;
}
.contact-page .contact-2 .form ul li .box label img {
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-2 .form ul li input[type="submit"] {
  margin-top: 40px;
  padding: 0 66px 0 67px;
  line-height: 55px;
  height: 55px;
  border-radius: 28px;
  background: var(--color);
  color: #fff;
  font-size: 19px;
  width: auto;
  border: none;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-2 .form ul li input[type="submit"]:hover {
  background: #222;
}
.contact-page .contact-2 .form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 .form ul li:nth-child(5) .box label::after {
  content: '';
  border-left: 18px solid var(--color);
  border-bottom: 18px solid var(--color);
  position: absolute;
  left: 0;
  bottom: 0;
  border-top: 18px solid transparent;
  border-right: 18px solid transparent;
}
/*.contact-page .contact-3 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-2 .form {
    margin-top: 30px;
  }
  .contact-page .contact-2 .form ul li .box label {
    width: 50px;
    height: 50px;
    line-height: 50px;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    padding: 12px;
    padding-left: 70px;
  }
  .font-72 {
    font-size: 60px;
  }
}
@media screen and (max-width: 700px) {
  .font-72 {
    font-size: 50px;
  }
  .contact-page .contact-2 .form ul li {
    width: 100%;
  }
  .contact-page .contact-2 .form ul li input,
  .contact-page .contact-2 .form ul li textarea {
    font-size: 14px;
    padding-left: 60px;
  }
  .contact-page .contact-2 .form ul li input[type="submit"] {
    margin-top: 0;
  }
  .contact-page .img2 {
    background-size: 50%;
    right: -30px;
    top: -2%;
    background-position: right top;
  }
  .contact-page .img1 {
    background-size: 60%;
    background-position: left top;
  }
  .contact-page .img3 {
    background-size: 60%;
    background-position: right top;
  }
}
.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}
.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  font-weight: 700;
  line-height: 1.3;
}
.gallery-page .content .box p {
  /*max-width: 690px;*/
  text-align: center;
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
  /*margin-bottom: 50px;*/
}
.gallery-page .content .box div {
  color: #565969;
  font-size: 16px;
  line-height: 1.6;
  margin: 0 auto;
  margin-top: 20px;
}
.gallery-page .content .box ul {
  margin: 0 -15px;
  text-align: left;
}
.gallery-page .content .box ul li {
  padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
  overflow: hidden;
  position: relative;
  padding: 5px;
  border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
  text-align: center;
  margin-top: 5px;
}
.gallery-page .content .box ul li .imgbox .text h5 {
  /*text-transform: uppercase;*/
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 0 15px 0 0;
  box-shadow: 0px 1px 6px 0px rgba(0, 0, 0, 0.35);
  background: white;
  padding: 30px 10px;
}
.gallery-page .content .box ul li .imgbox .text .con {
  margin-top: 20px;
  min-height: 90px;
  overflow: auto;
  padding-right: 10px;
  font-size: 16px;
  line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
  background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 100%;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
  margin-bottom: 20px;
  font-size: 45px;
  color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
  cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
  font-size: 24px;
  font-weight: 600;
  line-height: 1.3em;
  color: var(--color);
  padding: 5px 20px;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  min-width: 100px;
  text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
  background: var(--color);
  color: #fff;
}
.gallery-page .content .box ul li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
  top: 0;
}
.gallery-page .content .box:nth-child(even) {
  background: #f8f8f8;
  padding: 90px 0;
}
@media screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}
@media screen and (max-width: 992px) {
  .gallery-page .content .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .gallery-page .content .box p {
    font-size: 14px;
  }
  .gallery-page .content .box ul {
    margin: -3px;
  }
  .gallery-page .content .box ul li {
    /*width: 100%;*/
    padding: 3px;
  }
  .gallery-page .content .box ul li .imgbox .text h5 {
    font-size: 16px;
    padding: 8px 10px;
  }
  .gallery-page .content .box div {
    margin-top: 0;
  }
  .gallery-page {
    padding-top: 30px;
  }
  .product2-page #index-body .i-product ul li .box .content .title {
    min-height: 90px;
  }
}
.advantages-page {
  position: relative;
  z-index: 1;
  padding: 7.877% 0 11.1112%;
}
.advantages-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -30px;
  right: 0;
  font-size: 316px;
  line-height: 1;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.advantages-page .header span {
  color: var(--color);
  font-weight: bold;
}
.advantages-page .header .title {
  margin-top: 10px;
}
.advantages-page .content {
  padding-top: 6.61%;
}
.advantages-page .content ul li {
  padding-bottom: 7.33%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.advantages-page .content ul li .img {
  width: 41%;
  padding: 0 24px 19px 0;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .img::after {
  content: '';
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 0;
  width: 192px;
  height: 183px;
  background-color: var(--color);
}
.advantages-page .content ul li .text {
  width: 59%;
  padding-left: 70px;
}
.advantages-page .content ul li .text .top {
  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;
}
.advantages-page .content ul li .text .top span {
  font-size: 95px;
  line-height: 1;
  color: var(--color);
  display: inline-block;
  position: relative;
}
.advantages-page .content ul li .text .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 10px;
  left: 0px;
}
.advantages-page .content ul li .text .top em {
  font-size: 36px;
  line-height: 1.2;
  padding-left: 5px;
  position: relative;
  z-index: 1;
}
.advantages-page .content ul li .text .con {
  font-size: 18px;
  line-height: 1.6;
  color: rgba(0, 0, 0, 0.8);
}
.advantages-page .content ul li:last-child {
  padding-bottom: 0;
}
.advantages-page .content ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.advantages-page .content ul li:nth-child(odd) .img img {
  border-radius: 189px 0px 0px 189px;
}
.advantages-page .content ul li:nth-child(even) .img {
  padding: 0 0 19px 24px;
}
.advantages-page .content ul li:nth-child(even) .img img {
  border-radius: 0px 189px 189px 0px;
}
.advantages-page .content ul li:nth-child(even) .img::after {
  left: 0;
  right: initial;
}
.advantages-page .content ul li:nth-child(even) .text {
  padding: 0 70px 0 0;
}
strong,
b {
  font-weight: bold;
}
@media screen and (max-width: 1680px) {
  .advantages-page:after {
    font-size: 220px;
    top: -22px;
  }
}
@media screen and (max-width: 1000px) {
  .advantages-page:after {
    display: none;
  }
  .advantages-page .content ul li .img {
    width: 100%;
  }
  .advantages-page .content ul li .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .advantages-page .content ul li:nth-child(even) .text {
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 700px) {
  .advantages-page .content ul li .text .top em {
    font-size: 30px;
    line-height: 1.3;
  }
}
@media screen and (max-width: 500px) {
  .advantages-page .content ul li .text .top em {
    font-size: 24px;
    line-height: 1.3;
  }
  .advantages-page .content ul li .text .con {
    font-size: 16px;
    line-height: 1.8;
  }
}
.Auxil-industry {
  padding-bottom: 60px;
}
.custom-page .custom-1 {
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
  background: url(../images/custom-bg1.png) no-repeat center;
}
.custom-page .custom-1 .ui.container {
  z-index: 3;
}
.custom-page .custom-1 .tag {
  display: block;
  text-align: center;
  font-size: 24px;
}
.custom-page .custom-1 .h2 {
  font-size: 40px;
  font-weight: bold;
  text-align: center;
  margin: auto;
  width: 75%;
  margin-top: 16px;
}
.custom-page .custom-1 .h2 em {
  color: var(--color);
}
.custom-page .custom-1 .h4 {
  font-size: 28px;
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
.custom-page .custom-1 .h4 em {
  color: var(--color);
}
.custom-page .custom-1 .h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--color);
}
.custom-page .custom-1 ul {
  margin: -33px;
}
.custom-page .custom-1 ul li {
  padding: 33px;
  z-index: 1;
  position: relative;
}
.custom-page .custom-1 ul li .img-box {
  border-radius: 60px 60px 0 0;
}
.custom-page .custom-1 ul li p {
  background-color: var(--color);
  color: white;
  border-radius: 60px 60px 0 0;
  height: 154px;
  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;
  padding: 15px;
  margin-top: -60px;
  z-index: 1;
  position: relative;
  font-size: 24px;
}
.custom-page .custom-1 ul li p::after {
  content: "";
  position: absolute;
  right: -120px;
  bottom: -30px;
  width: 296px;
  height: 161px;
  background: url(../images/custom-2.png) no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
}
.custom-page .custom-1 ul li:hover {
  z-index: 3;
}
.custom-page .custom-1 ul li:hover p::after {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.custom-page .custom-1 .img1 {
  position: absolute;
  right: 0;
  top: 2%;
  width: 246px;
  height: 385px;
  background: url(../images/custom-1-right.png) no-repeat;
}
.custom-page .custom-2 {
  position: relative;
  background: url(../images/custom-bg2.png) no-repeat center top;
  padding-bottom: 200px;
  padding-top: 60px;
}
.custom-page .custom-2 .h4 {
  font-size: 36px;
  position: relative;
  padding-left: 45px;
  font-weight: bold;
  margin-bottom: 30px;
}
.custom-page .custom-2 .h4 em {
  color: var(--color);
}
.custom-page .custom-2 .h4::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  border-radius: 100%;
  background-color: var(--color);
}
.custom-page .custom-2 .h5 {
  font-size: 26px;
  padding-left: 45px;
  font-weight: bold;
}
.custom-page .custom-2 .txt {
  font-size: 20px;
  padding-left: 45px;
  margin-top: 30px;
  color: rgba(0, 0, 0, 0.6);
}
.custom-page .custom-2 ul {
  margin: -25px;
}
.custom-page .custom-2 ul li {
  padding: 25px;
}
.custom-page .custom-2 ul li .img-box {
  position: relative;
  padding: 30px 0;
  width: 426px;
  height: 426px;
  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;
}
.custom-page .custom-2 ul li .img-box:hover img {
  transform: scale(1);
}
.custom-page .custom-2 ul li .img-box img {
  width: auto;
  display: block;
  margin: auto;
  z-index: 1;
  position: relative;
  /*width: 259px;*/
  height: 100%;
}
.custom-page .custom-2 ul li .img-box .icon {
  width: 154px;
  height: 154px;
  border-radius: 100%;
  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: white;
  background: url(../images/cus-icon-bg.png) no-repeat center;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 20px;
  font-weight: bold;
  z-index: 1;
}
.custom-page .custom-2 ul li .img-box::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  z-index: 0;
  width: 426px;
  height: 426px;
  border-radius: 100%;
  background: -webkit-radial-gradient(#cf2638 0%, #fff 60%);
  background: -moz-radial-gradient(#cf2638 0%, #fff 60%);
  background: radial-gradient(#cf2638 0%, #fff 60%);
}
.custom-page .custom-2 ul li p {
  text-align: center;
  font-size: 22px;
  font-weight: bold;
  color: rgba(0, 0, 0, 0.6);
}
.custom-page .custom-2 .content {
  font-size: 20px;
  line-height: 40px;
  margin-top: 200px;
  color: rgba(0, 0, 0, 0.6);
}
.custom-page .custom-2 .img1 {
  position: absolute;
  left: 0;
  top: 17%;
  width: 207px;
  height: 386px;
  background: url(../images/cus-2-img1.png) no-repeat;
}
.custom-page .custom-2 .img2 {
  position: absolute;
  right: 0;
  top: 49%;
  width: 222px;
  height: 339px;
  background: url(../images/cus-2-img2.png) no-repeat;
}
@media screen and (max-width: 1500px) {
  .custom-page .custom-1 .h2 {
    font-size: 40px;
  }
  .custom-page .custom-2 ul li .img-box,
  .custom-page .custom-2 ul li .img-box::after {
    width: 410px;
    height: 410px;
  }
  .custom-page .custom-2 ul li .img-box {
    padding: 48px 0;
  }
}
@media screen and (max-width: 1400px) {
  .custom-page .custom-1 .h4 {
    font-size: 30px;
  }
  .custom-page .custom-1 ul li p {
    height: 120px;
    font-size: 24px;
  }
  .custom-page .custom-1 ul li p::after {
    background-size: 70%;
    background-position: left bottom;
  }
  .custom-page .custom-2 .h4 {
    font-size: 32px;
    margin-bottom: 10px;
  }
  .custom-page .custom-2 .h5 {
    font-size: 22px;
  }
  /*.custom-page .custom-2 ul li .img-box img {
    width: 140px;
  }*/
  .custom-page .custom-2 ul li .img-box,
  .custom-page .custom-2 ul li .img-box::after {
    width: 350px;
    height: 350px;
  }
  .custom-page .custom-2 ul li .img-box .icon {
    width: 120px;
    height: 120px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1200px) {
  .custom-page .custom-1 .h2 {
    font-size: 32px;
    margin-bottom: 25px;
  }
  .custom-page .custom-1 .img1,
  .custom-page .custom-2 .img2 {
    background-size: 60%;
    background-position: right;
  }
  .custom-page .custom-2 .img1 {
    background-size: 60%;
    background-position: left;
  }
  .custom-page .custom-1 ul li p {
    height: 85px;
    font-size: 20px;
    border-radius: 30px 30px 0 0;
    margin-top: -35px;
  }
  .custom-page .custom-1 ul li p::after {
    background-size: 56%;
  }
  .custom-page .custom-1 .h4::after,
  .custom-page .custom-2 .h4::after {
    width: 16px;
    height: 16px;
  }
  .custom-page .custom-2 .txt,
  .custom-page .custom-2 .h5,
  .custom-page .custom-2 .h4,
  .custom-page .custom-1 .h4 {
    padding-left: 30px;
  }
  .custom-page .custom-2 ul li .img-box,
  .custom-page .custom-2 ul li .img-box::after {
    width: 280px;
    height: 280px;
  }
  /*.custom-page .custom-2 ul li .img-box img {
    width: 110px;
  }*/
  .custom-page .custom-2 ul li .img-box {
    padding: 34px 0;
  }
}
@media screen and (max-width: 1000px) {
  .custom-page .custom-1 .tag {
    font-size: 18px;
  }
  .custom-page .custom-1 .h2 {
    font-size: 25px;
  }
  .custom-page .custom-1 ul li p::after {
    display: none;
  }
  .custom-page .custom-1 ul li {
    padding: 15px;
  }
  .custom-page .custom-1 ul {
    margin: -15px;
  }
  .custom-page .custom-2 ul li {
    width: 50% !important;
  }
  .custom-page .custom-2 {
    padding-top: 30px;
    padding-bottom: 65px;
  }
  .custom-page .custom-2 .content {
    font-size: 20px;
    line-height: 35px;
  }
}
@media screen and (max-width: 700px) {
  .custom-page .custom-1 .h2 {
    width: 100%;
    font-size: 22px;
  }
  .custom-page .custom-1 .h4 {
    font-size: 24px;
  }
  .custom-page .custom-1 ul li {
    width: 100% !important;
  }
  .custom-page .custom-2 ul li .img-box::after {
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
@media screen and (max-width: 500px) {
  .custom-page .custom-2 ul li {
    width: 100% !important;
  }
  .custom-page .custom-2 ul li .img-box {
    margin: auto;
  }
  .custom-page .custom-2 ul li .img-box .icon {
    font-size: 16px;
  }
  .custom-page .custom-2 .content {
    margin-top: 40px;
  }
}
.map {
  margin-top: 70px;
  border-radius: 40px 40px 0 0;
  overflow: hidden;
}
.video-page {
  padding-bottom: 80px;
  padding-top: 80px;
}
.video-page ul {
  margin: -15px;
}
.video-page ul li {
  padding: 15px;
}
.video-page ul li .box {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video-page ul li .box .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60px;
}
@media screen and (max-width: 500px) {
  .video-page {
    padding: 40px 0;
  }
  .video-page ul li {
    width: 50% !important;
    padding: 5px;
  }
  .video-page ul {
    margin: -5px;
  }
  .video-page ul li .box .play {
    width: 45px;
  }
  .inner-banner {

  
  }
}
h1.hhh {
  display: inline;
}
p.foot {
  width: 1228px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
p.jiyuo {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 10px;
}
#index-body .i-product {
  background: url(../images/product-bg.jpg) no-repeat;
  /*padding-top: 88px;*/
  padding-bottom: 100px;
  position: relative;
}
#index-body .i-product .ui.container {
  z-index: 3;
}
#index-body .i-product .i-title {
  text-align: center;
  color: white;
}
#index-body .i-product .i-title em {
  color: #fff500;
}
#index-body .i-product .txt {
  font-size: 20px;
  color: rgba(255, 255, 255, 0.6);
  text-align: center;
  margin: 26px auto 83px;
}

#index-body .i-product ul li {
  padding: 15px;
}
#index-body .i-product ul li .box {
  background: white;
  border-radius: 50px;
  overflow: hidden;
  text-align: center;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
}
#index-body .i-product ul li .box .img-box {
  padding: 45px 20px 20px;
}
#index-body .i-product ul li .box .img-box img {
  width: 100%;
  margin: auto;
  max-height: 300px;
  object-fit: cover;
  transform: scale(1.2);
}
#index-body .i-product ul li .box .content {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 35px 20px 50px;
}
#index-body .i-product ul li .box .content .title {
  display: block;
  font-size: 20px;
  line-height: 36px;
  margin-bottom: 15px;
  min-height: 5rem;
  font-weight: 700;
}
#index-body .i-product ul li .box .content .more {
  color: var(--color);
}
#index-body .i-product ul li .box:hover .content {
  background: var(--color);
  color: white;
}
#index-body .i-product ul li .box:hover .content .more {
  color: white;
}
#index-body .i-product .btn {
  margin-top: 80px;
}
#index-body .i-product .btn a {
  margin: 0 auto;
}
#index-body .i-product .img1 {
  position: absolute;
  left: 0;
  top: 40%;
  width: 164px;
  height: 231px;
  /*background: url(../images/product-icon1.png) no-repeat;*/
}
#index-body .i-product .img2 {
  position: absolute;
  left: 3%;
  top: 48%;
  width: 184px;
  height: 189px;
  /*background: url(../images/product-left-img.png) no-repeat;*/
}
#index-body .i-product .img3 {
  position: absolute;
  right: 2%;
  top: 49%;
  width: 231px;
  height: 224px;
  /*background: url(../images/product-icon2.png) no-repeat;*/
}
#index-body .i-product .img4 {
  position: absolute;
  left: 0%;
  bottom: -12%;
  width: 208px;
  height: 303px;
  /*background: url(../images/about-icon1.png) no-repeat;*/
}
#index-body .i-product .img5 {
  position: absolute;
  right: 2%;
  bottom: -13%;
  width: 347px;
  height: 339px;
  /*background: url(../images/about-icon2.png) no-repeat;*/
}
#index-body .i-about {
  z-index: 3;
  position: relative;
}
#index-body .i-about .ui.container {
  max-width: 100%;
  padding: 0;
}
#index-body .i-about .wrap {
  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;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, var(--color)), color-stop(50%, transparent));
  background: -webkit-linear-gradient(right, var(--color) 50%, transparent 50% 100%);
  background: -moz-linear-gradient(right, var(--color) 50%, transparent 50% 100%);
  background: linear-gradient(to left, var(--color) 50%, transparent 50% 100%);
}
#index-body .i-about .wrap .left {
  padding-left: 20px;
}
#index-body .i-about .wrap .left img {
  border-radius: 345px 0 0 345px;
  width: 100%;
}
#index-body .i-about .wrap .right {
  background: var(--color);
  color: #000;
  padding: 50px 90px 50px 120px;
}
#index-body .i-about .wrap .right .content {
  font-size: 18px;
  line-height: 36px;
  margin: 13px 0 42px;
  opacity: 0.8;
      max-height: 300px;
    overflow-y: auto;
}
#index-body .i-about .wrap .right .more {
  border: 1px solid #000;
}
#index-body .i-about .wrap .right .more::after {
  background: #000;
}
#index-body .i-about .wrap .right .more:hover {
  color: var(--color);
}
#index-body .i-news {
  position: relative;
  padding: 90px 0;
}
#index-body .i-news .ui.container {
  z-index: 4;
}
#index-body .i-news .i-title {
  text-align: center;
  margin-bottom: 55px;
}
#index-body .i-news ul {
  margin: -25px;
}
#index-body .i-news ul li {
  padding: 25px;
}
#index-body .i-news ul li .img-box {
  overflow: hidden;
  border-radius: 50px 0px 0 0;
}
#index-body .i-news ul li .img-box img {
  width: 100%;
}
#index-body .i-news ul li .content {
  background: white;
  -webkit-box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.2);
  margin-top: -40px;
  z-index: 3;
  position: relative;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 40px 30px 50px;
  border-radius: 0 50px 0 0;
}
#index-body .i-news ul li .content .time {
  font-size: 16px;
  line-height: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#index-body .i-news ul li .content .time i {
  display: inline-block;
  width: 60px;
  height: 2px;
  background: #606060;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  vertical-align: middle;
  margin-left: 40px;
}
#index-body .i-news ul li .content .title {
  display: block;
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  font-weight: bold;
  margin: 27px 0 20px;
}
#index-body .i-news ul li .content a.more {
  font-size: 14px;
  line-height: 28px;
  color: var(--color);
}
#index-body .i-news ul li:hover .content {
  background: var(--color);
  color: white;
}
#index-body .i-news ul li:hover .content .time i {
  background: white;
  margin-left: 20px;
}
#index-body .i-news ul li:hover .content .more {
  color: white;
}
#index-body .i-news .img1 {
  position: absolute;
  right: 0;
  top: -10%;
  width: 246px;
  height: 575px;
  /*background: url(../images/news-right-img.png) no-repeat;*/
  z-index: 1;
}
#index-body .i-news .img2 {
  position: absolute;
  left: 5%;
  bottom: 7%;
  width: 231px;
  height: 223px;
  /*background: url(../images/news-icon1.png) no-repeat;*/
}
#index-body .i-news .img3 {
  position: absolute;
  right: 0%;
  bottom: 18%;
  width: 320px;
  height: 344px;
  /*background: url(../images/news-icon2.png) no-repeat;*/
}
.download-page2 .init-1 .tipTitle {
  font-weight: 500;
}
.download-page2 .download-2 {
  padding: 100px 0;
}
.download-page2 .download-2 .list ul {
  margin: -10px;
}
.download-page2 .download-2 .list li {
  padding: 10px;
}
.download-page2 .download-2 .list li > div {
  padding-top: 15px;
  padding-bottom: 15px;
  padding-left: 48px;
  padding-right: 22px;
  line-height: 44px;
  background-color: var(--color);
  overflow: hidden;
  -webkit-transition: background-color 0.5s ease;
  -moz-transition: background-color 0.5s ease;
  transition: background-color 0.5s ease;
  border-radius: 12px;
  border: 2px solid rgba(0, 0, 0, 0);
}
.download-page2 .download-2 .list li > div.active {
  animation: active_ani 5s linear;
}
.download-page2 .download-2 .list li > div:hover {
  background-color: var(--color);
}
.download-page2 .download-2 .list li > div:hover .btn {
  opacity: 1;
}
.download-page2 .download-2 .list li img {
  vertical-align: middle;
}
.download-page2 .download-2 .list li .icon {
  float: left;
}
.download-page2 .download-2 .list li .name {
  padding-left: 65px;
  line-height: 1.5;
  margin-top: 10px;
}
.download-page2 .download-2 .list li .btn {
  float: right;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  -moz-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
.baseCateNav {
  margin-top: 50px;
}
.baseCateNav ul {
  border-bottom: 1px solid #d6d6d6;
}
.baseCateNav ul li {
  display: inline-block;
  padding: 20px 0;
  position: relative;
  font-weight: 400;
}
.baseCateNav li + li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 20px;
  bottom: 20px;
  border-left: 1px solid #d6d6d6;
}
.baseCateNav li a {
  display: inline-block;
  color: #000000;
  position: relative;
      font-weight: 700;
}
.baseCateNav li.active a {
  font-weight: bold;
  color: #4ca499;
}
.baseCateNav li a::before {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: -21px;
  border-bottom: 3px solid transparent;
  border-radius: 3px;
}
.baseCateNav li.active a::before {
  border-color: #4ca499;
}
@media screen and (max-width: 1630px) {
  #index-body .i-about .wrap .right {
    padding: 35px 70px;
  }
}
@media screen and (max-width: 1400px) {
  #index-body .i-about .wrap .right .content {
    max-height: 200px;
    overflow: auto;
  }
  #index-body .i-about .wrap .right {
    padding: 35px 50px;
  }
  .font-60 {
    font-size: 50px;
  }
  #index-body .i-news{
    padding: 50px 0;
  }
    #index-body .i-product{
    padding-bottom: 50px;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-product ul li .box .content {
    padding: 15px 20px 25px;
  }
  #index-body .i-product ul li .box {
    border-radius: 25px;
  }
  #index-body .i-product ul li .box .content .title {
    font-size: 20px;
  }
  #index-body .i-about .wrap .right .content {
    font-size: 16px;
    line-height: 32px;
  }
  #index-body .i-about .wrap .right .content {
    font-size: 16px;
    line-height: 32px;
  }
  #index-body .i-news ul li {
    padding: 15px;
  }
  #index-body .i-news ul {
    margin: -15px;
  }
  #index-body .i-news ul li .content {
    padding: 25px 20px 20px;
    border-radius: 0 34px 0 0;
  }
  #index-body .i-news ul li .content .time {
    font-size: 15px;
  }
  #index-body .i-news ul li .img-box {
    border-radius: 34px 34px 0 0;
  }
}
@media screen and (max-width: 1200px) {
  #index-body .i-about .wrap .right .content {
    font-size: 16px;
    line-height: 32px;
  }
  .font-60 {
    font-size: 44px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .i-product .img3,
  #index-body .i-product .img5 {
    background-size: 60%;
    background-position: right;
  }
  #index-body .i-product .img4 {
    background-size: 60%;
    background-position: left;
  }
  #index-body .i-about .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    background: transparent;
  }
  #index-body .i-about .wrap .left {
    width: 100%;
  }
  #index-body .i-about .wrap .right {
    width: 100%;
  }
  #index-body .i-news .img1,
  #index-body .i-news .img3 {
    background-size: 60%;
    background-position: right;
  }
  #index-body .i-news .img2 {
    background-size: 60%;
    background-position: left;
  }
  .font-60 {
    font-size: 36px;
  }
  .download-page2 .init-1 {
    display: none;
  }
  .download-page2 .download-2 .list li > div {
    padding-left: 10px;
  }
}
@media screen and (max-width: 700px) {
  /*#index-body .i-product {
    padding-top: 45px;
  }*/
  #index-body .i-product .txt {
    margin: 15px 0 25px;
  }
  #index-body .i-about .wrap .right {
    padding: 35px 15px;
  }
  #index-body .i-news {
    padding-bottom: 65px;
  }
  #index-body .i-news ul li .content .time i {
    display: none;
  }
  #index-body .i-news ul li {
    padding: 8px;
  }
  #index-body .i-news ul {
    margin: -8px;
  }
  #index-body .i-news ul li .content .title {
    display: block;
    font-size: 18px;
    line-height: 1.8;
    font-weight: 700;
    margin: 8px 0 6px;
    min-height: 66px;
  }
  #index-body .i-news ul li .content {
    padding: 18px 10px 20px;
    border-radius: 0 25px 0 0;
  }
  #index-body .i-news ul li .content {
    margin-top: -40px;
  }
  #index-body .i-news .i-title {
    margin-bottom: 20px;
  }
  #index-body .i-news{
    padding: 30px 0;
  }
  .download-page2 .download-2 {
    padding: 40px 0;
  }
  .product-yd-page ul.navlist li .item {
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 500px) {
  #index-body .i-product .txt {
    font-size: 16px;
  }
  #index-body .i-product {
    background-size: auto 38%;
  }
  #index-body .i-product ul li .box {
    -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.2);
  }
  #index-body .i-product ul li .box .content .title {
    font-size: 16px;
    min-height: 90px;
    line-height: 30px;
  }
  #index-body .i-product .img5,
  #index-body .i-product .img1,
  #index-body .i-product .img2 {
    opacity: 0;
  }
  #index-body .i-news .img1 {
    background-size: 38%;
    top: -49%;
  }
  #index-body .i-product ul li .box .img-box {
    padding-top: 20px;
  }
  #index-body .i-product ul {
    margin: -5px;
  }
  #index-body .i-product ul li {
    padding: 5px;
  }
  #index-body .i-product{
    padding-bottom: 30px;
  }
  #index-body .i-about .wrap .left img {
    border-radius: 20px 20px 0 0;
  }
  #index-body .i-about .wrap .left {
    padding: 0 15px;
  }
  #index-body .i-about .wrap {
    background: -webkit-linear-gradient(top, var(--color) 80%, transparent 80% 100%);
    background: -moz-linear-gradient(top, var(--color) 80%, transparent 80% 100%);
    background: linear-gradient(to top, var(--color) 80%, transparent 80% 100%);
  }
  #index-body .i-about .wrap .right {
    padding: 35px 25px;
  }
  #index-body .i-news .img1 {
    background-size: 38%;
    top: -49%;
  }
  .font-60 {
    font-size: 24px;
  }
  .download-page2 .download-2 .list {
    margin-top: 30px;
  }
  .product2-page #index-body .i-product .Auxil-catdes{
    display: none!important;
  }
}
.product-yd-page {
  padding: 70px 0 120px;
      background: url(/template/en/images/bg.png);
}
.product-yd-page ul>p{
  padding: 20px 0;
  text-align: center
}
.product-yd-page .ui.container {
  background: #fff;
  -webkit-box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 40px 0 rgba(0, 0, 0, 0.1);
  border-radius: 40px;
}
.product-yd-page ul.navlist li {
  padding: 60px 0;
  border-bottom: 1px solid #eee;
}
.product-yd-page ul.navlist li .item {
  display: flex;
  justify-content: space-between;
  flex-direction: row;
  align-items: center;
  padding: 0 100px
}
.product-yd-page ul.navlist li:nth-child(2n) .item {
  flex-direction: row-reverse;
}
.product-yd-page ul.navlist li .item .imgs {
  width: 40%;
  /*float: right;*/
  border-radius: 20px;
  overflow: hidden;
}
.product-yd-page ul.navlist li .item .imgs img {
  /*width: 100%;*/
}
.product-yd-page ul.navlist li .item .text {
  width: 55%;
  max-width: 781px;
  text-align: left;
  /*float: left;*/
}
.product-yd-page ul.navlist li .item .text .h4 {
  max-width: 500px;
  line-height: 1.6;
}
.product-yd-page ul.navlist li .item .text .h4 a {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  text-transform: uppercase;
      font-weight: 700;
}
.product-yd-page ul.navlist li .item .text .h4 a:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #f3c124;
}
.product-yd-page ul.navlist li .item .text p {
  color: #000;
  margin: 25px 0;
  line-height: 2;
  text-align: left;
}
.product-yd-page ul.navlist li .item .text a.more {
  background: #f3c124;
  transition: 0.3s all;
      border-radius: 29px 0 29px 29px;
}
.product-yd-page ul.navlist li .item .text a.more:hover {
  background: #f3c124;
  transition: 0.3s all;
}
/*.product-yd-page ul.navlist li:nth-child(2n) .item .imgs {
  float: left;
}
.product-yd-page ul.navlist li:nth-child(2n) .item .text {
  float: right;
}*/
@media screen and (max-width: 1200px) {
  .product-yd-page ul.navlist li .item {
    padding: 0 40px;
  }
}
@media screen and (max-width: 1000px) {
  .font-36 {
    font-size: 24px;
  }
  .product-yd-page ul.navlist li .item {
    padding: 0
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page ul.navlist li .item .imgs {
    width: 100%;
  }
  .product-yd-page ul.navlist li .item .text {
    width: 100%;
  }
  .product-yd-page ul.navlist li .item .text {
    width: 100%;
    margin-top: 20px;
  }
  .product-yd-page ul.navlist li .item .imgs {
    width: 100%;
  }
}
.product-yd-page a.more {
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  background: #fff;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  border-radius: 25px;

}
.product-yd-page a.more img {
  margin-left: 25px;
  transition: 0.3s all;
  filter: brightness(0);
}
.product-yd-page a.more:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: #f3c124;
  color: #fff;
}
.product-yd-page a.more:hover img {
  transition: 0.3s all;
  filter: brightness(1);
  transform: rotateZ(45deg);
}
.product-yd-page a.more.gray {
  transition: 0.3s all;
  background: #efefef;
}
.product-yd-page a.more.gray:hover {
  transition: 0.3s all;
  background: #f3c124;
}


.customer-page {
  /*padding-top: 100px;*/
}
.customer-page .customer-1 .list ul {
  margin: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.customer-page .customer-1 .list ul li {
  padding: 20px;
}
.customer-page .customer-1 .list .mml-text {
  height: 100%;
  padding: 40px 30px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.customer-page .customer-1 .list i {
  display: block;
  height: 70px;
}
.customer-page .customer-1 .list p {
  line-height: 2;
}
.customer-page .customer-2 {
  padding: 100px 0;
}
.customer-page .customer-2 .box {
  margin: -15px;
}
.customer-page .customer-2 .box .left {
  padding: 15px;
}
.customer-page .customer-2 .box .right {
  padding: 15px;
}
.customer-page .customer-2 .tabs {
  border-bottom: 1px solid #f2f2f2;
}
.customer-page .customer-2 .tabs ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.customer-page .customer-2 .tabs ul li {
  padding: 15px 0;
  position: relative;
  width: auto;
}
.customer-page .customer-2 .tabs ul li::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: 0;
  width: 150px;
  height: 3px;
  background-color: #da1c28;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.customer-page .customer-2 .tabs ul li.active::after {
  opacity: 1;
}
.customer-page .customer-2 .tabs ul li a {
  /*font-style: italic;*/
}
.customer-page .customer-2 .content .text {
  /*color: #a0a0a0;*/
}
.customer-page .customer-3 {
  /*background-color: #f4f4f4;*/
  /*padding: 80px 0 0 0;*/
      /*height: 1190px;*/
}
.customer-page .customer-3 hr {
  margin: 50px 0;
  border: none;
  border-bottom: 1px solid #dbdbdb;
}
.customer-page .customer-3 .list .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #FFFFFF;
  background-color: #da1c28;
}
.customer-page .customer-3 .list .slick-arrow.slick-prev {
  left: -40px;
}
.customer-page .customer-3 .list .slick-arrow.slick-next {
  right: -40px;
}
.customer-page .customer-3 .list ul {
  margin: -40px;
}
.customer-page .customer-3 .list ul li {
  padding: 40px;
}
.customer-page .customer-3 .list img {
  display: inline-block;
}
.customer-page .customer-4 {
  padding: 100px 0;
}
.customer-page .customer-4 .list ul {
  margin: -15px;
}
.customer-page .customer-4 .list ul li {
  padding: 15px;
}
@media screen and (max-width: 1200px) {
  .customer-page .customer-3 .list ul {
    margin: -15px;
  }
  .customer-page .customer-3 .list ul li {
    padding: 15px;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-prev {
    left: 0;
  }
  .customer-page .customer-3 .list .slick-arrow.slick-next {
    right: 0;
  }
}
@media screen and (max-width: 1000px) {
  .customer-page .customer-1 .list ul {
    display: block;
    margin: -10px;
  }
  .customer-page .customer-1 .list ul li {
    padding: 10px;
  }
  .customer-page .customer-1 .list .mml-text {
    padding: 30px 15px;
  }
  .customer-page .customer-2 .box .left {
    width: 100%;
  }
  .customer-page .customer-2 .box .right {
    width: 100%;
    text-align: center;
  }
 
  .customer-page .customer-2 {
    padding: 60px 0;
  }
  .customer-page .customer-3 {
    padding: 60px 0;
  }
  .customer-page .customer-4 {
    padding: 60px 0;
  }
  .font-40{
    font-size: 30px
  }
  a.chongjia {
    display: none!important;
 }
 .Auxil-catdes.font-18.mb-20.mt-20 {
    overflow-y: auto;
    padding-right: 10px;
    max-height: 400px;
 }
 
}
@media screen and (max-width: 700px) {
  .customer-page .customer-3 {
        padding: 15px 0;
    }
  .customer-page .customer-2 .tabs ul {
    display: block;
  }
  .customer-page .customer-2 .tabs ul li {
    margin-right: 30px;
  }
   .font-40{
    font-size: 22px
  }
}
.chongwu h1 {
    display: inline;
}
a.chongjia.textss {
    width: 683px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: middle;
    display: inline-block;
}

.mores {
  width: 167px;
  height: 45px;
  border-radius: 23px;
  border: solid 1px rgba(127, 127, 127, 0.27);
  background: #fff;
  font-size: 14px;
  font-weight: bold;
  text-align: center;
  line-height: 45px;
  display: block;
  color: rgba(0, 0, 0, 0.8);
  border-radius: 29px 0 29px 29px;
}

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


.product-banner .category{
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  background: #fff;
  border-radius: 50px;
  color: #333;
  padding: 0 40px;
  margin-top: 2%;
}
.product-banner .category ul li{
  padding: 20px 0;
  line-height: 1.6;
}
.product-banner .category ul li a:hover{
  color: var(--color);
}
.product-banner .category ul li.active a{
    color: var(--color);
}
@media screen and (max-width: 1000px) {
  .product-banner .category{
    display: none;
  }
}
.color-ff{
  color:#fff;
}



.oem-page h2.title small {
  margin-top: 0;
  font-size: 44px;
  font-weight: bold;
}
.oem-page .service-1 {
  padding: 100px 0 30px;
}
.oem-page .service-1 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.oem-page .service-1 .box .left {
  width: 52%;
  padding-right: 30px;
}
.oem-page .service-1 .box .left .list ul {
  margin: -15px;
}
.oem-page .service-1 .box .left .list ul li {
  padding: 15px;
}
.oem-page .service-1 .box .left .list ul li .box2 {
  border: 1px solid #301500;
  position: relative;
  padding: 40px 20px 30px;
  border-radius: 10px;
  text-align: center;
}
.oem-page .service-1 .box .left .list ul li .box2:after,
.oem-page .service-1 .box .left .list ul li .box2:before {
  content: '';
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.oem-page .service-1 .box .left .list ul li .box2:after {
  height: 100%;
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  width: 90%;
  left: 5%;
  top: -1px;
}
.oem-page .service-1 .box .left .list ul li .box2:before {
  width: 100%;
  height: 90%;
  left: -1px;
  top: 5%;
  border-left: 1px solid #e5e5e5;
  border-right: 1px solid #e5e5e5;
}
.oem-page .service-1 .box .left .list ul li .box2 i {
  display: block;
  height: 85px;
  line-height: 85px;
}
.oem-page .service-1 .box .left .list ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.oem-page .service-1 .box .left .list ul li .box2 h6 {
  font-weight: 600;
  font-size: 24px;
  color: #301500;
  line-height: 2;
  margin: 25px 0;
}
.oem-page .service-1 .box .left .list ul li .box2 .text {
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 11em;
  font-size: 18px;
  max-height: 170px;

}
.oem-page .service-1 .box .left .list ul li .box2:hover:after,
.oem-page .service-1 .box .left .list ul li .box2:hover:before {
  opacity: 0;
}
.oem-page .service-1 .box .right {
  width: 48%;
}
.oem-page .service-1 .box .right a.img-box {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  display: block;
  background-repeat: no-repeat;
  background-size: cover;
}
.oem-page .about-3 .list {
  margin: 80px -30px 0;
}
.oem-page .about-3 .swiper-button-prev {
  left: -5%;
  background-size: 0;width: auto;
}
.oem-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  max-width: none;
    position: absolute;
    top: 38%;
    left: 32%;
    width: 84px;
    z-index: 1;
}
.oem-page .about-3 .swiper-button-next::after,
.oem-page .about-3 .swiper-button-prev::after{
    content: '';
    width: 48px;
    height: 43px;
    background: url(../images/icon-arrow-bg.png) center center no-repeat;
    display: block;
    z-index: -1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: inherit !important;
}
.oem-page .about-3 .swiper-button-next {
  right: -5%;
  background-size: 0;width: auto;
  
  
}
.oem-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
      max-width: none;
    position: absolute;
    top: 38%;
    width: 84px;
    z-index: 1;
    right: 32%;
      -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}
.oem-page .contact-2 {
  margin-top: 40px;
  /*background: url("../images/service-3-bg.jpg") center top 140px no-repeat;*/
  background-size: cover;
}
.oem-page .contact-2 .box {
  background: white;
}
.oem-page .service-2 {
  padding-bottom: 150px;
  /*background: url("../images/service-3-bg.jpg") center bottom 80px no-repeat;*/
  background-size: cover;
  text-align: center;
}
.oem-page .service-2 img {
  margin: 45px auto 0;
}
.oem-page .about-page .about-3 {
  padding: 100px 0;
  text-align: center;
}
.oem-page .about-page .about-3 .list {
  margin: 50px -30px 0;
  overflow: hidden;
}
.oem-page .about-page .about-3 .list ul li {
  padding: 30px;
}
.oem-page .about-page .about-3 .list ul li .box {
  position: relative;
  text-align: left;
}
.oem-page .about-page .about-3 .list ul li .box span {
  font-weight: bold;
  font-size: 25px;
  color: #301500;
  line-height: 2;
  margin-bottom: 30px;
  margin-left: 10%;
  position: relative;
  display: inline-block;
}
.oem-page .about-page .about-3 .list ul li .box span:after {
  content: '';
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-bottom: 22px solid white;
  position: absolute;
  bottom: -30px;
  left: 50%;
  -webkit-transform: translate(-50%);
  -moz-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  -webkit-filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 -3px 3px rgba(0, 0, 0, 0.04));
}
.oem-page .about-page .about-3 .list ul li .box .content {
  padding: 25px;
  border-radius: 14px;
  background: white;
  -webkit-box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 25px rgba(0, 0, 0, 0.1);
  height: 420px;
  margin-top: 0;
}
.oem-page .about-page .about-3 .list ul li .box .content i {
  display: block;
  height: 54px;
  line-height: 54px;
}
.oem-page .about-page .about-3 .list ul li .box .content i img {
  display: block;
  max-height: 100%;
}
.oem-page .about-page .about-3 .list ul li .box .content h6 {
  font-weight: 600;
  font-size: 22px;
  color: #301500;
  margin: 15px 0;
  line-height: 2;
}
.oem-page .about-page .about-3 .list ul li .box .content .text {
  font-size: 18px;
  color: #a0a0a0;
  line-height: 1.6;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 8;
  overflow: hidden;

}
.oem-page .about-page .about-3 .list ul li .box .content + span {
  margin-bottom: 0;
  margin-top: 30px;
}
.oem-page .about-page .about-3 .list ul li .box .content + span:after {
  border-bottom: none;
  border-top: 22px solid white;
  -webkit-filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  filter: drop-shadow(0 3px 3px rgba(0, 0, 0, 0.04));
  top: -30px;
}
.oem-page .about-3 .list {
  margin: 80px -30px 0;
}

.oem-page .about-3 .swiper-button-prev img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}

.oem-page .about-3 .swiper-button-next img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.oem-page .contact-page .contact-2 {
  padding: 0px 0 90px;
}
.oem-page .contact-page .contact-2 .box {
  padding: 40px 55px;
  -o-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  -webkit-box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  box-shadow: 1px 2px 20px rgba(0, 0, 0, 0.07);
  border-radius: 14px;
  text-align: center;
}
.oem-page .contact-page .contact-2 .box h2{
  font-size: 42px;
  font-weight: bold;
}
.oem-page .contact-page .contact-2 .box .form {
  margin-top: 50px;
}
.oem-page .contact-page .contact-2 .box .form ul {
  margin: -15px;
}
.oem-page .contact-page .contact-2 .box .form ul li {
  padding: 15px;
}
.oem-page .contact-page .contact-2 .box .form ul li input,
.oem-page .contact-page .contact-2 .box .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border: none;
  background: #f2f2f2;
  font-size: 18px;
  color: black;
  display: block;
}
.oem-page .contact-page .contact-2 .box .form ul li input::-webkit-input-placeholder, .contact-page .contact-2 .box .form ul li textarea::-webkit-input-placeholder {
  color: #a0a0a0;
}
.oem-page .contact-page .contact-2 .box .form ul li input:-moz-placeholder, .contact-page .contact-2 .box .form ul li textarea:-moz-placeholder {
  color: #a0a0a0;
}
.oem-page .contact-page .contact-2 .box .form ul li input::-moz-placeholder, .contact-page .contact-2 .box .form ul li textarea::-moz-placeholder {
  color: #a0a0a0;
}
.oem-page .contact-page .contact-2 .box .form ul li input:-ms-input-placeholder, .contact-page .contact-2 .box .form ul li textarea:-ms-input-placeholder {
  color: #a0a0a0;
}
.oem-page .contact-page .contact-2 .box .form ul li input::placeholder,
.oem-page .contact-page .contact-2 .box .form ul li textarea::placeholder {
  color: #a0a0a0;
}
.oem-page .contact-page .contact-2 .box .form ul li textarea {
  height: 150px;
}
.oem-page .contact-page .contact-2 .box .form ul li.wid-33 {
  width: 33.33%;
}
.oem-page .contact-page .contact-2 .box .form ul li.wid-50 {
  width: 50%;
}
.oem-page .contact-page .contact-2 .box .form ul li.wid-100 {
  width: 100%;
  
}
.oem-page .contact-page .contact-2 .box .form ul li.wid-100 a.more{
  font-size: 18px;
  background: var(--color);
  color: white;
  display: block;
  padding: 15px;
}
@media screen and (max-width: 1700px){
  .oem-page .service-1 {
    padding: 50px 0 30px;
  }
  .oem-page .service-1 .box .left .list ul li .box2 h6 {
    font-size: 20px;
    margin: 15px 0;
  }
  .oem-page .service-1 .box .left .list ul li .box2 i {
    height: 60px;
    line-height: 60px;
  }
  .oem-page .service-1 .box .left .list ul li .box2 i img {
    max-height: 100%;
  }
   .oem-page .about-3 .swiper-button-next {
    /*display: none !important;*/
  }
  .oem-page .about-3 .list {
    margin: 40px -20px 0;
  }
}
@media screen and (max-width: 1500px){

}
@media screen and (max-width: 1250px){
  .oem-page .service-1 .box .left .list ul li .box2 {
    padding: 15px;
  }
  .oem-page .service-1 .box .left .list ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .oem-page .about-page .about-3{
    padding: 50px 0;
  }
  .oem-page .contact-page .contact-2 .box {
    padding: 30px 25px;
  }
  .oem-page .contact-page .contact-2 {
    padding: 0px 0 45px;
  }
  .oem-page .contact-page .contact-2 .box h2 {
    font-size: 34px;
  }
  .oem-page h2.title small{
    font-size: 36px;
  }
}
@media screen and (max-width: 1000px){
  .oem-page .service-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .oem-page .service-1 .box .right {
    width: 100%;
    padding-top: 20px;
  }
  .oem-page .service-1 .box .right a.img-box {
    height: 240px;
  }
  .oem-page .service-1 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .oem-page .contact-page .contact-2 .box .form ul li.wid-33 {
    width: 100%;
  }
  .oem-page .about-page .about-3 .list ul li {
    padding: 10px;
}
}
@media screen and (max-width: 700px){
  .oem-page .contact-page .contact-2 {
    padding: 0px 0 25px;
  }
  .oem-page .contact-page .contact-2 .box .form ul li.wid-50 {
    width: 100%;
  }
  .oem-page .contact-page .contact-2 .box .form {
    margin-top: 25px;
  }
  .oem-page .contact-page .contact-2 .box h2 {
    font-size: 24px;
  }
  .oem-page .contact-page .contact-2 .box {
    padding: 20px 10px;
  }
  .oem-page .contact-page .contact-2 .box .form ul li input, .oem-page .contact-page .contact-2 .box .form ul li textarea{
    font-size: 15px;
  }
  .oem-page .about-page .about-3 {
    padding: 15px 0;
  }
  .oem-page .about-3 .swiper-button-prev,.oem-page .about-3 .swiper-button-next{
    display: none;
  }
    .oem-page h2.title small{
    font-size: 26px;
  }
  .oem-page .about-page .about-3 .list {
    margin: 20px -15px 0;
  }
}
.seoPublic .Auxil-form .form ul li input, .seoPublic .Auxil-form .form ul li textarea{
  line-height: 1.8;
}