@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Medium.eot');
  src: url('../fonts/Barlow-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Barlow-Medium.woff2') format('woff2'), url('../fonts/Barlow-Medium.woff') format('woff'), url('../fonts/Barlow-Medium.ttf') format('truetype');
  font-style: normal;
  font-display: swap;
}
#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: 'Barlow';
  font-weight: 500;
  margin: 0 auto;
  color: #333;
  font-size: 16px;
  height: auto;
  --color: #e77523;
}
.container {
  width: 1500px;
  padding: 0 15px;
}
.navContainer {
  width: 100%;
}
#mobile2,
#mobile3,
#mobile5 {
  z-index: 22;
}
#innerMobileBanner .banner2 {
  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;
  }
}
.Hbtn {
  position: relative;
  display: flex;
  align-items: center;
  background-color: var(--color);
  padding-top: 18px;
  padding-bottom: 18px;
  overflow: hidden;
}
.Hbtn span,
.Hbtn img {
  z-index: 2;
}
.Hbtn img {
  width: 22px !important;
  height: 22px;
  top: 5px;
  right: 6px;
}
.Hbtn::before {
  content: '';
  width: 0;
  height: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  border: 1px solid transparent;
  z-index: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.Hbtn:hover::before {
  background: #333;
  width: 100%;
}
.Hbtn2 {
  color: #1c1b1a;
  background-color: #eee7e7;
}
.Hbtn2:hover {
  color: #fff;
}
.titleBox {
  font-weight: bold;
}
 .min {
  color: var(--color);
  line-height: 2;
}
.min p {
  width: 34px;
  height: 2px;
  background-color: var(--color);
  margin-left: 15px;
}
.titleBox .titl {
  line-height: 1.125;
}
.titleBox .titl span {
  color: var(--color);
}
.swiperBtn {
  background-color: #f0efef;
}
.swiperBtn .btn {
  width: 50px;
  height: 45px;
  background-color: #f0efef;
}
.swiperBtn .btn i {
  font-size: 30px;
  color: #6b6969;
}
.swiperBtn .btn.prev {
  transform: rotate(180deg);
}
.swiperBtn .btn:hover {
  background-color: var(--color);
}
.swiperBtn .btn:hover i {
  color: #fff;
}
.font-105 {
  font-size: 105px;
}
#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;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header .share {
  color: #848484;
  width: 180px;
  padding-top: 40px;
}
#header .share li:hover {
  color: var(--color);
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav > .menu {
  padding-bottom: 6px;
}
#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;
  padding-top: 28px;
}
#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: 55px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.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 > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 40px 0 30px;
  text-align: left;
  line-height: 1.2;
  position: relative;
  text-transform: uppercase;
  color: #272829;
  font-weight: bold;
}
#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: 3px;
  top: 0;
  left: 0;
  background-color: var(--color);
  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;
  padding-top: 35px;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 21px;
  height: 21px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
}
#header.innerNav > .nav {
  background-color: #f9f6f6;
}
#banner {
  margin-top: 122px;
  position: relative;
}
#banner .swiper-pagination span {
  opacity: 1;
  background-color: #fff;
}
#banner .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
#banner .swiper ul li .bg {
  width: 100%;
  height: 800px;
}
#banner .swiper ul li .container {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
#banner .swiper ul li .container .titl {
  line-height: 1.125;
  max-width: 560px;
}
#banner .swiper ul li .container .play {
  margin-left: 35px;
  position: relative;
  width: auto;
  height: auto;
  background-color: #fff;
  top: 0;
  left: 0;
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  transform: translate(0, 0);
}
#banner .swiper ul li .container .play::after,
#banner .swiper ul li .container .play::before {
  -webkit-animation: ks2 2s linear infinite;
  -moz-animation: ks2 2s linear infinite;
  animation: ks2 2s linear infinite;
}
#banner .swiper ul li .container .play::after {
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  animation-delay: 0.6s;
}
#banner .swiper ul li.swiper-slide-active .titl {
  -webkit-animation: clipToRight 1s linear;
  -moz-animation: clipToRight 1s linear;
  -o-animation: clipToRight 1s linear;
  animation: clipToRight 1s linear;
}
#banner .swiper ul li.swiper-slide-active .flex {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container {
  z-index: 1;
}
#index-body .init-1 .container .box {
  margin-right: -90px;
}
#index-body .init-1 .container .top .txtBox .txt {
  line-height: 1.57;
  color: #82868a;
  max-width: 670px;
}
#index-body .init-1 .container .bottom .txtL {
  writing-mode: sideways-rl;
  color: #a9a9a9;
  line-height: 1;
  margin-left: -40px;
}
#index-body .init-1 .container .bottom .txtL p {
  margin-top: 50px;
  width: 3px;
  height: 69px;
  background-color: #a9a9a9;
}
#index-body .init-1 .container .bottom .swiper {
  width: 100%;
}
#index-body .init-1 .container .bottom .swiper ul li {
  overflow: hidden;
}
#index-body .init-1 .container .bottom .swiper ul li img.bg {
  width: 100%;
  object-fit: cover;
}
#index-body .init-1 .container .bottom .swiper ul li a.arrow {
  margin-left: auto;
}
#index-body .init-1 .container .bottom .swiper ul li a.arrow img:hover {
  transform: rotate(45deg);
}
#index-body .init-1 .container .bottom .swiper ul li a.titl:hover {
  color: #333;
}
#index-body .init-1 .container .bottom .swiper ul li .cont1 {
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  z-index: 1;
}
#index-body .init-1 .container .bottom .swiper ul li .cont1 .contBox {
  width: 100%;
  height: 100%;
  align-content: flex-end;
  background: -webkit-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e77523 90%, #e77523 100%);
  background: -moz-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e77523 90%, #e77523 100%);
  background: -o-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e77523 90%, #e77523 100%);
  background: -ms-linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e77523 90%, #e77523 100%);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, #e77523 90%, #e77523 100%);
  padding: 0 20px 30px;
}
#index-body .init-1 .container .bottom .swiper ul li .cont1 .contBox .num {
  opacity: 0.35;
}
#index-body .init-1 .container .bottom .swiper ul li .cont2 {
  width: 100%;
  height: 100%;
  left: 0;
  bottom: -50%;
  z-index: -1;
}
#index-body .init-1 .container .bottom .swiper ul li .cont2 .conBox {
  width: 100%;
  background-color: var(--color);
  padding: 25px 20px;
}
#index-body .init-1 .container .bottom .swiper ul li .cont2 .conBox .titl {
  line-height: 1.4;
}
#index-body .init-1 .container .bottom .swiper ul li .cont2 .conBox .txt {
  line-height: 1.5;
}
#index-body .init-1 .container .bottom .swiper ul li:hover .cont1 {
  top: 20%;
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .container .bottom .swiper ul li:hover .cont2 {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
#index-body .init-1 .bgColor {
  width: 45vw;
  height: 34vw;
  background-color: #fafafa;
  left: 0;
  top: 0;
  z-index: 0;
}
#index-body .init-2 {
  background-image: url('../images/init-2Bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  padding-bottom: 60px;
  min-height: 740px;
}
#index-body .init-2 .left {
  width: 40.5%;
}
#index-body .init-2 .left .lists li.list {
  color: #817d7d;
}
#index-body .init-2 .left .lists li.list .titl {
  flex: 1;
}
#index-body .init-2 .left .lists li.list a.arrow {
  margin-right: 10px;
}
#index-body .init-2 .left .lists li.list a.arrow img {
  opacity: 0;
}
#index-body .init-2 .left .lists li.list a.arrow img:hover {
  transform: rotate(45deg);
}
#index-body .init-2 .left .lists li.list .icon {
  width: 52px;
}
#index-body .init-2 .left .lists li.list .icon img {
  margin-right: auto;
}
#index-body .init-2 .left .lists li.list .icon .icon2 {
  display: none;
}
#index-body .init-2 .left .lists li.list .line {
  height: 2px;
  background-color: #9e9d9c;
}
#index-body .init-2 .left .lists li.list .line p {
  position: absolute;
  width: 0;
  height: 2px;
  left: 0;
  top: 0;
  background-color: var(--color);
}
#index-body .init-2 .left .lists li.list:hover .line p,
#index-body .init-2 .left .lists li.list.active .line p {
  width: 100%;
}
#index-body .init-2 .left .lists li.list:hover img.icon1,
#index-body .init-2 .left .lists li.list.active img.icon1 {
  display: none;
}
#index-body .init-2 .left .lists li.list:hover img.icon2,
#index-body .init-2 .left .lists li.list.active img.icon2 {
  display: block;
}
#index-body .init-2 .left .lists li.list:hover .titl,
#index-body .init-2 .left .lists li.list.active .titl {
  color: var(--color);
}
#index-body .init-2 .left .lists li.list:hover a.arrow img,
#index-body .init-2 .left .lists li.list.active a.arrow img {
  opacity: 1;
}
#index-body .init-2 .right {
  top: 0;
  right: 0;
  width: 59vw;
}
#index-body .init-2 .right ul.items .list {
  width: 87%;
  background-color: var(--color);
  color: #fff;
  margin-left: auto;
  top: -174px;
  text-align: left;
}
#index-body .init-2 .right ul.items .list img.icon {
  -webkit-filter: grayscale(1) brightness(2);
  filter: grayscale(1) brightness(2);
}
#index-body .init-2 .right ul.items .list .titlBox .titl:hover {
  color: #333;
}
#index-body .init-2 .right ul.items .list .txt {
  height: 75px;
  overflow-y: auto;
}
#index-body .init-2 .right ul.items .list img.arrow {
  width: 12%;
  top: 7px;
  right: 8px;
}
#index-body .init-2 .right ul.items li {
  display: none;
  text-align: right;
}
#index-body .init-2 .right ul.items li img.img {
  opacity: 0;
  -webkit-animation: zoomIn 1s linear;
  -moz-animation: zoomIn 1s linear;
  -o-animation: zoomIn 1s linear;
  animation: zoomIn 1s linear;
}
#index-body .init-2 .right ul.items li img.img.visible {
  opacity: 1;
}
#index-body .init-2 .right ul.items li:first-child {
  display: block;
}
#index-body .init-2 .right ul.items li:first-child img.img {
  opacity: 1;
}
#index-body .init-3 .center {
  margin-top: -30px;
}
#index-body .init-3 .bottom .list {
  min-width: 305px;
}
#index-body .init-3 .bottom .list .num {
  height: 118px;
}
#index-body .init-3 .bottom .list .num em {
  color: var(--color);
  line-height: 1;
}
#index-body .init-3 .bottom .list .num span {
  color: #3a3a39;
}
#index-body .init-3 .bottom .list .num span.span {
  margin-right: -20px;
}
#index-body .init-3 .bottom .list .line {
  width: 305px;
  height: 1px;
  background-color: #c6c4c4;
  margin: auto;
}
#index-body .init-3 .bottom .list .line p {
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: var(--color);
}
#index-body .init-3 .bottom .list .txt {
  color: #898989;
}
#index-body .init-3 .bottom .list:hover .line p {
  width: 100%;
}
#index-body .init-4 ul.items li .list {
  background-color: #f7f7f7;
}
#index-body .init-4 ul.items li .list .icon {
  width: 75px;
  height: 77px;
}
#index-body .init-4 ul.items li .list .titl {
  line-height: 1.1;
  color: #1f1f1f;
  height: 70px;
  overflow-y: auto;
}
#index-body .init-4 ul.items li .list .txt {
  color: #727170;
  line-height: 1.3;
  height: 170px;
  overflow-y: auto;
}
#index-body .init-4 ul.items li .list:hover .icon img {
  transform: rotateY(360deg);
}
#index-body .init-5 {
  background-color: #1f1f1f;
  color: #fff;
}
#index-body .init-5 .swiper ul li {
  width: 25%;
}
#index-body .init-5 .swiper ul li .img {
  width: 100%;
  object-fit: contain;
}
#index-body .init-5 .swiper ul li .con {
  width: 100%;
  height: auto;
  left: 0;
  bottom: 0;
  z-index: 1;
  padding-left: 14px;
  padding-bottom: 30px;
}
#index-body .init-5 .swiper ul li .con .titl {
  line-height: 1.33;
}
#index-body .init-5 .swiper ul li .con .titl:hover {
  color: var(--color);
}
#index-body .init-5 .swiper ul li .bg {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  left: 0;
  top: 0;
  z-index: 0;
}
#index-body .init-5 .swiper ul li:hover .bg {
  background-color: rgba(0, 0, 0, 0);
}
#index-body .init-5 .Hbtn span {
  text-decoration: underline;
}
#index-body .init-6 {
  background-image: url('../images/init-6Bg.jpg');
}
#index-body .init-6 .swiper ul li .date .day {
  color: var(--color);
  text-decoration: underline;
}
#index-body .init-6 .swiper ul li .date .user {
  border-left: 1px solid #aaa7a7;
  color: #7f7f7f;
}
#index-body .init-6 .swiper ul li .titl {
  color: #000;
  line-height: 1.5;
  text-transform: uppercase;
}
#index-body .init-6 .swiper ul li .titl:hover {
  color: var(--color);
}
#index-body .init-6 .swiper ul li .txt {
  color: #727170;
  line-height: 1.3;
}
#index-body .init-6 .swiper ul li .btn {
  color: #4e4d4d;
}
#index-body .init-6 .swiper ul li .btn:hover {
  color: var(--color);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background-color: #1f1f1f;
}
#footer .top {
  background-color: var(--color);
}
#footer .top .titleBox {
  color: #fff;
}
#footer .top .titleBox .min {
  color: #fff;
}
#footer .top .titleBox .min p {
  background-color: #fff;
}
#footer .top .Hbtn {
  background-color: #fff;
  color: var(--color);
}
#footer .top .Hbtn span {
  text-decoration: underline;
}
#footer .top img.img {
  width: 9.1%;
  top: 7px;
  right: 9px;
}
#footer .content {
  color: #fff;
}
#footer .content .centerTop .txt {
  line-height: 1.625;
  max-width: 465px;
}
#footer .content .centerC {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
}
#footer .content .centerC .item .tit {
  font-size: 20px;
  text-transform: uppercase;
}
#footer .content .centerC .item .lineS {
  width: 1px;
  height: 425px;
  background-color: #fff;
}
#footer .content .centerC .item1 {
  width: 27%;
}
#footer .content .centerC .item1 .contactBox .box {
  line-height: 1;
}
#footer .content .centerC .item1 .contactBox .box .icon {
  width: 30px;
}
#footer .content .centerC .item1 .contactBox .box .add {
  line-height: 2;
}
#footer .content .centerC .item1 .addBox {
  width: calc(100% - 39px);
}
#footer .content .centerC .item2 {
  flex: 1;
}
#footer .content .centerC .item2 .link a {
  opacity: 0.68;
  line-height: 1.5;
  text-transform: uppercase;
}
#footer .content .centerC .item2 .link a:hover {
  opacity: 1;
}
#footer .content .centerC .item3 {
  width: 297px;
}
#footer .content .centerC .item3 .box {
  width: 295px;
}
#footer .content .centerC .item3 .box .cont {
  width: 182px;
  height: 174px;
  background-color: #ffffff;
  padding: 15px 19px;
  margin: auto;
}
#footer .content .centerC .item3 .box .share li {
  width: 50px;
  height: 50px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 50%;
}
#footer .content .centerC .item3 .box .share li i {
  font-size: 18px;
}
#footer .content .centerC .item3 .box .share li:hover {
  background-color: var(--color);
  border-color: var(--color);
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
}
#footer .copyright .container {
  padding-top: 13px;
  padding-bottom: 13px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #ffffff;
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #header .share {
    width: 150px;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-right: 20px;
  }
}
@media screen and (max-width: 1700px) {
  .font-105 {
    font-size: 84px;
  }

  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #header > .nav > .menu .menu-box .left {
    width: 17%;
  }
  #banner .swiper ul li .bg {
    height: 700px;
  }
  #index-body .init-2 {
    min-height: 600px;
  }
  #index-body .init-1 .container .box {
    margin-right: -35px;
  }
  #index-body .init-3 .bottom .list .num {
    height: 96px;
  }
}
@media screen and (max-width: 1450px) {
  .font-105 {
    font-size: 70px;
  }
  .Hbtn {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  .Hbtn img {
    width: 15px !important;
    height: 15px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 15px;
  }
  #header > .nav > .menu .menu-box .right .search {
    margin-right: 15px;
  }
  #header .share {
    width: 130px;
    padding-right: 15px;
  }
  #header .Hbtn {
    padding-left: 15px;
    padding-right: 30px;
  }
  #banner .swiper ul li .bg {
    height: 600px;
  } 
  #index-body .init-2 .right ul.items .list {
    top: -120px;
  }
  #index-body .init-2 {
    min-height: 540px;
  }
  #index-body .init-3 .center {
    margin-top: -15px;
  }
  #index-body .init-3 .bottom .list {
    min-width: 270px;
  }
  #index-body .init-3 .bottom .list .line {
    width: 270px;
  }
  #index-body .init-3 .bottom .list .num {
    height: 85px;
  }
}
@media (max-width: 1250px) {
  .font-105 {
    font-size: 60px;
  }
  #banner .swiper ul li .bg {
    height: 500px;
  }
  #index-body .init-1 .container .box {
    margin-right: 0;
  }
  #index-body .init-2 {
    min-height: 460px;
  }
  #index-body .init-3 .bottom .list {
    min-width: 210px;
  }
  #index-body .init-3 .bottom .list .line {
    width: 210px;
  }
  #index-body .init-3 .bottom .list .num {
    height: 76px;
  }
  #index-body .init-4 ul.items li {
    width: 49%;
  }
  #index-body .init-4 ul.items li .list .txt {
    height: 150px;
  }
  #footer .content .centerC .item1 {
    width: 33%;
  }
}
@media (max-width: 1000px) {
  #banner .swiper ul li .bg {
    height: 400px;
  }
  #index-body .init-2 .right {
    width: 100%;
    position: static;
  }
  #index-body .init-3 .bottom .list {
    min-width: 50%;
    width: 50%;
    margin-bottom: 20px;
  }
  #index-body .init-3 .bottom .list .line {
    width: 80%;
  }
  #footer .content .centerC .item1 {
    width: 55%;
  }
}
@media (max-width: 700px) {
  #banner .swiper ul li .bg {
    height: 300px;
  }
  #index-body .init-2 .right ul.items .list {
    width: 100%;
    top: 0;
  }
  #footer .content .centerC .item1 {
    width: 100%;
  }
  #footer .content .centerC .item3 {
    margin: auto;
  }
}
@media (max-width: 500px) {
  #index-body .init-3 .bottom .list {
    width: 100%;
  }
  #index-body .init-4 ul.items li {
    width: 100%;
  }
  #index-body .init-4 ul.items li .list .txt {
    height: 150px;
  }
}
.inner-banner {
  padding-top: 120px;
  min-height: 255px;
  background-color: #f9f6f6;
}
.inner-banner .bgImg {
  bottom: 10px;
  right: 0;
  width: 42%;
}
.inner-banner .container {
  z-index: 2;
  color: #090909;
}
.inner-banner .container .mbx span {
  color: var(--color);
}
.inner-banner .container .mbx .mbxBox {
  font-size: 20px;
}
.inner-banner .container .mbx .mbxBox a {
  margin-right: 3px;
  margin-left: 3px;
}
.inner-banner .container .mbx .mbxBox span {
  margin-left: 3px;
}
.prodet-page .prodet-1 .left .swiper {
  background-color: #f5f3f3;
  /*height: 610px;*/
}
.prodet-page .prodet-1 .left .swiper ul li a.img-box {
  max-height: 100%;
  /*width: 80%;*/
}
.prodet-page .prodet-1 .right .titl,
.prodet-page .prodet-1 .right .min {
  color: #090909;
}
.prodet-page .prodet-1 .right .txt {
  color: #0d0d0d;
  line-height: 1.8;
}
.prodet-page .prodet-1 .right .Auxil-through {
  color: #797979;
}
.prodet-page .prodet-1 .right .Auxil-through a {
  display: block;
}
.prodet-page .prodet-1 .right .Auxil-through span:hover {
  color: var(--color);
}
.prodet-page .prodet-2 {
  color: #0d0d0d;
}
.prodet-page .prodet-2 .container{border-top: 1px solid #d3cece; padding-top: 30px;}

.prodet-page .prodet-2 .box .left .titl {
  margin-bottom: 40px;
}
.prodet-page .prodet-2 .box .left .txt {
  line-height: 2;
}
.prodet-page .prodet-3 .titl {
  color: #131313;
}
.prodet-page .prodet-3 ul li .box {
  background-color: #f7f7f7;
  width: 100%;
  height: 100%;
}
.prodet-page .prodet-3 ul li .box .title {
  color: #252423;
  line-height: 1.2;
  height: 72px;
  overflow-y: auto;
}
.prodet-page .prodet-3 ul li .box .txt {
  color: #727170;
  line-height: 1.3;
  height: 135px;
  overflow-y: auto;
}
.prodet-page .prodet-3 ul li .box:hover .icon img {
  transform: rotateY(360deg);
}
.prodet-page .prodet-4 .titl {
  color: #0d0d0d;
}
.prodet-page .prodet-4 .swiper ul li .box {
  background-color: #f0efed;
  overflow: hidden;
  color: #fff;
}
.prodet-page .prodet-4 .swiper ul li .box .cont {
  width: 100%;
  background-color: var(--color);
  left: 0;
}
.prodet-page .prodet-4 .swiper ul li .box .cont .title:hover {
  color: #090909;
}
.prodet-page .prodet-4 .swiper ul li .box .cont1 {
  bottom: 0;
}
.prodet-page .prodet-4 .swiper ul li .box .cont2 {
  bottom: -20%;
  opacity: 0;
  z-index: -1;
}
.prodet-page .prodet-4 .swiper ul li .box:hover .cont1 {
  bottom: 5%;
  z-index: -1;
}
.prodet-page .prodet-4 .swiper ul li .box:hover .cont2 {
  bottom: 0;
  opacity: 1;
  z-index: 1;
}
.prodet-page .prodet-6 {
  background-image: url('../images/prodet-6Bg.jpg');
}
.prodet-page .init-6 {
  background-image: none !important;
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-3 ul li {
    width: 49%;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-3 ul li {
    width: 100%;
  }
}
.down-page .down-1 .lists li .play {
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 1250px) {
  .down-page .down-1 .lists li .play {
    width: 70px;
    height: 70px;
  }
}
@media screen and (max-width: 1000px) {
  .down-page .down-1 .lists li {
    width: 48%;
  }
}
@media screen and (max-width: 500px) {
  .down-page .down-1 .lists li {
    width: 100%;
  }
}
.service-page {
  color: #252525;
}
.service-page .service-1 .item:nth-child(even) {
  flex-direction: row-reverse;
}
.service-page .service-2 .swiper ul li .box {
  width: 100%;
  background-color: #eeeeee;
  padding-bottom: 70px;
}
.service-page .service-2 .swiper ul li .icon {
  width: 88px;
  height: 88px;
  background-color: #d8502b;
  border-radius: 50%;
  margin: -44px auto 0;
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .swiper ul li .icon {
    width: 70px;
    height: 70px;
    margin: -35px auto 0;
  }
  .service-page .service-2 .swiper ul li .icon img {
    width: 60%;
  }
}
@media screen and (max-width: 1000px) {
  .service-page .service-1 .item .right {
    margin-bottom: 30px;
    margin-top: 20px;
  }
}

.faq-page span.h6 {
  padding: 1em 1.6em;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i {
  width: 1em;
  height: 1em;
  margin-left: auto;
  margin-right: 0;
  position: relative;
}
.faq-page span.h6 i:after,
.faq-page span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
}
.faq-page span.h6 i:after {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.faq-page .text {
  padding: 1.5em 3em 0;
}
.faq-page li.active span.h6 {
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.07);
}
.faq-page li.active span.h6 i:after {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
@media screen and (max-width: 700px) {
  .faq-page span.h6 img {
    max-width: 30px;
  }
}

.down-page .more em {
  min-width: 8.88888889em;
  height: 3em;
  border-radius: 3em;
  padding: 0 1.33333333em;
  border: 1px solid #bdbec0;
  color: #5e5e5e;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.down-page .more i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: #1c1c1c;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: -1em;
}
.down-page .more.white em {
  border-color: rgba(255, 255, 255, 0.8);
  color: white;
}
.down-page .more.white i {
  background-color: white;
  color: var(--color);
}
.down-page .more:hover em {
  background-color: var(--color);
  color: white;
  border-color: var(--color);
}
.down-page .more:hover i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.product-page .Auxil-catdes {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .probox {
  background-color: #ededed;
  padding: 50px;
  margin-bottom: 50px;
}
.product-page .probox .right .content {
  max-height: 300px;
  overflow-y: auto;
}
.product-page .probox .right h4:hover {
  color: var(--color);
}
@media screen and (max-width: 1000px) {
  .product-page .probox .left a {
    margin: auto;
  }
  .product-page .probox .right {
    margin-top: 20px;
  }
}

.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 30px;
    height: 30px;
    color: #555;
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
/*.about-page .about-1 .play i {
  border-left: .6em solid #fff;
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
}*/
.about-page .about-1 span.h6 {
  line-height: 1.2;
}
.about-page .about-1 .text em {
  color: var(--color);
}
.about-page .about-1 .bottom {
  margin-top: -7%;
}
.about-page .about-1 .bottom img {
  z-index: -1;
  position: relative;
}
.about-page .about-1 .bottom .pos {
  bottom: 13%;
  width: 100%;
}
.about-page .about-1 .bottom .pos .play-btn {
  position: relative;
  -webkit-transform: unset;
  -moz-transform: unset;
  -ms-transform: unset;
  transform: unset;
  margin-left: auto;
  font-size: inherit;
  left: auto;
}
.about-page .about-2 {
  position: relative;
}
.about-page .about-2:before {
  content: '';
  width: 100%;
  height: 20%;
  background-color: white;
  position: absolute;
  bottom: 0;
  left: 0;
}
.about-page .about-2 .list ul li .box {
  padding: 8%;
  background-color: white;
  -webkit-box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 1em rgba(0, 0, 0, 0.1);
  position: relative;
  background-repeat: no-repeat;
  background-position: center right -10%;
  background-size: 35% auto;
  z-index: 1;
  overflow: hidden;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  height: 100%;
}
.about-page .about-2 .list ul li .box:before,
.about-page .about-2 .list ul li .box:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: inherit;
  z-index: -1;
}
.about-page .about-2 .list ul li .box:before {
  background-image: unset;
}
.about-page .about-2 .list ul li .box:after {
  opacity: 0;
  background-color: transparent;
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box i.icon {
  position: relative;
  z-index: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before,
.about-page .about-2 .list ul li .box i.icon:after {
  content: '';
  width: 2em;
  height: 2em;
  border-radius: 100%;
  position: absolute;
  background-color: var(--color);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .list ul li .box i.icon:before {
  width: .5em;
  height: .5em;
  left: -0.25em;
  bottom: -0.25em;
}
.about-page .about-2 .list ul li .box i.icon:after {
  right: -0.5em;
  top: -0.5em;
}
.about-page .about-2 .list ul li .box .content {
  margin-left: auto;
}
.about-page .about-2 .list ul li .box .content span.h6 {
  line-height: 1;
}
.about-page .about-2 .list ul li .box .content span.h6 sub {
  vertical-align: bottom;
  line-height: .8;
  display: inline-block;
}
.about-page .about-2 .list ul li .box .content hr {
  margin: .2em 0;
  opacity: .3;
}
.about-page .about-2 .list ul li .box:hover {
  color: white;
  background-color: var(--color);
}
.about-page .about-2 .list ul li .box:hover:after {
  opacity: .2;
}
.about-page .about-2 .list ul li .box:hover i.icon {
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
.about-page .about-2 .list ul li .box:hover i.icon:before {
  -webkit-transform: translate(-50%, 50%);
  -moz-transform: translate(-50%, 50%);
  -ms-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.about-page .about-2 .list ul li .box:hover i.icon:after {
  -webkit-transform: translate(50%, -50%);
  -moz-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:after,
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 25vh;
  margin-left: auto;
  display: block;
  position: -webkit-sticky;
  position: sticky;
}
.about-page .about-3:before {
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  top: 0;
}
.about-page .about-3:after {
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(white));
  background-image: -webkit-linear-gradient(top, transparent, white);
  background-image: -moz-linear-gradient(top, transparent, white);
  background-image: linear-gradient(to bottom, transparent, white);
}
.about-page .about-3 .img {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -2;
  padding-top: 10%;
}
.about-page .about-3 .img img {
  position: -webkit-sticky;
  position: sticky;
  bottom: -15%;
  max-width: 61.09375%;
}
.about-page .about-3 .box .left {
  top: 25%;
  position: -webkit-sticky;
  position: sticky;
  padding-bottom: 25%;
}
.about-page .about-3 .box .right {
  position: relative;
}
.about-page .about-3 .box .right .year {
  line-height: .8;
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
  color: var(--color);
}
.about-page .about-3 .box .right .year svg {
  position: absolute;
  left: 1.2em;
  top: 60%;
  -webkit-transform: translateY(-50%) rotate(-90deg);
  -moz-transform: translateY(-50%) rotate(-90deg);
  -ms-transform: translateY(-50%) rotate(-90deg);
  transform: translateY(-50%) rotate(-90deg);
  z-index: -1;
}
.about-page .about-3 .box .right .year svg .circle1 {
  stroke: var(--color);
  stroke-dasharray: 566;
  stroke-dashoffset: 566;
}
.about-page .about-3 .box .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li .year {
  margin-right: 1em;
  color: #ddd;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  width: 2.733em;
}
.about-page .about-3 .box .right .list li .content {
  padding: 7% 0;
  border-top: 2px solid #666;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .box .right .list li.active {
  opacity: 1;
}
.about-page .about-3 .box .right .list li.active .year {
  color: var(--color);
}
.about-page .about-3 .box .right .list li.active .content {
  border-top-color: var(--color);
}
.about-page .about-4 {padding-top: 100px;}
.about-page .about-4 .list ul:last-child {
  direction: rtl;
}
.about-page .about-5 {
  background-repeat: no-repeat;
  background-position: center top 33%;
  background-size: contain;
}
.about-page .about-5 .list ul {
  -webkit-filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
  filter: drop-shadow(0 3px 24px rgba(0, 0, 0, 0.13));
}
.about-page .about-5 .list ul li,
.about-page .about-5 .list ul .box {
  height: 100%;
}
.about-page .about-5 .list ul .box {
  background-color: white;
  overflow: hidden;
}
.about-page .about-5 .list ul .content {
  padding: 8%;
}
.about-page .about-5 .list ul .content a.link i {
  color: var(--color);
}
@media screen and (max-width: 1000px){
  .about-page .about-3 .box .left {
    position: static;
  }
  .about-page .about-3 .box .right .year svg {
    width: 30vw;
  }
  .about-page .about-4 .list ul:last-child,
  .projects-page .projects-3 .list ul:last-child {
    display: none;
  }
}
@media screen and (max-width: 700px){
  .about-page .about-2 .list ul li .box i.icon {
    zoom: .7;
  }
  .about-page .about-3 .box .right .year em {
    font-size: 1em;
  }
  .about-page .about-3 .box .right .year svg {
    width: 20vw;
  }
  .about-page .about-3 .img img {
    max-width: 120%;
  }

  .about-page .about-3 .box .right .list li .year {
    width: 1.5em;
  }

  .about-page .about-3 .box {
    margin-bottom: 15%;
  }

  .about-page .about-3 .box .right .year {
    margin-bottom: 15%;
  }
}

.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: left;
  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 0px 0 0;
  
  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;
  }
}

.contact-page .contact-1 .info li {
  margin-bottom: 1em;
}

.contact-page .contact-1 .info li i {
  color: var(--color);
  font-size: 1.2em;
  line-height: 1;
}

.contact-page .contact-1 .info li:last-child {
  margin-bottom: 0;
}

.contact-page .contact-1 iframe {
  height: 100%;
  border: none;
  background-color: #999;
}

.contact-page .footer-form {
  margin-top: -1em;
  color: white;
}

.contact-page .footer-form .form input {
  width: 100%;
  padding: 1.66666667em 2em;
  border-radius: 3em;
  background-color: white;
  border: none;
  color: black;
}

.contact-page .footer-form .form input::-webkit-input-placeholder {
  color: black;
}

.contact-page .footer-form .form input:-moz-placeholder {
  color: black;
}

.contact-page .footer-form .form input::-moz-placeholder {
  color: black;
}

.contact-page .footer-form .form input:-ms-input-placeholder {
  color: black;
}

.contact-page .footer-form .form input::placeholder {
  color: black;
}

.contact-page .footer-form .form input[type="submit"] {
  background-color: var(--color);
  color: white;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: uppercase;
}

.contact-page .footer-form .form input[type="submit"]:hover {
  background-color: white;
  color: var(--color);
}

.contact-page .footer-form .form li.wid-100 {
  grid-column: span 3;
}

.contact-page .footer-form.contact .text {
  color: inherit;
}

.contact-page .footer-form.contact .form input::-webkit-input-placeholder {
  color: var(--color);
}

.contact-page .footer-form.contact .form input:-moz-placeholder {
  color: var(--color);
}

.contact-page .footer-form.contact .form input::-moz-placeholder {
  color: var(--color);
}

.contact-page .footer-form.contact .form input:-ms-input-placeholder {
  color: var(--color);
}

.contact-page .footer-form.contact .form input::placeholder {
  color: var(--color);
}

.contact-page .footer-form.contact input[type="submit"] {
  border: 1px solid white;
  background-color: transparent;
  color: white;
}
@media screen and (max-width: 1000px) {
  .contact-page .contact-1 iframe {
    height: 250px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page .footer-form .form ul {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact-page .footer-form .form ul li.wid-100 {
    grid-column: span 1;
  }

  .contact-page .footer-form .form input {
    padding: 1em;
  }
}

.industrial-1 .right {
  position: relative;
  z-index: 1;
}

.industrial-page .industrial-1 .right span.h2 {
  max-width: 640px;
}

.app-page .industrial-1 .right span.h2 {
  width: 100%;
}

.industrial-page .industrial-1 .right .info {
  max-width: 640px;
}

.industrial-page .industrial-1 .right .info li {
  padding: .3em .5em;
  position: relative;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industrial-page .industrial-1 .right .info li:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-image: -webkit-gradient(linear, right top, left top, from(white), to(var(--color)));
  background-image: -webkit-linear-gradient(right, white, var(--color));
  background-image: -moz-linear-gradient(right, white, var(--color));
  background-image: linear-gradient(to left, white, var(--color));
  z-index: -1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.industrial-page .industrial-1 .right .info li:hover {
  color: white;
}

.industrial-page .industrial-1 .right .info li:hover:before {
  opacity: 1;
}

.industrial-page .industrial-1 .right .dots p {
  margin-bottom: .3em;
}

.industrial-page .industrial-1 .right .dots p i {
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
}

.industrial-page .industrial-1 .box:not(.flex-drr) .left {
  direction: rtl;
}

.industrial-page .industrial-3 .box {
  width: 100%;
  position: relative;
}

.industrial-page .industrial-3 .box li {
  height: 100%;
  padding-top: 1.33333333em;
}

.industrial-page .industrial-3 .box:before {
  content: '';
  width: 150%;
  height: 100%;
  position: absolute;
  z-index: -1;
  left: 10%;
  top: 0;
  background-color: #f8f8f8;
}

.industrial-page .industrial-3 .box .box2 {
  border: 1px solid #b5b5b5;
  height: 100%;
  position: relative;
  background-color: white;
}

.industrial-page .industrial-3 .box .box2 span.num {
  width: 2.66666667em;
  height: 3.05555556em;
  background-color: var(--color);
  color: white;
  margin-top: -1.33333333em;
}

.industrial-page .industrial-3 .box .box2 span.h6 {
  line-height: 1.2;
}

.industrial-page .industrial-3 .box .box2>i {
  height: 3.45em;
}

.industrial-page .industrial-3 .box .box2>i img {
  max-height: 100%;
}

.industrial-page .industrial-3 .box .box2 .border i {
  position: absolute;
  background-color: var(--color);
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
  width: 0;
  height: 0;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(1) {
  height: 1px;
  left: 0;
  top: -1px;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(2) {
  width: 1px;
  right: -1px;
  top: 0;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(3) {
  height: 1px;
  right: 0;
  bottom: -1px;
}

.industrial-page .industrial-3 .box .box2 .border i:nth-child(4) {
  width: 1px;
  left: -1px;
  bottom: 0;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  width: 100%;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2),
.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  height: 100%;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(1) {
  -webkit-transition-delay: 0s;
  -moz-transition-delay: 0s;
  transition-delay: 0s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(2) {
  -webkit-transition-delay: .3s;
  -moz-transition-delay: .3s;
  transition-delay: .3s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(3) {
  -webkit-transition-delay: .6s;
  -moz-transition-delay: .6s;
  transition-delay: .6s;
}

.industrial-page .industrial-3 .box .box2:hover .border i:nth-child(4) {
  -webkit-transition-delay: .9s;
  -moz-transition-delay: .9s;
  transition-delay: .9s;
}
@media screen and (max-width: 1000px){
  .industrial-page .industrial-1 .left .img {
    width: 100%;
  }
}
@media screen and (max-width: 700px) {
  .industrial-page .industrial-3 .box {
    width: 100%;
  }
  .industrial-2 .list .slickBtn div {
    top: 37%;
  }
  .industrial-1 .right .list li i {
    max-width: 20px;
    margin-right: 8px;
    flex-shrink: 0;
  }

  .industrial-1 .right .list li i.pt-8 {
    max-width: 10px;
  }
}

.manufacture-page .manufacture-1 .text {
  max-width: 950px;
  margin: 0 auto 70px;
}
.manufacture-page .manufacture-1 ul {
  margin: -38px -17px;
}
.manufacture-page .manufacture-1 ul li {
  padding: 38px 17px;
  width: 25%;
}
.manufacture-page .manufacture-1 ul li h4 {
  font-weight: 600;
}
.manufacture-page .manufacture-2 {
  padding: 120px 0 125px;
  margin-top: 120px;
  background-color: #302d2d;
}
.manufacture-page .manufacture-2 ul li {
  color: white;
  margin-bottom: 30px;
}
.manufacture-page .manufacture-2 ul li:last-child {
  margin-bottom: 0;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
  padding-right: 0;
  padding-left: 70px;
}
.manufacture-page .manufacture-2 ul li:nth-child(2n) .text a.more {
  height: 55px;
  border-radius: 25px;
}
.manufacture-page .manufacture-2 ul li .text {
  padding-right: 70px;
}
.manufacture-page .manufacture-3 {
  padding-top: 125px;
}
.manufacture-page .manufacture-3 .text {
  max-width: 870px;
  margin:0 auto 70px;
}
.manufacture-page .manufacture-3 ul li h4 {
  text-align: center;
  font-weight: 600;
}
@media screen and (max-width: 1450px) {
  .manufacture-page .manufacture-3 {
    padding-top: 125px;
  }
}
@media screen and (max-width: 1250px){
  .manufacture-page .manufacture-1 ul li {
    width: 33.3333333%;
  }
  .manufacture-page .manufacture-3 {
    padding-top: 85px;
  }
}
@media screen and (max-width: 1000px){
  .manufacture-page .manufacture-1 ul li {
    width: 50%;
  }
  .manufacture-page .manufacture-2 ul li .img {
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  
  .manufacture-page .manufacture-2 ul li:nth-child(2n) .text {
    padding-left: 0;
  }
  .manufacture-page .manufacture-2 ul li:nth-child(2n) {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -moz-box-orient: vertical;
    -moz-box-direction: reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
  .manufacture-page .manufacture-2 ul li .text {
    padding-right: 0;
  }
  .manufacture-page .manufacture-2 ul li .text h3 {
    font-size: 24px;
  }
  .manufacture-page .manufacture-2 ul li .text,
  .manufacture-page .manufacture-2 ul li .img {
    width: 100%;
    margin: 20px 0;
  }
  .manufacture-page .manufacture-2 {
    padding: 85px 0;
  }
}
@media screen and (max-width: 500px) {
  .manufacture-page .manufacture-1 ul li {
    width: 100%;
  }
}

.news-page .container .content .column .box {
  position: relative;
  overflow: hidden
}

.news-page .container .content .column .box a {
  display: block;
  overflow: hidden
}

.news-page .container .content .column .box .img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover
}

.news-page .container .content .column .box .shadow {
  opacity: 0;
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, #000, rgba(0, 0, 0, 0))
}

.news-page .container .content .column .box .cont {
  transition: all .5s;
  -moz-transition: all .5s;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  width: 100%;
  padding: 0 40px;
  bottom: 46px;
  left: 0;
  z-index: 3;
  color: #000
}

.news-page .container .content .column .box .cont .title {
  font-size: 24px;
  line-height: 40px;
  font-weight: 400;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 16px
}

.news-page .container .content .column .box .cont .des {
  font-size: 16px;
  line-height: 32px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 16px
}

.news-page .container .content .column .box:hover .shadow {
  opacity: 1
}

.news-page .container .content .column .box:hover .cont {
  transform: translateX(6px);
  -ms-transform: translateX(6px);
  -moz-transform: translateX(6px);
  -webkit-transform: translateX(6px);
  -o-transform: translateX(6px)
}

.news-page {
  background: #fff;
}

.news-page .sideright {
  padding: 0 0 50px;
}

.news-page .sideright .list ul {
  margin-right: -1rem;
}

.news-page .sideright .list ul li {
  padding-right: 1rem;
  margin-bottom: 3rem;
}

.news-page .sideright .list ul li .img {
  position: relative;
}

.news-page .sideright .list ul li .img img {
  width: 100%;
}

.news-page .sideright .list ul li .img .date {
  display: inline-block;
  position: absolute;
  bottom: 30px;
  left: 30px;
  background: var(--color);
  color: #fff;
  padding: 6px 12px;
  text-align: center;
  line-height: 1.5em;
  border-radius: 2px;
}

.news-page .sideright .list ul li .img .date span {
  display: block;
  font-size: 14px;
  line-height: 2;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #fff;
}

.news-page .sideright .list ul li .img .date i {
  display: block;
  font-size: 24px;
  line-height: 1.8;
  font-style: normal;
  color: #fff;
  font-weight: bold;
}

.news-page .sideright .list ul li .con {
  padding: 30px;
  background-color: #fff;
  border-radius: 0;
  overflow: hidden;
  -webkit-transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
  transition: 0.2s cubic-bezier(0.3, 0.58, 0.55, 1);
}

.news-page .sideright .list ul li .con h5,
.news-page .sideright .list ul li .con h5 a {
  color: #000;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.8;
  transition: .3s;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  -ms-transition: .3s;
  -o-transition: .3s;
  margin-bottom: 15px;
}

.news-page .sideright .list ul li .con h5:hover,
.news-page .sideright .list ul li .con h5 a:hover {
  color: var(--color);
}

.news-page .sideright .list ul li .con p {
  color: #555;
  font-size: 16px;
  line-height: 2;
}

.news-page .sideright .list ul li .con i {
  color: var(--color);
  font-size: 18px;
}

.news-page .sideright .list ul li .con .divider {
  width: 100%;
  min-height: 1px;
  background-color: rgba(0, 0, 0, 0.04);
  margin-top: 20px;
  margin-bottom: 20px;
}

.news-page .sideright .list ul li .con .news-info {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #101010;
  font-size: 16px;
  line-height: 1.25em;
  font-weight: 400;
}

.news-page .sideright .list ul li .con .news-info .news-info-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-info-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0px;
  margin-bottom: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.news-page .sideright .list ul li .con .news-info .news-icon-wrapper {
  margin-right: 7px;
}

.news-page .sideright .list ul li .con .news-info .card-news-service-text,
.news-page .sideright .list ul li .con .news-info .card-news-date-text {
  font-size: 16px;
  line-height: 2;
  color: #555;
}

.news-page .sideright .list ul li .con a.link-btn {
  display: inline-block;
  position: relative;
  padding-bottom: 1px;
  margin-bottom: -1px;
  border-bottom: 1px solid #ccc;
}

.news-page .sideright .list ul li .con a.link-btn::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: -1px;
  width: 0;
  height: 1px;
  background-color: var(--color);
  -webkit-transition: all ease 0.4s;
  transition: all ease 0.4s;
}

.news-page .sideright .list ul li .con a.link-btn:hover::before {
  width: 100%;
}

.news-page .news-1 {
  margin-bottom: 80px;
  background-color: white;
}

.news-page .news-1 .left {
  width: 53%;
  vertical-align: middle;
}

.news-page .news-1 .right {
  padding-left: 4%;
  width: 47%;
  vertical-align: middle;
}

.news-page .news-1 .right time {
  font-size: 16px;
  color: var(--color);
  display: block;
  font-weight: 600;
  line-height: 1.2;
}

.news-page .news-1 .right span.h6 {
  font-size: 30px;
  font-weight: 600;
  color: #494949;
  line-height: 1.6;
  margin: .3em 0 1em;
  display: block;
}

.news-page .news-1 .right .text {
  font-size: 18px;
  margin-bottom: 30px;
}


.news-page.newsBox span.h2 {
  font-size: 48px;
}

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

.news-page.newsBox .list ul {
  display: flex;
  flex-wrap: wrap;
  margin: -15px;
}

.news-page.newsBox .list ul li {
  padding: 15px;
}

.news-page.newsBox .list ul li .content {
  padding: 45px;
  background: #f6f6f6;
}

.news-page.newsBox .list ul li time {
  display: block;
  font-size: 16px;
  color: var(--color);
  line-height: 1.2;
  margin-top: 10px;
}

.news-page.newsBox .list ul li .h6 {
  font-size: 20px;
  font-weight: 600;
  color: #494949;
  margin: .6em 0 1em;

  transition: .5s;
  min-height: 65px;
}

.news-page.newsBox .list ul li .h6:hover {
  color: var(--color);
}

.news-page.newsBox .list ul li p {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1250px) {
  .news-page.newsBox .list ul li {
    width: 50%;
  }
  .news-page.newsBox .list ul li .content {
    padding: 30px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page .sideright {
    padding: 0 0 50px 0 !important;
  }
  .news-page.newsBox .list ul li {
    width: 50%;
  }

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

  .news-page .news-1 .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .news-page .sideright .list ul {
    margin-right: 0;
  }

  .news-page .sideright .list ul li {
    width: 100%;
    padding-right: 0;
  }

  .news-page .sideright .list ul li .con {
    padding: 20px 10px;
  }

  .news-page .sideright .list ul li .con h5,
  .news-page .sideright .list ul li .con h5 a {
    font-size: 20px;
  }

  .news-page .sideright .list ul li .con p {
    font-size: 14px;
  }

  .news-page .sideright .list ul li .con .news-info .card-news-service-text,
  .news-page .sideright .list ul li .con .news-info .card-news-date-text {
    font-size: 14px;
  }

  .news-page .sideright .list ul li .con .news-info .news-info-right {
    font-size: 14px;
  }
  .news-page .news-1 .left {
    width: 100%
  }

  .news-page .news-1 .right span.h6 {
    font-size: 24px;
  }

  .news-page.newsBox span.h2 {
    font-size: 24px;
  }

  .news-page.newsBox .list ul li {
    width: 100%;
  }
}
.seoPublic .Auxil-through a {
  height: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  white-space: normal;
  overflow: visible;
  text-overflow: clip;
}
.dect-page .dect-1 .left .txt {
  color: #6f666d;
  max-height: 400px;
  overflow-y: auto;
}

.dect-page .dect-2 ul {
  margin: 0 -13px;
}
.dect-page .dect-2 ul li {
  text-align: center;
  padding: 0 13px;
  margin: 13px 0;
}
.dect-page .dect-3 {
  background-color: #f1f1f1;
}
.dect-page .dect-3 .lists {
  margin: 0 -18px;
}
.dect-page .dect-3 .titleBox .titl { 
  color: #1a191a;
  margin-top: 90px;
}
.dect-page .dect-3 .titleBox .txt {
  color: #6f666d;
  max-width: 350px;
}
.dect-page .dect-3 .listBox .list {
  background-color: #fff;
  height: 100%;
}
.dect-page .dect-3 .listBox .list .titl {
  margin-bottom: 10px;
}
.dect-page .dect-3 .listBox .num {
  color: #faf6f9;
  width: 79px;
  height: 79px;
  border: 8px solid #fff;
  background-color: var(--color);
  border-radius: 50%;
  margin-bottom: -30px;
  position: relative;
  z-index: 5;
}
.dect-page .dect-3 .listB {
  width: 100%;
  padding: 0 18px;
  height: 100%;
  padding-bottom: 70px;
}
@media screen and (max-width: 1250px) {
  .dect-page .dect-3 .listBox .num {
    width: 60px;
    height: 60px;
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .dect-page .dect-2 ul li {
    width: 49%;
  }
}
@media screen and (max-width: 700px) {
  .dect-page .dect-3 .listB {
    padding-left: 5px;
    padding-right: 5px;
  }
  .dect-page .dect-3 .lists {
    margin: 0 -5px;
  }
}
@media screen and (max-width: 500px) {
  .dect-page .dect-2 ul li {
    width: 100%;
  }
  .dect-page .dect-3 .titleBox .titl {
    margin-top: 20px;
  }
  .dect-page .dect-3 .titleBox {
    padding-bottom: 30px;
  }
}