@font-face {
  font-family: 'Trade';
  src: url('../fonts/TradeGothicLTStd-Extended.eot');
  src: url('../fonts/TradeGothicLTStd-Extended.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-Extended.woff2') format('woff2'), url('../fonts/TradeGothicLTStd-Extended.woff') format('woff'), url('../fonts/TradeGothicLTStd-Extended.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Trade';
  src: url('../fonts/TradeGothicLTStd-BoldExt.eot');
  src: url('../fonts/TradeGothicLTStd-BoldExt.eot?#iefix') format('embedded-opentype'), url('../fonts/TradeGothicLTStd-BoldExt.woff2') format('woff2'), url('../fonts/TradeGothicLTStd-BoldExt.woff') format('woff'), url('../fonts/TradeGothicLTStd-BoldExt.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Utopia';
  src: url('../fonts/UtopiaStd-Italic.eot');
  src: url('../fonts/UtopiaStd-Italic.eot?#iefix') format('embedded-opentype'), url('../fonts/UtopiaStd-Italic.woff2') format('woff2'), url('../fonts/UtopiaStd-Italic.woff') format('woff'), url('../fonts/UtopiaStd-Italic.ttf') format('truetype');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Utopia';
  src: url('../fonts/UtopiaStd-Disp.eot');
  src: url('../fonts/UtopiaStd-Disp.eot?#iefix') format('embedded-opentype'), url('../fonts/UtopiaStd-Disp.woff2') format('woff2'), url('../fonts/UtopiaStd-Disp.woff') format('woff'), url('../fonts/UtopiaStd-Disp.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pop';
  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;
}
.pop {
  font-family: 'pop';
}
.utopia {
  font-family: 'Utopia';
}
#mobile2 .logo img {
    max-height: 50px;
}
#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_s {
  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_s 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_s form {
  margin-top: 40px;
}
#pups_from_s 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_s i.close::after,
#pups_from_s 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_s i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from_s i.close:hover {
  background: var(--color);
}
#pups_from_s i.close:hover::before,
#pups_from_s i.close:hover::after {
  background: white;
}
#pups_from_s ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from_s ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from_s ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from_s ul li input,
#pups_from_s 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_s ul li input:focus,
#pups_from_s ul li textarea:focus {
  border-color: var(--color);
}
#pups_from_s ul li textarea {
  height: 80px;
}
#pups_from_s ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from_s ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from_s 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: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#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: 'Trade';
  font-weight: 400;
  margin: 0 auto;
  color: #18191a;
  font-size: 16px;
  height: auto;
  --color: #df6410;
  background-color: #f6f5ed;
  --heading:'Trade';
}
.container {
  width: 1800px;
  padding: 0 15px;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  padding-top: 70px;
  background-image: -webkit-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: -moz-linear-gradient(250deg, var(--color), rgba(0, 0, 0, 0.05));
  background-image: linear-gradient(-160deg, var(--color), rgba(0, 0, 0, 0.05));
}
#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;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(calc(-100% - var(--gap)));
  }
}
@-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);
  }
}
@keyframes scrollY {
  0% {
    transform: translateY(0);
  }
  100% {
      transform: translateY(-100%);
  }
}
#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;
}
.search-box.sa form {
  left: auto;
  right: 50%;
}
.search-box.sa form input[type="submit"] {
  left: 15px;
  right: auto;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  background-color: #f6f5ed;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top .container .box {
  width: 100%;
  padding: 14px 0;
  border-bottom: 1px solid #dcdbd4;
}
#header > .nav .f-top .container .left {
  width: 28%;
}
#header > .nav .f-top .container .left .search {
  cursor: pointer;
  width: 22px;
  height: 22px;
}
#header > .nav .f-top .container .center {
  width: 15%;
}
#header > .nav .f-top .container .center .logo {
  cursor: pointer;
  display: block;
  font-size: 30px;
  color: #282828;
}
#header > .nav .f-top .container .right .formBtn {
  background-color: #c19a5b;
  color: #fff;
  padding: 11px 37px;
}
#header > .nav .f-top .container .right .formBtn:hover {
  background-color: var(--color);
}
#header > .nav > .menu {
  padding: 27px 0 28px;
}
#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: 40px;
  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.active > 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 > 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;
  text-transform: capitalize;
}
#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: #141414;
  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 .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 24px;
  height: 24px;
  margin-right: 12px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  font-size: 20px;
  color: #b4b4b4;
}
#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 {
  top: -120px;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
.Hbtn {
  display: inline-block;
  background-color: var(--color);
  color: #fff;
  padding: 10px 41px;
}
.Hbtn:hover {
  background-color: #f86f11;
}
.inner-page .Hbtn {
  background-color: var(--color);
  color: #fff;
}
.inner-page .Hbtn:hover {
  background-color: #f86f11;
}
@keyframes expand {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
@keyframes sparkelotate {
  0% {
    transform: rotate(0) scale(1);
  }
  50% {
    transform: rotate(180deg) scale(0.5);
  }
  100% {
    transform: rotate(360deg) scale(1);
  }
}
.swiperBtn .btn {
  width: 49px;
  height: 49px;
  position: static;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #7b7a76;
  border-radius: 50%;
  color: #7b7a76;
}
.swiperBtn .btn i {
  font-size: 34px;
  color: #7b7a76;
}
.swiperBtn .btn::after {
  display: none;
}
.swiperBtn .btn:hover {
  background-color: #c19a5b;
  border-color: #c19a5b;
}
.swiperBtn .btn:hover i {
  color: #fff;
}
#banner {
  margin-top: 210px;
}
#banner .swiper ul li.swiper-slide-active .minTitl {
  -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 .Hbtn {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
}
#banner .swiper ul li img {
  width: 100%;
}
#banner .swiper ul li .textBox {
  width: 100%;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .textBox .titleBox {
  letter-spacing: 0px;
}

#banner .swiperPage {
  z-index: 2;
  bottom: 8.6%;
  left: 70px;
  width: auto;
  color: #000;
}
#banner .swiperPage .swiper-page .page-item .bar {
  width: 0;
  height: 2px;
  background-color: #c3c3c3;
}
#banner .swiperPage .swiper-page .page-item .bar::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 100%;
  background-color: var(--color);
}
#banner .swiperPage .swiper-page .page-item.active {
  color: #fff;
}
#banner .swiperPage .swiper-page .page-item.active .bar {
  width: 90px;
}
#banner .swiperPage .swiper-page .page-item.active .bar::before {
  animation: expand 5s forwards;
  width: 100%;
}
#banner .swiperPage .swiper-pagination {
  width: 90px;
  height: 2px;
}
#banner .swiperPage .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: #df6410;
}
#banner .down {
  right: 70px;
  bottom: 8.6%;
  z-index: 2;
}
#banner .down:hover {
  transform: translateY(5px);
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-image: url('../images/init-1Bg.jpg');
  background-position: top left;
}
#index-body .init-1 .container .left {
  width: 59.8%;
}
#index-body .init-1 .container .left .titleBox {
  width: 64%;
}
#index-body .init-1 .container .left .txt {
  max-width: 870px;
  color: #716e6b;
}
#index-body .init-1 .container .left .txt span {
  color: #f86f11;
}
#index-body .init-1 .container .left ul li.list {
  width: 27.72%;
}
#index-body .init-1 .container .left ul li.list .txt {
  height: 77px;
  overflow-y: auto;
  position: relative;
}
#index-body .init-1 .container .left ul li.list .txt::after {
  content: "";
  position: absolute;
  height: 1px;
  width: 100%;
  background-color: #aeaeae;
  left: 0;
  bottom: 0;
  z-index: 1;
}
#index-body .init-1 .container .left ul li.list .txt::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #f86f11;
  left: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-1 .container .left ul li.list:hover .txt::before {
  width: 100%;
}
#index-body .init-1 .container .left ul li.list .minTxt {
  color: #716e6b;
}
#index-body .init-1 .container .left ul li.list1 {
  width: 28%;
}
/*#index-body .init-1 .container .left ul li.list:hover .txt {
  border-bottom: 1px solid #f86f11;
}*/
#index-body .init-1 .container .right {
  width: 41%;
}
#index-body .init-2 {
  background-image: url('../images/init-2Bg.jpg');
  background-position: center bottom;
}
#index-body .init-2 .menuItem {
  color: #716e6b;
}
#index-body .init-2 .menuItem .item .txt::before {
  content: '';
  position: absolute;
  width: 0%;
  height: 1px;
  background-color: #c19a5b;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .menuItem .item:hover,
#index-body .init-2 .menuItem .item.active {
  color: #c19a5b;
}
#index-body .init-2 .menuItem .item:hover .txt::before,
#index-body .init-2 .menuItem .item.active .txt::before {
  width: 100%;
}
#index-body .init-2 .menuItem .item:last-child {
  margin-right: 0;
}
#index-body .init-2 .centre {
  width: 100%;
}
#index-body .init-2 .centre ul li {
  width: 25%;
}
#index-body .init-2 .centre ul li a.titl {
  color: #010101;
}
#index-body .init-2 .centre ul li a.titl:hover {
  color: #727272;
}
#index-body .init-2 .centre ul li .btn {
  color: #000;
  border-bottom: 1px solid #000;
  opacity: 0;
}
#index-body .init-2 .centre ul li .btn:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .init-2 .centre ul li:hover .box {
  background-color: #fff;
}
#index-body .init-2 .centre ul li:hover .box .btn {
  opacity: 1;
}
#index-body .init-2 .centre .swiper {
  display: none;
}
#index-body .init-2 .centre .swiper:first-child {
  display: block;
}
#index-body .init-3 {
  background-color: #fff;
  overflow-x: hidden;
}
#index-body .init-3 .menuL {
  position: absolute;
  top: 30px;
  left: 0;
  bottom: 30px;
  height: calc(100% - 60px);
}

#index-body .init-3 .menuL {
  height: 910px;
  overflow: hidden;
  border-left: 1px solid #eee;
}
#index-body .init-3 .menuL ul {
  flex-shrink: 0;
  /*display: flex;*/
  min-height: 100%;
  animation: scrollY 80s linear infinite;
}
#index-body .init-3 .menuL ul li.list {
  display: block;
  writing-mode: sideways-rl;
  -webkit-writing-mode: vertical-rl;
    -ms-writing-mode: tb;
  color: #18191a;
  font-size: 14px;
}
#index-body .init-3 .menuL ul li.list .icon {
  margin-right: 4px;
}
#index-body .init-3 .left {
  width: 50%;
}

#index-body .init-3 .left .swiper ul li {
  padding: 0 50px;
}
#index-body .init-3 .left .swiper ul li a.img {
  width: 68%;
  max-width: 600px;
  margin: 0 auto 30px;
}
#index-body .init-3 .left .swiper ul li .titl {
  color: #18191a;
  max-width: 500px;
  margin: auto;
}
#index-body .init-3 .left .swiper ul li .btn {
  color: #000;
  border-bottom: 1px solid #000;
  position: relative;
}
#index-body .init-3 .left .swiper ul li .btn::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #f86f11;
  left: 0;
  bottom: -1px;
  z-index: 2;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-3 .left .swiper ul li .btn:hover::before {
  width: 100%;
}
#index-body .init-3 .left .swiper ul li .btn:hover {
  color: var(--color);
  /*border-bottom: 1px solid var(--color);*/
}
#index-body .init-3 .left .bot {
  position: absolute;
  right: 45px;
  bottom: 70px;
  z-index: 2;
}
#index-body .init-3 .left .bot .swiperBtn .btn {
  margin: 0;
}
#index-body .init-3 .left .bot .swiperBtn .btn:first-child {
  margin-bottom: 8px;
}
#index-body .init-3 .right {
  width: 54.3%;
  margin-right: -4.3%;
}
#index-body .init-3 .right .mySwiper2 ul li img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#index-body .init-4 {
  overflow-x: hidden;
  background-image: url('../images/inti-4Bg.jpg');
}
#index-body .init-4 .top {
  width: 100%;
  overflow: hidden;
  max-height: 280px;
}
#index-body .init-4 .top .topBox {
  --gap: 40px;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
  align-items: center;
}
#index-body .init-4 .top .topBox .scrolling-content {
  flex-shrink: 0;
  display: flex;
  gap: var(--gap);
  min-width: 100%;
  animation: scroll 80s linear infinite;
}
#index-body .init-4 .top .topBox .scrolling-content span {
  font-size: 50px;
  display: inline-flex;
  align-items: center;
  line-height: 1;
  text-transform: capitalize;
}
#index-body .init-4 .top .topBox .scrolling-content span img {
  margin-right: 40px;
  width: 100%;
  max-width: 30px;
  animation: sparkelotate 3s linear infinite;
}
#index-body .init-4 .container .bot ul.lists li.list {
  height: 100%;
}
#index-body .init-4 .container .bot ul.lists li.list .box {
  background-color: #fff;
  padding: 10px;
  width: 100%;
  height: 100%;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxT .iconBox .icon {
  width: 60px;
  height: 60px;
  background-color: #c19a5b;
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxT .iconBox .icon img {
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxT .iconBox .icon::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0b2b3f;
  z-index: 0;
  transition: all 0.4s ease-in-out;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxT .iconBox .num {
  color: #0b2b3f;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxT .titl {
  color: #0b2b3f;
  line-height: 1.2;
  height: 50px;
  overflow-y: auto;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxT .txt {
  color: #716e6b;
  height: 70px;
  overflow-y: auto;
  line-height: 1.2;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB {
  position: relative;
  background-color: #f2f5fb;
  border-radius: 8px;
  overflow: hidden;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB::before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 0;
  background: #0b2b3f;
  transition: all 0.4s ease-in-out;
  z-index: 0;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB .items {
  position: relative;
  z-index: 1;
  border-bottom: 1px solid #e2e2e2;
  color: #716e6b;
  height: 90px;
  overflow-y: auto;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB .items .item p {
  line-height: 1.2;
  position: relative;
  padding-left: 18px;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB .items p::before {
  content: '';
  border-radius: 50%;
  width: 8px;
  height: 8px;
  background-color: #c19a5b;
  position: absolute;
  left: 0;
  top: 1px;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB .btn {
  color: #0b2b3f;
  border-bottom: 1px solid #0b2b3f;
  position: relative;
  z-index: 2;
}
#index-body .init-4 .container .bot ul.lists li.list .box .boxB .btn:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box,
#index-body .init-4 .container .bot ul.lists li.list.active .box {
  background-color: #c19a5b;
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxT .iconBox .icon img,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxT .iconBox .icon img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxT .iconBox .icon::before,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxT .iconBox .icon::before {
  top: auto;
  height: 100%;
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxT .txt,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxT .txt {
  color: #0b2b3f;
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxB::before,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxB::before {
  top: auto;
  height: 100%;
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxB ul.items,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxB ul.items {
  border-bottom: 1px solid #778791;
  color: #ffffff;
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxB a.btn,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxB a.btn {
  color: #fff;
  border-bottom: 1px solid #fff;
}
#index-body .init-4 .container .bot ul.lists li.list:hover .box .boxB a.btn:hover,
#index-body .init-4 .container .bot ul.lists li.list.active .box .boxB a.btn:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
#index-body .init-5 {
  background-color: #fff;
}
#index-body .init-5 .container .box {
  background-color: #f6f5ed;
}
#index-body .init-5 .container .box .left {
  width: 61.4%;
}
#index-body .init-5 .container .box .left .swiperBtn {
  bottom: 0;
  right: 0;
  z-index: 2;
  height: 60px;
  margin-right: -60px;
}
#index-body .init-5 .container .box .left .swiperBtn .btn {
  border-radius: 0;
  width: 60px;
  height: 60px;
  background-color: #ffffff;
  margin: 0;
  border: none;
  color: #c19a5b;
  opacity: 1;
}
#index-body .init-5 .container .box .left .swiperBtn .btn:hover {
  color: #fff;
  background-color: #c19a5b;
}
#index-body .init-5 .container .box .right {
  width: 38.6%;
  box-sizing: border-box;
}
#index-body .init-5 .container .box .right .txt {
  color: #716e6b;
  width: 90%;
}
#index-body .init-6 {
  background-image: url('../images/init-6Bg.jpg');
}
#index-body .init-6 .swiper ul li .date {
  color: #a8a8a8;
}
#index-body .init-6 .swiper ul li .titl {
  color: #0f0f0f;
  border-bottom: 1px solid transparent;
  position: relative;
}
#index-body .init-6 .swiper ul li .titl::before {
  content: "";
  position: absolute;
  height: 1px;
  width: 0%;
  background-color: #18191a;
  left: 0;
  bottom: -1px;
  z-index: 2;
  -webkit-transition: all 1s;
  -o-transition: all 1s;
  -moz-transition: all 1s;
  transition: all 1s;
}
#index-body .init-6 .swiper ul li:hover .titl::before {
  width: 100%;
}
#index-body .init-6 .swiper ul li .titl a.tit {
  width: 74%;
}
#index-body .init-6 .swiper ul li .titl a.tit:hover {
  color: var(--color);
}
#index-body .init-6 .swiper ul li .titl a.btn:hover {
  transform: rotate(45deg);
}
#index-body .init-7 {
  background-image: url('../images/init-7Bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  background-attachment: fixed;
  color: #fff;
}
#index-body .init-7 .box {
  width: 100%;
  max-width: 720px;
  margin: auto;
}
#index-body .init-7 .box form {
  width: 100%;
}
#index-body .init-7 .box form .Hbtn {
  background-color: var(--color);
}
#index-body .init-7 .box form .Hbtn:hover {
  background-color: #f86f11;
}
#index-body .init-7 .box form input {
  width: 47%;
  border: none;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  background-color: transparent;
  color: #fff;
  padding-bottom: 5px;
  margin-bottom: 40px;
}
#index-body .init-7 .box form input:focus {
  border-bottom: 1px solid #fff;
}
#index-body .init-7 .box form input::placeholder {
  color: #d4d4d4;
}
#index-body .init-7 .box form input.mes {
  width: 100%;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1f1d1b;
  color: #fff;
}
#footer .top .title {
  max-width: 600px;
}
#footer .top .title .titleBox {
  line-height: 1.1;
}
#footer .top .title .link:hover {
  opacity: 0.5;
}
#footer .top .right {
  width: 46%;
}
#footer .top .item1 {
  max-width: 350px;
}
#footer .top .item1 .share li {
  width: 46px;
  height: 46px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  margin-left: 4px;
}
#footer .top .item1 .share li i {
  margin-top: 5px;
  display: inline-block;
}
#footer .top .item1 .share li:hover {
  color: #0678e8;
}
#footer .top .item2 .mail {
  color: rgba(255, 255, 255, 0.5);
  border-bottom: 1px solid #e3e3e3;
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 28px;
  width: auto;
  fill: #d2d3d5;
  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 {
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  width: 100%;
  position: relative;
  top: 0;
  color: #d2d3d5;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .container {
    width: 1650px;
  }
  #index-body .init-3 .right {
    width: 56.3%;
    margin-right: -6.3%;
  }
  #index-body .init-4 .container .bot ul.lists li.list .box .boxT .txt {
    height: 80px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-3 .left .bot {
    right: 25px;
    bottom: 50px;
  }
  #index-body .init-3 .menuL {
    height: 750px;
  }
  #index-body .init-3 .right {
    width: 60%;
    margin-right: -12%;
  }
  #footer .top .right {
    width: 51%;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav .f-top .container .center {
    width: 20%;
  }
  #index-body .init-1 .container .left ul li.list {
    width: 30%;
  }
  #index-body .init-3 .menuL{
    height: 650px;
  }
  #index-body .init-4 .container .bot ul.lists {
    grid-template-columns: repeat(3, 1fr);
  }
  #index-body .init-5 .container .box .left .swiperBtn {
    margin-right: 0;
    height: 45px;
  }
  #index-body .init-5 .container .box .left .swiperBtn .btn {
    width: 45px;
    height: 45px;
  }
  #footer .top .title {
    width: 45%;
  }
  #footer .top .item1 {
    width: 58%;
  }
}
@media (max-width: 1250px) {
  #banner {
    margin-top: 60px;
  }
  #banner .swiper ul li img {
    height: 400px;
    object-fit: cover;
    object-position: center;
  }
  .swiperBtn .btn {
    width: 35px;
    height: 35px;
  }
  #index-body .init-3 .menuL {
    height: 500px;
  }
  #index-body .init-3 .left .bot {
    right: 0;
    bottom: 20px;
  }
  #index-body .init-4 .container .bot ul.lists {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-4 .container .bot ul.lists li.list .box .boxB .items .item {
    padding-left: 15px;
    margin-bottom: 5px;
  }
  #footer .top .right {
    padding-right: 0;
  }
  #footer .top .item1 {
    width: calc(100% - 210px);
  }
}
@media (max-width: 1000px) {
  #banner .swiperPage {
    bottom: 2%;
  }
  #index-body .init-3 .right {
    margin-right: 0;
  }
  #index-body .init-5 .container .box .right {
    margin: 20px;
  }
  #index-body .init-5 .container .box .right .txt {
    width: 100%;
  }
  #footer .top .title {
    max-width: 100%;
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .top .item1 {
    max-width: 100%;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .left ul li.list {
    width: 48%;
    margin-bottom: 20px;
  }
  #index-body .init-4 .container .bot ul.lists {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }
}
@media (max-width: 500px) {
  #index-body .init-1 .container .left ul li.list {
    width: 100%;
  }
  #index-body .init-7 .box form input {
    width: 100%;
    margin-bottom: 20px;
  }
  #footer .top .item1 {
    width: 100%;
    margin-bottom: 20px;
  }
}
.inner-banner {
  margin-top: 210px;
  height: 460px;
  background-position: center top;
  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 .bg {
  width: 100%;
  position: absolute;
  left: 0;
  bottom: -2px;
}

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

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

.paralasic .tit {
  font-size: 30px;
  line-height: 1.2;
  margin-top: 17px;
  font-family: 'utopia';
}

.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 .in-num {
  line-height: 1.1;
  text-transform: uppercase;

  display: flex;
  align-items: center;
}

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

.inner-page .m-page {
  margin-top: 110px;
  text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 52px;
  box-shadow: 0px 2px 7.84px 0.16px rgba(0, 0, 0, 0.27);
  border-radius: 100%;
  background: #fff;
  font-size: 17px;

  margin: 0 10px;
  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;
}

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

@media screen and (max-width: 1250px) {
  .inner-page .m-page {
    margin-top: 100px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-page .in-num::before {
    width: 20px;
    height: 20px;
    margin: 2px 7px 0 0;
  }
  .inner-page .sidebox {
    padding: 60px 0;
  }
  .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-page .sidebox .sideleft {
    display: none;
  }

  .inner-page .sidebox .sideright {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .inner-page .in-num:before {
    display: none;
  }
  .inner-page .m-page {
    margin-top: 20px;
  }
}
.about-page {
  overflow: hidden;
}
.about-page .title {
  margin-top: 30px;
}
.about-page .text6 {
  color: rgba(0, 0, 0, 0.6) !important;
}

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

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

.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 {
  color: var(--color);
  line-height: 1;
}

.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 {
  padding-top: 120px;
  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-top: 50px;
}

.about-page .about-22 ul li {
  position: relative;
  color: rgba(0, 0, 0, 0.6);
}
.about-page .about-22 ul li:last-child {
  padding-right: 0;
}
.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: #18191a;
  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 .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: #c19a5b;
  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: 34%;
  vertical-align: top;
}

.about-page .about-5 .right {
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
}
.about-page .about-5 .right p {
  position: relative;
  padding-left: 20px;
}
.about-page .about-5 .right p::before {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
  content: '';
  position: absolute;
  left: 0;
  top: 10px;
}

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

  .inner-banner {
    height: 570px;
  }

  .about-page .about-1 ul li .icon {
    width: 60px;
    left: 25px;
  }

  .about-page .about-1 ul li {
    padding-left: 110px;
  }

  .about-page .about-1 ul li 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;
  }
}

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

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

  .inner-banner {
    height: 540px;
  }
}
@media screen and (max-width: 1250px) {
  .about-page .about-1 ul li:nth-child(1),.about-page .about-1 ul li {
    padding-left: 90px;
  }
  .about-page .about-1 ul li{
    width: 50%;
    margin-bottom: 20px;
  }
  .about-page .about-1 ul li:nth-child(3) .icon {
    left: 0;
  }
  .about-page .about-1 .img .play {
    width: 100px;
  }
  .about-page .about-5 .left {
    width: 45%;
  }
}
@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){
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-22 ul {
    margin-right: 0;
  }

  .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 {
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .about-page .about-4 .content ul {
    margin-right: 0;
  }
  
  .about-page .about-4 .content ul li .h5 {
    border-radius: 20px 0 0 0;
    font-size: 16px;
    padding: 10px;
    -webkit-transform: translate(0%, -25px);
    -moz-transform: translate(0%, -25px);
    -ms-transform: translate(0%, -25px);
    transform: translate(0%, -25px);
  }
  .about-page .about-4 .content ul li .img-box img {
    border-radius: 0 20px 0 0 ;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-22 ul li {
    margin-bottom: 20px;
  }
  .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;
  }

  

  .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;
  }
}
@media screen and (max-width: 500px) {
  
  .about-page .about-1 .img {
    margin-top: 20px;
  }
  .about-page .about-1 ul li {
    width: 100%;
  }

  .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 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 {
    padding-top: 60px;
  }
  .about-page .about-22 ul li {
    margin-bottom: 25px;
    padding-right: 0;
  }
  

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

.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 screen and (max-width: 1440px) {
  .gallery-page .content .box ul li {
    width: 25%;
  }
}

@media screen and (max-width: 1250px) {
  .gallery-page .content .box ul li {
    width: 33.3333%;
  }
}

@media screen and (max-width: 1000px) {
  .gallery-page .content .box ul li {
    width: 50%;
    padding: 5px;
  }
}

@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 .imgbox .text h5 {
    font-size: 16px;
    padding: 8px 10px;
  }

  .gallery-page .content .box div {
    margin-top: 0;
  }

  .gallery-page {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .gallery-page .content .box ul li {
    width: 100%;
    padding: 3px;
  }
}

.faq-page .box {
  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;
  font-family: 'Gabo';
  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;
  }
}

.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-product ul li .box {
  background: white;
  border-radius: 10px;
  overflow: hidden;
  text-align: center;
  border: 1px solid #e7e7e7;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.product2-page #index-body .i-product ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.product2-page #index-body .i-product ul li .box .content {
  padding: 15px 20px 20px;
}
.product2-page #index-body .i-product ul li .box .content .title:hover,.product2-page #index-body .i-product ul li .box .content .mores:hover {
  color: #000;
}

.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 .content {
  position: relative;
  overflow: hidden;
  z-index: 1;
}

.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-news .i-title {
  text-align: left;
}

.inner-page .sidebox {
  margin: auto;
}

.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 ul li ul > li.active a {
  color: var(--color);
}
.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;
  font-family: 'MONTSERRAT-SEMIBOLD';
  ;
  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: 40px;
  border-radius: 20px;
}

.inner-page .sidebox .sideleft .widget .contact h2 {}

.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: 1250px) {
  .inner-page .sidebox .sideleft {
    width: 30%;
  }
  .inner-page .sidebox .sideright {
    width: 70%;
  }
  .product2-page #index-body .i-product ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .inner-page .sidebox .sideleft {
    top: 80px;
  }
}
@media screen and (max-width: 1000px) {

  .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 {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media screen and (max-width: 500px) {
  /*.product2-page #index-body .i-product ul li {
    width: 100%;
  }*/
}

.prodet-page #index-body .i-product .i-title em {
  color: var(--color);
}

.prodet-page .ui.container .content img {
  margin-bottom: 20px;
}

.prodet-page .prodet-1 .left {
  width: 39%
}

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

.prodet-page .prodet-1 .left .img span {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}

.prodet-page .prodet-1 .left .img span.prev {
  left: 10px;
}

.prodet-page .prodet-1 .left .img span.next {
  right: 10px;
}

.prodet-page .prodet-1 .left .img span i {
  font-size: 30px;
  transition: all 0.5s;
  color: var(--color);
}

.prodet-page .prodet-1 .left .img span:hover i {
  color: #000;
}

.prodet-page .prodet-1 .left a {


  display: block;
  text-align: center;

}

.prodet-page .prodet-1 .left a img {
  border-radius: 30px;
}

.prodet-page .prodet-1 .right {
  width: 60%;
  padding-left: 48px;
  position: relative;
  font-size: 16px;
}

.prodet-page .prodet-1 .right table {
  width: 100%;
  table-layout: fixed;
}

.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 30px;
  opacity: .51;
  margin: 25px 0 60px
}

.prodet-page .prodet-1 .left .gallery {
  margin-bottom: 40px;
  margin-top: 30px;
}

.prodet-page .prodet-1 .left .gallery ul {
  margin: -10px;
  position: relative;
}

.prodet-page .prodet-1 .left .gallery ul .slick-track {
  margin-left: 0
}

.prodet-page .prodet-1 .left .gallery ul li {
  padding: 10px
}

.prodet-page .prodet-1 .left .gallery ul li .img {
  border-radius: 10px;
  display: block;
  overflow: hidden;
  cursor: pointer;
}

.prodet-page .prodet-1 .left .gallery ul li .img img {
  width: auto;
  margin: auto
}

.prodet-page .prodet-1 .right .more_btn .more:after {
  color: #000
}

.prodet-page .prodet-2 ul.options {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  background: #f6f6f6;
  height: 96px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.prodet-page .prodet-2 ul.options li {
  font-size: 18px;
  padding: 0 60px;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 0 0 50px;
  position: relative
}

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

.prodet-page .prodet-2 ul.options li a:after {
  content: "";
  position: absolute;
  left: -17px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 10px;
  height: 10px;
  border-radius: 100%;
  background: #1662bc
}

.prodet-page .prodet-2 ul.options li.active {
  background: #1662bc;
  color: #fff
}

.prodet-page .prodet-2 ul.options li.active a:after {
  background: #fff
}

.prodet-page .prodet-2 .box {
  padding: 70px 0
}

.prodet-page .prodet-2 .box .content {
  font-size: 18px;
  font-family: 'Montserrat-Regular';
}

.prodet-page .prodet-2 .box .content video {
  width: 100% !important;
}

.prodet-page .prodet-2 .box .content table {
  width: 100%;
  table-layout: fixed;
}

.prodet-page .prodet-2 .list {
  padding: 70px 0
}

.prodet-page .prodet-2 .list ul {
  margin: -15px
}

.prodet-page .prodet-2 .list ul li {
  padding: 15px;
  text-align: center
}

.prodet-page .prodet-2 .list ul li .img-box {
  background: #f5f5f5;
  border-radius: 10px;
  padding: 50px
}

.prodet-page .prodet-2 .list ul li p {
  font-size: 18px;
  line-height: 2;
  margin-top: 15px;
  opacity: .51
}
.prodet-page .prodet-2 .list ul li p a:hover {
  color: var(--color);
}
@media (max-width: 1450px) {
  .prodet-page .prodet-2 ul.options li {
    padding: 0 40px;
  }
}

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

  .prodet-page .prodet-1 .left a {
    padding: 0
  }

  .prodet-page .prodet-1 .right .more_btn {
    position: relative;
    left: 0
  }

  .prodet-page .prodet-1 .right h1 {
    padding-right: 0
  }
}

@media screen and (max-width: 1250px) {
  .prodet-page .prodet-2 .box .content table {
    overflow-x: auto;
    table-layout: unset;
    display: block;
  }

  .prodet-page .prodet-2 .box .content table tr td {
    min-width: 150px !important;
    height: auto !important;
    white-space: nowrap;
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 0 20px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .left {
    width: 100%
  }

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px
  }
  .prodet-page .prodet-2 ul.options li {
    padding: 10px 60px;
  }

}

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

  .prodet-page .prodet-2 ul.options {
    flex-wrap: wrap;
    height: auto
  }

  .prodet-page .prodet-2 .box .seoPublic {
    display: block !important
  }
  .prodet-page .prodet-1 .right table {
    overflow-x: auto;
    table-layout: unset;
    display: block;
    width: 100% !important;
  }

  .prodet-page .prodet-1 .right table tr td {
    min-width: 150px;
  }
}

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

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

.strength-page .strength-1 {
  padding: 80px 0 0px;
  text-align: center;
}

.strength-page .strength-1 .text {
  font-size: 18px;
  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 {
  padding: 100px 0 150px;
  background-color: #1662bc;
}

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

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

.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 {
  font-size: 32px;
  color: #4e4243;
  font-weight: 600;
}

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

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

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

.strength-page .strength-4 {
  padding: 100px 0 100px;
  text-align: center;
  background: #eee;
}

.strength-page .strength-4 .text {
  font-size: 18px;
  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: 1005px;
}

.strength-page .strength-4 .box ul li h4 {
  display: block;
  font-size: 18px;
  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: #7bc21f;
  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;
}

.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);
  border-radius: 20px;
}

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

.strength-gallery-page ul li h5 {
  position: relative;
  z-index: 1;

  padding: 6px 10px;
  font-size: 16px;
  line-height: 2;
}

@media (max-width: 1600px) {
  .strength-page .strength-3 .box {
    padding-top: 60px;
  }

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

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

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

@media (max-width: 1250px) {
  .strength-page .strength-3 .box ul li .text h3 {
    font-size: 30px;
  }

  .strength-page .strength-3 .box ul li .text .content {
    font-size: 16px;
    line-height: 24px;
  }

  .strength-gallery-page ul li h5 {
    font-size: 16px;
  }
  .strength-page .strength-4 .box ul li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .strength-gallery-page ul li {
    width: 50%;
  }
  .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 {
    border-bottom: none;
  }

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

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

  .strength-page .strength-1 .text {
    font-size: 16px;
    line-height: 24px;
  }

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

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

  .strength-page .strength-4 .text {
    font-size: 14px;
  }
}
@media screen and (max-width: 700px){
  .strength-page .strength-1 .text,
  .strength-page .strength-3 .box ul li .text .content,
  .strength-page .strength-4 .text {
    font-size: 14px;
  }
  .strength-page .strength-4 .box ul li {
    width: 50%;
  }
}
@media screen and (max-width: 500px){
  .strength-gallery-page ul li {
    width: 100%;
  }
}

.news-page {
  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 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: 20px 30px;
  border: 1px solid #ccc;
}
.news-page .content ul li .text .btn {
  position: relative;
  border-bottom: 1px solid transparent;
}
/*.news-page .content ul li .text .btn::before {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 2px;
  background-color: var(--color);
}*/
.news-page .content ul li .text .btn:hover {
  color: var(--color);
  border-bottom: 1px solid var(--color);
}
.news-page .content ul li .text:hover {
  background-color: #fff;
}
.news-page .content ul li .text:hover .btn {
  opacity: 1;
}

.news-page .content ul li .text .tit {
  line-height: 1.8;
  text-transform: uppercase;

  -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: 2;
  -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;
  font-family: 'Gabo';
  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: 1450px) {
  .news-page .content ul li {
    width: 33.3333% !important;
  }
}
@media screen and (max-width: 1250px){
  .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;
  }

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

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

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

  .news-page .content ul li {
    width: 50% !important;
  }
}
@media screen and (max-width: 700px){
  .news-page .content {
    margin-top: 20px;
  }

  .news-page .content ul li {
    width: 100% !important;
  }
}
@media screen and (max-width: 500px) {
  .news-page .header {
    display: none;
  }

  .news-page .content {
    margin-top: 0;
  }
}

.newdet-page .info .time_c {
  margin-top: 50px;
  text-align: center;
}

.newdet-page .info .time_c .list {
  display: inline-block;
  margin: 0 15px;
}

.newdet-page .info .time_c .list img {
  vertical-align: middle;
  width: 27px;
}

.newdet-page .info .time_c .list span {
  vertical-align: middle;
  margin-left: 11px;
  position: relative;
  top: 1px;
}

.newdet-page .info .con {
  margin-top: 55px;
}

.newdet-page .info .con img {
  margin-bottom: 30px;
}

.newdet-page .info .m-link {
  margin-top: 87px;
}

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

  .newdet-page .info .time_c,
  .newdet-page .info .con,
  .newdet-page .info .m-link {
    margin-top: 30px;
  }
}
@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-page {
  position: relative;
}


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

.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, 0.53);
}

.contact-page .contact-2 {
  padding-top: 6.15%;
}

.contact-page .contact-2 .form {
  margin-top: 80px;
}

.contact-page .contact-2 .form ul {
  margin: -15px;
}

.contact-page .contact-2 .form ul li {
  padding: 15px;
}

.contact-page .contact-2 .form ul li input,
.contact-page .contact-2 .form ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 20px;
  border-radius: 32px;
  border: 1px solid #d7d5d5;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .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 {
  padding-top: 5.1045%;
  margin-bottom: -125px;
}*/
.contact-page::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

@media screen and (max-width: 1440px) {
  .contact-page::after {
    font-size: 300px;
    top: -20px;
  }
}
@media screen and (max-width: 1100px) {
  .contact-page::after {
    font-size: 260px;
  }
}
@media screen and (max-width: 1000px){
  .contact-page::after {
    display: none;
  }
  .contact-page .contact-1 ul li {
    width: 50%;
  }

  .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;
  }
}
@media screen and (max-width: 500px){
  .contact-page .contact-1 ul li {
    width: 100%;
  }
}
.arck-project-item .inner-img img {
  min-height: 360px;
  object-fit: cover;
  object-position: center;
}
.arck-project-filter-btn li.is-checked, .arck-project-filter-btn button.is-checked, .arck-project-filter-btn li.is-checked, .arck-project-filter-btn button.is-checked,.arck-project-item .inner-text .project-title-desc span,.arck-project-item .view-more-btn a,.arck-project-filter-btn li.active, .arck-project-filter-btn button.active, .arck-project-filter-btn li.active, .arck-project-filter-btn button.active,.arck-project-next-prev-btn a:hover {
  color: var(--color);
}
.arck-project-next-prev-btn a {
  font-family: utopia;
}
.arck-project-item .view-more-btn {
  bottom: 20px;
}
.arck-project-item .inner-text {
  top: 50px;
  width: calc(100% - 45px);
}

@media screen and (max-width: 1800px) {
  .arck-project-item .inner-text .project-title-desc span {
    margin-bottom: 5px;
  }
  .arck-project-item .inner-text .project-title-desc h3 {
    font-size: 26px;
    padding-bottom: 10px;
  }
  .arck-project-item .inner-text .project-title-desc p {
    line-height: 1.5;
  }
  .arck-project-item .inner-text .project-title-desc {
    max-width: 310px;
  }
  .arck-project-item .inner-text {
    top: 30px;
  }
}
@media screen and (max-width: 1450px){
  .arck-project-item:hover .view-more-btn,.arck-project-item .inner-text {
    left: 20px;
  }
  .arck-project-item .inner-img {
    min-height: 280px;
  }
  .arck-project-item .inner-img img {
    height: 100%;
    object-fit: cover;
    object-position: center;
  }
  .arck-project-item .inner-text .project-title-desc h3 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1250px) {
  .arck-project-item .inner-text .project-title-desc h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .arck-project-item .inner-img {
    min-height: 200px;
  }
}
.arck-project-details-img-wrapper img {
  display: block;
  margin: auto;
}
.seoPublic .Auxil-news .list ul li .content {
  width: 100%;
  margin-top: 0;
  padding: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.seoPublic .Auxil-news .list ul li:hover .content {
  background-color: #f6f5ed;
}