@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Light.woff2") format("woff2"), url("../fonts/Poppins-Light.woff") format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Bold.woff2") format("woff2"), url("../fonts/Poppins-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Medium.woff2") format("woff2"), url("../fonts/Poppins-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Poppins";
  src: url("../fonts/Poppins-Regular.woff2") format("woff2"), url("../fonts/Poppins-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SuiGenerisRg";
  src: url("../fonts/SuiGenerisRg-Regular.woff2") format("woff2"), url("../fonts/SuiGenerisRg-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@media screen and (max-width: 1000px){
  .gfddfg {
    display: none !important;
  }
}
.more {
  width: 300px;
  height: 72px;
  background-color: #ffffff;
  border-radius: 36px;
  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;
  font-weight: bold;
  font-size: 24px;
}
.more p {
  width: 58px;
  height: 58px;
  background: #555555;
  border-radius: 50%;
  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-right: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.more span {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  font-weight: 500;
    text-transform: uppercase;
    font-family: SuiGenerisRg;
  text-align: center;
}
.more p {
  background: linear-gradient(90deg, #1A2C91,#0295E1);
}
.more p img{
  transition: .5s
}
.more:hover p img{
   transform: rotate(-45deg);
}
:root {
  --color: #0f5db6;
}
.news-1{
  font-weight: 500;
    text-transform: uppercase;
    font-family: SuiGenerisRg;
}
.news-2{
  line-height: 2;
    max-height: 230px;
    padding-right: 20px;
    margin-bottom: 40px;
    overflow: auto;
}
.seoPublic .title{
  font-weight: 500;
    font-family: SuiGenerisRg;
        font-size: 48px;
    line-height: 1.4;
    margin-bottom: 1em;
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.container {
  width: 1800px;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-family: SuiGenerisRg;
  font-weight: 500;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: "";
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  right: 12px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #0f5db6;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "Poppins";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#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: 2;
}
#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: 14px;
  line-height: 2;
}
#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;
}
.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.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;
}
.smt {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1.8;
  color: transparent;
  background-image: -webkit-linear-gradient(45deg, #1A2C91,#0295E1);
  background-image: -moz-linear-gradient(45deg, #1A2C91,#0295E1);
  background-image: linear-gradient(45deg, #1A2C91,#0295E1);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.collg {
  color: transparent;
  background-image: -webkit-linear-gradient(45deg, #1A2C91,#0295E1);
  background-image: -moz-linear-gradient(45deg, #1A2C91,#0295E1);
  background-image: linear-gradient(45deg, #1A2C91,#0295E1);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.title {
  font-size: 48px;
  font-weight: 500;
    font-family: SuiGenerisRg;
  line-height: 1.4;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  height: 100px;
  margin: auto;
  background: #f1f1f1;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  height: 100%;
}
#header > .nav > .menu .menu-box {
  height: 100%;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 20px;
  text-transform: uppercase;
  color: #000;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0px;
  left: 0;
  background-color: var(--color);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .r-phone {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-t {
  display: flex;
  align-items: center;
  font-weight: normal;
  color: #141414;
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-t img {
  width: auto;
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-b {
  cursor: pointer;
  font-weight: 400;
  font-size: 16px;
  color: rgba(9, 9, 9, 0.47);
  position: relative;
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-b:hover {
  color: var(--color);
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-b:hover:before {
  width: 100%;
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-b:before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 1px;
  background: var(--color);
}
#header > .nav > .menu .menu-box .right .r-phone .r-phone-b:after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  content: "";
  width: 100%;
  height: 1px;
  background: rgba(9, 9, 9, 0.47);
  position: absolute;
  left: 0;
  bottom: 0;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  background: #007fc6;
  height: 100%;
  border-radius: 0px;
  display: flex;
  align-items: center;
  color: #fff;
}
#header > .nav > .menu .menu-box .right .pp_btn img {
  width: auto;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 7px;
  border: 1px solid rgba(9, 9, 9, 0.27);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  font-weight: 400;
  font-size: 16px;
  color: #090909;
  text-transform: capitalize;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .en-bg {
  width: 34px;
  height: auto;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flex {
  display: flex;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  padding: 0 15px;
}
body {
  background: #fff;
}
#banner {
  border-radius: 30px;
  background-color: #f1f1f1;
}
#banner .container .banner-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#banner .container .banner-t > div {
  width: 50%;
}
#banner .container .banner-t .bannert-r {
  font-family: SuiGenerisRg;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
}
#banner .container .banner-t .bannert-l {
  display: flex;
}
#banner .container .banner-t .bannert-l .bannertl-l {
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(0deg, #0395e0 0%, #193296 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#banner .container .banner-t .bannert-l .bannertl-r {
  max-width: 340px;
}
#banner .container .banner-t .bannert-l .bannertl-r .bannertlr-t {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.77);
  line-height: 2;
}
#banner .container .banner-t .bannert-l .bannertl-r .bannertlr-b {
  display: flex;
}
#banner .container .banner-b {
  border-radius: 40px;
  overflow: hidden;
  position: relative;
}
#banner .container .banner-b img {
  border-radius: 40px;
}
#banner .container .banner-b video{
  width: 100%;
  height: 100%; 
  border-radius: 40px;
}
#banner .container .banner-b .banner-btn {
  position: absolute;
  top: 40px;
  right: 40px;
  width: 240px;
  height: 60px;
  border-radius: 30px;
  border: 1px solid rgba(255, 255, 255, 0.27);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #ffffff;
}
.btn-img {
  width: 52px;
  height: 52px;
  background: rgba(15, 15, 15, 0.47);
  border-radius: 7px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-more-t {
  width: 209px;
  height: 52px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: linear-gradient(90deg, #1d2088, #00a0e9);
  border-radius: 7px;
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #ffffff;
  position: relative;
  overflow: hidden;
}
.btn-more-t::before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #00a0e9, #1d2088);
}
.btn-more-t:hover::before {
  clip-path: inset(0 0 0 0);
}
.btn-more-t span {
  position: relative;
  z-index: 2;
}
.all-t {
  display: flex;
  justify-content: space-between;
}
.all-t .allt-r {
  font-family: SuiGenerisRg;
  font-weight: 400;
  text-transform: uppercase;
  color: #151515;
  max-width: 1140px;
}
.all-t .allt-l {
  display: flex;
}
.all-t .allt-l .alltl-l {
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #ffffff;
  background: linear-gradient(0deg, #0395e0 0%, #193296 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.all-t .allt-l .alltl-r {
  max-width: 340px;
}
.all-t .allt-l .alltl-r .alltlr-t {
  font-weight: 400;
  color: rgba(0, 0, 0, 0.77);
}
.all-t .allt-l .alltl-r .alltlr-b {
  display: flex;
}
.all-h-tw {
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #000000;
  text-transform: uppercase;
}
.all-p-tw {
  font-weight: 500;
  color: #000000;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
}
#index-body .init-1 .container .swiper1 {
  overflow: hidden;
}
#index-body .init-1 .container .swiper1 .i1-box {
  background: linear-gradient(0deg, #0978cb, #1a2c91);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  overflow: hidden;
}
#index-body .init-1 .container .swiper1 .i1-box::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: linear-gradient(0deg, #1a2c91, #0978cb);
}
#index-body .init-1 .container .swiper1 .i1-box img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  z-index: 2;
}
#index-body .init-1 .container .swiper1 .i1-p1 {
  display: flex;
  align-items: center;
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #101010;
  border-bottom: 1px solid #c1c1c1;
}
#index-body .init-1 .container .swiper1 .i1-p1 span {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 60px;
  height: 60px;
  background: #999999;
  border-radius: 7px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #fefefe;
}
#index-body .init-1 .container .swiper1 .i1-p2 {
  font-weight: 500;
  color: rgba(0, 0, 0, 0.77);
  line-height: 2;
}
#index-body .init-1 .container .swiper1 .swiper-slide:hover .i1-p1 {
  color: var(--color);
}
#index-body .init-1 .container .swiper1 .swiper-slide:hover .i1-p1 span {
  background: var(--color);
}
#index-body .init-1 .container .swiper1 .swiper-slide:hover .i1-box::after {
  clip-path: inset(0 0 0 0);
}
#index-body .init-1 .container .swiper1 .swiper-slide:hover img {
  transform: scale(1.1);
}
#index-body .init-2 {
  background: #f1f1f1;
}
#index-body .init-2 .i2-m {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 42px;
}
#index-body .init-2 .i2-m .i2-c {
  background: #0978cb;
  position: relative;
  height: 270px;
}
#index-body .init-2 .i2-m .i2-c .i2-icon {
  position: relative;
  z-index: 1;
  display: block;
  margin: 0 auto;
}
#index-body .init-2 .i2-m .i2-c .i2-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  clip-path: inset(0 0 100% 0);
  z-index: 2;
}
#index-body .init-2 .i2-m .i2-c .i2c-p {
  position: relative;
  z-index: 3;
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #ffffff;
  text-align: center;
}
#index-body .init-2 .i2-m .i2-c:hover .i2-bg {
  clip-path: inset(0 0 0 0);
}
#index-body .init-3 .container .i3-m {
  display: flex;
}
#index-body .init-3 .container .i3-m > div {
  width: 50%;
}
#index-body .init-3 .container .i3-m .i3-r .i3-p {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  line-height: 2;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 {
  border-top: 1px solid #d2d2d2;
  border-bottom: 1px solid #d2d2d2;
  display: flex;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 p {
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #0978CB;
  background: linear-gradient(0deg, #0295E1 0%, #1A2C91 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 .i3-f {
  font-family: Poppins;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 .i3-f em {
  font-family: SuiGenerisRg;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 > li {
  width: 33.333%;
  border-left: 1px solid #d2d2d2;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 > li div {
  font-weight: 400;
  font-size: 16px;
  color: #101010;
  line-height: 2;
}
#index-body .init-3 .container .i3-m .i3-r .i-1-4 > li:last-child {
  border-right: 1px solid #d2d2d2;
}
#index-body .init-4 .container {
  border-radius: 30px;
  background: url(../images/i4-1.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
#index-body .init-4 .container .all-h-tw {
  color: #fff;
}
#index-body .init-4 .container .i4m {
  /*display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 140px;*/
  overflow: hidden;
}

#index-body .init-4 .container .i4m .i4-c:hover .i4-box img {
  transform: rotateY(180deg);
}
#index-body .init-4 .container .i4m .i4-c .i4-box {
  width: 100px;
  height: 80px;
  background: linear-gradient(90deg, #0295E1, #1A2C91);
  border-radius: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-4 .container .i4m .i4-c .i4-box img {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-4 .container .i4m .i4-c .i4-p1 {
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #FFFFFF;
}
#index-body .init-4 .container .i4m .i4-c .i4-p2 {
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 2;
  opacity: 0.7;
}
#index-body .init-5 {
  background: #f1f1f1;
}
#index-body .init-5 .container .swiper2 {
  overflow: hidden;
}
#index-body .init-5 .container .swiper2 .swiper-slide .i5-p1 {
  display: flex;
  align-items: center;
  font-family: SuiGenerisRg;
  font-weight: 400;
  color: #121212;
}
#index-body .init-5 .container .swiper2 .swiper-slide .i5-p1 span {
  width: 140px;
  height: 36px;
  background: linear-gradient(90deg, #0295E1, #1A2C91);
  border-radius: 4px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-5 .container .swiper2 .swiper-slide .i5-p2 {
  font-weight: 400;
  color: #121212;
  line-height: 1.7;
  opacity: 0.87;
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #fff;
  border-radius: 20px 20px 0px 0px;
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #fff;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #fff;
}
#footer .foot .container .f-b .ft-h {
  color: #ffffff;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  /*flex-wrap: wrap;*/
}
#footer .foot .container .f-t .logo {
  max-width: 281px;
}
#footer .foot .container .f-t .ft-c .ft-h {
  color: #040404;
  font-family: SuiGenerisRg;
  text-transform: uppercase;
  font-weight: 400;
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul li {
  color: #090909;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  font-weight: 400;
}
#footer .foot .container .f-t .ft-c ul li:before {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -9px;
  width: 5px;
  height: 1px;
  background: var(--color);
  opacity: 0;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: var(--color);
  transform: translateX(10px);
}
#footer .foot .container .f-t .ft-c ul li:hover::before {
  opacity: 1;
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-putc {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 23px;
}
#footer .foot .container .f-t .ft-c form .linef {
  position: relative;
}
#footer .foot .container .f-t .ft-c form .linef::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background: #515151;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  padding-left: 30px;
  width: 100%;
  height: 50px;
  line-height: 50px;
  border: none;
  background: transparent;
  border: 1px solid rgba(15, 15, 15, 0.4);
  font-size: 16px;
  color: rgba(9, 9, 9, 0.9);
  position: relative;
  font-weight: 500;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 500;
  font-size: 16px;
  color: rgba(9, 9, 9, 0.9);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw {
  width: 100%;
  height: 50px;
  background: linear-gradient(90deg, #0295E1, #1A2C91);
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: SuiGenerisRg;
  font-weight: 400;
  font-size: 20px;
  color: #FFFFFF;
  position: relative;
}
#footer .foot .container .f-t .ft-c form .all-btn-hw::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  clip-path: inset(0 0 100% 0);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '';
  background: linear-gradient(90deg, #1A2C91, #0295E1);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw:hover::after {
  clip-path: inset(0 0 0 0);
}
#footer .foot .container .f-t .ft-c form .all-btn-hw span {
  position: relative;
  z-index: 2;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
  height: 100px !important;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c1 {
  width: 663px;
}
#footer .lll5 {
  width: 100%;
  height: 1px;
  background: rgba(9, 9, 9, 0.22);
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  overflow: hidden;
  color: rgba(9, 9, 9, 0.4);
}
#footer .copyright .container {
  padding-top: 18px;
  padding-bottom: 18px;
}
#footer .copyright .container svg {
  height: 26px;
  width: auto;
  fill: rgba(9, 9, 9, 0.4);
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: rgba(9, 9, 9, 0.4);
  margin-right: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gggu {
  width: 36px;
  height: 36px;
  background: #256aa5;
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  left: 50%;
  transform: translateX(-50%);
  bottom: 114px;
  z-index: 5;
  border-radius: 100%;
  color: #fff;
}
.share1 {
  display: flex;
}
.share1 a {
  width: 31px;
  height: 31px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 10px;
  color: #fff;
  font-size: 22px;
}
.share1 .s1 {
  background: #2f5096;
}
.share1 .s2 {
  background: #cf251f;
}
.share1 .s3 {
  background: #006eba;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
  #index-body .init-2 .i2-m {
    padding: 0;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-2 .i2-m {
    column-gap: 20px;
  }
  .all-t {
    flex-wrap: wrap;
  }
  #banner .container .banner-t > div {
    width: 100%;
  }
  #banner .container .banner-t .bannert-r {
    margin-top: 20px;
  }
}
@media (max-width: 1250px) {
  #footer .foot .container .f-t .ft-c.ft-c1 {
    width: 100%;
    margin-top: 20px;
  }
  /*#index-body .init-4 .container .i4m {
    grid-template-columns: 1fr;
    gap: 20px;
  }*/
  .hide-1250 {
    display: none !important;
  }
  #index-body .init-3 .container .i3-m {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m > div {
    width: 100%;
  }
  #index-body .init-3 .container .i3-m .i3-r {
    padding-left: 0;
    margin-top: 20px;
  }
  .container {
    width: 970px;
  }
  #index-body .init-2 .i2-m {
    gap: 20px;
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 1000px) {
  #index-body .init-5 .container .swiper2 .swiper-slide .i5-p1 {
    flex-wrap: wrap;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #footer .foot .container .f-t .ft-c form .f-putc {
    grid-template-columns: 1fr;
    gap: 20px;
  }
  #index-body .init-3 .container .i3-m .i3-r .i-1-4 {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-m .i3-r .i-1-4 li {
    width: 100%;
    border-bottom: 1px solid #d2d2d2;
    border-right: 1px solid #d2d2d2;
  }
  #index-body .init-3 .container .i3-m .i3-r .i-1-4 li:last-child {
    border-bottom: none;
  }
  #index-body .init-2 .i2-m {
    gap: 10px;
    grid-template-columns: 1fr 1fr;
  }
  #index-body .init-2 .i2-m .i2-c {
    height: 200px;
  }
  .container {
    width: 100%;
  }
  #banner .container .banner-t .bannert-l {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  #index-body .init-2 .i2-m {
    gap: 10px;
    grid-template-columns: 1fr;
  }
}
.pp {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 90px;
}
@media screen and (max-width: 700px) {
.inner-banner h2 p,
.prodet-page .prodet-1 .box .right .content .cat_name {
    font-size: 20px !important;
}
.prodet-page .prodet-1 .box .right .content h1 {
    font-size: 26px !important;
}}
.inner-banner {
  padding-top: 180px;
  background: #f2f2f2;
  padding-bottom: 56px;
}
.inner-banner h2 {
  font-size: 50px;
  font-weight: bold;
  text-align: center;
  position: relative;
  line-height: 1;
}
.inner-banner h2 div {
  font-size: 60px;
  color: #fff;
  position: absolute;
      font-weight: 500;
    font-family: SuiGenerisRg;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap
}
.inner-banner h2 p {
  position: relative;
  z-index: 2;
      font-weight: 500;
    font-family: SuiGenerisRg;
  font-size: 30px;
      line-height: 30px;
}
.inner-banner .mbx2 {
  /*display: none;*/
  /*padding-left: 4%;*/
  margin-top: calc(3vw + 25px);
  text-align: center;
  line-height: 2;
}
.inner-banner .mbx {
  margin-top: 76px;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  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;
  display: none;
}
.inner-banner .mbx i {
  display: inline-block;
  width: 26px;
  height: 1px;
  background: #000;
  margin: 0 20px;
}
.inner-banner .mbx span {
  color: var(--color);
}

@media screen and (max-width: 1480px) {
  .inner-banner h2 div{
    display: none;
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner h2 div {
    font-size: 80px;
  }
  .inner-banner h2 {
    font-size: 40px;
  }
  .inner-banner {
    padding-top: 120px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner h2 div {
    font-size: 60px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner {
    padding-top: 100px;
  }
  .inner-banner .mbx {
    margin-top: 40px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner h2 div {
    font-size: 40px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .inner-banner {
    padding-bottom: 30px;
  }
  .inner-banner .mbx {
    margin-top: 40px;
  }
}
.product-page {
  padding-top: 88px;
  padding-bottom: 90px;
}
.product-page ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page ul li {
  width: 48%;
  margin-bottom: 48px;
}
.product-page ul li a {
  display: block;
}
.product-page ul li .text {
  padding: 30px 65px 30px 50px;
  border: solid 1px rgba(199, 203, 197, 0.8);
}
.product-page ul li .text .t1 {
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 28px;
  border-bottom: 1px solid var(--color);
}
.product-page ul li .text .t1:hover {
  color: var(--color);
}
.product-page ul li .text .cont {
  margin-top: 27px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  font-size: 20px;
  line-height: 1.8;
}
@media screen and (max-width: 1440px) {
  .product-page ul li .text .t1 {
    font-size: 30px;
  }
  .product-page ul li .text {
    padding: 30px 35px 30px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .product-page ul li .text .t1 {
    font-size: 22px;
  }
  .product-page ul li .text {
    padding: 15px;
  }
}
@media screen and (max-width: 700px) {
  .product-page ul li {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .product-page ul li .text .cont {
    font-size: 16px;
  }
  .product-page ul li .text .t1 {
    font-size: 20px;
    padding-bottom: 15px;
  }
}


.product-page2 {

 padding-bottom: 10px
}
.product-page2 .sideLeft {
  width: 30% !important;
  position: -webkit-sticky;
  position: sticky;
  top: 140px
}
.product-page2 .sideLeft .top {
  background: #292929;
  padding: 35px 0 50px;
  margin-bottom: 20px;
}
.product-page2 .sideLeft .top .form {
  padding: 0 15px;
}
.product-page2 .sideLeft .top .form form {
  position: relative;
  height: 70px;
  border-radius: 34px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  padding: 5px;
}
.product-page2 .sideLeft .top .form input {
  width: 100%;
  height: 100%;
  background: transparent;
  color: white;
  font-size: 18px;
  border: none;
  padding: 0 20px;
}
.product-page2 .sideLeft .top .form input[type="submit"] {
  position: absolute;
  right: 5px;
  border-radius: 100%;
  width: 58px;
  height: 58px;
  background: url(../images/search.png) no-repeat center var(--color);
  padding: 0;
}
.product-page2 .sideLeft .top .nav .font-30 {
  color: white;
  line-height: 1.1;
  padding: 0 15px;
  margin: 30px 0;
}
.product-page2 .sideLeft .top .nav ul li > a {
  position: relative;
  padding: 15px 15px;
  color: white;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.product-page2 .sideLeft .top .nav ul li>a img{
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page2 .sideLeft .top .nav ul li >a img.active{
   -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.product-page2 .sideLeft .top .nav ul li > a::before {
  content: "";
  position: absolute;
  right: 100%;
  bottom: 100%;
  border-left: 0px solid transparent;
  border-bottom: 0px solid #a48b00;
  border-right: 9px solid #a48b00;
  border-top: 9px solid transparent;
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li > a::after {
  content: "";
  position: absolute;
  right: 100%;
  top: 0;
  width: 9px;
  height: 100%;
  background: var(--color);
  opacity: 0;
}
.product-page2 .sideLeft .top .nav ul li:hover > a,
.product-page2 .sideLeft .top .nav ul li.active > a {
  background: -webkit-gradient(linear, left top, right top, from(var(--color)), to(transparent));
  background: -webkit-linear-gradient(left, var(--color), transparent);
  background: -moz-linear-gradient(left, var(--color), transparent);
  background: linear-gradient(to right, var(--color), transparent);
}
.product-page2 .sideLeft .top .nav ul li:hover > a::before,
.product-page2 .sideLeft .top .nav ul li.active > a::before,
.product-page2 .sideLeft .top .nav ul li:hover > a::after,
.product-page2 .sideLeft .top .nav ul li.active > a::after {
  opacity: 1;
}
.product-page2 .sideLeft .top .nav ul li ul li a{
  font-size: 18px;
  padding-left: 30px;
  line-height: 1.8;
}
.product-page2 .sideLeft .top .nav ul li ul li:nth-child(1) a::before{
  content: none;
}
.product-page2 .sideLeft .top .nav ul li.active > ul{
  display: block;
}
.product-page2 .sideLeft .bottom {
  background: url(../images/product-side-bg.jpg) no-repeat;
  background-size: cover;
  padding: 365px 15px 20px;
}
.product-page2 .sideLeft .bottom p {
  font-size: 19px;
  line-height: 1.8;
  color: white;
  font-weight: bold;
  text-align: center;
}

.product-page2 .sideRight .Auxil-catdes {
    line-height: 30px;
      opacity: 0.51;
        margin: 20px 0 45px;
}
.product-page2 .sideRight 
 {
  width: 76% !important;
  padding-left: 60px;
}
.product-page2 .sideRight .Auxil-catdes {
  line-height: 30px;
  opacity: 0.51;
  margin: 20px 0 45px;
}
.product-page2 .sideRight ul {
  /*margin: 10px;*/
}
.product-page2 .sideRight ul li {
  padding: 0 20px 40px 0;
  text-align: center;
}
.product-page2 .sideRight ul li .img-box {
  /*border-radius: 10px;*/
  background: #f8f8f8;
    padding: 10px;
  /*padding: 36px 50px;*/
}
.product-page2 .sideRight ul li p {
  font-size: 18px;
  line-height: 1.8;
	color: #747474;
  margin: 15px 0 0;
}
.product-page2 .sideRight ul li .t1 {
	font-size: 20px;
  line-height: 1.6;
  margin: 20px 0 0;
}
.product-page2 .sideRight ul li .t1:hover{
  color: var(--color)
}
@media screen and (max-width: 1366px) {
  .inner-page .sidebox .sideleft {
    width: 28%;
  }
  .inner-page .sidebox .sideright {
    width: 72% ;
  }
  .product-page2 .sideRight {
    width: 67% !important;
    padding-left: 35px;
}
  .inner-page .sidebox .sideleft .widget .recent li a.title {
    margin-left: 98px;
  }
  .product-page2 .sideRight ul li{
    padding: 20px 20px 0 0
  }
}
@media screen and (max-width: 1000px) {
    .product-page2 .sideLeft {
    display: none;
  }
  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
  }
}

.inner-page .sidebox .sideleft {
  width: 24%;
  position: sticky;
  top: 150px;
}
.inner-page .sidebox .sideleft .widget {
  background: #fff;
  margin-bottom: 30px;
  /*box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);*/
}
.inner-page .sidebox .sideleft .widget form {
  position: relative;
      border: solid 1px rgb(15 93 182);
  	border-radius: 10px;
    overflow: hidden
}
.inner-page .sidebox .sideleft .widget form input {
  width: 100%;
  padding: 16px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  /*height: 40px;*/
  font-size: 16px;
  line-height: 2;
  padding-right: 50px
}
.inner-page .sidebox .sideleft .widget form button {
  position: absolute;
  right: 0;
  top: 50%;
  background: none;
  color: #000;
  border: 0;
  padding: 8px 20px;
  cursor: pointer;
  height: 40px;
  margin-top: -25px;
  font-size: 25px
}
.inner-page .sidebox .sideleft .widget form input[type=submit]{
    background-color: var(--color);
    color: #fff;
    transition: .5s
}
.inner-page .sidebox .sideleft .widget form input[type=submit]:hover{
    background-color: #f8f8f8;
    color: #000
}
.inner-page .sidebox .sideleft .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.04);
  font-size: 30px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 500;
    font-family: SuiGenerisRg;
  color: #000;
}
.inner-page .sidebox .sideleft .widget ul {
  margin-bottom: 0;
  padding: 0;
}
.inner-page .sidebox .sideleft .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 18px;
  line-height: 1.8;
  padding-left: 7px;
  position: relative;
  overflow: hidden;
  
}
.inner-page .sidebox .sideleft .widget ul li a {
  padding-left: 10px;
  line-height: 1.8;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap
}
.inner-page .sidebox .sideleft .widget ul li a span{
  display: block;
  width: 50px;
  height: 40px;
  border-radius: 5px;
  text-align: center;
  line-height: 40px;
  background: #eaeaea;
  margin: 0 0 0 auto
}
.inner-page .sidebox .sideleft .widget ul li:last-child {
  margin-bottom: 0;
}
.inner-page .sidebox .sideleft .widget ul li i {
  font-size: 16px;
  margin-right: 20px;
  position: absolute;
  left: 0;
  top: 7px;
}
.inner-page .sidebox .sideleft .widget ul li:hover,
.inner-page .sidebox .sideleft .widget ul li.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul {
  display: none;
  margin-top: 15px;
}
.inner-page .sidebox .sideleft .widget ul li ul li a {
  padding-left: 0;
  color: #999;
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active{
color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul li a b{
  max-width: 310px;
  font-weight: 400;
}
.inner-page .sidebox .sideleft .widget ul li ul li.active a{
color: var(--color);
}
.inner-page .sidebox .sideleft .widget ul li ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideleft .widget .recent li {
  display: block;
}
.inner-page .sidebox .sideleft .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left;
}
.inner-page .sidebox .sideleft .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 32px;
}
.inner-page .sidebox .sideleft .widget .form1 {
  text-align: center;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="text"],
.inner-page .sidebox .sideleft .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
}
.inner-page .sidebox .sideleft .widget .form1 textarea {
  height: 70px;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideleft .widget .form1 input[type="submit"]:hover {
  background: #000;
}
.inner-page .sidebox .sideright {
  width: 78%;
  padding: 0 10px 0px 50px;
}

@media screen and (max-width: 1000px) {
  .inner-page .sidebox .sideleft {
    display: none;
  }
  .inner-page .sidebox .sideright {
    width: 100%;
    padding-left: 0;
  }
  .inner-page .sidebox .sideright {
    padding: 0 0 50px 0;
  }
  .product-page2 .sideRight {
    width: 100% !important;
    padding-left: 0;
}
}
@media screen and (max-width: 1440px) {
  .inner-page .sidebox .sideleft .widget ul li{
    font-size: 16px
  }
  .product-page2 .sideRight ul li .t1{
    font-size: 22px
  }
}
@media screen and (max-width: 1280px) {
  .inner-page .sidebox .sideleft .widget ul li a span{
    display: none
  }
  .inner-page .sidebox .sideleft .widget ul li{
    font-size: 14px
  }
  .product-page2 .sideRight ul li .t1{
    font-size: 20px
  }
}
.m-page {
  text-align: center;
  margin-top: 50px;
}
.m-page a,
.m-page span {
  width: 50px;
  height: 50px;
  background: #dfdfdf;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  color: white;
  border-radius: 100%;
  display: inline-block;
  margin: 0 12px;
  cursor: pointer;
  line-height: 50px;
  font-size: 18px;
}
.m-page a:hover,
.m-page span {
	/*background-image: linear-gradient(90deg, 
		#567e35 0%, 
		#85b02e 100%, 
		#93a868 100%, 
		#a0a0a1 100%), 
	linear-gradient(
		#ffffff, 
		#ffffff);
	background-blend-mode: normal, normal;*/
}
.product-page2 .box1 {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-top: 80px;
}
.product-page2 .box1 .right {
  width: 50%;
}
.product-page2 .box1 .right img {
  width: 100%;
}
.product-page2 .box1 .left {
  width: 50%;
  padding-top: 30px;
  padding-right: 50px;
}
.product-page2 .box1 .left .t1 {
  font-size: 26px;
  font-weight: bold;
  line-height: 40px;
}
.product-page2 .box1 .left .cont {
  font-size: 18px;
  line-height: 2;
  margin: 20px 0 25px;
  height: 12em;
  overflow-y: auto
}
.product-page2 .box1 .left .contants {
 background: linear-gradient(90deg, #1A2C91,#0295E1);
  background-blend-mode: normal, 
        normal;
  border-radius: 21px;
  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: start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: start;
  padding: 32px 30px;
  color: #fff;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-page2 .box1 .left .contants .t2 {
  font-size: 24px;
  font-weight: bold;
  max-width: 100px;
}
.product-page2 .box1 .left .contants .mail {
  font-size: 18px;
  line-height: 1.6;
}
.product-page2 .box1 .left .contants .phone {
  font-size: 18px;
  line-height: 1.6;
}
@media screen and (max-width: 1100px) {
  .product-page2 .box1 .left .contants .t2 {
    max-width: 100% ;
  }
}
@media screen and (max-width: 1000px) {
  .product-page2 .box1 .left {
    padding: 0;
    width: 100%;
  }
  .product-page2 .box1 .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-page2 .box1 .left .t1 {
    font-size: 30px;
  }
}
@media screen and (max-width: 700px) {
  .product-page2 .box1 .left .t1 {
    font-size: 25px;
  }
}
.prodet-page .prodet-1{
  padding-bottom: 80px
}
.prodet-page .prodet-1 .box .left .big-small {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
}
.prodet-page .prodet-1 .box .left .big {
  width: 82%;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  line-height: 30px;
  border-radius: 50%;
  text-align: center;
  border: none;
  font-size: 20px;
  color: #fff;
  background-color: var(--primary);
  font-family: FontAwesome;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-prev {
  left: 20px;
}
.prodet-page .prodet-1 .box .left .big .slick-arrow.slick-next {
  right: 40px;
}
.prodet-page .prodet-1 .box .left .big ul .slick-list {
  padding: 15px;
}
.prodet-page .prodet-1 .box .left .big ul li a {
  display: block;
  border: 1px solid #e6e6e6;
  /*border-radius: 30px;*/
  background: white;
  /*box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.15);*/
  overflow: hidden
}
.prodet-page .prodet-1 .box .left .big ul li img {
  width: 100%;
}
.prodet-page{
  padding-top: 80px
}
.prodet-page .prodet-1 .box .left .small {
  width: 18%;
  margin-top: 5px;
}
.prodet-page .prodet-1 .box .left .small .prev,.prodet-page .prodet-1 .box .left .small .next{
  height: 20px;
  width: 100%;
  text-align: center;
  font-size: 20px;
  cursor: pointer;
  transition: .5s
}
.prodet-page .prodet-1 .box .left .small .prev:hover,.prodet-page .prodet-1 .box .left .small .next:hover{
  color: var(--color)
}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -5px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 5px;
  margin-top: 10px;
}
.prodet-page .prodet-1 .box .left .small ul li img {
  /*border-radius: 10px;*/
	border: solid 1px rgba(199, 203, 197, 0.8);
  background: #fff;
  transition: .5s;
  cursor: pointer
 
}
.prodet-page .prodet-1 .box .left .small ul li img:hover{
  	border: solid 1px #0f5db6;
}
.prodet-page .prodet-1 .box .right {
  padding-top: 15px;
}
.prodet-page .prodet-1 .box .right .content .cat_name {
  position: relative;
    line-height: 1.6;
    /* margin-bottom: 8px; */
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 500;
    padding-block-end: 8px;
}
/*.prodet-page .prodet-1 .box .right .content .cat_name::after {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: #f9c406;
}*/
.prodet-page .prodet-1 .box .right .content h1 {
  font-weight: 500;
    font-family: SuiGenerisRg;
  font-size: 36px
}
.prodet-page .prodet-1 .box .right .content  .st1{
  	font-size: 24px;
    padding-top: 24px;
    font-weight: 500;
    font-family: SuiGenerisRg;
    border-top: 1px solid #0f5db6;
    width: 100%;
    margin-top: 30px;
}
.prodet-page .prodet-1 .box .right .content .text {
  line-height: 2;
  height: 280px;
  margin-bottom: 60px;
  padding-right: 20px;
  margin-top: 15px;
  overflow: auto;

}
.prodet-page .prodet-1 .box .right .content .more{
  border: solid 1px rgba(0, 0, 0, 0.8);
    margin-top: 5px;
    font-weight: 500;
    text-transform: uppercase;
    width: 300px;
    font-family: SuiGenerisRg;
}
.prodet-page .prodet-1 .box .right .content a.msg {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  text-align: center;
  font-size: 12px;
  bottom: 15%;
  background: #f9c406;
}
.prodet-page .prodet-1 .box .right .content .social-links h4,
.prodet-page .prodet-1 .box .right .content .social-links ul {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-1 .box2 .cont{
  margin-top: 40px;
  overflow-x: auto
}
.prodet-page .prodet-1 .box2 .cont::-webkit-scrollbar-thumb{
  height: 5px
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-1 .box2 .cont table{
    width: 1440px !important;
  }
}
@media screen and (max-width: 1000px) {
    .prodet-page .prodet-1 .box .left {
    width: 100%;
  }
  .prodet-page .prodet-1 .box .right {
    width: 100%;
    padding-left: 0;
  }
}
.prodet-page .prodet-2 {
  background-color: #f2f2f2;
  padding: 100px 0 85px;
}
.prodet-page .prodet-2 .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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
  flex-wrap: wrap;
}
.prodet-page .prodet-2 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
  background: #f2f2f2;
      font-weight: 500;
    text-transform: uppercase;
    width: 300px;
    font-family: SuiGenerisRg; 
}
.prodet-page .prodet-2 ul {
  margin-right: -39px;
  margin-top: 57px;
}
.prodet-page .prodet-2 ul li {
  padding-right: 39px;
  text-align: center;
}
.prodet-page .prodet-2 ul li .box > img {
  width: 100%;
}
.prodet-page .prodet-2 ul li .box .t1 {
  font-size: 22px;
  display: block;
  margin: 20px 0 15px;
  line-height: 1.5;
}
.prodet-page .prodet-2 ul li .box .t1:hover{
  color: var(--color)
}
.prodet-page .prodet-2 ul li .box .cont {
  color: #747474;
  font-size: 17px;
}
.prodet-page .prodet-3 {
  padding: 70px 0;
}
.prodet-page .prodet-3 .smt {
  padding-bottom: 8px;
}
.prodet-page .prodet-3 form {
  margin-top: 62px;
}
.prodet-page .prodet-3 form button {
  border: solid 1px rgba(0, 0, 0, 0.8);
  font-weight: 500;
    text-transform: uppercase;
    width: 350px;
    font-family: SuiGenerisRg;
}
.prodet-page .prodet-3 form ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page .prodet-3 form ul li {
  border: solid 1px #7d7d7d;
  height: 59px;
  font-size: 18px;
  margin-bottom: 20px;
}
.prodet-page .prodet-3 form ul li input {
  width: 100%;
  height: 100%;
  padding: 0 22px;
  border: none;
}
.prodet-page .prodet-3 form ul li textarea {
  width: 100%;
  height: 100%;
  padding: 22px;
  border: none;
}
.prodet-page .prodet-3 form ul .submit {
  width: 100%;
  border: none;
  margin-top: 16px;
}
.prodet-page .prodet-3 form ul .i1 {
  width: 48%;
}
.prodet-page .prodet-3 form ul .i2 {
  width: 100%;
}
.prodet-page .prodet-3 form ul .i3 {
  width: 100%;
  height: 262px;
}
.prodet-page .prodet-4 {
  position: relative;
  background-color: #f2f2f2;
}
.prodet-page .prodet-4 .img {
  width: 50%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.prodet-page .prodet-4 .img img {
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.prodet-page .prodet-4 .right {
  width: 50%;
  margin: 0 0 0 auto;
  padding: 60px 0 80px 80px;
}
.prodet-page .prodet-4 .right .cont {
  height: 220px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
  margin-bottom: 40px;
  margin-top: 30px;
  padding-right: 5px;
}
.prodet-page .prodet-5 {
  padding: 60px 0 80px;
}
.prodet-page .prodet-5 ul {
  margin-right: -40px;
  margin-top: 40px;
}
.prodet-page .prodet-5 ul li {
  padding: 10px;
  padding-right: 40px;
}
.prodet-page .prodet-5 ul li .box {
  background-color: #ffffff;
  -webkit-box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  box-shadow: 0px 0px 16px 0px rgba(0, 0, 0, 0.13);
  border-radius: 14px;
  padding: 39px 50px 50px 28px;
  display: block
}
.prodet-page .prodet-5 ul li .box .time {
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
  margin-bottom: 28px;
}
.prodet-page .prodet-5 ul li .box .t1 {
  font-size: 24px;
    line-height: 1.5;
    font-weight: 500;
    font-family: SuiGenerisRg;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    transition: .5s;
}
.prodet-page .prodet-5 ul li .box:hover .t1{
  color: var(--color);
}
.prodet-page .prodet-5 ul li .box .cont {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  font-size: 18px;
  line-height: 1.8;
  height: 8em;
  margin-top: 15px;
}
@media screen and (max-width: 1680px) {
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1440px) {
  .prodet-page .prodet-5 ul li .box {
    padding-right: 30px;
  }
  .prodet-page .prodet-5 ul {
    margin-right: -25px;
  }
  .prodet-page .prodet-5 ul li {
    padding-right: 25px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 26px;
  }
}
@media screen and (max-width: 1280px) {
  .prodet-page .prodet-4 .right {
    padding: 30px 0 30px 30px;
  }
  .prodet-page .prodet-5 ul li .box {
    padding: 39px 20px 50px 18px;
  }
  .prodet-page .prodet-5 ul li .box .t1 {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 22px;
    padding: 15px 0 10px;
  }
  .prodet-page .prodet-4 .img {
    position: relative;
    width: 100%;
  }
  .prodet-page .prodet-4 .right {
    width: 100%;
    padding: 30px 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 ul li .box .t1 {
    font-size: 20px;
  }
  .prodet-page .prodet-3 form ul .i1 {
    width: 100%;
  }
  .prodet-page .prodet-5 ul {
    margin-right: 0;
  }
  .prodet-page .prodet-5 ul li {
    padding: 15px;
  }
}
.about-0-page .about-1 {
  padding-top: 70px;
}
.about-0-page .about-1 .center {
  margin-top: 50px;
  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;
}
.about-0-page .about-1 .center .left {
  width: 65%;
  font-size: 18px;
  line-height: 2;
  height: 220px;
  overflow-y: auto;
  padding-right: 15px;
}
.about-0-page .about-1 .center .right {
  max-width: 30%;
  text-align: center;
}
.about-0-page .about-1 .center .right .t1 {
  font-size: 200px;
  font-weight: bold;
  line-height: 1;
}
.about-0-page .about-1 .center .right p {
  font-size: 26px;
}
.about-0-page .about-1 .video {
  margin-top: 65px;
  position: relative;
  cursor: pointer
}
.about-0-page .about-1 .video .play {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-0-page .about-1 .video .play img {
  position: relative;
  z-index: 3;
}
.about-0-page .about-1 .video .play::before,
.about-0-page .about-1 .video .play::after {
  content: "";
  width: 90px;
  height: 90px;
  display: block;
  background: #979da1;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  margin-left: -45px;
  margin-top: -45px;
}
.about-0-page .about-1 .video .play::before {
  -webkit-animation: ks 2s infinite ease;
  -moz-animation: ks 2s infinite ease;
  animation: ks 2s infinite ease;
}
.about-0-page .about-1 .video .play::after {
  -webkit-animation: ks 2s 1s infinite ease;
  -moz-animation: ks 2s 1s infinite ease;
  animation: ks 2s 1s infinite ease;
}
.about-0-page .about-1 .dates {
  padding: 60px 0 90px;
}
.about-0-page .about-1 .dates ul {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-0-page .about-1 .dates ul li {
  /*width: 25%;*/
  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;
}
.about-0-page .about-1 .dates ul li .num {
  font-size: 96px;
  line-height: 1;
}
.about-0-page .about-1 .dates ul li .num em {
  line-height: 1;
}
.about-0-page .about-1 .dates ul li p {
  font-size: 18px;
  margin-left: 20px;
  max-width: 110px;

}
.about-0-page .about-2 {
  background: url(../images/about2.jpg) no-repeat top center / cover;
  padding: 117px 0 90px;
}
.about-0-page .about-2 .team {
  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-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-0-page .about-2 .team .left {
  width: 50%;
}
.about-0-page .about-2 .team .right {
  width: 50%;
  padding-left: 120px;
  color: #fff;
}
.about-0-page .about-2 .team .right .smt {
  margin-bottom: 10px;
}
.about-0-page .about-2 .team .right .cont {
  font-size: 17px;
  line-height: 2;
  margin-top: 50px;
}
.about-0-page .about-2 .team .right .cont p {
  margin-bottom: 30px;
}
.about-0-page .about-3 {
  padding: 70px 0 90px;
}
.about-0-page .about-3 .ui {
  position: relative;
}
.about-0-page .about-3 .tip {
  text-align: center;
}
.about-0-page .about-3 .top {
  margin-top: 110px;
}
.about-0-page .about-3 .top .slick-current .t1 {
  color: transparent;
  background-image: -webkit-linear-gradient(45deg, #1A2C91,#0295E1);
  background-image: -moz-linear-gradient(45deg, #1A2C91,#0295E1);
  background-image: linear-gradient(45deg, #1A2C91,#0295E1);
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}
.about-0-page .about-3 .top ul {
  margin-right: -120px;
}
.about-0-page .about-3 .top ul li {
  padding-right: 120px;
}
.about-0-page .about-3 .top ul li .t1 {
  font-size: 48px;
  font-weight: bold;
  line-height: 1;
}
.about-0-page .about-3 .top ul li .cont {
  font-size: 18px;
  line-height: 2;
  margin-top: 20px;
}
.about-0-page .about-3 .top .prev,
.about-0-page .about-3 .top .next {
  width: 70px;
  height: 70px;
  border-radius: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  background: #d8d8d8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 20px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-20%);
  -moz-transform: translateY(-20%);
  -ms-transform: translateY(-20%);
  transform: translateY(-20%);
}
.about-0-page .about-3 .top .prev:hover,
.about-0-page .about-3 .top .next:hover {
  background: #65902e;
}
.about-0-page .about-3 .top .prev {
  left: -100px;
}
.about-0-page .about-3 .top .next {
  right: -100px;
}
.about-0-page .about-3 .line {
  height: 3px;
  width: 100%;
  background-color: #d9d9d9;
  margin-top: 130px;
}
.about-0-page .about-3 .line .line2 {
  width: 13%;
  height: 3px;
  background-color: #65902e;
  position: relative;
}
.about-0-page .about-3 .line .line2 .dot {
  width: 20px;
  height: 10px;
  background-color: #65902e;
  position: absolute;
  right: 0;
  top: 0;
  margin-top: -5px;
}
.about-0-page .about-3 .line .line2 .dot::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-bottom: 7px solid #65902e;
  position: absolute;
  top: -7px;
}
.about-0-page .about-3 .line .line2 .dot::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 7px solid #65902e;
  position: absolute;
  bottom: -7px;
}
.about-0-page .about-3 .bottom {
  margin-top: 20px;
}
.about-0-page .about-3 .bottom .slick-current li {
  color: #65902e;
}
.about-0-page .about-3 .bottom li {
  color: #7d7d7d;
  font-size: 30px;
  cursor: pointer;
}
.about-0-page .about-4 {
  padding: 100px 0 200px;
  background: url(../images/about3.jpg) no-repeat top center / cover;
}
.about-0-page .about-4 .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;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.about-0-page .about-4 .top .cont {
  max-width: 640px;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}
.about-0-page .about-4 ul {
  margin-right: -37px;
  margin-top: 85px;
}
.about-0-page .about-4 ul li {
  padding-right: 37px;
}
.about-0-page .about-4 ul li .box {
  background: #fff;
  padding: 45px 45px 60px;
}
.about-0-page .about-4 ul li .box .t1 {
  font-size: 32px;
  line-height: 1.1;
  margin: 36px 0 25px;
  height: 2.5em
}
.about-0-page .about-4 ul li .box .text {
  font-size: 18px;
  line-height: 1.8;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 5.5em;
}
.about-0-page .about-5 {
  padding: 80px 0 115px;
}
.about-0-page .about-5 ul.slick-dots li{
  background-color: #000;
}
.about-0-page .about-5 ul.slick-dots li.slick-active{
  background-color: #7aa72e;
}
.about-0-page .about-5 .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: end;
  -webkit-align-items: end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: end;
}
.about-0-page .about-5 .top .more {
  border: solid 1px rgba(0, 0, 0, 0.8);
}
.about-0-page .about-5 ul {
  margin-top: 82px;
  margin-right: -25px;
}
.about-0-page .about-5 ul li {
  padding-right: 25px;
}
.about-0-page .about-5 ul li .box {
  position: relative;
}
.about-0-page .about-5 ul li .box img {
  width: 100%;
}
.about-0-page .about-5 ul li .box .t1 {
  position: absolute;
  width: 100%;
  bottom: 0;
  text-align: center;
  color: #fff;
  font-size: 26px;
  text-shadow: 0px 0px 7px rgba(25, 25, 25, 0.38);
  padding-bottom: 5px
}
@media screen and (max-width: 1440px) {
  .about-0-page .about-1 .center .right .t1 {
    font-size: 150px;
  }
  .about-0-page .about-1 .dates ul li .num {
    font-size: 70px;
  }
  .about-0-page .about-2 .team .right {
    padding-left: 50px;
  }
  .about-0-page .about-3 .top ul {
    margin-right: -50px;
  }
  .about-0-page .about-3 .top ul li {
    padding-right: 50px;
  }
  .about-0-page .about-3 .line .line2 {
    width: 12%;
  }
  .about-0-page .about-4 ul li .box .t1 {
    font-size: 28px;
  }
}
@media screen and (max-width: 1280px) {
  .about-0-page .about-1 .center .right .t1 {
    font-size: 120px;
  }
  .about-0-page .about-1 .dates ul li .num {
    font-size: 50px;
  }
  .about-0-page .about-3 .top .prev,
  .about-0-page .about-3 .top .next {
    display: none;
  }
}
@media screen and (max-width: 1100px) {
  .about-0-page .about-4 .top .cont {
    max-width: 400px;
  }
  .about-0-page .about-4 ul li .box {
    padding: 20px 15px 40px;
  }
}
@media screen and (max-width: 1000px) {
  .about-0-page .about-4 .top .cont {
    max-width: 100%;
    margin-top: 20px;
  }
  .about-0-page .about-3 .line .line2 {
    width: 50px;
  }
  .about-0-page .about-2 {
    display: none;
  }
  .about-0-page .about-1 .dates ul li {
    width: 50%;
  }
  .about-0-page .about-1 .center .left {
    width: 100%;
  }
  .about-0-page .about-1 .center .right {
    display: none;
  }
  .about-0-page .about-1 .video {
    display: none;
  }
}
@media screen and (max-width: 700px) {
  .about-0-page .about-5 .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-0-page .about-5 .top .tip {
    width: 100%;
  }
  .about-0-page .about-5 .top .more {
    margin: 20px 0 0 auto;
  }
  .about-0-page .about-1 .dates {
    padding: 20px 0 30px;
  }
  .about-0-page .about-3 .top {
    margin-top: 40px;
  }
  .about-0-page .about-3 .line {
    margin-top: 50px;
  }
  .about-0-page .about-3 .top ul li .t1 {
    font-size: 30px;
  }
  .about-0-page .about-3 .bottom li {
    font-size: 25px;
  }
}
@media screen and (max-width: 500px) {
  .about-0-page .about-4 {
    display: none;
  }
  .about-0-page .about-1 .dates ul li {
    width: 100%;
  }
  .about-0-page .about-1 .dates ul li .num {
    font-size: 30px;
  }
  .about-0-page .about-1 .dates ul li p {
    max-width: 200px;
  }
  .about-0-page .about-3 .top ul li .t1 {
    font-size: 25px;
  }
  .about-0-page .about-3 .bottom li {
    font-size: 22px;
  }
  .about-0-page .about-5 {
    padding-top: 0;
  }
}
/*inner-banner*/


.tipsTitleCont {
  font-weight: bold;
}
.tipsTitleCont .tipsTitle1 {
  text-transform: uppercase;
  font-weight: 400;
  display: flex;
  align-items: center;
}
.tipsTitleCont .tipsTitle1 .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  margin: 0px 10px 0 0;
}
.tipsTitleCont .tipsTitle1 span {
  width: -webkit-calc(80%);
  width: -moz-calc(80%);
  width: calc(100% - 20px);
  letter-spacing: 4px;
}
.tipsTitleCont .tipsTitle2 {
  margin-top: 20px;
      font-family: SuiGenerisRg;
    font-weight: 500;
    text-transform: uppercase;
}
.inner_banner {
  position: relative;
  z-index: 0;
  margin-top: 114px;
}
.inner_banner .textAniC{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow: hidden;
  z-index: 1;
}
.inner_banner .textAniC .text .c{
  font-size: 426px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fcece7;
  line-height: 0.9;
  white-space: nowrap;
  width: 5000px;
  animation: transAni2 60s linear infinite;
}

.inner_banner .container{
  position: relative;
  z-index: 2;
}
.inner_banner .innerBg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.inner_banner .cont {
  padding: 120px 0;
}
.inner_banner .cont .title {
  font-weight: bold;
}
.inner_banner .cont .mbx {
  font-size: 0;
  margin-top: 10px;
}
.inner_banner .cont .mbx span {
  font-size: 20px;
  padding-left: 20px;
  position: relative;
}
.inner_banner .cont .mbx a {
  position: relative;
  padding-left: 20px;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner_banner .cont .mbx a:hover {
  color: var(--color);
}
.inner_banner .cont .mbx a:first-child {
  padding-left: 0;
}
.inner_banner .cont .mbx a:first-child::before {
  display: none;
}
.inner_banner .cont .mbx a:before,
.inner_banner .cont .mbx span:before {
  content: '';
  position: absolute;
  width: 6px;
  height: 2px;
  top: 10px;
  left: 7px;
  background-color: #000;
}

@media (max-width: 1500px) {
  .inner_banner .textAniC{
    top: 34px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 360px;
  }
}

@media (max-width: 1250px) {
  .inner_banner .textAniC{
    top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 260px;
  }
}

@media (max-width: 1000px) {
  .inner_banner {
    margin-top: 40px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 160px;
  }
  .inner_banner .cont {
    padding: 40px 0;
  }
}

@media (max-width: 700px) {
  .inner_banner .textAniC .text .c{
    font-size: 100px;
  }
}

@media (max-width: 500px) {
  .inner_banner .textAniC{
    top: 30px;
  }
  .inner_banner .textAniC .text .c{
    font-size: 80px;
  }
}


.about-page .about-1 .top .img {
  position: relative;
}
.about-page .about-1 .top .img video{
  display: block;
  width: 100%;
}
.about-page .about-1 .top .img .play {
  position: absolute;
  display: inline-block;
  background: var(--color);
  border-radius: 50%;
  z-index: 1;
  cursor: pointer;
  width: 80px;
  height: 80px;
  left: 50%;
  top: 50%;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .top .img .play .cont{
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.about-page .about-1 .top .img .play .cont i{
  margin-left: 4px;
}
.about-page .about-1 .top .img .play .ling{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  border-radius: 50%;
  animation: ks 3s linear infinite;
  
}
.about-page .about-1 .top .img .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .top .text {
  max-width: 1600px;
  width: 100%;
  margin: 80px auto 0;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .top .text .title {
      font-weight: 500;
    font-family: SuiGenerisRg;
  text-align: center;
}
.about-page .about-1 .top .text .con {
  margin-top: 46px;
  line-height: 1.8;
  color: #7b7b7b;
  max-height: 690px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .about-1 .bottom {
  width: 100%;
  margin: 70px auto 0;
}
.about-page .about-1 .bottom ul {
  margin-right: -70px;
}
.about-page .about-1 .bottom ul li {
  padding-right: 70px;
}
.about-page .about-1 .bottom ul li .data {
  font-weight: bold;
  padding-bottom: 10px;
  border-bottom: 1px solid #58596c;
}
.about-page .about-1 .bottom ul li .data em {
  font-size: 60px;
  font-weight: 500;
  font-family: SuiGenerisRg;
  line-height: 1.2;
  color: #000;
  display: inline-block;
  vertical-align: bottom;
}
.about-page .about-1 .bottom ul li .data sub {
  font-size: 18px;
  color: var(--color);
  display: inline-block;
  vertical-align: bottom;
  line-height: 1;
  font-weight: 400;
  margin: 0 0 16px 7px;
}
.about-page .about-1 .bottom ul li .text .tit {
  font-size: 22px;
  font-weight: 500;
  font-family: SuiGenerisRg;
  color: #000000;
  line-height: 2;
  margin-top: 23px;
}
.about-page .about-1 .bottom ul li .text p {
  font-size: 18px;
  line-height: 30px;
  color: #929292;
}
.about-page .about-2 {
  margin-top: 120px;
}
.about-page .about-2 .box {
  padding: 80px 0;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .img {
  width: 50.06%;
  /*overflow: hidden;*/
  vertical-align: middle;
  border-bottom-right-radius: 80px;
}
.about-page .about-2 .box .text {
  width: 49.94%;
  max-width: 900px;
  padding-left: 80px;
  padding-right: 10px;
  vertical-align: middle;
  color: #fff;
}
.about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
  background-color: #fff;
}
.about-page .about-2 .box .text .con {
  line-height: 1.8;
  margin-top: 40px;
  font-size: 18px;
}
.about-page .about-2 .box .text .list {
  margin-top: 29px;
}
.about-page .about-2 .box .text .list ul {
  margin-bottom: -25px;
}
.about-page .about-2 .box .text .list ul li {
  position: relative;
  padding-left: 47px;
  font-size: 20px;
  line-height: 1.5;
  padding-bottom: 25px;
}
.about-page .about-2 .box .text .list ul li::before {
  content: '';
  position: absolute;
  top: 13px;
  left: 0;
  width: 30px;
  height: 2px;
  background: white;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  bottom: 0;
  right: 0;
  width: 81.25%;
  height: 100%;
  background: var(--color);
}
.about-page .about-3 {
  background-color: #fff;
  padding: 12% 0 5%;
  margin-top: -122px;
}
.about-page .about-3 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 63px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-3 .header .left {
  width: 50%;
}
.about-page .about-3 .header .left span.tag {
  color: var(--color);
}
.about-page .about-3 .header .left .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-3 .header .right {
  width: 50%;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.about-page .about-3 .content {
  margin-top: 88px;
}
.about-page .about-3 .content .sPage{
  margin-top: 40px;
  text-align: center;
}
.about-page .about-3 .content .sPage ul{
  justify-content: center;
}
.about-page .about-3 .content .sPage ul li{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  display: flex;
  opacity: 1;
  align-items: center;
  padding: 0;
  transition: all .5s;
  margin: 2px 10px;
  justify-content: center;
}
.about-page .about-3 .content .sPage ul li button{
  background: #f0f0f0;
  font-size: 0;
  width: 10px;
  height: 10px;
  display: block;
  border: none;
  transition: all .5s;
  border-radius: 50%;
}
.about-page .about-3 .content .sPage ul li.slick-active{
  border: 1px solid var(--color);
}
.about-page .about-3 .content .sPage ul li.slick-active button{
  background: var(--color);
}
.about-page .about-3 .content ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-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;
  margin: 0 -15px;
}
.about-page .about-3 .content > ul .slick-track{
  display: flex;
}
.about-page .about-3 .content > ul .slick-track .slick-slide{
  height: auto;
}
.about-page .about-3 .content > ul .slick-track .slick-slide > div{
  height: 100%;
}
.about-page .about-3 .content ul li {
  padding: 15px 15px;
  height: 100%;
  width: 33.33%;
}
.about-page .about-3 .content ul li .box {
  padding: 36px 40px;
  background: #fff;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  color: #121212;
  height: 100%;
  box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.about-page .about-3 .content ul li .box .tit {
  font-size: 24px;
  font-weight: 500;
  font-family: SuiGenerisRg;
  line-height: 1.5;
  margin-bottom: 15px;
  margin-top: 15px;
}
.about-page .about-3 .content ul li .box p {
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  color: rgba(0, 0, 0, .5);
}
.about-page .about-3 .content ul li .box:hover {
  background: var(--color);
}
.about-page .about-3 .content ul li .box:hover i img {
  -webkit-filter: grayscale(100%) brightness(300);
  filter: grayscale(100%) brightness(300);
}
.about-page .about-3 .content ul li .box:hover .tit {
  color: white;
}
.about-page .about-3 .content ul li .box:hover p {
  color: white;
}
.about-page .about-3 .list {
  margin-top: 151px;
}
.about-page .about-3 .list .img-box {
  display: block;
}
.about-page .about-3 .list .img-box img {
  width: 100%;
}
.about-page .about-3 .list .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: right;
  padding-right: 22px;
}
.about-page .about-3 .list .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #fff;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-3 .list .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-3 .list .slick-dots li button {
  display: none;
}
.about-page .about-3 .list .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 {
  background: var(--color);
  padding: 68px 0 70px;
  max-width: 959px;
  width: 100%;
  margin-top: -17%;
  position: relative;
  z-index: 1;
  color: #fff;
}
.about-page .about-4 .box {
  max-width: 507px;
  margin: 0 94px 0 auto;
}
.about-page .about-4 .box .title {
  margin-top: 27px;
}
.about-page .about-4 .box .con {
  font-size: 16px;
  line-height: 1.8;
  margin-top: 27px;
}
.about-page .about-4 .box .info {
  margin-top: 20px;
  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;
  padding-bottom: 30px;
  border-bottom: 1px solid #fff;
}
.about-page .about-4 .box .info .tit {
  font-size: 20px;
  line-height: 1.5;
}
.about-page .about-4 .box .info p {
  font-size: 16px;
  line-height: 1.8;
}
.about-page .about-4 .box .more {
  margin-top: 36px;
  background: #000;
}
.about-page .about-4 .box .more:hover {
  background: #fff;
  color: var(--color);
}
.about-page .about-5 {
  padding: 110px 0 180px;
}
.about-page .about-5 .header {
  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: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  padding-bottom: 45px;
  border-bottom: 1px solid #b8b8bc;
}
.about-page .about-5 .header span.tag {
  color: var(--color);
}
.about-page .about-5 .header .title {
  margin-top: 12px;
  line-height: 1.2;
}
.about-page .about-5 .header .more {
  margin-bottom: 4px;
}
.about-page .about-5 .content {
  margin-top: 47px;
}
.about-page .about-5 .content ul {
  margin: 0 -20px;
}
.about-page .about-5 .content ul li {
  padding: 0 20px;
}
.about-page .about-5 .content ul li .img-box {
  display: block;
  position: relative;
}
.about-page .about-5 .content ul li .img-box::before {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    display: block;
    content: "";
    width: 0;
    height: 0;
    background: rgba(255, 255, 255, .2);
    border-radius: 100%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    opacity: 0;
    -webkit-transition: all .5s;
    -o-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.about-page .about-5 .content ul li:hover .img-box:before {
    -webkit-animation: circle .75s;
    -moz-animation: circle .75s;
    -o-animation: circle .75s;
    animation: circle .75s;
    -o-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -webkit-transition: all .3sease;
    -o-transition: all .3sease;
    -moz-transition: all .3sease;
    transition: all .3sease;
}
.about-page .about-5 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-5 .content ul .slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -54px;
  width: 100%;
  margin: 0;
  text-align: center;
}
.about-page .about-5 .content ul .slick-dots li {
  width: 14px;
  height: 14px;
  background-color: #d2d2d2;
  display: inline-block;
  border-radius: 50%;
  margin-right: 14px;
  cursor: pointer;
  -webkit-transition: 0.5;
  -moz-transition: 0.5;
  -o-transition: 0.5;
  transition: 0.5;
  padding: 0;
}
.about-page .about-5 .content ul .slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5 .content ul .slick-dots li button {
  display: none;
}
.about-page .about-5 .content ul .slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-6{
  overflow: hidden;
}
.about-page .about-6 .contentC{
  margin-top: 60px;
}
.about-page .about-6 .contentC .container{
  margin-left: auto;
  width: 1640px;
  margin-right: 0;
}
.about-page .about-6 .contentC .container .titleC{
  width: 48%;
  position: relative;
  z-index: 2;
}
.about-page .about-6 .contentC .container .titleC .subline{
  position: absolute;
  bottom: 6px;
  right: 0;
  background: #e2e0e0;
  width: 1200px;
  height: 1px;
}
.about-page .about-6 .contentC .container .titleC li{
  cursor: pointer;
}
.about-page .about-6 .contentC .container .titleC .num{
  font-size: 20px;
  font-weight: 500;
  text-align: center;
}
.about-page .about-6 .contentC .container .titleC li.active .num{
  color: var(--color);
}
.about-page .about-6 .contentC .container .titleC .cir{
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #e2e0e0;
  margin: 10px auto 0;
}
.about-page .about-6 .contentC .container .titleC li.active .cir{
  background: var(--color);
}
.about-page .about-6 .contentC .container .content{
  position: relative;
  margin-top: -80px;
}
.about-page .about-6 .contentC .container .content .box .left{
  width: 48%;
  padding-right: 200px;
  padding-top: 140px;
}
.about-page .about-6 .contentC .container .content .box .left .title{
  font-weight: 600;
  font-size: 24px;
}
.about-page .about-6 .contentC .container .content .box .left .des{
  font-weight: 500;
  margin-top: 20px;
  font-size: 18px;
  line-height: 1.8;
}
.about-page .about-6 .contentC .container .content .box .right{
  width: 52%;
  padding-left: 40px;
}
.about-page .about-6 .contentC .container .content .box .right img{
  width: 100%;
}
@media (max-width: 1700px) {
  .about-page .about-6 .contentC .container{
    width: 1360px;
    margin: auto;
  }
}
@media (max-width: 1500px) {
  .about-page .about-1 .bottom ul li .data em{
    font-size: 56px;
  }
  .about-page .about-6 .contentC .container{
    width: 1200px;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    padding-right: 40px;
  } 
}
@media (max-width: 1250px) {
  .about-page .about-1 .bottom ul {
    margin-right: -30px;
  }
  .about-page .about-1 .bottom ul li {
    padding-right: 30px;
  }
  .about-page .about-3{
    margin-top: -60px;
  }
  .about-page .about-6 .contentC .container{
    width: 970px;
  }
  .about-page .about-6 .contentC .container .titleC{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .titleC .subline{
    width: 100%;
  }
  .about-page .about-6 .contentC .container .content .box .left{
    width: 100%;
    padding-right: 0;
  }
  .about-page .about-6 .contentC .container .content .box .right{
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .about-page .about-1 .top .text {
    margin-top: 40px;
    /*padding: 30px 16px;*/
  }
  .about-page .about-2 {
    margin-top: 20px;
  }
  .about-page .about-2 .box {
    width: 700px;
    margin: auto;
  }
  .about-page .about-2 .box .img {
    width: 100%;
  }
  .about-page .about-2 .box::after {
    display: none;
  }
  .about-page .about-2 .box .text {
    width: 100%;
    padding: 20px 0 40px 0;
    max-width: 100%;
    color: #000;
  }
  .about-page .about-2 .box .text .tipsTitleCont .tipsTitle1 .cir {
    background-color: var(--color);
  }
  .about-page .about-3 .header {
    padding-bottom: 20px;
  }
  .about-page .about-3 .header .left {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li {
    width: 100%;
  }
  .about-page .about-5 {
    padding: 60px 0;
  }
  .about-page .about-5 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-5 .header .left {
    width: 100%;
  }
  .about-page .about-5 .header .right {
    margin-top: 20px;
  }
  .about-page .about-5 .content ul .slick-dots {
    position: relative;
    bottom: 0;
    top: 0;
    margin-top: 20px;
    color: #666;
    line-height: 1.6;
  }
  .about-page .about-1 .bottom ul {
    margin: 0;
  }
  .about-page .about-1 .bottom ul li {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .about-page .about-6{
    margin-top: 0;
    padding-top: 0;
  }
  .about-page .about-6 .contentC .container{
    width: 700px;
  }
}
@media (max-width: 700px) {
  .about-page .about-2 .box {
    width: 100%;
    padding: 0 16px;
  }
  .about-page .about-3 {
    margin-top: 40px;
  }
  .about-page .about-3 .content ul li .box{
    padding: 15px;
  }
  .about-page .about-6 .contentC .container{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .about-page .about-1 .top .text .con {
    margin-top: 20px;
  }
  .about-page .about-1 .bottom {
    margin-top: 40px;
  }
  .about-page .about-1 .bottom ul li .data em {
    font-size: 40px;
  }
  .about-page .about-1 .top .text .con {
    max-height: 460px;
  }
  .about-page .about-2 {
    margin-top: 40px;
  }
  .about-page .about-2 .box .text .con {
    margin-top: 20px;
  }
  .about-page .about-3 {
    margin-top: 0;
  }
  .about-page .about-5 {
    padding: 40px 0;
  }
  .about-page .about-5 .header {
    padding-bottom: 20px;
  }
  .about-page .about-5 .content {
    margin-top: 20px;
  }
}



.history-page {
  background-image: url("../images/history-bg.jpg");
  background-size: 100% auto;
  background-position: center;
  background-repeat: no-repeat;
  position: relative;
  overflow: hidden;
}
.history-page .ui.container {
  width: auto;
  padding: 0 15px;
  max-width: 1700px;
}
.history-page .left {
      width: 40%;
    padding-right: 4%;
    font-weight: 500;
    font-family: SuiGenerisRg;
    margin-top: 2%;
}
.history-page .right {
  width: 62%;
}
.history-page .right .swiper {
  margin-right: -14%;
}
.history-page .right span.h6 {
  color: var(--color);
  display: block;
  line-height: 1;
}
.history-page .right .text {
  margin: .5em 0 1.3em;
}
.history-page .right .img {
  height: 280px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  border-radius: 15px;
  background-size: cover;
  max-width: 420px;
  margin-bottom: 180px;
}
.history-page .right .swiper-wrapper {
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.history-page .right .swiper-slide-active ~ div .img {
  height: 0;
}
.history-page .bg {
  width: 100vw;
  height: 100vw;
  position: absolute;
  top: 75%;
  left: 0;
  z-index: 1;
}
.history-page .bg i {
  font-size: 10vw;
  position: absolute;
  top: -52px;
  left: 30%;
  -webkit-transform: translate(-50%, -47%);
  -moz-transform: translate(-50%, -47%);
  -ms-transform: translate(-50%, -47%);
  transform: translate(-50%, -47%);
  color: var(--color);
  z-index: 1;
  cursor: pointer;
  cursor: hand;
  line-height: 1;
}
.history-page .bg span {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background-image: url("../images/icon-history.png");
  background-position: center;
  background-size: cover;
  position: absolute;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

@media screen and (max-width: 1500px) {
  .history-page .right .img {
    height: 200px;
    margin-bottom: 150px;
  }
}

@media screen and (max-width: 1000px) {
  .history-page .right {
    width: 100% !important;
    padding-left: 0;
    margin-top: 30px;
  }
  .history-page .left {
    width: 100% !important;
    padding-right: 0;
  }
  .history-page .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  
  .history-page .bg {
    display: none;
  }
  .history-page .right .img {
    height: 200px !important;
    margin-bottom: 0 !important;
  }
  .history-page .left {
    margin-top: 0;
  }
}

@media screen and (max-width: 700px) {
  .history-page .right .swiper{
    margin-right: 0;
  }
}
@media screen and (max-width: 500px) {
  .history-page .right .swiper {
    margin-right: 0;
  }
}



.gallery-page .init-1 .container .cont{
  border-bottom: 1px solid #d2d2d2;
}
.gallery-page .init-1 .container .cont li {
  margin-right: 40px;
}
.gallery-page .init-1 .container .cont li:last-child{
  margin-right: 0;
}
.gallery-page .init-1 .container .cont li .box a {
  padding: 8px 20px;
  font-size: 20px;
  display: block;
  position: relative;
  font-weight: 600;
}
.gallery-page .init-1 .container .cont li .box a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.gallery-page .init-1 .container .cont li .box a.active::before,
.gallery-page .init-1 .container .cont li .box a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.gallery-page .init-2 {
  padding-top: 30px;
}
.gallery-page .init-2 .container ul {
  margin: 0 -25px;
}
.gallery-page .init-2 .container ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.gallery-page .init-2 .container ul li {
  margin-top: 50px;
  padding: 0 25px;
}
.gallery-page .init-2 .container ul li .box video{
  display: block;
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .title{
  font-weight: 600;
  text-align: center;
  margin-top: 16px;
}
.gallery-page .init-2 .container ul li .box .img {
  position: relative;
  display: block;
}
.gallery-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.gallery-page .init-2 .container ul li .box .img::before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 2;
  display: block;
  content: "";
  width: 0;
  height: 0;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  z-index: 2;
}
.gallery-page .init-2 .container ul li .box:hover .img::before {
  -webkit-animation: circle 0.75s;
  -moz-animation: circle 0.75s;
  -o-animation: circle 0.75s;
  animation: circle 0.75s;
  -o-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3sease;
  -o-transition: all 0.3sease;
  -moz-transition: all 0.3sease;
  transition: all 0.3sease;
}

@media (max-width: 1000px) {
  .gallery-page .init-1 {
    display: none;
  }
  .gallery-page .init-2 {
    padding-top: 0;
  }
}
@media (max-width: 500px) {
  .gallery-page .init-2 .container ul li {
    margin-top: 20px;
  }
}


.honor-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 72px;
}
.honor-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.honor-page .tab li a {
    overflow: hidden;
    display: block;
}
.honor-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.honor-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.honor-page .content .box {
    text-align: center;
    padding-bottom: 72px;
}
.honor-page .content .box h2 {
    color: #182333;
    font-size: 28px;
    margin-top: 10px;
    font-weight: 700;
    line-height: 1.3;
}
.honor-page .content .box p {
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
}
.honor-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 24px;
}
.honor-page .content .box ul {
    margin: 0 -15px;
    text-align: left;
}
.honor-page .content .box ul li {
    padding: 0px;
}
.honor-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    /*box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);*/
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}
.honor-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.honor-page .content .box ul li .imgbox .text h5 {
    display: block;
    color: #111;
    font-size: 18px;
    line-height: 32px;
    padding: 5px;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.honor-page .content .box ul li .imgbox .text .con {
    margin-top: 16px;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.honor-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.honor-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.honor-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.honor-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.honor-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: 600;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.honor-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.honor-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.honor-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.honor-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.honor-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 72px 0;
}
@media screen and (max-width: 1440px) {
    .honor-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .honor-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .honor-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .honor-page .content .box p {
        font-size: 14px;
    }
    .honor-page .content .box ul li {
        width: 100%;
    }
}

.pro-copy-duct-yd-page .init-1 .container ul li .box {
  border-top: 1px solid #e2e2e2;
  padding: 60px 0;
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .left {
  width: 60%;
  padding-right: 40px;
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .left .title {
  font-weight: bold;
  display: block;
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .left .title:hover {
  color: var(--color);
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .left .des {
  color: rgba(0, 0, 0, 0.5);
  margin-top: 20px;
  font-weight: 500;
    overflow-y: scroll;
    max-height: 250px;
    line-height: 32px;
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .left .more{
  margin-top: 30px;
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .right {
  width: 40%;
  text-align: right;
}
.pro-copy-duct-yd-page .init-1 .container ul li .box .right img {
  width: auto;
}
.pro-copy-duct-yd-page .init-1 .container ul li:last-child .box {
  border-bottom: 1px solid #e2e2e2;
}
.m-page .wp-pagenavi {
      display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: nowrap;
    justify-content: center;
}
.m-page .wp-pagenavi span,
.m-page .wp-pagenavi a {
  border-radius: 50%;
  width: 40px;
  height: 40px;
  border: 1px solid #dcdcdc;
  text-align: center;
  line-height: 40px;
  font-size: 18px;
  font-weight: bold;
  margin: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page .wp-pagenavi a:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.m-page .wp-pagenavi .current {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
@media (max-width: 1000px) {
  .pro-copy-duct-yd-page .init-1 .container ul li .box .left {
    width: 100%;
    padding-right: 0;
  }
  .pro-copy-duct-yd-page .init-1 .container ul li .box .right {
    margin-top: 20px;
  }
}

@media (max-width: 500px) {
  .pro-copy-duct-yd-page .init-1 .container ul li .box .right img{
    max-width: 400px !important;
  }
}


.pro-copy-duct-page .init-1 .container {
  width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}
.pro-copy-duct-page .init-1 .container .swiper .swiper-slide .box .img {
  display: block;
}
.pro-copy-duct-page .init-1 .container .swiper .swiper-slide .box .text {
  margin-top: 16px;
  text-align: center;
  display: block;
  font-weight: bold;
}
.pro-copy-duct-page .init-1 .container .swiper .swiper-slide .box .text:hover {
  color: var(--color);
}
.pro-copy-duct-page .init-2 .container .fl-list {
  display: inline-block;
  position: relative;
  width: 370px;
  margin-top: 10px;
  border: solid 1px #474747;
  text-align: left;
  padding: 20px 40px 20px 28px;
  cursor: pointer;
  color: #474747;
  font-weight: 600;
}
.pro-copy-duct-page .init-2 .container .fl-list span {
  display: block;
  position: relative;
}
.pro-copy-duct-page .init-2 .container .fl-list span em {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
.pro-copy-duct-page .init-2 .container .fl-list span i {
  position: absolute;
  line-height: 1;
  font-size: 30px;
  top: -4px;
  right: -20px;
}
.pro-copy-duct-page .init-2 .container .fl-list ul {
  background-color: #fff;
  max-height: 300px;
  overflow-y: auto;
  padding-right: 4px;
  position: absolute;
  width: 100%;
  top: 100%;
  left: 0;
  z-index: 2;
  -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 var(--color);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.pro-copy-duct-page .init-2 .container .fl-list ul li {
  font-size: 14px;
  padding: 10px;
  line-height: 2;
}
.pro-copy-duct-page .init-2 .container .fl-list ul li a {
  display: block;
}
.pro-copy-duct-page .init-2 .container .fl-list ul li a:hover {
  color: var(--color);
}
.pro-copy-duct-page .init-2 .container .fl-list:hover ul {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search {
  margin-left: 50px;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form {
  height: 64px;
  position: relative;
  font-weight: bold;
  display: flex;
  margin-top: 10px;
  flex-wrap: wrap;
}

.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list{
  width: 360px;
  padding: 20px 40px 20px 28px;
  border: solid 1px #474747;
  position: relative;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list i{
    position: absolute;
    line-height: 1;
    font-size: 30px;
    top: 16px;
    right: 16px;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list2{
  margin-left: 50px;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list .text{
  padding: 0;
  opacity: 0;
  width: 0;
  height: 0;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list span{
    width: -webkit-calc(25%);
    width: -moz-calc(25%);
    width: calc(100% - 75px);
    border: none;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list ul{
  background-color: #fff;
    max-height: 300px;
    overflow-y: auto;
    padding-right: 4px;
    position: absolute;
    width: 100%;
    top: 100%;
    left: 0;
    z-index: 2;
    -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
    box-shadow: 0px 8px 10px rgba(0, 0, 0, .2);
    border-bottom: 3px solid var(--color);
    opacity: 0;
    -webkit-transform: scaleY(0);
    -moz-transform: scaleY(0);
    -ms-transform: scaleY(0);
    -o-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    -o-transform-origin: top;
    transform-origin: top;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .lis ul li {
    font-size: 14px;
    padding: 10px;
    line-height: 2;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form  ul li a {
    display: block;
    font-size: 14px;
    padding: 10px;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form  ul li a:hover{
  color: var(--color);
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .list:hover ul{
    opacity: 1;
    -webkit-transform: scaleY(1);
    -moz-transform: scaleY(1);
    -ms-transform: scaleY(1);
    -o-transform: scaleY(1);
    transform: scaleY(1);
}


.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .text {
  width: -webkit-calc(25%);
  width: -moz-calc(25%);
  width: calc(100% - 75px);
  border: none;
  padding: 10px 24px;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .btn {
  width: 75px;
  background-color: var(--color);
  border: none;
  border-radius: 0;
  -o-background-size: 30px;
  background-size: 30px;
}
.pro-copy-duct-page .init-2 .container .pro-copy-duct-search form .btn:hover {
  background-color: var(--color);
}
.pro-copy-duct-page .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.pro-copy-duct-page .init-3 .container .des{
  font-size: 14px;
  line-height: 2;
  margin-top: 40px;
}
.pro-copy-duct-page .init-3 .container .des table{
  border: none;
}
.pro-copy-duct-page .init-3 .container .des table tr{
  background: #fff;
}
.pro-copy-duct-page .init-3 .container .des table tr td{
  border: 1px solid #ccc;
}
.pro-copy-duct-page .init-3 .container .des table tbody > tr > td:first-child{
  background: #f6f6f6;
  min-width: 100px;
}
.pro-copy-duct-page .init-3 .container .cat_des{
  max-height: 320px;
  margin-top: 20px;
  color: rgba(0, 0, 0, .5);
  font-size: 18px;
  line-height: 2;
  padding-right: 4px;
  overflow-y: auto;
  font-weight: 500;
}
.pro-copy-duct-page .init-3 .container .content {
  margin-top: -40px;
}
.pro-copy-duct-page .init-3 .container .content ul{
  margin: 0 -22px;
    font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}

.pro-copy-duct-page .init-3 .container .content ul > p{
  font-size: 20px;
  margin: 60px 20px 0;
  letter-spacing: 0;
}
.pro-copy-duct-page .init-3 .container .content ul li {
  padding: 0 22px;
  margin-top: 90px;
}
.pro-copy-duct-page .init-3 .container .content ul li .box {
  cursor: pointer;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .img {
  display: block;
  border: solid 1px #dadada;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .title {
  margin-top: 20px;
  font-weight: 600;
  line-height: 1.8;
  min-height: 1em;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .title:hover{
  color: var(--color);
}
.pro-copy-duct-page .init-3 .container .content ul li .box .title2{
  color: #5f5f5f;
  margin-top: 10px;
  font-weight: 500;
  line-height: 2;
  overflow:hidden;
  text-overflow:ellipsis; 
  display:-webkit-box;
  /*-webkit-line-clamp:3;*/
  -webkit-box-orient:vertical;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .slick-track{
  margin-left: 0;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .smallImg{
  margin-top: 10px;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .smallImg .grid-box{
  margin: 0 -5px;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .smallImg .imgl{
  padding: 0 5px;
}
.pro-copy-duct-page .init-3 .container .content ul li .box .smallImg .imgl .box{
  border: solid 1px #dadada;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont {
  display: none;
  position: fixed;
  width: 100vw;
  height: 100vh;
  top: 0;
  left: 0;
  z-index: 30;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c {
  max-width: 100%;
  background-color: #fff;
  position: absolute;
  width: 1580px;
  padding-top: 70px;
  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%);
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .close {
  z-index: 2;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
  position: absolute;
  top: 8px;
  right: 12px;
  font-size: 46px;
  font-weight: bold;
  text-align: center;
  line-height: 46px;
  width: 46px;
  height: 46px;
  cursor: pointer;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .close:hover {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top {
  padding: 0 40px;
  padding-bottom: 50px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
  width: 380px;
  height: 388px;
  border: 1px solid #eee;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle {
  position: relative;
  width: 110px;
  padding-left: 10px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper {
  height: 354px;
  width: 100%;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper ul{
  padding: 0;
  margin: 0;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li {
  padding: 0;
  margin: 0;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a {
  display: block;
  border: 1px solid #eee;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .swiper li .box2 a img {
  background-color: #f5f5f5;
  display: block;
  -o-object-fit: contain;
  object-fit: contain;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
  position: absolute;
  bottom: -34px;
  left: 10px;
  width: 34px;
  height: 34px;
  text-align: center;
  line-height: 34px;
  background-color: #f5f5f5;
  cursor: pointer;
  font-size: 16px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn:hover {
  background-color: #212122;
  color: #fff;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .next {
  left: 50px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right {
  width: -webkit-calc(-390%);
  width: -moz-calc(-390%);
  width: calc(100% - 490px);
  padding-left: 40px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .title {
  font-weight: 600;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
  color: #5f5f5f;
  font-weight: 500;
  margin-top: 20px;
  max-height: 160px;
  overflow-y: auto;
  padding-right: 4px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
  margin-top: 20px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
  margin-top: 10px;
  font-weight: 700;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
  margin-left: 14px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right table {
  width: 100% !important;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  padding: 20px 30px;
  font-weight: 500;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .bottom a {
  display: inline-block;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #212122;
  text-align: center;
  line-height: 30px;
  color: #fff;
  margin-left: 10px;
  border: 1px solid #212122;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .bottom a:hover {
  background-color: #fff;
  color: #212122;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
  display: none;
  padding: 20px 30px 30px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list {
  margin-top: 10px;
  position: relative;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
  position: absolute;
  width: 1px;
  height: 30px;
  background-color: #d9d9d9;
  top: 10px;
  left: 0;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list input {
  width: 100%;
  border: none;
  background-color: #f5f5f5;
  padding: 14px 12px;
  font-size: 14px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
  width: 190px;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-top: 10px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  text-align: center;
  cursor: pointer;
  font-weight: 700;
  margin-left: 30px;
  justify-content: center;
  color: #fff;
  line-height: 1.3;
  padding: 11px 24px;
  background-color: var(--color);
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover {
  background-color: #000;
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn:hover .img{
  transform: rotate(45deg);
}
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
.pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
  width: 390px;
}

@media (max-width: 1500px) {
    .pro-copy-duct-page .init-3 .container .des table tr td{
    min-width: 120px;
  }
  .pro-copy-duct-page .init-3 .container .des table tbody>tr>td:first-child{
    min-width: 120px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    height: 300px;
    width: 300px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 540px;
  }
}

@media (max-width: 1250px) {
  
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .phone_cont {
    overflow-y: auto;
    max-height: 500px;
    padding-right: 10px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c {
    width: 970px;
    padding-top: 40px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .btn {
    display: none !important;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top {
    text-align: center;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: 340px;
    height: 340px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .bottom {
    display: none;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .des {
    max-height: 200px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 50%;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .submit_btn {
    margin-left: 0;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .moreC {
    width: auto;
  }
}

@media (max-width: 1000px) {
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c {
    width: 700px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .middle .slick {
    height: 354px;
  }
  .pro-copy-duct-page .init-1 {
    display: none;
  }
  .pro-copy-duct-page .init-2 {
    display: none;
  }
}

@media (max-width: 700px) {
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c {
    width: 96%;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .big_img {
    width: -webkit-calc(-10%);
    width: -moz-calc(-10%);
    width: calc(100% - 110px);
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c {
    padding-right: 10px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top {
    padding: 20px 0 20px 20px;
  }
}

@media (max-width: 500px) {
  .pro-copy-duct-page .init-3 .container .content {
    margin-top: 0;
  }
  .pro-copy-duct-page .init-3 .container .content ul{
    margin: 0;
  }
  .pro-copy-duct-page .init-3 .container .content ul li {
    padding: 0;
    margin-top: 30px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .more {
    text-align: center;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .top .right .more_c .contact {
    margin-left: 0;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont {
    padding: 20px 0 20px 16px;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .name,
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .mail {
    width: 100%;
  }
  .pro-copy-duct-page .init-3 .container .content ul li .content_cont .content_c .form_cont .form_list .line {
    display: none;
  }
}


.pro-copy-duct-page .pro-copy-_init_1 {
  padding-top: 90px;
}

.pro-copy-duct-page .pro-copy-_init_1 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .left {
  width: 49%;
  overflow: hidden;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .left .smallImg {
    width: 22.6%;
    float: left;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .smallImg ul {
    margin: -10px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .smallImg ul li {
    padding: 10px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .smallImg ul li a {
    display: flex;
    justify-content: center;
    align-items: center;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .smallImg ul li a img {
    display: block;
    border: 1px solid #dcdcdc;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg {
    width: 77.4%;
    padding-left: 4%;
    display: inline-block;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg ul li{
  padding: 1px;

}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg ul li a{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg img{
    border: 1px solid #dcdcdc;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow {
    width: 40px;
    height: 40px;
    background: #fffef9;
    color: transparent;
    font-size: 0;
    border: none;
    opacity: .8;
    cursor: pointer;
    z-index: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    position: absolute;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-filter: brightness(0);
    filter: brightness(0);
    background-size: 12px;
    background-repeat: no-repeat;
    background-position: center center;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow.slick-prev {
    left: 12px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow.slick-prev:after {
    background-image: url("../images/banner-btn-l.png");
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow.slick-next {
    right: 12px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow.slick-next:after {
    background-image: url("../images/banner-btn-r.png");
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg .slick-arrow:hover {
    background: var(--color);
}

.pro-copy-duct-page .pro-copy-_init_1 .container .left .big_img {
  width: 100%;
  display: block;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .left .big_img img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .share ul li {
  width: 45px;
    text-align: center;
    margin-right: 10px;
    background: white;
    color: black;
    font-size: 18px;
    display: inline-block;
    vertical-align: middle;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .share ul li a {
    display: block;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .share ul li:hover {
    background: var(--color);
}

.pro-copy-duct-page .pro-copy-_init_1 .container .shangxia{
  width: 100%;
  justify-content: space-between;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .shangxia a{
  display: block;
  padding-right: 10px;
  margin-top: 10px;
}



.pro-copy-duct-page .pro-copy-_init_1 .container .left .swiper {
  margin-top: 20px;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
  height: 115px;
  display: block;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .left .swiper .swiper-wrapper .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right {
  width: 43%;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .sub_img {
  width: 36px;
  margin-bottom: 15px;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .text_1 {
  margin-top: 30px;
  font-size: 18px;
  line-height: 32px;
  color: #a8a8a8;
  font-weight:500;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .text_2 {
  font-size: 30px;
  line-height: 1.4;
  color: #4a4a4a;
  font-weight: bold;
  justify-content: space-between;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .text_2 .text1{
  margin-top: 10px;
  width: calc(100% - 160px);
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .text_2 .img2{
  width: 150px;
  margin-left: 10px;
  margin-top: 10px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .shangxia a{
  display: block;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list {
  margin-top: 20px;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list {
  position: relative;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .title {
  font-size: 18px;
  padding: 25px 0;
  padding-right: 30px;
  border-top: 1px solid #d6d6d6;
  border-bottom: 1px solid #d6d6d6;
  cursor: pointer;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .title span {
  color: #4a4a4a;
  font-weight:bold;
  text-transform: uppercase;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .title i {
  width: 20px;
  position: absolute;
  top: 22px;
  right: 0;
  font-size: 30px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content {
  /*padding: 40px 0 0;*/
  font-size: 16px;
  color: #3f3f3f;
  line-height: 2;
  /*display: none;*/
  max-height: 510px;
  overflow: auto;
  padding-right: 10px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content table{
  width: 100% !important;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content table::-webkit-scrollbar {
  background: var(--color);
  height: 2px;
  width: 2px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content table::-webkit-scrollbar-thumb{
  background: var(--color);
  height: 2px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content::-webkit-scrollbar-thumb{
  background: var(--color);
  height: 2px;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list.active .title {
  border-bottom: 1px solid #d6d6d6;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list.active .title i {
  transform: rotate(-180deg);
  -ms-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list:last-child .title {
  border-bottom: 1px solid #d6d6d6;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content ul li{
  margin-bottom: 20px;
  padding: 15px;
  border: 1px solid #eee;
  background: #f8f8f8;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content ul li h4{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 10px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content ul li .con{
  padding-top: 10px;
  border-top: 1px solid #eee;
  font-size: 17px;
  line-height: 1.6;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content ul li:last-child{
  margin-bottom: 0;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .btn{
  min-width: 210px;
  text-align: center;
  background: var(--color);
  display: inline-block;
  font-size: 20px;
  text-transform: uppercase;
  color: #fff;
  padding: 12px 10px;
  transition: all .5s;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .btn:hover{
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .more{
  margin-top: 30px;
}

.pro-copy-duct-page .pro-copy-_init_1 .container .right .more_cont {
  margin-top: 55px;
  border-color: #000;
  color: #000;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont{
  justify-content: space-between;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont .list{
  margin-top: 20px;
  cursor: pointer;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont .list .img{
  width: 30px;
  height: 30px;
  filter: grayscale(1);
  transition: all .5s;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont .list .text{
  width: calc(100% - 30px);
  padding-left: 10px;
  font-size: 18px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont .list .text span{
  border-bottom: 1px solid rgba(235,99, 12, 0);
  transition: all .5s;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont .list:hover .img{
  filter: grayscale(0);
}
.pro-copy-duct-page .pro-copy-_init_1 .container .right .editCont .list:hover .text span{
  border-bottom: 1px solid rgba(235,99, 12, 1);
  color:  rgba(235,99, 12, 1);
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont{
  text-align: left;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont .tips{
  font-weight: bold;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont ul{
  margin: 0 -8px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont ul li{
  padding: 0 8px;
  margin-top: 10px;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont ul li .box .img{
  height: 60px;
  background-size: cover;
}
.pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont ul li .box .text{
  text-align: center;
  margin-top: 10px;
}

.pro-copy-duct-page .pro-copy-det-2 {
    padding: 90px 0;
}
.pro-copy-duct-page .pro-copy-det-2 .options ul {
    border-bottom: 1px solid #d2d2d2;
}
.pro-copy-duct-page .pro-copy-det-2 .options ul li {
    margin-right: 100px;
    font-size: 24px;
    color: #b7b7b7;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    padding: 0 10px 10px;
    cursor: pointer;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}
.pro-copy-duct-page .pro-copy-det-2 .options ul li:after {
    content: '';
    height: 3px;
    width: 0;
    position: absolute;
    left: 0;
    bottom: -1px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: var(--color);
}
.pro-copy-duct-page .pro-copy-det-2 .options ul li:hover,
.pro-copy-duct-page .pro-copy-det-2 .options ul li.active {
    color: #373330;
}
.pro-copy-duct-page .pro-copy-det-2 .options ul li:hover:after,
.pro-copy-duct-page .pro-copy-det-2 .options ul li.active:after {
    width: 100%;
}
.pro-copy-duct-page .pro-copy-det-2 .ret {
    margin-top: 50px;
}
.pro-copy-duct-page .pro-copy-det-2 .ret .content {
    font-size: 18px;
    line-height: 32px;
}
.pro-copy-duct-page .pro-copy-det-2 .ret .content dl dd {
    margin-bottom: 20px;
    padding: 15px;
    border: 1px solid #eee;
    background: #f8f8f8;
}
.pro-copy-duct-page .pro-copy-det-2 .ret .content dl dd h4 {
    font-size: 20px;
    line-height: 36px;
    font-weight: bold;
    margin-bottom: 10px;
}
.pro-copy-duct-page .pro-copy-det-2 .ret .content dl dd .con {
    padding-top: 10px;
    border-top: 1px solid #eee;
    font-size: 18px;
    line-height: 1.8;
}


.pro-copy-duct-page .form ul {
    margin: -17px;
}
.pro-copy-duct-page .form ul li {
    padding: 17px;
}
.pro-copy-duct-page .form ul li input,
.pro-copy-duct-page .form ul li textarea {
    width: 100%;
    line-height: 24px;
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d2d2d2;
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: left;
}
.pro-copy-duct-page .form ul li input:focus,
.pro-copy-duct-page .form ul li textarea:focus {
    border-color: var(--color);
    background: rgba(130, 216, 205, 0.03);
}
.pro-copy-duct-page .form ul li input::-webkit-input-placeholder, .pro-copy-duct-page .form ul li textarea::-webkit-input-placeholder {
    color: #898989;
}
.pro-copy-duct-page .form ul li input:-moz-placeholder, .pro-copy-duct-page .form ul li textarea:-moz-placeholder {
    color: #898989;
}
.pro-copy-duct-page .form ul li input::-moz-placeholder, .pro-copy-duct-page .form ul li textarea::-moz-placeholder {
    color: #898989;
}
.pro-copy-duct-page .form ul li input:-ms-input-placeholder, .pro-copy-duct-page .form ul li textarea:-ms-input-placeholder {
    color: #898989;
}
.pro-copy-duct-page .form ul li input::placeholder,
.pro-copy-duct-page .form ul li textarea::placeholder {
    color: #898989;
}
.pro-copy-duct-page .form ul li.wid-100 {
    width: 100%;
}
.pro-copy-duct-page .form ul li textarea {
    height: 210px;
}
.pro-copy-duct-page .form ul li input[type="submit"] {
    padding-left: 40px;
    padding-right: 40px;
    border-radius: 5px;
    background: #000;
    background: var(--color);
    color: white;
    font-size: 18px;
    text-transform: uppercase;
    font-weight: bold;
    width: auto;
    border: none;
}
.pro-copy-duct-page .form ul li input[type="submit"]:hover {
    opacity: .7;
}



@media screen and (max-width: 1800px) {
    .pro-copy-duct-page .form ul li input,
    .pro-copy-duct-page .form ul li textarea {
        padding: 15px;
    }
}
@media screen and (max-width: 1500px) {
  .pro-copy-duct-page .pro-copy-_init_1 .container .right .share ul li {
      width: 35px;
      height: 35px;
      line-height: 36px;
  }
    .pro-copy-duct-page .pro-copy-det-2 {
        padding: 70px 0;
    }
    .pro-copy-duct-page .pro-copy-det-2 .options ul li {
        font-size: 20px;
    }
     .pro-copy-duct-page .form ul li input,
    .pro-copy-duct-page .form ul li textarea {
        font-size: 16px;
    }
}

@media screen and (max-width: 1250px) {
  .pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg {
        padding-left: 2.5%;
  }
  .pro-copy-duct-page .form ul li {
        padding: 10px;
    }
    .pro-copy-duct-page .form ul {
        margin: -10px;
    }
}

@media screen and (max-width: 1000px) {
  .pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg {
        padding-left: 4%;
  }
  .pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg {
        padding-left: 2%;
  }
  .pro-copy-duct-page .pro-copy-_init_1 .container .left .smallImg {
        display: none;
    }
   .pro-copy-duct-page .pro-copy-_init_1 .container .left .bigImg {
        width: 100%;
        padding-left: 0;
  }

    .pro-copy-duct-page .pro-copy-_init_1 .container .left {
    width: 100%;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right {
    width: 100%;
    margin-top: 30px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right {
    text-align: left;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .sub_img {
    display: block;
    margin: auto;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .more {
    margin: auto;
    margin-top: 40px;
  }

  
  .pro-copy-duct-page .pro-copy-_init_1 {
    margin-top: 40px;
    padding-top: 40px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .left .swiper .swiper-wrapper .swiper-slide {
    height: 90vw;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .text_1 {
    margin-top: 10px;
    font-size: 16px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .text_2 {
    font-size: 22px;
    line-height: 40px;
    margin-top: 10px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list {
    margin-top: 20px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .title {
    padding: 15px 0;
    font-size: 18px;
    padding-right: 25px;
    padding-bottom: 5px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .title i {
    top: 16px;
    font-size: 24px;
  }

  .pro-copy-duct-page .pro-copy-_init_1 .container .right .cont_list .list .content {
    padding: 20px 0;
  }

    .pro-copy-duct-page .pro-copy-det-2 .options ul li {
        margin-right: 25px;
    }
    .pro-copy-duct-page .pro-copy-det-2 .options {
        display: none;
    }
    .pro-copy-duct-page .pro-copy-det-2 .ret .slide {
        display: block;
        margin-top: 30px;
    }
    .pro-copy-duct-page .pro-copy-det-2 {
        padding-top: 0;
    }
    .pro-copy-duct-page .pro-copy-det-2 .ret .content {
        font-size: 14px;
        line-height: 2;
        margin-top: 20px;
    }
    .pro-copy-duct-page .pro-copy-det-2 .ret .det {
      overflow-x: auto;
    }
    .pro-copy-duct-page .pro-copy-det-2 .ret .det table{
      table-layout: auto;
    }
    .pro-copy-duct-page .pro-copy-det-2 .ret .det table td{
      min-width: 200px;
      width: auto;
      font-size: 14px;
line-height: 28px;

    }

    .pro-copy-duct-page .form ul li input,
    .pro-copy-duct-page .form ul li textarea {
        padding: 10px;
    }
    .pro-copy-duct-page .form ul li input[type="submit"] {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
    }
}


@media screen and (max-width: 1000px) {
  .pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont ul li{
    width: 20%;
  }
}

@media screen and (max-width: 500px) {
  .pro-copy-duct-page .pro-copy-_init_1 .container .left .colorCont ul li{
    width: 50%;
  }
  .pro-copy-duct-page .pro-copy-det-2 .ret {
        margin-top: 0;
    }
    .pro-copy-duct-page .pro-copy-det-2 .ret .slide:first-child {
        margin-top: 0;
    }
}


.news-page .sidebar-box .sidebar-left {
  width: 28%;
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  padding-right: 45px;
}
.news-page .sidebar-box .sidebar-left .inner {
  max-width: 375px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-title {
  font-size: 20px;
  line-height: 2;
  color: #000;
  font-family: SuiGenerisRg;
    text-transform: uppercase;
  padding-bottom: 10px;
  margin-bottom: 20px;
  border-bottom: 1px solid #e7e7e7;
  font-weight: 500;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form {
  width: 100%;
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="text"] {
  width: 100%;
  height: 43px;
  border: 1px solid #eee;
  padding: 10px 20px;
  padding-right: 50px;
  font-size: 16px;
  color: #555555;
}
.news-page .sidebar-box .sidebar-left .inner .inner-search form input[type="submit"] {
  position: absolute;
  width: 43px;
  height: 43px;
  border: none;
  background: url(../images/search.png) no-repeat center center;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat {
  margin-bottom: 40px;
  padding-right: 5px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li {
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a {
  display: block;
  padding: 8px 0;
  font-size: 16px;
  -webkit-transition: 0.3s;
  -moz-transition: 0.3s;
  -o-transition: 0.3s;
  transition: 0.3s;
  line-height: 2;
  /*word-break: break-all;*/
  position: relative;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i {
  position: absolute;
  font-size: 18px;
  right: 0;
  top: 14px;
  width: 18px;
  height: 18px;
  text-align: center;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a span {
  color: #aaa;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li a.active {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > a {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul li.active > ol {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li {
  margin-left: 10px;
  color: #7b7b7b;
}
.news-page .sidebar-box .sidebar-left .inner .inner-cat ul > li > ol > li a {
  font-size: 16px;
  line-height: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent {
  margin-bottom: 40px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li {
  padding: 15px 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a {
  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;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img {
  margin-right: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-img img {
  height: 80px;
  max-width: 100px;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text span {
  color: #aaa;
  display: block;
  font-size: 14px;
  line-height: 2;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p {
  color: #000;
  font-weight: 500;
  font-size: 18px;
  line-height: 28px;
  display: -webkit-box;
  margin-bottom: 8px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li a .r-text p:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:first-child {
  padding-top: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-recent ul li:last-child {
  padding-bottom: 0;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact {
  background: url(../images/ny-bg.jpg) no-repeat center center;
  padding: 250px 30px 60px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h5 {
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  line-height: 2;
  margin-bottom: 20px;
  font-weight: bold;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 {
  font-size: 20px;
  font-weight: 500;
  line-height: 32px;
  font-family: SuiGenerisRg;
  color: #fff;
  margin-bottom: 20px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2{
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2 .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover{
  background: #000;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more2:hover .img{
  transform: rotate(45deg);
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact h6 span {
  display: block;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more {
  color: #fff;
}
.news-page .sidebar-box .sidebar-left .inner .inner-contact .more:hover {
  color: var(--color);
}
.news-page .sidebar-box .sidebar-right {
  width: 72%;
}
.news-page .news-list ul {
  margin: -30px -15px 0;
}
.news-page .news-list ul > p {
  font-size: 20px;
  margin: 20px;
  letter-spacing: 0;
}
.news-page .news-list ul li {
  padding: 0 15px;
  margin-top: 30px;
}
.news-page .news-list ul li .box .img img {
  width: 100%;
}
.news-page .news-list ul li .box .content .cat_name {
  background-color: #0f5db6;
  text-transform: uppercase;
  display: inline-block;
  color: #fff;
  padding: 5px 15px;
  margin-top: 20px;
  line-height: 2;
}
.news-page .news-list ul li .box .content .title {
  font-weight: 500;
      font-family: SuiGenerisRg;
    text-transform: uppercase;
  margin-top: 20px;
  font-size: 24px;
  line-height: 1.6;
}
.news-page .news-list ul li .box .content .title:hover {
  color: var(--color);
}
.news-page .news-list ul li .box .content .time {
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  color: var(--color);
  display: inline-block;
  margin-top: 5px;
}
.news-page .news-list ul li .box .content .des {
  font-size: 16px;
  font-weight: 500;
  color:rgba(0,0,0,.5);
  margin-top: 6px;
  line-height: 30px;
}


.newdet-page {
  padding: 0 0 100px;
}
.newdet-page .releted-product .img-box{
  border: 1px solid #ccc;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 16px;
  color: #fff;
  background: var(--color);
  padding: 5px 15px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 48px;
  line-height: 1.4;
  font-weight: 500;
    text-transform: uppercase;
    font-family: SuiGenerisRg;
  margin: 20px 70px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
  font-weight: 500;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 16px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #7b7b7b;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 16px;
  color: #7b7b7b;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #83827f;
}
.newdet-page .content {
  margin-top: 40px;
  font-weight: 500;
  font-size: 18px;
  line-height: 1.8;
  color: rgba(0,0,0,.5);
}
.newdet-page .content table tr td{
  font-size: 16px;
  font-weight: 400;
}
.newdet-page .share {
  max-width: 1760px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:nth-child(4) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:nth-child(5) {
  background: var(--color);
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.newdet-page .m-link a em {
  display: block;
  font-weight: 500;
  font-size: 18px;
  line-height: 32px;
  color: #7b7b7b;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 18px;
  line-height: 32px;
  font-weight: 500;
}
.newdet-page .m-link a:hover {
  color: #000;
}
.newdet-page .pro-copy-det-page {
  padding: 0;
}
.newdet-page .pro-copy-det-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .pro-copy-det-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .pro-copy-det-3 {
  margin: 0 auto;
}

@media (max-width: 1250px) {
  .news-page .sidebar-box .sidebar-left {
    display: none;
  }
  .news-page .sidebar-box .sidebar-right {
    width: 100%;
  }
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}

@media (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}

@media (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
  .pro-copy-duct-page .pro-copy-_init_1 .container .right .text_2 .text1{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}


.releted-pro-copy-duct .tipsTitle {
  font-weight: 700;
  text-align: center;
}
.releted-pro-copy-duct .content ul {
  margin: 0 -15px;
}
.releted-pro-copy-duct .content ul li {
  padding: 0 15px;
}
.releted-pro-copy-duct .content ul li .img a {
  border: 1px solid #dadada;
    height: 316px;
  background: #fff;
}
.releted-pro-copy-duct .content ul li .img a img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.releted-pro-copy-duct .content ul li .text {
  margin-top: 20px;
  font-weight: 600;
  color: #000;
}
.releted-pro-copy-duct .content ul li .text:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .releted-pro-copy-duct .content ul li .img a{
    height: auto;
  }
}


.contact-page {
  padding-top: 90px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}

.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 25px;
  font-size: 16px;
  line-height: 30px;
  color: rgba(0,0,0,.5);
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 10px 0 13px 36px;
  font-size: 16px;
  line-height: 30px;
  color: #7b7b7b;
}
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::-ms-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 15px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: #000;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
}
.contact-page .contact-1 .left form ul li .more {
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.contact-page .contact-1 .left form ul li .more p{
  color: #fff;
  font-size: 20px;
  margin-left: 0;
  padding-left: 0;
}
.contact-page .contact-1 .left form ul li .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li .more:hover{
  background: #000;
}
.contact-page .contact-1 .left form ul li .more:hover .img{
  transform: rotate(45deg);
}
.contact-page .contact-1 .left form ul li .more input[type="submit"] {
  background: transparent;
  border: none;
  width: 100%;
  padding: 0 40px;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  line-height: 28px;
  color: #83827f;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .right {
  padding-left: 7.65%;
}
.contact-page .contact-1 .right .title {
  line-height: 1.2;
}
.contact-page .contact-1 .right p {
  font-size: 16px;
  line-height: 30px;
  font-weight: 500;
  color: #83827f;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  color: rgba(0,0,0,.5);
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  color: var(--color);
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  font-size: 16px;
  font-weight: 500;
  padding-top: 5px;
  padding-left: 10px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 100px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder,
.contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #83827f;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder,
.contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #83827f;
}
@media (max-width: 1250px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media (max-width: 1000px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 6px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 25px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}


.faq-page .init-1 .container .tipsTitleCont {
  max-width: 850px;
}
.faq-page .init-1 .container .content {
  /*padding: 0 120px;*/
  margin-top: 50px;
}
.faq-page .init-1 .container .content ul li .box {
  cursor: pointer;
  padding: 20px 0;
  border-top: 1px solid #d2d2d2;
}
.faq-page .init-1 .container .content ul li .box .titleC {
  font-weight: 700;
}
.faq-page .init-1 .container .content ul li .box .titleC .num {
  width: 70px;
      font-family: SuiGenerisRg;
    font-weight: 500;
  color: var(--color);
}
.faq-page .init-1 .container .content ul li .box .titleC .title {
  padding-right: 10px;
  font-size: 24px;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
}
.faq-page .init-1 .container .content ul li .box .titleC .right {
  margin-top: 4px;
  margin-left: 80px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #000;
  display: flex;
  justify-content: center;
  align-items: center;
}
.faq-page .init-1 .container .content ul li .box .titleC .right .img {
  width: 14px;
  height: 14px;
}
.faq-page .init-1 .container .content ul li .box .des {
  padding-left: 70px;
  margin-top: 20px;
  max-width: -webkit-calc(-10%);
  max-width: -moz-calc(-10%);
  max-width: calc(100% - 110px);
  color: rgba(0, 0, 0, 0.5);
  display: none;
}
.faq-page .init-1 .container .content ul li .box.active .titleC .right {
  background-color: var(--color);
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
.faq-page .init-1 .container .content ul li:last-child .box {
  border-bottom: 1px solid #d2d2d2;
}
@media (max-width: 1250px) {
  .faq-page .init-1 .container .content {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .faq-page .init-1 .container .content ul li .box .titleC .num {
    width: 100%;
  }
  .faq-page .init-1 .container .content ul li .box .titleC .title {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .faq-page .init-1 .container .content ul li .box .titleC .right {
    margin-left: 10px;
  }
  .faq-page .init-1 .container .content ul li .box .des {
    width: 100%;
    max-width: 100%;
    padding-left: 0;
  }
}

.markets-yd-page .init-1 .titleC{
  align-items: center;
}
.markets-yd-page .init-1 .titleC .cir{
  border-radius: 50%;
  background: var(--color);
  width: 10px;
  height: 10px;
  margin-right: 20px;
}
.markets-yd-page .init-1 .titleC .titleText{
  max-width: calc(100% - 30px);
  color: #3f3f3f;
}
.markets-yd-page .init-1 .title2{
  font-weight: bold;
  margin-top: 20px;
  line-height: 1.2;
  max-width: 990px;
}

.markets-yd-page .init-1 .content ul{
  padding-top: 10px;
}
.markets-yd-page .init-1 .content ul li{
  margin-top: 50px;
}
.markets-yd-page .init-1 .content ul li .box{
  position: relative;
  border-bottom-right-radius: 80px;
  overflow: hidden;
}
.markets-yd-page .init-1 .content ul li .box a{
  display: block;
}
.markets-yd-page .init-1 .content ul li .box .img img{
  width: 100%;
  height: 546px;
}
.markets-yd-page .init-1 .content ul li .box .cont{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 2;
  padding: 40px 110px 40px 70px;
  color: #fff;
}
.markets-yd-page .init-1 .content ul li .box .cont .sub{
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  left: 0;
  transition: all .5s;
  background: var(--color);
  transform: scaleX(0);
  z-index: -1;
  transform-origin: left;
}
.markets-yd-page .init-1 .content ul li .box .cont .tips{
  text-transform: uppercase;
}
.markets-yd-page .init-1 .content ul li .box .cont .title{
  font-weight: bold;
  margin-top: 10px;
}
.markets-yd-page .init-1 .content ul li .box .cont .more{
  position: absolute;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 50%;
  color: #fff;
  font-size: 18px;
  text-align: center;
  background: #000;
  right: 50px;
  bottom: 40px;
}
.markets-yd-page .init-1 .content ul li .box:hover .cont .more{
  color: var(--color);
  background: #fff;
}
.markets-yd-page .init-1 .content ul li .box:hover .cont .sub{
    transform: scaleX(1);
}

.markets-page .init-1 .container .img{
  width: 100%;
}
.markets-page .init-1 .container .title{
  font-weight: bold;
}
.markets-page .init-1 .container .des{
  margin-top: 40px;
  font-weight: 400;
}
.markets-page .init-1 .container .des ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
}
.markets-page .init-1 .container .des ul li{
  margin-top: 30px;
  width: 28%;
  padding-left: 32px;
  position: relative;
}
.markets-page .init-1 .container .des ul li::before{
  position: absolute;
  content: '';
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background: var(--color);
}
.markets-page .init-1 .container .des ul li strong,
.markets-page .init-1 .container .des ul li b{
  font-weight: bold;
  display: block;
  margin-bottom: -10px;
}
.markets-page .init-2 .container .tips{
  font-weight: bold;
}
.markets-page .init-2 .container .tips em{
  color: var(--color);
}
.markets-page .init-2 .container .content{
  margin-top: 30px;
}
.markets-page .init-2 .container .content ul li .img{
  display: block;
  border: 1px solid #dedede;
}
.markets-page .init-2 .container .content ul li .img img{
  width: 100%;
}
.markets-page .init-2 .container .content ul li .title{
  display: block;
  margin-top: 20px;
  padding: 0 10px;
  text-align: center;
}
.markets-page .init-2 .container .content ul li .title:hover{
  color: var(--color);
}
.markets-page .init-3 .container .title{
  font-weight: bold;
  max-width: 1050px;
}

.markets-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.markets-page .init-3 .container form textarea,
.markets-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.markets-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 55px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.markets-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.markets-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
  position: relative;
  top: 5px;
}
.markets-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.markets-page .init-3 .container form .content {
  width: 100%;
}
.markets-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.markets-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.markets-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.markets-page .init-3 .container form .more:hover{
  background: #000;
}
.markets-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}

@media (max-width: 1000px) {
  .markets-yd-page .init-1 .content ul li .box .cont{
    position: relative;
    top: 0;
    left: 0;
    padding: 20px 16px;
  }
  .markets-yd-page .init-1 .content ul li .box .cont .sub{
    transform: scaleX(1);
  }
  .markets-yd-page .init-1 .content ul li .box .cont .more{
    color: var(--color);
    background: #fff;
    position: relative;
    top: 0;
    left: 0;
    margin-top: 10px;
  }
  .markets-page .init-1 .container .des ul li{
    width: 100%;
  }
}

@media (max-width: 500px) {
  .markets-yd-page .init-1 .title2{
    line-height: 1.8;
  }  

  .markets-page .init-3 .container form {
    margin-top: 10px;
  }
  .markets-page .init-3 .container form input,
  .markets-page .init-3 .container form textarea {
    width: 100%;
  }
  .markets-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .markets-page .init-3 .container form .file_input {
    width: 100%;
  }
  .markets-page .init-1 .container .des{
    margin-top: 20px;
  }
  .markets-page .init-1 .container .des ul{
    margin-top: 10px;
  }
  .markets-page .init-2 .container .content{
    margin-top: 10px;
  }
}


.support-page .init-1 .container .left {
  width: 50%;
}
.support-page .init-1 .container .left img {
  width: 100%;
}
.support-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}
.support-page .init-2 .container .cont .left .title {
  font-weight: 700;
  font-family: 'syne';
}
.support-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-page .init-2 .container .cont .right {
  width: 50%;
  margin-top: 20px;
}
.support-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
  border-radius: 50%;
}
.support-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-page .init-3 .container form textarea,
.support-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-page .init-3 .container form .file_input {
  margin-top: 14px;
  height: 48px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-page .init-3 .container form .content {
  width: 100%;
}
.support-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  left: 0;
}
.support-page .init-3 .container form .more {
  margin: 14px 0 0 auto;
  font-family: 'syne';
  font-weight: 700;
  cursor: pointer;
  color: #fff;
  line-height: 1.3;
  padding: 12px 24px;
  background-color: var(--color);
}
.support-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-page .init-3 .container form .more:hover{
  background: #000;
}
.support-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-page .init-4 .container .content .swiper{
  padding: 20px;
}
.support-page .init-4 .container .content ul li {
  width: 33.33%;
  height: auto;
}
.support-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  border-radius: 2px;
  overflow: hidden;
  text-align: center;
}
.support-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 80px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-repeat: no-repeat;
  background-position: center;
  -o-background-size: cover;
  background-size: cover;
  background-image: url(../images/support_6.jpg);
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}
.support-page .init-4 .container .content ul li .mml-text h4{
  /*font-family: 'syne';*/
}
.support-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-page .init-5 {
  margin-top: -200px;
}
.support-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-page .init-6 .container .left img {
  width: 100%;
}
.support-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-page .init-3 .container form input,
  .support-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}

.support-page .init-4 .container .sPage{
  margin-top: 20px;
  text-align: center;
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border-radius: 50%;
  margin: 2px 10px;
  opacity: 1;
  display: inline-flex;
  background: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  align-items: center;
  justify-content: center;
  position: relative;
  transition: all .5s;
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet::before{
  position: relative;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  transition: all .5s;
  content: '';
  background: #d3d3d3;
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.support-page .init-4 .container .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}


.service-page .service-1 .text {
  max-width: 1000px;
  margin: 20px auto 0;
  text-align: center;
  line-height: 1.8;
}
.service-page .service-1 .list {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  position: relative;
  overflow: hidden;
  height: 560px;
  padding: 15px;
}
.service-page .service-1 .list:after {
  content: '';
  width: 100%;
  height: 30%;
  position: absolute;
  left: 0;
  background-image: -webkit-gradient(linear, left bottom, left top, from(transparent), to(white));
  background-image: -webkit-linear-gradient(bottom, transparent, white);
  background-image: -moz-linear-gradient(bottom, transparent, white);
  background-image: linear-gradient(to top, transparent, white);
  z-index: 2;
  top: 0;
}
.service-page .service-1 .list .swiper {
  -webkit-transform: rotate3d(1, 0, 0, 15deg);
  -moz-transform: rotate3d(1, 0, 0, 15deg);
  transform: rotate3d(1, 0, 0, 15deg);
  width: 100%;
  height: 100%;
  overflow: unset;
}
.service-page .service-1 .list ul {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-transition-timing-function: linear;
  -moz-transition-timing-function: linear;
  transition-timing-function: linear;
  flex-direction: row;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap:20px;
}
.service-page .service-1 .list ul li {
  width: 100%;
  margin: 0 !important
}
.service-page .service-1 .list ul li a.img {
  height: 120px;
  padding: 5%;
  -o-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  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;
}
.service-page .service-1 .list ul li a.img img {
  max-width: 100%;
}
.service-page .service-2 .ui.container {
  width: auto;
  max-width: 1800px;
}
.service-page .service-2 .box {
  /*height: 600px;*/
  position: relative;
  border-radius: 30px;
  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%;
  flex-wrap: wrap;
}
.service-page .service-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;
}
.service-page .service-2 .box .mask i.active {
  opacity: 1;
}
.service-page .service-2 .box .content {
  width: 660px;
  border: 1px solid #e5e5e5;
  padding: 3% 3%;
  position: relative;
  z-index: 1;
  border-radius: 20px;
  background-color: white;
}
.service-page .service-2 .box .content span.tag {
  display: block;
  color: #e60012;
  margin-bottom: .5em;
  font-weight: 500;
}
.service-page .service-2 .box .content .text {
  margin: 1.5em 0;
  line-height: 1.8;
}
.service-page .service-2 .box .content .slickBtn {
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.service-page .service-2 .box .content .slickBtn .btn{
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: #f0f0f0;
  display: flex;
  align-items: center;
  color: #565656;
  margin-left: 16px;
  cursor: pointer;
  justify-content: center;
}
.service-page .service-2 .box .content .slickBtn .btn:hover{
  background: var(--color);
  color: #fff;
}
.service-page .service-2 .box .sPage{
  width: 100%;
  margin-top: 20px;
  z-index: 2;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 0, 0, 0);
  opacity: 1;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet::before{
  background: #fff;
  content: '';
  position: relative;
  display: block;
  width: 10px;
  border-radius: 50%;
  height: 10px;
  opacity: 1;
  padding: 0;
  
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet.swiper-pagination-bullet-active{
  border: 1px solid var(--color) !important;
}
.service-page .service-2 .box .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
.service-page .service-3 .swiper .swiper-slide {
  padding: 106px 3%;
  border-bottom-left-radius: 80px;
  background-size: cover;
  position: relative;
  z-index: 1;
  color: white;
  overflow: hidden;
}
.service-page .service-3 .swiper .swiper-slide .bg{
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  opacity: 0;
}
/*.service-page .service-3 .swiper .swiper-slide:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}*/
.service-page .service-3 .list{
  margin-top: 50px;
}
.service-page .service-3 .swiper .swiper-slide i {
  display: block;
}
.service-page .service-3 .swiper .swiper-slide span.h6 {
  margin-top: 1.4em;
  display: block;
  font-weight: 500;
  font-size: 24px;
}
.service-page .service-3 .swiper .swiper-slide span.h6_2{
  padding: 0 10px;
  max-width: 340px;
  margin: 1.4em auto 0;
}
.service-page .service-3 .swiper .swiper-slide .text {
  color: inherit;
  margin-top: 1em;
  font-weight: 300;
  max-height: 9em;
  overflow: auto;
}
.service-page .service-3 .swiper .swiper-slide .text::-webkit-scrollbar-thumb {
  background-color:black;
}
.service-page .service-3 .swiper .swiper-slide .content {
  opacity: 0;
  -webkit-transition: .5s;
  position: relative;
  z-index: 2;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide .center {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 1;
  opacity: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .swiper .swiper-slide:hover:before {
  background-color: var(--color);
}
.service-page .service-3 .swiper .swiper-slide:hover .bg{
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .content {
  opacity: 1;
}
.service-page .service-3 .swiper .swiper-slide:hover .center {
  top: 40%;
  opacity: 0;
}
.service-page .service-3 .sPage{
  margin-top: 60px;
}
.service-page .service-3 .sPage .swiper-pagination-bullet{
  width: 20px;
  height: 20px;
  border: 1px solid rgba(0, 0, 0, 0);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  background: rgba(0, 0, 0, 0);
}
.service-page .service-3 .sPage .swiper-pagination-bullet::before{
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 50%;
  position: relative;
  z-index: 2;
  background: #f0f0f0;
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active{
  border: 1px solid var(--color);
}
.service-page .service-3 .sPage .swiper-pagination-bullet-active::before{
  background: var(--color);
}
@media screen and (max-width: 1500px) {
  .service-page .service-1 .list {
    height: 450px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 90px;
  }
  .service-page .service-2 .box {
    height: 600px;
  }
}

@media screen and (max-width: 1250px) {
  .service-page .service-2 .box {
    height: 500px;
  }
  .service-page .service-3 .swiper .swiper-slide i img {
    max-height: 50px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    padding: 50px 3%;
  }
}

@media screen and (max-width: 1000px) {
  .service-page .service-1 .list {
    height: 300px;
  }
  .service-page .service-1 .list ul li a.img {
    height: 70px;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(4, 1fr);
  }
  .service-page .service-1 .list ul li {
    width: 25%;
  }
  .service-page .service-2 .box {
    height: 420px;
  }
  .service-page .service-3 .swiper .swiper-slide {
    border-bottom-left-radius: 20px;
  }
}

@media screen and (max-width: 700px) {
  .service-page .service-1 .list {
    height: 200px;
  }
  .service-page .service-1 .list ul li {
    width: 33.33%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .service-page .service-2 .box .content {
    max-width: 100%;
  }
  .service-page .service-2 .box {
    height: auto;
  }
  .service-page .service-2 .box .content {
    background-color: rgba(255, 255, 255, 0.6);
  }
}

@media screen and (max-width: 500px) {
  .service-page .service-3 .swiper .swiper-slide {
    border-radius: 0;
  }
  .service-page .service-3 .list{
    margin-top: 20px;
  }
  .service-page .service-1 .list ul li {
    width: 50%;
  }
  .service-page .service-1 .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .service-page .service-3 .sPage{
    margin-top: 20px;
  }
}


.download-page {
  overflow: unset;
}
.download-page .slickBtn.pos div {
    position: absolute;
    top: 32%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    z-index: 1;

    width: 60px;
    height: 60px;
    border-radius: 100%;
    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: #fff;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    background: #f5ae81;
    font-size: 20px;
}
.download-page .slickBtn.pos div:hover {
    color: #fff;
    background-color: var(--color);
}
.download-page .download-2 .slickBtn div {
    top: 40%;
}
.download-page .download-2 .slickBtn .next {
    left: unset;
    right: 0;
}
.download-page span.h2 {
    display: block;
        font-weight: 500;
    font-family: SuiGenerisRg;
    line-height: 1.2;
}
.download-page .download-1 .list .swiper-slide {
  height: auto;
}
.download-page .download-1 .list a.flex {
  padding: 25px 15px;
  border-radius: 10px;
  height: 100%;
  background-color: #f6f6f6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.download-page .download-1 .list a.flex span {
  margin: 0 15px;
}
.download-page .download-1 .list a.flex i {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 1.6em;
  color: #666;
}
.download-page .download-1 .list a.flex:hover {
  color: white;
  background-color: var(--color);
}
.download-page .download-1 .list a.flex:hover i {
  color: inherit;
}
.download-page .download-2 .list {
  position: relative;
}
.download-page .download-2 .img {
  border-radius: 10px;
  position: relative;
  background-size: cover;
  background-position: center;
  padding: 20px;
  height: 300px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
}
.download-page .download-2 .img .play {
  cursor: pointer;
  cursor: hand;
}
.download-page .download-2 span.h6 {
  margin-top: .5em;
  display: block;
  width: 350px;
}
.download-page .download-2 .slickBtn div {
  top: 40%;
}
.download-page .download-3 .container{
  overflow: unset;
}
.download-page .download-3 .flex_cont{
  justify-content: space-between;
  align-items: flex-start;
}
.download-page .download-3 .left {
  position: sticky;
  top: 100px;
  width: 30%;
}
.download-page .download-3 .left .text {
  margin: 1em 0;
}
.download-page .download-3 .left .more{
  display: inline-block;
  padding: 10px;
  min-width: 210px;
  background: var(--color);
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  margin-top: 20px;
  transition: all .5s;
}
.download-page .download-3 .left .more:hover{
    border-radius: 10px;
    -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
    box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.download-page .download-3 .right {
  width: 55%;
}
.download-page .download-3 .right .list ul li {
  padding: 25px 0 20px;
  border-bottom: 1px solid #e5e5e5;
}
.download-page .download-3 .right .list ul li span.h6 {
  cursor: pointer;
  cursor: hand;
  font-weight: 500;
  position: relative;
  padding-right: 30px;
}
.download-page .download-3 .right .list ul li span.h6 i {
  width: 1em;
  height: 1em;
  position: absolute;
  top: 6px;
  right: 0;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-left: 1em;
}
.download-page .download-3 .right .list ul li span.h6 i:after,
.download-page .download-3 .right .list ul li span.h6 i:before {
  content: '';
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  background-color: black;
}
.download-page .download-3 .right .list ul li span.h6 i:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.download-page .download-3 .right .list ul li.active span.h6 i:before {
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  transform: rotate(0);
}
.download-page .download-3 .right .list ul li .text {
  margin-top: .7em;
  display: none;
}

@media screen and (max-width: 1500px) {
  .download-page .download-2 .img {
    height: 220px;
  }
}

@media screen and (max-width: 1000px) {
  .download-page .download-3 .left{
    position: relative;
    width: 100%;
    top: 0;
  }
  .download-page .download-3 .right{
    width: 100%;
    margin-top: 20px;
  }  
}
@media screen and (max-width: 700px) {
    .download-page .download-1 .list a.flex {
    padding: 15px;
  }
  .download-page .download-3 .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .download-3 .flex .left {
    width: 100%;
    position: static;
  }
  .download-page .download-3 .flex .right {
    width: 100%;
    margin-top: 30px;
  }
}

.sustainability-page .h2{
  font-weight: bold;
  display: block;
}
.sustainability-page .text{
  color: #797979;
  line-height: 2;
}
.sustainability-page .sustainability-1 {
  padding: 80px 0 40px;
  overflow: hidden;
}
.sustainability-page .sustainability-1 .box .left {
  width: 84%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  padding-right: 1%;
}
.sustainability-page .sustainability-1 .box .left span.h2 {
  margin-bottom: 20px;
  font-weight: 500;
    font-size: 40px;
    font-family: SuiGenerisRg;
}
.sustainability-page .sustainability-1 .box .right {
  width: 15%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.sustainability-page .sustainability-2 {
  padding-top: 28%;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-2 .bottom {
  padding: 50px 0 60px;
  background-color: rgba(34, 34, 34, 0.5);
  color: white;
}
.sustainability-page .sustainability-2 .bottom .text {
  color: inherit;
}
.sustainability-page .sustainability-3 {
  padding-top: 100px;
  margin-bottom:100px;
}
.sustainability-page .sustainability-3 .slide {
  margin-bottom: 0px;
}
.sustainability-page .sustainability-3 .slide .left {
  vertical-align: middle;
  padding-right: 3%;
}
.sustainability-page .sustainability-3 .slide .left span.h2 {
  margin-bottom: 20px;
  font-weight: 500;
    font-family: SuiGenerisRg;
}
.sustainability-page .sustainability-3 .slide .right {
  vertical-align: middle;
}
.sustainability-page .sustainability-3 .slide .right .img {
  display: block;
  height: 420px;
  background-size: cover;
  background-position: center;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) {
  direction: rtl;
}
.sustainability-page .sustainability-3 .slide:nth-child(even) .left {
  direction: ltr;
  padding-right: 0;
  padding-left: 3%;
}
@media screen and (max-width: 1800px) {
  .sustainability-page .sustainability-1 .box .left {
    width: 76%;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 25%;
  }
  .sustainability-page .sustainability-2 .bottom {
    padding: 40px 0;
  }
}

@media screen and (max-width: 1500px) {
  .sustainability-page .sustainability-1 {
    padding: 50px 0;
  }
  .sustainability-page .sustainability-1 .box .left {
    width: 100%;
    padding-right: 0;
  }
  .sustainability-page .sustainability-1 .box .right {
    display: none;
  }
  .sustainability-page .sustainability-2 {
    padding-top: 18%;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 360px;
  }
}

@media screen and (max-width: 1200px) {
    .sustainability-page .sustainability-3 {
    padding-top: 50px;
  }
  .sustainability-page .sustainability-3 .slide .left span.h2 {
    margin-bottom: .5em;
  }
}

@media screen and (max-width: 700px) {
  .sustainability-page .sustainability-3 .slide .left {
    width: 100%;
    padding: 0 !important;
    padding-bottom: 20px !important;
  }
  .sustainability-page .sustainability-3 .slide .right {
    width: 100%;
  }
  .sustainability-page .sustainability-3 .slide {
    display: block;
  }
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 240px;
  }
}

@media screen and (max-width: 500px) {
  .sustainability-page .sustainability-3 .slide .right .img {
    height: 200px;
  }
}

.seoPublic .init-1{
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.seoPublic .init-1 .container{
  position: relative;
  z-index: 2;
}
.seoPublic .init-1 img{
  position: absolute;
  top: 0;
  left: 0;
  width: 700px;
}
.seoPublic .init-1 .shadow{
  position: absolute;
  top: 0;
  right: 0;
  width: 84.2%;
  height: 100%;
  background: #f0f0f0;
}
.seoPublic .init-1 .cont{
  width: 990px;
  margin-left: auto;
}
.seoPublic .init-1 .cont .title{
  font-weight: bold;
}
.seoPublic .init-1 .cont .title em{
  color: var(--color);
}
.seoPublic .init-1 .cont .des{
  margin-top: 40px;
}

.seoPublic .init-2 .title{
  text-align: center;
  font-weight: bold;
}
.seoPublic .init-2 .content{
  margin-top: 40px;
}

.seoPublic .init-3{
  background: #f0f0f0;
}
.seoPublic .init-3 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.seoPublic .init-3 .container .content {
  margin-top: 70px;
}
.seoPublic .init-3 .container .content .swiper {
  padding-bottom: 20px;
}
.seoPublic .init-3 .container .content ul li .box .title .cir {
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: var(--color);
  margin-top: 6px;
}
.seoPublic .init-3 .container .content ul li .box .title .titleText {
  width: -webkit-calc(64%);
  width: -moz-calc(64%);
  width: calc(100% - 36px);
  margin-left: auto;
  font-weight: bold;
}
.seoPublic .init-3 .container .content ul li .box .title:hover {
  color: var(--color);
}
.seoPublic .init-3 .container .content ul li .box .des {
  margin-top: 20px;
}
.seoPublic .init-3 .container .content ul li .box .moreC {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.seoPublic .init-3 .container .content ul li .box .moreC .more {
  text-transform: uppercase;
  margin-top: 10px;
  width: 190px;
  padding: 10px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0);
}
.seoPublic .init-3 .container .content ul li .box .moreC .more:hover {
  border-radius: 10px;
  -webkit-box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
  box-shadow: 4px 4px 10px rgba(0, 0, 0, 0.3);
}
.seoPublic .init-3 .container .content ul li .box .moreC .time {
  color: #6e6e6e;
}
.seoPublic .init-4 .tipsTitle {
  font-weight: bold;
}
.seoPublic .init-4 .text{
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
@media (max-width: 1500px) {
  .seoPublic .init-1 img{
    display: none;
  }
  .seoPublic .init-1 .cont{
    width: 100%;
  }
  .seoPublic .init-1 .shadow{
    width: 100%;
  }
}
@media (max-width: 1000px) {

        #cp-Nav {
            display: block;
        }

        #cp-Nav .nav {
            padding: 0 15px;
        }

        #cp-Nav .nav div.title {
            font-size: 18px;
            font-weight: bold;
            padding: 8px 10px;
            background: var(--color);
            border-radius: 5px;
            color: white;
            position: relative;
        }

        #cp-Nav .nav div.title i{
            position: absolute;
            top: 12px;
            right: 10px;
        }

        #cp-Nav .nav i.mask {
            width: 100%;
            height: 100%;
            position: fixed;
            top: 0;
            left: 0;
            z-index: 230;
            background: rgba(0, 0, 0, 0.2);
        }

        #cp-Nav .nav>ul {
            display: none;
        }

        #cp-Nav .nav ul {
            position: fixed;
            top: 10%;
            max-height: 80%;
            left: 5%;
            width: 90%;
            padding: 20px;
            border-radius: 5px;
            background: white;
            z-index: 300;
            font-size: 16px;
            overflow: auto;
        }

        #cp-Nav .nav ul ul {
            padding: 0 10px;
            font-size: 14px;
            position: static;
            max-height: none;
            width: 100%;
            margin: 10px 0;
        }

        #cp-Nav .nav ul li a {
            display: block;
            padding: 5px 0;
            line-height: 28px;
        }
}
@media (max-width: 700px) {
  .seoPublic .init-3 .container .content {
    margin-top: 40px;
  }
  .seoPublic .init-3 .container .content ul li .box .moreC .time {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
    margin-bottom: 10px;
  }
}
  @media screen and (max-width: 1800px){
    #footer .foot .container .f-t .ft-c{
      max-width: 500px;
    }
    #footer .foot .container .f-t .ft-c ul li{
      line-height: 2;
    }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 25px;
  }
}
@media screen and (max-width: 1450px){
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
}
@media screen and (max-width: 1440px) {
    .title {
    font-size: 40px;
  }
}
@media screen and (max-width: 1280px) {
    .title {
    font-size: 36px;
  }
}
@media screen and (max-width: 1100px) {
    .title {
    font-size: 32px;
  }
}
@media screen and (max-width: 1000px){
      #footer .foot .container .f-t .ft-c.ft-c1 {
        width: 100%;
        margin-top: 20px;
        max-width: none;
    }
  #footer .foot .container .f-t{
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 700px) {
    .title {
    font-size: 24px;
  }
}
@media screen and (max-width: 500px) {
    .title {
    font-size: 18px;
  }
}
.support-page .support-2 .list {
  padding-left: 80px;
  padding-right: 80px;
}
.support-page .support-2 .list li {
  border-bottom: 1px solid #3b3a3a;
  cursor: pointer;
  cursor: hand;
}
.support-page .support-2 .list li .num {
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px #0f5db6;
  margin-bottom: -3%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}
.support-page .support-2 .list li .content {
  margin-left: 5%;
}
.support-page .support-2 .list li .content .text {
  display: none;
}
.support-page .support-2 .list li.active .num {
  margin-bottom: 4%;
  color: #0f5db6;
  line-height: 1;
}
@media screen and (max-width: 700px) {
    .support-page .support-2 .list li .content {
    width: 80%;
  }

  .support-page .support-2 .list{
    padding: 0;
  }
}

@media screen and (max-width: 500px) {
  .support-page .support-2 .list li .num{
    line-height: 1;
  }
  .support-page .support-2 .list li .content{
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
  }  

}

.about-page .about-c-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.about-page .about-c-2 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-c-2 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-c-2 span.h2 {
  line-height: 1.4;
  margin-top: 60px;
}
.about-page .about-c-2 span.h2 em {
  color: #5a5a5a;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-c-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-c-2 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-c-2 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-c-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;
}
.about-page .about-c-2 .right li i {
  width: 60px;
  height: 60px;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-c-2 .right li .content {
  background-color: #e7e7e7;
  padding: 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-c-2 .right li.active:before {
  height: 100%;
}
.about-page .about-c-2 .right li.active{
 color: #fff;
}
.about-page .about-c-2 .right li.active .content {
  background-color: var(--color);
}
@media screen and (max-width: 1000px) {
    .about-page .about-c-2 .left {
    position: static;
  }
  .about-page .about-c-2 .right li .content {
    min-height: 100px;
  }
}
@media screen and (max-width: 700px){
    .about-page .about-c-2 .right li i {
    zoom: .7;
  }
  .about-page .about-c-2 .right li:before {
    left: 1.2em;
  }
}
.about-page .about-c-2 .right li{
  flex-wrap: nowrap;
}
.prodet-page .prodet-1 .box .left .small .slick-track{
  display: block
}