@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyRegular.woff2') format('woff2'), url('../fonts/RanyRegular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBold.woff2') format('woff2'), url('../fonts/RanyBold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyBoldItalic.woff2') format('woff2'), url('../fonts/RanyBoldItalic.woff') format('woff');
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyItalic.woff2') format('woff2'), url('../fonts/RanyItalic.woff') format('woff');
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMediumItalic.woff2') format('woff2'), url('../fonts/RanyMediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLightItalic.woff2') format('woff2'), url('../fonts/RanyLightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyMedium.woff2') format('woff2'), url('../fonts/RanyMedium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Rany';
  src: url('../fonts/RanyLight.woff2') format('woff2'), url('../fonts/RanyLight.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
.service-page .service-2 .box{
  flex-wrap: nowrap;
}
.flex_cont {
  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;
}
.flex_a_center {
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.flex_j_center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/*.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex
;
     flex-wrap: nowrap; 
}*/
/* 重置 input 默认样式 */
input,
textarea {
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}
/* 重置 button 默认样式 */
button {
  outline: none;
  border: none;
  background: none;
  font-family: inherit;
  font-size: inherit;
  color: inherit;
  box-sizing: border-box;
  padding: 0;
  margin: 0;
  cursor: pointer;
}

#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
.t-ani {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#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-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from 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: #2f3730;
}
#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: #2f3730;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #2f3730;
  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: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #2f3730;
  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;
}
.shouye{
  font-weight: 400;
    color: #000000;
    font-size: 24px;
}
.shouye h1{
  display: inline;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .font-44{
        font-size: 24px;
line-height: 1.6;
  }
  .inner-banner-ps .container .in-box{
    width:100% !important;
  }
  .font-48{
    font-size: 18px;
line-height: 32px !important;
  }
  .font-38{
      font-size: 16px;
  line-height: 30px !important;
  }
  .font-32{
    font-size: 24px;
line-height: 1.6;
  }
  .font-36{
        font-size: 20px;
line-height: 36px !important;
  }
  .font-15{
    font-size: 14px;
line-height: 28px;
  }
  .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: #2f3730;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  --color:rgba(47, 55, 48, 1);
  /*overflow-x: hidden;*/
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Rany';
  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: 16px;
  line-height: 30px;
  color: inherit;
  text-transform: uppercase;
}
#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: 28px;
}
#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;
  line-height: 2;
}
#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: 25%;
  z-index: 99999;
  display: none;
}
.search-box::after{
  content: '';
    width: 100%;
  height: 300%;
  background: rgba(0, 0, 0, 0.4);
  position: absolute;
  top: 100%;
  left: 0;
}
.search-box .close1 {
  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;
}
#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;
  margin: auto;
  background-color: transparent;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.8s;
  -o-transition: 0.8s;
  -moz-transition: 0.8s;
  transition: 0.8s;
  background-color: rgba(0, 0, 0, 0.7);
  clip-path: inset(0 100% 0 100%);
}
#header > .nav .f-top {
  position: relative;
  z-index: 3;
  background-color: #2f3730;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
  justify-content: center;
  line-height: 2;
  font-weight: 400;
  color: #FFFFFF;
}
#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 {
  padding: 15px 0;
}
#header > .nav > .menu .menu-box {
  position: relative;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header > .nav > .menu .menu-box .left {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#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;
  filter: brightness(0) invert(1);
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 22px;
  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: 30px;
  position: relative;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #fff;
  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;
  line-height: 30px;
  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 .search1 {
  /*width: 178px;
  height: 36px;
  border-radius: 18px;
  border: 1px solid #FFFFFF;
  position: relative;*/
}
/*#header > .nav > .menu .menu-box .right .search1 input {
  width: 178px;
  height: 36px;
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
  padding-right: 40px;
}
#header > .nav > .menu .menu-box .right .search1 input::placeholder {
  font-weight: 400;
  font-size: 14px;
  color: #FFFFFF;
}
#header > .nav > .menu .menu-box .right .search1 input:focus{
  appearance: none;
}
#header > .nav > .menu .menu-box .right .search1 button {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 15px;
}*/
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width:31px;
}
#header > .nav > .menu .menu-box .right .h3_btn {
  cursor: pointer;
  width: 143px;
  height: 37px;
  background: #2F3730;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  color: #FFFFFF;
  position: relative;
  overflow: hidden;
}
#header > .nav > .menu .menu-box .right .h3_btn span {
  position: relative;
  z-index: 2;
}
#header > .nav > .menu .menu-box .right .h3_btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  transform: translate(100%, 100%);
  transition: all 0.5s;
}
#header > .nav > .menu .menu-box .right .h3_btn:hover span {
  color: #fff;
}
#header > .nav > .menu .menu-box .right .h3_btn:hover::after {
  transform: translate(0);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .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;
}
#header.active > .nav::before {
  clip-path: inset(0 0 0 0);
}
@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;
}
.all-tw-btn {
  width: 190px;
  height: 52px;
  border: 1px solid #FFFFFF;
  font-weight: 400;
  color: #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  position: relative;
}
.all-tw-btn span {
  position: relative;
  z-index: 2;
}
.all-tw-btn::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  /*background: #2f3730;*/
  transform: translate(100%, 100%);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: #2f3730;
}
.all-tw-btn:hover {
  color: #fff;
}
.all-tw-btn-bai:hover {
  color: #fff !important;
}
.all-tw-btn:hover::after {
  transform: translate(0%, 0%);
}
#banner .swiper-main {
  position: relative;
}
#banner .swiper-main .swiper-main-text {
  position: absolute;
  max-width: 1050px;
  bottom: 10.5%;
  left: 48%;
  transform: translateX(-50%);
}
#banner .swiper-main .swiper-main-text .bb1 {
  font-weight: 400;
  line-height: 1.2;
  color: #FFFFFF;
  text-transform: uppercase;
}
#banner .swiper-main .swiper-main-text .all-tw-btn {
  margin: 0 auto;
}
.all-tw-h {
  font-weight: 400;
  color: #010101;
}
.all-tw-btn-box {
  display: flex;
  justify-content: center;
}
.all-tw-btn2 {
  font-weight: 400;
  color: #000000;
  position: relative;
  line-height: 2;
}
.all-tw-btn2::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 2px;
  background: #7f7f7f;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.all-tw-btn2:hover::after {
  width: 0%;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
}
#index-body .init-1 .container .swiper2-process {
  height: 3px;
  background: #DCDCDC;
}
#index-body .init-1 .container .swiper2-process .swiper2-line {
  width: 0%;
  height: 3px;
  background: #151515;
}
#index-body .init-1 .swiper2 .swiper-slide .i1-box {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #f2f2f2;
  position: relative;
}
#index-body .init-1 .swiper2 .swiper-slide .i1-box .i1-box-img1 {
  clip-path: inset(0% 0% 0% 0%);
  transition: all 0.5s ease-in-out;
}
#index-body .init-1 .swiper2 .swiper-slide .i1-box .i1-box-img2 {
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(100% 0% 100% 0%);
  transition: all 0.5s ease-in-out;
}
#index-body .init-1 .swiper2 .swiper-slide .i1-h {
  font-weight: 400;
  color: #010101;
  min-height: 4.6em;
}
#index-body .init-1 .swiper2 .swiper-slide .i1-tap {
  font-weight: 400;
  color: #010101;
}
#index-body .init-1 .swiper2 .swiper-slide:hover .i1-box-img1 {
  clip-path: inset(0% 100% 0% 100%);
}
#index-body .init-1 .swiper2 .swiper-slide:hover .i1-box-img2 {
  clip-path: inset(0% 0% 0% 0%);
}
#index-body .init-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #f7f4f1;
}
#index-body .init-2 .i2-l {
  width: 57.5%;
}
#index-body .init-2 .i2-l .i2-l-p1 {
  font-weight: 400;
  color: #010101;
}
#index-body .init-2 .i2-l .i2-l-p2 {
  font-weight: 400;
  color: rgba(1, 1, 1, 0.7);
}
#index-body .init-2 .i2-l .swiper3 {
  overflow: hidden;
}
#index-body .init-2 .i2-l .swiper3 .swiper-slide .i2-r-box-img {
  display: flex;
  justify-content: center;
  align-items: center;
}
#index-body .init-2 .i2-l .swiper3 .swiper-slide .i2-r-box-h {
  font-weight: 400;
  color: #010101;
}
#index-body .init-2 .i2-l .swiper3 .swiper-slide.swiper-slide-active {
  transform: scale(1.22);
}
#index-body .init-3 {
  position: relative;
}
#index-body .init-3 .i3-img-bg {
  position: absolute;
  bottom: 0px;
  right: 0px;
  /*transform: scale(1.5);*/
  transform-origin: right bottom;
}
#index-body .init-3 .i3-img-bg img{

transform-origin: right bottom;
}
#index-body .init-3 .container{
  width: 100%;
    padding: 0;
}
#index-body .init-3 .container .i3-m {
  /*max-width: 1250px;
  margin: 0 auto;*/
  padding-left:8%;
}
#index-body .init-3 .container img{
  float: right;
   shape-outside: polygon(55% 0,100% 0,100% 100%,0 100%,0 89.2% );
}
#index-body .init-3 .container .i3-m .i3-p1 {
  font-weight: 400;
  color: #000000;
  position: relative;
}
#index-body .init-3 .container .i3-m .i3-p1::after {
  content: '';
  position: absolute;
  left: -40px;
  top: calc(50% - 7px);
  width: 32px;
  height: 21px;
  transform: translateY(-50%);
  /*background: url(../images/i3-1.png) no-repeat center;*/
}
#index-body .init-3 .container .i3-m .i3-p2 {
  font-weight: 400;
  color: #000000;
}
#index-body .init-4 {
  position: relative;
  overflow: hidden;
  height: 721px;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../images/i4-1.jpg) no-repeat center;
  background-size: cover;
}
#index-body .init-4 .i4-play {
  /*pointer-events: none;*/
  /* 避免干扰鼠标事件 */
  width: 238px;
  height: 238px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
#index-body .init-5 .container {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  border-bottom: 1px solid #c9c9c9;
}
#index-body .init-5 .container .i5-c {
  border-right: 1px solid #c9c9c9;
}
#index-body .init-5 .container .i5-c img {
  display: block;
  margin: 0 auto;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .init-5 .container .i5-c:last-child {
  border-right: none;
}
#index-body .init-5 .container .i5-c:hover img {
  transform: scale(1.1) rotateY(180deg);
}
#index-body .init-6 .swiper4 {
  padding-left: 143px;
  padding-right: 370px;
}
#index-body .init-6 .swiper4 .swiper-slide {
  display: flex;
  justify-content: end;
  position: relative;
}
#index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-m-m {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
}
#index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-box {
  flex: 1;
}
#index-body .init-6 .swiper4 .swiper-slide .all-tw-btn {
  color: #000000;
  border: 1px solid #000000;
}
#index-body .init-6 .swiper4 .swiper-slide .i6-p1 {
  font-weight: 400;
  color: #010101;
}
#index-body .init-6 .swiper4 .swiper-slide .i6-p2 {
  font-weight: 400;
  line-height: 1.2;
  color: #010101;
}
#index-body .init-6 .swiper4 .swiper-slide .i6-p3 {
  font-weight: 400;
  color: #010101;
}
#index-body .init-6 .swiper4 .swiper-slide::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  transition: all 0.5s;
  width: 81.6%;
  background: #f4f3f1;
}
@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #2f3730;
}
#footer .ftop .f-c1 {
  max-width: 300px;
}
#footer .ftop .f-c1 li {
  display: flex;
  align-items: flex-start;
  line-height: 30px;
}
#footer .ftop .f-c1 li img {
  margin-right: 12px;
  object-fit: contain;
  margin-top: 5px;
}
#footer .ftop .container {
  display: flex;
  justify-content: space-between;
}
#footer .ftop .font-f {
  font-weight: 400;
  color: #FFFFFF;
}
#footer .ftop .fc-h {
  text-transform: uppercase;
}
#footer .ftop .f-c4 {
  width: 436px;
}
#footer .ftop .f-c4 form {
  position: relative;
  display: flex;
  flex-direction: column;
}
#footer .ftop .f-c4 .f-put1 {
  padding: 16px 0;
  border-bottom: 1px solid #a1a1a1;
}
#footer .ftop .f-c4 .f-put2 {
  margin-top: 36px;
}
#footer .ftop .f-c4 button {
  position: absolute;
  right: 0;
  bottom: 12px;
  width: 111px;
  height: 40px;
  background: #FFFFFF;
  font-weight: 400;
  font-size: 16px;
  color: #120C0B;
  display: flex;
  justify-content: center;
  align-items: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  overflow: hidden;
}
#footer .ftop .f-c4 button span {
  position: relative;
  z-index: 3;
}
#footer .ftop .f-c4 button img {
  margin-left: 6px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .ftop .f-c4 button::before {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: #000;
  transform: translate(100%, 100%);
}
#footer .ftop .f-c4 button:hover {
  color: #fff;
}
#footer .ftop .f-c4 button:hover img {
  filter: brightness(0) invert(1);
}
#footer .ftop .f-c4 button:hover:before {
  transform: translate(0, 0);
}
#footer .ftop .f-c4 .fc4 {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .ftop .f-c4 .fc4 .fc4-l {
  display: flex;
  flex-wrap: wrap;
}
#footer .ftop .f-c4 .fc4 .fc4-l p {
  font-weight: 400;
  color: #FFFFFF;
  line-height: 2;
}
#footer .ftop .f-c4 .fc4 .fc4-l #ewm1,
#footer .ftop .f-c4 .fc4 .fc4-l #ewm3 {
  width: 82px;
  height: 83px;
  border-radius: 8px;
  background-color: #fff;
  border: 5px solid #ffffff;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .ftop .f-c4 .fc4 .fc4-l #ewm1 img,
#footer .ftop .f-c4 .fc4 .fc4-l #ewm3 img,
#footer .ftop .f-c4 .fc4 .fc4-l #ewm1 canvas,
#footer .ftop .f-c4 .fc4 .fc4-l #ewm3 canvas{
width: 70px !important;
height: 70px !important;
}
#footer .ftop .f-c4 .fc4 .share {
  display: flex;
  flex-wrap: wrap;
}
#footer .ftop .f-c4 .fc4 .share li {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid #FFFFFF;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  margin-left: 15px;
  position: relative;
  overflow: hidden;
}
#footer .ftop .f-c4 .fc4 .share li a {
  position: relative;
  z-index: 2;
}
#footer .ftop .f-c4 .fc4 .share li::before {
  transition: all 0.5s;
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.5);
  top: 0;
  left: 0;
  transform: translate(100%, 100%);
}
#footer .ftop .f-c4 .fc4 .share li:first-child {
  margin-left: 0;
}
#footer .ftop .f-c4 .fc4 .share li:hover::before {
  transform: translate(0, 0);
}
#footer .line-f {
  height: 1px;
  background: #A1A1A1;
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  line-height: 2;
  font-weight: 400;
  overflow: hidden;
  color: #a1a1a1;
}
#footer .copyright .container {
  padding-top: 16px;
  padding-bottom: 13px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #a1a1a1;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  position: relative;
  top: 0;
  color: #a1a1a1;
  margin-right: 10px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
@media (max-width: 1800px) {
  .container {
    width: 1400px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media (max-width: 1550px) {
  #index-body .init-6 .swiper4 {
    padding-left: 80px;
    padding-right: 170px;
  }
}
@media (max-width: 1450px) {
  .img-des{
    max-width: 550px !important;
  }
  #footer .ftop .container {
    flex-wrap: wrap;
  }
  #header > .nav > .menu .menu-box .left {
    position: static;
    top: none;
    left: none;
    transform: translate(0, 0);
  }
}
.show-1250{
display: none;
}
@media (max-width: 1250px) {
  .show-1250{
display: block;
}
#header {
  display: none !important;
}
  #index-body .init-6 .swiper4 {
    padding-left: 0px;
    padding-right: 0px;
  }
  .hide-1250,
  #index-body .init-3 .container .i3-m .i3-p1::after {
    display: none;
  }
  #index-body .init-2 .i2-l {
    width: 100%;
    padding: 30px 15px;
    text-align: center;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-box {
    padding: 20px 0;
  }
  #index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-m-m {
    padding: 0 20px;
  }
  #index-body .init-6 .swiper4 .swiper-slide::after {
    width: 100%;
  }
  #index-body .init-5 .container .i5-c,
  #index-body .init-5 .container {
    border: none;
  }
  #index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-m-m {
    flex-wrap: wrap;
  }
  #index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-box {
    flex: none;
    width: 100%;
  }
  #index-body .init-5 .container {
    grid-template-columns: 1fr 1fr;
  }
  .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  #index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-box {
    padding: 15px 0;
  }
  #index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-m-m {
    padding: 0 10px;
  }
  #footer .ftop .f-c4,
  #footer .ftop .f-c1 {
    max-width: none;
    width: 100%;
  }
  .container {
    width: 100%;
  }
}
.font-20{
  font-size: 20px;
line-height: 1.8;
}
@media (max-width: 500px) {
  #index-body .init-5 .container .i5-c {
    padding: 0;
    padding-top: 20px;
  }
  .font-30{
    font-size: 20px;
line-height: 36px !important;
  }
  .font-22{
      font-size: 16px;
  line-height: 30px;
  }
  .font-24{
    font-size: 18px;
line-height: 32px  !important;
  }
  #index-body .init-5 .container {
    grid-template-columns: 1fr;
  }
  .hide-500 {
    display: none !important;
  }
}
.inner-page-copy span.h2 {
  font-weight: normal;
}
.inner-page-copy .sideBarBox .slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 137px;
}
.inner-page-copy .sideBarBox .slideLeft .nav {
  background-color: #3b3a3a;
  color: white;
}
.inner-page-copy .sideBarBox .slideLeft .nav span.h6 {
  background-color: var(--color);
  color: #fff;
}
.inner-page-copy .sideBarBox .slideLeft .nav .link {
  font-weight: 300;
}
.inner-page-copy .sideBarBox .slideLeft .nav .link ul li {
  margin-bottom: .7em;
  line-height: 1.8;
}
.font-26{
    font-size: 26px;
    line-height: 1.6;
    min-height: 0.5rem;
}
.inner-page-copy .sideBarBox .slideLeft .nav .link ul li ul {
  font-size: .8em;
  margin-top: .8em;
  padding-left: 1em;
}
.inner-page-copy .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page-copy .sideBarBox .slideLeft .nav .link ul li a.active {
  text-decoration: underline;
}
.inner-page-copy .m-page {
  padding: 1.33333333em 2.77777778em;
  background-color: #3b3a3a;
  color: white;
  line-height: 1;
}
.inner-page-copy .m-page.pos {
  right: 0;
  bottom: 0;
}
.inner-page-copy .m-page > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.inner-page-copy .m-page a,
.inner-page-copy .m-page span {
  margin: 0 .3em;
}
.inner-page-copy .m-page .prev,
.inner-page-copy .m-page .next {
  width: 1.38888889em;
  height: 1.38888889em;
  color: transparent;
  overflow: hidden;
  position: relative;
  background-color: white;
  margin: 0 1em;
}
.inner-page-copy .m-page .prev:before,
.inner-page-copy .m-page .next:before {
  content: '';
  color: #3b3a3a;
  font-family: "iconfont";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.inner-page-copy .m-page .prev:hover,
.inner-page-copy .m-page .next:hover {
  background-color: var(--color);
}
.inner-page-copy .m-page .prev:before {
  content: '\e6cf';
}
.inner-page-copy .m-page .next:before {
  content: '\e6e8';
}
@media (max-width: 1250px){
    .inner-page-copy .sideBarBox .slideLeft {
    display: none;
  }
  .inner-page-copy .sideBarBox .slideRight {
    width: 100%;
  }
  .inner-page-copy .m-page {
    padding: 1em 2em;
  }
}
.inner-banner.white {
  color: white;
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
  }
}
.product-page .sideBarBox .slideRight {
  background-color: #fff;
}
.product-page .product-1 .sideBarBox .slideRight .text {
  max-height: 300px;
  overflow: auto;
}
.product-page .sideBarBox .slideRight h1 {
  line-height: 1.8;
}
.product-page .sideBarBox .slideRight .img {
  border: 1px solid #3b3a3a;
}
.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sideBarBox .slideRight .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  /*color: #fff;*/
}
.product-page .sideBarBox .slideRight .img .link a:hover {
  background-color: var(--color);
}
.product-page .sideBarBox .slideRight .img .link:hover a{
  color: #fff;
}
.product-page .sideBarBox .slideRight .img:hover .link {
  opacity: 1;
}
@media (max-width: 700px){
    .product-page .sideBarBox .slideRight h1{
    font-size: 22px;
    line-height: 40px;
  }
  .product-page .product-1 .sideBarBox .slideRight .text p{
    display: none;
  }
}
span.h2 {
  line-height: 1.6;
  font-weight: 500;
  display: block;
  max-width: 1640px;
  /*width: 900px;*/
  text-transform: capitalize;
}
.more {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: 500;
}
.more i {
  -webkit-filter: brightness(0);
  filter: brightness(0);
  opacity: .8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  max-width: 3.13043478em;
}
.more:hover {
  text-decoration: underline;
}
hr {
  background-color: #3b3a3a;
}
.hover-text:hover {
  color: inherit;
  text-decoration: underline;
}
  .seoPublic .title {
        font-size: 32px;
        font-weight: bold;
        line-height: 1.4;
        margin-bottom: 2em;
    }

    .seoPublic>div {
        padding: 60px 0;
    }

    .seoPublic>div:nth-child(odd) {
        background: #fafafa;
    }

    .seoPublic .Auxil-about .box {
        display: -webkit-box;
        display: -webkit-flex;
        display: -moz-box;
        display: -ms-flexbox;
        display: flex;
    }

    .seoPublic .Auxil-about .box .left {
        width: 40%;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 100%;
        background-size: cover;
        background-position: center center;
        display: block;
    }

    .seoPublic .Auxil-about .box .left img {
        width: 100%;
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 60%;
        padding-left: 5%;
        padding-top: 20px;
        padding-bottom: 20px;
    }

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

    .seoPublic .Auxil-about .box .right .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
        max-height: 400px;
        overflow: auto;
    }

    .seoPublic .Auxil-honor .list ul {
        margin: -10px;
    }

    .seoPublic .Auxil-honor .list ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-honor .list ul li a {
        display: block;
    }

    .seoPublic .Auxil-honor .list ul li a img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul {
        margin: -13px;
    }

    .seoPublic .Auxil-news .list ul li {
        padding: 13px;
    }

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

    .seoPublic .Auxil-news .list ul li a.img-box img {
        width: 100%;
    }

    .seoPublic .Auxil-news .list ul li .content {
        margin-top: 30px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 22px;
        line-height: 1.4;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6:hover {
        color: var(--color);
    }

    .seoPublic .Auxil-news .list ul li .content time {
        font-size: 14px;
        margin-top: .5em;
        display: block;
    }

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

    .seoPublic .Auxil-news .list ul li .content a.link {
        font-weight: 300;
        font-size: 16px;
        text-transform: uppercase;
        line-height: 1;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        border-bottom: 1px solid transparent;
        display: inline-block;
    }

    .seoPublic .Auxil-news .list ul li .content a.link:hover {
        border-color: var(--color);
        color: var(--color);
    }

    .seoPublic .Auxil-form .form ul {
        margin: -10px;
    }

    .seoPublic .Auxil-form .form ul li {
        padding: 10px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea {
        display: block;
        width: 100%;
        border: 1px solid #eee;
        font-size: 16px;
        line-height: 30px;
        padding: 8px 15px;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-form .form ul li textarea {
        height: 100px;
    }

    .seoPublic .Auxil-form .form ul li input:focus,
    .seoPublic .Auxil-form .form ul li textarea:focus {
        border-color: var(--color);
    }

    .seoPublic .Auxil-form .form ul li.wid-100 {
        width: 100%;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"] {
        width: auto;
        display: inline-block;
        padding-left: 25px;
        padding-right: 25px;
        background: var(--color);
        color: whitesmoke;
        border: none;
    }

    .seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
        background: #222;
    }

    .seoPublic .seoIndustry .text {
        font-size: 16px;
        line-height: 1.8;
        color: #666;
    }

    .seoPublic .text a {
        color: var(--color);
    }

    .seoPublic .text a:hover {
        text-decoration: underline;
    }

    .seoPublic .Auxil-through {
        padding: 15px 0;
        background: none !important;
    }

    .seoPublic .Auxil-through a {
        display: inline-block;
        padding: 10px 25px;
        font-size: 14px;
        color: black;
        border: 1px solid #eee;
        background: #f8f8f8;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-through a:hover {
        background: var(--color);
        color: white;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -20px -25px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 20px 25px;
    }

    .seoPublic .Auxil-related .list ul li .box {
        display: block;
        background: white;
        -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
        box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    }

    .seoPublic .Auxil-related .list ul li .box a.img-box {
        display: block;
    }

    .seoPublic .Auxil-related .list ul li .box .content {
        display: block;
        padding: 20px;
        text-align: center;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 22px;
        color: #111;
        font-weight: 500;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
    }

    .seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
        color: var(--color);
    }

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

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        display: inline-block;
        vertical-align: middle;
        line-height: 40px;
        height: 40px;
        padding: 0 20px;
        border: 1px solid var(--color);
        font-size: 16px;
        font-weight: 700;
        -webkit-transition: .5s;
        -moz-transition: .5s;
        transition: .5s;
        color: var(--color);
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more i {
        margin-left: 5px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more:hover {
        color: white;
        background: var(--color);
    }

    @media screen and (max-width: 1400px) {
        .seoPublic .title {
            font-size: 28px;
            margin-bottom: 1.5em;
        }

        .seoPublic .Auxil-about .box .right div.title,
        .seoPublic .Auxil-related .list ul li .box .content div.h3 {
            font-size: 20px;
        }

        .seoPublic .Auxil-form .form ul li input,
        .seoPublic .Auxil-form .form ul li textarea,
        .seoPublic .Auxil-about .box .right .text,
        .seoPublic .Auxil-news .list ul li .content p,
        .seoPublic .seoIndustry .text,
        .seoPublic .Auxil-related .list ul li .box .content p {
            font-size: 14px;
        }

        .seoPublic .Auxil-news .list ul li .content div.h6 {
            font-size: 18px;
        }

        .seoPublic .Auxil-related .list ul li .box .content a.more {
            font-size: 14px;
            line-height: 34px;
            height: 34px;
            padding: 0 15px;
        }

        .seoPublic .Auxil-related .list ul li {
            padding: 15px;
        }

        .seoPublic .Auxil-related .list ul {
            margin: -15px;
        }
    }

    @media screen and (max-width: 1000px) {
        .seoPublic .title {
            font-size: 24px;
            margin-bottom: 1em;
        }

        #cp-Nav {
            display: block;
        }

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

        #cp-Nav .nav div.title {
            font-size: 18px;
            line-height: 1.8;
            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;
font-size: 14px;
line-height: 28px;
        }

        .seoPublic .Auxil-about .box {
            display: block;
        }

        .seoPublic .Auxil-about .box .right {
            width: 100%;
            padding: 0;
            margin-top: 20px;
        }

        .seoPublic .Auxil-about .box .left {
            width: 100%;
            padding: 0;
        }

        .seoPublic .Auxil-about .box .left .img {
            height: 300px;
        }

        .seoPublic .Auxil-about .box .right div.h3 {
            font-size: 18px;
        }

        .seoPublic>div {
            padding: 30px 0;
        }

        .seoPublic .Auxil-about .box .right .text {
            max-height: none;
        }
    }
    .prodet-page .prodet-1 .box {
  padding-left: 2%;
  padding-right: 5%;
  background-color: #f0f0f0;
}
.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 150px;
}
.prodet-page .prodet-1 .box .left li {
  /*display: block !important;*/
  /*width: auto !important;*/
}
.prodet-page .prodet-1 .box .left img {
  width: 100%;
  border: 1px solid rgb(204, 204, 204);
}
.prodet-page .prodet-1 .box .left .small,.prodet-page .prodet-1 .box  .big {
  position: relative;
  overflow: hidden;

}
.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}
.prodet-page .prodet-1 .box .left .small ul li {
  padding: 4px;
}
.prodet-page .prodet-1 .box .left .small ul .slick-slide {
  height: auto;
}
.prodet-page .prodet-1 .box .right h1 {
  line-height: 1.4;
}
.prodet-page .prodet-1 .box .right .link a {
  padding: 1em 4.875em;
  border: 1px solid #3b3a3a;
  font-weight: 300;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
@media screen and (max-width:1800px) {
  .wid-83{
    width: 82%;
  }
}
.prodet-page .prodet-1 .box .right .link a:hover {
  color: white;
  background-color: #3b3a3a;
}
.prodet-page .prodet-1 .box .right .icon img {
  max-height: 50px;
  width: auto;
}
.prodet-page .prodet-1 .box .right .det .slide {
  border-bottom: 1px solid #3b3a3a;
}
.prodet-page .prodet-1 .box .right .det .slide span.name {
  line-height: 1.2;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-1 .box .right .det .slide span.name i {
  margin-left: 1em;
}
.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
  transform: rotate(45deg);
}
.prodet-page .prodet-1 .box .right .share {
  line-height: 1;
}
.prodet-page .prodet-2 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #3b3a3a;
  color: white;
}
.prodet-page .prodet-2 .box .img {
  border: 1px solid #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}
@media (max-width: 1000px){
    .prodet-page .prodet-1 .box .left {
    position: relative;
    top: 0;
  }
}
@media (max-width: 1800px){
  .prodet-page .prodet-1 .box .left .small{
    height: 592px !important;
  }
}
@media (max-width: 1400px){
  .prodet-page .prodet-1 .box .left .small{
    height: 505px !important;
  }
}
@media (max-width: 1250px){
  .prodet-page .prodet-1 .box .left .small{
    height: 460px !important;
  }
}
@media (max-width: 1000px){
  .prodet-page .prodet-1 .box .left .small{
    height: 753px !important;
  }
}
@media (max-width: 700px){
  .prodet-page .prodet-1 .box .left .small{
    height: 384px !important;
  }
}
@media (max-width: 700px){
    .prodet-page .prodet-1 .box .right .share {
    font-size: 16px;
    gap: 1em;
  }
    .prodet-page .prodet-1 .box .left .small ul li {
    padding: 1px;
  }
  .prodet-page .prodet-1 .box .left .small ul {
    margin: -1px;
  }
}
@media (max-width: 500px){
    .prodet-page .prodet-1 .box .right .link a {
    padding: .5em 1.5em;
  }
}
.inner-page-copy2 p {
 
  font-weight: 400;
}
.inner-page-copy2 .m-page {
  margin-top: 46px;
}
.inner-page-copy2 .m-page a,
.inner-page-copy2 .m-page span {
  width: 52px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 17px;
  color: #181818;
}
.inner-page-copy2 .m-page a:hover {
  background: var(--white);
}
.inner-page-copy2 .m-page span.current {
  background: var(--black);
  color: var(--white);
}
.inner-page-copy2{
  min-height: 80vh;
}
.about-page .about-1 .ui.container {
  text-align: center;
}
.about-page .about-1 .ui.container .h3 {
  max-width: 1351px;
  margin: 0 auto;
}
.about-page .about-1 .ui.container p {
  margin-top: 30px;
  line-height: 2;
  margin-bottom: 50px;
      text-align: left;
    color: #000;
}
.about-page .about-1 .ui.container .imgbox {
  display: inline-block;
  margin: 0 auto;
}
.about-page .about-2 {
  background: #fff;
  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;
}
.about-page .about-2 .left {
  height: 745px;
  width: 50%;
  position: relative;
  display: block;
  background: url(/trolleycasefactory/2025/08/06/qiye.jpg) center center no-repeat;
  background-size: cover;
}
.about-page .about-2 .left .h3 {
  color: #fff;
  text-align: center;
  width: 100%;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
  font-weight: 700;
}
.about-page .about-2 .right {
  padding-right: 13%;
  padding-left: 8%;
  width: 50%;
}
.about-page .about-2 .right ul.list li {
  height: 190px;
  border-bottom: 1px solid #000;
  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;
}
.about-page .about-2 .right ul.list li:hover img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.about-page .about-2 .right ul.list li:last-child {
  border-bottom: none;
}
.about-page .about-2 .right ul.list li .text {
  max-width: 360px;
}
.about-page .about-2 .right ul.list li .text .h4 {
  font-weight: 500;
  margin-bottom: 20px;
}
.about-page .about-2 .right ul.list li img {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-3 .ui.container {
  text-align: center;
}
.about-page .about-3 .ui.container p {
  margin-top: 25px;
  margin-bottom: 40px;
}
.about-page .about-3 .ui.container ul.honorlist {
  margin: 0 -30px;
}
.about-page .about-3 .ui.container ul.honorlist li {
  padding: 0 30px;
}
.about-page .about-4 {
  padding: 35px 0;
}
.about-page .about-4 .ui.container {
  text-align: left;
}
.about-page .about-4 .ui.container p {
  margin-top: 20px;
  margin-bottom: 30px;
}
.about-page .about-4 .ui.container ul.newslist li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  height: 106px;
  padding-top: 25px;
  border-bottom: 1px solid #B0B0B0;
}
.about-page .about-4 .ui.container ul.newslist li:hover,
.about-page .about-4 .ui.container ul.newslist li.active {
  border-color: var(--color);
}
.about-page .about-4 .ui.container ul.newslist li:hover .time,
.about-page .about-4 .ui.container ul.newslist li.active .time {
  color: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container ul.newslist li:hover a.more2,
.about-page .about-4 .ui.container ul.newslist li.active a.more2 {
  color: #fff;
  background: var(--color);
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container ul.newslist li:hover .title,
.about-page .about-4 .ui.container ul.newslist li.active .title {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: var(--color);
}
.about-page .about-4 .ui.container ul.newslist li .time {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #B0B0B0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  font-size: 18px;
  font-style: italic;
}
.about-page .about-4 .ui.container ul.newslist li .time img {
  margin-right: 10px;
}
a.more2 {
  padding: 0 15px;
  height: 40px;
  line-height: 40px;
  width: 130px;
  text-align: center;
  border-radius: 20px;
  border: 1px solid var(--color);
  color: var(--color);
  font-size: 16px;
}
.about-page .about-4 .ui.container ul.newslist li a.more2 {
  margin-left: 80px;
  margin-right: 100px;
  color: #B0B0B0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.about-page .about-4 .ui.container ul.newslist li .title {
  color: #B0B0B0;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
 
  line-height: 30px;
}
.about-page .about-4 .ui.container .btnbox {
  margin-top: 50px;
  text-align: right;
}
.about-page .about-4 .ui.container .btnbox a.more {
  margin-left: auto;
  margin-right: -84px;
}
.about-page .about-5 {
  padding-top: 55px;
  padding-bottom: 70px;
}
.about-page .about-5 .ui.container {
  text-align: center;
}
.about-page .about-5 .ui.container p {
  margin-top: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 1800px) {
  .about-page .about-2 .right {
    padding-right: 5%;
    padding-left: 4%;
  }
  .about-page .about-4 .ui.container .btnbox a.more {
    margin-left: auto;
    margin-right: 0;
  }

}
@media screen and (max-width: 700px) {
  .about-page .about-2 .left {
    height: 400px;
    width: 100%;
  }
  .about-page .about-2 {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-2 .right {
    padding-right: 20px;
    padding-left: 20px;
    width: 100%;
  }}
  @media screen and (max-width: 500px) {
      .about-page .about-4 .ui.container ul.newslist li {
    height: auto;
    margin-bottom: 20px ;
    text-align: center;
  }
  }
  .inner-navbox {
  padding: 30px 0;
}
.inner-navbox .ui.container ul.navlist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.inner-navbox .ui.container ul.navlist li {
  padding: 0 50px;
  position: relative;
  padding-top: 30px;
  font-size: 24px;
  font-weight: 700;
}
.inner-navbox .ui.container ul.navlist li:before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 100%;
  background: var(--color);
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -4px;
  opacity: 0;
}
.inner-navbox .ui.container ul.navlist li.active:before {
  opacity: 1;
}
@media screen and (max-width: 1400px) {

  .inner-navbox .ui.container ul.navlist li {
    padding: 0 25px;
  }}
  @media screen and (max-width: 1100px) {
      .inner-navbox .ui.container ul.navlist{
    display: none;
  
  }
  }
  @media screen and (max-width: 1000px) {
  .inner-navbox .ui.container ul.navlist li {
    margin-bottom: 20px;
  }}
    @media screen and (max-width: 500px) {
      .inner-navbox .ui.container ul.navlist li{
    width: 100%;
    text-align: center;
  }
  }
  a.more {
  width: 200px;
  height: 50px;
  line-height: 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;
  border-radius: 25px;
  background: var(--color);
  padding: 0 10px 0 40px;
  z-index: 9;
  color: #fff;
}
a.more em {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  margin-right: 20px;
}
.prodet-page-copy .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.prodet-page-copy .bannerbox {
  padding-top: 75px;
  padding-bottom: 100px;
}
.prodet-page-copy .bannerbox .ui.container h2 {
  font-weight: 500;
  margin-bottom: 20px;
}
.prodet-page-copy .bannerbox .ui.container .mbx {
  text-align: left;
  color: var(--color);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  text-transform: capitalize;
      line-height: 28px;
}
.prodet-page-copy .bannerbox .ui.container .mbx a,
.prodet-page-copy .bannerbox .ui.container .mbx span {
  margin: 0 5px;
}
.prodet-page-copy .bannerbox .ui.container .mbx a:nth-child(1),
.prodet-page-copy .bannerbox .ui.container .mbx span:nth-child(1) {
  margin-left: 0;
}
.prodet-page-copy .bannerbox .ui.container .mbx a {
  padding-right: 30px;
  position: relative;
}
.prodet-page-copy .bannerbox .ui.container .mbx a:before {
  content: "";
  width: 7px;
  height: 7px;
  border-radius: 100%;
  background: var(--color);
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  position: absolute;
}
.prodet-page-copy .prodetbox .ui.container h1 {
  padding-bottom: 50px;
  border-bottom: 1px solid #aaa;
  position: relative;
}
.prodet-page-copy .prodetbox .ui.container h1:before {
  content: "";
  width: 9px;
  height: 9px;
  border-radius: 100%;
  background: #aaa;
  position: absolute;
  left: 0;
  bottom: -4.5px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 60px;
  background: #fff;
  border-radius: 20px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text {
  width: 50%;
  padding-top: 60px;
  padding-left: 50px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .content {
  padding-right: 5%;
  max-height: 250px;
  overflow-y: auto;
  font-size: 18px;
  line-height: 2;
 
  font-weight: 200;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .sharebox {
  margin-top: 40px;
  width: 255px;
  height: 130px;
  background: #f5f5f5;
  padding-left: 20px;
  padding-top: 16px;
  margin-left: auto;
  margin-right: 10%;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .sharebox a.contact {
  background: #0068b7;
  height: 60px;
  line-height: 60px;
  color: #fff;
  text-transform: uppercase;
  padding: 0 30px;
  display: inline-block;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .sharebox a.contact:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  background: var(--color);
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .sharebox .share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-top: 15px;
  color: #666;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .sharebox .share ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .text .sharebox .share ul li {
  font-size: 14px;
  margin: 0 5px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .right {
  width: 50%;
  padding-left: 80px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-1 .right ul.imgs li a {
  width: 100%;
  height: 450px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  border-radius: 20px;
  display: block;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 {
  padding: 60px 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 .left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 .left .sharebox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-left: 55px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 .left .sharebox em {
  font-size: 18px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li {
  width: 29px;
  height: 29px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
  border: 1px solid var(--color);
  color: var(--color);
  margin-left: 15px;
  font-size: 18px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-2 .left .sharebox ul.sharelist li:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.prodet-page-copy .prodetbox .ui.container .prodet-3 {
  padding-top: 15px;
  padding-bottom: 80px;
}
.prodet-page-copy .prodetbox .ui.container .prodet-3 .h3 {
  margin-bottom: 25px;
}
@media (max-width: 700px){
    .prodet-page-copy .prodetbox .ui.container .prodet-1 .text {
    width: 100%;
    padding-top: 20px;
    padding-left: 20px;
  }
  .prodet-page-copy .prodetbox .ui.container .prodet-1 .right {
    width: 100%;
    padding-left: 00px;
    margin-top: 20px;
  }
  .prodet-page-copy .prodetbox .ui.container .prodet-2 .left .sharebox {
    margin-left: 0;
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px) {

  .prodet-page-copy .prodetbox .ui.container h1 {
    font-size: 22px;
    line-height: 34px;
        padding-bottom: 10px;
} }
  .faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #ffffff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--primary);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #e3c935;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}
.contact-1 {
  padding-top: 0px;
}
.contact-1 .ui.container {
  text-align: left;
}
.contact-1 .ui.container .h3 {
  font-weight: 500;
  color: var(--color);
  margin-bottom: 45px;
}
.contact-1 .ui.container .infobox {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding-bottom: 60px;
  padding-top: 70px;
  border-top: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  position: relative;
  
}
.contact-1 .ui.container .infobox:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #aaa;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: -4.5px;
}
.contact-1 .ui.container .infobox:after {
  content: "";
  width: 9px;
  height: 9px;
  background: #aaa;
  position: absolute;
  border-radius: 100%;
  left: 0;
  bottom: -4.5px;
}
.contact-1 .ui.container .infobox .info {
  display: inline-block;
  padding: 0 20px;
  margin-bottom: 30px;
}
.contact-1 .ui.container .infobox .info .h6 {
  color: #000;
 
  font-weight: 500;
  margin-bottom: 20px;
}
.contact-1 .ui.container .infobox .info p {
  line-height: 2;
  font-weight: 200;
}
.contact-1 .ui.container .infobox .info p em {
  color: #35BF56;
}
.contact-2 {
  padding: 60px 0;
  position: relative;
  margin-bottom: 100px;
}
.contact-2.top{
  padding-top: 90px;
  padding-bottom: 0;
}
.contact-2.top .ui.container{
  padding-top:60px;
  position: relative;
  border-top: 1px solid #aaa;
  
}
.contact-2.top .ui.container:before{
  content: "";
     
    width: 9px;
    height: 9px;
    background: #aaa;
    border-radius: 100%;
    position: absolute;
    left: 0;
    top: -4.5px;
}
.contact-2 .mapbox {
  width: 32%;
  height: 580px;
  border-radius: 20px;
  overflow: hidden;
  position: absolute;
  bottom: 60px;
  left: 0;
  background: #eee;
  margin-left: 150px;
}
.contact-2 .mapbox iframe {
  width: 100%;
  height: 100%;
}
.contact-2 .ui.container {
  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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.contact-2 .ui.container .left {
  width: 35%;
}
.contact-2 .ui.container .left .h3 {
  line-height: 1.4;
}
.contact-2 .ui.container .right {
  width: 60%;
}
.contact-2 .ui.container .right .h4 {
  font-weight: bold;
  margin-bottom: 20px;
}
.contact-2 .ui.container .right ul {
  margin-bottom: 45px;
}
.contact-2 .ui.container .right ul .listCont{
  display: flex;
  flex-wrap: wrap;
}
.contact-2 .ui.container .right ul .listCont .list{
  width: 50%;
  padding-right: 10px;
}
.contact-2 .ui.container .right ul li.w-300{
  max-width: 300px;
}
.contact-2 .ui.container .right ul li p {
 
  font-weight: 200;
  line-height: 2;
  letter-spacing: normal;
  
}
.contact-2 .ui.container .right ul.infolist li p{
  font-weight: 700;
}
.contact-2 .ui.container .right form{
  margin-bottom: -80px;
}
.contact-2 .ui.container .right 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-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;
}
.contact-2 .ui.container .right form ul li {
  margin-bottom: 35px;
}
.contact-2 .ui.container .right form ul li input[type="text"] {
  width: 100%;
  height: 90px;
  line-height: 90px;
  border-radius: 15px;
  border: 1px solid #aaa;
  background: transparent;
  color: #000;
  padding: 0 15px;
 
  font-weight: 300;
  font-size: 18px;
}
.contact-2 .ui.container .right form ul li input[type="text"]::-webkit-input-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]:-moz-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]::-moz-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]:-ms-input-placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li input[type="text"]::placeholder {
  color: #aaa;
}
.contact-2 .ui.container .right form ul li p {
  max-width: 702px;
}
.contact-2 .ui.container .right form ul li input[type="submit"] {
  height: 72px;
  line-height: 72px;
  background: #fff;
  border: 1px solid #aaa;
  padding: 0 55px;
  font-size: 26px;
  text-transform: uppercase;
  color: #000;
  border-radius: 45px;
 
  font-weight: 700;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.contact-2 .ui.container .right form ul li input[type="submit"]:hover {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #fff;
  background: var(--color);
}
.contact-2 .ui.container .right form ul li.wid50 {
  width: 48%;
}
.contact-2 .ui.container .right form ul li.wid100 {
  width: 100%;
}
@media screen and (max-width: 1000px) {
  .contact-2 .ui.container {
    -webkit-flex-wrap: wrap-reverse;
    -ms-flex-wrap: wrap-reverse;
    flex-wrap: wrap-reverse;
  }
  .contact-2 .ui.container .left {
    width: 100%;
    margin-top: 20px;
  }
  .contact-2 .ui.container .right {
    width: 100%;
  }
  .contact-2 .mapbox {
    position: relative;
    width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    margin-top: 40px;
  }
}
@media screen and (max-width: 700px) {
    .contact-2 .ui.container .right form ul li.wid50 {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
    .contact-2 .ui.container .right form ul li input[type="submit"] {
    font-size: 18px;
  }
}
.news-page .newsbox .ui.container {
  padding: 110px 0;
}
.news-page .newsbox .ui.container i.line {
  width: 1px;
  background: var(--color);
  height: 100%;
  position: absolute;
  top: 0;
}
.news-page .newsbox .ui.container i.line:nth-child(1) {
  left: 25%;
}
.news-page .newsbox .ui.container i.line:nth-child(2) {
  left: 50%;
}
.news-page .newsbox .ui.container i.line:nth-child(3) {
  left: 75%;
}
.news-page .newsbox ul.newslist {
  margin: 0 -40px;
  margin-bottom: -90px;
}
.news-page .newsbox ul.newslist li {
  padding: 0 40px;
  margin-bottom: 90px;
}
.news-page .newsbox ul.newslist li .item .h5 {
  font-weight: 500;
  line-height: 1.6;
  margin-bottom: 15px;
min-height: 5em;
}
.news-page .newsbox ul.newslist li .item .time {
  font-size: 16px;
  line-height: 30px;
  font-weight: 200;
  font-family: "gr";
}
.news-page .newsbox ul.newslist li .item p {
  margin-top: 15px;
  line-height: 30px;
  font-weight: 200;
  font-family: "gr";
  margin-bottom: 45px;
}
.news-page .newsbox ul.newslist li .item a.more3 {
  height: 50px;
  width: 185px;
  border-radius: 25px;
  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: 1px solid #333;
  padding-left: 30px;
  padding-right: 10px;
  font-size: 18px;
  font-weight: bold;
}
.news-page .newsbox ul.newslist li .item a.more3 img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
@media screen and (max-width: 1400px) {

  .news-page .newsbox ul.newslist li {
    width: 33.33%;
  }
  .inner-navbox .ui.container ul.navlist li {
    padding: 0 25px;
  }
  .news-page .newsbox .ui.container i.line:nth-child(1) {
    left: 33.33%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(2) {
    left: 66.66%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(3) {
    display: none;
  }
}
@media screen and (max-width: 1000px) {
    .news-page .newsbox ul.newslist li {
    width: 50%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(1) {
    left: 50%;
  }
  .news-page .newsbox .ui.container i.line:nth-child(2) {
    display: none;
  }
}
@media screen and (max-width: 700px){
    .news-page .newsbox ul.newslist li {
    width: 100%;
  }
  .news-page .newsbox .ui.container i.line {
    display: none;
  }
}
.newdet-page {
  padding: 120px 0;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 0px;
  background: var(--white);
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  color: var(--white);
  background: var(--primary);
  padding: 3px 12px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 32px;
  line-height: 1.2;
  margin: 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.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: 14px;
  line-height: 2;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
line-height: 28px;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #83827F;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 14px;
  line-height: 2;
  color: #83827F;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  /*width: 5px;
  height: 5px;*/
  background: #83827F;
  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-size: 18px;
  line-height: 32px;
  color: #000;
}
.newdet-page .share {
  max-width: 1520px;
  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: var(--white);
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: var(--white);
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: var(--white);
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: var(--white);
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
  display: block;
  font-size: 14px;
  line-height: 28px;
  color: #a7a7a7;
}
.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: 19px;
  font-weight: bold;
  line-height: 1.8;
}
.newdet-page .m-link a:hover {
  color: var(--black);
}
.newdet-page .prodet-page-copy {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 30px auto;
  
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
  .inner-navbox .ui.container ul.navlist{
    display: none;
  
  }
}
@media screen and (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;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 24px;
    line-height: 1.6;
    margin: 20px 0px 0;
  }
  .news-page .newsbox ul.newslist li .item .h5{
    min-height: auto !important;
  }
  .prodet-page-copy .prodetbox .ui.container h1 {
    font-size: 22px;
    line-height: 34px;
        padding-bottom: 10px;
} 
  .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;
  }
  .inner-navbox .ui.container ul.navlist li{
    width: 100%;
    text-align: center;
  }
}
.app-page .init-1 {
  padding-top: 60px;
}
.app-page .init-1 .container .content ul {
  margin: 0 -20px;
}
.app-page .init-1 .container .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.app-page .init-1 .container .content ul li {
  padding: 0 20px;
  margin-top: 60px;
}
.app-page .init-1 .container .content ul li .box {
  height: 100%;
}
.app-page .init-1 .container .content ul li .box .boxC {
  padding-bottom: 50px;
  overflow: hidden;
  height: 100%;
  border-radius: 10px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.app-page .init-1 .container .content ul li .box .boxC .img {
  display: block;
}
.app-page .init-1 .container .content ul li .box .boxC .title {
  text-align: center;
  display: block;
  padding: 0 10px;
  margin-top: 24px;
  font-weight:bold;
}
.app-page .init-1 .container .content ul li .box .boxC .title:hover {
  color: #3854b8;
}
.app-page .init-1 .container .content ul li .box .more-wt {
  background-color: #111111;
  margin: auto;
  margin-top: -34px;
  width: 68px;
  height: 68px;
  border-radius: 68px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;

}
.app-page .init-1 .container .content ul li .box .more-wt .moreText {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  /*width: 74px;*/
  left: 55px;
  color: #fff;
  opacity: 0;
}
.app-page .init-1 .container .content ul li .box .more-wt .moreImg {
  width: 14px;
  height: 14px;
  margin-left: auto;
  margin-right: 28px;
    background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.app-page .init-1 .container .content ul li .box .more-wt:hover {
  width: 186px;
  background-color: #2f3730;
}
.app-page .init-1 .container .content ul li .box .more-wt:hover .moreText {
  opacity: 1;
}
.app-page .init-1 .container .content ul li .box .more-wt:hover .moreImg {
  margin-right: 46px;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }}
  @media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }}
  .appdet-page .init-1 .container {
  border-bottom: 1px solid #bababa;
}
.appdet-page .init-1 .container .content {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1400px;
  margin: auto;
  color: #666666;
}
.appdet-page .init-1 .container .content .list {
  padding: 0 10px;
  /*width: 230px;*/
  margin-top: 10px;
  text-align: center;
  position: relative;
}
.appdet-page .init-1 .container .content .list::before {
  content: '/';
  position: absolute;
  font-weight: 400;
  top: 0;
  right: 0;
}
.appdet-page .init-1 .container .content .list:hover {
  color: #2f3730;
  font-weight: bold;
}
.appdet-page .init-1 .container .content .list:hover::before {
  color: #666666;
}
.appdet-page .init-1 .container .content .list:last-child::before {
  display: none;
}
.appdet-page .init-2 {
  padding-top: 20px;
}
.appdet-page .init-2 .container .img {
  width: 38%;
  text-align: center;
  padding-top: 100px;
}
.appdet-page .init-2 .container .right {
  width: 62%;
  padding-left: 100px;
}
.appdet-page .init-2 .container .right .title {
  color: #000;
}
.appdet-page .init-2 .container .right .des {
  margin-top: 30px;
  color: #666666;
  /*text-indent: 36px;*/
}
.appdet-page .init-2 .container .right .listC {
  overflow: hidden;
  margin-top: 50px;
}
.appdet-page .init-2 .container .right .listC ul {
  margin-right: -4px;
  margin-top: -4px;
  margin-bottom: -4px;
}
.appdet-page .init-2 .container .right .listC ul li {
  position: relative;
  width: 25%;
  border-right: 1px solid #eeeeee;
  border-bottom: 1px solid #eeeeee;
}
.appdet-page .init-2 .container .right .listC ul li .box {
  padding: 20px 16px;
  text-align: center;
}
.appdet-page .init-2 .container .right .listC ul li::before {
  content: '';
  position: absolute;
  width: 7px;
  height: 7px;
  background-color: #3854b8;
  top: -4px;
  right: -4px;
  border-radius: 50%;
}
.appdet-page .init-3 {
  background-color: #f5f5f5;
}
.appdet-page .init-3 .container .tipsTitle {
  text-align: center;
}
.appdet-page .init-3 .container .content {
  padding: 0 100px;
  margin-top: 40px;
  position: relative;
}
.appdet-page .init-3 .container .content .btn {
  width: 54px;
  height: 54px;
  border-radius: 50%;
  border: 1px solid #929292;
  color: #929292;
  text-align: center;
  line-height: 50px;
  font-size: 26px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 2;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .btn:hover {
  background-color: #3854b8;
  color: #fff;
  border: 1px solid #3854b8;
}
.appdet-page .init-3 .container .content .prev {
  right: unset;
  left: 0;
}
.appdet-page .init-3 .container .content .swiper {
  padding: 64px 0;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box {
  position: relative;
  opacity: 0.6;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .img1 {
  width: 100%;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play {
  width: 48px;
  height: 48px;
  position: absolute;
  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%);
  border-radius: 50%;
  background-color: #3854b8;
  cursor: pointer;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #3854b8;
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide .box .play .img2 {
  width: 28px;
  height: 28px;
  position: relative;
  z-index: 2;
}
.appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
  opacity: 1;
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
}
.appdet-page .init-3 .container .content2 {
  padding: 0 100px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box {
  text-align: center;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
  margin-top: 40px;
}
.appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .des {
  margin-top: 16px;
  color: #777777;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box {
  background-color: #efefef;
}
.appdet-page .relatedProduct .content .swiper .swiper-slide .box:hover {
  background-color: #e6effe;
}
@media (max-width: 1000px) {
  .app-page .init-1 .container .content ul {
    margin: 0 -10px;
  }
  .app-page .init-1 .container .content ul li {
    padding: 0 10px;
  }
  .appdet-page .init-1 {
    display: none;
  }
  .appdet-page .init-2 {
    padding-top: 40px;
  }
  .appdet-page .init-2 .container .img {
    width: 100%;
    text-align: left;
  }
  .appdet-page .init-2 .container .right {
    width: 100%;
    padding-left: 0;
  }
  .appdet-page .init-3 .container .content .swiper {
    padding: 0;
  }
  .appdet-page .init-3 .container .content .swiper .swiper-wrapper .swiper-slide-active .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
}
@media (max-width: 700px) {
  .appdet-page .init-3 .container .content {
    padding: 0 25px;
  }
  .appdet-page .init-3 .container .content .btn {
    background-color: #fff;
  }
  .appdet-page .init-3 .container .content2 {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .app-page .init-1 {
    padding-top: 20px;
  }
  .app-page .init-1 .container .content ul li {
    margin-top: 40px;
  }
  .appdet-page .init-2 .container .right .des {
    margin-top: 10px;
    /*text-indent: 32px;*/
  }
  .appdet-page .init-2 .container .right .listC {
    margin-top: 20px;
  }
  .appdet-page .init-2 .container .right .listC ul li {
    width: 33.33%;
  }
  .appdet-page .init-2 .container .right .listC ul li .box {
    padding: 10px 5px;
  }
  .appdet-page .init-3 .container .content {
    padding: 0 12px;
    margin-top: 20px;
  }
  .appdet-page .init-3 .container .content .btn {
    width: 38px;
    height: 38px;
    line-height: 36px;
  }
  .appdet-page .init-3 .container .content2 .swiper .swiper-slide .box .title {
    margin-top: 20px;
  }
}
.seoCustom span.h2 {
  font-weight: normal;
}
.seoCustom .soe-1 .box {
  /*padding-left: 5%;
  padding-right: 5%;
  background-color: var(--color);*/
}
.seoCustom .soe-1 .box .img {
  height: 580px;
}
.seoCustom .soe-1 .box .img .play {
  color: #3b3a3a;
}
.seoCustom .soe-3 .box {
  background-color: #fff;
  padding-left: 0%;
  padding-right: 0%;
}
.seoCustom .soe-3 .box ul li {
  border-bottom: 1px solid #898989;
  line-height: 1.8;
}
.seoCustom .soe-3 .box ul li .logo {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.seoCustom .soe-3 .box ul li .content {
  margin-right: auto;
}
.seoCustom .soe-3 .box ul li .content time {
  font-weight: 300;
  line-height: 30px;
}
.seoCustom .soe-3 .box ul li a.link {
  padding: .8em 2em;
  background-color: #3b3a3a;
  color: #fff;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
}
.seoCustom .soe-3 .box ul li a.link:hover {
  background-color: var(--color);
  color: black;
}
.seoCustom .soe-3 .box ul li:last-child {
  border-bottom: none;
}
@media screen and (max-width: 1450px) {
  .seoCustom .soe-1 .box .img {
    height: 500px;
  }}
  @media screen and (max-width: 1000px){
      .seoCustom .soe-1 .box .img {
    height: 300px;
  }
  }
    @media screen and (max-width: 700px){
      .seoCustom .soe-1 .box .img {
    height: 240px;
  }
  .seoCustom .soe-3 .box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }}
  .contact-page-hh .contact-1 .box {
  background-color: #e7e7e7;
}
.contact-page-hh .contact-1 .box .form ul li {
  width: 100%;
}
.contact-page-hh .contact-1 .box .form ul li input,
.contact-page-hh .contact-1 .box .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3b3a3a;
  padding: .6em 0;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page-hh .contact-1 .box .form ul li input:focus,
.contact-page-hh .contact-1 .box .form ul li textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page-hh .contact-1 .box .form ul li textarea {
  height: 90px;
}
.contact-page-hh .contact-1 .box .form ul li button {
  height: 3.25em;
  padding: 0 4.75em;
  background-color: #3b3a3a;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}
.contact-page-hh .contact-1 .box .form ul li button:hover {
  background-color: var(--color);
  color: #3b3a3a;
}
.contact-page-hh .contact-2 li {
  max-width: 480px;
}
.contact-page-hh .contact-2 span.h6 {
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
}
.contact-page-hh .contact-2 .text {
  line-height: 1.8;
  min-height: 6rem;
}
.contact-page-hh iframe {
  border: none;
  display: block;
}
.news-page ul li span.h6 {
  line-height: 1.8;
  height: 3.5em;
}
@media screen and (max-width: 1250px) {

  .contact-page-hh .contact-1 .box .form ul li {
    margin-top: 0;
  }
  .contact-page-hh iframe {
    height: 320px;
  }
}
@media screen and (max-width: 1000px) {
    .contact-page-hh .contact-1 .box .left {
    padding: 4% !important;
  }
  .contact-page-hh .contact-2 li {
    width: auto !important;
  }
  .contact-page-hh .contact-2 ul {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 15px;
  }
}
@media screen and (max-width: 700px) {
  .news-page{
    padding: 0 15px;
  }
   .contact-page-hh .contact-1 .box .form ul li button {
    padding: 0 2em;
    margin-top: 1em;
    height: 3em;
  }
}
.sy-1-copy .container{
  max-width: 1600px;
}
.carousel-section {
      position: relative;
      overflow: unset;
      height: 500vh;
    }
   .sy-1-copy  .container {
      position: relative;
      overflow: unset;
    }
    .carousel-item {
      height: 100vh;
      position: absolute;
      top: 0;

      width: 50%;
      right: 0;
      display: flex;
      z-index: 2;
      flex-direction: column;
      justify-content: center;
      /* border-radius: 34px; */

      font-size: 40px;
      color: #000;
      /* overflow: hidden; */

    }
    .carousel-item:first-of-type {
      /* transform: translateY(-50%); */
    }
    .item1 {
    }

    .item2 {
       top: 100vh;
    }

    .item3 {
       top: 200vh;
    }
     .item4 {
       top: 300vh;
    }
     .item5 {
       top: 400vh;
    }
.img-des{
  position: sticky;
  z-index: 1;
  top: 30vh;
  left: 0px;
  max-width:600px;
}
.img-des img{ 
  width: auto;
}
.img-des .img-b2{
  position: absolute;
  bottom: -1px;
  right: -1px;
  clip-path: inset(100% 0% 0% 0%);
}
.img-des .img-b2.img-b2_3{
  right: -1.5px;
  bottom:-1.1px;
}
.img-des .img-b2:first-of-type{
  position: static;
  right: 0;
  bottom: 0;
  clip-path: inset(0% 0% 0% 0%);
}
@media screen and (max-width: 1000px) {
  .carousel-item{
    width: 100%;
  }
}
.service-page .service-1 {
  background-color: #fff;
  position: relative;
}
.service-page .service-1:before {
  content: '';
  position: absolute;
  bottom: 100%;
  height: 10%;
  left: 0;
  width: 100%;
  background-color: inherit;
  z-index: -1;
}
.service-page .service-1 .left {
  padding-right: 9%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}
.service-page .service-1 .left .text {
  margin: 2.5em 0;
}
.service-page .service-1 .left .text p {
  margin-top: 2em;
}
.service-page .service-1 .left .list {
  text-align: center;
  font-weight: bold;
}
.service-page .service-1 .left .list ul {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
}
.service-page .service-1 .left .list li {
  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;
  color: var(--color);
  margin-top: 2em;
  cursor: pointer;
  cursor: hand;
  position: relative;
  z-index: 1;
}
.service-page .service-1 .left .list li:before {
  content: '';
  width: 1px;
  height: 3.5em;
  background-color: var(--color);
  position: absolute;
  left: 0.38888889em;
  top: 50%;
  z-index: -1;
}
.service-page .service-1 .left .list li:first-child {
  margin-top: 0;
}
.service-page .service-1 .left .list li i {
  width: 0.77777778em;
  height: 0.77777778em;
  border-radius: 100%;
  border: 1px solid var(--color);
  background-color: white;
  margin-right: 1.4em;
}
.service-page .service-1 .left .list li span {
  opacity: .3;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-1 .left .list li.active span {
  opacity: 1;
}
.service-page .service-1 .left .list li:last-child:before {
  display: none;
}
.service-page .service-1 .right {
  padding-left: 2%;
}
.service-page .service-1 .right .list ul {
  margin: -20px 0;
}
.service-page .service-1 .right .list ul li {
  padding: 20px 0;
}
.service-page .service-1 .right .list ul li .box {
  padding: 20px;
  border-radius: 10px;
  background-color: #2f3730;
}
.service-page .service-1 .right .list ul li .box .img {
  width: 35%;
  height: 310px;
  /*border-top-right-radius: 150px;
  border-top-left-radius: 150px;*/
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-size: cover;
  background-position: center;
}
.service-page .service-1 .right .list ul li .box .content {
  margin-left: 5%;
      width: 55%;
    color: #fff;
}
.service-page .service-1 .right .list ul li .box .content span.h6 {
  font-weight: bold;
  line-height: 1.8;
}
.service-page .service-1 .right .list ul li .box .content .text {
  margin-top: 1em;
}
.service-page .service-1 .right .list ul .slick-slide:nth-child(odd) li .box .img {
  border-top-right-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 150px;
  border-bottom-left-radius: 150px;
}
.service-page .service-2 .box {
  padding: 3% 5% 4%;
  border-radius: 50px;
  background-color: #f5f5f5;
}
.service-page .service-2 .box .left {
  width: 29%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.service-page .service-2 .box .center {
  /*margin-left: 8%;
  margin-right: 6%;*/
  margin-left: -7%;
    margin-right: -8%;
    width: 43%;
}
.service-page .service-2 .box .center span.h2 {
  margin-bottom: 0.5em;
  text-indent: 0em;
}
.service-page .service-2 .box .center a.link {
  font-weight: bold;
  color: #221100;
  border-bottom: 1px solid #221100;
  margin-top: 1.1em;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
.service-page .service-2 .box .center .btn {
  margin-top: 4em;
}
.service-page .service-2 .box .center .btn a {
  padding: .4em 1.5em;
  border-radius: 1.5em;
  background-color: #18171e;
  color: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-2 .box .center .btn a:hover {
  background-color: var(--color);
}
.service-page .service-2 .box .right {
  width: 20%;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin-top: 5%;
}
@media screen and (max-width: 1250px) {
  .service-page .service-2 .box .center span.h2 {
    text-indent: 0;
  }
  .service-page .service-2 .box .center {
    margin-right: 0;
  }
  .service-page .service-2 .box .right {
    display: none;
  }}
  @media screen and (max-width: 1000px) {
  .vision-page .vision-1 .list ul li {
    padding: 2% 3%;
    height: 400px;
  }
  .vision-page .vision-2 .play {
    font-size: 16px;
  }
  .vision-page .vision-3 .left,
  .service-page .service-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .vision-page .vision-3 .right,
  .service-page .service-1 .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .vision-page .vision-3 .flex,
  .service-page .service-1 .ui > .flex {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .vision-page .vision-3 .scrollPage {
    display: none;
  }
  .contact-page .contact-2 .slide {
    border-radius: 20px;
  }
  .service-page .service-1 .left {
    position: static;
  }
  .service-page .service-1 .left .list {
    display: none;
  }
  .service-page .service-1 .right .list ul li .box .img {
    height: 250px;
  }
  .service-page .service-2 .box .center .btn {
    margin-top: 1.5em;
  }
  .service-page .service-2 .box .center span.h2 {
    margin-bottom: .5em;
  }}
   @media screen and (max-width: 700px) {
     .service-page .service-2 .box .center,.contact-2 .ui.container .right ul .listCont .list{
       width: 100%
     }
      .service-page .service-2 .box .center {
    margin-left: 0;
  }
  .service-page .service-2 .box .left {
    display: none;
  }
  .service-page .service-2 .box {
    padding: 5%;
    border-radius: 30px;
  }
  }
    @media screen and (max-width: 865px) {
    #index-body .init-3 .container{
      padding-bottom: 30px;
    }
  }
  @media screen and (max-width: 500px) {
     .service-page .service-1 .right .list ul li .box .img {
    height: 120px;
    width: 100%;
    border-radius: 15px !important;
  }
  .service-page .service-1 .right .list ul li .box .content {
    width: 100%;
    margin-left: 0;
    margin-top: 20px;
  }
  .service-page .service-1 .right .list ul li .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .service-page .service-2 .box .center .btn {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 10px;
  }
  }
  .inner-banner-ps .container{
    display: flex;
    justify-content: flex-start;
    
  }
  .inner-banner-ps .container .in-box{
    width: 57%;
  }
  /* 移除输入框的历史记录背景色 */
input::-webkit-credentials-auto-fill-button {
    background-color: transparent !important;
}

/* 针对自动填充的输入框样式 */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active {
    /*-webkit-box-shadow: 0 0 0 30px transparent inset !important;*/
    -webkit-text-fill-color: #fff !important;
    background-color: transparent !important;
}

/* 移除自动填充时的背景颜色 */
input:-webkit-autofill {
    -webkit-background-clip: text !important;
}
.relatedlist{
  overflow: hidden;
}
.swiper3-dots {
  display: flex;
  justify-content: center;
  align-items: center;
}
.swiper3-dots .swiper3-dot {
  width: 8px;
  height: 8px;
  background: #c6c6c6;
  border-radius: 50%;
  margin-right: 5px;
}
.swiper3-dots .swiper3-dot:last-child {
  margin-right: 0;
}
.swiper3-dots .swiper3-dot.active {
  width: 37px;
  height: 8px;
  background: #2f3730;
  border-radius: 4px;
}
#index-body .init-6 .swiper4 .swiper-slide .sw4-m .sw4-m-m img{
  width: calc(13.55vw + 230px);
  object-fit: cover;
}