@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Regular.woff2') format('woff2'), url('../fonts/Poppins-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Medium.woff2') format('woff2'), url('../fonts/Poppins-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-Light.woff2') format('woff2'), url('../fonts/Poppins-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Poppins';
  src: url('../fonts/Poppins-SemiBold.woff2') format('woff2'), url('../fonts/Poppins-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from1 {
  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_from1 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_from1 form {
  margin-top: 40px;
}
#pups_from1 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_from1 i.close::after,
#pups_from1 i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from1 i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from1 i.close:hover {
  background: var(--color);
}
#pups_from1 i.close:hover::before,
#pups_from1 i.close:hover::after {
  background: white;
}
#pups_from1 ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from1 ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from1 ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from1 ul li input,
#pups_from1 ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from1 ul li input:focus,
#pups_from1 ul li textarea:focus {
  border-color: var(--color);
}
#pups_from1 ul li textarea {
  height: 80px;
}
#pups_from1 ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: var(--color);
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from1 ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from1 ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 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: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: var(--color);
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
  /*overflow-x: hidden;*/
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Poppins';
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-size: 16px;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none !important;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#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: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 11px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 50px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  color: #000;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover>.sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  margin: 0 calc(var(--px40) - 10px);
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 104px;
  height: 29px;
  border-radius: 15px;
  border: 1px solid #000000;
  color: #000;
  text-transform: capitalize;
  display: flex;
  align-items: center;
  font-size: 18px;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img1 {
  width: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .lang_img2 {
  width: 14px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
/*.flex {
  display: flex;
}*/
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.t-ani {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.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 {
  width: 1330px;
  padding: 0 15px;
}
.container1 {
  width: 1370px;
  padding: 0 15px;
  margin: 0 auto;
}
:root {
  --px100: calc(4.1667vw + 20px);
  --px145: calc(6.5vw + 20px);
  --px140: calc(6.25vw + 20px);
  --px110: calc(4.65vw + 20px);
  --px50: calc(1.5625vw + 20px);
  --px60: calc(2.0925vw + 20px);
  --px80: calc(3.1267vw + 20px);
  --px130: calc(5.75vw + 20px);
  --px120: calc(5.21vw + 20px);
  --px170: calc(7.8vw + 20px);
  --px70: calc(2.6067vw + 20px);
  --px90: calc(3.65vw + 20px);
  --px8: calc(0.258vw + 3px);
  --px40: calc(1.0455vw + 20px);
  --color: #eb6161;
}
.f100 {
  font-weight: 100;
}
.f200 {
  font-weight: 200;
}
.f300 {
  font-weight: 300;
}
.f400 {
  font-weight: 400;
}
.f500 {
  font-weight: 500;
}
.f600 {
  font-weight: 600;
}
.f700 {
  font-weight: 700;
}
.f800 {
  font-weight: 800;
}
.f900 {
  font-weight: 900;
}
.fblod {
  font-weight: bold;
}
.bf-btn {
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: fit-content;
  /*width: 160px;*/
  padding: 0 calc(0.2585vw + 14px);
  height: 44px;
  background: #EB6161;
  border-radius: 5px;
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}
.bf-btn:hover{
  background: #000;
}
#banner {
  position: relative;
  overflow: hidden;
  color: #fff;
  max-width: 1600px;
  margin: 103px auto 0;
}
#banner .banner-c1 {
  position: absolute;
  top: 34%;
  left: 90px;
  width: 70px;
  height: 70px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c2 {
  position: absolute;
  left: 67px;
  bottom: 93px;
  width: 116px;
  height: 116px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .banner-c3 {
  position: absolute;
  top: 69px;
  left: 50%;
  transform: translateX(-50%);
  width: 87px;
  height: 87px;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 50%;
  z-index: 5;
}
#banner .swiper-slide {
  position: relative;
}
#banner .swiper-slide > img {
  border-radius: 20px;
}
#banner .swiper-slide .banner-btns {
  display: flex;
  align-items: center;
}
#banner .swiper-slide .banner-btns .p-v {
  width: 34px;
  height: 34px;
  background: #c30d23;
  border-radius: 17px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-left: 33px;
  position: relative;
}
#banner .swiper-slide .banner-btns .p-v img {
  position: relative;
  z-index: 3;
}
#banner .swiper-slide .banner-btns .p-v::before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  background: #c30d23;
}
#banner .swiper-slide .banner-btns .p-v::after {
  position: absolute;
  content: "";
  top: 50%;
  left: 50%;
  width: 52px;
  height: 52px;
  transform-origin: center;
  margin-top: -26px;
  margin-left: -26px;
  background: #c30d23;
  border-radius: 26px;
  opacity: 0.2;
  animation: ks2 2s linear infinite;
}
#banner .banner-text {
  position: absolute;
  top: 17.3%;
  left: 8.7%;
  max-width: 597px;
  z-index: 3;
}
#banner .banner-text .banner-p1 span {
  position: relative;
}
#banner .banner-text .banner-p2 {
  font-size: calc(1.3555vw + 14px);
  line-height: 1.25;
  margin-bottom: var(--px50);
}
#banner .banner-box {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
}
#banner .banner-box img {
  position: relative;
  z-index: 2;
  top: 50%;
  transform-origin: right center;
  transform: translate(-37%, -50%);
}
#banner .banner-box .banner-box-after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 846px;
  height: 846px;
  transform-origin: center;
  background: linear-gradient(54deg, #c2191b 0%, #480001 100%);
  border-radius: 100%;
  transform: translateX(20%);
}
#banner .swiper-pagination {
  position: static;
  display: flex;
  color: rgba(0, 0, 0, 0.4);
}
#banner .swiper-pagination .swiper-pagination-pre,
#banner .swiper-pagination .swiper-pagination-next {
  display: flex;
  align-items: center;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-pre:hover,
#banner .swiper-pagination .swiper-pagination-next:hover {
  color: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre:hover span,
#banner .swiper-pagination .swiper-pagination-next:hover span {
  background: #f2a11d;
}
#banner .swiper-pagination .swiper-pagination-pre span,
#banner .swiper-pagination .swiper-pagination-next span {
  width: 77px;
  height: 1px;
  background: #000;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#banner .swiper-pagination .swiper-pagination-dots {
  margin: calc(var(--px40) - 5px) auto 0;
  display: flex;
  align-items: center;
  font-size: calc(0.3555vw + 14px);
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: var(--px8);
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  position: relative;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-of-type {
  margin-right: 0;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot span {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(var(--px40) - 10px);
  height: 2px;
  background: #000000;
  opacity: 0.4;
  margin-right: 5px;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot::after {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 17px;
  height: 17px;
  border-radius: 50%;
  border: 1px solid #fff;
  opacity: 0;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active,
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:hover {
  color: var(--color);
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot.active span,
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:hover span {
  width: calc(var(--px70) - 10px);
  height: 2px;
  background: #EB6161;
  opacity: 1;
}
#banner .swiper-pagination .swiper-pagination-dots .swiper-pagination-dot:last-child {
  margin-right: 0;
}
.bf_all_h1 {
  font-weight: 600;
  font-size: calc(1.3555vw + 14px);
  color: #000000;
  line-height: 1.2;
}
.bf_all_h2 {
  font-weight: 400;
  font-size: calc(0.1055vw + 14px);
  color: #666666;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  padding-top: var(--px120);
  padding-bottom: var(--px120);
}
#index-body .init-1 .container {
  display: flex;
  align-items: center;
}
#index-body .init-1 .container .i1-r {
  width: 55.23%;
  position: relative;
}
#index-body .init-1 .container .i1-r img{
  border-radius: 20px;
}
#index-body .init-1 .container .i1-r .i1r-box {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: calc(var(--px40) - 10px) calc(var(--px40) - 4px);
}
#index-body .init-1 .container .i1-r .i1r-box .i-1-4f {
  background: #FFFFFF;
  border-radius: 10px;
  display: flex;
  padding: calc(var(--px40) - 20px) 0;
}
#index-body .init-1 .container .i1-r .i1r-box .i-1-4f li {
  text-align: center;
}
#index-body .init-1 .container .i1-r .i1r-box .i-1-4f .i-1-4-2 {
  border-left: 1px dotted rgba(0, 0, 0, 0.2);
  border-right: 1px dotted rgba(0, 0, 0, 0.2);
}
#index-body .init-1 .container .i1-l {
  padding-right: var(--px50);
  width: 44.77%;
}
#index-body .init-1 .container .i1-l .bf_all_h1 {
  margin-bottom: var(--px40);
}
#index-body .init-1 .container .i1-l .i1-h1 {
  margin-bottom: var(--px40);
}
#index-body .init-2 {
  padding-top: var(--px80);
  padding-bottom: var(--px80);
  background: #fff3f3;
}
#index-body .init-2 .container .i2-h1 {
  margin-bottom: calc(var(--px40) - 10px);
}
#index-body .init-2 .container .i2-h2 {
  max-width: 910px;
  margin: 0 auto calc(var(--px40) - 6px);
}
#index-body .init-2 .container .i2-nav {
  display: flex;
  justify-content: center;
  margin-bottom: var(--px40);
}
#index-body .init-2 .container .i2-nav .i2-nav-c {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-right: calc(var(--px40) - 20px);
  cursor: pointer;
}
#index-body .init-2 .container .i2-nav .i2-nav-c:last-child {
  margin-right: 0;
}
#index-body .init-2 .container .i2-nav .i2-nav-c .i2n1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: calc(var(--px40) + 120px);
  height: calc(var(--px40) + 120px);
  background: #fff;
  border-radius: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-2 .container .i2-nav .i2-nav-c .i2n1 img {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .i2-nav .i2-nav-c .i2n2 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #EB6161;
  line-height: 24px;
  position: relative;
}
#index-body .init-2 .container .i2-nav .i2-nav-c .i2n2::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #EB6161;
  bottom: 0;
  left: 0;
  position: absolute;
}
#index-body .init-2 .container .i2-nav .i2-nav-c.active .i2n1,
#index-body .init-2 .container .i2-nav .i2-nav-c:hover .i2n1 {
  background: #EB6161;
}
#index-body .init-2 .container .i2-nav .i2-nav-c.active .i2n1 img,
#index-body .init-2 .container .i2-nav .i2-nav-c:hover .i2n1 img {
  filter: brightness(0) invert(1);
}
#index-body .init-2 .container .i2-nav .i2-nav-c.active .i2n2,
#index-body .init-2 .container .i2-nav .i2-nav-c:hover .i2n2 {
  opacity: 1;
}
#index-body .init-2 .container .swiperbox {
  display: none;
}
#index-body .init-2 .container .swiperbox .swiper2i {
  overflow: hidden;
}
#index-body .init-2 .container .swiperbox .swiper2i .swiper-slide .i2-box {
  background: #FFFFFF;
  border-radius: 20px;
  padding-top: calc(var(--px40) - 25px);
  padding-bottom: calc(var(--px40) - 25px);
  display: flex;
  justify-content: center;
}
#index-body .init-2 .container .swiperbox .swiper2i .swiper-slide img,
#index-body .init-2 .container .swiperbox .swiper2i .swiper-slide .i2-s1{
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-2 .container .swiperbox .swiper2i .swiper-slide:hover .i2-s1{
  color: var(--color);
}
#index-body .init-2 .container .swiperbox .swiper2i .swiper-slide:hover img{
  transform: scale(1.1);
}
#index-body .init-2 .container .swiperbox .swiper2i .swiper-slide .i2-s1 {
  text-align: center;
  color: #000;
  padding: calc(var(--px40) - 20px) 10px 0;
}
#index-body .init-2 .container .swiperbox .i2-pr {
  display: flex;
  justify-content: center;
  align-items: center;
  padding-top: var(--px40);
}
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot0s,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot1s,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot2s {
  display: flex;
  align-items: center;
}
#index-body .init-2 .container .swiperbox .i2-pr i {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 32px;
  height: 32px;
  background: #B7B7B7;
  border-radius: 50%;
  font-size: calc(0.2085vw + 16px);
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#index-body .init-2 .container .swiperbox .i2-pr i:hover {
  background: #EB6161;
}
#index-body .init-2 .container .swiperbox .i2-pr .iconfont-arrow-left {
  margin-right: var(--px40);
}
#index-body .init-2 .container .swiperbox .i2-pr .iconfont-arrow-right1 {
  margin-left: var(--px40);
}
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot0,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot1,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot2 {
  width: 12px;
  height: 12px;
  background: #BCBCBC;
  border-radius: 50%;
  margin-right: calc(var(--px8) + 2px);
}
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot0.active,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot1.active,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot2.active {
  background: #EB6161;
}
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot0:last-of-type,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot1:last-of-type,
#index-body .init-2 .container .swiperbox .i2-pr .swiper3-dot2:last-of-type {
  margin-right: 0;
}
#index-body .init-2 .container .swiperbox1 {
  display: block;
}
#index-body .init-3 {
  color: #fff;
  padding-top: calc(9.38vw + 20px);
  padding-bottom: calc(9.38vw + 20px);
  position: relative;
}
#index-body .init-3 > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#index-body .init-3 .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#index-body .init-3 .container > div {
  width: 50%;
}
#index-body .init-3 .container .i3-l {
  padding-right: var(--px170);
}
#index-body .init-3 .container .i3-l .bf_all_h1 {
  color: #fff;
}
#index-body .init-3 .container .i3-l .bf_all_h2 {
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: var(--px40);
  margin-top: var(--px40);
}
#index-body .init-3 .container .i3-r .i3-rc {
  margin-bottom: calc(var(--px40) - 15px);
  font-weight: 400;
  font-size: calc(0.525vw + 14px);
  color: #FFFFFF;
  opacity: 0.3;
  display: flex;
  align-items: center;
  justify-content: end;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .init-3 .container .i3-r .i3-rc b {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: var(--px40);
  height: 2px;
  background: #FFFFFF;
  margin-left: 9px;
}
#index-body .init-3 .container .i3-r .i3-rc:last-of-type {
  margin-bottom: 0;
}
#index-body .init-3 .container .i3-r .i3-rc.active,
#index-body .init-3 .container .i3-r .i3-rc:hover {
  opacity: 1;
}
#index-body .init-3 .container .i3-r .i3-rc.active b,
#index-body .init-3 .container .i3-r .i3-rc:hover b {
  width: var(--px100);
  margin-left: 11px;
}
#index-body .init-4 {
  padding-top: var(--px100);
  padding-bottom: 357px;
  background: #fff3f3;
  position: relative;
}
#index-body .init-4 .container .bf_all_h1 {
  margin-bottom: var(--px50);
}
#index-body .init-4 .container .i4-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: calc(var(--px60) - 2px);
}
#index-body .init-4 .container .i4-nav .i4-c {
  cursor: pointer;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  width: 22.69%;
  padding: var(--px40) 0;
  background: #fff;
  border-radius: 10px;
  font-weight: 400;
  font-size: calc(0.315vw + 14px);
  color: #999999;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
#index-body .init-4 .container .i4-nav .i4-c::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-left: 15.5px solid transparent;
  border-right: 15.5px solid transparent;
  border-top: 18px solid var(--color);
  left: 50%;
  transform: translate(-50%, 100%);
  bottom: 0;
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .init-4 .container .i4-nav .i4-c.active,
#index-body .init-4 .container .i4-nav .i4-c:hover {
  background: var(--color);
  color: #fff;
}
#index-body .init-4 .container .i4-nav .i4-c.active::after,
#index-body .init-4 .container .i4-nav .i4-c:hover::after {
  opacity: 1;
}
#index-body .init-4 .container .swiper4 {
  background: #fff3f3;
  overflow: hidden;
}
#index-body .init-4 .container .swiper4 .swiper-slide {
  background: #fff3f3;
  display: flex;
  align-items: center;
}
#index-body .init-4 .container .swiper4 .swiper-slide img {
  border-radius: 20px;
}
#index-body .init-4 .container .swiper4 .i4-r {
  margin-left: var(--px40);
  max-width: 600px;
}
#index-body .init-4 .container .swiper4 .i4-p1 {
  line-height: 1.2;
  font-weight: 600;
  font-size: calc(0.9385vw + 14px);
  color: #000000;
}
#index-body .init-4 .container .swiper4 .bf_all_h2 {
  margin-top: calc(var(--px50) - 8px);
  margin-bottom: var(--px60);
}
#index-body .init-4 .i4-b {
  right: 0;
  bottom: 0;
  transform: translateY(50%);
  background: #FFFFFF;
  box-shadow: 0px 3px 49px 0px rgba(0, 0, 0, 0.11);
  border-radius: 20px 0px 0px 20px;
  display: flex;
  align-items: center;
  position: absolute;
  width: 87.5%;
}
#index-body .init-4 .i4-b img {
  height: 501px;
}
#index-body .init-4 .i4-b .i4b-r {
  max-width: 731px;
}
#index-body .init-4 .i4-b .i4b-r .i4b-mr {
  margin-right: calc(var(--px40) - 10px);
}
#index-body .init-4 .i4-b .i4b-r input {
  display: inline-block;
  width: 340px;
  height: 52px;
  background: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding-left: 21px;
  border: none;
  font-weight: 400;
  font-size: 16px;
  color: #999999;
  margin-bottom: calc(var(--px40) - 10px);
}
#index-body .init-4 .i4-b .i4b-r input::placeholder {
  font-weight: 400;
  font-size: 16px;
  color: #999999;
}
#index-body .init-4 .i4-b .i4b-p1 {
  font-weight: 600;
  font-size: calc(0.9385vw + 14px);
  color: #000000;
  line-height: 1.2;
  margin-bottom: var(--px60);
}
#index-body .init-5 {
  padding-top: 357px;
  padding-bottom: var(--px60);
}
#index-body .init-5 .container1 .swiper5 {
  padding: 60px 20px;
  overflow: hidden;
}
#index-body .init-5 .container1 .swiper5 .swiper-slide {
  background: #FFFFFF;
  box-shadow: 0px 3px 20px 0px rgba(0, 0, 0, 0.11);
  border-radius: 10px;
}

#index-body .init-5 .container1 .swiper5 .swiper-slide .sw5-img {
  position: relative;
  overflow: hidden;
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  max-height: 216px;
}
#index-body .init-5 .container1 .swiper5 .swiper-slide .sw-p1,
#index-body .init-5 .container1 .swiper5 .swiper-slide .sw5-img img{
   -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;

}
#index-body .init-5 .container1 .swiper5 .swiper-slide:hover .sw-p1{
 color: var(--color);

}
#index-body .init-5 .container1 .swiper5 .swiper-slide:hover .sw5-img img{
  transform: scale(1.1);

}
#index-body .init-5 .container1 .swiper5 .swiper-slide .sw5-img .sw-p3 {
  position: absolute;
  bottom: 16px;
  left: 20px;
  width: 160px;
  height: 32px;
  background: #EB6161;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: calc(0.1055vw + 14px);
  font-weight: 400;
  color: #FFFFFF;
}
#index-body .init-5 .container1 .swiper5 .swiper-slide .sw-p1 {
  font-weight: 600;
  font-size: calc(0.2085vw + 14px);
  color: #000000;
}
#index-body .init-5 .container1 .swiper5 .swiper-slide .bf_all_h2 {
  margin-bottom: var(--px40);
}
#index-body .init-5 .container1 .swiper5 .swiper-slide .sw-p2 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: calc(0.1055vw + 14px);
  color: #EB6161;
}
#index-body .init-5 .container1 .swiper5 .swiper-slide .sw-p2 span {
  font-size: calc(0.2085vw + 14px);
}
#footer {
  position: relative;
  z-index: 1;
  overflow: hidden;
  -o-background-size: cover;
  background-size: cover;
  background-color: #303030;
}
#footer .foot {
  padding-top: var(--px60);
  padding-bottom: var(--px70);
}
#footer .foot .container .f-b .fb-m {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbl-c {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fbox {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: flex;
  justify-content: center;
  align-items: center;
}
#footer .foot .container .f-b .fb-m .fb-l .fbl-t {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 1000px;
  justify-content: space-between;
}
#footer .foot .container .f-b .fb-m .fb-r ul {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  flex-wrap: wrap;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 {
  margin-right: 12px;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i {
  width: 35px;
  height: 35px;
  background: #c30a20;
  border-radius: 17px;
  display: block;
  font-size: 20px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#footer .foot .container .f-b .fb-m .fb-r ul .s1 a i:hover {
  background: #fff;
  color: #c30a20;
}
#footer .foot .container .f-b .fb-m .fb-r ul #ewm {
  width: 75px;
  height: 75px;
  background: #ffffff;
  border-radius: 5px;
  border: 3px solid #fff;
  margin-top: var(--px40);
}
#footer .foot .container .f-b .ft-h {
  color: #ffffff;
  font-weight: 500;
}
#footer .foot .container .f-b .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .foot .container .f-t .logo {
  max-width: 306px;
}
#footer .foot .container .f-t .logo #ewm {
  width: 112px;
  height: 112px;
  border: 3px solid #ffffff;
  margin-top: var(--px40);
}
#footer .foot .container .f-t .logo #ewm img,
#footer .foot .container .f-t .logo #ewm canvas {
  width: 106px;
  height: 106px;
}
#footer .foot .container .f-t .logo .f-pr {
  font-weight: 400;
  font-size: calc(0.1055vw + 14px);
  color: #FFFFFF;
  margin-top: calc(var(--px40) - 4px);
  margin-bottom: calc(var(--px40) - 4px);
}
#footer .foot .container .f-t .logo .share {
  display: flex;
  font-size: 28px;
  color: #fff;
}
#footer .foot .container .f-t .logo .share li {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: calc(0.525vw + 14px);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 55px;
  height: 55px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 5px;
}
#footer .foot .container .f-t .logo .share li:hover {
  background-color: var(--color);
}
#footer .foot .container .f-t .ft-c .ft-h {
  font-weight: 600;
  font-size: calc(0.525vw + 14px);
  color: #FFFFFF;
  line-height: 1;
  margin-bottom: var(--px40);
  padding-top: calc(var(--px40) - 20px);
}
#footer .foot .container .f-t .ft-c .line {
  width: 34px;
  height: 4px;
  background: #c30d23;
  border-radius: 2px;
}
#footer .foot .container .f-t .ft-c ul li {
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  line-height: 1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  margin-bottom: calc(0.315vw + 14px);
}
#footer .foot .container .f-t .ft-c ul li i {
  margin-right: var(--px8);
}
#footer .foot .container .f-t .ft-c ul li a {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  position: relative;
}
#footer .foot .container .f-t .ft-c ul li:hover {
  color: #eeeeee;
}
#footer .foot .container .f-t .ft-c ul li:hover a {
  color: var(--color);
}
#footer .foot .container .f-t .ft-c ul .finfo a {
  display: flex;
  align-items: flex-start;
  line-height: 1.3;
}
#footer .foot .container .f-t .ft-c form {
  display: flex;
  flex-direction: column;
}
#footer .foot .container .f-t .ft-c form .f-put1 {
  border: none;
  background: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form .f-put1::placeholder {
  font-weight: 300;
  font-size: 16px;
  color: #ffffff;
}
#footer .foot .container .f-t .ft-c form textarea {
  line-height: 1;
}
#footer .foot .container .f-t .ft-c form .all-btn {
  width: 187px;
}
#footer .foot .container .f-t .ft-c.ft-c3 {
  width: 322px;
}
#footer .foot .container .f-t .ft-c.ft-info {
  max-width: 244px;
}
#footer .foot .container .f-t .ft-c.ft-info ul > span {
  display: block;
  font-weight: 400;
  font-size: calc(0.2085vw + 14px);
  color: #FFFFFF;
  margin-bottom: 13px;
}
#footer .foot .container .f-t .ft-c.ft-info ul li {
  line-height: 1.2;
  color: rgba(255, 255, 255, 0.6);
}
#footer .ff-line {
  height: 1px;
  background: rgba(255, 255, 255, 0.3);
}
#footer .copyright {
  position: relative;
  font-size: 14px;
  font-weight: 400;
  color: rgba(255, 255, 255, 0.6);
}
#footer .copyright .container {
  padding-top: 17px;
  padding-bottom: 13px;
  display: flex;
  justify-content: space-between;
}
#footer .copyright .container svg {
  height: 24px;
  width: auto;
  fill: rgba(255, 255, 255, 0.6);
  position: relative;
  vertical-align: middle;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .right {
  cursor: pointer;
  display: flex;
  align-items: center;
  position: relative;
}
#footer .copyright .container .right:hover .cont {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  clip-path: inset(0px 0px 0px 0px);
}
#footer .copyright .container .right .cont {
  position: absolute;
  top: 0;
  right: 0;
  transform: translateY(-110%);
  clip-path: inset(100% 0px 0px 0px);
}
#footer .copyright .container .right .cont #ewm {
  width: 100px;
  height: 100px;
  border: 3px solid #ffffff;
  border-radius: 3px;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .copyright .container .right .cont #ewm img,
#footer .copyright .container .right .cont #ewm svg,
#footer .copyright .container .right .cont #ewm canvas {
  width: 94px;
  height: 94px;
}
#footer .copyright .container .right > img {
  margin-left: 14px;
}
#footer .copyright .container .left {
  display: flex;
  align-items: center;
  position: relative;
  top: 0;
  color: rgba(255, 255, 255, 0.6);
  margin-right: 10px;
}
@media (max-width: 1800px) {
  .container {
    width: 1330px;
  }
}
@media (max-width: 1500px) {
  .container {
    width: 1200px;
  }
}
@media screen and (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a{
    font-size: 14px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 25px;
  }
  #index-body .init-5 .container1 .swiper5 {
    padding: var(--px60) 5px;
    overflow: hidden;
  }
  #index-body .init-5 .container1 .swiper5 .swiper-slide {
    background: #FFFFFF;
    box-shadow: 0px 2px 5px 0px rgba(0, 0, 0, 0.11);
    border-radius: 10px;
  }
  .container1 {
    width: 100%;
  }
}
@media (max-width: 1250px) {
  #footer .copyright .container .left {
    flex-wrap: wrap;
  }
  #footer .copyright .container {
    flex-wrap: wrap;
  }
  #index-body .init-5 {
    padding-top: var(--px60);
    padding-bottom: var(--px60);
  }
  #index-body .init-4 {
    padding-top: var(--px100);
    padding-bottom: 0;
    background: #fff3f3;
    position: relative;
  }
  #index-body .init-4 .i4-b {
    margin-top: var(--px100);
    right: 0;
    bottom: 0;
    transform: translateY(0);
    background: #FFFFFF;
    box-shadow: none;
    border-radius: 0;
    display: flex;
    align-items: center;
    position: static;
    width: 100%;
  }
  #index-body .init-4 .container .swiper4 .i4-r {
    max-width: 100%;
    margin: 0;
    margin-top: 20px;
  }
  #index-body .init-4 .container .swiper4 .swiper-slide {
    flex-wrap: wrap;
  }
  #index-body .init-4 .container .swiper4 .swiper-slide img {
    width: 100%;
  }
  #index-body .init-1 .container .i1-l {
    padding: 0;
  }
  #index-body .init-1 .container .i1-r .i1r-box .i-1-4f {
    justify-content: center;
  }
  #index-body .init-1 .container .i1-l {
    width: 100%;
  }
  #index-body .init-1 .container .i1-r {
    width: auto;
    max-width: 717px;
    margin: 0 auto 15px;
  }
  #index-body .init-1 .container {
    flex-wrap: wrap-reverse;
  }
  #banner {
    position: relative;
    overflow: hidden;
    color: #fff;
    max-width: 1600px;
    margin: 43px auto 0;
  }
  .container {
    width: 970px;
  }
}
@media (max-width: 1000px) {
  #index-body .init-4 .i4-b .i4b-r input {
    background: rgba(0, 0, 0, 0.2);
  }
  #index-body .init-4 .i4-b .i4b-r input,
  #index-body .init-4 .i4-b .i4b-r input::placeholder {
    color: #fff;
  }
  #index-body .init-4 .i4-b {
    padding: var(--px60) 15px;
  }
  #index-body .init-4 .i4-b img {
    display: none;
  }
  #index-body .init-4 .i4-b .i4b-r {
    background: url(../images/i4-4.png) no-repeat center;
    background-size: cover;
  }
  #index-body .init-4 .container .i4-nav .i4-c {
    width: 48%;
    margin-bottom: 20px;
  }
  #index-body .init-4 .container .i4-nav {
    flex-wrap: wrap;
  }
  #index-body .init-3 .container .i3-l {
    padding: 0;
  }
  .container {
    width: 700px;
  }
}
@media screen and (max-width: 750px) {
  #index-body .init-4 .i4-b .i4b-r input {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .container {
    width: 100%;
  }
}
@media screen and (max-width: 550px) {
  #index-body .init-1 .container .i1-r .i1r-box .i-1-4f li {
    width: 100%;
    border: none !important;
  }
  #index-body .init-1 .container .i1-r .i1r-box .i-1-4f {
    flex-wrap: wrap;
  }
}
@media (max-width: 500px) {
  #index-body .init-4 .container .i4-nav .i4-c {
    width: 100%;
    margin-bottom: 20px;
  }
  #index-body .init-3 .container .i3-r .i3-rc {
    justify-content: flex-start;
  }
  #index-body .init-3 .container .i3-r {
    margin-bottom: 20px;
  }
  #index-body .init-3 .container .i3-l,
  #index-body .init-3 .container .i3-r {
    width: 100%;
  }
  #index-body .init-3 .container {
    flex-wrap: wrap-reverse;
  }
  #index-body .init-2 .container .i2-nav {
    flex-wrap: wrap;
  }
  #index-body .init-2 .container .i2-nav .i2-nav-c {
    margin-bottom: 5px;
  }
  #index-body .init-2 .container .i2-nav .i2-nav-c,
  #index-body .init-2 .container .i2-nav .i2-nav-c .i2n1 {
    width: 100%;
  }
  .hide-500 {
    display: none !important;
  }
}
#index-body .init-5 .container1 .swiper5 .swiper-slide{
  overflow: hidden;
}
#index-body .init-5 .container1 .swiper5 .swiper-slide .bf_all_h2 img{
  display: none;
}
.img_sca {
  overflow: hidden;
}
.img_sca:hover .img_bg {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}

.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.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;
}



@-webkit-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-moz-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-o-keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@keyframes qodef-animate-image-in {
  0% {
    clip-path: inset(0 100% 0 0);
    -webkit-clip-path: inset(0 100% 0 0);
  }
  100% {
    clip-path: inset(0 0 0 0);
    -webkit-clip-path: inset(0 0 0 0);
  }
}
@-webkit-keyframes qodef-animate-image-in2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-moz-keyframes qodef-animate-image-in2 {
  0% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -moz-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -moz-transform: translateY(0);
    transform: translateY(0);
  }
}
@-o-keyframes qodef-animate-image-in2 {
  0% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes qodef-animate-image-in2 {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  50% {
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px);
  }
  100% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
}
.font-16 {
  line-height: 1.8;
}
.tipsTitleC {
  position: relative;
}
.tipsTitleC .tipsTitleImg {
  width: 166px;
  height: 64px;
  position: absolute;
  left: -60px;
}
.tipsTitleC .tipsTitle {
  position: relative;
  z-index: 2;
  font-weight: 600;
}
.tipsTitleC.white {
  color: #fff;
}
.tipsTitleC.white .tipsTitleImg {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.moreCont {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
  position: relative;
  display: inline-block;
  padding: 10px 24px;
  line-height: 1.4;
  overflow: hidden;
  min-width: 160px;
  text-align: center;
}
.moreCont .moreSub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  opacity: 1;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.moreCont .moreText {
  position: relative;
  z-index: 2;
}
.moreCont:hover {
  color: var(--color);
}
.moreCont:hover .moreSub {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}

.slick-list .slick-track {
  margin-left: 0;
}
#index1-body {
  position: relative;
  z-index: 2;
}
#index1-body .init-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#cae6e1), color-stop(70%, #ffffff));
  background-image: -webkit-linear-gradient(top, #cae6e1, #ffffff 70%);
  background-image: -moz-linear-gradient(top, #cae6e1, #ffffff 70%);
  background-image: -o-linear-gradient(top, #cae6e1, #ffffff 70%);
  background-image: linear-gradient(to bottom, #cae6e1, #ffffff 70%);
}
#index1-body .init-1 .container .left {
  padding-top: 160px;
  width: 430px;
}
#index1-body .init-1 .container .left .content {
  margin-top: 60px;
}
#index1-body .init-1 .container .left .content ul li .box .title {
  font-weight: 600;
  color: var(--color);
}
#index1-body .init-1 .container .left .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
}
#index1-body .init-1 .container .left .content ul li .box .more {
  margin-top: 30px;
}
#index1-body .init-1 .container .right {
  width: -webkit-calc(-330%);
  width: -moz-calc(-330%);
  width: calc(100% - 430px);
  padding-left: 20px;
  padding-right: 40px;
  position: relative;
}
#index1-body .init-1 .container .right .cont {
  z-index: 2;
  position: relative;
  height: 730px;
  width: 730px;
  margin-left: auto;
}
#index1-body .init-1 .container .right .cont .bor {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border: 1px solid #000;
  border-radius: 50%;
  -webkit-clip-path: inset(0 0 0 50%);
  clip-path: inset(0 0 0 50%);
}
#index1-body .init-1 .container .right .cont .list {
  cursor: pointer;
  width: 230px;
  position: absolute;
  top: -28px;
  right: 36%;
  z-index: 2;
}
@keyframes rot_1 {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes rot_2 {
  0% {
    transform: rotate(360deg);
  }
  100% {
    transform: rotate(0);
  }
}

#index1-body .init-1 .container .right .cont .list .imgC {
  margin: auto;
  width: 60px;
  height: 60px;
  border: 1px solid #999999;
  border-radius: 50%;
}
#index1-body .init-1 .container .right .cont .list .imgC .imgC2 {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px dashed #999999;
}
#index1-body .init-1 .container .right .cont .list .imgC .imgC2 .imgC3 {
  width: 32px;
  height: 32px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index1-body .init-1 .container .right .cont .list .text {
  color: #999999;
  text-align: center;
  margin-top: 10px;
  font-weight: 600;
}
#index1-body .init-1 .container .right .cont .list.active .imgC_C{
  transform: scale(1.2);
}
#index1-body .init-1 .container .right .cont .list.active .imgC {
  border: 1px solid var(--color);
  animation: rot_1 10s linear infinite;
}
#index1-body .init-1 .container .right .cont .list.active .imgC .imgC2 {
  border: 1px dashed var(--color);
}
#index1-body .init-1 .container .right .cont .list.active .imgC .imgC2 .imgC3 {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  animation: rot_2 10s linear infinite;
}
#index1-body .init-1 .container .right .cont .list.active .text {
  color: var(--color);
}
#index1-body .init-1 .container .right .cont .list1 .imgC {
  background-color: #d5ebe8;
}
#index1-body .init-1 .container .right .cont .list2 {
  right: -2%;
  top: 90px;
}
#index1-body .init-1 .container .right .cont .list2 .imgC {
  background-color: #d7ece8;
}
#index1-body .init-1 .container .right .cont .list2 .text {
  background-color: #e0f0ed;
}
#index1-body .init-1 .container .right .cont .list3 {
  right: -15%;
  top: 310px;
}
#index1-body .init-1 .container .right .cont .list3 .imgC {
  background-color: #edf6f5;
}
#index1-body .init-1 .container .right .cont .list3 .text {
  background-color: #f3f9f8;
}
#index1-body .init-1 .container .right .cont .list4 {
  right: -5%;
  top: 550px;
}
#index1-body .init-1 .container .right .cont .list4 .imgC {
  background-color: #fff;
}
#index1-body .init-1 .container .right .cont .list4 .text {
  background-color: #fff;
}
#index1-body .init-1 .container .right .cont .list5 {
  right: 36%;
  top: 700px;
}
#index1-body .init-1 .container .right .cont .list5 .imgC {
  background-color: #fff;
}
#index1-body .init-1 .container .right .cont .list5 .text {
  background-color: #fff;
}
#index1-body .init-1 .container .right .cont2 {
  width: 750px;
  height: 550px;
  position: absolute;
  top: 18%;
  left: 12%;
}
#index1-body .init-1 .container .right .cont2 .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index1-body .init-2 {
  -o-background-size: cover;
  background-size: cover;
  padding-bottom: 410px;
  background-position: center bottom;
}
#index1-body .init-2 .container .left {
  width: 50%;
}
#index1-body .init-2 .container .left .tipsTitle {
  max-width: 500px;
}
#index1-body .init-2 .container .left .des {
  margin-top: 20px;
}
#index1-body .init-2 .container .left .more {
  margin-top: 30px;
}
#index1-body .init-2 .container .right {
  width: 50%;
  padding-left: 90px;
  margin-top: 20px;
}
#index1-body .init-2 .container .right .imgC {
  height: 350px;
  -o-background-size: cover;
  background-size: cover;
  position: relative;
}
#index1-body .init-2 .container .right .imgC .play {
  cursor: pointer;
  width: 48px;
  height: 48px;
  position: relative;
}
#index1-body .init-2 .container .right .imgC .play .cont {
  position: relative;
  z-index: 2;
  background-color: #fff;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  color: var(--color);
  font-size: 22px;
}
#index1-body .init-2 .container .right .imgC .play .cont i {
  margin-left: 2px;
}
#index1-body .init-2 .container .right .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  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;
}
#index1-body .init-2 .container .right .imgC .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index1-body .init-2 .container .right .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
#index1-body .init-2 .container .right img {
  width: 100%;
}
#index1-body .init-3 {
  position: relative;
  overflow: hidden;
}
#index1-body .init-3 .shadow {
  background-color: #f4f4f4;
  height: 570px;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
}
#index1-body .init-3 .shadowImg {
  width: 900px;
  height: 360px;
  position: absolute;
  top: 140px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index1-body .init-3 .container .titleC .left {
  width: 50%;
}
#index1-body .init-3 .container .titleC .left .tipsTitle {
  max-width: 540px;
}
#index1-body .init-3 .container .titleC .right {
  width: 50%;
}
#index1-body .init-3 .container .titleC .right .swiper {
  padding: 5px;
  max-width: 700px;
  margin-left: auto;
  margin-right: 0;
}
#index1-body .init-3 .container .titleC .right .swiper ul li {
  cursor: pointer;
}
#index1-body .init-3 .container .titleC .right .swiper ul li .box {
  width: 130px;
  height: 130px;
}
#index1-body .init-3 .container .titleC .right .swiper ul li .box .img img {
  display: block;
  margin: auto;
  height: 50px;
  filter: grayscale(1);
}
#index1-body .init-3 .container .titleC .right .swiper ul li .box .text {
  text-align: center;
  color: #666666;
  margin-top: 10px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index1-body .init-3 .container .titleC .right .swiper ul li.active .box,
#index1-body .init-3 .container .titleC .right .swiper ul li:hover .box {
  background-color: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#index1-body .init-3 .container .titleC .right .swiper ul li.active .box .img img,
#index1-body .init-3 .container .titleC .right .swiper ul li:hover .box .img img{
  filter: grayscale(0);
}
#index1-body .init-3 .container .titleC .right .swiper ul li.active .box .text,
#index1-body .init-3 .container .titleC .right .swiper ul li:hover .box .text {
  color: var(--color);
}
#index1-body .init-3 .container .contentC {
  margin-top: 70px;
}
#index1-body .init-3 .container .contentC .listC {
  position: relative;
  /*display: none;*/
}
#index1-body .init-3 .container .contentC .listC .btn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 5px solid #999999;
  position: absolute;
  top: 220px;
  right: 23%;
  z-index: 2;
  cursor: pointer;
}
#index1-body .init-3 .container .contentC .listC .btn .btnImg {
  width: 30px;
  height: 26px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
#index1-body .init-3 .container .contentC .listC .btn:hover {
  border: 5px solid var(--color);
}
#index1-body .init-3 .container .contentC .listC .btn:hover .btnImg {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index1-body .init-3 .container .contentC .listC .prev {
  right: unset;
  left: 23%;
}
#index1-body .init-3 .container .contentC .listC ul li {
  position: relative;
}
#index1-body .init-3 .container .contentC .listC ul li .box {
  width: 260px;
  position: relative;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index1-body .init-3 .container .contentC .listC ul li .box .img {
  display: block;
  overflow: unset;
}
#index1-body .init-3 .container .contentC .listC ul li .box .img img {
  height: 450px;
  -o-object-fit: contain;
  object-fit: contain;
  -webkit-filter: drop-shadow(6px 20px 10px rgba(0, 0, 0, 0.2));
  filter: drop-shadow(6px 20px 10px rgba(0, 0, 0, 0.2));
}
#index1-body .init-3 .container .contentC .listC ul li .box .cont {
  text-align: center;
  margin-top: 50px;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
}
#index1-body .init-3 .container .contentC .listC ul li .box .cont .text {
  display: block;
  font-weight: 600;
  color: var(--color);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
}
#index1-body .init-3 .container .contentC .listC ul li .box .cont .more {
  margin-top: 30px;
}
#index1-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box {
  width: 550px;
}
#index1-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box .cont {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index1-body .init-3 .container .contentC .listC ul li.swiper-slide-prev .box {
  left: 34%;
}
#index1-body .init-3 .container .contentC .listC ul li.swiper-slide-next .box {
  left: 66%;
}
#index1-body .init-4 {
  padding-bottom: 30px;
  padding-top: 90px;
  position: relative;
}
#index1-body .init-4 .imgList {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index1-body .init-4 .imgList .list {
  -o-background-size: cover;
  background-size: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
}
#index1-body .init-4 .imgList .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
  background: rgba(0, 0, 0, 0.4);
}
#index1-body .init-4 .container {
  z-index: 3;
}
#index1-body .init-4 .container .tipsTitleC {
  max-width: 470px;
}
#index1-body .init-4 .container .content1 {
  max-width: 570px;
  margin-top: 80px;
}
#index1-body .init-4 .container .content1 ul li .box .title {
  font-weight: 600;
  color: #fff;
}
#index1-body .init-4 .container .content1 ul li .box .des {
  margin-top: 20px;
  color: #fff;
}
#index1-body .init-4 .container .content1 ul li .box .more {
  margin-top: 30px;
}
#index1-body .init-4 .container .content2 {
  margin-top: 80px;
}
#index1-body .init-4 .container .content2 ul li {
  cursor: pointer;
  height: auto;
}
#index1-body .init-4 .container .content2 ul li .box {
  padding: 40px 10px;
  height: 100%;
}
#index1-body .init-4 .container .content2 ul li .box .img {
  height: 50px;
}
#index1-body .init-4 .container .content2 ul li .box .text {
  color: #fff;
  margin-top: 20px;
  text-align: center;
}
#index1-body .init-4 .container .content2 ul li.active .box {
  background-color: rgba(255, 255, 255, 0.3);
}
#index1-body .init-5 .container {
  position: unset;
  width: 100%;
}
#index1-body .init-5 .container .content {
  margin-top: 70px;
}
#index1-body .init-5 .container .content .list {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  margin-top: 80px;
  padding: 0 20px;
  transition: all .5s;
  transform-origin: top;
}
#index1-body .init-5 .container .content .list.active{
  transform: scale(0.9);
}
#index1-body .init-5 .container .content .list .box {
  -webkit-box-shadow: 0 0 50px 30px rgba(255, 255, 255, 0.7);
  box-shadow: 0 0 50px 30px rgba(255, 255, 255, 0.7);
  height: 720px;
  border-radius: 20px;
  -o-background-size: cover;
  background-size: cover;
  overflow: hidden;
  position: relative;
}
#index1-body .init-5 .container .content .list .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
}
#index1-body .init-5 .container .content .list .box .cont2 {
  max-width: 690px;
  position: relative;
  z-index: 2;
  margin-top: 180px;
  margin-left: 180px;
  color: #fff;
}
#index1-body .init-5 .container .content .list .box .cont2 .title {
  font-weight: 600;
}
#index1-body .init-5 .container .content .list .box .cont2 .des {
  margin-top: 30px;
}
#index1-body .init-5 .container .content .list .box .cont2 .more {
  margin-top: 30px;
}
#index1-body .init-5 .container .content .list:first-child {
  margin-top: 0;
}
#index1-body .init-6 .container .titleC {
  border-bottom: 2px solid #b2b2b2;
  padding-bottom: 30px;
}
#index1-body .init-6 .container .titleC .left {
  width: 50%;
}
#index1-body .init-6 .container .titleC .right {
  width: 50%;
  text-align: right;
}
#index1-body .init-6 .container .titleC .right .list {
  font-size: 18px;
  color: #666666;
  font-weight: 600;
  margin-left: 30px;
  display: inline-block;
  margin-top: 10px;
}
#index1-body .init-6 .container .titleC .right .list:hover {
  color: #000;
}
#index1-body .init-6 .container .content .swiper {
  height: 500px;
}
#index1-body .init-6 .container .content ul li {
  border-bottom: 1px solid #e5e5e5;
  padding: 40px 0;
  position: relative;
}
#index1-body .init-6 .container .content ul li .sub {
  width: 100%;
  position: absolute;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#index1-body .init-6 .container .content ul li .box .left {
  padding-left: 60px;
  padding-right: 60px;
  width: 50%;
}
#index1-body .init-6 .container .content ul li .box .left .title {
  font-weight: 600;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
#index1-body .init-6 .container .content ul li .box .left .title:hover {
  color: var(--color);
}
#index1-body .init-6 .container .content ul li .box .left .time {
  margin-top: 20px;
  color: #666666;
}
#index1-body .init-6 .container .content ul li .box .right {
  position: relative;
  width: 50%;
  padding-left: 210px;
}
#index1-body .init-6 .container .content ul li .box .right .des {
  color: #666666;
}
#index1-body .init-6 .container .content ul li .box .right .more {
  position: absolute;
  right: 0;
  z-index: 2;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0;
}
#index1-body .init-6 .container .content ul li:hover .right .des {
  opacity: 0;
}
#index1-body .init-6 .container .content ul li:hover .right .more {
  opacity: 1;
}
#index1-body .init-6 .container .content ul li:hover .sub {
  opacity: 1;
  -webkit-transform: scaleX(100%);
  -moz-transform: scaleX(100%);
  -ms-transform: scaleX(100%);
  -o-transform: scaleX(100%);
  transform: scaleX(100%);
}
 

@media (max-width: 1500px) {
 
  #index1-body .init-1 .container .right {
    left: -60px;
  }
  #index1-body .init-1 .container .right .cont2 {
    left: -6%;
  }
  #index1-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box {
    width: 450px;
  }
  #index1-body .init-6 .container .content ul li .box .left {
    padding-left: 30px;
    padding-right: 30px;
  }
}
@media (max-width: 1250px) {

  #index1-body .init-1 {
    background-image: -webkit-gradient(linear, left top, left bottom, from(#cae6e1), color-stop(40%, #ffffff));
    background-image: -webkit-linear-gradient(top, #cae6e1, #ffffff 40%);
    background-image: -moz-linear-gradient(top, #cae6e1, #ffffff 40%);
    background-image: -o-linear-gradient(top, #cae6e1, #ffffff 40%);
    background-image: linear-gradient(to bottom, #cae6e1, #ffffff 40%);
  }
  #index1-body .init-1 .container .left {
    width: 100%;
  }
  #index1-body .init-1 .container .right {
    margin-top: 20px;
    left: 0;
    margin-left: auto;
    margin-right: auto;
  }
  #index1-body .init-1 .container .right .cont .list1 .imgC {
    background-color: #fff;
  }
  #index1-body .init-1 .container .right .cont .list2 .imgC {
    background-color: #fff;
  }
  #index1-body .init-1 .container .right .cont .list2 .text {
    background-color: #fff;
  }
  #index1-body .init-1 .container .right .cont .list3 .imgC {
    background-color: #fff;
  }
  #index1-body .init-1 .container .right .cont .list3 .text {
    background-color: #fff;
  }
  #index1-body .init-1 .container .right {
    width: 100%;
  }
  #index1-body .init-1 .container .right .cont {
    margin-left: 0;
  }
  #index1-body .init-2 {
    background: #fff !important;
    padding-bottom: 80px;
  }
  #index1-body .init-2 .container .left {
    width: 100%;
  }
  #index1-body .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  #index1-body .init-2 .container .right .imgC {
    height: 480px;
  }
  #index1-body .init-3 .container .titleC .left {
    width: 100%;
  }
  #index1-body .init-3 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  #index1-body .init-3 .container .titleC .right .swiper {
    width: 100%;
    max-width: 100%;
  }
  #index1-body .init-3 .container .contentC .listC .prev {
    left: 0;
  }
  #index1-body .init-3 .container .contentC .listC .next {
    right: 0;
  }
  #index1-body .init-3 .container .contentC .listC ul li .box {
    width: auto;
    left: 0;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index1-body .init-3 .container .contentC .listC ul li.swiper-slide-active .box {
    width: 100%;
  }
  #index1-body .init-3 .container .contentC .listC ul li .box .img img {
    height: auto;
  }
  #index1-body .init-3 .container .contentC .listC ul li.swiper-slide-next .box {
    left: 0;
  }
  #index1-body .init-3 .container .contentC .listC ul li.swiper-slide-prev .box {
    left: 0;
  }
  #index1-body .init-3 .container .contentC .listC ul li .box .cont {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  #index1-body .init-3 .container .contentC .listC .btn {
    top: 46%;
  }
  #index1-body .init-6 .container .content .swiper {
    height: auto;
  }
  #index1-body .init-6 .container .content ul li .box .left {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  #index1-body .init-6 .container .content ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index1-body .init-6 .container .content ul li .box .right .more {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
    margin-top: 10px;
    opacity: 1;
  }
  #index1-body .init-6 .container .content ul li:hover .right .des {
    opacity: 1;
  }

}
@media (max-width: 1000px) {
  .font-40 {
    font-size: 30px;
  }
  .phone_hide {
    display: none !important;
  }




  .tipsTitleC .tipsTitleImg {
    display: none;
  }
  #index1-body .init-6 .container .titleC .left {
    width: 100%;
  }

}
@media (max-width: 700px) {

  #index1-body .init-3 .container .contentC .listC .btn {
    width: 40px;
    height: 40px;
    border: 2px solid #999999;
  }
  #index1-body .init-3 .container .contentC .listC .btn:hover {
    border: 2px solid var(--color);
  }
  #index1-body .init-3 .container .contentC .listC .btn .btnImg {
    width: 22px;
    height: 18px;
  }
}
@media (max-width: 500px) {
  .font-40 {
    font-size: 24px;
    line-height: 1.6;
  }
  .font-24 {
    font-size: 20px;
  }

  #index1-body .init-2 {
    padding-bottom: 40px;
  }
  #index1-body .init-2 .container .left .more {
    margin-top: 10px;
  }
  #index1-body .init-6 {
    padding-top: 0;
  }
  #index1-body .init-6 .container .content ul li {
    padding: 20px 0;
  }


}
.inner-banner {
  background-color: #000;
  height: 230px;
  position: relative;
}

.inner-banner .container {
  color: #000;
  position: relative;
  z-index: 2;
}
.inner-banner .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
.inner-banner .cont {
  padding-top: 100px;
  text-align: center;
  line-height: 1.1;
}
.inner-banner .mbx {
  font-size: 18px;
  margin-top: 10px;
}
.inner-banner .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .mbx a:hover {
  color: var(--color);
}
.product-yd-page .container .list {
  margin-top: var(--px100) !important;
  padding-top: 50px;
  padding-bottom: 60px;
  padding-left: 40px;
  position: relative;
  z-index: 2;
}
.product-yd-page .container .list .shadow {
  position: absolute;
  width: 75%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
  opacity: 0.1;
}
.product-yd-page .container .list .imgC {
  overflow: unset;
  z-index: 2;
  position: absolute;
  width: 530px;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.product-yd-page .container .list .imgC img {
  display: block;
  width: auto;
  margin: auto;
}
.product-yd-page .container .list .textC {
  width: 700px;
}
.product-yd-page .container .list .textC .title {
  font-weight: 600;
}
.product-yd-page .container .list .textC .title:hover {
  color: var(--color);
}
.product-yd-page .container .list .textC .des {
  margin-top: 20px;
  color: #666666;
  /*max-height: 170px;*/
  padding-right: 4px;
  overflow-y: auto;
}
.product-yd-page .container .list .textC .more {
  margin-top: 30px;
}
.product-yd-page .container .list:nth-child(2n) {
  padding-left: 0;
  padding-right: 40px;
}
.product-yd-page .container .list:nth-child(2n) .shadow {
  left: unset;
  right: 0;
}
.product-yd-page .container .list:nth-child(2n) .imgC {
  right: unset;
  left: 0;
}
.product-yd-page .container .list:nth-child(2n) .textC {
  margin-left: auto;
}
.m-page {
  text-align: center;
}
.m-page span,
.m-page a {
  width: 30px;
  height: 30px;
  background-color: #b1b1b1;
  color: #fff;
  display: inline-block;
  line-height: 30px;
  text-align: center;
  margin: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page span.current,
.m-page a.current {
  background-color: var(--color);
  color: #fff;
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
}
.proSideCont {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  position: relative;
}
.proSideCont .proSideLeft {
  z-index: 2;
  position: -webkit-sticky;
  position: sticky;
  width: 360px;
  top: 110px;
}
.proSideCont .proSideLeft .catList {
  background-color: #fff;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  margin-bottom: 30px;
}
.proSideCont .proSideLeft .catList .tips {
  color: #fff;
  background-color: var(--color);
  padding: 24px 20px;
  font-weight: 600;
}
.proSideCont .proSideLeft .catList .cat .item {
  font-size: 20px;
  position: relative;
}
.proSideCont .proSideLeft .catList .cat .item a {
  display: block;
  padding: 20px;
  padding-right: 50px;
}
.proSideCont .proSideLeft .catList .cat .item i {
  position: absolute;
  top: 20px;
  cursor: pointer;
  right: 20px;
  font-weight: 600;
  z-index: 2;
}
.proSideCont .proSideLeft .catList .cat .item i.active {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.proSideCont .proSideLeft .catList .cat .item ul {
  display: none;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
  padding: 10px;
  padding-left: 50px;
  position: relative;
  font-size: 18px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  content: '';
  position: absolute;
  width: 10px;
  height: 2px;
  background-color: #000;
  top: 24px;
  left: 30px;
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover,
.proSideCont .proSideLeft .catList .cat .item ul li a.active {
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item ul li a:hover::before,
.proSideCont .proSideLeft .catList .cat .item ul li a.active::before {
  background-color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover > a,
.proSideCont .proSideLeft .catList .cat .item.active > a {
  background-color: #e8f4f2;
  color: var(--color);
}
.proSideCont .proSideLeft .catList .cat .item:hover i,
.proSideCont .proSideLeft .catList .cat .item.active i {
  color: var(--color);
}
/*.proSideCont .proSideLeft .catList .cat .item.active ul {
  display: block;
}*/
.proSideCont .proSideLeft .catList form {
  background-color: #fff;
  padding: 30px;
}
.proSideCont .proSideLeft .catList form input {
  background-color: #f2f2f2;
  border: none;
  width: 100%;
  padding: 10px 18px;
  font-size: 18px;
  margin-top: 20px;
}
.proSideCont .proSideLeft .catList form input.name {
  margin-top: 0;
}
.proSideCont .proSideLeft .catList form .submit {
  margin-top: 30px;
  width: 100%;
  cursor: pointer;
}
.proSideCont .proSideRight {
  width: -webkit-calc(-260%);
  width: -moz-calc(-260%);
  width: calc(100% - 360px);
  padding-left: 30px;
  position: relative;
  z-index: 1;
}
.product-page .init-1 .title {
  font-weight: 600;
}
.product-page .init-1 .cat_des {
  margin-top: 20px;
  padding-right: 10px;
  overflow-y: auto;
  /*max-height: 116px;*/
}
.product-page .init-1 .content {
  padding-top: 40px;
}
.product-page .init-1 .content ul {
  margin: 0 -15px;
  margin-top: -60px;
}
.product-page .init-1 .content ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.product-page .init-1 .content ul li {
  margin-top: 60px;
  padding: 0 15px;
}
.product-page .init-1 .content ul li .box .img {
  display: block;
  background-color: #f5f5f5;
  padding: 40px;
}
.product-page .init-1 .content ul li .box .img img {
  width: 100%;
}
.product-page .init-1 .content ul li .box .text {
  text-align: center;
  display: block;
  margin-top: 20px;
}
.product-page .init-1 .content ul li .box .text:hover {
  color: var(--color);
}
.proPublic .tipsTitleC {
  margin-left: 0px;
  color: var(--color);
}
.proPublic .init-about .des {
  margin-top: 30px;
  max-height: 400px;
  padding-right: 10px;
  overflow-y: auto;
}
.proPublic .init-about .img {
  margin-top: 40px;
}
.proPublic .init-news .content {
  margin-top: 10px;
}
.proPublic .init-news .content .swiper {
  padding: 30px;
  margin: 0 -30px;
}
.proPublic .init-news .content ul li {
  height: auto;
}
.proPublic .init-news .content ul li .box {
  height: 100%;
  opacity: 0;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  padding: 40px 30px;
  background-color: #fff;
}
.proPublic .init-news .content ul li .box .title {
  font-weight: 600;
}
.proPublic .init-news .content ul li .box .title:hover {
  color: var(--color);
}
.proPublic .init-news .content ul li .box .des {
  color: #666666;
  margin-top: 20px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.proPublic .init-news .content ul li .box .time {
  margin-top: 20px;
}
.proPublic .init-news .content ul li.my-slide-visible .box {
  opacity: 1;
}
.proPublic .init-honor .content {
  margin-top: 50px;
}
.proPublic .init-honor .content ul li .box .img {
  display: block;
}
.proPublic .init-honor .content ul li .box .img img {
  width: 100%;
}
.proPublic .init-know .text {
  margin-top: 50px;
  max-height: 146px;
  overflow-y: auto;
  padding-right: 4px;
}
.proPublic .init-releted .content {
  margin-top: 60px;
  position: relative;
}
.proPublic .init-releted .content .btn {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  background-color: #c1bbbb;
  z-index: 2;
  cursor: pointer;
  position: absolute;
  top: 50%;
  right: -90px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.proPublic .init-releted .content .btn .btnImg {
  width: 26px;
  height: 26px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.proPublic .init-releted .content .btn:hover {
  background-color: var(--color);
}
.proPublic .init-releted .content .prev {
  left: -90px;
}
.proPublic .init-releted .content ul li .box .img {
  display: block;
  padding: 30px;
  background-color: #f5f5f5;
}
.proPublic .init-releted .content ul li .box .text {
  margin-top: 10px;
  display: block;
  text-align: center;
}
.proPublic .init-releted .content ul li .box .text:hover {
  color: var(--color);
}
.prodet-page .init-1 .left {
  width: 50%;
  padding-right: 50px;
}
.prodet-page .init-1 .left .box a {
  background-color: #f5f5f5;
  display: block;
  padding: 60px;
}
.prodet-page .init-1 .right {
  width: 50%;
}
.prodet-page .init-1 .right .title {
  font-weight: 600;
}
.prodet-page .init-1 .right .des {
  color: #666666;
  margin-top: 20px;
  padding-right: 4px;
  overflow-y: auto;
  max-height: 300px;
}
.prodet-page .init-1 .right .moreC {
  padding-top: 10px;
}
.prodet-page .init-1 .right .moreC .more {
  margin-right: 20px;
  margin-top: 20px;
}
.prodet-page .init-1 .right .share {
  margin-top: 30px;
}
.prodet-page .init-1 .right .share ul {
  padding-left: 10px;
}
.prodet-page .init-1 .right .share ul li {
  width: auto;
  margin-left: 16px;
}
.prodet-page .init-1 .right .share ul li a {
  display: block;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background-color: var(--color);
  color: #fff;
  border-radius: 50%;
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .init-1 .right .share ul li:nth-child(1) a{
  background: #2b307e;
}
.prodet-page .init-1 .right .share ul li:nth-child(2) a{
  background: #1d9be9;
}
.prodet-page .init-1 .right .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
li.s1 ,li.s1 a,li.s1 a i{
  width: 40px;
    height: 40px;
    border-radius: 50%;
    color: #fff;
    font-size: calc(0.315vw + 14px);
    display: flex;
    justify-content: center;
    align-items: center;
}
li.s1:nth-of-type(1){
  background: #2b307e;
}
li.s1:nth-of-type(2){
  background: #1d9be9;
}
.prodet-page  .m-link {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prodet-page  .m-link a {
  margin-top: 10px;
  display: block;
  background-color: #f5f5f5;
  padding: 10px 20px;
}
.prodet-page  .m-link a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 .tipsTitle {
  font-weight: 600;
  margin-top: 40px;
  padding-bottom: 4px;
  border-bottom: 1px solid #e5e5e5;
}
.prodet-page .init-2 b,
.prodet-page .init-2 strong {
  font-weight: 700 !important;
  font-size: 16px !important;
}
.prodet-page .init-2 .des {
  margin-top: 30px;
}
.prodet-page .init-2 .des table{
  width: 100% !important;
}
@media (max-width: 1500px) {
  .product-yd-page .container .list .textC {
    width: 560px;
  }
}
@media (max-width: 1250px) {
  .product-yd-page .container .list {
    padding-right: 40px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-left: 40px;
  }
  .product-yd-page .container .list .imgC {
    position: relative;
    top: 0;
    left: 0;
    -webkit-transform: translate(0);
    -moz-transform: translate(0);
    -ms-transform: translate(0);
    -o-transform: translate(0);
    transform: translate(0);
  }
  .product-yd-page .container .list .shadow {
    width: 100%;
  }
  .product-yd-page .container .list .textC {
    width: 100%;
    margin-top: 20px;
  }
  .proSideCont .proSideLeft {
    display: none;
  }
  .proSideCont .proSideRight {
    width: 100%;
    padding-left: 0;
  }
  .proPublic .init-releted .content .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
  }
  .inner-banner .cont {
    padding: 40px 0;
  }
  .m-page {
    text-align: left;
  }
  .m-page span,
  .m-page a {
    margin: 5px;
  }
  .proPublic .tipsTitleC {
    margin-left: 0;
  }
  .prodet-page .init-1 .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .product-yd-page .container .list {
    margin-top: 40px;
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-yd-page .container .list .textC .more {
    margin-top: 10px;
  }
  .product-yd-page .container .list:nth-child(2n) {
    padding-top: 30px;
    padding-bottom: 30px;
    padding-left: 16px;
    padding-right: 16px;
  }
  .product-page .init-1 .content ul li {
    margin-top: 30px;
  }
  .product-page .init-1 .content ul li:first-child {
    margin-top: 0;
  }
  .product-page .init-1 .content ul {
    margin-top: 0;
  }
  .proPublic .init-about .des {
    margin-top: 10px;
  }
  .proPublic .init-honor .content {
    margin-top: 20px;
  }
  .prodet-page .init-1 .right .share ul li a {
    width: 32px;
    height: 32px;
    line-height: 30px;
    font-size: 16px;
  }
  .prodet-page .init-1 .left .box a {
    padding: 10px;
  }
  .proPublic .init-releted .content {
    margin-top: 20px;
  }
}
.support-page .init-1 .tipsTitleC {
  color: var(--color);
}
.support-page .init-1 .content {
  margin-top: 60px;
}
.support-page .init-1 .content .left {
  width: 50%;
}
.support-page .init-1 .content .left img {
  width: 100%;
}
.support-page .init-1 .content .right {
  width: 50%;
  padding-left: 40px;
}
.support-page .init-1 .content .right .title {
  font-weight: 600;
}
.support-page .init-1 .content .right .des {
  margin-top: 30px;
}
.support-page .init-2 {
  background-color: #f7f7f7;
}
.support-page .init-2 .container .tipsTitleC {
  color: var(--color);
}
.support-page .init-2 .container .content {
  margin-top: 60px;
}
.support-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.support-page .init-2 .container .content ul li .box .cont {
  padding: 30px;
}
.support-page .init-2 .container .content ul li .box .cont .title {
  font-weight: 600;
}
.support-page .init-2 .container .content ul li .box .cont .des {
  margin-top: 10px;
}
.support-page .init-2 .container .content ul li .box:hover .cont {
  background-color: #fff;
}
.support-page .init-3 .tipsTitleC {
  color: var(--color);
}
.support-page .init-3 .content {
  margin-top: 60px;
}
.support-page .init-3 .content ul {
  margin: 0 -15px;
}
.support-page .init-3 .content ul li {
  padding: 0 15px;
  margin-top: 30px;
  width: 50%;
}
.support-page .init-3 .content ul li .box {
  height: 100%;
  padding: 30px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}
.support-page .init-3 .content ul li .box .title {
  font-weight: 600;
}
.support-page .init-3 .content ul li .box .des {
  margin-top: 10px;
  color: #666666;
}
.support-page .init-3 .content ul li .box:hover {
  background-color: var(--color);
}
.support-page .init-3 .content ul li .box:hover .title {
  color: #fff;
}
.support-page .init-3 .content ul li .box:hover .des {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 .content .left {
    width: 100%;
  }
  .support-page .init-1 .content .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
}
@media (max-width: 700px) {
  .support-page .init-3 .content ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .support-page .init-1 .content {
    margin-top: 20px;
  }
  .support-page .init-1 .content .right .des {
    margin-top: 10px;
  }
  .support-page .init-2 .container .content {
    margin-top: 20px;
  }
  .support-page .init-2 .container .content ul li .box .cont {
    padding: 10px;
  }
  .support-page .init-3 .content {
    margin-top: 10px;
  }
  .support-page .init-3 .content ul li .box {
    padding: 20px 10px;
  }
}
.about-page .init-1 {
  position: relative;
  z-index: 2;
}
.about-page .init-1 .container .left {
  padding-right: 120px;
  width: 50%;
}
.about-page .init-1 .container .left .tipsTitleC {
  color: var(--color);
}
.about-page .init-1 .container .left .imgC {
  margin-top: 50px;
  height: 680px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 10px;
}
.about-page .init-1 .container .left .imgC .play {
  width: 50px;
  height: 50px;
  cursor: pointer;
  position: relative;
}
.about-page .init-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 24px;
  color: var(--color);
}
.about-page .init-1 .container .left .imgC .play .cont i {
  margin-left: 2px;
}
.about-page .init-1 .container .left .imgC .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  -webkit-animation: ks 3s infinite linear;
  -moz-animation: ks 3s infinite linear;
  -o-animation: ks 3s infinite linear;
  animation: ks 3s infinite linear;
}
.about-page .init-1 .container .left .imgC .play .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .right {
  padding-bottom: 60px;
  width: 50%;
}
.about-page .init-1 .container .right .title {
  font-weight: 600;
}
.about-page .init-1 .container .right .des {
  margin-top: 30px;
  /*max-height: 430px;*/
  padding-right: 4px;
  overflow-y: auto;
}
.about-page .init-2 {
  /*margin-top: -210px;*/
  padding-top: 110px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-2 .container ul li {
  margin-top: 40px;
}
.about-page .init-2 .container ul li .box {
  color: #fff;
  text-align: center;
}
.about-page .init-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  line-height: 1;
}
.about-page .init-2 .container ul li .box .bottom {
  margin-top: 10px;
}
.about-page .init-3 .container .tipsTitleC {
  color: var(--color);
}
.about-page .init-3 .container .content .left {
  width: 48%;
  padding-right: 80px;
}
.about-page .init-3 .container .content .left .img {
  margin-top: 50px;
  border-radius: 10px;
  width: 100%;
}
.about-page .init-3 .container .content .right {
  width: 52%;
}
.about-page .init-3 .container .content .right ul {
  padding-top: 30px;
}
.about-page .init-3 .container .content .right ul li {
  margin-top: 40px;
}
.about-page .init-3 .container .content .right ul li .box {
  padding: 20px 30px;
  border-radius: 10px;
  cursor: pointer;
}
.about-page .init-3 .container .content .right ul li .box .title {
  font-weight: 600;
}
.about-page .init-3 .container .content .right ul li .box .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.about-page .init-4 .content {
  padding-top: 80px;
}
.about-page .init-4 .content .swiper {
  padding-left: 1px;
}
.about-page .init-4 .content ul li {
  height: auto;
}
.about-page .init-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #fff;
  border-right: 1px solid #fff;
  position: relative;
}
.about-page .init-4 .content ul li .box .img{
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0;
}
.about-page .init-4 .content ul li .box:hover .img{
  opacity: 1;
}
.about-page .init-4 .content ul li .box .year {
  padding-top: 140px;
  font-size: var(--px40) !important;
  font-weight: 600;
  line-height: 1;
}
.about-page .init-4 .content ul li .box .des {
  margin-top: 20px;
  height: 204px;
  overflow-y: auto;
  padding-right: 4px;
}
.about-page .init-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px;
}
.about-page .init-4 .content ul .swiper-slide-next .box .year {
  padding-top: var(--px100) !important;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
  padding-top: 50px;
}
.about-page .init-4 .content ul .swiper-slide-next + .swiper-slide + .swiper-slide .box .year {
  padding-top: 0;
}
.about-page .init-4 .content .sPage {
  padding-bottom: 40px;
  margin-top: var(--px100) !important;
}
.about-page .init-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px;
}
.about-page .init-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.about-page .init-4 .content .sPage .next {
  margin-left: 80px;
}
.about-page .init-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
.about-page .init-5 .container .tipsTitleC {
  color: var(--color);
}
.about-page .init-5 .container .content {
  margin-top: 80px;
}
.about-page .init-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  padding: 50px 40px;
  text-align: center;
}
.about-page .init-5 .container .content .left .title {
  max-width: 350px;
  font-weight: 600;
  margin: auto;
}
.about-page .init-5 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
}
.about-page .init-5 .container .content .left .more {
  margin-top: 30px;
}
.about-page .init-5 .container .content .right {
  width: 60%;
  padding-left: 30px;
}
.about-page .init-5 .container .content .right img {
  width: 100%;
}
.about-page .init-5 .container .content2 {
  position: relative;
  margin-top: 10px;
}
.about-page .init-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.about-page .init-5 .container .content2 .btn:hover {
  background-color: var(--color);
}
.about-page .init-5 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.about-page .init-5 .container .content2 .swiper {
  margin: 0 -20px;
}
.about-page .init-5 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.about-page .init-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.about-page .init-5 .container .content2 ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content2 ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1250px) {
  .about-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0;
  }
  .about-page .init-2 {
    padding-top: 40px;
    margin-top: 40px;
  }
  .about-page .init-5 .container .content .left {
    width: 100%;
  }
  .about-page .init-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .about-page .init-5 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0;
  }
  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
    box-shadow: 0 0 90px rgba(0, 0, 0, 0.2);
  }
  .about-page .init-4 .content ul li .box {
    padding-bottom: 20px;
  }
  .about-page .init-4 .content ul li .box .year {
    font-size: 40px;
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-active .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next .box .year {
    padding-top: 20px;
  }
  .about-page .init-4 .content ul .swiper-slide-next + .swiper-slide .box .year {
    padding-top: 20px;
  }
}
@media (max-width: 700px) {
  .about-page .init-1 .container .left .imgC {
    height: 90vw;
  }
}
@media (max-width: 500px) {
  .about-page .init-1 .container .left .imgC {
    margin-top: 20px;
  }
  .about-page .init-1 .container .right .des {
    margin-top: 16px;
  }
  .about-page .init-2 {
    padding-bottom: 40px;
    padding-top: 0;
  }
  .about-page .init-2 .container ul {
    padding-top: 0;
  }
  .about-page .init-2 .container ul li {
    width: 100%;
  }
  .about-page .init-2 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-3 .container .content .left .img {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul {
    padding-top: 0;
  }
  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px;
  }
  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px;
  }
  .about-page .init-4 .content {
    padding-top: 20px;
  }
  .about-page .init-4 .content .sPage {
    margin-top: 20px;
  }
  .about-page .init-4 .content .sPage .btn {
    width: 30px;
    height: 16px;
  }
  .about-page .init-4 .content .sPage .next {
    margin-left: 20px;
  }
  .about-page .init-5 .container .content {
    margin-top: 20px;
  }
  .about-page .init-5 .container .content .left {
    padding: 20px 10px;
  }
  .about-page .init-5 .container .content .left .des {
    margin-top: 10px;
  }
  .about-page .init-5 .container .content .left .more {
    margin-top: 10px;
  }
}
.contact-page .init-1 {
  border-bottom: 1px solid #f2f2f2;
}
.contact-page .init-1 .container .left {
  width: 50%;
  padding-right: 30px;
}
.contact-page .init-1 .container .left .list {
  margin-top: 90px;
}
.contact-page .init-1 .container .left .list .imgC {
  width: 100px;
  height: 100px;
  background-color: var(--color);
  border-radius: 50%;
}
.contact-page .init-1 .container .left .list .imgC img {
  max-width: 50px;
}
.contact-page .init-1 .container .left .list .textC {
  width: -webkit-calc(0%);
  width: -moz-calc(0%);
  width: calc(100% - 100px);
  padding-left: 40px;
}
.contact-page .init-1 .container .left .list .textC .tips {
  margin-bottom: 10px;
  font-weight: 600;
}
.contact-page .init-1 .container .left .list .textC .listC {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #666666;
}
.contact-page .init-1 .container .left .list .textC .listC .item {
  margin-top: 5px;
  font-size: 22px;
}
.contact-page .init-1 .container .left .list:first-child {
  margin-top: 0;
}
.contact-page .init-1 .container .right {
  width: 50%;
  padding: 10px 40px 40px;
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}
.contact-page .init-1 .container .right form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-1 .container .right form input,
.contact-page .init-1 .container .right form textarea {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 30px;
  border: 1px solid #cdcdcd;
  padding: 14px 20px;
}
.contact-page .init-1 .container .right form textarea {
  width: 100%;
}
.contact-page .init-1 .container .right form .more {
  text-transform: uppercase;
  cursor: pointer;
  margin-top: 40px;
}
.contact-page .init-2 .container {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contact-page .init-2 .container .list {
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  margin-top: 40px;
}
.contact-page .init-2 .container .list .cont {
  padding: 20px 20px;
}
.contact-page .init-2 .container .list .cont .title {
  font-weight: 600;
}
.contact-page .init-2 .container .list .cont .des {
  margin-top: 20px;
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
  }
  .contact-page .init-2 .container .list {
    width: 100%;
  }
  .contact-page .init-2 .container .list .cont {
    padding: 20px 0;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left .list .textC .listC .item {
    width: 100%;
  }
  .contact-page .init-1 .container .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .left .list {
    margin-top: 30px;
    border: 1px solid #ccc;
    padding: 20px 16px;
  }
  .contact-page .init-1 .container .left .list .imgC {
    width: 80px;
    height: 80px;
  }
  .contact-page .init-1 .container .left .list .textC {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }
  .contact-page .init-1 .container .right {
    padding: 10px 20px 20px;
  }
  .contact-page .init-1 .container .right form input,
  .contact-page .init-1 .container .right form textarea {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .right form .more {
    margin-top: 20px;
  }
  .contact-page .init-1 .container .left .list .textC .listC .item {
    font-size: 18px;
  }
  .contact-page .init-2 .container .list {
    margin-top: 20px;
  }
  .contact-page .init-2 .container .list:first-child {
    margin-top: 0;
  }
  .contact-page .init-2 .container .list .cont .des {
    margin-top: 10px;
  }
}
.news-page .init-1 {
  background-color: #f9f9f9;
  padding-top: 30px;
}
.news-page .init-1 .container .content {
  background-color: #e2e2e2;
}
.news-page .init-1 .container .content .list {
  width: 50%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list:hover,
.news-page .init-1 .container .content .list.active {
  color: #fff;
  background-color: var(--color);
}
.news-page .init-1 .container .content .list1{
    width: 33.33%;
  text-align: center;
  padding: 25px;
}
.news-page .init-1 .container .content .list1:hover,
.news-page .init-1 .container .content .list1.active {
  color: #fff;
  background-color: var(--color);
}
.news-page .init-2 {
  background-color: #f9f9f9;
}
.news-page .init-2 .container ul {
  margin: 0 -15px;
  display: flex;
  flex-wrap: wrap;
}
.news-page .init-2 .container ul > p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.news-page .init-2 .container ul li {
  margin-top: 30px;
  padding: 0 15px;
  height: auto;
}
.news-page .init-2 .container ul li .box {
  background-color: #fff;
  padding: 30px;
  height: 100%;
}
.news-page .init-2 .container ul li .box .left {
  width: 80px;
  text-align: center;
}
.news-page .init-2 .container ul li .box .left .date {
  font-weight: 600;
  line-height: 1;
}
.news-page .init-2 .container ul li .box .left .year {
  color: #666666;
  margin-top: 10px;
}
.news-page .init-2 .container ul li .box .right {
  width: -webkit-calc(20%);
  width: -moz-calc(20%);
  width: calc(100% - 80px);
  padding-left: 50px;
}
.news-page .init-2 .container ul li .box .right .title {
  font-weight: 600;
}
.news-page .init-2 .container ul li .box .right .des {
  color: #666666;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: var(--color);
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .left .year {
  color: #fff;
}
.news-page .init-2 .container ul li .box:hover .right .des {
  color: #fff;
}
.newdet-page .init-1 .container .title {
  font-weight: 600;
}
.newdet-page .init-1 .container .time {
  color: #666666;
  margin-top: 40px;
}
.newdet-page .init-1 .container .content {
  border-bottom: 1px solid #e5e5e5;
  border-top: 1px solid #e5e5e5;
  margin-top: 20px;
  padding: 50px 0;
  line-height: 1.8;
  color: #666666;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 20px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  margin-top: 6px;
  color: #666666;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1250px) {
  .news-page .init-1 {
    display: none;
  }
  .news-page .init-2 .container ul li {
    width: 100%;
  }
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li .box .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  .news-page .init-2 .container ul li .box {
    padding: 20px 16px;
  }
  .newdet-page .init-1 .container .time {
    margin-top: 20px;
  }
  .newdet-page .init-1 .container .content {
    padding: 20px 0;
    font-size: 16px;
  }
}
.appdet-page .init-1 {
  padding: 30px 0;
}
.appdet-page .init-1 .container ul li .box {
  min-height: 190px;
  padding: 10px;
}
.appdet-page .init-1 .container ul li .box .img {
  display: block;
  height: 46px;
  margin: auto;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.appdet-page .init-1 .container ul li .box .text {
  margin-top: 10px;
}
.appdet-page .init-1 .container ul li .box .text a {
  display: block;
  text-align: center;
}
.appdet-page .init-1 .container ul li .box:hover,
.appdet-page .init-1 .container ul li .box.active {
  background-color: var(--color);
  color: #fff;
}
.appdet-page .init-1 .container ul li .box:hover .imgC img,
.appdet-page .init-1 .container ul li .box.active .imgC img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.appdet-page .init-2 {
  z-index: 1;
  position: relative;
}
.appdet-page .init-2 .shadow {
  min-height: 160px;
  position: absolute;
  width: 100%;
  height: 60%;
  top: 0;
  left: 0;
  background-color: var(--color);
  z-index: -1;
}
.appdet-page .init-2 .container .des {
  color: #fff;
  margin: auto;
  max-width: 870px;
  text-align: center;
  padding-bottom: 30px;
}
.appdet-page .init-2 .container .img {
  margin-top: 40px;
  display: block;
  width: 100%;
}
@media (max-width: 1250px) {
  .appdet-page .init-1{
    padding-bottom: 0;
  }
}
@media (max-width: 1000px) {
  .appdet-page .init-2 .shadow {
    display: none;
  }
  .appdet-page .init-2 .container .des {
    color: #000;
    padding-bottom: 0;
    margin-bottom: 0;
  }
  .appdet-page .init-2 .container .img {
    margin-top: 20px;
  }
}
.honor-page .init-1 .container .listC {
  margin-top: 90px;
}
.honor-page .init-1 .container .listC .tips {
  min-width: 270px;
  text-align: center;
  display: inline-block;
  padding: 16px 18px;
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .listC .content {
  margin-top: 50px;
}
.honor-page .init-1 .container .listC .content .swiper {
  margin: 0 -15px;
}
.honor-page .init-1 .container .listC .content ul li {
  padding: 0 15px;
}
.honor-page .init-1 .container .listC .content ul li .img {
  display: block;
}
.honor-page .init-1 .container .listC .content ul li .img img {
  width: 100%;
}
.honor-page .init-1 .container .listC .content ul li .text {
  text-align: center;
  margin-top: 20px;
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .listC {
    margin-top: 40px;
  }
  .honor-page .init-1 .container .listC .content {
    margin-top: 20px;
  }
}
.manufacture-page .init-1 {
  background-color: #f9f9f9;
}
.manufacture-page .init-1 .container .tipsTitleC {
  color: var(--color);
}
.manufacture-page .init-1 .container .des {
  max-width: 1130px;
  margin: 30px auto 0;
  text-align: center;
}
.manufacture-page .init-1 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-top: 40px;
}
.manufacture-page .init-1 .container .listCont .list {
  margin-top: 30px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
  position: relative;
}
.manufacture-page .init-1 .container .listCont .list img {
  width: 100%;
}
.manufacture-page .init-1 .container .listCont .list .text {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  color: #fff;
  text-align: center;
  padding: 10px;
  background-color: rgba(30, 150, 130, 0.8);
}
.manufacture-page .init-2 .container {
  width: 100%;
}
.manufacture-page .init-2 .container .listC {
  margin-top: 160px;
  width: 100%;
}
.manufacture-page .init-2 .container .listC .textC {
  position: relative;
  z-index: 2;
  width: 42%;
  -webkit-box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.1);
  padding: 50px 130px 50px 50px;
  background-color: #fff;
  margin-left: auto;
  left: 80px;
}
.manufacture-page .init-2 .container .listC .textC .title {
  font-weight: 600;
  color: var(--color);
}
.manufacture-page .init-2 .container .listC .textC .des {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul {
  padding-top: 20px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
  font-size: 40px;
  font-weight: 600;
  line-height: 1;
}
.manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
  margin-top: 16px;
}
.manufacture-page .init-2 .container .listC .textC .more {
  margin-top: 30px;
}
.manufacture-page .init-2 .container .listC .imgC {
  width: 50%;
}
.manufacture-page .init-2 .container .listC .imgC img {
  width: 100%;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .imgC {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.manufacture-page .init-2 .container .listC:nth-child(2) .textC {
  left: -80px;
  margin-left: 0;
  margin-right: auto;
}
.manufacture-page .init-3 .container .tipsTitleC {
  color: var(--color);
}
.manufacture-page .init-3 .container .content2 {
  position: relative;
  margin-top: 60px;
}
.manufacture-page .init-3 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff;
}
.manufacture-page .init-3 .container .content2 .btn:hover {
  background-color: var(--color);
}
.manufacture-page .init-3 .container .content2 .prev {
  right: unset;
  left: -80px;
}
.manufacture-page .init-3 .container .content2 .swiper {
  margin: 0 -20px;
}
.manufacture-page .init-3 .container .content2 ul li {
  height: auto;
  padding: 20px;
}
.manufacture-page .init-3 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.manufacture-page .init-3 .container .content2 ul li .box .img {
  display: block;
}
.manufacture-page .init-3 .container .content2 ul li .box .img img {
  width: 100%;
}
.manufacture-page .init-3 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px;
}
@media (max-width: 1500px) {
  .manufacture-page .init-2 .container .listC .textC {
    padding: 50px 50px 50px 50px;
  }
}
@media (max-width: 1250px) {
  .manufacture-page .init-2 .container {
    width: 970px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    width: 100%;
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .imgC {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100%;
  }
  .manufacture-page .init-2 .container .listC:nth-child(2) .textC {
    left: 0;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul {
    max-width: 600px;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 80px;
  }
  .manufacture-page .init-3 .container .content2 .btn {
    display: none;
  }
}
@media (max-width: 1000px) {
  .manufacture-page .init-1 .container .listCont {
    margin-top: 0;
  }
  .manufacture-page .init-1 .container .listCont .list {
    width: 100%;
  }
  .manufacture-page .init-2 .container {
    width: 700px;
  }
}
@media (max-width: 700px) {
  .product-yd-page .container .list .imgC{
    width: 100%;

  }
  .manufacture-page .init-2 .container {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .manufacture-page .init-1 .container .des {
    margin: 10px auto 0;
  }
  .manufacture-page .init-2 .container .listC {
    margin-top: 40px;
  }
  .manufacture-page .init-2 .container .listC .textC {
    padding: 40px 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .des {
    margin-top: 16px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li {
    width: 100%;
    margin-top: 20px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .bottom {
    margin-top: 10px;
  }
  .manufacture-page .init-2 .container .listC .textC .listCont ul li .box .top {
    font-size: 30px;
  }
  .manufacture-page .init-2 .container .listC .textC .more {
    margin-top: 16px;
  }
  .manufacture-page .init-3 .container .content2 {
    margin-top: 10px;
  }
}


@media screen and (max-width: 1000px) {
    #cp-Nav {
        display: block;
    }

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

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

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

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

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

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

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

    #cp-Nav .nav ul li a {
        display: block;
        padding: 5px 0;
        line-height: 28px;
    }
}



/*SEO START*/
.proPublic .init-releted .content.sinewseo ul li .box .text {
    text-overflow: ellipsis;
    vertical-align: middle;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
    width: 340px;
    font-weight: 600;
    padding: 15px ;
}
.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 {
    font-size: 15px;
    line-height: 2;
}
.proPublic .init-releted .content.sinewseo ul li .box .time.font-18 {
    font-size: 16px;
    margin-top: 15px;
}
.proPublic.pb-80 {
    padding-bottom: 200px;
}
.inner-banner .mbx {
    font-size: 16px;
    margin-top: 15px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 32px;
    text-transform: uppercase;
    line-height: 1.7;
}
.newdet-page .init-1 .container .content {
    line-height: 2;
}
.proSideCont .proSideRight .init-2 {
    line-height: 2;
}
.proPublic .init-about .des {
    line-height: 2;
    font-size: 16px;
}

.proPublic .init-news .content ul li .box .title {
    line-height: 1.8;
}
.proSideCont .proSideLeft .catList .cat .item ul li a {
    font-size: 17px;
    line-height: 2;
}
.product-page .init-1 .content ul li .box .text {
    font-weight: 600;
    line-height: 1.8;
}
.news-page .init-2 .container ul li .box .right .title {
    font-size: 20px;
    line-height: 1.7;
}
.news-page .init-2 .container ul li .box .right .des {
    font-size: 15px;
}
.newdet-page .init-1 .container .content ul>li:before {
    content: '•';
    margin-right: 0.5em;
    color: #8a8a8a;
    font-size: 1.2em;
}



@media (max-width: 500px) {

  .inner-banner .mbx {
    font-size: 13px;
    line-height: 1.6;
    margin-top: 15px;
}
.product-page .init-1 .title{
  font-size: 24px !important;
}
.font-40 {
    font-size: 20px;
}
.prodet-page .init-1 .right .des {
    color: #666;
    margin-top: 20px;
    padding-right: 4px;
    overflow-y: auto;
    max-height: auto;
}
.proPublic .init-about .des {
    max-height: 999px !important;
}
a.foota {
    display: none !important;
}



#index1-body .init-2 .container .left .more {
    margin-top: 25px;
}
#index1-body .init-3 .container .contentC .listC ul li .box .img img {
    height: 450px;
}
.inner-banner .cont.sinnew .title.font-40 {
    font-size: 18px;
}
.newdet-page .init-1 .container .title {
    font-size: 20px;
    line-height: 1.8;
}
.newdet-page .init-1 .container .m-link {
    font-size: 15px;
    line-height: 2;
}
.proPublic.pb-80 {
    padding-bottom: 80px;
}
h1.proh1so {
    margin-top: 35px;
    font-size: 18px;
    font-weight: 700;
    width: 100%;
    padding: 0 15px;
    text-align: center;
}

}
h1.proh1so {
     font-weight: 600;
    font-size: calc(1.3555vw + 14px) !important;
    color: #000000;
    line-height: 1.2;
    /*width: 1450px;*/
    max-width: 1920px;
    position: relative;
    margin: 0 auto;
    text-align: center;
    margin-top: var(--px100) !important;
}
.proPublic.pb-80.catcataboso .tipsTitleC {
    margin-top: 10px;
}
.proPublic.pb-80.catcataboso .init-about .img {
    margin-top: 40px;
    width: 1450px;
}
.proPublic.pb-80.catcataboso {
    padding-bottom: var(--px100) !important;
}
.product-page .init-1 .title {
    font-size: 35px;
}
 .faq-page .img2 {
  width: 100%;
}
.faq-page .init-1 .container .tips {
  font-weight: 500;
}
.faq-page .init-1 .container ul {
  margin-top: 40px;
}
.faq-page .init-1 .container ul li {
  padding: 40px 40px;
  border-top: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li:last-child {
  border-bottom: 2px solid #dbdbdb;
}
.faq-page .init-1 .container ul li .titleC {
  cursor: pointer;
  font-weight: 500;
  position: relative;
}
.faq-page .init-1 .container ul li .titleC .q {
  text-transform: uppercase;
  width: 50px;
}
.faq-page .init-1 .container ul li .titleC .text {
  padding-right: 20px;
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
}
.faq-page .init-1 .container ul li .titleC i {
  position: absolute;
  font-size: 30px;
  top: 0;
  right: -10px;
  color: #3d3d3d;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.faq-page .init-1 .container ul li .titleC.active i {
  -webkit-transform: rotateX(-180deg);
  -moz-transform: rotateX(-180deg);
  transform: rotateX(-180deg);
}
.faq-page .init-1 .container ul li .content {
  margin-top: 20px;
  padding: 20px;
  background-color: transparent;
  border-radius: 5px;
  display: none;
}
.faq-page .init-2 .container .content {
  border: 2px solid #e9e9e9;
}
.faq-page .init-2 .container .content .img {
  width: 38%;
}
.faq-page .init-2 .container .content .right {
  width: 62%;
  padding: 10px 140px 10px 80px;
}
.faq-page .init-2 .container .content .right .title {
  font-weight: 500;
}
.faq-page .init-2 .container .content .right .des {
  margin-top: 20px;
}
.faq-page .init-2 .container .content .right .more {
  margin-top: 40px;
  border: 1px solid #000;
}
.faq-page .init-2 .container .content .right .more span:first-child {
  width: -webkit-calc(72%);
  width: -moz-calc(72%);
  width: calc(100% - 28px);
}
@media (max-width: 1500px) {

  .faq-page .init-2 .container .content .right {
    padding-right: 60px;
  }
}
@media (max-width: 1250px) {
 
  .faq-page .init-2 .container .content .img {
    width: 100%;
  }
  .faq-page .init-2 .container .content .right {
    width: 100%;
    padding: 20px;
  }
}
@media (max-width: 1000px) {
 
  .faq-page .init-1 .container ul li {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .faq-page .init-1 .container ul li .titleC .q {
    width: 40px;
  }
  .faq-page .init-2 .container .content .right .more {
    margin-top: 20px;
  }
  .faq-page .init-1 .container ul li .titleC .text {
    font-size: 18px;
  }
}
.proPublic .init-releted .content.sinewseo ul li .box .des.font-16 img{
  display: none;
}
.swiper-slide1 .bg{
  opacity: 0
}
.swiper-slide1 .bg,.swiper-slide2 .bg{
position: absolute;
right: 30px;
top: 50%;
transform: translateY(-50%);
}
.swiper-slide2 .bg1{
opacity: 0;
}
.swiper-slide2 .banner-p2{
color: #000;
margin-bottom: 15px !important;
}
.swiper-slide2 .banner-p4{
color: #000;
font-size: calc(0.525vw + 14px);
margin-bottom: calc(1.2465vw + 14px) !important;
}
.swiper-slide2{
  border-radius: 20px;
  background: rgba(255, 243, 243, 1);
}
#index-body .init-3 img{
    -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.op1{
opacity: 1;
}
.op0{
opacity: 0;
}
/*.swiper-slide2  .bg
*/
.support-c-page .init-1 .container .left {
  width: 50%;
}
.support-c-page .init-1 .container .left img {
  width: 100%;
}
.support-c-page .init-1 .container .right {
  width: 50%;
  padding: 10px 50px;
}
.support-c-page .init-1 .container .right .title {
  font-weight: bold;
  font-size: 48px;
  line-height: 1.2;
}
.support-c-page .init-1 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-c-page .init-2 .container .cont {
  color: #fff;
  background-color: var(--color);
  padding: 60px 50px;
}
.support-c-page .init-2 .container .cont .left {
  width: 50%;
  padding-right: 60px;
}

.support-c-page .init-2 .container .cont .left .des {
  margin-top: 20px;
  line-height: 1.8;
}
.support-c-page .init-2 .container .cont .right {
  width: 50%;
}
.support-c-page .init-2 .container .cont .right ul {
  margin: 0 -20px;
}
.support-c-page .init-2 .container .cont .right ul li {
  padding: 0 20px;
}
.support-c-page .init-2 .container .cont .right ul li .box img {
  display: block;
  width: 100%;
}
.support-c-page .init-2 .container .cont .right ul li .box .text {
  position: relative;
  z-index: 2;
  padding-left: 20px;
  margin-top: 40px;
}
.support-c-page .init-2 .container .cont .right ul li .box .text .sub {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 10px;
  left: 0;
}
.support-c-page .init-3 .container form {
  position: relative;
  margin-top: 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.support-c-page .init-3 .container form textarea,
.support-c-page .init-3 .container form input {
  margin-top: 14px;
  font-size: 14px;
  line-height: 2;
  padding: 13px 16px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  background-color: #f6f6f6;
  border: none;
  border-bottom: 1px solid #2a2a2d;
}
.support-c-page .init-3 .container form .file_input {
  margin-top: 14px;
  line-height: 2;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  position: relative;
  cursor: pointer;
  border-bottom: 1px solid #2a2a2d;
  padding: 13px 16px;
  background-color: #f0f0f0;
  font-size: 14px;
}
.support-c-page .init-3 .container form .file_input img {
  cursor: pointer;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 10px;
  right: 20px;
}
.support-c-page .init-3 .container form .file_input span {
  width: 100%;
  display: block;
  padding-right: 50px;
}
.support-c-page .init-3 .container form .file_input input {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  margin-top: 0;
  cursor: pointer;
}
.support-c-page .init-3 .container form .content {
  width: 100%;
}
.support-c-page .init-3 .container form .tips {
  color: #bebebe;
  position: absolute;
  bottom: 13px;
  line-height: 2;
  left: 0;
}
.support-c-page .init-3 .container form button {
  margin: 14px 0 0 auto;
  border: none;
}
.support-c-page .init-3 .container form .more .img{
    width: 14px;
    height: 14px;
    margin-left: 12px;
}
.support-c-page .init-3 .container form .more:hover{
  background: #000;
}
.support-c-page .init-3 .container form .more:hover .img{
  transform: rotate(45deg);
}
.support-c-page .init-4 {
  position: relative;
  z-index: 2;
}
.support-c-page .init-4 .tipsTitleCont{
  text-align: center;
}
.support-c-page .init-4 .tipsTitleCont .tipsTitle1 span{
  width: auto;
}
.support-c-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
}
.support-c-page .init-4 .container .tipsDes {
  margin-top: 40px;
  text-align: center;
  color: rgba(0, 0, 0, .5);
}
.support-c-page .init-4 .container .content {
  margin-top: 60px;
}
.support-c-page .init-4 .container .content ul {
  margin: -20px;
}
.support-c-page .init-4 .container .content ul li {
  padding: 20px;
  height: 100%;
}
.support-c-page .init-4 .container .content ul li .mml-text {
  height: 100%;
  padding: 60px 30px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  text-align: center;
}
.support-c-page .init-4 .container .content ul li .mml-text i {
  text-align: center;
  margin: 0 auto;
  font-size: 50px;
  display: block;
  width: 80px;
  height: 80px;
  line-height: 98px;
  border-radius: 50%;
  color: var(--color);
  background-color: #f6f6f6;
  -webkit-transition: 0.5 sease;
  -moz-transition: 0.5s ease;
  -webkit-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-c-page .init-4 .container .content ul li .mml-text::before {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-radius: 50%;
  right: -30px;
  top: -50px;
  background-color: rgba(255, 255, 255, 0.1);
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-c-page .init-4 .container .content ul li .mml-text::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
background-image: linear-gradient(to top, #8e2121, var(--color));
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.support-c-page .init-4 .container .content ul li .mml-text:hover::before {
  width: 200px;
  height: 200px;
}

.support-c-page .init-4 .container .content ul li .mml-text .des{
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 1.8;
}
.support-c-page .init-4 .container .content ul li .mml-text:hover i {
  background-color: #fff;
}
.support-c-page .init-4 .container .content ul li .mml-text:hover h4 {
  color: #fff;
}
.support-c-page .init-4 .container .content ul li .mml-text:hover P {
  color: #fff;
}
.support-c-page .init-4 .container .content ul li .mml-text:hover:after {
  opacity: 1;
}
.support-c-page .init-5 {
  margin-top: -200px;
}
.support-c-page .init-5 img {
  max-height: 320px;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.support-c-page .init-6 .container .left {
  width: 50%;
  padding-right: 25px;
}
.support-c-page .init-6 .container .left img {
  width: 100%;
}
.support-c-page .init-6 .container .right {
  width: 50%;
  padding-left: 25px;
}
.support-c-page .init-6 .container .right .title {
  font-weight: bold;
  margin-top: 40px;
  font-size: 48px;
  line-height: 1.2;
}
.support-c-page .init-6 .container .right .des {
  margin-top: 20px;
  font-weight: 500;
  color: rgba(0, 0, 0, .5);
  line-height: 30px;
}
@media (max-width: 1500px) {
  .support-c-page .init-1 .container .right {
    padding: 10px 0 10px 20px;
  }
}
@media (max-width: 1250px) {
  .support-c-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .support-c-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .support-c-page .init-2 .container .cont .left {
    width: 100%;
    padding-right: 0;
  }
  .support-c-page .init-2 .container .cont .right {
    width: 100%;
    margin-top: 20px;
  }
  .support-c-page .init-4 .container .content ul li {
    width: 100%;
    margin-top: 20px;
  }
  .support-c-page .init-6 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .support-c-page .init-6 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
}
@media (max-width: 1000px) {
  .support-c-page .init-2 .container .cont .right ul li {
    width: 50%;
    margin-top: 30px;
  }
  .support-c-page .init-2 .container .cont .right ul li .box img {
    max-width: 200px;
  }
  .support-c-page .init-2 .container .cont .right ul li .box .text {
    margin-top: 10px;
  }
}
@media (max-width: 700px) {
  .support-c-page .init-2 .container .cont .right ul li {
    width: 100%;
    text-align: center;
  }
  .support-c-page .init-2 .container .cont .right ul li .box img {
    margin: auto;
  }
  .support-c-page .init-2 .container .cont .right ul li .box .text .sub {
    display: none;
  }
  .support-c-page .init-5 {
    display: none;
  }
}
@media (max-width: 500px) {
  .support-c-page .init-2 .container .cont {
    padding: 40px 16px;
  }
  .support-c-page .init-2 .container .cont .left .des {
    margin-top: 10px;
  }
  .support-c-page .init-3 .container form {
    margin-top: 10px;
  }
  .support-c-page .init-3 .container form input,
  .support-c-page .init-3 .container form textarea {
    width: 100%;
  }
  .support-c-page .init-3 .container form .tips {
    position: relative;
    top: 0;
    bottom: 0;
  }
  .support-c-page .init-3 .container form .file_input {
    width: 100%;
  }
  .support-c-page .init-4 .container .tipsDes {
    margin-top: 20px;
  }
  .support-c-page .init-4 .container .content {
    margin-top: 20px;
  }
  .support-c-page .init-4 .container .content ul li .mml-text {
    padding: 30px 16px;
  }
  .support-c-page .init-6 .container .right .title {
    margin-top: 10px;
  }
}
.solution-page .init-1 {
    padding-top: 210px;
    position: relative;
    z-index: 2;
}
.solution-page .init-1 .subText {
    font-size: 200px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
    position: relative;
    /*text-align: center;*/
}
.solution-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    /*max-width: 1000px;*/
    /*text-align: center;*/
}
.solution-page .init-1 .container .imgSub {
    display: block;
    margin: -60px auto 0;
    position: relative;
    z-index: -1;
}
.solution-page .init-1 .container .desC {
    overflow: hidden;
    /*border-radius: 20px;*/
    -o-background-size: cover;
    background-size: cover;
    text-align: left;
    min-height: 500px;
    color: #fff;
    padding: 10px 90px;
}
.solution-page .init-1 .container .desC .title {
    font-weight: bold;
}
.solution-page .init-1 .container .desC .des {
    max-width: 820px;
    margin-top: 24px;
}
.solution-page .init-2 .container .left {
    width: 40%;
}
.solution-page .init-2 .container .left img {
    width: 100%;
}
.solution-page .init-2 .container .right {
    width: 55%;
    margin-left: auto;
}
.solution-page .init-2 .container .right .des {
    color: #666666;
    margin-top: 24px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 {
    -o-background-size: cover;
    background-size: cover;
}
.solution-page .init-3 .container .left {
    width: 55%;
}
.solution-page .init-3 .container .left .des {
    color: #666666;
    margin-top: 20px;
    /*text-indent: 36px;*/
}
.solution-page .init-3 .container .right {
    width: 40%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
    width: 49%;
    overflow: hidden;
}
.solution-page .init-3 .container .right .rightL img {
    display: block;
    max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
    width: 45%;
    margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
    overflow: hidden;
    height: 290px;
    border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
    height: 100%;
    max-width: unset;
    display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 50px;
    height: 290px;
    overflow: hidden;
    border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
    height: 100%;
    display: block;
    max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content {
    margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
    margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}
.solution-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight:bold;
}
.solution-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
    /*border-radius: 20px;*/
    background-color: #f5f5f5;
    padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
    text-align: center;
    font-weight:bold;
}
.solution-page .init-5 .container .cont .content {
    margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
    margin-top: 12px;
    font-size: 16px;
    line-height: 30px;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
    width: 100%;
    background-color: #fff;
    border: none;
    padding: 16px 24px;
}
.solution-page .init-5 .container .cont .content form .list button {
    border: none;
    min-width: 200px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
    width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
    width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
    max-width: 100%;
    margin: 20px auto 0;
    width: 310px;
    background-color: var(--color);
    color: #fff;
    text-align: center;
    padding: 12px 10px;
    cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
    background-color: #000;
}
@media (max-width: 1800px) {
    .solution-page .init-1 {
        padding-top: 140px;
    }
    .solution-page .init-1 .subText {
        font-size: 200px;
    }
}
@media (max-width: 1250px) {
    .solution-page .init-1 .subText {
        font-size: 100px;
    }
    .solution-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }
}
@media (max-width: 1000px) {
    .solution-page .init-1 {
        padding-top: 40px;
    }
    .solution-page .init-1 .subText {
        display: none;
    }
    .solution-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }
    .solution-page .init-1 .container .desC {
        padding: 10px 20px;
    }
    .solution-page .init-2 .container .left {
        width: 100%;
    }
    .solution-page .init-2 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-3 .container .left {
        width: 100%;
    }
    .solution-page .init-3 .container .right {
        width: 100%;
        margin-top: 20px;
    }
    .solution-page .init-4 .container .content ul {
        margin: 0 -16px;
    }
    .solution-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
    .solution-page .init-5 .container .cont {
        padding: 60px 16px;
    }
}
@media (max-width: 700px) {
    .solution-page .init-4 .container .content ul li {
        width: 100%;
    }
    .solution-page .init-5 .container .cont .content form .list {
        width: 100%;
    }
}
@media (max-width: 500px) {
    .solution-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }
    .solution-page .init-3 .container .right .rightL {
        width: 100%;
    }
    .solution-page .init-3 .container .right .rightR {
        width: 100%;
        margin-top: 10px;
    }
    .solution-page .init-3 .container .right .rightR .img2 {
        margin-top: 10px;
        height: auto;
    }
    .solution-page .init-3 .container .right .rightL img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img1 {
        height: auto;
    }
    .solution-page .init-3 .container .right .rightR .img1 img {
        max-width: 100%;
    }
    .solution-page .init-3 .container .right .rightR .img2 img {
        width: 100%;
    }
    .solution-page .init-4 .container .content {
        margin-top: 20px;
    }
    .solution-page .init-5 .container .cont {
        padding: 40px 16px;
    }
    .solution-page .init-5 .container .cont .content form .list input,
    .solution-page .init-5 .container .cont .content form .list textarea {
        padding: 8px 10px;
    }
    .solution-page .init-5 .container .cont .content form .btn {
        padding: 4px 10px;
    }
}
@media screen and (max-width: 700px) {
  .solution-page .init-1 .container .desC .text{
    width: 100%;

}
}
.product-page.product-yd-page{
  padding: var(--px100) 0!important;
}
.product-page.product-yd-page>.container{
width: 100%;
padding: 0 2%;
}
.product-page.product-yd-page .proSideRight .container{
  width: 100%;
}
 .product-page.product-yd-page h1.proh1so{
   margin-top:  0 !important;
 }
 .ddd .title{
   margin-bottom: 6px !important;
 }
  .ddd .title1{
    font-size: calc(0.2085vw + 14px);
    color: #333;
    margin-bottom: calc(2.3955vw + 14px);
  }
.fvvf {
  display: flex;
  justify-content: center;
  margin-top: calc(1.56vw + 14px);
  flex-wrap: wrap;
}
.fvvf li{
      -webkit-transition: 0.5s;
    -o-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
  margin: 0 10px;
  background: #fcefef;
  padding:  20px 30px;
  font-size:calc(0.1055vw + 14px);
  color: #000;
}
.fvvf li:hover{
  background: var(--color);
  color: #fff;
}
.solution-page   .bf-btn{
  width: 260px;
  margin-top: 20px;
}
@media screen and (max-width: 1450px) {
 #banner .swiper-slide2>.bg{
   width: 30vw;
   object-fit: cover
 }
}
@media screen and (max-width: 1000px){
  #banner .banner-text .banner-p2{
     margin-bottom: 8px !important;
  }
  .swiper-slide2 .banner-p4{
    margin-bottom: 10px !important;
  }
  #banner .banner-text{
    max-width: 490px;
  }
}
@media screen and (max-width: 700px){
  .swiper-slide1,
  .swiper-slide2{
        height: 400px;
  }
  .swiper-slide2 .bg1{
    display: none !important;
  }
  .swiper-slide2  .banner-text{
    position: static !important;
    padding-left: 15px !important;
  }
 #banner .swiper-slide2 .bg{
   display: block !important;
    width: 50% !important;
    transform: none !important;
    margin: 15px  auto 0 !important;
    position: static !important;
  }
  .bg1{
    height: 100%;
    width: 100%;
    object-fit: cover;
  }
.swiper-slide1 .bg, .swiper-slide2 .bg {
    position: absolute;
    right: unset;
     top: unset; 
     left: 50%;
             width: 70vw  !important;
    transform: translateX(-50%);
    bottom:10px;
}
}

@media screen and (max-width: 600px){
  #banner .swiper-slide1 .banner-text{
    padding-left: 15px;
  }
  
  #banner .banner-btns{
    /*display: none !important;*/
  }
}
#banner .swiper-slide1 .banner-text .banner-p2{
  font-size: calc(0.3555vw + 20px);
    line-height: 1.2;
    margin-bottom: 20px;
}
#banner .swiper-slide1 .banner-text {
    position: absolute;
    top: unset;
    left: unset;
    right: 4.7%;
    bottom: 30%;
    max-width: 400px;
    z-index: 3;
}
.page-header02{
  position: fixed;
  width: 100%;

}
@media (max-width: 1250px) {
    #menuFull~#banner, #menuFull~#indexMobileBanner, #menuFull~#innerMobileBanner, #menuFull~.inner-banner, .mobile-menu-wrap01~#banner, .mobile-menu-wrap01~#indexMobileBanner, .mobile-menu-wrap01~#innerMobileBanner, .mobile-menu-wrap01~.inner-banner {
        margin-top: 60px !important;
    }
}
@media (max-width: 1250px) {
    #innerMobileBanner .banner2 .text {
        font-weight: 700;
        font-size: calc(0.8345vw + 14px) !important;
    }
}