@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Medium.woff2') format('woff2'), url('../fonts/Roboto-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Bold.woff2') format('woff2'), url('../fonts/Roboto-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Regular.woff2') format('woff2'), url('../fonts/Roboto-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Black.woff2') format('woff2'), url('../fonts/Roboto-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto';
  src: url('../fonts/Roboto-Light.woff2') format('woff2'), url('../fonts/Roboto-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.fd {
  text-transform: uppercase;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #151516;
}
:root {
  --ft50: calc(1.88vw + 14px);
  --ft48: calc(1.77vw + 14px);
  --ft40: calc(1.3555vw + 14px);
  --ft44: calc(1.56vw + 14px);
  --ft46: calc(1.67vw + 14px);
  --ft18: calc(0.2085vw + 14px);
  --ft16: calc(0.1055vw + 14px);
  --ft24: calc(0.525vw + 14px);
  --ft26: calc(0.625vw + 14px);
  --ft20: calc(0.315vw + 14px);
  --ft30: calc(0.8345vw + 14px);
  --ft32: calc(0.9385vw + 14px);
  --ft34: calc(1.0385vw + 14px);
  --ft36: calc(1.1465vw + 14px);
  --ft38: calc(1.2465vw + 14px);
  --ft60: calc(2.3955vw + 14px);
  --ft62: calc(2.4955vw + 14px);
}
#pups_shadow {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  position: fixed;
  color: #000;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  -o-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-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_from1 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  right: 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_from1 form {
  margin-top: 40px;
}
#pups_from1 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  left: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 i.close::after,
#pups_from1 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%;
  right: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-left: 2px;
}
#pups_from1 ul li input,
#pups_from1 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_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 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_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  left: 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;
  right: -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 {
    left: 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;
  left: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0px 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 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: 'Roboto';
  font-weight: 400;
  margin: 0 auto;
  color: #fff;
  font-size: 16px;
  background: #000;
}
#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 {
      font-size: 17px;
    padding: 10px 20px;
  border: 0px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #333;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  right: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  right: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 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;
  right: 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;
  right: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  right: 50%;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  -o-transform: translateX(50.0%);
  transform: translateX(50.0%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: right center;
  -moz-transform-origin: right center;
  -ms-transform-origin: right center;
  -o-transform-origin: right center;
  transform-origin: right center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-right: 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%;
  right: 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-right: 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;
  left: 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-left: 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-left: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  right: 0;
}
#mobile.active:before {
  left: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(50.0%); rotateZ(45deg);
  -moz-transform: translateX(50.0%); rotateZ(45deg);
  -ms-transform: translateX(50.0%); rotate(45deg);
  -o-transform: translateX(50.0%); rotateZ(45deg);
  transform: translateX(50.0%); rotateZ(45deg);
  top: 12px;
  margin-right: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(50.0%); rotateZ(-45deg);
  -moz-transform: translateX(50.0%); rotateZ(-45deg);
  -ms-transform: translateX(50.0%); rotate(-45deg);
  -o-transform: translateX(50.0%); rotateZ(-45deg);
  transform: translateX(50.0%); rotateZ(-45deg);
  top: 28px;
  margin-right: 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-left-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  right: 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;
  left: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  right: 50%;
  width: 60%;
  margin-right: -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;
  left: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  /*display: block;*/
}
#header img {
  display: block;
  /*width: 100%;*/
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-right: auto;
}
#header > .nav .f-top .share li {
  margin-right: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 24px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
}
#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;
  display: flex;
  align-items: center;
  margin-right: auto;
  margin-left: calc(6.5vw + 17px);
}
#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: right;
  -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-right: calc(1.46vw + 14px);
  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.menu-item-has-children > a::after {
  margin-right: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  right: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-right: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: translate(50.0%,-50%); scale(1);
  -moz-transform: translate(50.0%,-50%); scale(1);
  -ms-transform: translate(50.0%,-50%); scale(1);
  -o-transform: translate(50.0%,-50%); scale(1);
  transform: translate(50.0%,-50%); 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: right;
  line-height: 1.2;
  position: relative;
  font-size: var(--ft18);
  text-transform: capitalize;
  color: #fff;
  font-weight: 400;
}
#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: 47px;
  height: 29px;
  top: 50%;
  right: 50%;
  background: url(../images/ht3.png) no-repeat center;
  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: translate(50.0%,-50%); scale(0);
  -moz-transform: translate(50.0%,-50%); scale(0);
  -ms-transform: translate(50.0%,-50%); scale(0);
  -o-transform: translate(50.0%,-50%); scale(0);
  transform: translate(50.0%,-50%); scale(0);
  -webkit-transform-origin: center;
  -moz-transform-origin: center;
  -ms-transform-origin: center;
  -o-transform-origin: center;
  transform-origin: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  right: 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: scaleY(0);
  transform-origin: top;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  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: right;
  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: var(--color);
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  right: 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;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .ds-line {
  margin-right: 11px;
  margin-left: 10px;
  width: 1px;
  height: 13px;
  background: #000000;
  opacity: 0.57;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: var(--ft24);
  margin-left: var(--ft24);
  font-weight: 400;
  font-size: var(--ft18);
  color: #ffffff;
  line-height: 49px;
  cursor: pointer;
  font-weight: 600;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
  padding: 0 13px) + calc(1.46vw;
  height: 49px;
  border-radius: 25px;
  border: 1px solid #000000;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover {
  background: #000000;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont {
  margin-left: var(--ft38);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  display: flex;
  align-items: center;
  font-weight: 400;
  text-transform: uppercase;
  font-size: var(--ft18);
  color: #fff;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont > img {
  margin-right: 9px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: var(--ft16);
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#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-right: 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-right: 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%;
  left: 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: var(--color);
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: right;
}
#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-right: 10px;
  color: #000;
}
@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;
  }
}
.colorF {
  color: #fff;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: right;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: left;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1566px;
  padding: 0 15px;
}
@keyframes roate1 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
html,
body {
  overflow: unset;
}
#banner {
  overflow: unset;
  height: 100vh;
  overflow: hidden;
  position: relative
}
.banner_oc{
  position: absolute;
  right: 50%;
  transform: translateX(50.0%);
  z-index: 4;
  bottom: 10%;
}
.bgn1{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
  position: relative;
  z-index: 2
}
.bgn2{
  z-index: 1;
  opacity: 0;
    cursor: pointer;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(-50%,-50%);
}
#banner .bgnn {
  position: fixed;
  top: 0;
  right: 0;
  height: 100vh;
  z-index: 99999999999999999999;
}
#banner .swiper_banner {
  /*z-index: 90;*/
  z-index: 1;
  position: fixed;
  top: 0;
  width: 100vw;
  right: 0;
  height: 100vh;
}
#banner .swiper_banner .ba_btn {
  opacity: 0;
  position: absolute;
  z-index: 4;
  width: 57px;
  height: 59px;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  justify-content: center;
  align-items: center;
  cursor: pointer;
  color: #fff;
  font-size: var(--ft30);
  top: 50%;
  transform: translateY(-50%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper_banner .ba_btn:hover {
  background: #fff;
  color: #000;
}
#banner .swiper_banner .ba_btn.ba_btn_l {
  right: 5.73vw;
}
#banner .swiper_banner .ba_btn.ba_btn_r {
  left: 5.73vw;
}
#banner .swiper_banner .swiper-banner-pagination {
  position: absolute;
  left: 0;
  padding-left: 5.16%;
  padding-right: 10%;
  display: flex;
  justify-content: start;
  bottom: calc(3.1215vw + 14px);
  z-index: 4;
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet {
  opacity: 1;
  width: 30px;
  height: 6px;
  background: #FFFFFF;
  border-radius: 3px;
  margin: 0;
  margin-left: var(--ft32);
}
#banner .swiper_banner .swiper-banner-pagination .swiper-pagination-bullet-active {
  opacity: 0.5;
}
#banner .swiper_banner .swiper-slide {
  position: relative;
}
#banner .swiper_banner .swiper-slide > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#banner .swiper_banner .swiper-slide > video{
  position: absolute;
    width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  right: 0;
}
#banner .swiper_banner .swiper-slide .banner-text {
  opacity: 1;
  max-width: 720px;
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}
#banner .swiper_banner .swiper-slide .banner-text .bt1 {
  font-weight: 900;
  font-size: var(--ft62);
  color: #FFFFFF;
  line-height: 1.16;
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 {
  margin-top: calc(3.0225vw + 14px);
  display: flex;
  align-items: center;
}
#banner .swiper_banner .swiper-slide .banner-text .bt2 p {
  margin-right: calc(2.0835vw + 14px);
  font-weight: 400;
  font-size: var(--ft16);
  color: #FFFFFF;
  max-width: 260px;
}
.km_btn1 {
  font-weight: 400;
  font-size: var(--ft18);
  color: #000000;
  height: 57px;
  background: #FFFFFF;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  padding-right: var(--ft40);
  padding-left: var(--ft50);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.km_btn1:hover {
  background: var(--color);
  color: #FFFFFF;
}
.km_btn {
  padding: 0 var(--ft46);
  height: 57px;
  border-radius: 10px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  width: fit-content;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.km_btn:hover {
  background: var(--color);
  color: #fff;
}
.km_h {
  font-weight: 900;
  font-size: calc(2.1885vw + 14px);
  color: #FFFFFF;
  line-height: 1.16;
}
.km_p {
  font-weight: 400;
  font-size: calc(0.1585vw + 14px);
  color: #FFFFFF;
  line-height: 1.82;
}
@keyframes roate2 {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#index-body {
  position: relative;
  z-index: 2;
  background: var(--color);
}
#index-body .init-1 {
  overflow: hidden;
  height: calc(15.36vw + 220px);
  background: url(../images/i1-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-2 {
  overflow: hidden;
  display: flex;
}
#index-body .init-2 > div {
  width: 50%;
}
#index-body .init-2 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-2 .i2-l {
  position: relative;
  z-index: 3;
}
#index-body .init-2 .i2-l .i2-play {
  position: absolute;
  top: 50%;
  transform: translate(-50.0%,-50%);
  width: 88px;
  height: 88px;
  left: 0;
  cursor: pointer;
}
#index-body .init-2 .i2-l .i2-play:hover > img {
  /*animation: ks2 1.1s linear infinite;*/
}
#index-body .init-2 .i2-l .i2-play > img {
  animation: roate2 10s linear infinite;
}
#index-body .init-2 .i2-l .i2-play .i2-icon {
  position: absolute;
  top: 50%;
  right: 50%;
  transform: translate(50.0%,-50%);
}
#index-body .init-2 .i2-r {
  padding-top: calc(6.5vw + 22px);
  background: url(../images/i2-6.jpg) no-repeat top center;
  background-size: cover;
  position: relative;
}
.i25{
  position: absolute;
  bottom:0;
  left: 0;
  width: auto !important;
  height:  auto !important;
  object-fit: contain;
}
#index-body .init-2 .i2-r .i2r-m {
  position: relative;
  z-index: 2;
  width: 67%;
  margin-right: calc(5.75vw + 18px);
}
#index-body .init-2 .i2-r .i2r-m .km_p {
  margin-top: var(--ft30);
  margin-bottom: calc(1.46vw + 14px);
}
#index-body .in34 {
  overflow: hidden;
  padding-top: var(--px120);
  background: url(../images/i3-bg.jpg) no-repeat bottom center;
  background-size: cover;
}
#index-body .in34 .init-3 .container .i3-t {
  display: flex;
  justify-content: space-between;
}
#index-body .in34 .init-3 .container .i3-t .i3tr {
  display: flex;
}
#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c {
  display: flex;
  align-items: center;
  margin-right: calc(3.4405vw + 14px);
  cursor: pointer;
}
/*#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c.active .i3tr-l img {
  transform: rotate(45deg);
}*/
#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c.active .i3tr-r img {
    transform: rotate(-45deg);
}
#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c .i3tr-l {
  margin-left: var(--ft26);
}
/*#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c .i3tr-l img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}*/
#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c .i3tr-r img {
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}
#index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c .i3tr-r .i3tr-r1 {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  line-height: 1.1;
  margin-bottom: var(--ft16);
}
#index-body .in34 .init-3 .container .i3-m {
  padding-top: var(--ft50);
  padding-bottom: calc(5.75vw + 15px);
}
#index-body .in34 .init-3 .container .i3-m .swiper_i3 {
  overflow: hidden;
  display: none;
}
#index-body .in34 .init-3 .container .i3-m .swiper_i3:nth-of-type(1) {
  display: block;
}
#index-body .in34 .init-3 .container .i3-m .swiper_i3 .swiper-wrapper .swiper-slide .i3s-p {
  margin-top: var(--ft30);
  text-align: center;
  font-weight: 400;
  font-size: var(--ft24);
  line-height: 1.4;
  color: #FFFFFF;
}
#index-body .in34 .init-4 .container .i4cm {
  position: relative;
}
#index-body .in34 .init-4 .container .i4cm .i4mrm-b1 {
  position: relative;
  z-index: 2;
  opacity: 1;
}
#index-body .in34 .init-4 .container .i4cm .i4mrm-b2 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
}
#index-body .in34 .init-4 .container .i4cm .i4mrm-b3 {
  position: absolute;
  z-index: 1;
  top: 0;
  right: 0;
  opacity: 0;
}
#index-body .in34 .init-4 .container .km_h {
  opacity: 0.4;
}
#index-body .in34 .init-4 .container .i4-m {
  margin-top: var(--ft60);
  display: flex;
  align-items: end;
  padding-bottom: var(--px120);
}
#index-body .in34 .init-4 .container .i4-m > div {
  width: 50%;
}
#index-body .in34 .init-4 .container .i4-m .i4ml .mo3d {
  width: 100%;
  height: 660px;
  cursor: grab; 
}
#index-body .in34 .init-4 .container .i4-m .i4ml .mo3d canvas {
  width: 100% !important;
}
#index-body .in34 .init-4 .container .i4-m .i4mr {
  padding-right: var(--ft20);
  padding-left: var(--ft24);
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm {
  background: rgba(255, 255, 255, 0.1);
  padding: var(--px50) calc(3.1805vw + 14px) var(--px60);
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-t .i4mrm-t-li {
  font-weight: 400;
  font-size: var(--ft20);
  color: #bbbbbb;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  line-height: 1;
  padding-top: var(--ft20);
  padding-bottom: var(--ft20);
  display: flex;
  justify-content: space-between;
  cursor: pointer;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-t .i4mrm-t-li.active .ccl {
  padding-right: 42px;
  color: #fff;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-t .i4mrm-t-li.active .ccl::before {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-t .i4mrm-t-li .ccl {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  position: relative;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-t .i4mrm-t-li .ccl::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  position: absolute;
  right: 0;
  top: 41%;
  transform: translateY(-50%) scale(0);
  width: 26px;
  height: 13px;
  background: url(../images/a_a1.png) no-repeat center right;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-t .i4mrm-t-li .ccr {
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 50%;
  position: relative;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .rcs {
  line-height: 1.1;
  font-weight: 400;
  font-size: var(--ft36);
  color: #FFFFFF;
  opacity: 0.4;
  margin-top: calc(2.2385vw + 14px);
  margin-bottom: var(--ft38);
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-b {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: calc(3.0225vw + 14px);
  row-gap: calc(2.0835vw + 14px);
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-b .i4b-li {
  display: flex;
  flex-direction: column;
  align-items: center;
   cursor: pointer;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-b .i4b-li .color {
  width: 40px;
  height: 40px;
  border-radius: 50%;
}
#index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-b .i4b-li .text {
  margin-top: var(--ft16);
  text-align: center;
  font-weight: 400;
  font-size: calc(0.1585vw + 14px);
  color: #FFFFFF;
  line-height: 1.3;
  opacity: 0.4;
}
#index-body .init-5 {
  padding-top: var(--px120);
  padding-bottom: var(--px120);
  background: url(../images/i5-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .init-5 .container {
  display: flex;
}
#index-body .init-5 .container > div {
  width: 50%;
}
#index-body .init-5 .container .i5-l .i5l-tap {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  margin-bottom: var(--ft20);
}
#index-body .init-5 .container .i5-l .km_btn {
  margin-top: calc(3.0725vw + 14px);
}
#index-body .about-02 {
  background: url(../images/i5-1.jpg) no-repeat center;
  background-size: cover;
  background-attachment: fixed;
}
#index-body .about-02 .i5l-tap {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  margin-bottom: var(--ft20);
}
#index-body .about-02 .km_btn {
  margin-top: calc(3.0725vw + 14px);
}
#index-body .about-page .about-02 {
  color: white;
}
#index-body .about-page .about-02 .backImg {
  background-attachment: fixed;
}
#index-body .about-page .about-02 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 40%;
}
#index-body .about-page .about-02 span.h2 {
  text-transform: capitalize;
}
#index-body .about-page .about-02 svg {
  fill: white;
}
#index-body .about-page .about-02 span.h6 sub {
  vertical-align: baseline;
  margin-right: 0.7em;
}
#index-body .about-page .about-02 .line {
  width: 100px;
}
#index-body .about-page .about-02 .line ul li {
  height: 90px;
  width: 2px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), color-stop(rgba(255, 255, 255, 0.8)), to(transparent));
  background-image: -webkit-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-image: -moz-linear-gradient(bottom, transparent, rgba(255, 255, 255, 0.8), transparent);
  background-image: linear-gradient(to top, transparent, rgba(255, 255, 255, 0.8), transparent);
  position: relative;
}
#index-body .about-page .about-02 .line ul li i {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 2px solid white;
  position: absolute;
  right: 50%;
  top: 100%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
#index-body .about-page .about-02 .year .font-24 {
  font-size: var(--ft24);
  color: #FFFFFF;
  font-weight: 500;
  margin-bottom: var(--ft20);
  display: block;
}
#index-body .about-page .about-02 .year .font-17 {
  font-size: calc(0.1585vw + 14px);
  color: #D3D3D3;
}
#index-body .init-6 {
  background: #1a1a1a;
  display: flex;
}
#index-body .init-6 > div {
  width: 50%;
}
#index-body .init-6 > div > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-6 .i6-r {
  margin-top: var(--px120);
  margin-right: calc(4.65vw + 13px);
  padding-bottom: var(--ft30);
}
#index-body .init-6 .i6-r .i6rm {
  width: 69.27%;
}
#index-body .init-6 .i6-r .i6rm .i6-tap {
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  text-transform: uppercase;
  line-height: 1.1;
}
#index-body .init-6 .i6-r .i6rm .km_h {
  margin-top: var(--ft18);
  opacity: 0.9;
  margin-bottom: var(--ft20);
}
#index-body .init-6 .i6-r .i6rm .i6rm-slick {
  height: calc(180px * 3);
  overflow: hidden;
}
#index-body .init-6 .i6-r .i6rm .i6rm-slick .slick-track,
#index-body .init-6 .i6-r .i6rm .i6rm-slick .slick-list {
  height: calc(180px * 3) !important;
}
#index-body .init-6 .i6-r .i6rm .i6rm-c {
  /*height: 180px;*/
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: var(--ft20) calc(0.415vw + 14px) var(--ft34) var(--ft30);
}
#index-body .init-6 .i6-r .i6rm .i6rm-c:hover {
  background: rgba(255, 255, 255, 0.05);
}
#index-body .init-6 .i6-r .i6rm .i6rm-c:hover .i6rm-h {
  padding-right: 30px;
}
#index-body .init-6 .i6-r .i6rm .i6rm-c:hover .i6rm-h::after {
  opacity: 1;
  transform: translateY(-50%) scale(1);
}
#index-body .init-6 .i6-r .i6rm .i6rm-c .i6rm-h {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 400;
  font-size: var(--ft20);
  color: #FFFFFF;
  position: relative;
}
#index-body .init-6 .i6-r .i6rm .i6rm-c .i6rm-h::after {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%) scale(0);
  width: 17px;
  height: 18px;
  background: url(../images/i6-9.png) no-repeat center;
  filter: brightness(0) invert(1);
  opacity: 0;
}
#index-body .init-6 .i6-r .i6rm .i6rm-c .i6rm-p {
  font-weight: 400;
  font-size: calc(0.1585vw + 14px);
  color: #D3D3D3;
}
#index-body .init-6 .i6-r .i6rm .i6rm-c .i6rm-time {
  margin-top: 12px;
  margin-bottom: var(--ft16);
  font-weight: 400;
  font-size: 15px;
  color: #D3D3D3;
  line-height: 1.1;
  opacity: 0.15;
}
#loading {
  display: none !important;
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: #000;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: var(--px100);
  z-index: 99999999999;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  background: #000;
}
#footer .ft-bd {
  padding-top: calc(5.519vw + 13px);
  padding-bottom: calc(6.25vw + 10px);
}
#footer .ft-bd .fbd {
  margin-top: calc(2.2385vw + 14px);
  padding: 0 14px) + calc(2.1885vw;
}
#footer .ft-bd .fbd form {
  display: grid;
  grid-template-columns: 297fr 297fr 605fr 200fr;
  gap: 10px;
}
#footer .ft-bd .fbd form input {
  padding: 0 var(--ft18);
  border: none;
  width: 100%;
  height: 70px;
  background: rgba(248, 246, 245, 0.3);
  border-radius: 15px;
  font-weight: 400;
  font-size: var(--ft24);
  color: #FFFFFF;
}
#footer .ft-bd .fbd form .hl_all {
  display: flex;
  align-items: center;
  justify-content: end;
  font-weight: 400;
  font-size: var(--ft24);
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.2;
  text-decoration-line: underline;
}
#footer .ft-bd .fbd form .hl_all img {
  margin-right: var(--ft16);
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .ft-bd .fbd form .hl_all:hover img{
  transform: translateX(-8.0px);
}
#footer .ft-m .container {
  display: flex;
  justify-content: space-between;
}
#footer .ft-m .container .ft-c .ft-h {
  font-weight: 600;
  font-size: var(--ft20);
  color: #FFFFFF;
}
#footer .ft-m .container .ft-c .ft-p {
  font-weight: 400;
  font-size: var(--ft18);
  color: #FFFFFF;
  line-height: 1.78;
  opacity: 0.9;
  max-width: 310px;
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .ft-m .container .ft-c .ft-p:hover{
  opacity: 1;
}
#footer .ft-m .container .ft-c .ft-line {
  width: 117px;
  height: 1px;
  background: rgba(255, 255, 255, 0.66);
  position: relative;
  margin-top: var(--ft26);
  margin-bottom: var(--ft30);
}
#footer .ft-m .container .ft-c .ft-line span {
  position: absolute;
  width: 24px;
  height: 3px;
  background: #FFFFFF;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
#footer .ft-m .container .ft-c .ft-line.ft-line1 {
  width: 117px;
}
#footer .ft-m .container .ft-c .ft-line.ft-line2 {
  width: 186px;
}
#footer .ft-m .container .ft-c .ft-line.ft-line3 {
  width: 117px;
}
#footer .ft-m .container .ft-c .ft-line.ft-line4 {
  width: 117px;
}
#footer .ft-m .container .ft-c .ft-line.ft-line5 {
  width: 117px;
}
#footer .ft-m .container #ewm {
  width: 140px;
  height: 140px;
  border: 3px solid #ffffff;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #525252;
  background: #000;
}
#footer .copyright .container {
  padding-top: var(--px170);
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #ffffff;
  position: relative;
  margin-top: -5px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  display: flex;
  justify-content: center;
  position: relative;
  top: 0;
  color: #ffffff;
}
#index-body .init-2 .i2-r {
  padding-bottom: var(--ft60);
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1250px) {
  #footer .ft-bd .fbd form {
    grid-template-columns: 1fr;
  }
  #footer .ft-m .container {
    flex-wrap: wrap;
  }
  .ft-c {
    margin-top: 15px;
  }
  .ft-c1250 {
    display: none;
  }
  #index-body .in34 .init-4 .container .i4-m .i4mr .i4mrm .i4mrm-b {
    grid-template-columns: repeat(3, 1fr);
  }
  #banner .swiper_banner .swiper-slide .banner-text {
    opacity: 1;
  }
  #banner .swiper_banner,
  #banner {
    height: auto;
  }
  #banner .swiper_banner {
    position: relative;
  }
  #banner .bgnn {
    display: none;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #footer .ft-bd .fbd {
    padding: 0;
  }
  #index-body .init-6 .i6-r {
    padding: var(--px80) 15px;
    margin: 0;
  }
  #index-body .init-6 .i6-r .i6rm {
    width: 100%;
  }
  #index-body .about-page .about-02 .line {
    width: 10px;
  }
  #index-body .about-page .about-02 .left {
    position: static;
  }
  #index-body .in34 .init-4 .container .i4-m .i4mr {
    padding: 0;
  }
  #index-body .in34 .init-4 .container .i4-m > div {
    width: 100%;
  }
  #index-body .in34 .init-4 .container .i4-m .i4ml .mo3d {
    height: 400px;
  }
  #index-body .in34 .init-4 .container .i4-m {
    flex-wrap: wrap-reverse;
  }
  #index-body .in34 .init-3 .container .i3-t .i3tr {
    margin-top: var(--ft24);
  }
  #index-body .in34 .init-3 .container .i3-t {
    flex-wrap: wrap;
  }
  #index-body .init-2 .i2-l .i2-play {
    position: absolute;
    top: 50%;
    right: 50%;
    transform: translate(50.0%,-50%);
    width: 88px;
    height: 88px;
    left: 0;
    cursor: pointer;
  }
  #index-body .init-2 {
    flex-wrap: wrap;
  }
  #index-body .init-2 > div {
    width: 100% !important;
  }
  #index-body .init-2 .i2-r .i2r-m {
    width: 100%;
    margin: 0;
    padding: 0 15px;
  }
  #index-body .init-1 {
    overflow: hidden;
    height: calc(15.36vw + 220px);
    background: url(../images/i1-1.jpg) no-repeat center;
    background-size: cover;
    background-attachment: unset;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .init-6 {
    flex-wrap: wrap;
  }
  #index-body .init-6 > div {
    width: 100% !important;
  }
  #index-body .in34 .init-3 .container .i3-t .i3tr .i3tr-c {
    margin: 0;
    margin-bottom: var(--ft24);
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2 p {
    width: 100%;
    max-width: 100%;
    margin: 0;
    margin-bottom: var(--ft16);
  }
  #banner .swiper_banner .swiper-slide .banner-text .bt2 {
    flex-wrap: wrap-reverse;
  }
  #banner .swiper_banner .swiper-slide > img {
    height: 365px;
    width: 100%;
    object-fit: cover;
  }
  .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #index-body .in34 .init-3 .container .i3-t .i3tr {
    width: 100%;
    display: block;
  }
}
.page-header02 {
  position: fixed;
  width: 100%;
  display: none;
}
.page-header02 .logo img {
  filter: brightness(0) invert(1);
}
@media (max-width: 1250px) {
  .page-header02 {
    display: flex;
  }
  #menuFull ~ #banner,
  #menuFull ~ #indexMobileBanner,
  #menuFull ~ #innerMobileBanner,
  #menuFull ~ .inner-banner,
  .mobile-menu-wrap01 ~ #banner,
  .mobile-menu-wrap01 ~ #indexMobileBanner,
  .mobile-menu-wrap01 ~ #innerMobileBanner,
  .mobile-menu-wrap01 ~ .inner-banner {
    margin-top: 60px !important;
  }
}
.m-page {
  text-align: center;
}
.m-page a,
.m-page span {
  display: inline-block;
  margin: 0 5px;
  width: 35px;
  height: 35px;
  border-radius: 5px;
  text-align: center;
  line-height: 35px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: var(--color);
  color: white;
  font-size: 16px;
}
.m-page a:hover,
.m-page span {
  background-color: var(--color);
}
.contact-page .contact-1 {

  padding-top: 70px;
}
.contact-page .contact-1 .top {
  margin-bottom: 60px;
}
.contact-page .contact-1 .top .column {
  vertical-align: middle;
}
.contact-page .contact-1 .top .text {
  font-size: 18px;
  line-height: 30px;
}

.contact-page .contact-1 .box p {
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 45px;
}
.contact-page .contact-1 .box p em {
  color: red;
}
.contact-page .contact-1 .box form ul {
  margin: -9px;
  color: #000;
}
.contact-page .contact-1 .box form ul li {
  padding: 9px;
}
.contact-page .contact-1 .box form ul li .button_wrap{
  color: white;
}
.contact-page .contact-1 .box form ul li input,
.contact-page .contact-1 .box form ul li textarea {
  width: 100%;
  background-color: #f6f6f6;
  border: none;
  font-size: 20px;
  height: 70px;
  border-radius: 5px;
  padding: 0 15px;
}
.contact-page .contact-1 .box form ul li textarea {
  height: 175px;
  padding: 15px;
}
.contact-page .contact-1 .box form ul li input[type="submit"] {
  width: auto;
  background-color: transparent;
  color: white;
  border: none;
  font-size: 16px;
  font-weight: 600;
}
.contact-page .contact-1 .box form ul li.wid-100 {
  width: 100%;
}
.contact-page .contact-2 {

}
.contact-page .contact-2 ul {
  margin: -25px;
}
.contact-page .contact-2 ul li {
  padding: 25px;
}
.contact-page .contact-2 ul li .box {
  background-color: rgba(255,255,255,.2);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 10px;
  padding: 24px 28px;
  position: relative;
  min-height: 300px;
}
.contact-page .contact-2 ul li .box span{
  position: absolute;
  bottom: 9px;
}
.contact-page .contact-2 ul li .box .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: calc(0.8345vw + 14px);

}
.contact-page .contact-2 ul li .box .top .icon {
  width: 74px;
  height: 74px;
  border-radius: 100%;
  background-color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: white;
}
.contact-page .contact-2 ul li .box .top .icon i{
  font-size: calc(0.8345vw + 14px);
  position: relative;
  right: -2px;
  top: 1px;
}
.contact-page .contact-2 ul li .box p {
    font-size: 24px;
    font-weight: 300;
    color: white;
    margin-top: 45px;
}
.contact-page .contact-2 ul li:hover .box {
  background-color: var(--color);
  color: white;
}
.contact-page .contact-2 ul li:hover .box .icon{
  background: var(--color);
  color: #fff;
}
.contact-page .contact-2 ul li:hover .box p{
  color: white;
}
.contact-page .map img{
  width: 100%;
}
.inner-page ul.nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;*/
  /*background-color: #dcdcdc;*/
  border-radius: 10px;
  margin-bottom: 109px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.inner-page ul.nav li {
  position: relative;
  z-index: 2;
  margin: 0 10px;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
    padding: 20px 100px;
    transform: skewX(30deg);
    transform-origin: right top; 
}
.inner-page ul.nav li a {
  font-size: 24px;
  font-weight: bold;
  
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  display: block;
  z-index: 2;
  color: #fff;
  transform: skewX(-30deg);
      
}
.inner-page ul.nav li a::before {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background: url(../images/nav-icon.png) no-repeat;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0;
}
.inner-page ul.nav li::after {
  content: "";
  position: absolute;
  right: 50%;
  top: 0;
  width: 0;
  height: 100%;
  background: var(--color);
  border-radius: 10px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform: translateX(50.0%);
  -moz-transform: translateX(50.0%);
  -ms-transform: translateX(50.0%);
  transform: translateX(50.0%);
  z-index: -1;
}
.inner-page ul.nav li:hover a,
.inner-page ul.nav li.active a {
  color: white;
}
.inner-page ul.nav li:hover a::before,
.inner-page ul.nav li.active a::before {
  opacity: 1;
}
.inner-page ul.nav li:hover a::after,
.inner-page ul.nav li.active a::after {
  width: 100%;
}
.inner-page ul.nav li:hover::after,
.inner-page ul.nav li.active::after {
  width: 100%;
}
.inner-page .sideBar .sideleft {
  width: 71%;
  padding-left: 35px;
}
.inner-page .sideBar .sideright {
  width: 29%;
  position: sticky;
    top: 110px;
}
.inner-page .fixed-left{
  width: 25% !important;
  position: sticky;
  top: 150px;
  padding-left: 60px;
}
.inner-page.resource-page .fixed-left{
  width: 29%!important;
}
.inner-page.resource-page .scroll-right {
    width: 71% !important;
}
.inner-page .fixed-left .h3{
  border: none !important;
  padding-bottom: 0 !important;
  color: #fff;
}
.inner-page .scroll-right{
  width: 75% !important;
}
.news-page {
  padding-top: 20px;
  padding-bottom: 85px;
}
/*.news-page .gallery-page ul.top{
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}*/
.news-page .gallery-page{
  position: sticky;
  top: 109px;
  z-index: 11;

}
.news-page h1 {
  text-align: center;
  
  margin-bottom: 60px;
}
.news-page .list ul {
  margin: -15px;
}
.news-page .list ul li {
  padding: 15px;
}
.news-page .list ul li .box {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #f7f7f7;
  border-radius: 10px;
  padding: 35px;
  position: relative;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
}
.news-page .list ul li .box .h4 {
  font-size: calc(0.8345vw + 14px);
  z-index: 2;
  position: relative;
  line-height: 1.4;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}
.news-page .list ul li .box .text {
  font-size: 18px;
  line-height: 1.7;
  color: #fff;
  height: 90px;
  margin-bottom: 40px;
  overflow: hidden;
  margin-top: 15px;
  z-index: 2;
  position: relative;
}
.news-page .list ul li .box .bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-top: 1px solid #d5d5d5;
  z-index: 2;
  position: relative;
}
.news-page .list ul li .box .bottom .time {
  font-size: 18px;
  font-weight: 300;
}
.news-page .list ul li .box .bottom .time span {
  font-weight: bold;
  font-size: 18px;
  color: #fff;
}
.news-page .list ul li .box .bottom .mores {
  font-size: 18px;
  color: #fff;
}
.news-page .list ul li .box .bottom .mores i {
  -webkit-transform: rotateX(180deg);
  -moz-transform: rotateX(180deg);
  transform: rotateX(180deg);
  display: inline-block;
  font-size: 20px;
}
.news-page .list ul li .box::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: #333;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
opacity: 1;
}
.news-page .list ul li .box::before {
  content: "";
  position: absolute;
  right: 0%;
  top: 0%;
  width: 100%;
  height: 100%;
  background-color: var(--color);
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  z-index: 0;
  opacity: 0;
}
.news-page .list ul li .box:hover {
  background-color: white;
  color: white;
}
.news-page .list ul li .box:hover .h4 {
  color: white;
}
.news-page .list ul li .box:hover .text {
  color: white;
}
.news-page .list ul li .box:hover .bottom .time span {
  color: white;
}
.news-page .list ul li .box:hover .bottom .mores {
  color: white;
}
.news-page .list ul li .box:hover::before {
  opacity: .7;
}
.news-page .list ul li .box:hover::after {
  opacity: 0;
}
.newdet-page {

}
.newdet-page .sideBar .box {

  border-radius: 10px;
}
.newdet-page .sideBar .sideleft .box {
  padding: 65px 90px;
  background-color: #333;
}
.newdet-page .sideBar .sideleft .box h1 {
  font-weight: 500;
  line-height: 1.2;
  color: #fff;
}
.newdet-page .sideBar .sideleft .box .time {
  font-size: 18px;
  color: #fff;
  font-style: italic;
  margin: 25px 0 32px;
}
.newdet-page .sideBar .sideleft .box .content {

  line-height: 1.7;
  color: white;
  border-top: 1px solid #e7e7e7;

}
.newdet-page .sideBar .sideright .box {
  padding: 30px 40px;
}
.newdet-page .sideBar .sideright .box1 {
    margin-bottom: 30px;
    background-color: #333;
}
.newdet-page .sideBar .sideright .box1 .title {
    font-size: 36px;
    font-weight: 900;
    color: #fff;
    position: relative;
    margin-bottom: 40px;
}
.newdet-page .sideBar .sideright .box1 ul li.active {
    border-bottom: 1px solid #e7e7e7;
}
.newdet-page .sideBar .sideright .box1 .title::after {
  content: "";
  position: absolute;
  right: -20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 24px;
  height: 31px;
  background: url(../images/nav-icon.png) no-repeat;
}
.newdet-page .sideBar .sideright .box1 ul li {
margin-bottom: 25px;
}
.newdet-page .sideBar .sideright .box1 ul li .h5 {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  text-overflow: ellipsis;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  color: #fff;
}
.newdet-page .sideBar .sideright .box1 ul li .time {
  font-size: 18px;
  color: #fff;

  margin: 12px 0 19px;
 
}
.newdet-page .sideBar .sideright .box1 ul li:hover .h5 {
  color: #fff;
}
.newdet-page .sideBar .sideright .box2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #333;
}
.newdet-page .sideBar .sideright .box2 a {
  text-align: center;
}
.newdet-page .sideBar .sideright .box2 a .icon {
  width: 65px;
  height: 65px;
  background-color: var(--color);
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 6px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .sideBar .sideright .box2 a span {
  font-size: 19px;
  font-weight: 500;
  color: #fff;
}
.newdet-page .sideBar .sideright .box2 a.prev .icon img {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.newdet-page .sideBar .sideright .box2 a:hover .icon {
  background-color: var(--color);
}
.gallery-page {
  padding-top: 110px;
  padding-bottom: 120px;
}
.gallery-page ul.top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 80px;
  position: sticky;
  top: 84px;
  z-index: 10;
  width: 100%;
  margin: 0 -50px;
}
.gallery-page ul.top li {
  position: relative;
  padding: 0 50px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.6
}
.gallery-page ul.top li a {
  display: block;
  font-size: 24px;

  position: relative;
  padding: 16px 0;
  color: #fff;
}
.prodet-page .gallery-page ul.top li a:before{
  right: 0;
}
.gallery-page ul.top li:first-child {
  margin-right: 0;
  z-index: 6;
}
.gallery-page ul.top li:nth-child(2) {
  z-index: 5;
}
.gallery-page ul.top li:nth-child(3) {
  z-index: 4;
}
.gallery-page ul.top li:nth-child(4) {
  z-index: 3;
}
.gallery-page ul.top li:nth-child(5) {
  z-index: 2;
}
.gallery-page ul.top li:nth-child(6) {
  z-index: 1;
}
.gallery-page ul.top li.active a,
.gallery-page ul.top li:hover a,
.gallery-page ul.top li.active,
.gallery-page ul.top li:hover {
  opacity: 1;
}
.gallery-page ul.list {
  margin: -13px;
}
.gallery-page ul.list li {
  padding: 13px;
}
.resource-page .item {
  margin-bottom: 100px;
}
.resource-page .item .h3 {
  font-size: 24px;
  font-weight: 500;
  border-bottom: 1px solid var(--color);
  margin-bottom: 60px;
  padding-bottom: 10px;
}
.resource-page .item ul {
  margin: -20px;
  padding: 0 90px;
}
.resource-page .item ul .slick-track{
  margin-right: 0;
}
.resource-page .item ul li {
  padding: 20px;
}
.resource-page .item ul li .img-box {
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}
.resource-page .item ul li .img-box img {
  width: 100%;
}
.resource-page .item ul li p {
  font-size: 17px;
  margin-top: 15px;
  padding-left: 30px;
  position: relative;
  color: #505050;
}
.resource-page .item ul li p img {
  position: absolute;
  left: 0;
  top: 0;
}
.resource-page .item:last-child {
  margin-bottom: 0;
}
.video-page ul.list li .img-box {
  position: relative;
}
.video-page ul.list li .img-box .play {
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  cursor: pointer;
}
.video-page ul.list li p {
  text-align: center;
  font-size: 24px;
  font-weight: 500;
  margin-top: 15px;
}
.product-page .product-1 {

}
.product-page .product-1 h1 {
  font-size: 26px;
  line-height: 1.4; 
  color: #fff;
  text-align: right;
  padding-bottom: 25px;
}
.product-page .product-1 .top-nav {
  margin-bottom: 110px;
  padding: 0 90px;
}
.product-page .product-1 .top-nav ul.nav li {
  padding: 18px 70px;
}
.product-page .product-1 .item{
 
}
.product-page .product-1 ul.list {
  margin: -10px;
}
.product-page .product-1 ul.list li {
  padding: 10px;
}
.product-page .product-1 ul.list li .box {
  /*background-color: #fff;
  box-shadow: 0 0 5px 1px #dfdfdf;*/
}
.product-page .product-1 ul.list li .box .img {
  
}
.product-page .product-1 ul.list li .box .content {

}
.product-page .product-1 ul.list li .box .content .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: var(--color);
  text-align: center;
  line-height: 40px;
}
.product-page .product-1 ul.list li .box .content .arrow img{
  vertical-align: middle;
}
.product-page .product-1 ul.list li .box .content .h3 {
  /*font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
  color: #fff;*/
}
.product-page .product-1 ul.list li .box .content .des {
  font-size: 16px;
  line-height: 23px;
  color: #3d3d3d;
  margin: 25px 0 28px;
  text-overflow: ellipsis;
overflow: hidden;
-webkit-line-clamp: 2;
-webkit-box-orient: vertical;
display: -webkit-box;
}
.product-page .product-1 ul.list li .box .content .des li{
  padding: 0;
}
.rd-page .i-title {
  /*color: #01302b;*/
  line-height: 1.2;
}
.rd-page .rd-1 {
  padding: 0px 0 80px;
  max-width: 1920px;
  margin: auto;
}
.rd-page .rd-1 .ui.container {
  max-width: 100%;
}
.rd-page .rd-1 .left {
  padding-left: 30px;
  vertical-align: middle;
}
.rd-page .rd-1 .left .content {
  font-size: 18px;
  line-height: 1.7;
  margin-top: 20px;
}
.rd-page .rd-1 .right {
  text-align: center;
  border-radius: 10px;
  overflow: hidden;
}
.rd-page .rd-2 {
  background-color: #202020;
  padding: 95px 0 85px;
}
.rd-page .rd-2 .left {
  vertical-align: middle;
}
.rd-page .rd-2 .right {
  vertical-align: middle;
  padding-right: 70px;
}
.rd-page .rd-2 .right .content {
  font-size: 18px;
  line-height: 32px;
  margin-top: 20px;
}
.rd-page .rd-3 {
  padding: 80px 0 70px;
}
.rd-page .rd-3 .ui.container {
  max-width: 100%;
  padding-right: 0;
  /*padding-right: 7%;*/
}
.rd-page .rd-3 .i-title {
  margin-bottom: 35px;
}
.rd-page .rd-3 .left {
  /*background-color: #f7f7f7;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  padding: 20px;
  width: 100%;
  vertical-align: middle;
  text-align: center;
}
.rd-page .rd-3 .right {
  width: 45%;
  padding-right: 60px;
  vertical-align: middle;
}
.rd-page .rd-3 .right ul li {
  margin-bottom: 50px;
}
.rd-page .rd-3 .right ul li:last-child {
  margin-bottom: 0;
}
.rd-page .rd-3 .right .h4 {
  font-size: 36px;
  font-weight: bold;
  color: #01302b;
}
.rd-page .rd-3 .right .des {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
}
.rd-page .rd-4 {
  padding-bottom: 110px;
}
.rd-page .rd-4 .i-title {
  margin-bottom: 40px;
  color: #505050;
}
.rd-page .rd-4 ul {
  padding: 0 200px;
  margin: -50px;
  position: relative;
}
.rd-page .rd-4 ul li {
  padding: 100px;
  text-align: center;
}
.rd-page .rd-4 ul li .play{
  position: absolute;
  right: 50%;
  top: 50%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  width: 80px;
  height: 80px;
  border-radius: 50%;
  background: white;
  text-align: center;
  line-height: 80px;
  cursor: pointer;
}
.rd-page .rd-4 ul li p {
  font-size: 24px;
  color: #01302b;
  margin-top: 10px;
}
.rd-page .rd-4 ul .icon{
  position: absolute;
  right: 50%;
  top: 46%;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
      width: 200px;
    height: 200px;
    border-radius: 50%;
    background: #007412;
    text-align: center;
    line-height: 200px;
}
.rd-page .rd-4 ul .icon img{
  vertical-align: middle;
}
.rd-page .rd-4 ul .icon::after{
    content: "";
    position: absolute;
    right: -28px;
    top: -25px;
    background: rgb(236 241 237 / 37%);
    border-radius: 50%;
    z-index: -1;
    width: 250px;
    height: 250px;
    border: 1px solid #d7d7d7;
}
.rd-page .rd-video video{
  display: block;
  width: 100%;
}
.rd-page .rd-video .img{
  position: relative;
}
.rd-page .rd-video .play{
      position: absolute;
    right: 50%;
    top: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(50.0%,-50%);
    cursor: pointer;
}
.rd-page .rd-video .play:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(50.0%,-50%);
    background: var(--color);
    opacity: 0;
    width: 100%;
    height: 100%;
    border-radius: !important 100%;
    border-radius: inherit;
    -webkit-animation: ks 3s infinite;
    -moz-animation: ks 3s infinite;
    animation: ks 3s infinite;
    display: block;
    z-index: -1;
}
.rd-page .rd-video .play:after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    border-radius: !important 100%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(50.0%,-50%);
    background: var(--color);
    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;
}
.rd-page .rd-5 {
  padding: 110px 0;
  background-color: #202020;
}
.rd-page .rd-5 .ui.container {
  padding: 0 90px;
}
.rd-page .rd-5 .content {
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  margin-bottom: 56px;
  margin-top: 15px;
}
.rd-page .rd-5 ul {
  margin: -40px;
}
.rd-page .rd-5 ul li {
  text-align: center;
  padding: 40px;
}
.rd-page .rd-5 ul li .icon {
  width: 125px;
  height: 125px;
  border-radius: 10px;
  /*border: 2px solid var(--color);*/
  text-align: center;
  line-height: 125px;
  margin: auto;
}
.rd-page .rd-5 ul li .icon img {
  vertical-align: middle;
  -webkit-transition: 1s;
  -moz-transition: 1s;
  transition: 1s;
}
.rd-page .rd-5 ul li p {
  font-size: 18px;
  line-height: 1.7;

  margin-top: 20px;
  color: rgba(255, 255, 255, 0.8);
}
/*.rd-page .rd-5 ul li:hover .icon img {
  -webkit-transform: rotateY(360deg);
  -moz-transform: rotateY(360deg);
  transform: rotateY(360deg);
}*/
.rd-page .rd-6 {
  /*background: url(../images/history-bg.jpg) no-repeat;*/
  background-size: cover;
  padding: 60px 0 0px;
  /*color: white;*/
}
.rd-page .rd-6 .top {
  /*margin-bottom: 85px;*/
}
.rd-page .rd-6 .top .left {
  width: 35%;
}
.rd-page .rd-6 .top .left .i-title {
  color: white;
}
.rd-page .rd-6 .top .left p {
  font-size: 18px;
}
.rd-page .rd-6 .top .right {
  width: 100%;
  padding-right: 0;
}
.rd-page .rd-6 .top .right .text {
  font-size: 18px;
  line-height: 30px;
}
.rd-page .rd-6 .list {
  position: relative;
  padding: 0 90px;
}
.rd-page .rd-6 .list::after {
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 100%;
  height: 1px;
  background-color: rgba(41, 125, 63, 1);
}
.rd-page .rd-6 ul li {
  position: relative;
  padding-right: 25px;
  height: 210px;
}
.rd-page .rd-6 ul li .line {
  width: 1px;
  height: 153px;
  background-color: var(--color);
  position: absolute;
  right: 0;
}
.rd-page .rd-6 ul li .line::after {
  content: "";
  position: absolute;
  width: 0px;
  height: 0px;
  border: 9px solid transparent;
  border-right: 15px solid var(--color);
}
.rd-page .rd-6 ul li .year {
  font-size: 28px;
  font-weight: 500;
  color: #505050;
}
.rd-page .rd-6 ul li .des {
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
}
.rd-page .rd-6 ul li .des img{
  width: 224px;
}
.rd-page .rd-6 ul .slick-slide {
  -webkit-transform: translateX(-90.0px);
  -moz-transform: translateX(-90.0px);
  -ms-transform: translateX(-90.0px);
  transform: translateX(-90.0px);
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line {
  bottom: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(1) li .line::after {
  right: -5px;
  bottom: -9px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li {
  -webkit-transform: translateX(-50.0%);
  -moz-transform: translateX(-50.0%);
  -ms-transform: translateX(-50.0%);
  transform: translateX(-50.0%);
  padding-top: 40px;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line {
  top: 0;
}
.rd-page .rd-6 ul .slick-slide > div:nth-child(2) li .line::after {
  right: -5px;
  top: -8px;
}
.rd-page .rd-7 {
  padding-top: 80px;
  padding-bottom: 100px;
}
.rd-page .rd-7 .i-title {
  margin-bottom: 50px;
}
.rd-page .rd-7 ul.cat {
  margin: 0 -7px;
  padding: 0 50px;
}
.rd-page .rd-7 ul.cat li {
  padding: 0 7px;
}
.rd-page .rd-7 ul.cat li a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 18px;
  background-color: white;
  color: #6f6f6f;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
 
  height: 93px;
  border-radius: 10px;
  -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;
}
.rd-page .rd-7 ul.cat li.active a,
.rd-page .rd-7 ul.cat li:hover a,
.rd-page .rd-7 ul.cat .slick-current li a {
  color: white;
  box-shadow: unset;
  background-color: var(--color);
}
.rd-page .rd-7 ul.cat .slick-arrow {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 50px;
  height: 50px;
  border-radius: 50%;
  /*background-color: var(--color);*/
  /*border: none;*/
  font-size: 0;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  /*opacity: 0.24;*/
  color: #fff;
  border: 2px solid #ccc;
  font-weight: bold;
  background: #ccc;
}
.rd-page .rd-7 ul.cat .slick-arrow:hover {
  opacity: 1;
  background: var(--color);
  color: white;
}
.rd-page .rd-7 ul.cat .slick-prev {
  right: 0;
}
.rd-page .rd-7 ul.cat .slick-prev::after {
  content: "\e69a";
  font-family: "iconfont";
  font-size: 20px;
}
.rd-page .rd-7 ul.cat .slick-next {
  left: 0;
}
.rd-page .rd-7 ul.cat .slick-next::after {
  content: "\e6ac";
  font-family: "iconfont";
  font-size: 20px;
}
.rd-page .rd-7 ul.list {
  margin: 0 -10px;
  margin-top: 66px;
}
.rd-page .rd-7 ul.list .slick-list {
  padding: 10px 0;
}
.rd-page .rd-7 ul.list li {
  padding: 0 10px;
  line-height: 1;
}
.rd-page .rd-7 ul.list li .left {
  border-radius: 10px;
  overflow: hidden;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
  vertical-align: middle;
  width: 45%;
}
.rd-page .rd-7 ul.list li .left img {
  width: 100%;
}
.rd-page .rd-7 ul.list li .right {
  padding-right: 55px;
  vertical-align: middle;
  width: 55%;
}
.rd-page .rd-7 ul.list li .right .h3 {
  color: #fff;
  
}
.rd-page .rd-7 ul.list li .right .text {
  font-size: 18px;
  line-height: 1.7;
  margin: 20px 0 27px;
}
.rd-page .rd-7 ul.list li .right .text ul li{
  position: relative;
  padding-right: 50px;
}
/*.rd-page .rd-7 ul.list li .right .text ul li:first-child{
  padding-left: 0;
}*/
.rd-page .rd-7 ul.list li .right .text ul li img{
  display: inline-block;
  vertical-align: sub;
  width: 30px;
  position: absolute;
  right: 0;
  top: -5px;
  /*top: 50%;
  -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);*/
}
.rd-page .rd-7 ul.list li .right .more span img {
  display: inline-block;
}
.rd-page .rd-7 ul.list li .right .more:hover span img {
  -webkit-filter: invert(1);
  filter: invert(1);
}
.prodet-page .prodet-1 {
  
}
.prodet-page .prodet-1 .left {

}
.prodet-page .prodet-1 .left a {
  display: block;


}
.prodet-page .prodet-1 .left a img {
  width: 100%;

}
.prodet-page .prodet-1 .right .content {
  font-size: 18px;
  line-height: 1.7;
  margin: 30px 0 60px;
}
.prodet-page .prodet-1 .right h1.Auxil-h1.font-48.font-bold{
   color: #fff;
 }
 .prodet-page .prodet-1 .right .content ul li{
   position: relative;
   padding-right: 60px;
 }
.prodet-page .prodet-1 .right .content ul li img {
  vertical-align: text-top;
  width: 35px;
  position: absolute;
  right: 0;
  top: -2px;
}
.prodet-page .prodet-1 .right .partner ul {
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;*/
  margin: -15px;
}
.prodet-page .prodet-1 .right .partner ul li {
  /*width: 95px;
  height: 95px;*/
  padding: 4px;
  
  margin-bottom: 12px;
  
}
.prodet-page .prodet-1 .right .partner ul li a{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);
  padding: 20px 0;
  border-radius: 10px; 
}
.prodet-page .prodet-2 .gallery-page {
  padding: 0;
  position: sticky;
  top: 83px;
  background: white;
  z-index: 5;
}
.prodet-page .prodet-2 ul.top {
  margin-bottom: 0;
}
.prodet-page .prodet-2 ul.top li {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  padding: 0 35px 0 0px;
  text-align: center;
}
.prodet-page .prodet-2 .content-box .item{
  padding: 85px 0px;
}
.prodet-page .prodet-2 .content-box .item .ui.container{
  padding: 0 90px;
}
/*.prodet-page .prodet-2 .content-box .item:nth-child(2n-1) {
  background-color: #f7f7f7;
}*/
.prodet-page .prodet-2 .content-box .item2{
  box-shadow: 0 42px 17px -38px rgba(0,0,0,.1);
  z-index: 3;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item4{
  box-shadow: 0px -12px 17px -8px rgba(0,0,0,.1);
  z-index: 3;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item h2{
  font-size: 42px;
  color: #fff;
  font-weight: bold;
  
}
.prodet-page .prodet-2 .content-box .item1 h2{
  border-bottom: 1px solid #e6e6e6; 
  margin-bottom: 20px;
}
.prodet-page .prodet-2 .content-box .item h2 img {
  vertical-align: middle;
  position: relative;
  top: -8px;
}
.prodet-page .prodet-2 .content-box .item strong{
  font-weight: bold;
}
.prodet-page .prodet-2 .content-box .item1 ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  /*-webkit-box-pack: justify;
  -webkit-justify-content: space-evenly;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-evenly;*/
}
.prodet-page .prodet-2 .content-box .item1 ul li{
  text-align: center !important;
  font-size: 18px;
  font-weight: 500;
  width: 22%;
}
.prodet-page .prodet-2 .content-box .item1 ul li br{
  display: none;
}
.prodet-page .prodet-2 .content-box .item1 ul li img{
  display: block;
  margin: 0 auto 12px;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
   -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: auto !important;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui,
.prodet-page .prodet-2 .content-box .item1 .box{
  margin: -15px;
}
.prodet-page .prodet-2 .content-box .item1 .det22 .ui .column,
.prodet-page .prodet-2 .content-box .item1 .box .column{
  vertical-align: middle;
  padding: 15px;
  width: 50%;
}
.prodet-page .prodet-2 .content-box .item2 .box{
  margin: -20px;
}
.prodet-page .prodet-2 .content-box .item3 h2,
.prodet-page .prodet-2 .content-box .item2 h2{
  border-bottom: none;
}
.prodet-page .prodet-2 .content-box .item2 .box .column{
  padding: 20px;
  vertical-align: middle;
}
.prodet-page .prodet-2 .content-box .item3 ul.top{
  margin: -15px;
  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;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li{
  padding: 15px;
  width: 25%;
  flex: unset;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a{ 
  color: #505050;
  height: 126px;
  /*background: #f3f3f3;
  border: 1px solid #cbcbcb;*/
  box-shadow: 0px 0px 5px 1px #ebebeb;
  border-radius: 10px;
  font-size: 20px;
  font-weight: 500;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a img{
    margin-bottom: 5px;
    filter: brightness(0) opacity(0.7);
}
.prodet-page .prodet-2 .content-box .item3 ul.top li a::after{
  content: ">";
  position: absolute;
  right: 50%;
  bottom: 0;
  -webkit-transform: translate(50.0%,50%);
  -moz-transform: translate(50.0%,50%);
  -ms-transform: translate(50.0%,50%);
  transform: translate(50.0%,50%);
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: var(--color);
   -webkit-box-shadow: 0px 0px 10px 0px rgba(248, 182, 45, 0.3);
  box-shadow: 0px 0px 10px 0px rgba(248, 182, 45, 0.3);
  color: white;
  text-align: center;
  line-height: 24px;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a{
  background: var(--color);
  color: white;
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a::after,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a::after{
  -webkit-transform: translate(50.0%,50%); rotate(90deg);
  -moz-transform: translate(50.0%,50%); rotate(90deg);
  -ms-transform: translate(50.0%,50%); rotate(90deg);
  transform: translate(50.0%,50%); rotate(90deg);
}
.prodet-page .prodet-2 .content-box .item3 ul.top li:hover a img,
.prodet-page .prodet-2 .content-box .item3 ul.top li.active a img{
  filter: brightness(1) opacity(1);
}
.prodet-page .prodet-2 .content-box .item3 .box {
  /*background: #f7f7f7;*/
  padding: 30px;
  border-radius: 10px;
  display: flex;
  align-items: center;
}
.prodet-page .prodet-2 .content-box .item3 .box .left{
  padding-left: 50px;
  width: 50%;
  /*padding-bottom: 180px;*/
}
.prodet-page .prodet-2 .content-box .item3 .box .left.wid-100{
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li{
  display: none;
}
.prodet-page .prodet-2 .content-box .item3 .box .img ul li{
  display: none;
}
.prodet-page .prodet-2 .content-box .item3 .box .img ul li video{
  display: block;
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: -20px;
}

.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol li{
  font-size: 18px;
  text-align: center;
  padding: 20px;
  width: 25%;
}
.prodet-page .prodet-2 .content-box .item3 .box .left ul > li ol li img{
  display: block;
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item4 .box{
  border-radius: 10px;
  background-repeat: no-repeat;
  background-size: cover;
  color: white;
  padding: 50px 0;
  box-shadow: 0px 0px 16px 8px #dddddd;
}
.prodet-page .prodet-2 .content-box .item4 .box h2{
  color: white;
  margin-bottom: 40px;
}
.prodet-page .prodet-2 .content-box .item4 .box strong{
  margin: 0 !important;
}
.prodet-page .prodet-2 .content-box .item4 .box ul{
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  /*margin: -20px -40px;*/
}
.prodet-page .prodet-2 .content-box .item4 .box ul li{
  font-size: 18px;
  /*padding: 20px 40px;*/
  width: 45%;
  padding: 0 3%;
}
.prodet-page .prodet-2 .content-box .item4 .box ul li strong{
  font-size: 22px;
  margin: 0 10px;
}
.prodet-page .prodet-2 .content-box .item4 .box ul li img{
  vertical-align: middle;
}
.prodet-page .prodet-2 .content-box .item4 .box ol{
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
   -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  width: 50%;
  margin: auto;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
  /*text-align: center !important;*/
  padding-right: 70px;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li{
  width: 100%;
  font-size: 18px;
  padding: 0 3%;
  margin-bottom: 30px;
  position: relative;
  padding-right: 70px;
  /*min-height: 54px;*/
   -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li strong img{
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child strong img{
  top: 18px;
}
/*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
  text-wrap: nowrap;
}*/
.prodet-page .prodet-2 .content-box .item4 .box ol li img{
  vertical-align: middle;
  margin-left: 10px;
}
/*.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) strong img{
  position: absolute;
  left: 0;
  top: 0;
}*/
.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) strong{
  display: block;
  margin-bottom: 20px !important;
}
.prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1) > img{
  max-width: 56px;
}
.prodet-page .prodet-2 .content-box .item5 .box{
  position: relative;
  /*padding-left: 42%;*/
  min-height: 590px;
  /*padding-top: 40px;*/
  max-width: 1260px;
  margin: auto;
  /*display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;*/
  /*-webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;*/
  padding-top: 76px;
}
.prodet-page .prodet-2 .content-box .item5 .box .left{
  padding-left: 50px;
  text-align: center;
}
.prodet-page .prodet-2 .content-box .item5 .box .right{
  padding-top: 35px;
}
.prodet-page .prodet-2 .content-box .item5 .box img{
      box-shadow: 0px 0px 5px 2px #dadada;
    border-radius: 10px;
    padding: 10px 0;
    background: #fff;
}
/*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
  position: absolute;
  left: 10%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  
  width: 40%;
}*/
.prodet-page .prodet-2 .content-box .item5 .box p{
  font-size: 24px;
  font-weight: 500;
  color: #fff;
  background: #f2f3f5;
  border-radius: 27px;
  padding: 5px 20px;
  margin: 20px 0;
  box-shadow: 5px 5px 5px 0px #adadad;
}
.prodet-page .prodet-2 .content-box .item6 ul{
  margin: -17px;
}
.prodet-page .prodet-2 .content-box .item6 ul li{
  padding: 17px;
}
.prodet-page .prodet-2 .content-box .item6 ul li .img-box{
      -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .1);
    border-radius: 10px;
}
.prodet-page .prodet-2 .content-box .item6 ul li .img-box img{
  width: 100%;
}
.prodet-page .prodet-2 .content-box .item6 ul li p{
  font-size: 20px;
    margin-top: 15px;
    padding-left: 30px;
    position: relative;
}
.prodet-page .prodet-2 .content-box .item6 ul li p img{
  position: absolute;
    left: 0;
    top: 0;
}
@media screen and (max-width: 1670px) {
  .contact-page .contact-2 ul li .box p {
    font-size: 20px;
  }
  /*.design-page .design-1 .left .box {
    width: 510px;
    height: 510px;
  }*/
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 55px;
  }
  /*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
    left: 0;
  }*/
}
@media screen and (max-width: 1500px) {
  .inner-page ul.nav li {
    padding: 20px 70px;
  }
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 45px;
  }
  .product-page .product-1 ul.list li .box .content .h3 {
    font-size: calc(0.8345vw + 14px);
  }
  .rd-page .rd-6 ul li .des {
    font-size: 18px;
    max-height: 95px;
    overflow: auto;
  }
  .rd-page .rd-6 ul .slick-slide {
    -webkit-transform: translateX(-10.0px);
    -moz-transform: translateX(-10.0px);
    -ms-transform: translateX(-10.0px);
    transform: translateX(-10.0px);
  }
  /*.prodet-page .prodet-2 .content-box .item5 .box p:first-child{
    left: 0;
  }*/
  .rd-page .rd-7 ul.cat li a{
    font-size: 20px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 22px;
  }
  .gallery-page ul.top li a{
    font-size: 18px;
  }
}
@media screen and (max-width: 1400px) {

  .contact-page .contact-2 ul li .box p {
    margin-top: 45px;
  }
  .newdet-page .sideBar .sideright .box {
    padding: 20px 30px;
  }
  .design-page .design-1 .left .box p {
    font-size: 22px;
  }
  .design-page .design-1 .right ul li .h4 i {
    left: 10px;
  }
  .product-page .product-1 .top-nav ul.nav li a {
    font-size: 20px;
  }
  .product-page .product-1 ul.list li {
    padding: 20px;
  }
  .product-page .product-1 ul.list {
    margin: -20px;
  }
  .product-page .product-1 ul.list li .box .content {
    padding-right: 20px;
  }
  .product-page .product-1 ul.list li .box .content .des {
    margin: 13px 0 18px;
  }
  .rd-page .rd-6 ul li .year {
    font-size: 28px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 19px;
  }
  .prodet-page .prodet-2 .gallery-page{
    top: 74px;
  }
  .prodet-page .gallery-page ul.top li a:before{
    right: -15px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    padding-top: 0;
  }
  .prodet-page .prodet-1 .right .partner ul li a{
    padding: 12px 0;
  }
  .prodet-page .prodet-1 .right .partner{
    padding: 0 70px;
  }
  .gallery-page ul.top{
    top: 74px;
  }
}
@media screen and (max-width: 1250px) {
  #innerMobileBanner,#indexMobileBanner {
    display: none !important;
  }
  .Auxil-industry,.yjyyj {
    display: none !important;
  }
  #innerMobileBanner~.inner-banner {
    display: block !important;
  }
  .contact-page .contact-1 .box {
    width: 100%;
  }
  .contact-page .contact-2 ul li .box {
    padding: 40px 15px;
  }
  .contact-page .contact-2 ul li {
    padding: 12px;
  }
  .contact-page .contact-2 ul {
    margin: -12px;
  }
  .contact-page .contact-2 ul li .box .top {
    font-size: 20px;
  }
  .contact-page .contact-2 ul li .box p {
    font-size: 18px;
  }
  .contact-page .contact-2 ul li .box .top .icon {
    width: 60px;
    height: 60px;
  }
  .inner-page ul.nav li {
    padding: 12px 30px;
  }
  .inner-page ul.nav li a {
    font-size: 20px;
  }
  .news-page .list ul li .box .h4 {
    font-size: 24px;
    color: #fff;
  }
  .news-page .list ul li .box {
    padding: 30px 15px;
  }
  .gallery-page ul.top,
  .news-page .gallery-page{
    top: 40px;
  }
  .inner-page .sideBar .sideright {
    display: none;
  }
  .inner-page .sideBar .sideleft {
    width: 100%;
    padding-left: 0;
  }
  .design-page .design-1 .left .box .circle .txt.t3 {
    top: 66%;
    right: 54%;
  }
  .design-page .design-1 .left .box .circle .arrow:nth-child(1) {
    right: -4%;
  }
  .design-page .design-1 .left .box .circle .arrow:nth-child(2) {
    right: 90%;
    top: 25%;
  }
  .design-page .design-1 .left .box .circle .txt.t2 {
    right: -14%;
    top: 70%;
  }
  .design-page .design-1 .right ul li .h4{
    padding: 10px 25px;
    font-size: 18px;
  }
  .design-page .design-1 .right ul li .des{
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 0;
  }
  .product-page .product-1 .top-nav {
    padding: 0;
    margin-bottom: 65px;
  }
  .product-page .product-1 .top-nav ul.nav {
    margin-bottom: 0;
  }
  .product-page .product-1 .top-nav ul.nav li {
    padding: 18px 25px;
  }
  .product-page .product-1 {
    padding-top: 75px;
  }
  
  .product-page .product-1 ul.list li .box .content .h3 {
    font-size: 22px;
  }
  .inner-page.resource-page .fixed-left,
  .inner-page .fixed-left{
    display: none;
    width: 100% !important;
    position: relative;
    top: 0;
    margin-bottom: 20px;
  }
  .inner-page.resource-page .scroll-right,
  .inner-page .scroll-right{
    width: 100% !important;
  }
  .rd-page .rd-3 .right .h4 {
    font-size: 28px;
    line-height: 1.2;
  }
  .rd-page .rd-7 ul.cat li a {
    font-size: 20px;
  }
  .rd-page .rd-5 ul li {
    padding: 10px;
  }
  .rd-page .rd-5 ul {
    margin: -10px;
  }
  .rd-page .rd-4 ul li {
    padding: 20px;
  }
  .rd-page .rd-4 ul {
    margin: -20px;
  }
  .rd-page .rd-6 ul li .des img{
    width: auto;
  }
  .rd-page .rd-6 ul li .des{
    max-height: unset;
  }
  .rd-page .rd-4 ul .icon{
    width: 130px;
    height: 130px;
    line-height: 130px;
  }
  .rd-page .rd-4 ul .icon:after{
    width: 190px;
    height: 190px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box{
    padding-top: 55px;
  }
  .prodet-page .prodet-2 .gallery-page{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol{
    width: 90%;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a{
    font-size: 17px;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .left{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 .content-box .item5 .box{
    padding-right: 0;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .left{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .content-box .item5 .box .right{
    width: 100%; 
  }
  .prodet-page .prodet-2 .content-box .item6 ul li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol{
    width: 95%;
  }
  /*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
    zoom: 0.8;
  }*/
  .prodet-page .prodet-2 .content-box .item h2{
    font-size: 32px;
  }
  .prodet-page .prodet-2 .gallery-page{
    display: none;
  }
  .prodet-page .prodet-1 .left{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-1 .right{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item1 .det22 .ui .column,
  .prodet-page .prodet-2 .content-box .item1 .box .column{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item2 .box .column{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item3 .box{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content-box .item3 .box .left{
    width: 100%;
    padding-left: 0;
  }
  .prodet-page .prodet-2 .content-box .item3 .box .img{
    width: 100%;
  }
  .prodet-page .prodet-2 .content-box .item .ui.container{
    padding: 15px;
  }
  .contact-page .contact-1 .top .column {
    width: 100%;
  }
  .contact-page .contact-1 .top {
    margin-bottom: 40px;
  }
  .contact-page .contact-1 .box {
    padding: 50px 45px;
  }
  .contact-page .contact-2 ul li {
    width: 50% !important;
  }
  .contact-page .contact-2 ul li:last-child {
    width: 100% !important;
  }
  .contact-page .contact-2 ul li .box p {
    min-height: unset;
  }
  .inner-page ul.nav {
    display: none;
  }
  .news-page .list ul li {
    width: 50% !important;
  }
  .news-page {
    padding-top: 60px;
  }
  .design-page .design-1 {
    padding: 65px 0 70px;
  }
  .design-page .design-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .design-page .design-1 .right {
    width: 100%;
    margin-top: 30px;
  }
  .design-page .design-1 .left .box {
    margin: auto;
  }
  .resource-page .item ul {
    padding: 0;
  }
  /*.resource-page .item ul li {
    width: 50% !important;
  }*/
  .resource-page .item{
    margin-bottom: 45px;
  }
  .gallery-page ul.top li a {
    font-size: 18px;
  }
  .product-page .product-1 ul.list li {
    width: 100%;
  }
  .rd-page .rd-1 .left {
    width: 100%;
    padding-left: 0;
  }
  .rd-page .rd-1 .right {
    width: 100%;
    margin-top: 30px;
    padding: 30px 0;
  }
  .rd-page .rd-1 {
    padding-top: 50px;
    padding-bottom: 30px;
  }
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 30px;
  }
  .rd-page .rd-2 .left {
    width: 100%;
  }
  .rd-page .rd-2 .right {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .rd-page .rd-3 .left {
    width: 100%;
  }
  .rd-page .rd-3 .right {
    width: 100%;
    padding-right: 0;
    margin-top: 30px;
  }
  .rd-page .rd-4 ul {
    padding: 0 30px;
  }
  .rd-page .rd-5 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-6 .top .left {
    width: 100%;
  }
  .rd-page .rd-6 .top .right {
    width: 100%;
    margin-top: 30px;
  }
  .rd-page .rd-6 .list {
    padding: 0 10px;
  }
  .rd-page .rd-6 {
    padding: calc(2.3955vw 0 14px) +;
  }
  .rd-page .rd-7 ul.list li .left {
    width: 100%;
  }
  .rd-page .rd-7 ul.list li .right {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .news-page .gallery-page{
    display: none;
  }
  .rd-page .rd-7 ul.cat li a{
    padding: 0 10px;
    text-align: center;
  }

}
@media screen and (max-width: 700px) {
  .contact-page .contact-1 {
    padding-top: 40px;
  }
  .contact-page .contact-1 .box {
    padding: 40px 18px;
  }
  .contact-page .contact-1 .box form ul li input,
  .contact-page .contact-1 .box form ul li textarea {
    font-size: 17px;
    height: 53px;
  }
  .contact-page .contact-1 .box form ul li textarea {
    height: 140px;
  }
  .contact-page .contact-2 {
    padding: 80px 0;
  }
  .contact-page .contact-2 ul li {
    width: 100% !important;
  }
  .contact-page .contact-2 ul li .box p{
    margin-top: 25px;
  }
  .contact-page .contact-2 ul li .box span{
    position: relative;
    bottom: 0;
  }
  .news-page .list ul li {
    width: 100% !important;
  }
  .newdet-page .sideBar .sideleft .box {
    padding: 60px 30px;
  }
  .newdet-page {
    padding: calc(2.3955vw 0 14px) +;
  }
  .design-page .design-1 .right ul li .des {
    font-size: 16px;
  }
  .design-page .design-1 .right ul li .h4 {
    font-size: 18px;
  }
  .resource-page .item ul li p {
    font-size: 16px;
  }
  .gallery-page ul.top {
    display: none;
  }
  .video-page ul.list li .img-box .play {
    max-width: 70px;
  }
  .slick-next{
    left: -10px;
  }
  .slick-prev{
    right: -10px;
  }
  .rd-page .rd-1 .ui.container,
  .rd-page .rd-3 .ui.container {
    padding: 0 15px;
  }
  .rd-page .rd-2 {
    padding-bottom: 50px;
  }
  .rd-page .rd-3 {
    padding-top: 45px;
  }
  .rd-page .rd-3 .left {
    padding: 55px 10px;
  }
  .rd-page .rd-4 {
    padding-bottom: 45px;
  }
  .rd-page .rd-4 ul li p {
    font-size: 18px;
  }
  .rd-page .rd-5 {
    padding: 50px 0;
  }
  .rd-page .rd-7 ul.list {
    margin-top: 35px;
  }
  .rd-page .rd-7 ul.cat li a{
    font-size: 16px;
  }
  .rd-page .rd-4 ul .icon{
    zoom: 0.7;
  }
  .prodet-page .prodet-1 {
    padding: 60px 0 54px;
  }
  /*.prodet-page .prodet-2 .content-box .item4 .box ol li:first-child{
    zoom: 0.5;
  }*/
  .prodet-page .prodet-2 .content-box .item3 ul.top,
  .prodet-page .prodet-2 .content-box .item1 ul{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top{
     -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li{
    width: 50%;
    margin-bottom: 12px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li{
    width: 50%;
  }
  .prodet-page .prodet-2 .content-box .item5 .box p{
    font-size: 12px;
  }
  .slick-next{
    left: 6px; 
  }
  .slick-prev{
    right: 6px;
  }
  
  .product-page .product-1 .item{
    padding-top: 0;
  }
}
@media screen and (max-width: 500px) {
  
  .prodet-page .prodet-2 .content-box .item6 ul li{
    width: 100%;
  }
  .contact-page .contact-1 .top .text {
    font-size: 16px;
    margin-top: 15px;
  }
  .contact-page .contact-1 .box p{
    font-size: 16px;
  }
  .newdet-page .sideBar .sideleft .box .content {
    padding-top: 25px;
    font-size: 16px;
  }
  
  .resource-page .item .h3 {
    font-size: 22px;
  }
  .gallery-page {
    padding: 50px 0 70px;
  }
  .product-page .product-1 ul.list li .box .img {
    width: 100%;
  }
  .product-page .product-1 ul.list li .box .content {
    width: 100%;
    padding-right: 0;
    margin-top: 20px;
  }
  .rd-page .rd-6 .list::after {
    bottom: 10px;
    top: auto;
  }
  .rd-page .rd-6 ul .slick-list {
    padding-bottom: 10px;
  }
  .rd-page .rd-6 .list .slick-arrow{
    top: auto;
    bottom: 0;
    -webkit-transform: translateY(26%);
    -moz-transform: translateY(26%);
    -ms-transform: translateY(26%);
    transform: translateY(26%);
  }
  .rd-page .rd-7 ul.cat li a {
      padding: 0 15px 0 35px;
  }
  .rd-page .rd-7 ul.cat li a{
    font-weight: 300;
    font-size: 16px;
    height: 60px;
  }
  .rd-page .rd-7 ul.cat{
    padding: 0 30px;
  }
  .rd-page .rd-7 ul.list li .right .text{
    font-size: 16px;
  }
  .rd-page .rd-7{
    padding-bottom: 40px;
  }
  .rd-page .rd-7 ul.list li .left{
    box-shadow: unset;
  }
  .rd-page .rd-7 ul.list li .left img{
    height: 155px;
    width: auto;
    -webkit-box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .2);
    display: block;
    border-radius: 10px;
  }
  .prodet-page .prodet-1 .right .partner .slick-prev{
    right: -55px;
  }
  .prodet-page .prodet-1 .right .partner .slick-next{
    left: -55px;
  }
  .prodet-page .prodet-1 .right .content{
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-2 .content-box .item3 .box{
    padding: 10px;
  }
  .prodet-page .prodet-1 .right .partner{
    padding: 0 45px;
  }
  .prodet-page strong span{
    font-size: 23px !important;
  }
  .prodet-page .prodet-2 .content-box .item{
    padding: 40px 0;
  }
  .slick-arrow{
    zoom: 0.6;
  }
  .prodet-page .prodet-2 .content-box .item h2{
    font-size: 23px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a img{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li a{
    font-size: 15px;
    height: 66px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top li{
    padding: 8px 5px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top {
    margin: -8px -5px;
  }
  .prodet-page .prodet-2 .content-box .item3 ul.top + br + br,
  .prodet-page .prodet-2 .content-box .item3 ul.top + br{
    display: none;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li span,
  .prodet-page .prodet-2 .content-box .item3 .box .left ul>li span{
    font-size: 15px !important;
  }
  .prodet-page .prodet-2 .content-box .item1 ul li img{
    width: 80px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li strong img{
    width: 35px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li:first-child,
  .prodet-page .prodet-2 .content-box .item4 .box ol li{
    padding-right: 45px;
    font-size: 15px;
  }
  .prodet-page .prodet-2 .content-box .item4 .box ol li:nth-child(1)>img{
    max-width: 35px;
  }
  .prodet-page .prodet-2 .content-box .item1 p span,
  .prodet-page .prodet-2 .content-box .item2 .box .column p span{
    font-size: 16px !important;
  }
  .prodet-page .prodet-2 .content-box .item6 ul li p{
    font-size: 15px;
  }
  .product-page .product-1{
    padding-bottom: 25px;
  }
}

.custom-form{
  position: fixed;
    top: 50%;
    right: 50%;
    -webkit-transform: translate(50.0%,-50%);
    -moz-transform: translate(50.0%,-50%);
    -ms-transform: translate(50.0%,-50%);
    transform: translate(50.0%,-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: 101;
    background: white;
    padding: 30px;
    overflow: auto;
}
.custom-form h4 {
    font-size: 18px;
    color: #222;
    text-transform: capitalize;
    line-height: 1;
    font-weight: bold;
    position: absolute;
    right: 0;
    width: 100%;
    top: 0;
    padding: 15px 20px;
    background: #f5f5f5;
    -moz-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    -o-box-shadow: 0 0 5px rgba(0, 0, 0, .1);
    box-shadow: 0 0 5px rgba(0, 0, 0, .1);
}
.custom-form i.close {
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    left: 10px;
    background: #eee;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form i.close:after, .custom-form i.close:before {
    content: '';
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    width: 70%;
    height: 2px;
    margin-top: -1px;
    background: black;
    position: absolute;
    top: 50%;
    right: 15%;
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
}
.custom-form i.close:after {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.custom-form i.close:hover {
    background: var(--color);
}
.custom-form i.close:hover:after, .custom-form i.close:hover:before {
    background: white;
}
.custom-form form {
    margin-top: 40px;
}
.custom-form form ul li {
    margin-bottom: 10px;
    position: relative;
}
.custom-form form ul li label {
    font-size: 14px;
    margin-bottom: 10px;
    display: block;
}
.custom-form form ul li label em {
    color: red;
    margin-left: 2px;
}
.custom-form form ul li input, 
.custom-form form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 6px 15px;
    border: 1px solid #eee;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
}
.custom-form form ul li textarea {
    height: 80px;
}
.custom-form form ul li:last-child {
    margin-bottom: 0;
}
.custom-form form ul li input[type="submit"] {
    width: auto;
    padding: 6px 40px;
    display: inline-block;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.custom-form form ul li input[type="submit"]:hover {
    opacity: .7;
}
.seoPublic>div:nth-child(odd){
  background: #202020;
}
.seoPublic>div:nth-child(odd) {
    background: #363636;
}
.seoPublic .seoIndustry .text {
    color: #fff;
    font-size: 18px;
    line-height: 1.7;
}
.seoPublic .Auxil-about .box .left{
  border-radius: 15px;
  overflow: hidden;
  height: 445px;
}


.design-page .design-1 {
  padding-bottom: 120px;

  overflow: hidden;
}
.design-page .design-1 .content {
  font-size: 18px;
  line-height: 32px;
  margin-bottom: 90px;
  margin-top: 10px;
}
.design-page .design-1 .left {
  width: 45%;
  vertical-align: middle;
}
.design-page .design-1 .left .box {
  /*width: 580px;
  height: 580px;*/
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: 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;
  position: relative;
}
.design-page .design-1 .left .box .icon {
  z-index: 3;
  border-radius: 15px;
  overflow: hidden;
}
.design-page .design-1 .left .box p {
  font-size: calc(0.8345vw + 14px);
  font-weight: bold;
  color: #f8b739;
  z-index: 3;
}
.design-page .design-1 .left .box p span {
  width: 37px;
  height: 37px;
  border-radius: 50%;
  text-align: center;
  line-height: 37px;
  background-color: #01302b;
  display: inline-block;
}
.design-page .design-1 .left .box p span img {
  position: relative;
  top: 12px;
}
.design-page .design-1 .left .box .circle {
  position: absolute;
  right: 0;
  top: 0;
  left: 0;
  bottom: 0;
  border-radius: 50%;
  border: 1px dashed #01302b;
}
.design-page .design-1 .left .box .circle .line {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  -webkit-animation: rotate1 20s infinite linear;
  -moz-animation: rotate1 20s infinite linear;
  animation: rotate1 20s infinite linear;
}
.design-page .design-1 .left .box .circle .arrow {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #f2fcf4;
  text-align: center;
  line-height: 40px;
}
.design-page .design-1 .left .box .circle .arrow:nth-child(1) {
  position: absolute;
  right: -1%;
  top: 31%;
}
.design-page .design-1 .left .box .circle .arrow:nth-child(1) img {
  -webkit-transform: rotate(110deg);
  -moz-transform: rotate(110deg);
  -ms-transform: rotate(110deg);
  transform: rotate(110deg);
}
.design-page .design-1 .left .box .circle .arrow:nth-child(2) {
  position: absolute;
  right: 94%;
  top: 31%;
}
.design-page .design-1 .left .box .circle .arrow:nth-child(2) img {
  -webkit-transform: rotate(245deg);
  -moz-transform: rotate(245deg);
  -ms-transform: rotate(245deg);
  transform: rotate(245deg);
}
.design-page .design-1 .left .box .circle .arrow:nth-child(3) {
  position: absolute;
  right: 50%;
  bottom: 0%;
  -webkit-transform: translate(50.0%,50%);
  -moz-transform: translate(50.0%,50%);
  -ms-transform: translate(50.0%,50%);
  transform: translate(50.0%,50%);
}
.design-page .design-1 .left .box .circle .arrow:nth-child(3) img {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
}
.design-page .design-1 .left .box .circle .txt {
  font-size: 20px;
  color: white;
  background-color: var(--color);
  border-radius: 5px;
  padding: 5px 15px;
  -webkit-animation: rotate2 20s infinite linear;
  -moz-animation: rotate2 20s infinite linear;
  animation: rotate2 20s infinite linear;
}
.design-page .design-1 .left .box .circle .txt.t1 {
  position: absolute;
  right: 50%;
  top: 0;
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
}
.design-page .design-1 .left .box .circle .txt.t2 {
  position: absolute;
  right: -5%;
  top: 76%;
}
.design-page .design-1 .left .box .circle .txt.t3 {
  position: absolute;
  right: 72%;
  top: 76%;
  white-space: nowrap;
}
.design-page .design-1 .right {
  width: 55%;
  vertical-align: middle;
}
.design-page .design-1 .right ul li {
  margin-bottom: 15px;
}
.design-page .design-1 .right ul li .h4 {
  font-size: 20px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  border-radius: 5px;
  position: relative;

  padding: 19px 25px;
  cursor: pointer;
}
.design-page .design-1 .right ul li .h4 i {
  position: absolute;
  left: 30px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 20px;
  display: block;
}
.design-page .design-1 .right ul li .des {
  font-size: 18px;
  line-height: 1.4;
  padding: 0 25px;
  transition: all 0.5s ease-out;
  max-height: 0;
  overflow: hidden;
}
.design-page .design-1 .right ul li.active .des {
  max-height: 100px;
  padding: 15px 25px;
}
.design-page .design-1 .right ul li .des p{
  color: #fff !important;
}
.design-page .design-1 .right ul li .des p span{
  color: #fff !important;
}
.design-page .design-1 .right ul li:hover .h4,
.design-page .design-1 .right ul li.active .h4 {
  background-color:var(--color);
  color: white;
}
.design-page .design-1 .right ul li.active .h4 i {
  -webkit-transform: translateY(-50%) rotate(90deg);
  -moz-transform: translateY(-50%) rotate(90deg);
  -ms-transform: translateY(-50%) rotate(90deg);
  transform: translateY(-50%) rotate(90deg);
}

.design-page .design-2 {
    padding: 20px 0 60px } .design-page .design-2 .i-title { line-height: 1.2;
    margin-bottom: 15px;
    margin-top: 50px;
    text-transform: uppercase
}

.design-page .design-2 .left .img {
    border-radius: 10px
}

.design-page .design-2 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 20px
}

.design-page .design-2 .left .img img {
    border-radius: 10px
}

.design-page .design-2 .right {
    padding-right: 90px } .design-page .design-2 .right img { border-radius: 10px } .design-page .design-2 .right .txt { font-size: 18px;
    line-height: 1.7;
    color: rgba(255, 255, 255, 0.8);
  
}

.design-page .design-3 {
    padding-bottom: 120px
}

.design-page .design-3 .i-title {
    margin-bottom: 48px
}

.design-page .design-3 ul {
    margin: -40px } .design-page .design-3 ul li { padding: 40px } .design-page .design-3 ul .slick-list { padding: 0 28% } .design-page .design-3 ul li .box { position: relative;
    width: 500px
}

.design-page .design-3 ul li .box img {
    width: 100%;
    border-radius: 10px
}

.design-page .design-3 ul li .content {
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #fff;
    position: absolute;
    right: 0;
    bottom: 18%;
    padding: 20px;
    opacity: 0;
    border-radius: 0 10px 10px 0
}

.design-page .design-3 ul li .content h4 {
    font-weight: 700;
    font-size: calc(0.8345vw + 14px);
    line-height: 1.2
}

.design-page .design-3 ul li .content p {
    font-size: 18px;
    font-weight: 700
}

.design-page .design-3 ul li:hover .content {
    opacity: 1
}

.design-page .design-3 ul .slick-dots {
    margin: 0;
    text-align: center } .design-page .design-3 ul .slick-dots li { padding: 0;
    width: 12px;
    height: 12px;
    margin: 0 5px;
    background: #e5e5e5;
    display: inline-block;
    -webkit-transition: .3s;
    -moz-transition: .3s;
    transition: .3s
}

.design-page .design-3 ul .slick-dots li button {
    display: none
}

.design-page .design-3 ul .slick-dots li.slick-active {
    background: var(--index-main-color)
}

.design-page .design-4 {
    background: url(/template/en/images/design-4-bg.jpg) no-repeat;
    color: #fff;
    padding: 107px 0 70px;
    background-attachment: fixed
}

.design-page .design-4 .left {
    position: sticky;
    top: 170px;
    width: 35%
}

.design-page .design-4 .left p {
    font-size: 18px;
    line-height: 1.7
}

.design-page .design-4 .left .i-title {
    line-height: 1.2
}

.design-page .design-4 .right {
    padding-right: 90px;
    width: 65%
}

.design-page .design-4 .right ul li {
    padding-right: 140px;
    position: relative;
    padding-bottom: 100px
}

.design-page .design-4 .right ul li .icon {
    width: 77px;
    height: 77px;
    border-radius: 100%;
    background: #fff;
    text-align: center;
    line-height: 77px;
    position: absolute;
    right: 0;
    top: 0
}

.design-page .design-4 .right ul li .icon img {
    vertical-align: middle
}

.design-page .design-4 .right ul li .icon:after {
    content: "";
    position: absolute;
    right: 50%;
    top: 130%;
    width: 1px;
    height: 262%;
    background: rgba(255,255,255,.3)
}

.design-page .design-4 .right ul li:last-child .icon:after {
    content: none
}

.design-page .design-4 .right ul li h4 {
    font-size: calc(0.8345vw + 14px);
 
}

.design-page .design-4 .right ul li .des {
    font-size: 18px;
    line-height: 1.7;
    margin-top: 14px;
    color: #fff
}

.design-page .design-5 {
    padding: 130px 0 110px;
    position: relative
}

.design-page .design-5 .i-title {
    line-height: 1.2
}

.design-page .design-5 .wrap {
    margin-top: 70px
}

.design-page .design-5 .left {
    position: absolute;
    right: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
}

.design-page .design-5 .left .box {
    max-width: 50%
}

.design-page .design-5 .left .txt {
    font-size: 20px;
    line-height: 1.4;
    color: #fff;
    margin-bottom: 45px
}

.design-page .design-5 .left img {
    width: 100%
}

.design-page .design-5 .right {
    max-width: 50%;
    width: fit-content;
    margin-right: auto } .design-page .design-5 .right img { border-radius: 10px } @media screen and (max-width: 1600px) { .design-page .design-5 .ui.container { padding-left: 7% } .design-page .design-5 .wrap { padding-left: 10% } .design-page .design-5 .right { max-width: 40% } } @media screen and (max-width: 1400px) { .design-page .design-4 .right { padding-left:30px } .design-page .design-5 .wrap { padding-left: 0 } .design-page .design-5 .left .txt { font-size: 18px;
        line-height: 1.6;
        margin-bottom: 15px
    }
}

@media screen and (max-width: 1200px) {
    .design-page .design-5 .left .i-title {
        font-size:30px
    }

    .design-page .design-2 .right {
        padding-right: 50px } .design-page .design-3 ul li { padding: 20px } .design-page .design-3 ul { margin: -20px } .design-page .design-3 ul li .content h4 { font-size: 21px } .design-page .design-4 .right ul li { padding-left: 105px;
        padding-bottom: 40px
    }

    .design-page .design-4 .right ul li .icon:after {
        height: 225%
    }
}

@media screen and (max-width: 1000px) {
    .design-page .design-2 {
        padding: 60px 0 65px } .design-page .design-1 .right ul li.active .des{ max-height: 200px;
    }
    .design-page .design-3 ul .slick-list {
        padding: 0 18% } .design-page .design-4 .left { position: relative;
        top: 0
    }

    .design-page .design-4 .right {
        width: 100%;
        margin-top: 50px;
        padding-right: 0;
    }

    .design-page .design-5 {
        padding: 55px 0 50px } .design-page .design-5 .left { width: 100%;
        position: unset;
        transform: none;
        margin-bottom: 60px
    }

    .design-page .design-5 .left .box {
        width: 100%;
        max-width: 100%
    }

    .design-page .design-5 .right {
        width: 100%;
        max-width: 100%;
        padding: 0 15px } } @media screen and (max-width: 700px) { .design-page .design-2 .right { width: 100%;
        padding-right: 0;
        margin-top: 25px
    }

    .design-page .design-2 .left {
        width: 100%
    }

    .design-page .design-2 .i-title {
        margin-bottom: 30px
    }

    .design-page .design-3 ul .slick-list {
        padding: 0 } .design-page .design-3 { padding: 0 15px 50px } .design-page .design-4 .left { width: 100% } } @media screen and (max-width: 500px) { .design-page .design-4 .right ul li { padding-right: 0 } .design-page .design-4 .right ul li .icon { position: relative;
        margin-bottom: 12px
    }

    .design-page .design-4 .right ul li .icon:after {
        content: none
    }
      .design-page .design-1 .content {
    margin-bottom: 25px;
  }
}

.product-yd-page .yd .left {
    width: 75%
}
.product-yd-page .yd .left ul li ol li .img-box{
  border-radius: 15px;
  overflow: hidden;
  display: block;
}
.product-yd-page .yd .right {
    width: 25%;
    padding-right: 2%;
    position: -webkit-sticky;
    position: sticky;
    top: 160px;
    font-weight: 500;
    padding-left: .7% } .product-yd-page .yd .right:after { content: '';
    width: 1px;
    height: 90%;
    position: absolute;
    left: 0;
    top: 0;
    background-color: #000
}

.product-yd-page .yd .right span.h3 {
    max-width: 3.5em;
    display: block;
    margin-right: auto;
    margin-left: 0;
    margin-bottom: 2em;
    line-height: 1.66666667;
    margin-top: -.3em
}

.product-yd-page .yd .right .nav {
    color: #727272
}

.product-yd-page .yd .right .nav ul li {
    margin-bottom: 1.5em;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-yd-page .yd .right .nav ul li:hover,.product-yd-page .yd .right .nav ul li.active {
    font-size: 1.3em;
    color: var(--color)
}

.product-yd-page .list ul li a.img-box {
    padding-top: 55%
}

.product-yd-page .list ul li.grid-span a.img-box {
    padding-top: 30%
}

.product-yd-page .list ul li a.img-box:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background: inherit;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-yd-page .list ul li a.img-box:hover:before {
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.product-yd-page .list ul li span.h6 {
    line-height: 1.2
}

.product-yd-page .list ul li span.h6 i {
    font-size: .76470588em
}

.product-yd-page .solutions ul li .textarea {
    width: 52%;
    padding-left: 6% } .product-yd-page .solutions ul li .textarea span.h3 { -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s
}

.product-yd-page .solutions ul li .textarea span.h3:hover {
    color: var(--color)
}


.product-yd-page .solutions ul li .img {
    width: 48%
}

.product-yd-page .solutions ul li .img span.h6 {
    bottom: 0;
    right: 0;
    width: 100%;
    padding: .6em;
    background-color: rgba(0,0,0,.18);
    text-align: center;
   
    color: #fff;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    line-height: 1.2
}

.product-yd-page .solutions ul li .img:hover span.h6 {
    background-color: #008dff;
}

@media screen and (max-width: 1000px) {
    .product-yd-page .yd .right,.inner-page .slideBox .slideBoxLeft {
        display:none
    }

    .product-yd-page .yd .left,.inner-page .slideBox .slideBoxRight {
        width: 100%
    }
}

@media screen and (max-width: 700px) {
  .product-yd-page .solutions ul li .textarea{
    width: 100%;
  }
  .product-yd-page .solutions ul li .img {
    width: 100%;
    margin-top: 30px;
}
    .product-yd-page .list ul li.grid-span a.img-box {
        padding-top:55%
    }

    .product-yd-page .solutions ul li .textarea {
        width: 100%;
        padding-left: 0 } .product-yd-page .solutions ul li .img { width: 100% } .product-yd-page .solutions ul li { -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        gap: 20px;
    }
}

.inner-banner {
  position: relative;
  /*padding-top: 220px;
  height: 368px;*/
      overflow: hidden;
}
.inner-banner .bg {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: bottom;
  object-position: bottom;
}
.inner-banner .mbx h2 {


  margin-bottom: 30px;

}
.inner-banner .mbx h2 em {
  color: #fff;
}
.inner-banner .mbx p {
  font-size: 18px;
  opacity: 0.8;
}
.about-page .about-1 {
  padding-top: 70px;
}
.about-page .about-1 .left {
  margin-top: -15px;
}
.about-page .about-1 .img_box {
  position: relative;
}
.about-page .about-1 .img_box .img {
  border-radius: 15px;
  display: block;
  overflow: hidden;
}
.about-page .about-1 .img_box .text {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateY(-80%);
  -moz-transform: translateY(-80%);
  -ms-transform: translateY(-80%);
  transform: translateY(-80%);
}
.about-page .about-2 {
  padding: 120px 0;
}
.about-page .about-2 ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.about-page .about-2 ul li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.about-page .about-2 ul li:nth-child(even) .left {
  padding-left: 0;
  padding-right: 55px;
}
.about-page .about-2 ul li .left {
  padding-left: 55px;
}
.about-page .about-2 ul li .left p {
  color: rgba(255, 255, 255, 0.8);
}
.about-page .about-2 ul li .left p em {
  color: white;
}
.about-page .about-2 ul li .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.about-page .about-2 ul li .left .list_box .list:last-child {
  margin-bottom: 0;
}
.about-page .about-2 ul li .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.about-page .about-2 ul li .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}



.about-page .about-2 ul li .right {
  border-radius: 10px;
  overflow: hidden;
}
.about-page .about-3 {

}


.faq-page .faq-1 {

  text-align: center;
  font-size: 14px;
  line-height: 28px;
}
.faq-page .faq-1 span.tag {
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: right;
}
.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #202020;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  
  line-height: 35px;
  color: #fff;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-left: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}
.faq-page .faq-1 .list ul li .box h6 i.fa {
  position: absolute;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  top: 22px;
  left: 16px;
}
.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;

  display: none;
}
.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(255, 255, 255, 0.2);
}
.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}
.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}
.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}

.inner-page .fixed-left .inner-cat {
  margin-bottom: 40px;
}
.inner-page .fixed-left .inner-cat ul li {
  padding: 0;
  /*font-size: 16px;
  line-height: 2;*/
}
.inner-page .fixed-left .inner-cat ul li.active > a,
.inner-page .fixed-left .inner-cat ul li.active > a span {
  color: #fff;
      font-weight: bold;
}
.inner-page .fixed-left .inner-cat ul li:first-child {
  padding-top: 0;
}
.inner-page .fixed-left .inner-cat ul li:last-child {
  padding-bottom: 0;
}
.inner-page .fixed-left .inner-cat ul li a {
  color: #fff;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s;
}
.inner-page .fixed-left .inner-cat > ul > li > a {
  width: calc(100% - 20px);
    /*display: block;*/
}
.inner-page .fixed-left .inner-cat ul li a:hover {
  color: #fff;
}
.inner-page .fixed-left .inner-cat ul li a span {
  color: #aaa;
}
.inner-page .fixed-left .inner-cat ul li .item_cont {
  margin-top: 10px;
  display: none;
}
.inner-page .fixed-left .inner-cat ul li.active .item_cont{
  display: block;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item{
  text-transform: capitalize;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item a {
  position: relative;
  display: block;
  padding-right: 25px;
}
.inner-page .fixed-left .inner-cat ul li .item_cont .nav_item a:before {
  content: '';
  width: 15px;
  height: 1px;
  background: #000;
  position: absolute;
  top: 18px;
  right: 0;
}
.inner-page .fixed-left .inner-cat ul li .item_cont{
  display: block;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease-out;
  margin-bottom: 10px;
}
.inner-page .fixed-left .inner-cat ul li.active .item_cont{
  max-height: 2000px;
}
.inner-page .fixed-left .inner-cat ul li{
  position: relative;
}
.inner-page .fixed-left .inner-cat ul li i{
  font-size: 20px;
  font-weight: bold;
  color: white;
  position: absolute;
  left: 0;
  top:-2px;
  transition: all 0.5s;
  cursor: pointer;
  transform: rotate(-180deg);
  line-height: 2;
}
.inner-page .fixed-left .inner-cat ul li.active i{
  transform: rotate(-90deg);
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .img_box .text {
    max-width: 50%;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    font-size: 16px;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after {
    background-size: 40% auto;
  }
}
@media screen and (max-width: 1250px) {
  .inner-banner .mbx h2 {
    font-size: calc(0.8345vw + 14px);
    margin-bottom: 15px;
  }
  .about-page{
    padding-top: 100px;
  }
  .about-page .about-1 {
    padding-top: 0;
  }
  .about-page .about-3 {
    padding: 80px 0;
  }
  .about-page{
    padding-top: 85px;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    /*height: 300px;*/
  }
  .about-page .about-2 {
    padding: 80px 0;
  }
  table tbody {
    min-width: initial;
  }
  .about-page .about-2 ul li {
    -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;
  }
  .about-page .about-2 ul li .left {
    width: 100%;
    padding: 0;
    margin-top: 60px;
  }
  .about-page .about-2 ul li .right {
    width: 100%;
    padding: 0;
  }
  .about-page .about-2 ul li:nth-child(even) {
    -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;
  }
  .about-page .about-2 ul li:nth-child(even) .left {
    padding-left: 0;
    padding-right: 0;
  }
  .about-page .about-1 .left {
    width: 100%;
    margin-bottom: 30px;
  }
  .about-page .about-1 .right {
    width: 100%;
    margin-bottom: 60px;
  }
    .design-page .design-1 .right{
    width: 100%;
    padding-right: 0;
  }
  .design-page .design-1 .left{
    width: 100%;
    margin-bottom: 30px;
  }
}
@media screen and (max-width: 700px) {
  .about-page .about-1 .right p {
    width: 100%;
    margin: 15px 0;
  }
  .about-page .about-3 .left {
    width: 100%;
  }
  .inner-banner {
    height: auto;
    padding: calc(2.3955vw 0 14px) +;
  }
  .inner-banner .bg {
    -o-object-position: top;
    object-position: top;
  }
  .faq-page .faq-1 {
    padding: 40px 0;
  }
  .faq-page .faq-1 .list ul li .box h6 {
    padding: 10px 15px 10px 30px;
  }
  .faq-page .faq-1 .list ul li .box .text {
    padding: 0 15px 15px;
  }
  .faq-page .faq-2:after {
    display: none;
  }
  .faq-page .faq-2,
  .faq-page .faq-2:after {
    background-size: 60% auto;
  }
  .faq-page .faq-2 .form {
    max-width: none;
    margin-top: 20px;
  }
  .faq-page .faq-1 .list {
    margin-top: 20px;
  }
  .faq-page .faq-2 {
    padding: 50px 0;
  }
}
#cp-Nav .nav ul{
  color: black;
}











.outer_glow_l {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color);
    border-radius: 42%;
    width: 12rem;
    height: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% auto 0% -2.6rem
}

.button_wrap {
    width: 241px;
    height: 42px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 25px 0 15px;
    font-size: 16px;
    font-weight: 600;
}
.button_wrap a{
  width: 100%;
}
.outer_glow_r {
    z-index: 0;
    opacity: 0;
    pointer-events: none;
    background-color: var(--color);
    border-radius: 42%;
    width: 12rem;
    height: 3rem;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    inset: 0% -2rem 0% auto
}
.button_primary_flex {
    z-index: 3;
    justify-content: space-between;
    align-items: center;
    display: flex;
    position: relative;
}

.button_icon {
    width: .6rem;
    margin-top: 1.1px
}

.button_primary_rim {
    z-index: 1;
    pointer-events: none;
    border-radius: 8rem;
    position: absolute;
    inset: 0%;
    overflow: hidden
}

.button_primary_glow {
    opacity: 0;
    background-color: #f9feff;
    border-radius: 50%;
    width: 15rem;
    height: 10rem;
    position: absolute;
    inset: auto -2.9rem -3.5rem auto
}

.button_primary_glow.on_left {
    right: -2.9rem;
    left: auto
}

.button_primary_glow_circle {
    background-color: #d0f3fc;
    border-radius: 50%;
    width: 12rem;
    height: 7rem;
    position: absolute;
    inset: auto -25% -6.1rem auto
}

.button_primary_glow_wrap {
    z-index: 2;
    pointer-events: none;
    border-radius: 8rem;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0% 0 0% 0%;
    overflow: clip
}

.line_inner {
    background-color: #464646;
    width: .6rem;
    height: 100%
}

  .outer_glow_r, 
  .outer_glow_l, 
  .button_primary_glow {
    filter: blur(20px);
    -webkit-filter: blur(20px);
    transform: translateZ(0);
    will-change: filter, transform;
  }

  .button_primary_glow_circle {
    filter: blur(16px);
    -webkit-filter: blur(16px);
    transform: translateZ(0);
    will-change: filter, transform;
  }


 .rd-page .rd-1 .left .list_box .list {
  padding-bottom: 35px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}
.rd-page .rd-1 .left .list_box .list:last-child {
  margin-bottom: 0;
}
.rd-page .rd-1 .left .list_box .list p {
  width: -webkit-calc(100% - 55px);
  width: -moz-calc(100% - 55px);
  width: calc(100% - 55px);
}
.rd-page .rd-1 .list .left .list_box .list span {
  color: rgba(255, 255, 255, 0.8);
}

.rd-page .rd-1 .left .list_box .list p {
    width: -webkit-calc(100% - 55px);
    width: -moz-calc(100% - 55px);
    width: calc(100% - 55px);
}

.rd-page .rd-1 .left p {
    color: rgba(255, 255, 255, 0.8);
}


.seoPublic .Auxil-about .box .right .text{
  color: white;
  font-size: 18px;
  line-height: 1.7;
  max-height: 400px;
  overflow: auto;
}
table tr:nth-child(even) {
    background: #1b1b1b;
}
table tr:nth-child(odd) {
    background: #1b1b1b;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 32px;
    font-weight: 700;
    line-height: 1.2;
    margin-bottom: 1em;
}

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

.prodet-page .prodet-1 .right h1.Auxil-h1.font-48.font-bold {
    color: #fff;
    font-size: calc(1.1465vw + 14px);
    line-height: 1.3;
    font-weight: 700;
}

.seoPublic .Auxil-related .list ul li .box .content p {
    font-size: 16px;
    color: #888;
    line-height: 30px;
    font-weight: 400;
    margin: 0.5em 0;
    height: 4.0em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}


.mobile-menu-wrap01 .menu-item {
  font-size: 16px;
  line-height: 30px;
}

.seoPublic .title {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.4;
  margin-bottom: 0.5em;
}


.seoPublic .seoIndustry .text h3 {
  font-size: 24px;
  line-height: 2;
  font-weight: 600;
}

.seoPublic .seoIndustry .text h4 {
  font-size: 20px;
  line-height: 2;
  font-weight: 550;
  color: #008DFF;

}
#cp-Nav .nav div.title{
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#cp-Nav .nav div.title::after{
  content:"\e768";
  font-family: 'iconfont';
  font-size: 20px;
}
.homepage-1 .container .right .rb h1 {
  display: inline !important;
  font-size: 24px;
  line-height: 2;


}
.seoPublic .seoIndustry .text p strong {
  font-weight: bold;
  font-size: 20px;
  color: #008DFF;
}

.seoPublic .text a {
  color: white;
}

.seoPublic .Auxil-news .list ul li .content .h3 {
  font-size: 24px;
}

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

.yjyyj {
  font-size: 16px;
  line-height: 30px;
}

.newdet-page .sideBar .sideleft .box .content h2 {
  font-size: 28px;
  line-height: 1.6;
  font-weight: 700;
  padding-bottom: 10px;
  padding-top: 10px;

}

.newdet-page .sideBar .sideleft .box .content h3 {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;
  color: #008DFF;

}
.newdet-page .sideBar .sideleft .box .content h4 {
  font-size: 20px;
  line-height: 1.9;
  font-weight: 600;
  padding-bottom: 10px;
  padding-top: 10px;

}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 25px;
  background-color: #9fa5ab;
  height: 45px;
  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: 35px;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: white;
  overflow: hidden;
}
.more i {
  font-size: 20px;
  position: relative;
  z-index: 5;
}
.more .halo {
  content: '';
  position: absolute;
  display: block;
  width: 297px;
  height: 174px;
  top: 120%;
  right: 90%;
  pointer-events: none;
  -webkit-transition: left 0.2s cubic-bezier(.4,0,.1,1);
  -moz-transition: left 0.2s cubic-bezier(.4,0,.1,1);
  transition: left 0.2s cubic-bezier(.4,0,.1,1);
  -webkit-transform: translate(50.0%,-50%);
  -moz-transform: translate(50.0%,-50%);
  -ms-transform: translate(50.0%,-50%);
  transform: translate(50.0%,-50%);
  will-change: transform;
  
}
.more span {
  font-size: 16px;
  font-weight: 600;
  position: relative;
  z-index: 5;
  margin-left: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: -webkit-gradient(linear, left top, right top, from(#b5e9f3), to(#1594d5));
  background: -webkit-linear-gradient(right, #b5e9f3 0%, #1594d5 100%);
  background: -moz-linear-gradient(right, #b5e9f3 0%, #1594d5 100%);
  background: linear-gradient(to left, #b5e9f3 0%, #1594d5 100%);
}
.layui,
.layui-layer{
  color: #000;
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c{
    margin-left: var(--ft30);
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-right: var(--ft30);
  }
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product {
    position: unset!important;
    transform-style:unset !important;
    perspective:unset !important;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content {
    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);
    transform-origin: top;
    opacity: 0;
    position: absolute;
    top: 100%;
    left: 0;
    width: 60%;
    -webkit-box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    box-shadow: 0 0 10px 0 rgba(0,0,0,.08);
    color: #fff;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product:hover .menu-c-content {
    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-container>.menu>.menu-item.menu-product .menu-c-content .left {
    width: 70%;
    position: relative;
    border-left: 1px solid #ccc
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product {
    font-size: 14px;
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product .child-title {
    font-weight: 700;

    margin-bottom: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product .child-title:hover {
    color: var(--color)
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product .child-img {
    width: auto
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product ul {
    font-size: 15px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product ul li {
    margin-top: 10px
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .left .left-nav-product ul li a:hover {
    color: var(--color);
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .right {
    width: 30%;
    padding: 0 23px 20px;
    font-size: 14px;
    top: 0;
    color: #333
}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .right ul li {

}
#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .container {
    background: rgba(0,0,0,.9);
    padding: 40px 30px;
}

#header .nav .menu-menu-container>.menu>.menu-item.menu-product .menu-c-content .right .child-title {
    font-weight: 700;
    font-size: 18px;
    margin-bottom: 10px
}
.t_1 {
  transition: .5s;
}
.mo3d {
  position: relative;
}

.mo3d-loader {
  position: absolute;
  top: 50%;
  right: 50%;
  width: 100%;
  height: 100%;
  transform: translate(50.0%,-50%);
  z-index: 999;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  /* background: url(../images/jindu-tu.png) no-repeat center;
  background-size: cover; */
}
.mo3d-loader >img{
  width: 70%;
  display: block;
  margin: 0 auto;
}
.mo3d-spinner {
  width: 60px;
  height: 60px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top-color: #fff;
  border-radius: 50%;
  animation: spin 1s linear infinite;
  box-shadow: 0 0 20px rgba(255, 255, 255, 0.3);
}

.mo3d-loading-text {
  color: #fff;
  font-size: 14px;
  margin-top: 15px;
  text-align: center;
  opacity: 0.9;
  font-weight: 500;
  letter-spacing: 1px;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}
.mo3d-progress{
  width: 50%;
  height: 10px;
  border-radius: 5px;
  background: rgba(255, 255, 255, 0.2);
  margin: 0 auto;
  overflow: hidden;
}
.mo3d-progress-bar{
  height: 100%;
  background: #fff;
  width: 50%;
}
.mo3d-loaded .mo3d-loader {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
.mo3d-loaded .mo3d-loading {
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.5s ease, visibility 0.5s ease;
}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}
@media (max-width: 1250px) {}

@media (max-width: 1250px) {
  #indexMobileBanner ~ #banner{
    display: block !important;
  }
}


.about-page .about-8 .right ul .slick-current li img {
    top: -25px;
}

img.ig-02 {
    position: absolute;
    top: 0;
    right: 0;
    opacity: 0;
}

.product-page .product-1 ul.list li:hover img.ig-02 {
    opacity: 1;
}
.inner-page .fixed-left .inner-cat > ul > li > a:after {
    content: '';
    width: 15px;
    height: 15px;
    top: 25%;
    right: 0;
    border: 2px solid #aaa;
    position: absolute;
}

.inner-page .fixed-left .inner-cat > ul > li.active > a:after, .inner-page .fixed-left .inner-cat > ul > li:hover > a:after {
    border: 2px solid #fff;
    background: #fff;
}

.inner-banner.ny-banner .container {
    position: absolute;
    right: 10%;
    top: 50%;
    transform: translateY(-50%);
    z-index: 9;
}

.inner-banner.ny-banner ul li img {
    width: 100%;
    object-fit: cover;
    height: 700px;
}

.prodet-1 .small ul .slick-track {
    display: block;
}

#header.t_1.active {
    background: rgba(0,0,0,.7);
}

.list.biaoge li,
.small ul li {
    cursor: pointer;
}

li.hover:hover {
    background: #333;
     transition: all .5s ease;
}

li.hover{
   transition: all .5s ease;
}
@media (max-width: 1000px) {
  .about-8.pt-100.pb-100 .box{
    flex-wrap: wrap;
  }
  .about-8.pt-100.pb-100 .box>div{
    width: 100% !important;
    margin-bottom: var(--ft26);
  }
  .honor-page.factory .left,
  .inner-page.prodet-page  .left{
    position: static !important; 
  }
  .about-3.backImg.backImg-fixed.pt-150.pb-150 p{
    width: 100%;
  }
}
.swiper_i3{
position: relative;
}
.btn3m{
  z-index: 5;
  position: absolute;
  top: 40%;
  transform: translateY(-50%);
  cursor: pointer;
   background: rgba(255, 255, 255, .3);
}
.btn3ml{
  right: 0;
}
.btn3mr{
  left: 0;
}
@media screen and (max-width: 1250px) {
  #footer .copyright .container .left{
    flex-wrap: wrap;
  }
  .newdet-page .sideBar .sideright .box2{
    margin-top: var(--ft50);
  }
    .inner-page.newdet-page .sideBar .sideright {
        display: block;
        width: 100%;
    }
    .newdet-page .sideBar .sideright .box1{
      display: none;
    }
}