.grid-box {
  font-size: 0;
  letter-spacing: -4px;
  font-size: 12px;
}

.grid-box .column {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
  letter-spacing: 0;
}

.grid-box .column {
  width: 100%;
}

.grid-box.two>.column {
  width: 50%;
}

.grid-box.three>.column {
  width: 33.33333%;
}

.grid-box.four>.column {
  width: 25%;
}

.grid-box.five>.column {
  width: 20%;
}

.grid-box.six>.column {
  width: 16.6666667%;
}

.grid-box.seven>.column {
  width: 14.285714%;
}

.grid-box.eight>.column {
  width: 12.55%;
}

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

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

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

  .grid-box.three>.column {
    width: 33.33333%;
  }

  .grid-box.four>.column {
    width: 33.33333%;
  }

  .grid-box.five>.column {
    width: 33.33333%;
  }
}

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

  .grid-box.three>.column {
    width: 50%;
  }

  .grid-box.four>.column {
    width: 50%;
  }

  .grid-box.five>.column {
    width: 50%;
  }
}

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

  .grid-box.three>.column {
    width: 100%;
  }

  .grid-box.four>.column {
    width: 100%;
  }

  .grid-box.five>.column {
    width: 100%;
  }
}

#pups_shadow2 {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}

#pups_from2 {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}

#pups_from2 h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}

#pups_from2 form {
  margin-top: 40px;
}

#pups_from2 i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#pups_from2 i.close::after,
#pups_from2 i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

#pups_from2 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

#pups_from2 i.close:hover {
  background: var(--color);
}

#pups_from2 i.close:hover::before,
#pups_from2 i.close:hover::after {
  background: white;
}

#pups_from2 ul li {
  margin-bottom: 10px;
  position: relative;
}

#pups_from2 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}

#pups_from2 ul li label em {
  color: red;
  margin-right: 2px;
}

#pups_from2 ul li input,
#pups_from2 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_from2 ul li input:focus,
#pups_from2 ul li textarea:focus {
  border-color: var(--color);
}

#pups_from2 ul li textarea {
  height: 80px;
}

#pups_from2 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_from2 ul li input[type="submit"]:hover {
  opacity: 0.7;
}

#pups_from2 ul li:last-child {
  margin-bottom: 0;
}

.right_nav_list {
  position: fixed;
  bottom: 140px;
  right: 20px;
  z-index: 10;
}

.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}

.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}

.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}

.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}

.right_nav_list ul li:hover .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;
}

.right_nav_list ul li:hover .text {
  opacity: 0.6;
}

@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }

  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }

  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }

  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}

iframe {
  display: block;
  width: 100%;
}

#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
}

#Pop_UpsBtn:hover {
  background: #889aff;
}

b,
strong {
  font-weight: bold;
}

html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}

#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}

img {
  max-width: 100%;
  width: auto;
  height: auto;
}

table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}

table tbody {
  display: table;
  width: 100% !important;
}

table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}

table tbody tr {
  width: auto !important;
  height: auto !important;
}

table tbody tr:nth-child(even) {
  background: #eee;
}

html.mobile {
  overflow: hidden;
}

html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}

#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}

#mobile:before {
  content: "";
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}

#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}

#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}

#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}

#mobile #menu-on i.line1 {
  top: 12px;
}

#mobile #menu-on i.line2 {
  top: 19px;
}

#mobile #menu-on i.line3 {
  top: 26px;
}

#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}

#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}

#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}

#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}

#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}

#mobile .menu-content .h3 {
  font-size: 20px;
  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-left: 15px;
  font-size: 13px;
  line-height: 18px;
}

#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}

#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}

#mobile .menu-content .mob-search form {
  position: relative;
}

#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}

#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}

#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}

#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}

#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}

#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}

#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}

#mobile.active {
  left: 0;
}

#mobile.active:before {
  right: 0;
}

#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}

#mobile.active #menu-on i.line2 {
  opacity: 0;
}

#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}

#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}

#mobile.white .menu-content {
  background: white;
  color: black;
}

#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}

#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}

#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}

.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}

.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}

.search-box form input {
  background: none;
  outline: none;
  border: none;
}

.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}

.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}

@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}

@media (max-width: 1700px) {
  body .zdy-tt.font-18 {
    font-size: 17px !important;
  }

  body .zdy-tt.font-20,
  body .zdy-tt.font-21 {
    font-size: 19px !important;
  }
}

@media (max-width: 1450px) {
  body .zdy-tt.font-18 {
    font-size: 16px !important;
  }

  body .zdy-tt.font-20,
  body .zdy-tt.font-21,
  body .zdy-tt.font-22 {
    font-size: 18px !important;
  }

  body .zdy-tt.font-23 {
    font-size: 19px !important;
  }

  body .zdy-tt.font-24,
  body .zdy-tt.font-25 {
    font-size: 20px !important;
  }

  body .zdy-tt.font-26,
  body .zdy-tt.font-27,
  body .zdy-tt.font-28,
  body .zdy-tt.font-29,
  body .zdy-tt.font-30 {
    font-size: 24px !important;
  }

  body .zdy-tt.font-31,
  body .zdy-tt.font-32,
  body .zdy-tt.font-33,
  body .zdy-tt.font-34,
  body .zdy-tt.font-35,
  body .zdy-tt.font-36 {
    font-size: 26px !important;
  }

  body .zdy-tt.font-37,
  body .zdy-tt.font-38,
  body .zdy-tt.font-39 {
    font-size: 28px !important;
  }

  body .zdy-tt.font-40,
  body .zdy-tt.font-41,
  body .zdy-tt.font-42,
  body .zdy-tt.font-43 {
    font-size: 32px !important;
  }

  body .zdy-tt.font-44,
  body .zdy-tt.font-45,
  body .zdy-tt.font-46,
  body .zdy-tt.font-47 {
    font-size: 36px !important;
  }

  body .zdy-tt.font-48,
  body .zdy-tt.font-49,
  body .zdy-tt.font-50,
  body .zdy-tt.font-51,
  body .zdy-tt.font-52,
  body .zdy-tt.font-53,
  body .zdy-tt.font-54 {
    font-size: 38px !important;
  }

  body .zdy-tt.font-55,
  body .zdy-tt.font-56,
  body .zdy-tt.font-57,
  body .zdy-tt.font-58,
  body .zdy-tt.font-59 {
    font-size: 42px !important;
  }
}

@media (max-width: 1250px) {

  body .zdy-tt.font-26,
  body .zdy-tt.font-27,
  body .zdy-tt.font-28,
  body .zdy-tt.font-29,
  body .zdy-tt.font-30 {
    font-size: 22px !important;
  }

  body .zdy-tt.font-31,
  body .zdy-tt.font-32,
  body .zdy-tt.font-33,
  body .zdy-tt.font-34,
  body .zdy-tt.font-35,
  body .zdy-tt.font-36 {
    font-size: 24px !important;
  }

  body .zdy-tt.font-37,
  body .zdy-tt.font-38,
  body .zdy-tt.font-39 {
    font-size: 26px !important;
  }

  body .zdy-tt.font-40,
  body .zdy-tt.font-41,
  body .zdy-tt.font-42,
  body .zdy-tt.font-43 {
    font-size: 28px !important;
  }

  body .zdy-tt.font-44,
  body .zdy-tt.font-45,
  body .zdy-tt.font-46,
  body .zdy-tt.font-47 {
    font-size: 30px !important;
  }

  body .zdy-tt.font-48,
  body .zdy-tt.font-49,
  body .zdy-tt.font-50,
  body .zdy-tt.font-51,
  body .zdy-tt.font-52,
  body .zdy-tt.font-53,
  body .zdy-tt.font-54 {
    font-size: 34px !important;
  }

  body .zdy-tt.font-55,
  body .zdy-tt.font-56,
  body .zdy-tt.font-57,
  body .zdy-tt.font-58,
  body .zdy-tt.font-59 {
    font-size: 36px !important;
  }
}

@media (max-width: 1000px) {

  body .zdy-tt.font-26,
  body .zdy-tt.font-27,
  body .zdy-tt.font-28,
  body .zdy-tt.font-29 {
    font-size: 20px !important;
  }

  body .zdy-tt.font-30,
  body .zdy-tt.font-31,
  body .zdy-tt.font-32,
  body .zdy-tt.font-33,
  body .zdy-tt.font-34,
  body .zdy-tt.font-35 {
    font-size: 22px !important;
  }

  body .zdy-tt.font-36,
  body .zdy-tt.font-37,
  body .zdy-tt.font-38,
  body .zdy-tt.font-39 {
    font-size: 24px !important;
  }

  body .zdy-tt.font-40,
  body .zdy-tt.font-41,
  body .zdy-tt.font-42,
  body .zdy-tt.font-43,
  body .zdy-tt.font-44,
  body .zdy-tt.font-45,
  body .zdy-tt.font-46,
  body .zdy-tt.font-47 {
    font-size: 26px !important;
  }

  body .zdy-tt.font-48,
  body .zdy-tt.font-49,
  body .zdy-tt.font-50,
  body .zdy-tt.font-51,
  body .zdy-tt.font-52,
  body .zdy-tt.font-53,
  body .zdy-tt.font-54,
  body .zdy-tt.font-55,
  body .zdy-tt.font-56,
  body .zdy-tt.font-57,
  body .zdy-tt.font-58,
  body .zdy-tt.font-59,
  body .zdy-tt.font-61 {
    font-size: 28px !important;
  }
}

@media (max-width: 700px) {

  body .zdy-tt.font-25,
  body .zdy-tt.font-26,
  body .zdy-tt.font-27,
  body .zdy-tt.font-28,
  body .zdy-tt.font-29 {
    font-size: 19px !important;
  }

  body .zdy-tt.font-30,
  body .zdy-tt.font-31,
  body .zdy-tt.font-32,
  body .zdy-tt.font-33,
  body .zdy-tt.font-34,
  body .zdy-tt.font-35 {
    font-size: 20px !important;
  }

  body .zdy-tt.font-36,
  body .zdy-tt.font-37,
  body .zdy-tt.font-38,
  body .zdy-tt.font-39 {
    font-size: 21px !important;
  }

  body .zdy-tt.font-40,
  body .zdy-tt.font-41,
  body .zdy-tt.font-42,
  body .zdy-tt.font-43,
  body .zdy-tt.font-44,
  body .zdy-tt.font-45,
  body .zdy-tt.font-46,
  body .zdy-tt.font-47 {
    font-size: 22px !important;
  }

  body .zdy-tt.font-48,
  body .zdy-tt.font-49,
  body .zdy-tt.font-50,
  body .zdy-tt.font-51,
  body .zdy-tt.font-52,
  body .zdy-tt.font-53,
  body .zdy-tt.font-54,
  body .zdy-tt.font-55,
  body .zdy-tt.font-56,
  body .zdy-tt.font-57,
  body .zdy-tt.font-58,
  body .zdy-tt.font-59,
  body .zdy-tt.font-61 {
    font-size: 24px !important;
  }
}

@media (max-width: 500px) {

  body .zdy-tt.font-36,
  body .zdy-tt.font-37,
  body .zdy-tt.font-38,
  body .zdy-tt.font-39 {
    font-size: 20px !important;
  }

  body .zdy-tt.font-40,
  body .zdy-tt.font-41,
  body .zdy-tt.font-42,
  body .zdy-tt.font-43,
  body .zdy-tt.font-44,
  body .zdy-tt.font-45,
  body .zdy-tt.font-46,
  body .zdy-tt.font-47 {
    font-size: 21px !important;
  }

  body .zdy-tt.font-48,
  body .zdy-tt.font-49,
  body .zdy-tt.font-50,
  body .zdy-tt.font-51,
  body .zdy-tt.font-52,
  body .zdy-tt.font-53,
  body .zdy-tt.font-54,
  body .zdy-tt.font-55,
  body .zdy-tt.font-56,
  body .zdy-tt.font-57,
  body .zdy-tt.font-58,
  body .zdy-tt.font-59,
  body .zdy-tt.font-60,
  body .zdy-tt.font-61,
  body .zdy-tt.font-62 {
    font-size: 22px !important;
  }
}

/*----- genneral end-----*/
@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.eot") format("eot"), url("../fonts/Lato-Bold.woff2") format("woff2"), url("../fonts/Lato-Bold.woff") format("woff"), url("../fonts/Lato-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Regular.eot") format("eot"), url("../fonts/Lato-Regular.woff2") format("woff2"), url("../fonts/Lato-Regular.woff") format("woff"), url("../fonts/Lato-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}

body {
  font-family: "Lato";
  font-weight: normal;
  font-size: 18px;
  --color: #95a818;
  --color1: #e98635;
  margin: 0 auto;
}

.container {
  width: 1750px;
}

.f-color {
  color: var(--color);
}

.color-ff {
  color: #fff;
}

.img-bg {
  background-repeat: no-repeat;
  background-size: cover;
}

.t_l {
  transition: all 0.5s;
}

.lh-1 {
  line-height: 1;
}

.lh-11 {
  line-height: 1.1;
}

.lh-12 {
  line-height: 1.2;
}

.lh-13 {
  line-height: 1.3;
}

.lh-14 {
  line-height: 1.4;
}

.lh-16 {
  line-height: 1.6;
}

.lh-17 {
  line-height: 1.7;
}

.lh-18 {
  line-height: 1.8;
}

.lh-19 {
  line-height: 1.9;
}

.lh-2 {
  line-height: 2;
}

#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
}

#header .nav {
  position: relative;
  height: 120px;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .nav .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}

#header .nav .h-search img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}

#header .nav .h-search:hover img {
  filter: none;
}

#header .nav .ui.menu {
  height: 100%;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
  position: relative;
  margin: 0 10px;
  padding: 0 22px;
  font-size: 22px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  transition: 0.5s;
  border-radius: 40px;
  display: flex;
  align-items: center;
  height: 48px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover {
  background-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.active {
  background-color: var(--color);
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li>a {
  display: block;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.logo-item {
  margin: 0 130px 0 100px;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.logo-item:hover {
  background-color: transparent;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li ul.sub-menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}

#header .nav .h-language {
  position: relative;
  cursor: pointer;
}

#header .nav .h-language span img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
  padding-right: 6px;
}

#header .nav .h-language span em {
  color: #fff;
  transition: all 0.5s;
}

#header .nav .h-language span i {
  color: #fff;
  font-size: 26px;
  transition: all 0.5s;
}

#header .nav .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}

#header .nav .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}

#header .nav .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}

#header .nav .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}

#header .nav .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}

#header .nav .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}

#header .nav .h-language:hover span img {
  filter: none;
}

#header .nav .h-language:hover span em {
  color: var(--color);
}

#header .nav .h-language:hover span i {
  color: var(--color);
  transform: rotateX(180deg);
}

#header.active,
#header.inner_active {
  background-color: #e98635;
}

#header.active .nav,
#header.inner_active .nav {
  height: 100px;
}
#banner{
  position: sticky;
  top: 0;
  z-index: 1;
}
#banner .banner-content {
  height: 100vh;
  position: relative;
}

#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  transition:all 6s;
  background-size: 120%;
}

#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
  padding-bottom: 110px;
}
#banner .banner-content .swiper-slide.swiper-slide-active{
  background-size: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 742px;
  line-height: 1;
}

#banner .banner-content .swiper-slide .txt-content .text2 {
  max-width: 985px;
  line-height: 1.8;
}

#banner .banner-content .swiper-slide .txt-content .btnbox a {
  margin: 5px;
}

#banner .banner-content .swiper-tool-box {
  width: 100%;
  position: absolute;
  bottom: 50px;
  left: 0;
  z-index: 1;
}

#banner .banner-content .swiper-tool-box .swiper-tool {
  position: relative;
  width: auto;
  height: 20px;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination {
  width: 100%;
  position: static;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  background-color: transparent;
  width: 13px;
  height: 13px;
  opacity: 1;
  border: 1px solid #fff;
  transition: all 0.5s;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

#banner .banner-content .swiper-tool-box .swiper-tool .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}
#banner .zdyqh .swiper-button{
  border-color:#fff;
  border-width: 2px;
  color: #fff;
  width: 48px;
  height: 48px;
}
#banner .zdyqh .swiper-button:before{
  background-color: #fff;
}
#banner .zdyqh .swiper-button:hover{
  color: var(--color);
}


.btn-go {
  background-color: transparent;
  padding: 8px 22px;
  border-radius: 30px;
  border: solid 1px transparent;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  transition: all 0.5s;
  font-size: 16px;
}

.btn-go.tm {
  background-color: rgba(255, 255, 255, 0.1);
  border-color: #fff;
}

.btn-go.var {
  background-color: var(--color);
  border-color: var(--color);
}

.btn-go:hover.tm {
  background-color: var(--color1);
  border-color: var(--color1);
  color: #fff;
}

.btn-go:hover.var {
  background-color: #fff;
  color: var(--color);
}
#index-body{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
#index-body .init-1 .top {
  border-bottom: 2px solid #eeeeee;
}

#index-body .init-1 .top ul span.line {
  display: block;
  width: 2px;
  height: 28px;
  background-color: #eeeeee;
}

#index-body .init-1 .bottom .left {
  width: 50%;
  padding-right: 3%;
}

#index-body .init-1 .bottom .left .imgBox {
  position: relative;
}

#index-body .init-1 .bottom .left .imgBox .play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

#index-body .init-1 .bottom .left .imgBox .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}

#index-body .init-1 .bottom .left .imgBox .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}

#index-body .init-1 .bottom .right {
  width: 50%;
  padding-left: 2%;
}

#index-body .init-1 .bottom .right h1 {
  max-height: 260px;
  overflow-y: auto;
}

#index-body .init-2 .honour-list {
  padding: 0 120px;
}

#index-body .init-2 .honour-list ul li .box {
  background-color: #eeeeee;
}

#index-body .init-3 .mk-desc {
  max-width: 616px;
}

#index-body .init-3 .cate-list ul li {
  position: relative;
}

#index-body .init-3 .cate-list ul li .box {
  height: 720px;
}

#index-body .init-3 .cate-list ul li .box .imgbox {
  position: relative;
  transition: all 0.5s;
  height: 670px;
}

#index-body .init-3 .cate-list ul li .box .imgbox>img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 25px;
  transition: all 0.5s;
}

#index-body .init-3 .cate-list ul li .box .imgbox .ttcon1 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
}

#index-body .init-3 .cate-list ul li .box .imgbox .ttcon1 p {
  opacity: 0;
  transition: all 0.5s;
}

#index-body .init-3 .cate-list ul li .box .ttbox {
  position: relative;
}

#index-body .init-3 .cate-list ul li .box .ttbox .con {
  display: none;
  transition: all 0.5s;
}

#index-body .init-3 .cate-list ul li .box .ttbox .con .desc {
  height: 82px;
  overflow-y: auto;
  color: #787972;
}

#index-body .init-3 .cate-list ul li .box .ttbox p {
  opacity: 1;
  line-height: 1;
  transition: all 0.5s;
}

#index-body .init-3 .cate-list ul li.active .box .imgbox .ttcon1 p {
  opacity: 1;
}

#index-body .init-3 .cate-list ul li.active .box .ttbox p {
  opacity: 0;
}

#index-body .init-4 .technology-list ul li .box {
  position: relative;
}
#index-body .init-4 .technology-list ul li .box .imgbox{
    border-radius: 25px;
    overflow: hidden;
}
#index-body .init-4 .technology-list ul li .box .imgbox img {
  border-radius: 25px;
  animation-name: imgscal;
  animation-delay: 0.5s;
  animation-duration: 1.5s;
}
@keyframes imgscal {
  from {
    transform: scale(1.2);
  }

  to {
    transform: scale(1);
  }
}
.imgscal {
  animation-name: imgscal;
}


#index-body .init-4 .technology-list ul li .box .txtbox {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 60px;
  z-index: 0;
}

#index-body .init-4 .technology-list ul li .box .txtbox .tt {
  max-width: 40%;
  line-height: 1.1;
}

#index-body .init-4 .technology-list ul li .box .txtbox .desc {
  max-width: 40%;
  max-height: 144px;
  overflow-y: auto;
  text-shadow: 0px 0px 9px #ffffff;
}
#index-body .init-4 .technology-list ul li .box .txtbox:after{
  content: '';
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 30%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.8), rgba(0, 0, 0, 0.6), rgba(0, 0, 0, 0.01));
  z-index: -1;
  border-radius: 25px;
}

#index-body .init-4 .technology-list .tool {
  position: absolute;
  right: 50px;
  bottom: 70px;
}

#index-body .init-4 .technology-list .tool .swiper-pagination {
  position: relative;
  bottom: auto;
  left: auto;
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background-color: var(--color1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  margin: 0 22px;
}

#index-body .init-4 .technology-list .tool .swiper-pagination::before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(233, 134, 53, 0.5);
  animation: ks 2s linear infinite;
  z-index: -1;
  pointer-events: none;
}


#index-body .init-4 .technology-list .tool .swiper-pagination::after {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(233, 134, 53, 0.5);
  animation: ks 2s linear infinite;
  animation-delay: 0.6s;
  z-index: -1;
  pointer-events: none;
}


#index-body .init-4 .technology-list .tool .swiper-button {
  position: static;
  color: #fff;
  margin-top: 0;
  transition: all 0.5s;
}

#index-body .init-4 .technology-list .tool .swiper-button::after {
  display: none;
}

#index-body .init-4 .technology-list .tool .swiper-button i {
  font-size: 22px;
}

#index-body .init-4 .technology-list .tool .swiper-button:hover {
  color: var(--color1);
}

#index-body .init-5 {
  overflow: hidden;
}

#index-body .init-5 .nav-list ul {
  margin: 0 -16px;
}

#index-body .init-5 .nav-list ul li {
  padding: 10px 16px;
}

#index-body .init-5 .nav-list ul li span {
  display: flex;
  align-items: center;
  justify-content: center;
  min-width: 130px;
  width: auto;
  height: 44px;
  padding: 0 20px;
  border-radius: 44px;
  border: solid 1px #95a918;
  transition: all 0.5s;
  cursor: pointer;
}

#index-body .init-5 .nav-list ul li span:hover {
  color: #fff;
  background-color: var(--color);
}

#index-body .init-5 .nav-list ul li.active span {
  color: #fff;
  background-color: var(--color);
}

#index-body .init-5 .pro-list {
  position: relative;
}

#index-body .init-5 .pro-list .swiper {
  padding: 0;
  overflow: visible;
  margin: 0 -4%;
}

#index-body .init-5 .pro-list ul li {
  transition: all 0.5s;
  padding-bottom: 180px;
}

#index-body .init-5 .pro-list ul li .box .btnbox {
  display: none;
  margin-bottom: 50px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

#index-body .init-5 .pro-list ul li .box .btnbox .other {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 60px;
  height: 60px;
  background-color: var(--color);
  border-radius: 50%;
  color: #fff;
  font-size: 20px;
  border: 1px solid transparent;
  transition: all 0.5s;
  position: relative;
  z-index: 0;
  overflow: hidden;
}

#index-body .init-5 .pro-list ul li .box .btnbox .other:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}

#index-body .init-5 .pro-list ul li .box .btnbox .other:hover:before {
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
}

#index-body .init-5 .pro-list ul li .box .btnbox .other:hover {
  color: #fff;
}

#index-body .init-5 .pro-list ul li .box .con {
  transition: all 0.5s;
}

#index-body .init-5 .pro-list ul li .box .imgbox {
  background-color: #eeeeee;
  border-radius: 25px;
  padding: 60px 0;
  transition: all 0.5s;
}

#index-body .init-5 .pro-list ul li .box .txtbox .tt {
  text-align: right;
}


#index-body .init-5 .pro-list ul li.swiper-slide-next+li+li {
  padding-bottom: 0;
  transform: translateY(90px);
}

#index-body .init-5 .pro-list ul li.active {
  padding-top: 0;
  padding-bottom: 0;
}

#index-body .init-5 .pro-list ul li.active .con {
  transform: translateY(180px);
}

#index-body .init-5 .pro-list .zdyqh {
  position: absolute;
  bottom: 32px;
  left: 14%;
}

#index-body .init-5 .pro-list .zdyqh .swiper-button {
  position: relative;
  margin-top: 0;
  margin: 10px;
  left: 0;
  right: 0;
  top: 0;
}

#index-body .init-6 .sust-list ul li {
  width: 5.2%;
  height: 820px;
  transition: all 0.5s;
}
#index-body .init-6 .sust-list{
  animation-name: imgclip;
  animation-delay: 1s;
  animation-duration: 1.5s;
  animation-timing-function: cubic-bezier(.77,0,.175,1);
}
@keyframes imgclip {
  from {
    clip-path: inset(50px);
  }

  to {
    clip-path: inset(0);
  }
}
.imgclip {
  animation-name: imgclip;
}
    

#index-body .init-6 .sust-list ul li .box {
  height: 100%;
  background-color: #b66727;
  border-right: solid 1px rgba(255, 255, 255, 0.5);
  position: relative;
}

#index-body .init-6 .sust-list ul li .box .txtbox1 {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  color: rgba(255, 255, 255, 0.5);
  transition: all 0.5s;
  z-index: 2;
}

#index-body .init-6 .sust-list ul li .box .txtbox1 .tt {
  white-space: nowrap;
  transform: rotate(90deg);
}

#index-body .init-6 .sust-list ul li .box .con {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#index-body .init-6 .sust-list ul li .box .imgbox {
  width: 100%;
  height: 100%;
  position: relative;
}

#index-body .init-6 .sust-list ul li .box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 0;
}

#index-body .init-6 .sust-list ul li .box .imgbox::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: rgba(80, 80, 80, 0.6);
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: all 0.5s;
}

#index-body .init-6 .sust-list ul li .box .txtbox2 {
  width: 68%;
  padding: 0 16% 0 7%;
}

#index-body .init-6 .sust-list ul li .box .txtbox2 .desc2 {
  max-height: 200px;
  overflow-y: auto;
}

#index-body .init-6 .sust-list ul li:hover .box .txtbox1 {
  color: #fff;
}

#index-body .init-6 .sust-list ul li:hover .box .imgbox img {
  opacity: 1;
  transition: all 0.5s;
}

#index-body .init-6 .sust-list ul li:hover .box .imgbox::after {
  opacity: 1;
}

#index-body .init-6 .sust-list ul li.active {
  width: 79.2%;
}

#index-body .init-6 .sust-list ul li.active .box .txtbox1 {
  display: none;
}

#index-body .init-6 .sust-list ul li.active .box .imgbox {
  width: 32%;
}

#index-body .init-6 .sust-list ul li.active .box .imgbox img {
  opacity: 1;
  border-radius: 0px 25px 25px 0px;
}

#index-body .init-6 .sust-list ul li.active .box .imgbox::after {
  display: none;
}

#index-body .init-7 .left {
  width: 50%;
  padding-right: 6%;
}

#index-body .init-7 .left .mk-desc {
  color: #787972;
  max-width: 572px;
}

#index-body .init-7 .left .img-list ul li .box {
  position: relative;
}

#index-body .init-7 .left .img-list ul li .box .imgbox {
  position: relative;
  display: block;
}

#index-body .init-7 .left .img-list ul li .box .imgbox img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#index-body .init-7 .left .img-list ul li .box .imgbox::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0, rgba(0, 0, 0, 0) 50%);
}

#index-body .init-7 .left .img-list ul li .box .txtbox {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 0 30px 50px;
}

#index-body .init-7 .left .img-list .swiper-pagination .swiper-pagination-bullet {
  margin-right: 10px;
  background-color: transparent;
  width: 13px;
  height: 13px;
  opacity: 1;
  border: 1px solid #fff;
  transition: all 0.5s;
}

#index-body .init-7 .left .img-list .swiper-pagination .swiper-pagination-bullet:hover {
  background-color: #fff;
}

#index-body .init-7 .left .img-list .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #fff;
}

#index-body .init-7 .left .img-list .swiper-button-next {
  width: 34px;
  height: 34px;
  background-color: var(--color);
  border-radius: 50%;
  transition: all 0.5s;
  top: auto;
  bottom: 12%;
  right: 30px;
  pointer-events: all;
  overflow: hidden;
}

#index-body .init-7 .left .img-list .swiper-button-next::after {
  font-size: 14px;
  color: #fff;
}

#index-body .init-7 .left .img-list .swiper-button-next:hover::after {
  color: #fff;
}

#index-body .init-7 .left .img-list .swiper-button-next:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background-color: #000;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 50%;
  transform: translateY(100%);
  opacity: 0;
  transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: -1;
}
#index-body .init-7 .left .img-list .swiper-button-next:hover:before {
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
}

#index-body .init-7 .right {
  width: 50%;
}

#index-body .init-7 .right .news-list {
  height: 100%;
}

#index-body .init-7 .right .news-list ul {
  height: 100%;
}

#index-body .init-7 .right .news-list ul li {
  height: 25%;
}

#index-body .init-7 .right .news-list ul li .box {
  border-bottom: 1px solid #eeeeee;
  height: 100%;
  transition: all 0.5s;
}

#index-body .init-7 .right .news-list ul li .box .top {
  cursor: pointer;
}

#index-body .init-7 .right .news-list ul li .box .top .tt {
  max-width: 70%;
}

#index-body .init-7 .right .news-list ul li .box .content {
  display: none;
  color: #666;
  transition: all 0.5s;
}

#index-body .init-7 .right .news-list ul li:nth-child(1) .box {
  border-top: 1px solid #eeeeee;
}

#index-body .init-7 .right .news-list ul li.active .box,
#index-body .init-7 .right .news-list ul li:hover .box {
  background-color: var(--color);
  color: #fff;
  padding: 0 25px;
}

#index-body .init-7 .right .news-list ul li.active .box .content {
  color: #ebebeb;
}

.zdyqh .swiper-button {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid #000;
  color: #000;
  transition: all 0.5s;
  overflow: hidden;
}

.zdyqh .swiper-button:after {
  font-size: 22px;
}
.zdyqh .swiper-button:before {
    content: "";
    display: block;
    width: 100%;
    height:100%;
    background-color: #000;
    position: absolute;
    top:0;
    left: 0;
    border-radius: 50%;
    transform: translateY(100%);
    opacity: 0;
    transition: all 0.5s cubic-bezier(0.215, 0.61, 0.355, 1);
    z-index: -1;
}

.zdyqh .swiper-button:hover {
  color: #fff;
}
.zdyqh .swiper-button:hover:before{
  transform: translateY(0);
  opacity: 1;
  border-radius: 0;
}

#footer {
  background-color: #eeeeee;
  background-repeat: no-repeat;
  background-position: right 25% bottom;

}
#footer{
  position: sticky;
  bottom: 0;
  /*z-index: -1;*/
}

#footer .footer-userinfo {
  border-bottom: 1px solid #ccc;
}

#footer .footer-userinfo .right .quick span {
  display: block;
  margin-left: 56px;
  transition: all 0.5s;
}

#footer .footer-userinfo .right .quick span:hover {
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .t-list {
  display: flex;
  flex-direction: column;
}

#footer .footer-center .footer-t .footer-t-gird .t-list p {
  font-size: 22px;
  font-weight: bold;
  margin-bottom: 25px;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}

#footer .footer-center .footer-t .footer-t-gird .t-list span {
  font-size: 18px;
  margin-bottom: 18px;
  width: fit-content;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .logo span {
  margin-top: 35px;
}

#footer .footer-center .footer-t .footer-t-gird .contact {
  max-width: 372px;
}

#footer .footer-center .footer-t .footer-t-gird .contact span {
  position: relative;
  padding-left: 40px;
}

#footer .footer-center .footer-t .footer-t-gird .contact span img {
  position: absolute;
  top: 2px;
  left: 0;
}

#footer .footer-center .footer-t .footer-t-gird .contact span .tg {
  flex-shrink: 0;
}

#footer .footer-center .footer-t .footer-t-gird .contact span em {
  /*word-break: break-all;*/
}

#footer .footer-center .footer-t .footer-t-gird .media #ewm {
  width: 110px;
  height: 110px;
  border: 6px solid #fff;
}

#footer .footer-center .footer-t .footer-t-gird .media .share li {
  margin-right: 10px;
}

#footer .footer-center .footer-t .footer-t-gird .media .share li i {
  font-size: 26px;
  color: #999;
}

#footer .footer-center .footer-t .footer-t-gird .form {
  width: 615px;
}

#footer .footer-center .footer-t .footer-t-gird .form ul {
  margin: 0 -10px;
}

#footer .footer-center .footer-t .footer-t-gird .form li {
  padding: 10px;
  position: relative;
}

#footer .footer-center .footer-t .footer-t-gird .form li.mail {
  width: 215px;
}

#footer .footer-center .footer-t .footer-t-gird .form li input:focus {
  background-color: #fff;
}

#footer .footer-center .footer-t .footer-t-gird .form li.message {
  width: 420px;
}

#footer .footer-center .footer-t .footer-t-gird .form li label {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 30px;
  color: #cccccc;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
}

#footer .footer-center .footer-t .footer-t-gird .form li label img {
  padding-right: 5px;
  margin-top: -2px;
}

#footer .footer-center .footer-t .footer-t-gird .form li.submit {
  width: 170px;
  height: 44px;
  padding: 0;
  margin: 0 10px;
}

#footer .footer-center .footer-t .footer-t-gird .form li.submit span {
  width: 100%;
  height: 100%;
  background-color: var(--color);
  border-color: var(--color);
  color: #fff;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  cursor: pointer;
}

#footer .footer-center .footer-t .footer-t-gird .form li.submit span img {
  filter: brightness(0) invert(1);
  padding-left: 10px;
  transition: all 0.5s;
}

#footer .footer-center .footer-t .footer-t-gird .form li.submit:hover span {
  background-color: #fff;
  color: var(--color);
}

#footer .footer-center .footer-t .footer-t-gird .form li.submit:hover img {
  filter: none;
}

#footer .footer-center .footer-t .footer-t-gird .form form {
  width: 100%;
}

#footer .footer-center .footer-t .footer-t-gird .form form input {
  width: 100%;
  height: 44px;
  background-color: rgba(255, 255, 255, 0.5);
  border: none;
  color: #000;
  border-radius: 35px;
  border: 1px solid #cccccc;
  font-size: 16px;
  padding: 0 20px 0 45px;
}

#footer .footer-center .footer-t .footer-t-gird .form form input::placeholder {
  color: #cccccc;
  font-size: 18px;
}

#footer .footer-center .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}

#footer .footer-center .footer-b {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
}

#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 16px;
}

#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}

#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: #000;
  margin-top: 1px;
}

@media (max-width: 1800px) {
  .container {
    width: 1600px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.logo-item {
    margin: 0 80px 0 70px;
  }
}

@media (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 20px;
    padding: 0 20px;
    margin: 0 8px;
    height: 40px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.logo-item {
    margin: 0 20px;
    padding: 0;
  }

  #footer .footer-center .footer-t .footer-t-gird .form {
    width: 475px;
  }

  #footer .footer-center .footer-t .footer-t-gird .form li.mail {
    width: 205px;
  }

  #footer .footer-center .footer-t .footer-t-gird .form li.message {
    width: 290px;
  }

  #footer .footer-center .footer-t .footer-t-gird .contact {
    max-width: 318px;
  }
}

@media (max-width: 1450px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li {
    font-size: 18px;
    padding: 0 15px;
    height: 36px;
  }

  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu>li.logo-item img {
    height: 68px;
  }

  #footer .footer-userinfo .right .quick span {
    margin-left: 38px;
  }

  #footer .footer-center .footer-t .footer-t-gird .contact {
    max-width: 300px;
  }

  #footer .footer-center .footer-t .footer-t-gird .form {
    width: 425px;
  }

  #footer .footer-center .footer-t .footer-t-gird .contact {
    max-width: 268px;
  }

  #footer .footer-center .footer-t .footer-t-gird .form li.message {
    width: 245px;
  }

  #footer .footer-center .footer-t .footer-t-gird .form li.mail {
    width: 196px;
  }

  #footer .footer-center .footer-t .footer-t-gird .contact span em {
    display: block;
  }

  #index-body .init-4 .technology-list ul li .box .txtbox .tt,
  #index-body .init-4 .technology-list ul li .box .txtbox .desc {
    max-width: 77%;
  }

  #index-body .init-5 .pro-list ul li.active .con {
    transform: translateY(140px);
  }

  #index-body .init-5 .pro-list ul li {
    padding-bottom: 140px;
  }

  #index-body .init-5 .pro-list .zdyqh {
    zoom: 0.9;
  }
}

@media (max-width: 1250px) {
  body {
    font-size: 16px;
  }

  #banner .banner-content {
    height: 40vw;
  }

  #banner .banner-content .swiper-slide .txt-content {
    padding-bottom: 0;
    justify-content: center;
  }

  #footer .footer-center .footer-t .footer-t-gird .form {
    width: 230px;
  }

  #footer .footer-center .footer-t .footer-t-gird .form li {
    width: 100% !important;
  }

  #footer .footer-userinfo .right .quick span {
    margin-left: 18px;
  }

  #index-body .init-1 .bottom .left {
    padding-right: 1%;
  }

  #index-body .init-2 .honour-list {
    padding: 0 90px;
  }
  #index-body .init-4 .technology-list ul li .box .txtbox{
    padding: 40px 30px;
  }
  #index-body .init-6 .sust-list ul li {
    width: 8%;
    height: 688px;
  }

  #index-body .init-6 .sust-list ul li.active {
    width: 68%;
  }

  #index-body .init-6 .sust-list ul li .box .txtbox2 {
    padding: 0 4%;
  }

}

@media (max-width: 1000px) {
  #banner{
    position: static;
  }
  #banner .banner-content {
    height: 400px;
  }

  #banner .banner-content .swiper-slide .txt-content .text2 {
    display: none;
  }
  #banner .banner-content .swiper-slide{
    background-size: cover!important;
  }
  #footer{
    position: static;
  }
  #footer .footer-userinfo .right .quick {
    display: none;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list p {
    font-size: 20px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list span {
    font-size: 16px;
  }

  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: unset;
    width: auto;
    margin-top: 5%;
  }

  #footer .footer-center .footer-b p {
    align-items: center;
  }

  #index-body .init-1 .top ul li {
    width: 50%;
    padding: 10px;
  }

  #index-body .init-1 .top ul span.line {
    display: none;
  }

  #index-body .init-1 .bottom .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }

  #index-body .init-1 .bottom .right .tt br {
    display: none;
  }

  #index-body .init-1 .bottom .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .init-3 .cate-list ul li .box {
    height: auto;
  }

  #index-body .init-3 .cate-list ul li .box .imgbox {
    height: auto;
  }

  #index-body .init-3 .cate-list ul li .box .ttbox .con {
    display: block;
  }

  #index-body .init-3 .cate-list ul li .box .ttbox p {
    display: none;
  }

  #index-body .init-3 .cate-list ul li .box .imgbox .ttcon1 p {
    opacity: 1;
  }

  #index-body .init-4 .technology-list ul li .box .imgbox img {
    height: 350px;
    object-fit: cover;
  }

  #index-body .init-4 .technology-list ul li .box .txtbox {
    padding: 30px;
  }

  #index-body .init-4 .technology-list .tool .swiper-pagination {
    zoom: 0.8;
  }

  #index-body .init-4 .technology-list .tool {
    right: 25px;
    bottom: 40px;
  }

  #index-body .init-4 .technology-list ul li .box .txtbox .tt,
  #index-body .init-4 .technology-list ul li .box .txtbox .desc {
    max-width: calc(100% - 170px);
  }

  #index-body .init-5 .nav-list ul li {
    padding: 8px;
  }

  #index-body .init-5 .pro-list .swiper {
    margin: 0 auto;
    width: 700px;
    overflow: hidden;
    padding: 0 15px;
  }

  #index-body .init-5 .pro-list ul li .box .btnbox {
    display: block !important;
  }

  #index-body .init-5 .pro-list ul li .box .con {
    transform: translateY(100px) !important;
  }

  #index-body .init-5 .pro-list ul li {
    padding-bottom: 110px !important;
  }

  #index-body .init-5 .pro-list .zdyqh {
    position: static;
    justify-content: center;
  }

  #index-body .init-5 .pro-list ul li .box .btnbox span {
    width: 50px;
    height: 50px;
  }

  #index-body .init-6 .sust-list ul li .box .txtbox1 {
    display: none;
  }

  #index-body .init-6 .sust-list ul li .box .imgbox {
    width: 32%;
  }

  #index-body .init-6 .sust-list ul li .box .imgbox::after {
    display: none;
  }

  #index-body .init-6 .sust-list ul li .box .imgbox img {
    opacity: 1;
    border-radius: 0px 25px 25px 0px;
  }

  #index-body .init-7 .left {
    width: 100%;
    padding-right: 0;
  }

  #index-body .init-7 .right {
    width: 100%;
    margin-top: 5%;
  }

  #index-body .init-7 .right .news-list ul li {
    height: auto;

  }

  #index-body .init-7 .right .news-list ul li .box {
    padding: 15px 0;
  }

  #index-body .init-7 .right .news-list ul li .box .top .tt {
    max-width: 95%;
  }
}

@media (max-width: 700px) {
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    width: 100%;
  }

  #footer .footer-center .footer-t .footer-t-gird .form {
    width: 100%;
  }

  #index-body .init-2 .honour-list {
    padding: 0;
  }

  .zdyqh {
    display: none;
  }

  #index-body .init-5 .pro-list .swiper {
    width: 100%;
  }

  #index-body .init-5 .pro-list .zdyqh {
    display: flex;
  }

  #index-body .init-6 .sust-list ul li {
    height: auto;
  }

  #index-body .init-6 .sust-list ul li .box .con {
    padding: 30px 15px;
    position: static;
  }

  #index-body .init-6 .sust-list ul li .box .imgbox {
    width: 100% !important;
    height: 360px;
    border-radius: 25px;
    overflow: hidden;
  }

  #index-body .init-6 .sust-list ul li .box .imgbox img {
    border-radius: 25px;
  }

  #index-body .init-6 .sust-list ul li .box .txtbox2 {
    margin-top: 5%;
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 500px) {
  #index-body .init-1 .top ul li {
    width: 100%;
  }

  #index-body .init-4 .technology-list ul li .box .txtbox .tt,
  #index-body .init-4 .technology-list ul li .box .txtbox .desc {
    max-width: 100%;
  }
  #index-body .init-4 .technology-list ul li .box .txtbox:after{
    height: 68%;
  }
  #index-body .init-4 .technology-list .tool {
    display: none;
  }

  #index-body .init-5 .nav-list ul li {
    padding: 4px;
  }

  #index-body .init-5 .pro-list ul li {
    padding-bottom: 80px !important;
  }

  #index-body .init-5 .pro-list ul li .box .con {
    transform: translateY(80px) !important;
  }
}


/*--------inner page----------------*/
.inner-banner {
  position: sticky;
  overflow: hidden;
  border-radius: 0 20px 0 20px;
  padding-top: 100px;
  top: 0;
  z-index: 1;
}

.inner-banner .img {
  display: block;
  overflow: hidden;
  height: 350px;
  min-height: 120px;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  -webkit-transition: -webkit-transform 6s ease;
  transition: -webkit-transform 6s ease;
  -moz-transition: transform 6s ease, -moz-transform 6s ease;
  transition: transform 6s ease;
  transition: transform 6s ease, -webkit-transform 6s ease, -moz-transform 6s ease;
}

.inner-banner .text {
  position: absolute;
  z-index: 1;
  left: 0;
  bottom: 15%;
  width: 100%;
  color: #fff;
}

.inner-banner .text .mbx {
  line-height: 1.8;
}

.inner-banner .text .mbx,
.inner-banner .text .i-title {
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  transform: translateX(-10px);
}

.inner-banner::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.2);
}

.inner-banner.scrolled .img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}

.inner-banner.scrolled .text .mbx,
.inner-banner.scrolled .text .i-title {
  -webkit-transform: translateY(0) translateZ(0);
  -moz-transform: translateY(0) translateZ(0);
  transform: translateY(0) translateZ(0);
  opacity: 1;
}

.inner-banner.scrolled .text .mbx {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1), transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94), -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.inner-banner.scrolled .text .i-title {
  -webkit-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  -moz-transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
  transition: opacity 1s cubic-bezier(0.23, 1, 0.32, 1) 0.3s, transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -webkit-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s, -moz-transform 1s cubic-bezier(0.25, 0.46, 0.45, 0.94) 0.3s;
}

@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }

  #mobile2 .logo img {
    max-height: 50px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner .text .mbx {
    font-size: 16px;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner .text .mbx {
    font-size: 16px;
  }

  .inner-banner .text .i-titleyier {
    display: none;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner .text .mbx {
    font-size: 14px;
    line-height: 2;
  }
}

.inner-page{
  background-color: #fff;
  position: relative;
  z-index: 1;
}
.seoPublic{
  background-color: #fff;position: relative;
  z-index: 4;
}


.inner-page .m-page {
  font-size: 17px;
  font-weight: bold;
}

.inner-page .m-page>div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 60px 0;
}

.inner-page .m-page a,
.inner-page .m-page span {
  margin: 0 .5em;
  width: 3.05882353em;
  height: 3.05882353em;
  border-radius: 100%;
  background-color: #dfdfdf;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
  background-color: var(--color);
  color: white;
}

@media screen and (max-width: 700px) {
  .inner-page .m-page>div {
    margin: 30px 0;
  }
}

/*-------------------------------product page start-------------------------------*/

.inner-page .sideBarBox .sideBarRight .right .text p {
  font-size: 16px;
}

.inner-page .sideBarBox .sideBarRight .right .text .neirong {
  -webkit-line-clamp: 10;
  overflow: hidden;
  -webkit-box-orient: vertical;
  display: -webkit-box;
}

.inner-page .sideBarBox .sideBarLeft {
  width: 27%;
  padding-right: 3%;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .sideBarLeft form {
  font-size: 16px;
  height: 4.375em;
  border-radius: .25em;
  background-color: #f2f1ec;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
}

.inner-page .sideBarBox .sideBarLeft form input {
  width: 100%;
  border: none;
  background-color: transparent;
  padding: 0 1.5em;
}

.inner-page .sideBarBox .sideBarLeft form button {
  width: 4.375em;
  background-color: transparent;
  border: none;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft form button i {
  font-size: 1.6em;
}

.inner-page .sideBarBox .sideBarLeft form button:hover {
  background-color: var(--color);
  color: white;
}

.inner-page .sideBarBox .sideBarLeft .box .nav {
  font-size: 18px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li {
  padding: .6em 0;
  border-bottom: 1px solid #e7e7e7;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  transition: .5s;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji a {
  width: 100%;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji i {
  margin-right: 1.5em;
  opacity: .8;
  font-size: .8em;
  cursor: pointer;
  transition: all 0.5s;
  margin-top: 3px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji em {
  padding: 0 .5em;
  border-radius: .25em;
  background-color: #eeede7;
  margin-left: auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-left: 5px;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji:hover,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active i {
  transform: rotate(90deg);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji:hover em,
.inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji.active em {
  background-color: var(--color);
  color: white;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul {
  padding-left: 2.5em;
  font-size: 0.88888889em;
  margin-top: 1em;
  display: none;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li {
  border-bottom: none;
  color: #666;
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li ul li.active {
  color: var(--color);
}

.inner-page .sideBarBox .sideBarLeft .box .nav ul li.active ul {
  display: block;
}

.inner-page .sideBarBox .sideBarRight {
  width: 73%;
}

.yz-ys.productList ul {
  margin: 0 -15px;
}

.yz-ys.productList li {
  padding: 15px;
  padding-bottom: 70px;
}

.yz-ys.productList ul li a.img-box {
  display: block;
  background-color: #f3f3f3;
  overflow: unset;
  border-radius: 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.yz-ys.productList ul li a.img-box img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  z-index: 1;
}

.yz-ys.productList ul li .content {
  padding: 0 5%;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}

.yz-ys.productList ul li .content span.h6 {
  color: #120c0b;
  display: block;
  padding: .5em 0 0;
  border-bottom: 1px solid #ececec;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.yz-ys.productList ul li .content span.h6 a {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-bottom: .5em;
}

.yz-ys.productList ul li:hover a.img-box {
  background-color: var(--color);
}

.yz-ys.productList ul li:hover a.img-box img {
  transform: translateY(52%);
}

.yz-ys.productList ul li:hover .content span.h6 {
  color: #fff;
  border-bottom-color: #fff;
}

.yz-ys.productList ul li:hover .content .text {
  color: #fff;
}

.yz-ys.productList ul li:hover .content {
  transform: translateY(-350px);
}


.product-page .product-2 .flex {

}

.product-page .product-2 .flex .title {
  width: 50%;
  padding-right: 50px;
}

.product-page .product-2 .flex .text {
  width: 50%;
  line-height: 1.7;
  max-height: 400px;
  overflow-y: auto;
}

.product-page .product-2 .list {
  margin: 65px 0;
  text-align: center;
}

.product-page .product-2 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.product-page .product-2 .list ul li {
  width: 25%;
}

.product-page .product-2 .list ul li span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: .2em;
  font-weight: bold;
  color: var(--color);
}

.product-page .product-2 .list ul li p {
  font-size: 18px;
}

.product-page .product-2 .box {
  height: 373px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.product-page .product-2 .box .play {
  cursor: pointer;
  cursor: hand;
}

.product-page .product-3 .left {
  width: 50%;
  padding-right: 3%;
}

.product-page .product-3 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
  line-height: 1.7;
}

.product-page .product-3 .left a.more {
  margin-top: 3.52941176em;
}

.product-page .product-3 .right {
  width: 50%;
}

@media screen and (max-width: 1700px) {
  .inner-page .sideBarBox .sideBarLeft form {
    height: 3em;
  }

  .product-page .product-2 .list ul li p {
    font-size: 16px;
  }

  .product-page .product-2 .list ul li span {
    font-size: 32px;
  }

  .product-page .product-3 .left .text {
    font-size: 15px;
  }
  .yz-ys.productList ul li:hover .content {
    transform: translateY(-290px);
}
}

@media screen and (max-width: 1450px) {
  .product-page .product-2 .box {
    height: 400px;
  }
  .yz-ys.productList ul {
    margin: 0 -8px;
  }
  .yz-ys.productList li{
    padding: 0 8px;
    padding-bottom: 50px;
  }
.yz-ys.productList ul li:hover .content {
    transform: translateY(-260px);
}
}

@media screen and (max-width: 1250px) {
  .inner-page .sideBarBox .sideBarLeft .box .nav ul li .benji i {
    margin-right: 0.5em;
  }

  .inner-page .sideBarBox .sideBarLeft .box .nav {
    font-size: 16px;
  }

  .inner-page .sideBarBox .sideBarRight .productList li {
    width: 50%;
  }

.yz-ys.productList ul li:hover .content {
    transform: translateY(-316px);
}

  .product-page .product-2 .list ul li p {
    font-size: 14px;
  }

  .product-page .product-2 .list {
    margin: 40px 0;
  }

  .product-page .product-2 .box {
    height: 320px;
  }

  .product-page .product-2 .list ul li span {
    font-size: 28px;
  }

  .product-page .product-3 .left .text {
    font-size: 14px;
    line-height: 2;
  }
  .yz-ys.productList li{
    padding: 0 8px;
    padding-bottom: 70px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-page .sideBarBox .sideBarLeft {
    display: none;
  }

  .inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }

  .yz-ys.productList ul li:hover a.img-box img {
    transform: none;
  }

  .yz-ys.productList ul li:hover .content {
    transform: none;
  }

  .yz-ys.productList ul li:hover .content span.h6 {
    color: #120c0b;
    border-bottom-color: #ececec;
  }

  .yz-ys.productList ul li:hover .content .text {
    color: #000;
  }

  .product-page .product-2 .flex .title {
    width: 100%;
    padding-right: 0;
  }

  .product-page .product-2 .flex .text {
    width: 100%;
    margin-top: 5%;
  }

  .product-page .product-3 .left {
    padding-right: 0;
    width: 100%;
  }

  .product-page .product-3 .right {
    width: 100%;
    margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .product-page .product-2 .box {
    height: 240px;
  }

  .product-page .product-2 .box .play {
    max-width: 60px;
  }

  .product-page .product-2 .list ul {
    gap: 0;
    flex-wrap: wrap;
  }

  .product-page .product-2 .list ul li {
    width: 50%;
    padding: 10px;
  }

  .product-page .product-2 .list ul li span {
    font-size: 24px;
  }
}

@media screen and (max-width: 500px) {
  .inner-page .sideBarBox .sideBarRight .productList li {
    width: 100%;
  }

  .product-page .product-2 .list ul li {
    width: 100%;
  }

  .product-page .product-2 .list ul li span {
    margin-bottom: .2em;
  }

  .product-page .product-2 .box {
    height: 200px;
  }
}

/*-------------------------------product page end-------------------------------*/
/*-------------------------------prodet-page start-------------------------------*/
.wid-1500 {
  width: 1500px;
}

.prodet-page .prodet-1 .left {
  text-align: center;
  position: relative;
  width:43%;
}

.prodet-page .prodet-1 .left.topsetit {
  vertical-align: top;
}

.prodet-page .prodet-1 .left img {
  display: block;
  margin: 0 auto;
  border: 1px solid rgba(0, 0, 0, .3);
  width: 100%;
}

.prodet-page .prodet-1 .left i.block {
  width: 25%;
  height: 30%;
  position: absolute;
  background: #eee;
  z-index: -1;
  left: -12%;
  top: 20%;
}

.prodet-page .prodet-1 .right {
  padding-left: 5%;
  width: 57%;
}

.prodet-page .prodet-1 .right h1 {
  font-size: 30px;
  line-height: 1.8;
}

.prodet-page .prodet-1 .right h1.colornameit {
  color: var(--color);
}

.prodet-page .prodet-1 .right .content {
  display: block;
  padding: 20px 0;
  font-size: 16px;
  color: #959595;
  line-height: 30px;
  max-height: 496px;
  overflow-y: auto;
}

.prodet-page .prodet-1 .right .content::-webkit-scrollbar-thumb {
  opacity: 0.1;
  background-color: rgba(0, 0, 0, 0.1);
}

.prodet-page .prodet-1 .right .content h6 {
  font-size: 18px;
  text-transform: uppercase;
  text-decoration: underline;
  display: block;
  margin-bottom: 10px;
  color: var(--color);
  font-weight: bold;
}

.prodet-page .prodet-1 .right .btn {
  padding: 35px 0;
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
}

.prodet-page .prodet-1 .right .share {
  margin-top: 20px;
}

.prodet-page .prodet-1 .right .share h6 {
  display: inline-block;
  vertical-align: middle;
  font-size: 16px;
  text-transform: uppercase;
  line-height: 30px;
}

.prodet-page .prodet-1 .right .share ul {
  display: inline-block;
  vertical-align: middle;
}

.prodet-page .prodet-1 .right .share ul li {
  width: auto;
  margin-left: 15px;
  color: #666;
  font-size: 14px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .right .share ul li:hover {
  color: var(--color);
}

.prodet-page .prodet-1 .image-gallery ul {
  margin: -10px;
}

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

.prodet-page .prodet-3 .list>ul {
  border-bottom: 1px solid #eee;
  text-align: left;
}

.prodet-page .prodet-3 .list>ul>li {
  padding: 30px 0;
  border-top: 1px solid #eee;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}

.prodet-page .prodet-3 .list>ul>li i {
  display: none;
}

.prodet-page .prodet-3 .list>ul>li h5 {
  text-transform: uppercase;
  padding-right: 40px;
}

.prodet-page .prodet-3 .list>ul>li h5 span {
  width: 18px;
  height: 18px;
  display: block;
  position: absolute;
  right: 15px;
  top: 10px;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-3 .list>ul>li h5 span:before {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
}

.prodet-page .prodet-3 .list>ul>li h5 span::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  position: absolute;
  top: 50%;
  left: 0;
  transform: rotate(90deg);
  transition: 0.5s;
}

.prodet-page .prodet-3 .list>ul>li .content {
  margin-top: 30px;
  color: #7a7a7a;
  line-height: 1.8;
}

.prodet-page .prodet-3 .list>ul>li.active {
  border-top: 2px solid #000;
}

.prodet-page .prodet-3 .list>ul>li.active h5 span:after {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}

.prodet-page .prodet-3 .form ul {
  margin: -10px;
}

.prodet-page .prodet-3 .form ul li {
  padding: 10px;
}

.prodet-page .prodet-3 .form ul li input,
.prodet-page .prodet-3 .form ul li textarea {
  width: 100%;
  padding: 15px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 16px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  line-height: 30px;
}

.prodet-page .prodet-3 .form ul li input:focus,
.prodet-page .prodet-3 .form ul li textarea:focus {
  border-color: var(--color);
}

.prodet-page .prodet-3 .form ul li textarea {
  height: 120px;
}

.prodet-page .prodet-3 .form ul li input[type="submit"] {
  padding: 12px;
  max-width: 180px;
  border-color: #000;
  background-color: transparent;
  font-weight: 700;
}

.prodet-page .prodet-3 .form ul li input[type="submit"]:hover {
  color: #fff;
  background-color: var(--color);
  border-color: var(--color);
}

.prodet-page .prodet-3 .form ul li.wid-100 {
  width: 100%;
}

.prodet-page .prodet-2 h2 {
  display: inline-block;
}

.prodet-page .prodet-2 .btn {
  float: right;
}

.prodet-page .prodet-2 .btn div {
  width: 36px;
  height: 36px;
  display: inline-block;
  margin-left: 10px;
  border: 1px solid var(--color);
  line-height: 36px;
  text-align: center;
  font-size: 24px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
  color: var(--color);
}

.prodet-page .prodet-2 .btn div:hover {
  color: white;
  background: var(--color);
}

.prodet-page .prodet-2 .list {
  display: inline-block;
  width: 100%;
  margin-top: 40px;
}

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

.prodet-page .prodet-2 .list ul li {
  padding: 12px;
}

.prodet-page .prodet-2 .list ul li .box {
  padding: 15px;
  background: white;
  background: url("../images/beijing.jpg") center center;
  background-size: 100% 100%;
  text-align: center;
  position: relative;
  -o-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  -webkit-box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
  box-shadow: 0 0 17px rgba(0, 0, 0, 0.04);
}

.prodet-page .prodet-2 .list ul li .box span {
  font-size: 14px;
  color: #404040;
  text-transform: uppercase;
  position: absolute;
  top: 40px;
  right: 20px;
  display: block;
}

.prodet-page .prodet-2 .list ul li .box span i {
  width: 50px;
  height: 50px;
  border-radius: 100%;
  display: block;
  margin: 0 auto 5px;
}

.prodet-page .prodet-2 .list ul li .box h5 {
  font-size: 16px;
  line-height: 30px;
  font-weight: bold;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding-top: 20px;
}

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

  .prodet-page .prodet-1 .right .content {
    font-size: 16px;
  }
}

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

  .prodet-page .prodet-1 .right {
    width: 100%;
    padding-left: 0;
    margin-top: 40px;
  }

  .prodet-page .prodet-3 .list>ul>li {
    padding: 7px 0 30px;
  }

  .prodet-page .prodet-3 .form ul li input,
  .prodet-page .prodet-3 .form ul li textarea {
    font-size: 15px;
  }
}

/*-------------------------------prodet-page end-------------------------------*/

/*-------------------------------about-page -------------------------------*/
.about-page .about-1 {
  padding-top: 6%;
}

.about-page .about-1 .content {
  margin-top: 53px;
}

.about-page .about-1 .content .left {
  padding-right: 20px;
}

.about-page .about-1 .content .left .i-data ul li .num {
  font-size: 40px;
  margin-left: 30px;
}

.about-page .about-1 .content .left .i-data ul li .num sub {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}

.about-page .about-1 .content .left .i-data ul li .num::before {
  width: 80px;
  height: 80px;
  top: -24px;
  left: -30px;
}

.about-page .about-1 .content .left .i-data ul li p {
  padding: 30px 0 0 30px;
  font-size: 16px;

}


.i-data ul li .num {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: 45px;
  position: relative;
  z-index: 1;
  font-size: 72px;
  line-height: 1;
  letter-spacing: 3px;
  font-weight: bold;
}

.i-data ul li .num sub {
  letter-spacing: 1px;
  font-size: 20px;
  line-height: 1.8;
  font-weight: 400;
  display: inline-block;
  margin-bottom: 12px;
}

.i-data ul li .num::before {
  content: '';
  width: 129px;
  height: 128px;
  background-color: var(--color);
  opacity: 0.2;
  position: absolute;
  z-index: -1;
  top: -42px;
  left: -45px;
  border-radius: 50%;
  -webkit-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  -moz-transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
  transition: 375ms cubic-bezier(0.7, 0, 0.3, 1);
}

.i-data ul li p {
  padding: 37px 0 0 45px;
  font-size: 22px;
  line-height: 40px;
  letter-spacing: 1px;
  font-style: italic;
}

.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}

.about-page .about-1 .content .right {
  padding-left: 20px;
}

.about-page .about-1 .content .right .img {
  margin-top: 40px;
}
.about-page .about-1 .content .right .des{
  max-height: 22vw;
  overflow-y: auto;
}
.about-page .about-1 .content .des2{
  color:#e98635;
}


.about-page .about-2 {
  padding-top: 6%;
}

.about-page .about-2 .header .des {
  max-width: 65%;
}

.about-page .about-2 .content {
  margin-top: 87px;
}

.about-page .about-2 .content ul {
  margin-right: -24px;
}

.about-page .about-2 .content ul li {
  padding-right: 24px;
}

.about-page .about-2 .content ul li .img-box img {
  width: 100%;
}

.about-page .about-3 {
  padding-top: 6%;
}

.about-page .about-3 .header .des {
  margin-top: 30px;
}

.about-page .about-3 .content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 70px;
}

.about-page .about-3 .content .video {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 620px;
}

.about-page .about-3 .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .about-3 .content .video::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}

.about-page .about-3 .content .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  color: #fff;
}

.about-page .about-3 .content .text .play {
  width: 100px;
  height: 100px;
  margin: 50px auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.about-page .about-3 .content .text .play i{
  font-size: 28px;
  color: var(--color1);
}

.about-page .about-3 .content .text .play::before {
  content: '';
  z-index: 5;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border: dashed 2px #fff;
}

@-webkit-keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@-moz-keyframes xz {
  0% {
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    transform: rotate(0deg);
  }

  50% {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    transform: rotate(180deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.about-page .about-3 .content .text .play:hover::before {
  -webkit-animation: xz linear 5s infinite;
  -moz-animation: xz linear 5s infinite;
  animation: xz linear 5s infinite;
}

.about-page .about-4 {
  padding: 6% 0;
}

.about-page .about-4 .header .con {
  margin-top: 20px;
}

.about-page .about-4 .content {
  margin-top: 70px;
  position: relative;
}

.about-page .about-4 .content .img-box {
  border-radius: 25px;
}

.about-page .about-4 .swiper-button-prev,
.about-page .about-4 .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 4;
}

.about-page .about-4 .swiper-button-prev {
  left: 43px;
}

.about-page .about-4 .swiper-button-next {
  background-image: url(../images/arrow-right.png);
  right: 43px;
}

.about-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about-page .about-4 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}


.about-page .about-3-1 {
  background: #F8F8F8;
}

.about-page .about-3-1 .top {
  position: relative;
  margin-top: 70px;
  text-align: center;
}

.about-page .about-3-1 .top .cona {
  font-size: 18px;
  font-weight: 300;
  color: #000000;
  line-height: 30px;
  max-width: 800px;
  margin: 0 auto
}

.about-page .about-3-1 .top .arrow-l,
.about-page .about-3-1 .top .arrow-r {
  width: 18px;
  height: 27px;
  background: url(../images/bann6.png) no-repeat center;
  cursor: pointer;
}

.about-page .about-3-1 .top .arrow-l {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(-180deg);
  transform: translateY(-50%) rotate(-180deg);
}

.about-page .about-3-1 .top .arrow-r {
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.about-page .about-3-1 .bot {
  text-align: center;
  max-width: 1300px;
  margin: 0 auto;
  margin-top: 75px;
}

.about-page .about-3-1 .bot li {
  position: relative;
}

.about-page .about-3-1 .bot li::after {
  content: '';
  position: absolute;
  right: -25%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 215px;
  height: 1px;
  background: #000000;
  opacity: 0;
}

.about-page .about-3-1 .bot h3 {
  font-size: 60px;
  font-weight: bold;
  color: #000;
  opacity: 0.5;
  cursor: pointer;
  line-height: 1.5;
  -webkit-transform: scale(0.7);
  transform: scale(0.7);
}

.about-page .about-3-1 .bot .slick-slide.slick-current.slick-active.slick-center li::after,
.about-page .about-3-1 .bot .slick-slide.slick-active li::after {
  opacity: 1;
}

.about-page .about-3-1 .bot .slick-slide.slick-current.slick-active.slick-center+div li::after {
  opacity: 0
}

.about-page .about-3-1 .bot .slick-slide.slick-current.slick-active.slick-center h3 {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
  color: var(--color);
}
@media screen and (max-width: 1450px){

}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .content .left .i-data {
    zoom: .8;
  }

  .about-page .about-1 .content .left .i-data ul li .num {
    margin-left: 20px;    font-size: 34px;
  }

  .about-page .about-1 .content .left .i-data ul li .num::before {
    left: -20px;
  }

  .about-page .about-1 .content .left .i-data ul li p {
    padding: 30px 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }

  .i-data ul li .num {
    font-size: 60px;
  }

  .i-data ul li p {
    font-size: 20px;
  }

  .about-page .about-3 .content .video {
    height: 500px;
  }

    .about-page .about-3-1 .top,
  .about-page .about-3-1 .bot {
    margin-top: 30px;
  }

  .about-page .about-3-1 .bot h3 {
    font-size: 42px;
  }

  .about-page .about-3-1 .bot li::after {
    width: 150px;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .content .left {
    width: 100%;
    padding-right: 0;
  }

  .about-page .about-1 .content .right {
    width: 100%;
    padding: 30px 0 0 0;
  }

  .about-page .about-1 .content .i-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-1 .content .i-data ul li {
    width: 33.3%;
  }

  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }

  .i-data ul li .num::before {
    width: 80px;
    height: 80px;
    top: -22px;
    left: -20px;
  }

  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }

  .about-page .about-2 .header {
    display: block;
  }

  .about-page .about-2 .header .des {
    max-width: 100%;
    margin-top: 20px;
  }

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

  .about-page .about-3 .header .des {
    margin-top: 20px;
  }

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

  .about-page .about-3 .content .video {
    height: 400px;
  }

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

    .about-page .about-3-1 .bot li::after {
    width: 120px;
  }
  .about-page .about-3-1 .top .cona{
      max-width: 90%;
  }
}

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

  .about-page .about-1 .content {
    margin-top: 20px;
  }

  .about-page .about-1 .content .left .i-data ul li {
    width: 33.3333%;
    margin-bottom: 0;        padding-top: 25px;
  }

  .about-page .about-1 .content .right .img {
    margin-top: 20px;
  }
    .about-page .about-3-1 .bot li::after {
    display: none;
  }

  .about-page .about-3-1 .top .arrow-l,
  .about-page .about-3-1 .top .arrow-r {
    display: none !important;
  }

  .about-page .about-3-1 .bot h3 {
    font-size: 32px;
  }
}

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

  .about-page .about-1 .content .left .i-data {
    zoom: 1;
  }

  .about-page .about-1 .content .left .i-data ul li {
    width: 100%;
    margin-bottom: 20px;
  }

  .about-page .about-1 .content .left .i-data ul li:last-child {
    margin-bottom: 0;
  }
  .about-page .about-1 .content .left .i-data ul li .num::before {
    width: 60px;
    height: 60px;
    top: -12px;
  }
  .about-page .about-1 .content .left .i-data ul li .num{
    font-size: 26px;
  }
  .about-page .about-1 .content .left .i-data ul li .num sub{
    margin-bottom: 0;
  }

    .about-page .about-1 .content .left .i-data ul li p {
        padding: 8px 0 0 20px;
    }

  .about-page .about-3 .content .video {
    height: 300px;
  }

  .about-page .about-3 .content .text .play {
    margin: 20px auto 0;
  }
}


.flex_row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
}

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

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

.flex_wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex_cont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex_start {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex_end {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}


/*about-page2*/

.about-page2 .about-1 .flex {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.about-page2 .about-1 .flex .title {
  width: 50%;
  padding-right: 20px;
}

.about-page2 .about-1 .flex .text {
  width: 50%;
  line-height: 1.7;
}

.about-page2 .about-1 .list {
  margin: 65px 0;
  text-align: center;
}

.about-page2 .about-1 .list ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.about-page2 .about-1 .list ul li {
  width: 25%;
}

.about-page2 .about-1 .list ul li span {
  font-size: 40px;
  line-height: 1;
  display: block;
  margin-bottom: .2em;
  font-weight: bold;
  color: var(--color);
}

.about-page2 .about-1 .list ul li p {
  font-size: 18px;
}

.about-page2 .about-1 .box {
  height: 700px;
  background-position: center;
  background-size: cover;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 20px;
}

.about-page2 .about-1 .box .play {
  cursor: pointer;
  cursor: hand;
}

.about-page2 .about-2 .box {
  height: 700px;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  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;
  padding: 5%;
}

.about-page2 .about-2 .box .mask i {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-position: center;
  background-size: cover;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.about-page2 .about-2 .box .mask i.active {
  opacity: 1;
}

.about-page2 .about-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 4% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}

.about-page2 .about-2 .box .content span.tag {
  display: block;
  color: #4b60cd;
  margin-bottom: .5em;
  font-weight: 500;
}

.about-page2 .about-2 .box .content .text {
  margin: 1.5em 0;
  max-width: 90%;
  max-height: 122px;
  overflow-y: auto;
}

.about-page2 .about-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}


.about-page2 .about-3 .top {
background-position: bottom center;
background-repeat: no-repeat;
}

.about-page2 .about-3 .top .list ul a.img-box {
max-width: 220px;
margin-left: 20px;
}

.about-page2 .about-3 .top .list ul .content {
padding-left: 20px;
position: relative;
overflow: hidden;
}

.about-page2 .about-3 .top .list ul .content span.h6 {
line-height: 1;
}

.about-page2 .about-3 .top .list ul .content:before {
content: '';
width: 10px;
height: 10px;
position: absolute;
left: 0;
top: 3px;
background-color: var(--color);
border-radius: 100%;
}

.about-page2 .about-3 .top .list ul .content:after {
content: '';
width: 1px;
height: 100%;
top: 20px;
position: absolute;
left: 5px;
background-color: var(--color);
opacity: .5;
}

.about-page2 .about-3 .top .list ul .slick-slide {
-webkit-transition: 1.5s;
-moz-transition: 1.5s;
transition: 1.5s;
margin-top: 150px;
}
.about-page2 .about-3 .top .list ul .slick-current{
    margin-top: 150px;
}
.about-page2 .about-3 .top .list ul .slick-current~div {
margin-top: 50px;
}

.about-page2 .about-3 .top .list ul .slick-current+.slick-active{
  margin-top: 100px;
}
.about-page2 .about-3 .top .list ul .slick-current+div+div{
  margin-top: 50px;
}
.about-page2 .about-3 .top .list ul .slick-current+div+div+div{
  margin-top: 0;
}
.about-page2 .about-3 .bottom .line {
height: 2px;
background-color: #eaeaea;
position: relative;
display: block;
}

.about-page2 .about-3 .bottom .line i {
height: 100%;
position: absolute;
left: 0;
width: 0;
background-color: var(--color);
-webkit-transition: .5s;
-moz-transition: .5s;
transition: .5s;
}

.about-page2 .about-3 .bottom .list {
color: #999;
}

.about-page2 .about-3 .bottom .list li {
cursor: pointer;
cursor: hand;
}

.about-page2 .about-3 .bottom .list .slick-current {
color: var(--color);
}
.about-page2 .about-3 .slickBtn div{
  background-color:transparent;
  border: 1px solid var(--color);
  color: var(--color);
}
.about-page2 .about-3 .slickBtn div:hover{
  background-color: var(--color);color: #fff;
}

.about-page2 .about-4 .left {
  width: 50%;
  padding-right: 3%;
}

.about-page2 .about-4 .left .text {
  font-size: 17px;
  margin-top: 1.5em;
  line-height: 1.7;
}

.about-page2 .about-4 .left a.more {
  margin-top: 3.52941176em;
}

.about-page2 .about-4 .right {
  width: 50%;
}


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

  .about-page2 .about-1 .list ul li p {
      font-size: 16px;
  }

  .about-page2 .about-1 .list ul li span {
      font-size: 32px;
  }



  
      .about-page2 .about-4 .left .text {
      font-size: 15px;
  }
}

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

  .about-page2 .about-1 .box {
      height: 400px;
  }

  .about-page2 .about-2 .box {
      height: 600px;
  }

}

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

  .about-page2 .about-1 .list ul li p {
      font-size: 14px;
  }

  .about-page2 .about-1 .list {
      margin: 40px 0;
  }

  .about-page2 .about-1 .box {
      height: 320px;
  }

  .about-page2 .about-1 .list ul li span {
      font-size: 28px;
  }

  .about-page2 .about-2 .box {
      height: 500px;
  }

      .about-page2 .about-4 .left .text {
      font-size: 14px;
      line-height: 2;
  }
}

@media screen and (max-width: 1000px) {
  .about-page2 .about-1 .flex .title {
      width: 100%;
      padding-right: 0;
  }

  .about-page2 .about-1 .flex .text {
      width: 100%;
      margin-top: 5%;
  }

  .about-page2 .about-2 .box {
      height: 420px;
  }
  .about-page2 .about-2 .box .content{
    width: 100%;
  }
 
      .about-page2 .about-4 .left {
      padding-right: 0;
      width: 100%;
  }

  .about-page2 .about-4 .right {
      width: 100%;
      margin-top: 30px;
  }
}

@media screen and (max-width: 700px) {
  .about-page2 .about-1 .box {
      height: 240px;
  }

  .about-page2 .about-1 .box .play {
      max-width: 60px;
  }

  .about-page2 .about-1 .list ul {
      gap: 0;
      flex-wrap: wrap;
  }

  .about-page2 .about-1 .list ul li {
      width: 50%;
      padding: 10px;
  }

  .about-page2 .about-1 .list ul li span {
      font-size: 24px;
  }

  .about-page2 .about-2 .box {
      height: auto;
  }

  .about-page2 .about-2 .box .content {
      background-color: rgba(255, 255, 255, 0.6);
  }


}

@media screen and (max-width: 500px) {
  .about-page2 .about-1 .list ul li {
      width: 100%;
  }

  .about-page2 .about-1 .list ul li span {
      margin-bottom: .2em;
  }

  .about-page2 .about-1 .box {
      height: 200px;
  }
}

/*----- innovation-page -----*/
.innovation-page .innovation-1 .left .number {
  background-color: var(--color);
  color: white;
}

.innovation-page .innovation-1 .left .number ul {
  position: relative;
}

.innovation-page .innovation-1 .left .number ul:before,
.innovation-page .innovation-1 .left .number ul:after {
  content: '';
  background-color: rgba(0, 0, 0, 0.21);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.innovation-page .innovation-1 .left .number ul:before {
  width: 100%;
  height: 1px;
}

.innovation-page .innovation-1 .left .number ul:after {
  width: 1px;
  height: 100%;
}

.innovation-page .innovation-1 .left .number li {
  padding: 10% 15%;
}

.innovation-page .innovation-1 .left .number li span.h6 {
  line-height: 1;
  font-weight: 700;
}

.innovation-page .innovation-1 .left .number li span.h6 sup {
  margin-left: .3em;
}

.innovation-page .innovation-1 .right {
  background-color: #f2f2f2;
}

.innovation-page .innovation-1 .right .text {
  line-height: 2;
}

.innovation-page .innovation-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}

.innovation-page .innovation-2 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}

.innovation-page .innovation-2 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}

.innovation-page .innovation-2 span.h2 {
  line-height: 1.4;
}

.innovation-page .innovation-2 span.h2 em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}

.innovation-page .innovation-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.innovation-page .innovation-2 .right li {
  margin-bottom: 2em;
  position: relative;
}

.innovation-page .innovation-2 .right li:last-child {
  margin-bottom: 0;
}

.innovation-page .innovation-2 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}

.innovation-page .innovation-2 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}

.innovation-page .innovation-2 .right li .content {
  background-color: #e5e5e5;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.innovation-page .innovation-2 .right li.active:before {
  height: 100%;
}

.innovation-page .innovation-2 .right li.active .content {
  background-color: var(--color);
  color: white;
}

@media screen and (max-width: 1450px) {
  .innovation-page .innovation-1 .right .text {
    max-height: 500px;
    overflow: auto;
    padding-right: .5em;
  }
}

@media screen and (max-width: 1250px) {
  .innovation-page .innovation-1 .right .text {
    max-height: 400px;
  }

}

@media screen and (max-width: 1000px) {
  .innovation-page .innovation-1 .right {
    padding: 3% !important;
  }

  .innovation-page .innovation-1 .right span.h2 {
    margin-bottom: 1em;
  }

  .innovation-page .innovation-2 .left {
    position: static;
  }

  .innovation-page .innovation-2 .right li .content {
    min-height: 100px;
  }
}

@media screen and (max-width: 700px) {
  .innovation-page .innovation-1 .left .number ul {
    grid-template-columns: repeat(2, 1fr);
  }

  .innovation-page .innovation-1 .right .text {
    max-height: none;
  }

  .innovation-page .innovation-2 .right li i {
    zoom: .7;
  }

  .innovation-page .innovation-2 .right li:before {
    left: 1.2em;
  }
}


/*------sustainability-page------*/


.sustainability-page .sustainability-1 .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: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-bottom: 95px;
}

.sustainability-page .sustainability-1 .top .h3 {
  width: 50%;
  padding-left: 35px;
  line-height: 1.2;
  border-left: 3px solid var(--base-color);
}

.sustainability-page .sustainability-1 .top p {
  width: 50%;
  padding-left: 20px;
  line-height: 2;
}

.sustainability-page .sustainability-1 .btm ul.list2 {
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -10px;
}

.sustainability-page .sustainability-1 .btm ul.list2 li.item {
  margin: 10px;
  width: 280px;
  height: 280px;
  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: 1px solid #000;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
}

.sustainability-page .sustainability-1 .btm ul.list2 li.item img {
  transition: 0.3s all;
}


.sustainability-page .sustainability-1 .btm ul.list2 li .txtbox{
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;  
  transition: 0.5s all;
  padding: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
.sustainability-page .sustainability-1 .btm ul.list2 li .txtbox .des{
  max-height: 90px;
  overflow-y: auto;transition: 0.5s all;
}
.sustainability-page .sustainability-1 .btm ul.list2 li.item:hover img{
  opacity: 0;
}
.sustainability-page .sustainability-1 .btm ul.list2 li.item:hover .txtbox {
  top: 0;  border-radius: 0;
  color: #eee;
}
.sustainability-page .sustainability-1 .btm ul.list2 li.item:hover span{
  color: #fff;transition: 0.5s all;
} 

.sustainability-page .sustainability-2 {
  padding-bottom: 10px;
}

.sustainability-page .sustainability-2 .ui.container .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;
  flex-wrap: wrap;
}

.sustainability-page .sustainability-2 .ui.container .top .left {
  padding-right: 65px;
}

.sustainability-page .sustainability-2 .ui.container .top .left .h3 {
  padding-left: 35px;
  border-left: 3px solid var(--base-color);
}

.sustainability-page .sustainability-2 .ui.container .top .left p {
  line-height: 2;
  margin-top: 35px;
}

.sustainability-page .sustainability-2 .ui.container .bottom {

  background: #fff;
  -webkit-box-shadow: 0px 0px 20px 0 rgb(0 0 0 / 10%);
  /*box-shadow: 10px 10px 15px 0 rgba(0, 0, 0, 0.3);*/
  padding: 80px 80px 115px 80px;
  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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.sustainability-page .sustainability-2 .ui.container .bottom .left {
  padding-right: 80px;
}

.sustainability-page .sustainability-2 .ui.container .bottom .left .h4 {
  font-size: 30px;
}

.sustainability-page .sustainability-2 .ui.container .bottom .left p {
  max-width: 600px;
  line-height: 1.8;
  margin-top: 45px;
}

.sustainability-page .sustainability-2 .ui.container .bottom .right {
  /*padding-right: 80px;*/
}

.sustainability-page .sustainability-2 .ui.container .bottom .right ul.list3 li.active {
  background: #f3f3f3;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}

.sustainability-page .sustainability-2 .ui.container .bottom .right ul.list3 li .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 20px 28px;
  width: 100%;
  position: relative;
  border-bottom: 1px solid #eee;
}

.sustainability-page .sustainability-2 .ui.container .bottom .right ul.list3 li .top em {
  margin-left: 25px;
}

.sustainability-page .sustainability-2 .ui.container .bottom .right ul.list3 li .top i.fr {
  position: absolute;
  top: 30px;
  right: 25px;
}

.sustainability-page .sustainability-2 .ui.container .bottom .right ul.list3 li .content {
  padding: 10px 30px 20px 30px;
  line-height: 1.8;
  display: none;
  font-size: 16px;
}

@media screen and (max-width: 1450px) {
  .sustainability-page .sustainability-1 .btm ul.list2 li.item {
    width: 260px;
    height: 260px;
  }
}

@media screen and (max-width: 1250px) {
  .sustainability-page .sustainability-2 .ui.container .bottom .left {
    padding-right: 0px;
  }
  .sustainability-page .sustainability-1 .btm ul.list2 li.item {
    width: 214px;
    height: 214px;
  }
}

@media screen and (max-width: 1000px) {
  .sustainability-page .sustainability-1 .top{
    margin-bottom: 50px;
  }
  .sustainability-page .sustainability-2 .ui.container .bottom .right {
    padding-right: 0;
  }

  .sustainability-page .sustainability-2 .ui.container .bottom {
    padding: 30px 25px;
  }
  .sustainability-page .sustainability-1 .btm{
    background-color: #f6f6f6;
    padding: 4%;
  }
  .sustainability-page .sustainability-1 .btm ul.list2{
    justify-content: center;
  }
}
@media screen and (max-width: 1000px) {
    .sustainability-page .sustainability-1 .top p{
        width: 100%;padding-left: 0;
        margin-top: 5%;
    }
    
    .sustainability-page .sustainability-2 .ui.container .top .left {
        padding-right: 0px;
        width: 100%;
    }
    .sustainability-page .sustainability-2 .ui.container .top .right {
        width: 100%;margin-top: 5%;
    }
}
@media screen and (max-width: 700px) {
    .sustainability-page .sustainability-1 .top{
        margin-bottom: 40px;
    }
  .sustainability-page .sustainability-1 .top .h3 {
    width: 100%;
  }

  .sustainability-page .sustainability-2 .ui.container .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }



  .sustainability-page .sustainability-2 .ui.container .top .right {
    width: 100%;
  }

  .sustainability-page .sustainability-2 .ui.container .bottom .right ul.list3 li .top {
    flex-wrap: nowrap;
    font-size: 16px;
    line-height: 30px;
  }

  .sustainability-page .sustainability-2 .ui.container .bottom .left {
    padding-right: 0px;
    width: 100%;
  }

  .sustainability-page .sustainability-2 .ui.container .bottom .right {
    padding-right: 0;
    width: 100%;
    margin-top: 40px;
  }
}

.oxy-nav-menu .mb2-search input[type=submit]{
  background-image: url(../images/icon-search-white.png);
}

/*------news-page------*/
.news-page .news-tab ul {
    margin: -6px;
}

.news-page .news-tab ul li {
    padding: 6px;
}

.news-page .news-tab ul li a {
    display: inline-block;
    background: #fff;
    font-size: 20px;
    line-height: 1.8;
    padding: 9px 23px 8px;
    border-radius: 25px;
}

.news-page .news-tab ul li a:hover,
.news-page .news-tab ul li a.active {
    background: var(--color);
    color: #fff;
}

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

.news-page .news-list ul {
    margin: -10px;
}

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

.news-page .news-list ul li .img-box {
    border-radius: 15px 15px 0 0;
}

.news-page .news-list ul li .text {
    background: #fff;
    border-radius: 0 0 15px 15px;
    padding: 30px;
    position: relative;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 14px;
    line-height: 2;
}

.xinwen {
    height: 160px;
}

.news-page .news-list ul li .text .top span {
    font-size: 14px;
    background: var(--color);
    color: #fff;
    display: inline-block;
    padding: 0 22px;
    line-height: 36px;
    border-radius: 36px;
}

.news-page .news-list ul li .text .top time {
    font-size: 16px;
    line-height: 30px;
    color: #4B4B4B;
}

.news-page .news-list ul li .text .tit {
    font-size: 18px;
    height: 90px;
    line-height: 32px;
    padding-right: 110px;
    font-weight: 500;
    margin-top: 32px;
}

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

.news-page .news-list ul li .text .more2 {
    display: block;
    background-color: var(--color);
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    opacity: 0;
    overflow: hidden;
}

.news-page .news-list ul li .text .more2 span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/arrow.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.news-page .news-list ul li .text .more2::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.news-page .news-list ul li .text .more2:hover::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.news-page .news-list ul li:hover .text {
    background: #f4f9ff;
}

.news-page .news-list ul li:hover .text .more2 {
    opacity: 1;
}

@media screen and (max-width: 1230px) {
    .news-page .news-list ul li .text {
        padding: 30px 15px;
    }

    .news-page .news-list ul li .text .tit {
        padding-right: 80px;
    }

    .news-page .news-list ul li .text .more2 {
        right: 15px;
    }
}

@media screen and (max-width: 1000px) {
    .news-page .news-list {
        margin-top: 30px;
    }

    .news-page .news-list ul li {
        width: 50% !important;
    }
}

@media screen and (max-width: 700px) {
    .news-page .news-tab {
        display: none;
    }

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

    .news-page .news-list ul li .text .top time {
        display: block;
        margin-top: 10px;
    }

    .news-page .news-list ul li .text .tit {
        padding-right: 0;
        margin-top: 16px;
        height: 10px;
    }

    .news-page .news-list ul li .text .more2 {
        position: initial;
        margin-top: 20px;
    }
}

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

/*----- newdet-page -----*/
.newdet-page .sideBox .sideLeft {
    width: 27%;
    position: -webkit-sticky;
    position: sticky;
    top: 145px;
    left: 0;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn {
    display: inline-block;
    background-color: var(--color);
    width: 46px;
    height: 46px;
    border-radius: 50%;
    overflow: hidden;
    vertical-align: top;
    position: relative;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn span {
    display: block;
    width: 100%;
    height: 100%;
    background: url(../images/fh.png) center center no-repeat;
    background-size: 100%;
    border-radius: 50%;
    position: relative;
    z-index: 2;
}

.newdet-page .sideBox .sideLeft .back .pageBackbtn::after {
    content: "";
    z-index: 1;
    position: absolute;
    top: 0;
    left: 0;
    display: block;
    width: 100%;
    height: 100%;
    background-color: #000;
    border-radius: 100%;
    opacity: 0;
    -webkit-transform: translate(0, 100%);
    -moz-transform: translate(0, 100%);
    -ms-transform: translate(0, 100%);
    transform: translate(0, 100%);
    -webkit-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, -webkit-transform 0s 0.45s;
    -moz-transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -moz-transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s;
    transition: opacity 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), border-radius 0s 0.45s, transform 0s 0.45s, -webkit-transform 0s 0.45s, -moz-transform 0s 0.45s;
}

.newdet-page .sideBox .sideLeft .back .pageBackwz {
    display: inline-block;
    font-size: 20px;
    color: #000000;
    line-height: 46px;
    vertical-align: top;
    margin-left: 14px;
}

.newdet-page .sideBox .sideLeft .back:hover .pageBackbtn::after {
    opacity: 1;
    border-radius: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0);
    -webkit-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    -moz-transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: border-radius 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1), -moz-transform 0.45s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.newdet-page .sideBox .sideRight {
    width: 63%;
}

.newdet-page .sideBox .sideRight .category {
    background: var(--color);
    text-align: center;
    display: inline-block;
    font-size: 18px;
    color: #fff;
    line-height: 46px;
    border-radius: 45px;
    padding: 0 23px;
    margin-bottom: 64px;
}

.newdet-page .sideBox .sideRight h1 {
    font-size: 36px;
    line-height: 1.2;
    font-weight: 500;
}

.newdet-page .sideBox .sideRight time {
    display: block;
    font-size: 16px;
    line-height: 30px;
    color: #4B4B4B;
    margin: 59px 0 60px;
}

.newdet-page .sideBox .sideRight .content {
    font-size: 18px;
    color: #333;
    line-height: 1.8;
}

@media screen and (max-width: 1000px) {
    .newdet-page .sideBox .sideLeft {
        width: 15%;
    }

    .newdet-page .sideBox .sideLeft .back .pageBackwz {
        display: none;
    }

    .newdet-page .sideBox .sideRight {
        width: 85%;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .sideBox .sideLeft {
        display: none;
    }

    .newdet-page .sideBox .sideRight {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .sideBox .sideRight .category {
        margin-bottom: 30px;
    }

    .newdet-page .sideBox .sideRight h1 {
        font-size: 24px;
        line-height: 44px;
    }

    .newdet-page .sideBox .sideRight time {
        margin: 30px 0;
    }

    .newdet-page .sideBox .sideRight .content {
        font-size: 16px;
        line-height: 30px;
    }
}

/*------ contact-page -----*/
.contact-page {
    padding-top: 6%;
}

.contact-page .contact-1 .header .con {
    font-size: 16px;
    line-height: 30px;
    max-width: 820px;
    color: #4B4B4B;
}

.contact-page .contact-1 .content {
    margin-top: 64px;
}

.contact-page .contact-1 .content ul {
    margin: -15px;
}

.contact-page .contact-1 .content ul li {
    padding: 15px;
}

.contact-page .contact-1 .content ul li .ig {
    background-color: #fff;
    position: relative;
    cursor: pointer;
    font-size: 18px;
    line-height: 1.6;
    border-radius: 15px;
    min-height: 250px;
    padding: 0 30px 0 40px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .content ul li .ig .info {
    padding: 35px 0 100px;
    font-size: 18px;
}

.contact-page .contact-1 .content ul li .ig .tit {
    position: absolute;
    bottom: 30px;
    left: 40px;
    font-size: 38px;
    line-height: 60px;
    height: 60px;
    font-weight: 600;
}

.contact-page .contact-1 .content ul li .ig::after {
    content: '';
    display: block;
    background: url(../images/contact-icon1.png) center center no-repeat var(--color);
    background-size: 100%;
    border-radius: 50%;
    position: absolute;
    bottom: 30px;
    right: 30px;
    width: 60px;
    height: 60px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.contact-page .contact-1 .content ul li .ig:hover {
    background: var(--color);
    color: #fff;
}

.contact-page .contact-1 .content ul li .ig:hover::after {
    background-color: #000;
}

.contact-page .contact-1 .content ul li:nth-child(2) .ig::after {
    background-image: url(../images/contact-icon2.png);
}

.contact-page .contact-1 .content ul li:nth-child(3) .ig::after {
    background-image: url(../images/contact-icon3.png);
}

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

.contact-page .contact-2 .box {
    background: #fff;
    padding: 50px;
    border-radius: 10px;
}

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

.contact-page .contact-2 .box .form ul {
    margin: -13px -25px;
}

.contact-page .contact-2 .box .form ul li {
    padding: 13px 25px;
}

.contact-page .contact-2 .box .form ul li label {
    display: block;
    line-height: 2;
    font-size: 18px;
    margin-bottom: 6px;
}

.contact-page .contact-2 .box .form ul li input,
.contact-page .contact-2 .box .form ul li textarea {
    width: 100%;
    height: 50px;
    border-radius: 25px;
    background: #f6f6f6;
    font-size: 14px;
    line-height: 2;
    border: 0;
    padding: 4px 3% 4px 3%;
}

.contact-page .contact-2 .box .form ul li textarea {
    padding: 10px 1.5% 10px 1.5%;
    height: 200px;
}

.contact-page .contact-2 .box .form ul li.wid-100 {
    width: 100%;
}

.contact-page .contact-3 {
    padding-top: 6%;
}

.contact-page .contact-3 iframe {
    height: 630px;
    display: block;
    border: 0;
}

@media screen and (max-width: 1250px) {
    .contact-page .contact-1 .content ul li .ig .tit {
        font-size: 24px;
    }

    .contact-page .contact-2 ul {
        flex-wrap: wrap;
    }

    .contact-page .contact-2 ul li {
        max-width: none;
    }

    .contact-page .contact-4 .right form input {
        font-size: 16px;
    }

}

@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .header .con {
        max-width: 300px;
    }

    .contact-page .contact-1 .content {
        margin-top: 20px;
    }

    .contact-page .contact-1 .content ul li {
        width: 50%;
    }

    .contact-page .contact-1 .content ul li .ig {
        padding: 0 20px;
    }

    .contact-page .contact-1 .content ul li .ig .tit {
        left: 20px;
    }

    .contact-page .contact-1 .content ul li .ig::after {
        right: 20px;
    }

    .contact-page .contact-2 .box {
        padding: 30px;
    }

    .contact-page .contact-3 iframe {
        height: 400px;
    }

    .contact-page .contact-4 .left h4 {
        font-size: 32px;
    }
}

@media screen and (max-width: 700px) {
    .contact-page .contact-1 .header .con {
        max-width: 100%;
        margin-top: 20px;
    }

    .contact-page .contact-1 .content ul {
        margin: -7px;
    }

    .contact-page .contact-1 .content ul li {
        padding: 7px;
    }

    .contact-page .contact-1 .content ul li .ig {
        min-height: 300px;
        font-size: 16px;
        line-height: 1.8;
    }

    .contact-page .contact-1 .content ul li .ig .tit {
        font-size: 22px;
        bottom: 16px;
        height: 50px;
        line-height: 50px;
    }

    .contact-page .contact-1 .content ul li .ig::after {
        width: 50px;
        height: 50px;
        bottom: 20px;
    }

    .contact-page .contact-2 .box {
        padding: 20px 15px;
    }

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

    .contact-page .contact-2 .box .form ul {
        margin: -6px -12px;
    }

    .contact-page .contact-2 .box .form ul li {
        padding: 6px 12px;
    }

    .contact-page .contact-4 .left h4 {
        font-size: 24px;
        line-height: 40px;
    }
}

@media screen and (max-width: 500px) {
    .contact-page .contact-1 .content ul li {
        width: 100%;
    }

    .contact-page .contact-1 .content ul li .ig {
        min-height: 160px;
    }

    .contact-page .contact-2 .form ul li textarea {
        height: 130px;
    }

    .contact-page .contact-3 iframe {
        height: 300px;
    }
}

/*------faq-page ------*/
.faq-page {
    padding: 5.209% 0;
}

.faq-page .list {
    margin-top: 40px;
}

.faq-page .list ul li {
    margin-bottom: 20px;
    border-radius: 15px;
    background: #fff;
}

.faq-page .list ul li .tit {
    padding: 30px 40px;
    overflow: hidden;
    cursor: pointer;
    border-radius: 5px;
    position: relative;
    font-size: 24px;
    line-height: 44px;
    font-weight: 500;
}

.faq-page .list ul li .tit i {
    position: absolute;
    right: 30px;
    top: 30px;
    font-size: 30px;
}

.faq-page .list ul li .con {
    display: none;
    background: #fff;
    padding: 20px 40px;
    font-size: 18px;
    line-height: 1.8;
    color: #595959;
    border-top: 1px solid #f1f1f1;
}

.faq-page .list ul li:last-child {
    margin-bottom: 0;
}

.faq-page .list ul li.active .tit i {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

@media screen and (max-width: 1000px) {
    .faq-page .list {
        margin-top: 20px;
    }

    .faq-page .list ul li .tit {
        padding: 20px;
        font-size: 18px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 20px;
        font-size: 20px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 16px;
    }
}

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

    .faq-page .list ul li .tit {
        padding: 10px 20px;
        font-size: 16px;
        line-height: 30px;
    }

    .faq-page .list ul li .tit i {
        right: 20px;
        top: 10px;
        font-size: 16px;
    }

    .faq-page .list ul li .con {
        padding: 10px 20px;
        font-size: 14px;
        line-height: 2;
    }
}

/*----- gallery-page -----*/

.gallery-page {
    padding: 5.209% 0;
}

.gallery-page .content {
    margin-top: 40px;
}

.gallery-page .content ul {
    margin: -10px;
}

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

.gallery-page .content ul li .img-box {
    border-radius: 20px;
}

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

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

}


@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}

@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}

@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}

@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}


.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}

.fadeInUp2{
  -webkit-animation-name: fadeInUp2;
  -moz-animation-name: fadeInUp2;
  -o-animation-name: fadeInUp2;
  animation-name: fadeInUp2;
}
@keyframes fadeInUp2 {
  from {
    transform: translate3d(0,2em,0);
    clip-path: inset( 0 0 2em 0);
  }
  to {
    clip-path: inset(0 0 0 0);
    transform: translateZ(0);
    transition: transform 0.5s 200ms cubic-bezier(0.19,1,0.22,1),clip-path 1.1s 200ms cubic-bezier(0.19, 1, 0.22, 1);
  }
}

.fadeInLeft2{
    -webkit-animation-name: fadeInLeft2;
  -moz-animation-name: fadeInLeft2;
  -o-animation-name: fadeInLeft2;
  animation-name: fadeInLeft2;
  transition: translate 1s cubic-bezier(.215, .61, .355, 1), opacity .3s linear;
  transition-delay: 0.3s;
}
@keyframes fadeInLeft2 {
  from{
    opacity: 0;
    translate: -200px 0;
  }
  to {
    opacity: 1;
    translate: 0 0;
  }
}

.seoPublic .title{
  font-size: 50px;
}
@media screen and (max-width: 1450px) {
  .seoPublic .title{
    font-size: 40px;
  }
}
@media screen and (max-width: 1250px) {
  .seoPublic .title{
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .seoPublic .title{
    font-size: 26px;
  }
}
@media screen and (max-width: 500px) {
  .seoPublic .title{
    font-size: 22px;
  }
}


.news-page02 .news-2 ul {
    background-color: #f0f0f0;
    border: 1px solid #ccc;
}

.news-page02 .news-2 ul li {
    padding: 6% 10%;
    border: 1px solid #ccc;
    background-color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    position: relative;
}

.news-page02 .news-2 ul li:hover {
    -webkit-transform: translate(10px, -10px);
    -moz-transform: translate(10px, -10px);
    -ms-transform: translate(10px, -10px);
    transform: translate(10px, -10px);
    z-index: 1;
}
.news-page02 .news-2 ul li .h6{
  text-overflow: -o-ellipsis-lastline;
 overflow: hidden;
 text-overflow: ellipsis;
 display: -webkit-box;
 -webkit-line-clamp: 2;
 -webkit-box-orient: vertical;
}


@media screen and (max-width: 1000px) {
    .news-page02 .news-1 .box i img {
        max-height: 40px;
    }
    .news-page02 .news-2 ul li {
        padding: 5%;
    }
}