/*@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.eot');
  src: url('../fonts/Poppins-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff'), url('../fonts/Poppins-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}*/
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.eot');
  src: url('../fonts/Poppins-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff'), url('../fonts/Poppins-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.eot');
  src: url('../fonts/Poppins-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff'), url('../fonts/Poppins-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.eot');
  src: url('../fonts/Poppins-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff'), url('../fonts/Poppins-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins.eot');
  src: url('../fonts/Poppins.eot?#iefix') format('embedded-opentype'), url('../fonts/Poppins.woff2') format('woff2'), url('../fonts/Poppins.woff') format('woff'), url('../fonts/Poppins.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@-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);
  }
}
.popBold {
  font-weight: bold;
}
.popSemi {
  font-weight: 600;
}
.popMedium {
  font-weight: 500;
}
.popRegular {
  font-weight: 400;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-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: #6076f1;
}
#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: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  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: 100px;
  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 {
  background-color: #000;
}
.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: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
  --color: #ff8d22;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#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;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  backdrop-filter: blur(10px);
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 19px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 85px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: capitalize;
  color: #000;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .msg {
  cursor: pointer;
  width: 25px;
  height: 23px;
}
#header > .nav > .menu .menu-box .right .msg img {
  width: 100%;
  height: 100%;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  padding-right: 30px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #000;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 23px;
  height: 23px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: -1px;
  left: 30px;
  font-size: 20px;
  font-weight: bold;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
@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;
  }
}
.container {
  width: 1710px;
  padding: 0 15px;
}
/*.Hbtn a {
  display: inline-block;
  width: 220px;
  height: 62px;
  line-height: 62px;
  background-color: var(--color);
  border-radius: 31px;
  -webkit-appearance: none;
  cursor: pointer;
  color: #fff;
  padding-left: 35px;
  font-weight: 500;
  font-size: 18px;
  position: relative;
  text-align: left;
  transition-duration: 0.8s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  will-change: transform;
}
.Hbtn a .btn__icon {
  align-items: center;
  border-radius: 27px;
  display: flex;
  justify-content: flex-end;
  overflow: hidden;
  padding: 15px;
  position: absolute;
  right: 4px;
  top: 4px;
  bottom: 4px;
  left: 4px;
}
.Hbtn a .btn__icon i {
  color: var(--color);
}
.Hbtn a .btn__icon::before {
  width: 33px;
  height: 33px;
  border-radius: 16px;
  background-color: #fff;
  content: "";
  right: 2px;
  position: absolute;
  top: 50%;
  transform: translateX(100%) translateX(-40px) translateY(-50%);
  transition-duration: 0.9s;
  transition-timing-function: cubic-bezier(0.77, 0, 0.18, 1);
  z-index: -1;
}
.Hbtn a:hover {
  color: var(--color);
}
.Hbtn a:hover .btn__icon::before {
  transform: none;
  width: 100%;
  height: 100%;
  top: 0;
  border-radius: 27px;
}*/
.Hbtn a{
    display: inline-block;
    text-transform: uppercase;
    position: relative;
    background-color: #fff;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    overflow: hidden;
    padding: 15px 55px;
    width: auto;
    line-height: 1;
}
.Hbtn a::before {
    content: '';
    width: 9px;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background-color: var(--color);
    z-index: -1;
}
.Hbtn a:hover::before {
  width: 100%;
}
.Hbtn a:hover {
  color: #fff;
}
#banner .swiper .swiper-button-prev::after,#banner .swiper .swiper-button-next::after {
  display: none;
}
#banner .swiper .swiper-button-prev,#banner .swiper .swiper-button-next {
  color: var(--color);
  font-weight: 400;
}
#banner .swiper .swiper-button-prev {
  left: 55px;
}
#banner .swiper .swiper-button-next {
  right: 55px;
}
#banner .swiper .swiper-button-prev:hover,#banner .swiper .swiper-button-next:hover {
  color: #716f6e;
}
#banner .swiper ul li {
  position: relative;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 6%;
  top: 74%;
  /*left: 50%;
  top: 60%;
  transform: translate(-50%, -50%);*/
}
#banner .swiper ul li .container .popBold {
  line-height: 1.3;
}
#banner .swiper ul li.swiper-slide-active .popBold {
  -webkit-animation: fadeInRightSmall 1s linear;
  -moz-animation: fadeInRightSmall 1s linear;
  -o-animation: fadeInRightSmall 1s linear;
  animation: fadeInRightSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .popRegular {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li.swiper-slide-active .Hbtn {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#banner .swiper .swiper-pagination {
  bottom: 70px;
  text-align: right;
  width: calc(100% - 110px);
}
#banner .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 12px;
  height: 12px;
  background-color: #fff;
  opacity: 1;
}
#banner .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--color);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container ul li {
  text-align: center;
}
#index-body .init-2 {
  background-color: #f2f2f2;
}
#index-body .init-2 .left {
  width: 35%;
}
#index-body .init-2 .right {
  width: 65%;
  padding-right: 6%;
  padding-left: 2.5%;
}
#index-body .init-2 .right .box2 .content {
  top: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.86);
  border-radius: 12px;
  height: 100%;
  width: 100%;
  padding: 11%;
  opacity: 0;
  transition: 1.5s;
}
#index-body .init-2 .right .box2 .content span.h6 {
  line-height: 4/3;
}
#index-body .init-2 .right .box2 .content .text {
  color: #666;
}
#index-body .init-2 .right .list {
  width: 117%;
  margin-left: -17%;
}
#index-body .init-2 .right .list a.img-box {
  transition: 0.5s;
}
#index-body .init-2 .right .list .slick-current a.img-box {
  opacity: 0;
}
#index-body .init-2 .right .list .slick-current .content {
  opacity: 1;
}
#index-body .init-2 .right .list ul li img {
  border-radius: 12px;
}
#index-body .init-2 .right .page .line {
  width: 100%;
  height: 2px;
  background-color: #e6e6e6;
  position: relative;
}
#index-body .init-2 .right .page .line i {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background-color: #c3c3c3;
  width: 20%;
  transition: 0.5s;
}
#index-body .init-2 .right .page .slickBtn div {
  border: 1px solid #d4d4d4;
  background-color: white;
  color: #585858;
  border-radius: 0;
  width: 4em;
  height: 4em;
}
#index-body .init-2 .right .page .slickBtn div i {
  color: #c6c6c6;
  font-size: 20px;
}
#index-body .init-2 .right .page .slickBtn div.next {
  border-left: none;
  margin-left: 0;
}
#index-body .init-3 .swiBtn::after {
  display: none;
}
#index-body .init-3 .swiBtn {
  color: var(--color);
}
#index-body .init-3 .swiBtn.swiper-button-prev {
  left: -30px;
}
#index-body .init-3 .swiBtn.swiper-button-next {
  right: -30px;
}
#index-body .init-3 .swiBtn:hover {
  color: #716f6e;
}
#index-body .init-3 .swiper ul li a img {
  width: 90%;
}
#index-body .init-3 .swiper ul li a.text {
  width: 100%;
  background-color: #f2f2f2;
  border-radius: 0 0 12px 12px;
  height: 8em;
  line-height: 1.3;
  /*height: 110px;
  box-sizing: border-box;*/
}
#index-body .init-3 .swiper ul li a.img {
  height: 335px;
}
#index-body .init-3 .swiper ul li:hover a.text {
  background-color: var(--color);
  color: #fff;
}
#index-body .init-4 {
  background-image: url(../images/init-4Bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
}
#index-body .init-4 .top .popBold {
  width: 50%;
  line-height: 1.1;
  color: #c9c9c9;
}
#index-body .init-4 .top .textBox {
  width: 45%;
}
#index-body .init-4 .top .textBox .popRegular {
  line-height: 1.6;
  color: #666;
}
#index-body .init-4 .bottom .box {
  height: 820px;
  background-size: cover;
  background-position: center;
  border-radius: 30px;
  position: relative;
  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;
  overflow: hidden;
}
#index-body .init-4 .bottom .box .h3 {
  font-size: 40px;
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  transform: translateY(-50%);
  opacity: 1;
  text-align: center;
  z-index: 11;
  color: white;
  font-weight: bold;
}
#index-body .init-4 .bottom .box .h3 em {
  color: var(--color);
}
#index-body .init-4 .bottom .box video {
  width: 100%;
  display: block;
}
#index-body .init-4 .bottom .box::after {
  /*content: '';
  position: absolute;
  left: 0;
  height: 100%;
  top: 0;
  width: 100%;
  background: rgba(0, 0, 0, 0.3);
  z-index: 10;*/
}
#index-body .init-4 .bottom .box .mask {
  position: absolute;
  left: 0;
  top: 0%;
  width: 100%;
  height: 90%;
  z-index: 11;
  background-image: url();
  background-size: cover;
  background-position: center;
}
#index-body .init-4 .bottom .box .play {
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: rgba(209, 33, 56, 0.64);
  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;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
#index-body .init-4 .bottom .box .play::before,
#index-body .init-4 .bottom .box .play::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: inherit;
  z-index: -1;
}
#index-body .init-4 .bottom .box .play::after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#index-body .init-4 .numUl li .num {
  color: #ff8d22;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: flex-start;
}
#index-body .init-4 .numUl li .text {
  margin-top: -65px;
  color: #373737;
}
#index-body .init-4 .numUl li:hover .num {
  color: var(--color);
}
#index-body .init-5 ul li {
  border-radius: 24px 24px 12px 12px;
}
#index-body .init-5 ul li img {
  border-radius: 24px 24px 12px 12px;
}
#index-body .init-6 ul li.list {
  transition: all 0.3s linear;
}
#index-body .init-6 ul li.list .iconBg {
  background-image: url(../images/init-6IconBg1.png);
  
  background-repeat: no-repeat;
  width: 100px;
  height: 90px;
  margin: auto;
}
#index-body .init-6 ul li.list .popRegular {
  color: #666;
  line-height: 1.5;
}
#index-body .init-6 ul li.list:hover .iconBg {
  background-image: url(../images/init-6IconBg2.png);
}
#index-body .init-6 ul li.list .icon {
  filter: brightness(1) grayscale(1) invert(1);
}
#index-body .init-6 ul li.list .popMedium {
  color: var(--color);
}
#index-body .init-6 ul li.list:hover .icon{
  filter: brightness(0) grayscale(0) invert(0);
}
#index-body .init-7 {
  overflow: hidden;
}
#index-body .init-7 .left {
  width: 42.8vw;
  background-color: var(--color);
  padding-left: 6.4%;
  padding-right: 12.8%;
}
#index-body .init-7 .left .popSemi {
  line-height: 1.2;
}
#index-body .init-7 .left .popRegular {
  line-height: 1.5;
}
#index-body .init-7 .left .Hbtn a {
  background-color: #fff;
  color: #000;
}
#index-body .init-7 .left .Hbtn a .btn__icon i {
  color: #fff;
}
#index-body .init-7 .left .Hbtn a .btn__icon::before {
  background-color: var(--color);
}
#index-body .init-7 .left .Hbtn a:hover {
  color: #fff;
}
#index-body .init-7 .right {
  width: 57.2vw;
}
#index-body .init-7 .right .imgBox {
  position: relative;
  width: 68vw;
  margin-left: -10.8vw;
}
#index-body .init-7 .right .imgBox .imgList li {
  display: none;
}
#index-body .init-7 .right .imgBox .imgList li.active {
  display: block;
}
#index-body .init-7 .right .imgBox ul.imgBtn {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 5;
  width: 100%;
  border-top: 2px solid #fff;
  box-sizing: border-box;
}
#index-body .init-7 .right .imgBox ul.imgBtn li {
  width: 25%;
  border-left: 1px solid #fff;
  box-sizing: border-box;
  min-height: 138px;
  transition: all 0.3s linear;
}
#index-body .init-7 .right .imgBox ul.imgBtn li .icon {
  padding-right: 20px;
  border-right: 1px solid #fff;
  transition: all 0.3s linear;
}
#index-body .init-7 .right .imgBox ul.imgBtn li .icon img {
  filter: brightness(3) grayscale(1);
  transition: all 0.3s linear;
}
#index-body .init-7 .right .imgBox ul.imgBtn li:hover {
  background-color: #fff;
  box-shadow: 0px 2px 14px 2px rgba(0, 0, 0, 0.1);
}
#index-body .init-7 .right .imgBox ul.imgBtn li:hover .icon {
  border-color: #5f5f5f;
}
#index-body .init-7 .right .imgBox ul.imgBtn li:hover .icon img {
  filter: none;
}
#index-body .init-7 .right .imgBox ul.imgBtn li:hover span {
  color: #101010;
}
#index-body .init-8 ul li .listBox .popBold {
  line-height: 1.8;
}
#index-body .init-8 ul li .listBox .popRegular {
  line-height: 1.7;
  color: #666666;
}
#index-body .init-8 ul li .listBox .data img {
  margin-right: 5px;
}
#index-body .init-8 ul li .listBox .data span {
  opacity: 0.6;
  border-bottom: 1px solid #000;
}
#index-body .init-8 ul li .listBox .newsBtn {
  display: inline-block;
}
#index-body .init-8 ul li .listBox .newsBtn:hover {
  color: var(--color);
}
#index-body .init-8 ul li .listBox:hover {
  box-shadow: 0px 0px 38px 0px rgba(17, 17, 17, 0.15);
	border-radius: 12px;
}
/*#index-body .init-8 ul li .listBox .Hbtn a {
  background-color: rgba(0, 0, 0, 0);
  color: #000;
  margin-left: -35px;
}
#index-body .init-8 ul li .listBox .Hbtn a .btn__icon i {
  color: #000;
}
#index-body .init-8 ul li .listBox:hover {
  background-color: #ffffff;
  box-shadow: 0px 0px 38px 0px rgba(17, 17, 17, 0.15);
  border-radius: 12px;
}
#index-body .init-8 ul li .listBox:hover .Hbtn a {
  background-color: var(--color);
  color: #fff;
  margin-left: 0;
}
#index-body .init-8 ul li .listBox:hover .Hbtn a .btn__icon i {
  color: var(--color);
}
#index-body .init-8 ul li .listBox:hover .Hbtn a:hover {
  color: var(--color);
}*/
#index-body .init-8 .slickDots ul li {
  width: 45px;
  height: 9px;
  background-color: #9b7375;
  opacity: 0.2;
  border-radius: 4px;
  border: none;
  margin: 0 12px;
}
#index-body .init-8 .slickDots ul li.slick-active {
  width: 98px;
  height: 9px;
  background-color: #606060;
  border-radius: 4px;
  opacity: 1;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/footerBg.jpg);
  background-repeat: no-repeat;
  background-position: center center;
}
#footer .footerTop .right {
  width: 72.6%;
  border-left: 3px solid #828282;
}
#footer .footerTop .right .footerTopBtn {
  color: var(--color);
  margin-bottom: -10px;
}
#footer .footerTop .right .footerTopBtn:hover {
  color: #fff;
}
#footer .footerCenter {
  border-bottom: 1px solid #757575;
}
#footer .footerCenter .item1 {
  width: 28%;
}
#footer .footerCenter .item1 .btnBox .btnQuite {
  background-color: var(--color);
  color: #fff;
  border-radius: 30px;
  padding: 15px 55px;
}
#footer .footerCenter .item1 .btnBox .btnQuite:hover {
  background-color: #000;
}
#footer .footerCenter .item2 ul li {
  transition: all 0.3s linear;
}
#footer .footerCenter .item2 ul li span {
  width: 8px;
  height: 8px;
  background-color: var(--color);
  margin-right: 12px;
  display: block;
  border-radius: 50%;
}
#footer .footerCenter .item2 ul li:hover {
  color: var(--color);
}
#footer .footerCenter .item3 {
  width: 36%;
}
#footer .footerCenter .item3 .popRegular {
  line-height: 2;
  border-bottom: 2px solid #757575;
}
#footer .footerCenter .item3 .popRegular:nth-last-child(1) {
  border: none;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #index-body .init-3 .swiBtn.swiper-button-prev {
    left: 0px;
  }
  #index-body .init-3 .swiBtn.swiper-button-next {
    right: 0px;
  }
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 50px;
  }
  #index-body .init-4 .bottom .box {
    height: 700px;
  }
  #index-body .init-4 .bottom .box .mask {
    height: 100%;
  }
  #index-body .init-4 .numUl li .text {
    margin-top: -60px;
  }
  #index-body .init-7 .left {
    padding-left: 5%;
    padding-right: 12%;
  }
  #index-body .init-7 .right {
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu {
    padding: 10px 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .right {
    margin-left: 20px;
  }
  #index-body .init-4 .bottom .box {
    height: 650px;
  }
  #index-body .init-4 .numUl li .text {
    margin-top: -55px;
  }
  #index-body .init-7 .right .imgBox ul.imgBtn li {
    min-height: 100px;
  }
  #footer .footerCenter .item1 {
    width: 32%;
  }
}
@media (max-width: 1250px) {
  #banner .swiper .swiper-button-prev,#banner .swiper .swiper-button-next {
    bottom: 20px;
    top: auto;

  }
  #banner .swiper .swiper-button-prev {
    left: 45%;
  }
  #banner .swiper .swiper-button-next {
    right: 45%;
  }
  #index-body .init-2 .left {
    width: 40%;
  }
  #index-body .init-2 .right {
    width: 60%;
  }
  #index-body .init-4 .bottom .box {
    height: 520px;
  }
  #index-body .init-4 .numUl li .text {
    margin-top: -46px;
  }
  #index-body .init-7 .right .imgBox ul.imgBtn li .icon {
    margin: 0 8px;
    padding-right: 10px;
  }
  #index-body .init-8 ul li .listBox {
    padding: 20px;
  }
  #index-body .init-8 .slickDots ul li {
    height: 4px;
    width: 30px;
    margin: 0 6px;
  }
  #index-body .init-8 .slickDots ul li.slick-active {
    height: 4px;
    width: 60px;
  }
  #footer .footerCenter .item1 .btnBox .btnQuite {
    padding: 10px 20px;
  }
  .Hbtn a {
    padding: 8px 25px;
  }
}
@media screen and (max-width: 1100px) {
  #index-body .init-2 .right .top span{
    margin-left: -20px;
  }
}
@media (max-width: 1000px) {
   #index-body .init-2 .right .top span{
    margin-left: 0px;
  }
  .Hbtn a {
      padding: 5px 15px; 
  }
  #index-body .init-2 .left {
    display: none;
  }
  #index-body .init-2 .right {
    padding-top: 20px;
    width: 100%;
  }
  #index-body .init-2 .right .list {
    width: 100%;
    margin-left: 0;
  }
  #index-body .init-4 .top {
    flex-wrap: wrap;
  }
  #index-body .init-4 .top .popBold,
  #index-body .init-4 .top .textBox {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-4 .bottom .box {
    height: 370px;
  }
  #index-body .init-4 .numUl li .text {
    margin-top: 0;
  }
  #index-body .init-7 {
    flex-wrap: wrap;
  }
  #index-body .init-7 .left,
  #index-body .init-7 .right {
    width: 100%;
    padding-left: 15px;
    padding-right: 15px;
  }
  #index-body .init-7 .right .imgBox {
    width: 100%;
    margin-left: 0;
  }
  #footer .footerCenter .container {
    flex-wrap: wrap;
  }
  #footer .footerCenter .item {
    width: 50%;
    padding-bottom: 20px;
  }
  #footer .footerCenter .item2 {
    padding-left: 50px;
  }
}
@media screen and (max-width: 900px) {
  #index-body .init-3 .swiper ul li a img {
    width: 65%;
  }
}
@media (max-width: 700px) {
  #banner .swiper .swiper-button-prev,#banner .swiper .swiper-button-next {
    bottom: 10px;
  }
  #banner .swiper ul li .container .mt-100 {
    margin-top: 10px;
  }
  #banner .swiper .swiper-pagination {
    bottom: 10px;
  }
  #banner .swiper .swiper-pagination .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
  }
  #index-body .init-1 .container ul li img {
    display: block;
    margin: auto;
  }
  #index-body .init-3 .swiper ul li a.img {
    height: 270px;
  }
  #index-body .init-4 .bottom .box {
    height: auto;
  }
  #index-body .init-7 .right .imgBox ul.imgBtn {
    flex-wrap: wrap;
    border-top-width: 1px;
  }
  #index-body .init-7 .right .imgBox ul.imgBtn li {
    width: 50%;
    border-top: 1px solid #fff;
    min-height: 60px;
  }
  #footer .footerTop .container {
    flex-wrap: wrap;
  }
  #footer .footerTop .right {
    width: 100%;
    border: none;
    padding-left: 0;
    padding-top: 20px;
  }
  #footer .footerCenter .item {
    width: 100%;
  }
  #footer .footerCenter .item2 {
    padding-left: 0;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-button-prev,#banner .swiper .swiper-button-next {
    display: none ;
  }
  #banner br {
    display: none;
  }
  #banner .mt-30 {
    margin-top: 5px;
  }
  #banner .swiper ul li .container .popBold {
    font-size: 16px;
  }
  #index-body .init-2 .list li .text {
    margin-bottom: 0;
  }
  #index-body .init-2 .list li a.more {
    display: none;
  }
  #index-body .init-4 .numUl li {
    width: 50%;
    margin-bottom: 20px;
  }
  #footer .footerCenter .item {
    width: 100%;
  }
  #footer .footerCenter .item2 {
    padding-left: 0;
  }
}
/*inner-banner*/

.inner-banner {
  height: 600px;
  background-position: center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  /*padding-top: 315px; */
  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-banner .ui.container {
  width: 100%;
  z-index: 5;
}

.inner-banner .bg {
  position: absolute;
  left: 0;
  bottom: -2px;
}

.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}

.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  margin-top: 17px;
}

.paralasic .tit {
  font-size: 20px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
}

.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/icon-search-black.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(.65, .05, .36, 1);
  -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
  animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
}

.inner-page .m-page {
  margin-top: 60px;
  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;
  margin: 0 15px;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background: var(--color);
  color: white;
}
@media screen and (max-width: 1440px){
   .inner-banner {
    height: 570px;
  }
   .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1280px){
   .inner-banner {
    height: 540px;
  }
}
@media screen and (max-width: 1100px){
    .inner-page .m-page {
    margin-top: 60px;
  }
}
@media screen and (max-width: 1000px){
  
  .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;
  }
  .inner-banner {
    height: auto;
    padding: 60px 0 100px;
    /*background-position: bottom;
    background-size: auto;*/
  }
  .inner-banner {
    height: 300px;
    background-size: auto 50%;
    margin-top: 30px;
  }

  .inner-banner .tit {
    font-size: 30px;
  }

  .inner-banner .search input {
    height: 55px;
  }

  .inner-banner .search {
    margin-top: 10px;
  }
}
@media screen and (max-width: 700px) {
   .inner-page .m-page {
    margin-top: 20px;
  }
  .inner-banner {
    background-size: auto 60%;
    background-color: rgba(0, 0, 0, .15);
    background-image: -webkit-linear-gradient(250deg, #ff8d22, rgba(0, 0, 0, .05));
    background-image: -moz-linear-gradient(250deg,#ff8d22,rgba(0,0,0,.05));
    background-image: linear-gradient(-160deg, #ff8d22, rgba(0, 0, 0, .05));
  }

  .inner-banner .tit {
    font-size: 25px;
    margin-top: 5px;
  }

  .inner-banner .bg {
    bottom: -4px;
    display: none;
  }

  .inner-banner .search {
    display: none;
  }

  .inner-banner .search input {
    padding-left: 30px;
  }
}
@media screen and (max-width: 500px){
  
  .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;
  }
    .inner-banner .mbx {
    font-size: 16px;
  }
}
/*quality*/
.strength-gallery-page ul {
  margin: -10px;
}

.strength-gallery-page ul li {
  padding: 10px;
}

.strength-gallery-page ul li a.img-box {
  display: block;
  -moz-box-shadow: -2 0 10px rgba(0, 0, 0, 0.05);
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: -1 0 10px rgba(0, 0, 0, 0.05);
}

.strength-gallery-page ul li a.img-box img {
  width: 100%;
  border-radius: 20px;
}

.strength-gallery-page ul li h5 {
  position: relative;
  z-index: 1;
  padding: 6px 10px;
  line-height: 2;
}

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


.strength-page .strength-img {
  padding: 4rem 0;
  text-align: center;
  background: #d8d8d8;
}

.strength-page .strength-1 {
  text-align: center;
}

.strength-page .strength-1 .text {
  line-height: 2;
  display: block;
  margin: 40px auto 0;
  max-width: 1070px;
}

.strength-page .strength-2 a.img-box {
  display: block;
}

.strength-page .strength-3 {
  background-color: #ff8d22;
}

.strength-page .strength-3 h2 {
  text-align: center;
  color: #fff;
}


.strength-page .strength-3 .box ul {
  margin: -15px 0;
}

/*.strength-page .strength-3 .box ul li {
  background: #1662bc;
}*/

.strength-page .strength-3 .box ul li .img {
  vertical-align: middle;
  position: relative;

}

.strength-page .strength-3 .box ul li .img img {
  max-width: 90%;
  border-radius: 20px;
}

.strength-page .strength-3 .box ul li .img a {
  display: block;
}

.strength-page .strength-3 .box ul li .text {
  vertical-align: middle;
  padding: 0 40px;
  position: relative;
}

.strength-page .strength-3 .box ul li .text h3 {
  color: #4e4243;
  font-weight: 600;
}

.strength-page .strength-3 .box ul li .text .content {
  display: block;
  color: #fff;
  line-height: 2;
  margin-top: 15px;
}

.strength-page .strength-3 .box ul li:nth-child(even) .img {
  left: 100%;
}

.strength-page .strength-3 .box ul li:nth-child(even) .text {
  left: -100%;
}

.strength-page .strength-4 {
  text-align: center;
  background: #eee;
}

.strength-page .strength-4 .text {
  line-height: 2;
  color: #4e4243;
  max-width: 1070px;
  margin: 40px auto;
  margin-bottom: 100px;
}

/*.strength-page .strength-4 .text p {
  max-height: 52px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}*/
.strength-page .strength-4 .text a.more2 {
  display: inline-block;
  vertical-align: middle;
  line-height: 30px;
  height: 30px;
  background: #7bc21f;
  color: white;
  padding: 0 10px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  margin-top: 10px;
}

.strength-page .strength-4 .text a.more2:hover {
  background: #222;
}

.strength-page .strength-4 .box ul {
  margin: -10px;
}

.strength-page .strength-4 .box ul li {
  padding: 10px;
}

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

.strength-page .strength-4 .box ul li a.img-box img {
  width: 100%;
}

.strength-page .strength-4 .box ul li h4 {
  display: block;
  color: #4e4243;
  margin-top: 10px;
  font-weight: 600;
}

.strength-page .strength-4 a.more {
  display: inline-block;
  vertical-align: middle;
  line-height: 40px;
  height: 40px;
  background: var(--color);
  color: white;
  padding: 0 30px;
  text-transform: uppercase;
  border-radius: 5px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 14px;
  margin-top: 50px;
}

.strength-page .strength-4 a.more:hover {
  background: #111;
}
@media (max-width: 1600px) {

  .strength-page .strength-3 {
    padding: 50px 0;
  }

  .strength-page .strength-1 .text,
  .strength-page .strength-3 .box ul li .text .content,
  .strength-page .strength-4 .text,
  .team-page .top h4 {
    line-height: 1.8;
  }

  .strength-page .strength-1 .text {
    margin-top: 20px;
  }

  .strength-page .strength-3 .box,
  .test-page .test-1 .box {
    padding-top: 40px;
  }

}
@media (max-width: 1450px) {
  .strength-page .strength-4 .text {
    margin: 20px 0 60px;
  }

  .prodet-page .prodet-2 ul.options li {
    padding: 0 40px;
  }
}
@media (max-width: 1000px) {
  
  .strength-page .strength-3 .box ul li .text {
    left: 0 !important;
    padding: 0 0 20px !important;
    width: 100%;
  }

  .strength-page .strength-3 .box ul li .img {
    width: 100%;
    left: 0 !important;
    padding: 0 !important;
  }

  .strength-page .strength-3 .box ul li .text {
    padding: 20px 0 0 !important;
  }

  .strength-page .strength-3 .box ul li {
    border-bottom: 1px #eee dashed;
  }

  .strength-page .strength-3 .box ul li:last-child {
    padding-top: 40px;
    border-bottom: none;
  }

  .strength-page .strength-3 .box ul li .text h3 {
    font-size: 24px;
  }

  .strength-page .strength-4 .text {
    margin: 30px auto;
  }


  .strength-page .strength-3 .box ul li .text {
    padding: 25px !important;
  }

  .strength-page .strength-4 a.more {
    margin-top: 20px;
  }
}

.p05-s1 {
  /*background: #F6F6F6;*/
  padding-top: 80px;
  padding-bottom: 80px;
}
.p05-s1 .ui.container {
  max-width: 1230px;
}
.p05-s1 h2 {
  color: #333;
  text-align: center;
  margin-bottom: 50px;
}
.p05-s1 .con{
  font-size: 18px;
  line-height: 1.6;
}
.p05-s1 .wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  margin-top: 30px;
}
.p05-s1 .left-wrap {
  background: #FFF;
  border-radius: 5px;
  max-width: 400px;
  max-height: 620px;
  margin-right: 10px;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
}
.p05-s1 .left-wrap ul {
  padding: 30px;
}
.p05-s1 .left-wrap .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  -moz-box-align: center;
  align-items: center;
}
.p05-s1 .left-wrap .fa-circle {
  margin-right: 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #DDD;
  -webkit-box-shadow: 0 0 0 5px #DDD inset;
  box-shadow: 0 0 0 5px #DDD inset;
  border-radius: 50%;
  font-size: 16px;
}
.p05-s1 .left-wrap li {
  max-width: 180px;
}
.p05-s1 .left-wrap h4 {
  font-weight: bold;
  color: #888;
  font-size: 16px;
}
.p05-s1 .left-wrap span {
  display: inline-block;
  width: 2px;
  height: 17px;
  background: #DDD;
  margin-left: 7px;
}
.p05-s1 .left-wrap li {
  cursor: pointer;
}
.p05-s1 .left-wrap li:nth-of-type(1) span {
  display: none;
}
.p05-s1 .left-wrap li:nth-of-type(5) span {
  height: 30px;
}
.p05-s1 .left-wrap li:nth-of-type(6) span {
  height: 38px;
}
.p05-s1 .left-wrap li:nth-of-type(7) span {
  height: 28px;
}
.p05-s1 .left-wrap li.active h4 {
  color: #f4a000;
  font-weight: 600;
  font-style: normal;
}
.p05-s1 .left-wrap li.active i {
  color: #f4a000;
  -webkit-box-shadow: 0 0 0 5px #f4a000 inset;
  box-shadow: 0 0 0 5px #f4a000 inset;
}
.p05-s1 .left-wrap li.active span {
  background: #f4a000;
}
.p05-s1 .left-wrap .icon-wrap {
  display: none;
  width: 20px;
  height: 20px;
  -webkit-transform: rotate(90deg) translateX(-30px);
  -ms-transform: rotate(90deg) translateX(-30px);
  -moz-transform: rotate(90deg) translateX(-30px);
  transform: rotate(90deg) translateX(-30px);
  margin: 20px auto 0;
}
.p05-s1 .left-wrap .icon-wrap:hover {
  color: #f4a000;
}
.p05-s1 .left-wrap .icon-wrap .fa-circle {
  font-size: 20px;
  cursor: pointer;
}
.p05-s1 .left-wrap .icon-wrap.active {
  -webkit-transform: rotate(270deg) translateX(10px);
  -ms-transform: rotate(270deg) translateX(10px);
  -moz-transform: rotate(270deg) translateX(10px);
  transform: rotate(270deg) translateX(10px);
}
.p05-s1 .right-wrap {
  max-width: 900px;
  width: 75%;
  margin-left: auto;
}
.p05-s1 .right-wrap li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: -moz-box;
  display: flex;
  background: #FFF;
  border-radius: 5px;
  padding: 50px 40px;
  margin-bottom: 20px;
  box-shadow: 0 0px 10px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 5px;
}
.p05-s1 .right-wrap li:nth-of-type(3) p:nth-of-type(1),
.p05-s1 .right-wrap li:nth-of-type(5) p:nth-of-type(1),
.p05-s1 .right-wrap li:nth-of-type(6) p:nth-of-type(1),
.p05-s1 .right-wrap li:nth-of-type(7) p:nth-of-type(1) {
  margin-bottom: 20px;
}
.p05-s1 .right-wrap .img-wrap {
  max-width: 100px;
  margin-right: 50px;
}
.p05-s1 .right-wrap .text-wrap {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  -moz-box-flex: 1;
  flex: 1;
  font-size: 16px;
  color: #888;
  line-height: 1.8;
}
.p05-s1 .right-wrap h3 {
  margin-bottom: 20px;
  color: #333;
  font-weight: 600;
  font-style: normal;
  font-size: 24px;
}
.p05-s1 .right-wrap p {
  max-width: 650px;
}
.p05-s1 .right-wrap .tip {
  margin-top: 20px;
}
.p05-s1 .right-wrap h4 {
  color: #333;
  font-weight: 600;
  font-style: normal;
  margin-bottom: 10px;
}
@media (max-width: 1250px) {
  .p05-s1 .left-wrap{
    top: 40px;
  }
  .p05-s1 .left-wrap{
    max-height: 700px;
  }
}
@media (max-width: 980px) {
  .p05-s1 .right-wrap li {
    padding: 40px 20px;
  }
}
@media (max-width: 700px) {
  .p05-s1 .right-wrap{
    width: 100%;
  }
}
@media (max-width: 768px) {
  .p05-s1 {
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .p05-s1 h2 {
    margin-bottom: 40px;
  }
  .p05-s1 .right-wrap li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p05-s1 .right-wrap .img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
@media (max-width: 700px){
    .p05-s1 .left-wrap{
    display: none;
  }
}
@media (max-width: 693px) {
  .p05-s1 .left-wrap {
    max-height: 500px;
  }
}
@media (max-width: 540px) {
  .p05-s1 .wrap {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p05-s1 .left-wrap {
    max-width: 100%;
    width: 100%;
    margin-bottom: 10px;
    margin-right: 0;
  }
  .p05-s1 .left-wrap .icon-wrap {
    display: block;
  }
  .p05-s1 .right-wrap {
    max-width: 100%;
    width: 100%;
    margin-left: unset;
  }
  .p05-s1 .right-wrap li {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
  .p05-s1 .right-wrap .img-wrap {
    max-width: 100px;
    margin-right: 50px;
  }
}
@media (max-width: 380px) {
  .p05-s1 .right-wrap li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .p05-s1 .right-wrap .img-wrap {
    max-width: 100%;
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}
/*product*/

.more {
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 18px;
  font-weight: bold;
  height: 60px;
  line-height: 60px;
  border-radius: 30px;
  background-color: var(--color);
  color: white;
  padding: 0 40px;
  min-width: 216px;
  text-align: center;
  z-index: 1;
  overflow: hidden;
  position: relative;
}

.more::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #222;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: -1;
  height: 100%;
  width: 0;
}

.more:hover::after {
  width: 100%;
}
.product2-page #index-body .i-product.cat_pro .ui.container {
  max-width: 1530px;
}

.product2-page #index-body .i-product h1 {
  text-transform: unset;
}

.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 .box{
    background: white;
    border-radius: 20px;
    overflow: hidden;
    text-align: center;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
}
.product2-page #index-body .i-product ul li .box:hover .content{
  background-color: var(--color);
}
.product2-page #index-body .i-product ul li .box:hover .content .title {
  color: #fff;
}
.product2-page #index-body .i-product ul li .box .img-box img {
  width: auto;
  margin: auto;
}
.product2-page #index-body .i-product ul li .box .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  padding: 15px 20px 20px;
}

.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 .content .title {
  display: block;
    font-size: 18px;
    margin-bottom: 15px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.product2-page #index-body .i-product ul li .box .content .mores{
  color: var(--color);
}
.product2-page #index-body .i-product ul li .box:hover .content .mores {
  color: #fff;
}
.product2-page #index-body .i-news .i-title {
  text-align: left;
}

.inner-page .sidebox {
  padding: 6rem 15px;
  max-width: 1400px;
  margin: auto;
}

.inner-page .sidebox .sideleft {
  width: 20%;
  position: sticky;
  top: 120px;
  background: #fff;
}

.inner-page .sidebox .sideleft .widget {
  margin-bottom: 30px;
}

.inner-page .sidebox .sideleft .widget form {
  position: relative;
}

.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2;
}

.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px;
}

.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);

  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  color: #000;
}

.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}

.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 2;
  position: relative;
}

.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 20px;
}

.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}

.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 8px;
}

.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--red);
}

.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}

.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 20px;
  color: #999;
}

.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--red);
}

.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}

.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}

.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem;
}

.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 2;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--red);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}

.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}

.inner-page .sidebox .sideleft .widget .contact {
  background-color: var(--color);
  color: white;
  padding: 30px;
  border-radius: 20px;
}


.inner-page .sidebox .sideleft .widget .contact .c-phone i,
.inner-page .sidebox .sideleft .widget .contact .c-wechat i {
  font-size: 24px;
}

.inner-page .sidebox .sideleft .widget .contact .c-phone span,
.inner-page .sidebox .sideleft .widget .contact .c-wechat span {
  font-size: 20px;
}
.inner-page .sidebox .sideright {
  width: 80%;
  padding: 0 10px 50px 50px;
}
@media screen and (max-width: 1000px) {
    .inner-page .sidebox {
    padding: 60px 15px;
  }
   .inner-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px){
   .product2-page #index-body .i-product .Auxil-catdes {
    padding-left: 0;
  }
    .product2-page #index-body .i-product ul li .box .content .title {
    min-height: 90px;
  }
    .product2-page #index-body .i-product ul li {
    width: 100%;
  }
}
.prodet-page .wpulike.wpulike-default{
  display: none;
}

.prodet-page .init-1 .container {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-1 .container .left {
  width: 49%;
}
.prodet-page .init-1 .container .left a {
  /*height: 600px;*/
  display: block;
  width: 100%;
  background-color: #f9f9f9;
      border-radius: 20px;
  /*padding: 40px;*/
}
.prodet-page .init-1 .container .left a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.prodet-page .init-1 .container .right {
  width: 47%;
}
.prodet-page .init-1 .container .right .title {
  font-size: 30px;
  font-weight: bold;
}
.prodet-page .init-1 .container .right .auth {
  font-size: 20px;
  font-weight: 300;
  margin-top: 40px;
}
.prodet-page .init-1 .container .right .share_list {
  /*margin-top: 16px;*/
}
.prodet-page .init-1 .container .right .share_list a {
  display: inline-block;
  margin-right: 30px;
  margin-top: 10px;
  font-size: 24px;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .init-1 .container .right .share_list a i {
  margin-right: 4px;
}
.prodet-page .init-1 .container .right .share_list a:hover{
  color: var(--color);
}
.prodet-page .init-1 .container .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 30px; 
  font-weight: 400;
  /*height: 400px;*/
  overflow: auto;
}
.prodet-page .init-1 .container .right .more {
  margin-top: 20px;
}
.prodet-page .init-1 .container .left .swiper {
  margin-top: 30px;
  overflow: hidden;
}
/*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 200px;
}*/
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  width: auto;
  height: auto;
  background-color: #fff;
  /*padding: 20px;*/
}
.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide a img {
  width: auto;
  height: auto;
  object-fit: contain;
}
.prodet-page .init-2 .container {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  /*border: 1px solid #9e9e9e;*/
  padding: 0;
}
.prodet-page .init-2 .container .left {
  width: 320px;
}
.prodet-page .init-2 .container .left .list {
  padding: 20px;
  /*border-bottom: 1px solid #9e9e9e;*/
  position: relative;
  cursor: pointer;
  font-size: 28px;
  font-weight: 700;
}
.prodet-page .init-2 .container .left .list::before {
  content: '';
  position: absolute;
  width: 6px;
  height: 100%;
  top: 0;
  background-color: var(--color);
  left: -1px;
  opacity: 0;
  transition: all 0.5s;
  transform: scaleX(0);
  transform-origin: left;
}
.prodet-page .init-2 .container .left .list:hover::before,
.prodet-page .init-2 .container .left .list.active::before {
  opacity: 1;
  transform: scaleX(1);
}
.prodet-page .init-2 .container .right {
  /*min-height: 530px;*/
  width: calc(100% - 320px);
  /*border-left: 1px solid #9e9e9e;*/
      background: #fff;
          border-radius: 20px;
}
.prodet-page .init-2 .container .right .list {
  padding: 40px;
  display: none;
}
.prodet-page .init-2 .container .right .description .des {
  font-size: 18px;
  line-height: 1.5;
  /*max-height: 460px;*/
  overflow: auto;
}
.prodet-page .init-2 .container .right .about .content {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .about .content .img {
  width: 40%;
}
.prodet-page .init-2 .container .right .about .content .text_cont {
  width: 54%;
}
.prodet-page .init-2 .container .right .about .content .text_cont .tip {
  font-size: 30px;
  font-weight: 700;
}
.prodet-page .init-2 .container .right .about .content .text_cont .des {
  margin-top: 30px;
  font-size: 16px;
  line-height: 2;
}
.prodet-page .init-2 .container .right .contact_info .tip {
  font-size: 30px;
      font-weight: 600;
}
.prodet-page .init-2 .container .right .contact_info form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page .init-2 .container .right .contact_info form .lists {
  margin-top: 50px;
  width: 50%;
  padding-right: 100px;
}
.prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
  font-size: 22px;
}
.prodet-page .init-2 .container .right .contact_info form .lists input {
  width: 100%;
  padding: 6px 0;
  margin-top: 6px;
  font-size: 16px;
  /*font-weight: 300;*/
  background-color: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #9a9a9a;
}
.prodet-page .init-2 .container .right .contact_info form .more {
  /*padding: 13px 40px;*/
  margin-top: 50px;
  text-transform: uppercase;
}
.prodet-page .init-3 {
  margin: 160px 0;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide {
  text-align: center;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide a {
  display: block;
  transition: all 0.5s;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .img {
  background-color: #fff;
  /*padding: 40px;*/
  border-radius: 10px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .more {
  margin-top: -28px;
  /*display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;*/
  opacity: 0;
  transform: translateY(40px);
  display: inline-block;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide .title {
  font-size: 18px;
  margin-top: 12px;
  font-weight: 400;
  line-height: 28px;
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .more {
  opacity: 1;
  transform: translateY(0);
}
.prodet-page .init-3 .container .swiper .swiper-wrapper .swiper-slide:hover .title {
  color: var(--color);
}
.prodet-page .init-1 .container .right .des {
  font-size: 17px;
  line-height: 34px;
}
.m-link.Auxil-through.font-18.mt-20 {
  line-height: 2;
}
@media (max-width: 1500px) {
    .prodet-page .init-1 .container .left {
    width: 40%;
  }
  .prodet-page .init-1 .container .right {
    width: 56%;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 150px;
  }*/
}
@media (max-width: 1250px){
  
   .prodet-page .init-1 .container .left a{
    height: 500px;
  }
  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide{
    height: 100px;
  }*/
  .prodet-page .init-1 {
    margin-top: 0;
  }
  .prodet-page .init-2 .container .right .about .content .img {
    width: 100%;
  }
  .prodet-page .init-2 .container .right .about .content .text_cont {
    width: 100%;
    margin-top: 20px;
  }
  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding-right: 30px;
  }
}
@media (max-width: 1000px){
  
  .prodet-page .init-1 .container .left {
    width: 100%;
  }

  .prodet-page .init-1 .container .left a {
    height: 90vw;
  }

  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide{
    height: auto !important;
  }*/
  .prodet-page .init-1 .container .right {
    width: 100%;
    display: flex;
    /*text-align: center;*/
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .prodet-page .init-1 .container .right>div {
    width: 100%;
  }

  .prodet-page .init-1 .container .left .swiper {
    order: -1;
    margin-top: 20px;
  }

  .prodet-page .init-1 .container .right .title {
    margin-top: 20px;
  }

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

  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 160px;
  }*/
  .prodet-page .init-2 .container {
    border: none;
  }

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

  .prodet-page .init-2 .container .left {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    border: 1px solid #ffffff;
    justify-content: center;
    text-align: center;
  }

  .prodet-page .init-2 .container .left .list:hover::before,
  .prodet-page .init-2 .container .left .list.active::before {
    display: none;
  }

  .prodet-page .init-2 .container .left .list {
    border-right: 1px solid #fff;
    border-bottom: none;
    width: 33.33%;
  }

  .prodet-page .init-2 .container .left .list.active {
    background-color: var(--color);
    color: #fff;
  }

  .prodet-page .init-2 .container .right {
    width: 100%;
    border: none;
    min-height: 0;
    border: 1px solid #ffffff;
    margin-top: 10px;
  }

  .prodet-page .init-2 .container .right .contact_info form .lists {
    padding: 0;
    width: 100%;
  }
}
@media (max-width: 700px) {

  /*.prodet-page .init-1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 44vw;
  }*/
  .prodet-page .init-1 .container .right .share_list {
    display: none;
  }

  .prodet-page .init-2 .container .left .list {
    padding: 10px 20px;
    font-size: 20px;
    width: auto;
  }

  .prodet-page .init-2 .container .right .list {
    padding: 20px;
  }
}
@media (max-width: 500px){
  
  .prodet-page .init-1 .container .right .title {
    font-size: 18px;
  }

  .prodet-page .init-1 .container .right .auth {
    margin-top: 10px;
    font-size: 16px;
  }

  .prodet-page .init-1 .container .right .des {
    font-size: 16px;
    margin-top: 10px;
  }

  .prodet-page .init-1 .container .right .more {
    margin-top: 20px;
  }

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

  .prodet-page .init-2 .container .left .list {
    width: 100%;
    border-top: 1px solid #fff;
  }

  .prodet-page .init-2 .container .left .list:first-child {
    border: none;
  }

  .prodet-page .init-2 .container .right {
    margin-top: 20px;
  }

  .prodet-page .init-2 .container .left .list {
    font-size: 16px;
  }

  .prodet-page .init-2 .container .right .description .des {
    font-size: 16px;
  }

  .prodet-page .init-2 .container .right .contact_info .tip {
    font-size: 18px;
  }

  .prodet-page .init-2 .container .right .contact_info form .lists {
    margin-top: 20px;
  }

  .prodet-page .init-2 .container .right .contact_info form .lists .tip_name {
    font-size: 18px;
  }

  .prodet-page .init-2 .container .right .contact_info form .more {
    padding: 6px 20px;
    margin-top: 20px;
  }

  .prodet-page .init-2 .container .right .about .content .text_cont .tip {
    font-size: 18px;
  }

  .prodet-page .init-2 .container .right .about .content .text_cont .des {
    margin-top: 20px;
  }

  .prodet-page .init-3 {
    margin-top: 40px;
  }
    .prodet-page .init-1 .container .right .title {
    font-size: 22px;
    line-height: 1.7;
  }

}
/*about*/
.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;
}

.about-page .title {
  margin-top: 30px;
  font-weight: bold;
}

.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: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .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: 60px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}

.about-page .about-1 ul li h3 span {
  font-size: 22px;
}

.about-page .about-1 ul li p {
  font-size: 20px;
  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: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page .about-22 {
  position: relative;
}

.about-page .about-22 .ui.container {
  z-index: 3;
}

.about-page .about-22 img {
  border-radius: 20px;
  margin-bottom: 20px;
}

.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 {
  position: relative;
  padding-right: 75px;
  text-align: center;
}

.about-page .about-22 ul li span {
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
}

.about-page .about-22 ul li span::after {
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}

.about-page .about-22 ul li h5 {
  color: var(--color);
  font-size: 30px;
  margin-bottom: 10px;
}

.about-page .about-22 ul li .des {
  font-size: 18px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  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: 2% 0 11.146%;
  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-6.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: 0 100px 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;
  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%, -50px);
  padding: 20px 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.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: .5s;
  -moz-transition: .5s;
  transition: .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: #ff8d22;
  border-radius: 257px 0px 0px 257px;
  padding: 4.382% 0 5.4256%;
  color: #fff;
  margin-top: 50px;
}

.about-page .about-5 .in-num::before {
  background: #fff;
}

.about-page .about-5 .left {
  width: 48%;
  vertical-align: top;
}

.about-page .about-5 .right {
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}

.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) {
  .about-page .about-3 .ui.container {
    max-width: 1300px;
  }
}

@media screen and (max-width: 1440px) {
  .about-page .about-3 .ui.container {
    max-width: 1200px;
  }

  .about-page .about-6 .content ul {
    margin-right: -40px;
  }

  .about-page .about-6 .content ul li {
    padding-right: 40px;
  }
  .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: 0;
  }

  .about-page .about-22 ul li {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }

  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }

 
}

@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) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  
  .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%;
  }

  .about-page .about-5 .right {
    padding-left: 0;
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  } 
    .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) {

  .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{
    width: 100% !important;
  }*/
  .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;
    margin-bottom: 20;
  }

  .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) {
  .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: 1.8;
  }
  .about-page .about-1 ul li:after {
    display: none;
  }
  .about-page .about-1 .img .play {
    width: 50px;
  }
 .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;
  }
}

.gallery-page .content .box {
  text-align: center;
  padding-bottom: 90px;
}

.gallery-page .content .box h2 {
  color: #182333;
  font-size: 35px;
  margin-top: 10px;
  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 {
  display: block;
  font-size: 18px;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 0 15px 0 0;
  box-shadow: 0px 1px 6px 0px rgba(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 (max-width: 1250px) {

  .gallery-page {
    padding: 40px 0;
  }
  .gallery-page .content .box ul li {
    padding: 5px;
  }
  .gallery-page .content-video .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;
  }
  .gallery-page .content-video .box ul li {
    width: 100%;
  }

}
/*faq*/

/*.faq-page .img2 {
  position: absolute;
  right: 0px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}

.faq-page .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.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: 1.472% 0 7.069%;
  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, .15);
  border-radius: 50px;
  padding: 24px 41px 28px 50px;
  position: relative;
}

.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  padding-right: 50px;
}

.faq-page .box .content ul li .ig .tit 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 .tit i::after,
.faq-page .box .content ul li .ig .tit 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 .tit 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.7;
  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::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 .tit {
    font-size: 25px;
  }
}

@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }

  .faq-page .box .content ul li .ig .tit {
    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 .tit 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 .tit {
    font-size: 20px;
  }

  .faq-page .box .content ul li .ig .tit 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 .tit {
    font-size: 18px;
    padding-right: 40px;
  }

  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }

  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}
/*news*/

.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: .5s;
  -moz-transition: .5s;
  transition: .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: 0 100px 0 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;*/
}

.news-page .content ul li .text {
  padding: 24px 30px 0 16px;
}

.news-page .content ul li .text .tit {
  line-height: 1.8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.news-page .content ul li .text .tit:hover {
  color: var(--color);
}

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

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

 
}

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


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

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

  .news-page::after {
    display: none;
  }

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

}

@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }

  .news-page .content {
    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 .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 p {
  line-height: 1.8;
}

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

@media screen and (max-width: 700px) {
  .newdet-page .info {
    margin-top: 20px;
  }

  .m-link a {
    margin-top: 10px;
  }
}

@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;
  }
}
/*contact*/

.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/about-page-2.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.3;
  margin: 19px 0 11px;
}

.contact-page .contact-1 ul li p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 1);
}

.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;
  width: 50%;
}

.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, .15);
  font-size: 18px;
  font-weight: 300;
  padding-left: 100px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .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: .5s;
  -moz-transition: .5s;
  transition: .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 {
  justify-content: space-evenly;
}
.contact-page .contact-3 .code {
  text-align: center;
}
.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 .contact-2 .form ul li{
    width: 100%;
  }
  .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;
  }
}

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

  .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;
  }
}
.seoPublic .Auxil-news .title {
  margin-bottom: 20px;
}
.seoPublic .title {
  font-size: 40px;
}
.seoPublic .Auxil-news .list ul li .content div.h6 {
  font-size: 20px;
  color: #000;
  font-weight: bold;
}
.seoPublic .Auxil-news .list ul li .content p{
  color: #737373;
  font-size: 18px;
  margin: 15px 0;
}
.seoPublic .Auxil-about .box .right div.h3 {
  font-weight: 600;
}
.seoPublic .Auxil-about .box .right .text {
  font-size: 18px;
}
@media screen and (max-width: 1700px) {
  .seoPublic .title {
    font-size: 34px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 17px;
  }
  .seoPublic .Auxil-news .list ul li .content p {
    font-size: 16px;
    margin: 12px 0;
  }
  .seoPublic .Auxil-about .box .right .text{
    font-size: 16px;
  }
}
@media screen and (max-width: 1450px) {
  .seoPublic .title {
    font-size: 32px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 16px;
  }
  .seoPublic .Auxil-news .list ul li .content p {
    font-size: 15px;
     margin: 10px 0;
  }
  .seoPublic .Auxil-about .box .right .text{
    font-size: 15px;
  }
}
@media screen and (max-width: 1250px) {
  .seoPublic .title {
    font-size: 28px;
  }
  .seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 14px;
  }
  .seoPublic .Auxil-news .list ul li .content p,.seoPublic .Auxil-about .box .right .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 1000px) {
  .seoPublic .title {
    font-size: 22px;
  }
}
@media screen and (max-width: 700px) {
  .seoPublic .title {
    font-size: 18px;
  }
}
.ecata-page .titlBox .txt {
  line-height: 1.25;
}
.ecata-page .titlBox .line {
  width: 100px;
  height: 8px;
  background-color: var(--color);
  margin: auto;
}
.ecata-page .btn {
  text-align: center;
}
.ecata-page .btn a{
  padding: 10px 35px;
  background-color: #716f6e;
  display: inline-block;
  border-radius: 30px;
}
.ecata-page .btn a:hover {
  background-color: var(--color);
}
.ecata-page .ecata-2 li.cloum {
  width: 33%;
  box-sizing: border-box;
}
.ecata-page .ecata-2 li.cloum video {
  width: 100%;
}