@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Bold.eot');
  src: url('../fonts/Montserrat-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Bold.woff2') format('woff2'), url('../fonts/Montserrat-Bold.woff') format('woff'), url('../fonts/Montserrat-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Light.eot');
  src: url('../fonts/Montserrat-Light.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Light.woff2') format('woff2'), url('../fonts/Montserrat-Light.woff') format('woff'), url('../fonts/Montserrat-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'coa';
  src: url('../fonts/Coalition.eot');
  src: url('../fonts/Coalition.eot?#iefix') format('embedded-opentype'), url('../fonts/Coalition.woff2') format('woff2'), url('../fonts/Coalition.woff') format('woff'), url('../fonts/Coalition.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Regular.eot');
  src: url('../fonts/Montserrat-Regular.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Regular.woff2') format('woff2'), url('../fonts/Montserrat-Regular.woff') format('woff'), url('../fonts/Montserrat-Regular.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'mon';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
#mobile3{
  z-index: 19;
}
#Pop_UpsBtn {
  display: none !important;
}
.layui-layer-dialog .layui-layer-padding {
  word-break: break-word;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadowHc {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_fromHc {
  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_fromHc 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_fromHc form {
  margin-top: 40px;
}
#pups_fromHc 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_fromHc i.close::after,
#pups_fromHc 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_fromHc i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_fromHc i.close:hover {
  background: var(--color);
}
#pups_fromHc i.close:hover::before,
#pups_fromHc i.close:hover::after {
  background: white;
}
#pups_fromHc ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_fromHc ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_fromHc ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_fromHc ul li input,
#pups_fromHc 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_fromHc ul li input:focus,
#pups_fromHc ul li textarea:focus {
  border-color: var(--color);
}
#pups_fromHc ul li textarea {
  height: 80px;
}
#pups_fromHc 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_fromHc ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_fromHc ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 120px;
  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;
  right: 100%;
  top: 0;
  width: auto;
  min-height: 100%;
  padding: 0 5px;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  opacity: 1;
  -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;
  width: 150px;
  height: 150px;
  border: 1px solid #ccc;
}
.right_nav_list ul li .cont .phoneCont {
  padding: 10px;
  background-color: #fff;
  color: #000;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
@media (max-width: 1000px) {
  .footerBt {
    padding-bottom: 56px;
  }
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 46px;
    height: 46px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 22px;
  }
  .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;
  --color: #e50012;
  --color2: #0a2463;
  --white: #ffffff;
  --black: #000000;
  height: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  font-family: 'mon';
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
#wap-bottom {
  z-index: 30;
}
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;
  min-width: 100px;
  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;
}
.img_bg {
  -o-background-size: contain;
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
}
.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;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header {
  position: -webkit-sticky;
  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;
}
#header > .nav .hTop {
  padding: 20px 0;
  z-index: 2;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header > .nav .hTop .right {
  color: #fff;
}
#header > .nav .hTop .right .openBtn {
  border: 1px solid rgba(255, 255, 255, 0.2);
  border-radius: 20px;
  padding: 8px 20px;
  cursor: pointer;
}
#header > .nav .hTop .right .openBtn:hover {
  background-color: #fff;
  color: var(--color);
}
#header > .nav .hTop .right .lang_cont .c_cont {
  text-transform: uppercase;
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
}
#header > .nav .hTop .right .lang_cont:hover .c_cont {
  background-color: var(--color);
}
#header > .nav .hTop .right .h-search {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.2);
  cursor: pointer;
}
#header > .nav .hTop .right .h-search .img {
  width: 14px;
  height: 14px;
}
#header > .nav .hTop .right .h-search:hover {
  background-color: var(--color);
}
#header > .nav .lineC .container .line {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.2);
}
#header > .nav > .menu {
  z-index: 1;
  padding: 18px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header > .nav > .menu .menu-box {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .menu_c {
  z-index: 2;
  text-align: center;
  width: 100%;
  padding: 0 30px;
}
#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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 60px;
}
#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: 1px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  opacity: 0.7;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#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,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu{
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 16px;
  text-transform: capitalize;
  z-index: 2;
  color: var(--white);
  font-weight: 500;
}
#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;
  font-weight: 500;
  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 .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;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  background: #242830;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
#header.active > .nav .hTop {
  padding: 8px 0;
}
#header.active > .nav > .menu {
  padding: 8px 0;
}
#header-inner {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: #fff;
}
#header-inner a {
  display: block;
}
#header-inner img {
  display: block;
  width: 100%;
}
#header-inner > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
}
#header-inner > .nav .hTop {
  padding: 8px 0;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
}
#header-inner > .nav .hTop .right {
  margin-left: auto;
  color: #fff;
}
#header-inner > .nav .hTop .right .email {
  font-weight: 500;
}
#header-inner > .nav .hTop .right .share ul {
  padding-left: 15px;
}
#header-inner > .nav .hTop .right .share ul li {
  margin-left: 15px;
}
#header-inner > .nav .hTop .right .share ul li a {
  font-size: 20px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header-inner > .nav .hTop .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);
}
#header-inner > .nav .hTop .right .lang_cont .c_cont {
  text-transform: uppercase;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
}
#header-inner > .nav .hTop .right .lang_cont:hover .c_cont {
  background-color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#header-inner > .nav .hTop .right .h-search {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.7);
  cursor: pointer;
}
#header-inner > .nav .hTop .right .h-search .img {
  width: 14px;
  height: 14px;
}
#header-inner > .nav .hTop .right .h-search:hover {
  background-color: #000;
  border: 1px solid #000;
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}
#header-inner > .nav > .menuInner {
  z-index: 1;
  padding: 16px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#header-inner > .nav > .menuInner .menu-box {
  position: relative;
  z-index: 1;
}
#header-inner > .nav > .menuInner .menu-box .left {
  position: relative;
}
#header-inner > .nav > .menuInner .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header-inner > .nav > .menuInner .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#header-inner > .nav > .menuInner .menu-box .menu_c {
  z-index: 2;
  text-align: center;
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header-inner > .nav > .menuInner .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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  margin-left: 40px;
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item:first-child {
  margin-left: 0;
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a,
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a {
  color: var(--color);
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::after,
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::after {
  opacity: 1;
  -webkit-transform: translate(0);
  -moz-transform: translate(0);
  -ms-transform: translate(0);
  -o-transform: translate(0);
  transform: translate(0);
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header-inner > .nav > .menuInner .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-inner > .nav > .menuInner .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: 10px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  color: #000;
  font-weight: 500;
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::after {
  content: "";
  position: absolute;
  top: 14px;
  right: -20px;
  width: 14px;
  height: 14px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-image: url(../images/inner_header_2.png);
  opacity: 0;
  -webkit-transform-origin: top left;
  -moz-transform-origin: top left;
  -ms-transform-origin: top left;
  -o-transform-origin: top left;
  transform-origin: top left;
}
#header-inner > .nav > .menuInner .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-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header-inner > .nav > .menuInner .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;
  font-weight: 500;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header-inner > .nav > .menuInner .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header-inner > .nav > .menuInner .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-inner > .nav > .menuInner .menu-box .right .openBtn {
  border-radius: 20px;
  padding: 8px 20px;
  background-color: var(--color);
  color: #fff;
  cursor: pointer;
  font-weight: 500;
  text-transform: uppercase;
}
#header-inner > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header-inner > .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-inner > .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-inner > .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-inner > .nav .lang_cont .lang li a:hover {
  background-color: #000;
}
#header-inner > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header-inner > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header-inner > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@-webkit-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInLeftSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(-10%, 0, 0);
    -moz-transform: translate3d(-10%, 0, 0);
    transform: translate3d(-10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInLeftSmall {
  -webkit-animation-name: fadeInLeftSmall;
  -moz-animation-name: fadeInLeftSmall;
  -o-animation-name: fadeInLeftSmall;
  animation-name: fadeInLeftSmall;
}
@-webkit-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInRightSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(10%, 0, 0);
    -moz-transform: translate3d(10%, 0, 0);
    transform: translate3d(10%, 0, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInRightSmall {
  -webkit-animation-name: fadeInRightSmall;
  -moz-animation-name: fadeInRightSmall;
  -o-animation-name: fadeInRightSmall;
  animation-name: fadeInRightSmall;
}
@-webkit-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInDownSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, -10%, 0);
    -moz-transform: translate3d(0%, -10%, 0);
    transform: translate3d(0%, -10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInDownSmall {
  -webkit-animation-name: fadeInDownSmall;
  -moz-animation-name: fadeInDownSmall;
  -o-animation-name: fadeInDownSmall;
  animation-name: fadeInDownSmall;
}
@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
@keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }
  to {
    opacity: 1;
    -webkit-transform: none;
    -moz-transform: none;
    -o-transform: none;
    transform: none;
  }
}
.fadeInUpSmall {
  -webkit-animation-name: fadeInUpSmall;
  -moz-animation-name: fadeInUpSmall;
  -o-animation-name: fadeInUpSmall;
  animation-name: fadeInUpSmall;
}
@-webkit-keyframes rot_1 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rot_1 {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rot_1 {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rot_1 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-webkit-keyframes rot_2 {
  from {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-moz-keyframes rot_2 {
  from {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -moz-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-o-keyframes rot_2 {
  from {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@keyframes rot_2 {
  from {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  to {
    -webkit-transform: rotate(-360deg);
    -moz-transform: rotate(-360deg);
    -o-transform: rotate(-360deg);
    transform: rotate(-360deg);
  }
}
@-webkit-keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-moz-keyframes ks2 {
  from {
    -moz-transform: scale(1);
    transform: scale(1);
  }
  to {
    -moz-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@-o-keyframes ks2 {
  from {
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
@keyframes ks2 {
  from {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  to {
    -webkit-transform: scale(4);
    -moz-transform: scale(4);
    -o-transform: scale(4);
    transform: scale(4);
    opacity: 0;
  }
}
.font-76 {
  line-height: 1.1;
}
.font-72 {
  line-height: 1.1;
}
.font-48 {
  line-height: 1.3;
}
.font-40 {
  line-height: 1.3;
}
.font-36 {
  line-height: 1.3;
}
#banner {
  overflow: hidden;
  position: relative;
  z-index: 2;
}
#banner video {
  -webkit-filter: brightness(0.5);
  filter: brightness(0.5);
}
#banner .swiper {
  z-index: 2;
  width: 100%;
  overflow: hidden;
  position: relative;
}
#banner .swiper .swiper-wrapper {
  height: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide {
  -o-background-size: 100% auto;
  background-size: 100% auto;
  width: 100%;
  height: 54vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  z-index: 2;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide video {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-object-fit: cover;
  object-fit: cover;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC {
  bottom: 0;
  left: 0;
  z-index: 2;
  color: #fff;
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .top .container .contC {
  border-left: 1px solid rgba(255, 255, 255, 0.5);
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .top .text {
  font-weight: 500;
  max-width: 610px;
  text-transform: uppercase;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .top .more .sub {
  width: 16px;
  height: 16px;
  background-color: var(--color);
  border-bottom-left-radius: 8px;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .top .more .subText {
  font-weight: bold;
  text-transform: uppercase;
  font-style: italic;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .top .more:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .top .more:hover .sub {
  border-radius: 8px;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .line {
  height: 1px;
  width: 100%;
  background-color: rgba(255, 255, 255, 0.4);
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .bottom {
  width: 100%;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .bottom .container .btn {
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.3);
  cursor: pointer;
}
#banner .swiper .swiper-wrapper .swiper-slide .bottomC .bottom .container .btn:hover {
  background-color: var(--color);
}
.slick-list .slick-track {
  margin-left: 0;
}
.container {
  width: 1640px;
}
#index-body {
  position: relative;
  z-index: 1;
}
#index-body .init-1 {
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-1 .subImg1 {
  width: 60%;
  height: 100%;
  right: 0;
  top: 0;
  -o-background-size: 100% 100%;
  background-size: 100% 100%;
  z-index: 1;
}
#index-body .init-1 .subImg2 {
  height: 176px;
  width: 26%;
  top: 10px;
  left: 38%;
  z-index: 2;
}
#index-body .init-1 .container .left {
  z-index: 3;
  width: 60%;
}
#index-body .init-1 .container .left .tipsTitle {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-1 .container .left .tipsTitle2 {
  font-weight: bold;
  text-transform: uppercase;
}
#index-body .init-1 .container .left .line {
  width: 90px;
  height: 3px;
  background-color: var(--color);
}
#index-body .init-1 .container .left .des {
  color: #454545;
}
#index-body .init-1 .container .left .listCont {
  width: 530px;
}
#index-body .init-1 .container .left .listCont ul li {
  width: 220px;
  margin-top: 40px;
}
#index-body .init-1 .container .left .listCont ul li .box {
  z-index: 2;
}
#index-body .init-1 .container .left .listCont ul li .box .cir {
  width: 130px;
  height: 130px;
  border-radius: 50%;
  border: 1px solid #dddddd;
  z-index: -1;
  top: 20px;
}
#index-body .init-1 .container .left .listCont ul li .box .img {
  height: 80px;
  width: 80px;
  margin-left: 28px;
}
#index-body .init-1 .container .left .listCont ul li .box .num {
  color: #333333;
  font-weight: bold;
}
#index-body .init-1 .container .left .listCont ul li .box .num .sub {
  font-weight: 400;
}
#index-body .init-1 .container .left .listCont ul li .box .bottom {
  color: #575757;
}
#index-body .init-1 .container .left .listCont ul li:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
#index-body .init-1 .container .left .listCont ul .li1 .box .num {
  margin-left: 28px;
}
#index-body .init-1 .container .left .listCont ul .li3 .box .num {
  margin-left: 20px;
}
#index-body .init-1 .container .left .moreC .more {
  padding: 10px 20px 10px 40px;
  border: 2px solid #c6c6c6;
  border-radius: 24px;
  color: #575757;
}
#index-body .init-1 .container .left .moreC .more:hover {
  background-color: var(--color);
  border: 2px solid var(--color);
  color: #fff;
}
#index-body .init-1 .container .left .moreC .play {
  width: 48px;
  height: 48px;
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
  border-radius: 50%;
  font-size: 20px;
  cursor: pointer;
}
#index-body .init-1 .container .left .moreC .play i {
  margin-left: 2px;
}
#index-body .init-1 .container .left .moreC .play:hover {
  background-color: #fff;
  color: var(--color);
  -webkit-box-shadow: 0 0 10px rgba(229, 0, 18, 0.5);
  box-shadow: 0 0 10px rgba(229, 0, 18, 0.5);
}
#index-body .init-2 {
  background-color: #242830;
  z-index: 2;
}
#index-body .init-2 .subShadow {
  width: 550px;
  height: 100%;
  background-color: #1d2026;
  top: 0;
  right: 0;
  z-index: -2;
}
#index-body .init-2 .container .left {
  width: 580px;
}
#index-body .init-2 .container .left .tipsTitle {
  font-family: 'coa';
  color: rgba(255, 255, 255, 0.02);
}
#index-body .init-2 .container .left .tipsTitle2 {
  font-weight: bold;
  color: #fff;
  padding-right: 70px;
}
#index-body .init-2 .container .left .tipsDes {
  color: rgba(255, 255, 255, 0.5);
  padding-right: 70px;
}
#index-body .init-2 .container .left .more {
  color: #fff;
  background-color: var(--color);
  padding: 12px 30px;
  border-radius: 24px;
}
#index-body .init-2 .container .left .more:hover {
  background-color: #fff;
  color: var(--color);
}
#index-body .init-2 .container .middle {
  width: 570px;
}
#index-body .init-2 .container .middle .cirCont {
  height: 570px;
  width: 100%;
}
#index-body .init-2 .container .middle .cirCont .cir1 {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rot_1 40s linear infinite;
  -moz-animation: rot_1 40s linear infinite;
  -o-animation: rot_1 40s linear infinite;
  animation: rot_1 40s linear infinite;
}
#index-body .init-2 .container .middle .cirCont .cir2 {
  width: 90%;
  height: 90%;
  top: 5%;
  left: 5%;
  -webkit-animation: rot_2 40s linear infinite;
  -moz-animation: rot_2 40s linear infinite;
  -o-animation: rot_2 40s linear infinite;
  animation: rot_2 40s linear infinite;
}
#index-body .init-2 .container .middle .content {
  width: 460px;
  margin-left: 56px;
  margin-top: 54px;
  position: relative;
  z-index: 2;
}
#index-body .init-2 .container .middle .content .shadow2{
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50%;
  background-size: 100% 100%;
}
#index-body .init-2 .container .middle .content ul li .box .img {
  background-color: #fff;
  border-radius: 50%;
  height: 460px;
}
#index-body .init-2 .container .middle .content ul li .box .title {
  display: block;
  text-align: center;
  color: #fff;
  margin-top: 70px;
  font-weight: 600;
}
#index-body .init-2 .container .middle .content ul li .box .title:hover {
  color: var(--color);
}
#index-body .init-2 .container .middle .content ul li .box .more {
  margin-top: 20px;
  color: #fff;
}
#index-body .init-2 .container .middle .content ul li .box .more .moreSub {
  width: 36px;
  height: 36px;
  background-color: #fff;
  border-radius: 50%;
}
#index-body .init-2 .container .middle .content ul li .box .more .moreSub .jt {
  width: 18px;
  height: 12px;
}
#index-body .init-2 .container .middle .content ul li .box .more:hover .moreSub {
  background-color: var(--color);
}
#index-body .init-2 .container .middle .content ul li .box .more:hover .moreSub .jt {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
#index-body .init-2 .container .right {
  margin-left: auto;
  width: 300px;
  margin-top: 180px;
}
#index-body .init-2 .container .right ul li .box {
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
#index-body .init-2 .container .right ul li .box .img {
  background-color: #fff;
  height: 300px;
  border-radius: 50%;
}
#index-body .init-2 .container .right ul li .box .title {
  margin-top: 10px;
  color: #fff;
  text-align: center;
  display: block;
  font-weight: 600;
}
#index-body .init-2 .container .nextBtn {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.2);
  top: 45%;
  right: 380px;
  cursor: pointer;
  font-size: 60px;
  color: #1d2026;
}
#index-body .init-2 .container .nextBtn i {
  margin-left: 4px;
}
#index-body .init-2 .container .nextBtn:hover {
  background-color: #fff;
}
#index-body .init-2 .waves {
  height: 430px;
  width: 100%;
  left: 0;
  z-index: -1;
  bottom: 0;
  -webkit-filter: invert(1);
  filter: invert(1);
  -webkit-transform: scale(1.4) translateY(-9px);
  -moz-transform: scale(1.4) translateY(-9px);
  -ms-transform: scale(1.4) translateY(-9px);
  -o-transform: scale(1.4) translateY(-9px);
  transform: scale(1.4) translateY(-9px);
}
#index-body .init-3 .container .tipsTitle {
  font-weight: bold;
}
#index-body .init-3 .container .content1 .line {
  height: 2px;
  background-color: #dbdbdb;
  width: -webkit-calc(500%);
  width: -moz-calc(500%);
  width: calc(100% + 400px);
  bottom: 12px;
  left: -200px;
}
#index-body .init-3 .container .content1 .swiper {
  padding-bottom: 10px;
}
#index-body .init-3 .container .content1 ul li {
  width: auto;
  height: auto;
  cursor: pointer;
}
#index-body .init-3 .container .content1 ul li .box {
  height: 100%;
  padding: 10px 0;
  max-width: 220px;
  font-weight: 600;
  text-transform: uppercase;
  color: #656565;
}
#index-body .init-3 .container .content1 ul li .box .sub {
  width: 100%;
  height: 6px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
}
#index-body .init-3 .container .content1 ul li .box .sub2 {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 8px solid var(--color);
  bottom: -8px;
  opacity: 0;
}
#index-body .init-3 .container .content1 ul li:hover .box {
  color: #ff3949;
}
#index-body .init-3 .container .content1 ul li.active .box {
  color: var(--color);
}
#index-body .init-3 .container .content1 ul li.active .box .sub {
  opacity: 1;
}
#index-body .init-3 .container .content1 ul li.active .box .sub2 {
  opacity: 1;
}
#index-body .init-3 .container .content2 ul li {
  display: none;
}
#index-body .init-3 .container .content2 ul li .box .left {
  width: 36%;
}
#index-body .init-3 .container .content2 ul li .box .left .title {
  display: block;
  font-weight: bold;
}
#index-body .init-3 .container .content2 ul li .box .left .title:hover {
  color: var(--color);
}
#index-body .init-3 .container .content2 ul li .box .left .des {
  color: rgba(0, 0, 0, 0.8);
  line-height: 2;
}
#index-body .init-3 .container .content2 ul li .box .left .more {
  font-weight: bold;
}
#index-body .init-3 .container .content2 ul li .box .left .more .moreSub {
  width: 36px;
  height: 36px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-3 .container .content2 ul li .box .left .more .moreSub .jt {
  width: 16px;
  height: 16px;
}
#index-body .init-3 .container .content2 ul li .box .left .more:hover {
  color: var(--color);
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}
#index-body .init-3 .container .content2 ul li .box .right {
  width: 50%;
}
#index-body .init-3 .container .content3 .listCont ul li {
  cursor: pointer;
  margin-top: 30px;
}
#index-body .init-3 .container .content3 .listCont ul li .box .img {
  padding: 10px;
  border: 2px solid #fff;
}
#index-body .init-3 .container .content3 .listCont ul li .box .img img {
  width: 100%;
}
#index-body .init-3 .container .content3 .listCont ul li .box .cirC {
  margin: 20px auto 0;
  width: 30px;
  height: 30px;
}
#index-body .init-3 .container .content3 .listCont ul li .box .cirC .cir {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: var(--color);
  z-index: 2;
}
#index-body .init-3 .container .content3 .listCont ul li .box .cirC .lingC {
  opacity: 0;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}
#index-body .init-3 .container .content3 .listCont ul li .box .cirC .lingC .ling {
  width: 100%;
  height: 100%;
  background-color: var(--color);
  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;
  top: 0;
  left: 0;
}
#index-body .init-3 .container .content3 .listCont ul li .box .cirC .lingC .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-3 .container .content3 .listCont ul li .box .line {
  background-color: #cccccc;
  height: 1px;
  margin-top: -15px;
}
#index-body .init-3 .container .content3 .listCont ul li .box .title {
  text-align: center;
  padding: 0 10px;
}
#index-body .init-3 .container .content3 .listCont ul li.active .box .img {
  border: 2px solid var(--color);
}
#index-body .init-3 .container .content3 .listCont ul li.active .box .cirC .cir {
  width: 100%;
  height: 100%;
}
#index-body .init-3 .container .content3 .listCont ul li.active .box .cirC .lingC {
  opacity: 1;
}
#index-body .init-4 .container {
  width: 100%;
  padding: 0;
}
#index-body .init-4 .container ul li {
  cursor: pointer;
  width: 12%;
  position: relative;
}
#index-body .init-4 .container ul li .box {
  width: 100%;
  -o-background-size: cover;
  background-size: cover;
  height: 820px;
  overflow: hidden;
}
#index-body .init-4 .container ul li .box .cont1 {
  height: 100%;
  -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;
  pointer-events: none;
}
#index-body .init-4 .container ul li .box .cont1 .text {
  -webkit-writing-mode: sideways-lr;
  -ms-writing-mode: sideways-lr;
  writing-mode: sideways-lr;
  margin: auto auto 20px;
  color: #fff;
  font-weight: 500;
}
#index-body .init-4 .container ul li .box .cont1 .imgC {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  border: 2px solid #fff;
  margin: 0 auto 60px;
}
#index-body .init-4 .container ul li .box .cont1 .imgC .img {
  width: 50px;
  height: 50px;
}
#index-body .init-4 .container ul li .box .cont2 {
  pointer-events: none;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 50px 150px;
  opacity: 0;
  -webkit-transform: translateX(-2000px);
  -moz-transform: translateX(-2000px);
  -ms-transform: translateX(-2000px);
  -o-transform: translateX(-2000px);
  transform: translateX(-2000px);
}
#index-body .init-4 .container ul li .box .cont2 .imgC {
  margin-top: 20px;
  width: 90px;
  height: 90px;
  min-width: 90px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-4 .container ul li .box .cont2 .imgC .img {
  width: 50px;
  height: 50px;
  -o-object-fit: contain;
  object-fit: contain;
  -o-background-size: contain;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
}
#index-body .init-4 .container ul li .box .cont2 .cont {
  width: -webkit-calc(10%);
  width: -moz-calc(10%);
  width: calc(100% - 90px);
  padding-left: 20px;
  color: #fff;
}
#index-body .init-4 .container ul li .box .cont2 .cont .title {
  font-weight: bold;
}
#index-body .init-4 .container ul li .box .cont2 .cont .des {
  margin-top: 10px;
}
#index-body .init-4 .container ul li.active {
  width: 64%;
}
#index-body .init-4 .container ul li.active .cont1 {
  opacity: 0;
  -webkit-transform: translateX(-500px);
  -moz-transform: translateX(-500px);
  -ms-transform: translateX(-500px);
  -o-transform: translateX(-500px);
  transform: translateX(-500px);
}
#index-body .init-4 .container ul li.active .cont2 {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
#index-body .init-5 .container .title {
  font-weight: bold;
}
#index-body .init-5 .container .des {
  color: #454545;
  max-width: 850px;
  margin: 20px auto 0;
  line-height: 2;
}
#index-body .init-5 .container .content .cont {
  width: 1420px;
  margin: auto;
  height: 730px;
}
#index-body .init-5 .container .content .cont .img {
  width: 100%;
}
#index-body .init-5 .container .content .cont .listC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-5 .container .content .cont .listC .list {
  z-index: 1;
}
#index-body .init-5 .container .content .cont .listC .list .cirC {
  width: 20px;
  height: 20px;
  border-radius: 50%;
  border: 1px solid var(--color);
  -webkit-box-shadow: 0 0 20px rgba(229, 0, 19, 0.4);
  box-shadow: 0 0 20px rgba(229, 0, 19, 0.4);
}
#index-body .init-5 .container .content .cont .listC .list .cirC .cir {
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
}
#index-body .init-5 .container .content .cont .listC .list .cirC .lingC {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
#index-body .init-5 .container .content .cont .listC .list .cirC .lingC .ling {
  width: 100%;
  background-color: var(--color);
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 50%;
  -webkit-animation: ks2 3s linear infinite;
  -moz-animation: ks2 3s linear infinite;
  -o-animation: ks2 3s linear infinite;
  animation: ks2 3s linear infinite;
}
#index-body .init-5 .container .content .cont .listC .list .cirC .lingC .ling:last-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
#index-body .init-5 .container .content .cont .listC .list .info {
  width: 220px;
  background-color: #fff;
  border-radius: 6px;
  padding: 10px;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  opacity: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  z-index: 2;
}
#index-body .init-5 .container .content .cont .listC .list .info img {
  width: 100%;
}
#index-body .init-5 .container .content .cont .listC .list .info .text {
  font-weight: 600;
}
#index-body .init-5 .container .content .cont .listC .list .city {
  white-space: nowrap;
  z-index: 1;
}
#index-body .init-5 .container .content .cont .listC .list:hover {
  z-index: 2;
}
#index-body .init-5 .container .content .cont .listC .list:hover .info {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
#index-body .init-5 .container .content .cont .listC .list1 {
  left: 23%;
  top: 14%;
}
#index-body .init-5 .container .content .cont .listC .list2 {
  left: 12%;
  top: 24%;
}
#index-body .init-5 .container .content .cont .listC .list2 .city {
  top: -40px;
  left: -30px;
}
#index-body .init-5 .container .content .cont .listC .list3 {
  left: 18%;
  top: 28%;
}
#index-body .init-5 .container .content .cont .listC .list4 {
  left: 23%;
  top: 52%;
}
#index-body .init-5 .container .content .cont .listC .list5 {
  left: 27%;
  top: 66%;
}
#index-body .init-5 .container .content .cont .listC .list5 .city {
  top: -34px;
  left: -44px;
}
#index-body .init-5 .container .content .cont .listC .list6 {
  left: 42%;
  top: 13%;
}
#index-body .init-5 .container .content .cont .listC .list6 .city {
  top: 20px;
  left: -24px;
}
#index-body .init-5 .container .content .cont .listC .list7 {
  left: 46%;
  top: 16%;
}
#index-body .init-5 .container .content .cont .listC .list7 .city {
  top: 20px;
  left: 20px;
}
#index-body .init-5 .container .content .cont .listC .list8 {
  left: 45%;
  top: 30%;
}
#index-body .init-5 .container .content .cont .listC .list9 {
  left: 52%;
  top: 17%;
}
#index-body .init-5 .container .content .cont .listC .list10 {
  left: 51%;
  top: 35%;
}
#index-body .init-5 .container .content .cont .listC .list11 {
  left: 51%;
  top: 68%;
}
#index-body .init-5 .container .content .cont .listC .list11 .city {
  top: 30px;
  left: -10px;
}
#index-body .init-5 .container .content .cont .listC .list12 {
  left: 68%;
  top: 8%;
}
#index-body .init-5 .container .content .cont .listC .list12 .city {
  top: -12px;
  left: 54px;
}
#index-body .init-5 .container .content .cont .listC .list13 {
  left: 73%;
  top: 28%;
}
#index-body .init-5 .container .content .cont .listC .list13 .city {
  top: -12px;
  left: -60px;
}
#index-body .init-5 .container .content .cont .listC .list14 {
  left: 77%;
  top: 9%;
}
#index-body .init-5 .container .content .cont .listC .list15 {
  left: 81.5%;
  top: 30%;
}
#index-body .init-5 .container .content .cont .listC .list15 .info {
  right: 0;
}
#index-body .init-5 .container .content .cont .listC .list16 {
  left: 86%;
  top: 68%;
}
#index-body .init-5 .container .content .cont .listC .list16 .city {
  top: 24px;
  left: 16px;
}
#index-body .init-5 .container .content .cont .listC .list16 .info {
  right: 0;
}
#index-body .init-5 .container .content .cont .listC .list17 {
  left: 91%;
  top: 68%;
}
#index-body .init-5 .container .content .cont .listC .list17 .info {
  right: 0;
}
#index-body .init-5 .container .content .cont .listC .logo {
  width: 19%;
  right: -5%;
  top: 28%;
}
#index-body .init-6 .content1 {
  height: 880px;
}
#index-body .init-6 .content1 ul li .bg {
  z-index: -1;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
}
#index-body .init-6 .content1 ul li .box {
  height: 880px;
  z-index: 2;
}
#index-body .init-6 .content1 ul li .box .cont {
  color: #fff;
  max-width: 760px;
  margin-top: -200px;
}
#index-body .init-6 .content1 ul li .box .cont .title {
  text-transform: uppercase;
  font-weight: bold;
}
#index-body .init-6 .content1 ul li .box .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
#index-body .init-6 .content2 {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 24px 0;
  bottom: 0;
  z-index: 2;
  left: 0;
  width: 100%;
}
#index-body .init-6 .content2 ul li {
  height: auto;
}
#index-body .init-6 .content2 ul li .box {
  cursor: pointer;
  padding: 20px 10px;
  height: 100%;
  border: 2px solid rgba(255, 255, 255, 0.6);
  border-radius: 10px;
}
#index-body .init-6 .content2 ul li.swiper-slide-thumb-active .box {
  background-color: var(--color);
  border: 2px solid var(--color);
}
#index-body .init-7 .subImg {
  width: 36px;
  height: 280px;
  right: 0;
  top: 30%;
  cursor: pointer;
  z-index: 2;
}
#index-body .init-7 .prev {
  left: 0;
  right: unset;
}
#index-body .init-7 .container .tipsTitle {
  font-weight: bold;
}
#index-body .init-7 .container .content .title {
  display: block;
  font-weight: bold;
}
#index-body .init-7 .container .content .title:hover {
  color: var(--color);
}
#index-body .init-7 .container .content .des {
  color: #454545;
  margin-top: 20px;
}
#index-body .init-7 .container .content .moreC .more span {
  padding-right: 15px;
}
#index-body .init-7 .container .content .moreC .more i {
  margin-left: -10px;
}
#index-body .init-7 .container .content .moreC .more:hover {
  color: var(--color);
}
#index-body .init-7 .container .content .moreC .time {
  color: #454545;
}
#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-position: top center;
  background-color: #dedede;
}
#footer .shadow {
  width: 100%;
  height: 320px;
  bottom: 0;
  left: 0;
  background-position: center bottom;
}
#footer .fTop .right form {
  width: 1170px;
}
#footer .fTop .right form input {
  width: 190px;
  background-color: #fff;
  border: none;
  padding: 16px 12px;
}
#footer .fTop .right form .content {
  width: 400px;
}
#footer .fTop .right form .btn {
  width: 156px;
  background-color: var(--color);
  color: #fff;
  text-align: center;
  font-weight: 500;
}
#footer .line {
  height: 1px;
  width: 100%;
  background-color: #c7c7c7;
}
#footer .fBottom {
  padding-top: 30px;
}
#footer .fBottom .container .listCont {
  margin-top: 40px;
}
#footer .fBottom .container .listCont .list {
  margin-top: 40px;
}
#footer .fBottom .container .listCont .list .img {
  width: 24px;
  height: 24px;
}
#footer .fBottom .container .listCont .list .text {
  width: -webkit-calc(76%);
  width: -moz-calc(76%);
  width: calc(100% - 24px);
  color: #606060;
  padding-left: 14px;
}
#footer .fBottom .container .listCont .share {
  margin-top: 70px;
}
#footer .fBottom .container .listCont .share ul li {
  margin-right: 20px;
}
#footer .fBottom .container .listCont .share ul li a {
  display: block;
  font-size: 30px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .fBottom .container .listCont .share ul li a:hover {
  color: var(--color);
}
#footer .fBottom .container .listCont .first {
  font-weight: 600;
  margin-bottom: 40px;
}
#footer .fBottom .container .listCont .list2 {
  margin-top: 20px;
}
#footer .fBottom .container .listCont .list2 a {
  color: #838383;
}
#footer .fBottom .container .listCont .list2 a:hover {
  color: var(--color);
}
#footer .fBottom .container .listCont1 {
  width: 360px;
}
#footer .fBottom .container .listCont2 {
  width: 240px;
}
#footer .fBottom .container .listCont3 {
  width: 200px;
}
#footer .fBottom .container .listCont4 {
  width: 170px;
}
#footer .fBottom .container .listCont5 {
  width: 130px;
}
#footer .fBottom .container .listCont6 {
  width: 190px;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: #808080;
  margin-top: 80px;
}
#footer .copyright .container {
  padding-top: 10px;
  padding-bottom: 10px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: #808080;
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  position: relative;
  top: 0;
}
@media (max-width: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #index-body .init-2 .container .left {
    width: 440px;
  }
  #index-body .init-2 .subShadow {
    width: 486px;
  }
  #index-body .init-2 .container .nextBtn {
    right: 23%;
  }
  #index-body .init-2 .subShadow {
    width: 29%;
  }
  #index-body .init-5 .container .content .cont {
    zoom: 0.8;
  }
  #footer .fTop .logo {
    width: 240px;
  }
  #footer .fTop .right form {
    width: 1070px;
  }
  #footer .fTop .right form .content {
    width: 300px;
  }
}
@media (max-width: 1450px) {
  #header > .nav > .menu .menu-box .menu_c {
    padding: 0;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 20px;
  }
  #index-body .init-2 .container .left {
    width: 100%;
  }
  #index-body .init-2 .container .left .tipsTitle2 {
    padding-right: 0;
  }
  #index-body .init-2 .container .left .tipsDes {
    padding-right: 0;
  }
  #index-body .init-2 .subShadow {
    display: none;
  }
  #index-body .init-2 .container .nextBtn {
    top: 32%;
    right: 32%;
  }
  #footer .fTop .logo {
    width: 180px;
  }
  #footer .fTop .right form {
    width: 910px;
  }
  #footer .fTop .right form input {
    width: 150px;
  }
  #footer .fTop .right form .content {
    width: 240px;
  }
  #footer .fBottom .container .listCont1 {
    width: 310px;
  }
  #footer .fBottom .container .listCont2 {
    width: 170px;
  }
  #footer .fBottom .container .listCont3 {
    width: 150px;
  }
  #footer .fBottom .container .listCont4 {
    width: 140px;
  }
  #footer .fBottom .container .listCont5 {
    width: 110px;
  }
  #footer .fBottom .container .listCont6 {
    width: 160px;
  }
}
@media (max-width: 1250px) {
  #index-body .init-3 .container .content2 ul li .box .left {
    width: 44%;
  }
  #index-body .init-4 .container ul li .box .cont2 {
    padding: 30px 50px;
  }
  #index-body .init-5 .container .content {
    overflow-x: auto;
    overflow-y: hidden;
  }
  #index-body .init-5 .container .content .cont {
    zoom: 0.6;
  }
  #footer .fTop .right {
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-1 .container .left .listCont {
    width: 100%;
  }
  #index-body .init-1 .container .left {
    width: 100%;
  }
  #index-body .init-1 .container .left .listCont ul li {
    width: 150px;
  }
  #index-body .init-1 .container .left .listCont ul li .box .img {
    margin: auto;
  }
  #index-body .init-1 .container .left .listCont ul li .box .num {
    margin-left: 0;
    text-align: center;
    margin-top: 20px;
  }
  #index-body .init-1 .container .left .listCont ul .li1 .box .num {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul li .box .bottom {
    text-align: center;
  }
  #index-body .init-1 .container .left .listCont ul .li3 .box .num {
    margin-left: 0;
  }
  #index-body .init-1 .container .left .listCont ul li .box .cir {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    transform: translateX(-50%);
  }
  #index-body .init-1 .container .left .moreC {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #index-body .init-2 .container .middle {
    width: 100%;
  }
  #index-body .init-2 .container .nextBtn {
    position: relative;
    top: 0;
    left: 0;
    margin: 40px auto 0;
  }
  #index-body .init-2 .container .middle .content {
    margin: 8vw auto 0;
    padding: 0;
  }
  #index-body .init-3 .container .content2 ul li .box .left {
    width: 100%;
  }
  #index-body .init-3 .container .content2 ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .content3 .listCont ul li {
    width: 33.33%;
  }
  #index-body .init-4 .container ul li {
    width: 100%;
  }
  #index-body .init-4 .container ul li .box {
    height: 64vw;
  }
  #index-body .init-4 .container ul li.active {
    width: 100%;
  }
  #index-body .init-4 .container ul li .box .cont1 {
    opacity: 0 !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-4 .container ul li .box .cont2 {
    opacity: 1 !important;
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }
  #index-body .init-7 .subImg {
    width: 20px;
    top: 20%;
  }
  #footer .fTop .right form {
    width: 100%;
  }
  #footer .fTop .right form input {
    width: 210px;
    margin-top: 10px;
  }
  #footer .fTop .right form .content {
    width: 100%;
  }
  #footer .fBottom .container .listCont {
    margin-top: 0;
  }
  #footer .copyright .container .left {
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  #footer .copyright {
    margin-top: 40px;
  }
}
@media (max-width: 700px) {
  #index-body .init-1 .container .left .listCont ul li {
    width: 50%;
  }
  #index-body .init-2 .container .middle .content {
    width: 70%;
  }
  #index-body .init-2 .container .middle .cirCont {
    height: 86vw;
  }
  #index-body .init-2 .container .middle .content ul li .box .img {
    height: 70vw;
  }
  #index-body .init-4 .container ul li .box .cont2 {
    padding: 20px 16px;
  }
  #index-body .init-4 .container ul li .box .cont2 .imgC {
    width: 60px;
    height: 60px;
    min-width: 60px;
  }
  #index-body .init-4 .container ul li .box .cont2 .imgC .img {
    width: 30px;
    height: 30px;
  }
  #index-body .init-4 .container ul li .box .cont2 .cont {
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(100% - 60px);
  }
  #footer .fTop .right form input {
    width: 100%;
  }
}
@media (max-width: 500px) {
  #banner .swiper .swiper-wrapper .swiper-slide {
    height: 280px;
  }
  #index-body .init-1 .container .left .listCont ul li {
    width: 100%;
  }
  #index-body .init-2 .container .middle {
    margin-top: 40px;
  }
  #index-body .init-2 .container .middle .content {
    width: 80%;
  }
  #index-body .init-2 .container .middle .content ul li .box .title {
    margin-top: 40px;
  }
  #index-body .init-3 .container .content3 .listCont ul li {
    width: 50%;
    margin-top: 20px;
  }
  #index-body .init-3 .container .content3 .listCont ul li .box .title {
    padding: 0 5px;
  }
  #index-body .init-3 .container .content3 .listCont ul li .box .cirC {
    width: 20px;
    height: 20px;
  }
  #index-body .init-3 .container .content3 .listCont ul li .box .line {
    margin-top: -10px;
  }
  #index-body .init-4 .container ul li .box {
    -o-background-size: cover;
    background-size: cover;
    height: auto;
  }
  #index-body .init-4 .container ul li .box .cont1 {
    display: none;
  }
  #index-body .init-4 .container ul li .box .cont2 {
    position: relative;
    padding: 60px 16px 20px;
  }
  #index-body .init-4 .container ul li .box .cont2 .cont {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }
  #index-body .init-6 .content2 ul li .box img {
    height: 30px;
  }
  #index-body .init-6 .content1 {
    height: 144vw;
  }
  #index-body .init-6 .content1 ul li .box {
    height: 144vw;
  }
  #index-body .init-6 .content2 {
    padding: 10px;
  }
  #index-body .init-6 .content1 ul li .box .cont {
    margin-top: -100px;
  }
  #footer .fBottom .container .listCont .list {
    margin-top: 20px;
  }
  #footer .fBottom {
    padding-top: 10px;
  }
  #footer .copyright {
    margin-top: 20px;
  }
  #footer .fTop .right form input {
    padding: 10px;
  }
}
.editThumb::-webkit-scrollbar {
  width: 16px;
}
.editThumb::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center top;
  background-size: contain;
}
.editThumb::-webkit-scrollbar-track {
  background: transparent;
}
.inner-page {
  position: relative;
  /*z-index: 2;*/
}
.mbxC .mbx {
  font-size: 18px;
}
.mbxC .mbx .home {
  width: 22px;
  height: 22px;
  display: inline-block;
  position: relative;
  top: -2px;
}
.mbxC .mbx a,
.mbxC .mbx span {
  margin: 0 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  font-weight: 500;
}
.mbxC .mbx a:nth-child(2) {
  display: none;
}
.mbxC .mbx a:nth-child(1) {
  margin-left: 0;
}
.mbxC .mbx a:hover {
  color: var(--color);
}
.about-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.about-page .init-1 .container .contentC .swiper {
  padding: 0 15px;
}
.about-page .init-1 .container .contentC ul li .box {
  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;
  text-align: center;
}
.about-page .init-1 .container .contentC ul li .box .title {
  font-weight: bold;
  color: var(--color);
  position: relative;
  height: 40px;
  width: 100%;
}
.about-page .init-1 .container .contentC ul li .box .title p {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}
.about-page .init-1 .container .contentC ul li .box .line {
  width: 2px;
  height: 30px;
  background-color: var(--color);
  opacity: 0;
}
.about-page .init-1 .container .contentC ul li .box .line1 {
  margin: 10px auto 0;
}
.about-page .init-1 .container .contentC ul li .box .textC {
  width: 100%;
  font-weight: bold;
  position: relative;
  z-index: 2;
  margin: 0 10px;
  padding: 4px 0;
}
.about-page .init-1 .container .contentC ul li .box .textC .sub {
  z-index: -1;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-transform: skewX(30deg);
  -moz-transform: skewX(30deg);
  -ms-transform: skewX(30deg);
  -o-transform: skewX(30deg);
  transform: skewX(30deg);
}
.about-page .init-1 .container .contentC ul li .box .line2 {
  width: 2px;
  height: 30px;
  background-color: var(--color);
  margin: 0 auto;
}
.about-page .init-1 .container .contentC ul li .box .img {
  height: 40px;
  width: 100%;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .line1 {
  opacity: 0;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .line2 {
  opacity: 1;
  background-color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .img {
  -webkit-box-ordinal-group: -1;
  -webkit-order: -2;
  -moz-box-ordinal-group: -1;
  -ms-flex-order: -2;
  order: -2;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n) .box .title {
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
  -moz-box-ordinal-group: 3;
  -ms-flex-order: 2;
  order: 2;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n - 1) .box .line1 {
  opacity: 1;
}
.about-page .init-1 .container .contentC ul li:nth-child(2n - 1) .box .line2 {
  opacity: 0;
  background-color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .title {
  color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .textC .sub {
  background-color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n) .box .line1 {
  background-color: #646a73;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .title {
  color: #fff;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .textC {
  color: #000;
}
.about-page .init-1 .container .contentC ul li:nth-child(3n - 1) .box .textC .sub {
  background-color: #fff;
}
.about-page .init-1 .container .moreC .more {
  padding: 8px 40px;
  border: 2px solid #fff;
}
.about-page .init-1 .container .moreC .more:hover {
  border: 2px solid var(--color);
  background-color: var(--color);
}
.about-page .init-2 {
  z-index: 2;
  background-color: #fafafa;
}
.about-page .init-2 .sub {
  width: 100%;
  height: 140px;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #fff;
}
.about-page .init-2 .left {
  width: 40%;
}
.about-page .init-2 .left .tipsTitle {
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.2;
  color: var(--color);
}
.about-page .init-2 .left .tipsTitle p {
  display: inline-block;
  border-bottom: 1px solid var(--color);
}
.about-page .init-2 .left .tipsTitle2 {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-2 .left .des {
  line-height: 2;
  padding-right: 20px;
  max-height: 400px;
  overflow-y: auto;
}
.about-page .init-2 .left .more {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  font-weight: 600;
  background-color: var(--color);
  color: #fff;
  padding: 12px 50px;
  display: inline-block;
  cursor: pointer;
}
.about-page .init-2 .left .more:hover {
  background-color: #000;
}
.about-page .init-2 .right {
  width: 56%;
}
.about-page .init-2 .listCont {
  width: 100%;
  padding-top: 50px;
}
.about-page .init-2 .listCont ul li {
  margin-top: 50px;
}
.about-page .init-2 .listCont ul li .box .num {
  line-height: 1;
  font-size: 72px;
  font-weight: bold;
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .sub2 {
  font-weight: bold;
  font-size: 40px;
  line-height: 1;
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .sub3 {
  color: var(--color);
}
.about-page .init-2 .listCont ul li .box .text {
  font-size: 16px;
  font-weight: 500;
  color: #575757;
  margin-left: 10px;
  position: relative;
  top: -6px;
}
.about-page .init-2 .listCont ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
}
.about-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
  padding: 80px;
  background-attachment: fixed;
}
.about-page .init-3 .content {
  min-height: 830px;
}
.about-page .init-3 .content .box {
  width: 730px;
  background: rgba(0, 0, 0, 0.4);
  padding: 80px 50px 70px 70px;
  color: #fff;
}
.about-page .init-3 .content .box .title {
  font-weight: bold;
}
.about-page .init-3 .content .box .des {
  line-height: 2;
}
.about-page .init-4 .container {
  /*width: 100%;
  padding: 0;*/
}
.about-page .init-4 .container .title {
  font-weight: bold;
  text-align: center;
  text-transform: uppercase;
}
.about-page .init-4 .container .content .btn {
  z-index: 2;
  position: absolute;
  width: 40px;
  height: 40px;
  background-color: rgba(0, 0, 0, 0.4);
  top: 50%;
  right: 19%;
  color: #fff;
  cursor: pointer;
  font-weight: bold;
  font-size: 30px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .prev {
  left: 19%;
}
.about-page .init-5 .container .title {
  font-weight: bold;
  text-transform: uppercase;
}
.about-page .init-5 .container .content .list {
  max-width: 1400px;
}
.about-page .init-5 .container .content .list .listTop {
  padding: 0 100px;
}
.about-page .init-5 .container .content .list .listTop .swiper {
  padding: 20px 20px 0;
}
.about-page .init-5 .container .content .list ul li .box .img {
  display: block;
}
.about-page .init-5 .container .content .list ul li .box .img img {
  width: 100%;
}
.about-page .init-5 .container .content .list ul li .box:hover {
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  -ms-transform: translateY(-10px);
  -o-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.8);
}
.about-page .init-5 .container .content .list2 {
  margin: -120px 0 0 auto;
}
.about-page .init-6 {
  position: relative;
  z-index: 2;
  margin-top: -20px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 90px;
}
.about-page .init-6 .container .titleC {
  font-weight: bold;
  color: #fff;
}
.about-page .init-6 .container .content {
  max-width: 870px;
  margin: 40px auto 0;
  background-color: rgba(0, 0, 0, 0.4);
  min-height: 570px;
  padding: 80px 80px 170px;
  color: #fff;
  line-height: 2;
  text-align: center;
}
.about-page .init-6 .container .content .more {
  padding: 7px 40px;
  text-transform: uppercase;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
}
.about-page .init-6 .container .content .more:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
}
@media (max-width: 1700px) {
  #header-inner > .nav > .menuInner {
    padding-bottom: 0;
  }
  #header-inner > .nav > .menuInner .menu-box .left {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  #header-inner > .nav > .menuInner .menu-box .right {
    margin-left: auto;
    -webkit-box-ordinal-group: 2;
    -webkit-order: 1;
    -moz-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
  }
  #header-inner > .nav > .menuInner .menu-box .menu_c {
    width: 100%;
    -webkit-box-ordinal-group: 3;
    -webkit-order: 2;
    -moz-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    border-top: 1px solid #f2f2f2;
    margin-top: 10px;
  }
  .about-page .init-2 .listCont ul li .box .num {
    font-size: 54px;
  }
}
@media (max-width: 1450px) {
  .about-page .init-3 .content {
    min-height: 350px;
  }
}
@media (max-width: 1250px) {
  #header-inner {
    display: none;
  }
  .about-page .init-2 .sub {
    display: none;
  }
  .about-page .init-2 .left {
    width: 100%;
  }
  .about-page .init-2 .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .about-page .init-2 .listCont ul li .box .num {
    font-size: 46px;
  }
}
@media (max-width: 1000px) {
  .about-page .init-5 .container .content .list2 {
    margin-top: -50px;
  }
}
@media (max-width: 700px) {
  .about-page .init-3 {
    padding: 40px 16px;
  }
  .about-page .init-3 .content .box {
    padding: 40px 16px;
  }
  .about-page .init-5 .container .content .list .listTop {
    padding: 0;
  }
}
@media (max-width: 500px) {
  .mbxC .mbx {
    font-size: 16px;
    line-height: 2;
  }
  .about-page .init-2 .listCont {
    padding-top: 20px;
  }
  .about-page .init-2 .listCont ul li {
    margin-top: 30px;
  }
  .about-page .init-4 .container .content .btn {
    right: 10px;
  }
  .about-page .init-4 .container .content .prev {
    left: 10px;
    right: unset;
  }
  .about-page .init-5 .container .content .list2 {
    margin-top: -10px;
  }
  .about-page .init-6 {
    margin-top: 0;
    padding-top: 40px;
  }
  .about-page .init-6 .container .content {
    margin-top: 30px;
    padding: 40px 16px 40px;
    min-height: 1px;
  }
}
.case-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  text-align: center;
  color: #fff;
  padding-bottom: 20px;
}
.case-page .init-1 .container .title {
  font-weight: bold;
}
.case-page .init-1 .container .des {
  max-width: 990px;
  margin: 20px auto 0;
}
.case-page .init-1 .container .listCont {
  max-width: 1120px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  margin: 100px auto 0;
}
.case-page .init-1 .container .listCont ul li {
  margin-top: 30px;
}
.case-page .init-1 .container .listCont ul li .box .list {
  position: relative;
  color: #fff;
  display: block;
  font-weight: 500;
  text-transform: uppercase;
}
.case-page .init-1 .container .listCont ul li .box .list::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.case-page .init-1 .container .listCont ul li .box .list.active::before,
.case-page .init-1 .container .listCont ul li .box .list:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.case-page .init-1 .container .listCont ul li .box .list.active {
  font-weight: bold;
}
.case-page .init-1 .container .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.case-page .init-1 .container .btn:hover {
  color: #fff;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.case-page .init-2 .container > ul > li {
  width: 33.33%;
}
.case-page .init-2 .container > ul > li > .box {
  cursor: pointer;
  background: #F7F7F7;
}
.case-page .init-2 .container > ul > li > .box .cont {
  padding: 40px 30px;
}
.case-page .init-2 .container > ul > li > .box .cont .title {
  font-weight: 500;
}
.case-page .init-2 .container > ul > li > .box .cont .des {
  color: #808080;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 10px;
}
.case-page .init-2 .container > ul > li > .box .img img {
  width: 100%;
}
.case-page .init-2 .container > ul > li:hover > .box {
  background: #fff;
  -webkit-box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 40px 0px rgba(0, 0, 0, 0.1);
}
.case-page .init-2 .container > ul > li .contentCont {
  display: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 99;
}
.case-page .init-2 .container > ul > li .contentCont .contentC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo {
  background: #fff;
  width: 1430px;
  max-width: 96%;
  -webkit-box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.3);
  box-shadow: 0px 0px 80px 5px rgba(0, 0, 0, 0.3);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .close {
  position: absolute;
  width: 32px;
  height: 32px;
  border: 2px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.6);
  font-size: 40px;
  border-radius: 50%;
  line-height: 1;
  top: 20px;
  cursor: pointer;
  z-index: 2;
  right: 20px;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .close:hover {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText {
  width: 100%;
  max-height: 90vh;
  overflow-y: auto;
  padding-right: 10px;
  position: relative;
  padding: 100px 50px;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left {
  width: 110px;
  padding-right: 10px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
  height: 470px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box {
  cursor: pointer;
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.6;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img i{
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  background: #fff;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img video{
  height: 100%;
  display: block;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li.swiper-slide-thumb-active .box {
  opacity: 1;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
  width: 46%;
  padding-right: 40px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img {
  height: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img img {
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle ul li .box .img video{
  display: block;
  max-height: 410px;
  margin: auto;
  height: 100%;
  object-fit: contain;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage {
  text-align: center;
  margin-top: 20px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage .swiper-pagination-bullet {
  width: 6px;
  height: 6px;
  opacity: 1;
  border-radius: 6px;
  background-color: var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 3px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle .sPage .swiper-pagination-bullet-active {
  width: 26px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right {
  width: -webkit-calc(-56%);
  width: -moz-calc(-56%);
  width: calc(54% - 110px);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .title {
  font-weight: bold;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des {
  color: #4E4E4E;
  line-height: 2;
  max-height: 170px;
  overflow-y: auto;
  padding-right: 10px;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des h2,
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des b,
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .des strong{
  font-weight: bold;
  color: #000;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont .tips {
  font-weight: bold;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li {
  padding: 0;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box a {
  display: block;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box a img {
  width: 100%;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .img {
  border: 2px solid rgba(137, 137, 137, 0.3);
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .text {
  text-align: center;
  font-weight: 500;
}
.case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right .listCont ul li .box .text:hover {
  color: var(--color);
}
.m-page a,
.m-page span {
  display: inline-block;
  width: 40px;
  height: 40px;
  margin: 5px;
  font-size: 16px;
  font-weight: 500;
  border: 1px solid #999;
  border-radius: 5px;
  color: #999;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.m-page a.current,
.m-page span.current {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
.m-page a:hover {
  background-color: var(--color);
  color: #fff;
  border-color: var(--color);
}
@media (max-width: 1450px) {
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
    height: 31vw;
  }
}
@media (max-width: 1000px) {
  .case-page .init-2 .container > ul > li > .box .cont {
    padding: 20px 10px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .right {
    width: 100%;
    margin-top: 40px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
    width: 66%;
  }
}
@media (max-width: 700px) {
  .case-page .init-2 .container > ul > li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .m-page a,
  .m-page span {
    width: 30px;
    height: 30px;
    line-height: 30px;
    margin: 2px;
  }
  .case-page .init-1 .container .listCont {
    margin-top: 40px;
  }
  .case-page .init-1 .container .listCont ul li {
    margin-top: 20px;
  }
  .case-page .init-2 .container > ul > li {
    width: 100%;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText {
    padding: 50px 16px;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left ul li .box .img{
    height: 50vw;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .middle {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    padding-right: 0;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left {
    width: 100%;
    margin-top: 10px;
    padding-right: 0;
  }
  .case-page .init-2 .container > ul > li .contentCont .contentC .contentInfo .contentText .left .swiper {
    height: auto;
  }
}
.honor-page .init-1 {
  background-color: #f9f9f9;
}
.honor-page .init-1 .container ul li {
  width: 33.33%;
}
.honor-page .init-1 .container ul li .box .imgC {
  width: 160px;
  height: 160px;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.honor-page .init-1 .container ul li .box .imgC img {
  max-width: 100%;
}
.honor-page .init-1 .container ul li .box .textC {
  width: -webkit-calc(-100%);
  width: -moz-calc(-100%);
  width: calc(100% - 200px);
}
.honor-page .init-1 .container ul li .box .textC .title {
  font-weight: 500;
}
.honor-page .init-1 .container ul li .box .textC .des {
  color: #898989;
}
.honor-page .init-1 .container ul li .box:hover .imgC {
  border-radius: 10px;
}
.honor-page .init-1 .container ul li .box:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
.honor-page .init-2 .container .content {
  padding: 0 150px;
}
.honor-page .init-2 .container .content .titleC {
  border-bottom: 1px solid #c6c6c6;
  padding-top: 40px;
  padding: 40px 30px 0;
}
.honor-page .init-2 .container .content .titleC li {
  margin-top: 30px;
}
.honor-page .init-2 .container .content .titleC li a {
  display: block;
  padding-bottom: 10px;
  position: relative;
  color: #999999;
  font-weight: 500;
}
.honor-page .init-2 .container .content .titleC li a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 4px;
  bottom: 0;
  left: 0;
  background-color: var(--color);
  opacity: 0;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.honor-page .init-2 .container .content .titleC li a.active::before,
.honor-page .init-2 .container .content .titleC li a:hover::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-2 .container .content .contentC ul li {
  width: 25%;
}
.honor-page .init-2 .container .content .contentC ul li .box {
  margin-top: 50px;
  border: 1px solid #dbdbdb;
}
@media (max-width: 1450px) {
  .honor-page .init-1 .container ul li {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .honor-page .init-2 .container .content .titleC {
    padding: 30px 0 0;
  }
  .honor-page .init-2 .container .content {
    padding: 0;
  }
  .honor-page .init-2 .container .content .contentC ul li {
    width: 33.33%;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container ul li {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .honor-page .init-2 .container .content .contentC ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container ul li .box .imgC {
    width: 100px;
    height: 100px;
  }
  .honor-page .init-1 .container ul li .box .textC {
    width: 100%;
    margin-top: 20px;
  }
  .honor-page .init-2 .container .content .titleC li {
    margin-top: 20px;
  }
  .honor-page .init-2 .container .content .titleC li a {
    padding-bottom: 6px;
  }
  .honor-page .init-2 .container .content .contentC ul li {
    width: 100%;
  }
  .honor-page .init-2 .container .content .contentC ul li .box {
    margin-top: 20px;
  }
}
.contact-page .init-1 .container .left {
  background-color: #f7f7f7;
  padding: 50px;
  width: 62%;
}
.contact-page .init-1 .container .left .tips {
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px;
}
.contact-page .init-1 .container .left form .list {
  margin-top: 20px;
  width: -webkit-calc(35%);
  width: -moz-calc(35%);
  width: calc(50% - 15px);
}
.contact-page .init-1 .container .left form .list .label {
  font-weight: 500;
}
.contact-page .init-1 .container .left form .list input,
.contact-page .init-1 .container .left form .list textarea {
  margin-top: 6px;
  border: 1px solid #d3d3d3;
  padding: 12px;
  width: 100%;
  border-radius: 5px;
  background-color: transparent;
}
.contact-page .init-1 .container .left form .list.wid-100 {
  width: 100%;
}
.contact-page .init-1 .container .left form .list .uploadCont {
  margin-top: 6px;
  cursor: pointer;
  border: 1px solid #d3d3d3;
  border-radius: 5px;
  height: 45px;
}
.contact-page .init-1 .container .left form .list .uploadCont .uploadText {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 0 10px;
  pointer-events: none;
}
.contact-page .init-1 .container .left form .list .uploadCont .file {
  margin-top: 0;
  opacity: 0;
  cursor: pointer;
}
.contact-page .init-1 .container .left form .list .submit {
  width: 230px;
  font-weight: bold;
  padding: 10px;
  border-radius: 5px;
  border: none;
  background-color: var(--color);
  color: #fff;
}
.contact-page .init-1 .container .left form .check .checkCont {
  margin-top: 20px;
}
.contact-page .init-1 .container .left form .check .checkCont .checkList input {
  width: 18px;
  margin-top: 0;
  accent-color: var(--color);
}
.contact-page .init-1 .container .left form .check .checkCont .checkList .checkImg {
  margin: 0 10px;
}
.contact-page .init-1 .container .left form .check .checkCont .checkList2 {
  margin-left: 40px;
}
.contact-page .init-1 .container .right {
  width: 36%;
  background-color: #fafafa;
  padding-bottom: 40px;
}
.contact-page .init-1 .container .right img {
  width: 100%;
}
.contact-page .init-1 .container .right .cont {
  max-width: 430px;
  padding: 0 40px;
}
.contact-page .init-1 .container .right .cont .share ul li a {
  margin-right: 20px;
  display: block;
  color: var(--color);
  font-size: 22px;
}
.contact-page .init-1 .container .right .cont .share ul li a:hover {
  -webkit-transform: translateY(-5px);
  -moz-transform: translateY(-5px);
  -ms-transform: translateY(-5px);
  -o-transform: translateY(-5px);
  transform: translateY(-5px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .left form .check .checkCont .checkList2 {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .left {
    width: 100%;
  }
  .contact-page .init-1 .container .right {
    width: 100%;
  }
  .contact-page .init-1 .container .right .cont {
    max-width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .left form .list {
    width: 100%;
  }
  .contact-page .init-1 .container .left {
    padding: 30px 16px;
  }
  .contact-page .init-1 .container .right {
    padding-bottom: 20px;
  }
  .contact-page .init-1 .container .right .cont {
    padding: 0 16px;
  }
}
.history-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  color: #ffffff;
}
.history-page .init-1 .slick-list {
  padding-top: 240px;
  overflow: visible;
}
.history-page .init-1 .slick-slide {
  opacity: 0;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  -o-transition: 0.5s ease;
  transition: 0.5s ease;
}
.history-page .init-1 .slick-active {
  opacity: 1;
}
.history-page .init-1 .slick-active + .slick-active {
  -webkit-transform: translateY(-90px);
  -moz-transform: translateY(-90px);
  -ms-transform: translateY(-90px);
  -o-transform: translateY(-90px);
  transform: translateY(-90px);
}
.history-page .init-1 .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-240px);
  -moz-transform: translateY(-240px);
  -ms-transform: translateY(-240px);
  -o-transform: translateY(-240px);
  transform: translateY(-240px);
}
.history-page .init-1 .slick-active + .slick-active + .slick-active + .slick-active {
  -webkit-transform: translateY(-80px);
  -moz-transform: translateY(-80px);
  -ms-transform: translateY(-80px);
  -o-transform: translateY(-80px);
  transform: translateY(-80px);
}
.history-page .init-1 .top {
  margin-right: -10%;
}
.history-page .init-1 .top li .time {
  color: var(--color);
}
.history-page .init-1 .top li .text{
  max-height: 150px;
  overflow-y: auto;
}
.history-page .init-1 .line {
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
  position: relative;
}
.history-page .init-1 .line em {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 0;
  background-color: var(--color);
  -webkit-transition: width 0.5s linear;
  -moz-transition: width 0.5s linear;
  -o-transition: width 0.5s linear;
  transition: width 0.5s linear;
}
.history-page .init-1 .line::after {
  content: "";
  position: absolute;
  right: 100%;
  top: -4px;
  width: 8px;
  height: 8px;
  border-radius: 4px;
  background-color: var(--color);
}
.history-page .init-1 .timeline li {
  opacity: 0.35;
  cursor: pointer;
}
.history-page .init-1 .timeline li.active {
  color: var(--color);
  opacity: 1;
}
@media (max-width: 1000px) {
  .history-page .init-1 .top {
    margin-right: 0;
  }
  .history-page .init-1 .slick-list {
    padding-top: 90px;
  }
}
@media (max-width: 500px) {
  .history-page .init-1 .slick-list {
    padding-top: 0;
  }
  .history-page .init-1 .top li .text {
    padding-left: 0;
    width: 100%;
    margin-top: 10px;
  }
}
.service-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.service-page .init-1 .container {
  min-height: 500px;
}
.service-page .init-1 .container .cont {
  color: #fff;
  max-width: 620px;
}
.service-page .init-1 .container .cont .title {
  font-weight: bold;
  text-transform: uppercase;
}
.service-page .init-1 .container .cont .des {
  font-weight: 500;
}
.service-page .init-2 .container ul li {
  margin-top: 90px;
}
.service-page .init-2 .container ul li .box .left {
  background-color: #f5f7fa;
  -webkit-box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.08);
  box-shadow: 0px 13px 12px 0px rgba(0, 0, 0, 0.08);
  width: 50%;
  padding: 20px 150px 20px 50px;
  border-radius: 9px 0px 0px 9px;
  overflow: hidden;
}
.service-page .init-2 .container ul li .box .left .title {
  font-weight: 600;
  margin-bottom: 30px;
}
.service-page .init-2 .container ul li .box .left .des .list {
  position: relative;
}
.service-page .init-2 .container ul li .box .left .des .list::before {
  content: '';
  position: relative;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color);
  top: -4px;
  left: 0;
  display: inline-block;
}
.service-page .init-2 .container ul li .box .left .des .list p {
  display: inline;
}
.service-page .init-2 .container ul li .box .right {
  width: 50%;
  border-radius: 0px 9px 9px 0px;
  overflow: hidden;
  -o-object-fit: cover;
  object-fit: cover;
}
.service-page .init-2 .container ul li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
.service-page .init-2 .container ul li:nth-child(2n) .box .left {
  padding: 20px 90px;
  background-color: #fef6e8;
  border-radius: 0px 9px 9px 0px;
}
.service-page .init-2 .container ul li:nth-child(2n) .box .right {
  border-radius: 9px 0px 0px 9px;
}
.service-page .init-3 {
  background-color: #f5f7fa;
}
.service-page .init-3 .container .left {
  padding-right: 80px;
  width: 42%;
}
.service-page .init-3 .container .left .title {
  margin-top: 60px;
  font-weight: 600;
  text-transform: uppercase;
}
.service-page .init-3 .container .right {
  width: 58%;
}
.service-page .init-3 .container .right .img {
  width: 100%;
}
.service-page .init-3 .container .right .des {
  padding: 0 20px;
}
.service-page .init-3 .container .right .des em {
  font-weight: 500;
}
.service-page .init-4 .container .left {
  padding-left: 60px;
  padding-top: 200px;
  width: 730px;
  padding-bottom: 120px;
}
.service-page .init-4 .container .left .cont_c_c {
  position: relative;
  width: 450px;
  height: 450px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont {
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 290px;
  height: 290px;
  background-color: #eaeef1;
  border-radius: 50%;
  -webkit-box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.03);
  box-shadow: 0px 18px 20px 10px rgba(0, 0, 0, 0.03);
  padding: 24px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list .img_2 {
  width: 100%;
  height: 100%;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
  overflow: hidden;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list2 {
  left: 370px;
  top: 84px;
}
.service-page .init-4 .container .left .cont_c_c .c_cont .list3 {
  left: -50px;
  top: 300px;
}
.service-page .init-4 .container .left .cont_c_c .img_c {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.service-page .init-4 .container .left .cont_c_c.active1 .c_cont .list1 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  top: -180px;
  left: -50px;
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont {
  -webkit-transform: rotate(240deg);
  -moz-transform: rotate(240deg);
  -ms-transform: rotate(240deg);
  -o-transform: rotate(240deg);
  transform: rotate(240deg);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list .img_2 {
  -webkit-transform: rotate(-240deg);
  -moz-transform: rotate(-240deg);
  -ms-transform: rotate(-240deg);
  -o-transform: rotate(-240deg);
  transform: rotate(-240deg);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list1 {
  top: -140px;
  left: -50px;
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list2 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
}
.service-page .init-4 .container .left .cont_c_c.active2 .c_cont .list3 {
  left: -60px;
  top: 326px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont {
  -webkit-transform: rotate(124deg);
  -moz-transform: rotate(124deg);
  -ms-transform: rotate(124deg);
  -o-transform: rotate(124deg);
  transform: rotate(124deg);
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list .img_2 {
  -webkit-transform: rotate(-124deg);
  -moz-transform: rotate(-124deg);
  -ms-transform: rotate(-124deg);
  -o-transform: rotate(-124deg);
  transform: rotate(-124deg);
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list1 {
  top: -164px;
  left: -84px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list2 {
  left: 344px;
  top: 58px;
}
.service-page .init-4 .container .left .cont_c_c.active3 .c_cont .list3 {
  -webkit-transform: scale(1.3);
  -moz-transform: scale(1.3);
  -ms-transform: scale(1.3);
  -o-transform: scale(1.3);
  transform: scale(1.3);
  left: -52px;
  top: 320px;
}
.service-page .init-4 .container .right {
  width: -webkit-calc(-730%);
  width: -moz-calc(-730%);
  width: calc(100% - 830px);
}
.service-page .init-4 .container .right .tipsTitle {
  font-weight: 500;
}
.service-page .init-4 .container .right .content ul li {
  margin-top: 40px;
  cursor: pointer;
}
.service-page .init-4 .container .right .content ul li .box {
  padding-bottom: 20px;
  border-bottom: 1px solid var(--color);
}
.service-page .init-4 .container .right .content ul li .box .num {
  font-weight: 500;
  width: 40px;
}
.service-page .init-4 .container .right .content ul li .box .textC {
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
}
.service-page .init-4 .container .right .content ul li .box .textC .title {
  font-weight: 500;
}
.service-page .init-4 .container .right .content ul li .box .textC .title em {
  color: var(--color);
}
.service-page .init-4 .container .right .content ul li .box .textC .des {
  color: #797979;
}
.service-page .init-4 .container .right .content ul li .box .textC .desCont {
  display: none;
}
.service-page .init-4 .container .right .content ul li .box .more {
  background-color: var(--color);
  border-radius: 2px;
  padding: 10px 26px;
  color: #fff;
}
.service-page .init-4 .container .right .content ul li .box .more .moreImg {
  width: 22px;
  height: 8px;
  margin-left: 30px;
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.service-page .init-4 .container .right .content ul li .box .more:hover {
  background-color: #000;
}
.service-page .init-4 .container .right .content ul li.active .box {
  border-bottom: 1px solid #dddddd;
}
@media (max-width: 1250px) {
  .service-page .init-2 .container ul li .box .left {
    padding: 20px;
  }
  .service-page .init-2 .container ul li:nth-child(2n) .box .left {
    padding: 20px;
  }
  .service-page .init-4 .container .right {
    width: 100%;
    margin-top: 60px;
  }
  .service-page .init-4 .container .left {
    zoom: 0.7;
  }
}
@media (max-width: 1000px) {
  .service-page .init-2 .container ul li .box {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -moz-box-orient: horizontal;
    -moz-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
  }
  .service-page .init-2 .container ul li .box .left {
    width: 100%;
    border-radius: 0 0 9px 9px;
  }
  .service-page .init-2 .container ul li .box .right {
    width: 100%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    border-radius: 9px 9px 0 0;
  }
  .service-page .init-3 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .service-page .init-3 .container .left .title {
    margin-top: 0;
  }
  .service-page .init-3 .container .right {
    margin-top: 20px;
    width: 100%;
  }
  .service-page .init-3 .container .right .des {
    padding: 0;
  }
}
@media (max-width: 700px) {
  .service-page .init-4 .container .left {
    zoom: 0.6;
  }
}
@media (max-width: 500px) {
  .service-page .init-1 .container {
    min-height: 200px;
  }
  .service-page .init-2 .container ul li {
    margin-top: 40px;
  }
  .service-page .init-2 .container ul li .box .left .title {
    margin-bottom: 20px;
  }
  .service-page .init-4 .container .left {
    zoom: 0.4;
    padding-left: 80px;
  }
}
.factory-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  color: #fff;
}
.factory-page .init-1 .container .title {
  font-weight: bold;
}
.factory-page .init-1 .container .title .des {
  display: inline-block;
}
.factory-page .init-1 .container .title .des .line {
  height: 2px;
  background-color: #fff;
  right: 0;
  bottom: 0;
  width: 74%;
}
.factory-page .init-1 .container .des2 {
  max-width: 760px;
}
.factory-page .init-1 .container video {
  width: 400px;
  margin-left: auto;
  display: block;
  max-width: 100%;
}
.factory-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.factory-page .init-2 .container .list .tips {
  text-align: center;
  font-weight: 500;
  text-transform: uppercase;
}
.factory-page .init-2 .container .list img {
  width: 100%;
}
.factory-page .init-2 .container .list .img-box {
  display: block;
}
.factory-page .init-2 .container .list .big_img {
  position: relative;
}
.factory-page .init-2 .container .list .big_img .btn {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 80px;
  height: 80px;
  position: absolute;
  cursor: pointer;
  border-radius: 50%;
  top: 50%;
  right: 22%;
  background-color: rgba(0, 0, 0, 0.2);
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn img {
  display: block;
  width: 30px;
  margin: 30px auto 0;
  position: relative;
  z-index: 2;
}
.factory-page .init-2 .container .list .big_img .btn:hover {
  background-color: var(--color);
}
.factory-page .init-2 .container .list .big_img .prev {
  left: 22%;
}
.factory-page .init-2 .container .list .big_img .slick2 li {
  padding: 0 8px;
}
.factory-page .init-2 .container .list .small_img {
  margin: 20px auto 0;
  max-width: 740px;
}
.factory-page .init-2 .container .list .small_img ul li {
  padding: 0 2px;
}
.factory-page .init-2 .container .list .small_img ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.5;
  cursor: pointer;
  border: 2px solid #fff;
}
.factory-page .init-2 .container .list .small_img ul .slick-current li .box {
  opacity: 1;
  border: 2px solid var(--color);
}
.factory-page .init-2 .container .list .des {
  color: #3f3f3f;
  max-width: 750px;
  margin: 40px auto 0;
  padding: 0 16px;
}
.factory-page .init-2 .container .list .des .desText {
  max-height: 300px;
  overflow-y: auto;
  padding-right: 10px;
}
.factory-page .init-2 .container .list .des .btn {
  color: #3f3f3f;
  font-weight: 500;
  display: block;
  padding: 10px;
  border: 1px solid #838383;
  text-transform: uppercase;
  cursor: pointer;
}
.factory-page .init-2 .container .list .des .btn:hover {
  background-color: var(--color);
  border: 1px solid var(--color);
  color: #fff;
}
.factory-page .init-2 .container .list:nth-child(2n-1) {
  background-color: #f9f9f9;
}
@media (max-width: 1000px) {
  .factory-page .init-2 .container .list .small_img {
    display: none;
  }
}
@media (max-width: 700px) {
  .factory-page .init-2 .container .list .big_img .btn {
    width: 50px;
    height: 50px;
  }
  .factory-page .init-2 .container .list .big_img .btn img {
    margin-top: 16px;
  }
  .factory-page .init-2 .container .list .big_img .btn {
    right: 5%;
  }
  .factory-page .init-2 .container .list .big_img .prev {
    left: 5%;
    right: unset;
  }
}
@media (max-width: 500px) {
  .factory-page .init-2 .container .list .des {
    margin-top: 20px;
  }
}
.news-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
}
.news-page .init-1 .container .cont1 {
  margin: auto;
  max-width: 780px;
  text-align: center;
  color: #fff;
}
.news-page .init-1 .container .cont1 .title {
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .init-1 .container .cont1 .des {
  font-weight: 500;
}
.news-page .init-1 .container .cont2 {
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.news-page .init-1 .container .cont2 ul {
  font-weight: 500;
  color: #fff;
}
.news-page .init-1 .container .cont2 ul li {
  margin-top: 10px;
}
.news-page .init-1 .container .cont2 ul a {
  text-transform: uppercase;
  position: relative;
}
.news-page .init-1 .container .cont2 ul a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  background-color: #ffffff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.news-page .init-1 .container .cont2 ul a:hover::before,
.news-page .init-1 .container .cont2 ul a.active::before {
  opacity: 1;
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.news-page .init-1 .container .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.news-page .init-1 .container .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  color: #fff;
}
.news-page .init-2 .container ul li .box {
  border-bottom: 1px solid #e0e0e0;
}
.news-page .init-2 .container ul li .box .img {
  display: block;
}
.news-page .init-2 .container ul li .box .img img {
  width: 100%;
}
.news-page .init-2 .container ul li .box .cont {
  padding: 20px 20px 14px 20px;
}
.news-page .init-2 .container ul li .box .title {
  display: block;
}
.news-page .init-2 .container ul li .box .title:hover {
  color: var(--color);
}
.news-page .init-2 .container ul li .box .des {
  color: #5d5d5d;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.news-page .init-2 .container ul li .box:hover {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid var(--color);
}
.newdet-page .init-1 .container .title {
  font-weight: bold;
}
.newdet-page .init-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px;
}
.newdet-page .init-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
}
.newdet-page .init-1 .container .m-link {
  margin-top: 16px;
}
.newdet-page .init-1 .container .m-link a {
  display: block;
  color: #767676;
  margin-top: 6px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.newdet-page .init-1 .container .m-link a:hover {
  color: var(--color);
}
@media (max-width: 1000px) {
  .news-page .init-2 .container ul li {
    width: 50%;
  }
}
@media (max-width: 700px) {
  .news-page .init-2 .container ul li .box .cont {
    padding: 20px 10px;
  }
}
@media (max-width: 500px) {
  .news-page .init-2 .container ul li {
    width: 100%;
  }
  .newdet-page .init-1 .container .content {
    padding: 12px 0;
  }
}
.wishCont {
  position: fixed;
  top: 46%;
  right: 0;
  z-index: 10;
  padding: 16px 30px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  font-weight: 500;
  border-radius: 30px;
  cursor: pointer;
}
.wishCont:hover {
  background-color: var(--color);
  color: #fff;
}
.shopContC {
  pointer-events: none;
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 19;
}
.shopCont {
  pointer-events: all;
  position: absolute;
  top: 0;
  left: 100%;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.7);
}
.shopCont .contentC {
  height: 100%;
  max-width: 730px;
  width: 96%;
  background-color: #fff;
  margin-left: auto;
}
.shopCont .contentC .titleC {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  padding: 16px 24px;
  line-height: 1;
  font-weight: 500;
}
.shopCont .contentC .titleC i {
  cursor: pointer;
  font-size: 26px;
  color: rgba(0, 0, 0, 0.45);
}
.shopCont .contentC .titleC i:hover {
  color: #000;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
.shopCont .contentC .listContC {
  padding: 20px;
  padding-right: 10px;
  height: -webkit-calc(40%);
  height: -moz-calc(40%);
  height: calc(100% - 60px);
}
.shopCont .contentC .listContC .listThumb {
  overflow-y: auto;
  height: 100%;
}
.shopCont .contentC .listContC ul .box {
  border-bottom: 1px solid #f2f2f2;
  padding: 20px 0;
}
.shopCont .contentC .listContC ul .box .img {
  width: 140px;
  border: 1px solid #f2f2f2;
}
.shopCont .contentC .listContC ul .box .img img {
  width: 100%;
}
.shopCont .contentC .listContC ul .box .cont {
  width: -webkit-calc(-40%);
  width: -moz-calc(-40%);
  width: calc(100% - 140px);
  padding: 0 10px;
}
.shopCont .contentC .listContC ul .box .cont .title {
  font-weight: bold;
}
.shopCont .contentC .listContC ul .box .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn {
  min-width: 140px;
  text-align: center;
  border: 1px solid rgba(0, 0, 0, 0.5);
  color: rgba(0, 0, 0, 0.5);
  font-weight: 500;
  padding: 6px;
  border-radius: 5px;
  cursor: pointer;
}
.shopCont .contentC .listContC ul .box .cont .btnC .btn:hover {
  background-color: var(--color);
  color: #fff;
  border: 1px solid var(--color);
}
.shopCont .contentC .listContC .formCont form input,
.shopCont .contentC .listContC .formCont form textarea {
  margin-top: 10px;
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(50% - 10px);
  border: 1px solid #bdbdbd;
  padding: 8px 10px;
  border-radius: 5px;
}
.shopCont .contentC .listContC .formCont form .wid-100 {
  width: 100%;
}
.shopCont .contentC .listContC .formCont form .submit {
  width: 130px;
  text-align: center;
  cursor: pointer;
  background-color: var(--color);
  color: #fff;
  border-radius: 10px;
  padding: 10px 30px;
  border: none;
  font-weight: 500;
}
.shopCont .contentC .listContC .formCont form .submit:hover {
  background-color: #000;
}
.shopCont.shopContActive {
  left: 0;
}
.product-page {
  background-color: #f5f6f7;
}
.product-page .init-1 {
  border-bottom: 1px solid #cbc8c1;
}
.product-page .init-1 .container ul li {
  max-width: 170px;
}
.product-page .init-1 .container ul li .box {
  position: relative;
  top: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(40, 40, 40, 0.8);
  padding: 6px 10px;
  height: 100%;
}
.product-page .init-1 .container ul li .box a:hover {
  color: var(--color);
}
.product-page .init-1 .container ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.product-page .init-1 .container ul li .box .cont .line {
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.product-page .init-1 .container ul li .box .cont .jt {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color);
}
.product-page .init-1 .container ul li.active .box {
  color: #000;
  border-top: 1px solid #cbc8c1;
  border-left: 1px solid #cbc8c1;
  border-right: 1px solid #cbc8c1;
  background-color: #ffffff;
}
.product-page .init-1 .container ul li.active .box .cont {
  opacity: 1;
}
.product-page .init-2 {
  position: relative;
  z-index: 2;
}
.product-page .init-2 .container .cont {
  max-width: 1230px;
  border: 1px solid #d4d5d6;
  border-radius: 48px;
  padding: 20px 30px;
  font-weight: bold;
  color: #191919;
}
.product-page .init-2 .container .cont .des {
  padding-right: 20px;
  max-height: 50px;
  overflow-y: auto;
}
.product-page .init-2 .container .btnCont {
  margin-top: -15px;
  margin-left: auto;
  background-color: #fff;
  width: 60px;
  height: 30px;
}
.product-page .init-2 .container .btnCont .btn {
  width: 12px;
  height: 12px;
  cursor: pointer;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.product-page .init-2 .container .btnCont .btn .img {
  width: 14px;
  height: 12px;
}
.product-page .init-2 .container .btnCont .btn.active {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product-page .init-2 .container .btnCont .line {
  margin: 0 8px;
  width: 1px;
  height: 16px;
  background-color: #e1e1e1;
}
.product-page .init-3 .container .sideBox .sideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 160px;
  padding-right: 60px;
  width: 380px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont .tips {
  background-color: var(--color);
  color: #fff;
  padding: 6px;
  width: 80px;
  border-radius: 20px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form .text {
  height: 40px;
  border: 1px solid #cccccd;
  font-weight: 300;
  width: 100%;
  padding: 10px 20px 10px 40px;
  border-radius: 20px;
}
.product-page .init-3 .container .sideBox .sideLeft .searchCont form .submit {
  width: 14px;
  height: 14px;
  border: none;
  background-color: transparent;
  top: 13px;
  left: 12px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li {
  margin-top: 16px;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a {
  padding: 8px 10px;
  display: block;
  background-color: #fff;
  color: #5e5e5e;
  border-radius: 20px;
  font-weight: 500;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a:hover,
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li .box a.active {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideLeft .catCont ul li.active .box a {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight {
  width: -webkit-calc(-280%);
  width: -moz-calc(-280%);
  width: calc(100% - 380px);
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .title {
  font-weight: bold;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .title a:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .des {
  margin-top: 10px;
  color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC {
  text-align: center;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn {
  margin-top: 10px;
  background-color: #f5f6f7;
  padding: 10px 26px;
  font-weight: 700;
  color: #fff;
  cursor: pointer;
  margin-right: 20px;
  color: #1e1e1e;
  font-size: 14px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn:hover {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn .btn2 {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  padding: 10px 26px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn .btn2 em {
  top: -2px;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive {
  background-color: var(--color);
  color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive .btn1 {
  opacity: 0;
}
.product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn.btnActive .btn2 {
  opacity: 1;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li {
  width: 100%;
  margin-top: 60px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box {
  padding: 40px 60px;
  background-color: #fff;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img {
  border-radius: 6px;
  border: 1px solid #eeeeee;
  width: 38%;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
  width: 62%;
  padding: 40px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
  font-size: 26px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .tips {
  margin-top: 40px;
  font-weight: 500;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .btnC {
  padding-top: 50px;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li .box:hover {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.product-page .init-3 .container .sideBox .sideRight .active1 ul li:first-child {
  margin-top: 0;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul {
  margin-top: -80px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul > p{
  margin-top: 80px;
  
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li {
  margin-top: 80px;
  width: 33.33%;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .img {
  width: 100%;
  display: block;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .img img {
  width: 100%;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .title {
  font-size: 18px;
  margin-top: 20px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .tips {
  display: none;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .des {
  margin-top: 10px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC {
  padding-top: 20px;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC .btn {
  font-size: 14px;
  background-color: #eeeeef;
}
.product-page .init-3 .container .sideBox .sideRight .active2 ul li .box:hover .img {
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.prodet-page .container {
  max-width: 1280px;
}
.prodet-page .init-1 {
  border-top: 1px solid #e7e7e7;
}
.prodet-page .init-1 .container .left {
  width: 56%;
  padding-right: 60px;
}
.prodet-page .init-1 .container .left .bigImg ul li .box .img {
  display: block;
  border: 1px solid #dfdfdf;
}
.prodet-page .init-1 .container .left .bigImg ul li .box .img img {
  width: 100%;
}
.prodet-page .init-1 .container .left .smallImg {
  margin-top: 30px;
}
.prodet-page .init-1 .container .left .smallImg .swiper {
  padding: 1px;
  padding-top: 10px;
}
.prodet-page .init-1 .container .left .smallImg ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  border: 2px solid #e3e3e3;
}
.prodet-page .init-1 .container .left .smallImg ul li .box::before {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  content: '';
  position: absolute;
  top: -10px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-bottom: 10px solid var(--color);
}
.prodet-page .init-1 .container .left .smallImg ul li .box img {
  width: 100%;
}
.prodet-page .init-1 .container .left .smallImg ul li.swiper-slide-thumb-active .box {
  border: 2px solid var(--color);
}
.prodet-page .init-1 .container .left .smallImg ul li.swiper-slide-thumb-active .box::before {
  opacity: 1;
}
.prodet-page .init-1 .container .right {
  width: 44%;
}
.prodet-page .init-1 .container .right .title {
  font-weight: bold;
  margin-top: 30px;
}
.prodet-page .init-1 .container .right .line {
  width: 70%;
  height: 1px;
  background-color: #d6d6d6;
}
.prodet-page .init-1 .container .right .des {
  color: rgba(0, 0, 0, 0.8);
  padding-right: 6px;
  overflow-y: auto;
  max-height: 400px;
}
.prodet-page .init-1 .container .right .colorCont .tips {
  font-weight: bold;
  text-transform: uppercase;
}
.prodet-page .init-1 .container .right .colorCont ul li .box {
  width: 50px;
  height: 50px;
  -o-background-size: cover;
  background-size: cover;
  border-radius: 50%;
}
.prodet-page .init-1 .container .right .colorCont ul li .box:hover {
  -webkit-box-shadow: 0px 8px 3px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 3px 0px rgba(0, 0, 0, 0.2);
}
.prodet-page .init-1 .container .right .btnC .btn {
  margin-top: 10px;
  background-color: var(--color);
  padding: 2px;
  height: 60px;
  color: #000;
}
.prodet-page .init-1 .container .right .btnC .btn .btnImg {
  padding: 16px;
}
.prodet-page .init-1 .container .right .btnC .btn .btnText {
  min-width: 160px;
  font-weight: 600;
  height: 100%;
  background-color: #fff;
  border-left: 1px solid transparent;
}
.prodet-page .init-1 .container .right .btnC .btn:hover {
  background-color: var(--color);
}
.prodet-page .init-1 .container .right .btnC .btn:hover .btnText {
  background-color: var(--color);
  color: #fff;
  border-left: 1px solid #fff;
}
.prodet-page .init-1 .container .right .share ul li a {
  margin-top: 10px;
  display: block;
  width: 45px;
  height: 45px;
  background-color: #ededed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 22px;
  margin-right: 10px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  color: var(--color);
}
.prodet-page .init-1 .container .right .share ul li a:hover {
  color: #fff;
  background-color: var(--color);
}
.prodet-page .init-2 {
  background-color: #f5f6f7;
}
.prodet-page .init-2 .container .tipsTitle {
  text-transform: uppercase;
  font-weight: bold;
}
.prodet-page .init-2 .container .content ul li .box .img {
  display: block;
}
.prodet-page .init-2 .container .content ul li .box .img img {
  width: 100%;
}
.prodet-page .init-2 .container .content ul li .box .text {
  display: block;
  text-align: center;
  font-weight: 500;
}
.prodet-page .init-3 .container .listCont .titleC {
  padding: 20px 80px;
  z-index: 2;
  background-color: #e7e7e7;
  border-radius: 10px;
  overflow: hidden;
}
.prodet-page .init-3 .container .listCont .titleC .shadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  opacity: 0;
}
.prodet-page .init-3 .container .listCont .titleC .title {
  font-weight: 600;
  text-transform: uppercase;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.prodet-page .init-3 .container .listCont .titleC .subC {
  cursor: pointer;
  width: 30px;
  height: 30px;
  border: 1px solid #949494;
  color: #a5a5a5;
  border-radius: 50%;
  position: relative;
}
.prodet-page .init-3 .container .listCont .titleC .subC .sub1 {
  width: 100%;
  height: 100%;
  font-size: 20px;
  line-height: 1;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .listCont .titleC .subC .sub2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -2px;
  left: 0;
  line-height: 1;
  font-size: 30px;
  opacity: 0;
  -webkit-transform-origin: center center;
  -moz-transform-origin: center center;
  -ms-transform-origin: center center;
  -o-transform-origin: center center;
  transform-origin: center center;
}
.prodet-page .init-3 .container .listCont .contentC {
  padding: 40px 70px;
  display: none;
}
.prodet-page .init-3 .container .listCont.active .titleC .shadow {
  opacity: 1;
}
.prodet-page .init-3 .container .listCont.active .titleC .title {
  color: #fff;
}
.prodet-page .init-3 .container .listCont.active .subC {
  color: #fff;
  border: 1px solid #fff;
}
.prodet-page .init-3 .container .listCont.active .subC .sub1 {
  opacity: 0;
}
.prodet-page .init-3 .container .listCont.active .subC .sub2 {
  opacity: 1;
}
.prodet-page .init-4 .container .tips {
  font-weight: bold;
}
.prodet-page .init-4 .container .content ul li .box .img {
  display: block;
  border: 1px solid #e5e5e5;
  border-radius: 10px;
}
.prodet-page .init-4 .container .content ul li .box .img img {
  width: 100%;
}
.prodet-page .init-4 .container .content ul li .box .text {
  display: block;
  font-weight: 500;
}
.prodet-page .init-4 .container .content ul li .box .text:hover {
  color: var(--color);
}
@media (max-width: 1450px) {
  .product-page .init-1 .container ul {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -moz-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }
  .product-page .init-1 .container ul li .box .cont {
    display: none;
  }
  .product-page .init-1 .container ul li.active .box {
    border: none;
    top: 0;
  }
  .product-page .init-1 .container ul li .box {
    text-align: left;
  }
}
@media (max-width: 1250px) {
  .product-page .init-2 .container .btnCont {
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideLeft {
    display: none;
  }
  .product-page .init-3 .container .sideBox .sideRight {
    width: 100%;
  }
  .shopCont .contentC {
    padding-bottom: 80px;
  }
}
@media (max-width: 1000px) {
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box {
    padding: 20px 10px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .tips {
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .btnC {
    padding-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
    font-size: 24px;
  }
  .product-page .init-3 .container .sideBox .sideRight .content ul li .box .btnC .btn {
    margin-right: 10px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    width: 50%;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li .box .btnC .btn {
    margin-right: 10px;
  }
  .prodet-page .init-1 .container .left {
    width: 100%;
    padding-right: 0;
  }
  .prodet-page .init-1 .container .right {
    width: 100%;
  }
  .prodet-page .init-3 .container .listCont .titleC {
    padding: 20px;
  }
  .prodet-page .init-3 .container .listCont .contentC {
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .product-page .init-2 .container .btnCont {
    display: none;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .img {
    width: 100%;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
    width: 100%;
    padding: 20px 16px;
    padding-bottom: 0;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li {
    margin-top: 30px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont .title {
    font-size: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active1 ul li .box .cont {
    padding: 0;
    margin-top: 20px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul {
    margin-top: -30px;
  }
  .product-page .init-3 .container .sideBox .sideRight .active2 ul li {
    margin-top: 30px;
  }
  .prodet-page .init-1 .container .right .colorCont ul li .box {
    width: 30px;
    height: 30px;
  }
  .shopCont .contentC .listContC ul .box .img {
    width: 200px;
    max-width: 100%;
  }
  .shopCont .contentC .listContC ul .box .cont {
    width: 100%;
    margin-top: 20px;
    padding: 0;
  }
  .shopCont .contentC .listContC .formCont form input,
  .shopCont .contentC .listContC .formCont form textarea {
    width: 100%;
  }
}
.SupportFormCont {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 20;
}
.SupportFormCont .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.4);
}
.SupportFormCont .conteneC {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 2;
}
.SupportFormCont .conteneC form {
  position: relative;
  padding: 30px 20px;
  width: 500px;
  max-width: 98%;
  background-color: #fff;
  border-radius: 10px;
}
.SupportFormCont .conteneC form .close {
  position: absolute;
  top: 10px;
  right: 10px;
  font-size: 30px;
  line-height: 1;
  width: 24px;
  height: 24px;
  background-color: #000;
  color: #fff;
  cursor: pointer;
  border-radius: 5px;
}
.SupportFormCont .conteneC form .close:hover {
  background-color: var(--color);
}
.SupportFormCont .conteneC form .tips {
  font-size: 18px;
  font-weight: 600;
}
.SupportFormCont .conteneC form input,
.SupportFormCont .conteneC form textarea {
  width: 100%;
  padding: 6px 20px;
  border-radius: 5px;
  border: 1px solid #b1b1b1;
  font-size: 16px;
  margin-top: 10px;
}
.SupportFormCont .conteneC form .submit {
  background-color: #000;
  border: none;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  display: block;
  text-align: center;
}
.SupportFormCont .conteneC form .submit:hover {
  background-color: var(--color);
}
.support-page .container {
  max-width: 1500px;
}
.support-page .init-1 .container .cont {
  border-bottom: 1px solid #e8e8e8;
}
.support-page .init-1 .container .left a {
  margin-right: 80px;
  font-weight: 500;
  color: rgba(0, 0, 0, 0.7);
  position: relative;
  padding-bottom: 6px;
}
.support-page .init-1 .container .left a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: -4px;
  left: 0;
  background-color: var(--color);
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.support-page .init-1 .container .left a.active {
  color: #000;
}
.support-page .init-1 .container .left a.active::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.support-page .init-1 .container .left a:hover {
  color: #000;
}
.support-page .init-1 .container .right {
  position: relative;
  top: -10px;
}
.support-page .init-1 .container .right form {
  width: 360px;
  background-color: #f5f7fa;
  padding: 12px 70px;
  border-radius: 10px;
}
.support-page .init-1 .container .right form .text {
  background-color: transparent;
  border: none;
  padding-right: 10px;
}
.support-page .init-1 .container .right form .submit {
  width: 20px;
  height: 20px;
  border: none;
  background-color: transparent;
}
.support-page .init-2 ul li {
  width: 50%;
}
.support-page .init-2 ul li .list {
  position: relative;
  padding: 30px 70px 30px 30px;
  background-color: #f5f7fa;
  color: #666666;
  border-radius: 12px;
  z-index: 2;
}
.support-page .init-2 ul li .list .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -o-background-size: cover;
  background-size: cover;
  z-index: -1;
  opacity: 0;
}
.support-page .init-2 ul li .list .left {
  font-weight: 500;
  text-transform: uppercase;
  width: -webkit-calc(-20%);
  width: -moz-calc(-20%);
  width: calc(100% - 120px);
}
.support-page .init-2 ul li .list .right {
  width: 30px;
  margin-top: 4px;
}
.support-page .init-2 ul li .list .right img {
  width: 100%;
  -webkit-filter: brightness(0.6);
  filter: brightness(0.6);
}
.support-page .init-2 ul li .list:hover {
  color: #fff;
}
.support-page .init-2 ul li .list:hover .shadow {
  opacity: 1;
}
.support-page .init-2 ul li .list:hover .right img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.support-page .init-3 .container ul li .box {
  background-color: #000;
}
.support-page .init-3 .container ul li .box video {
  height: 300px;
  width: 100%;
}
.support-page .init-4 .container ul li .box {
  position: relative;
  padding: 20px 30px;
  z-index: 2;
  border-radius: 10px;
  cursor: pointer;
}
.support-page .init-4 .container ul li .box .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
}
.support-page .init-4 .container ul li .box .shadow2 {
  opacity: 0;
}
.support-page .init-4 .container ul li .box .left {
  width: 40px;
}
.support-page .init-4 .container ul li .box .left img {
  width: 100%;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}
.support-page .init-4 .container ul li .box .right {
  width: -webkit-calc(40%);
  width: -moz-calc(40%);
  width: calc(100% - 60px);
}
.support-page .init-4 .container ul li .box .right .title {
  font-weight: 600;
  color: #666666;
  text-transform: uppercase;
}
.support-page .init-4 .container ul li .box .right .des {
  color: #fff;
  display: none;
}
.support-page .init-4 .container ul li.active .box .shadow2 {
  opacity: 1;
}
.support-page .init-4 .container ul li.active .box .shadow1 {
  opacity: 0;
}
.support-page .init-4 .container ul li.active .box .left img {
  -webkit-filter: brightness(1);
  filter: brightness(1);
}
.support-page .init-4 .container ul li.active .box .right .title {
  color: #fff;
}
@media (max-width: 1250px) {
  .support-page .init-1 {
    display: none;
  }
  .support-page .init-2 ul li .list .left {
    width: -webkit-calc(20%);
    width: -moz-calc(20%);
    width: calc(100% - 80px);
  }
  .support-page .init-3 .container ul li .box video {
    height: 200px;
  }
}
@media (max-width: 1000px) {
  .support-page .init-2 ul li {
    width: 100%;
  }
  .support-page .init-3 .container ul li {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .support-page .init-2 ul li .list {
    padding: 30px 20px;
  }
  .support-page .init-2 ul li .list .left {
    width: -webkit-calc(60%);
    width: -moz-calc(60%);
    width: calc(100% - 40px);
  }
  .support-page .init-2 ul li .list .right {
    width: 20px;
  }
  .support-page .init-3 .container ul li {
    width: 100%;
  }
  .support-page .init-3 .container ul li .box video {
    height: 50vw;
  }
  .support-page .init-4 .container ul li .box {
    padding: 20px 16px;
  }
  .support-page .init-4 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
.sustanibility-page .init-1 {
  padding-bottom: 30px;
  background-attachment: fixed;
  padding-top: 200px;
  -o-background-size: cover;
  background-size: cover;
}
.sustanibility-page .init-1 .cont {
  max-width: 950px;
  margin: auto;
  color: #fff;
  text-align: center;
}
.sustanibility-page .init-1 .cont .title {
  font-weight: bold;
}
.sustanibility-page .init-1 .cont .des {
  line-height: 1.8;
  max-height: 260px;
  overflow-y: auto;
  padding-right: 10px;
}
.sustanibility-page .init-1 .cont2 {
  margin-top: 180px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.sustanibility-page .init-1 .cont2 ul {
  padding-top: 10px;
}
.sustanibility-page .init-1 .cont2 ul li {
  margin-top: 20px;
  text-transform: uppercase;
  color: #fff;
  font-weight: 500;
}
.sustanibility-page .init-1 .cont2 ul li .box {
  position: relative;
  cursor: pointer;
}
.sustanibility-page .init-1 .cont2 ul li .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 0;
  left: 0;
  background-color: #fff;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
}
.sustanibility-page .init-1 .cont2 ul li .box:hover::before {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
  opacity: 1;
}
.sustanibility-page .init-1 .btn {
  margin-top: 20px;
  display: block;
  text-align: center;
  font-size: 30px;
  cursor: pointer;
  line-height: 1;
  color: rgba(255, 255, 255, 0.7);
  font-weight: bold;
}
.sustanibility-page .init-1 .btn:hover {
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}
.sustanibility-page .init-2 .container {
  width: 100%;
  padding: 0;
}
.sustanibility-page .init-2 .tipsImg img {
  display: block;
  margin: auto;
}
.sustanibility-page .init-2 .tipsDes {
  padding: 0 10px;
  font-weight: 500;
  max-width: 630px;
  margin: 20px auto 0;
  text-align: center;
}
.sustanibility-page .init-2 .content ul li .box .left {
  width: 66%;
}
.sustanibility-page .init-2 .content ul li .box .right {
  padding: 10px 100px 10px 80px;
  width: 34%;
}
.sustanibility-page .init-2 .content ul li .box .right .title {
  font-weight: 600;
}
.sustanibility-page .init-2 .content ul li .box .right .des {
  line-height: 2;
}
.sustanibility-page .init-2 .content ul li:nth-child(2n) .box {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}
@media (max-width: 1450px) {
  .sustanibility-page .init-2 .content ul li .box .right {
    padding: 10px 60px 10px 40px;
  }
}
@media (max-width: 1250px) {
  .sustanibility-page .init-2 .content ul li .box .left {
    width: 100%;
  }
  .sustanibility-page .init-2 .content ul li .box .right {
    width: 100%;
    margin-top: 20px;
  }
}
@media (max-width: 1000px) {
  .sustanibility-page .init-1 {
    padding-top: 100px;
  }
  .sustanibility-page .init-1 .cont2 {
    margin-top: 90px;
  }
}
@media (max-width: 500px) {
  .sustanibility-page .init-1 {
    padding-top: 40px;
  }
  .sustanibility-page .init-1 .cont2 {
    margin-top: 40px;
  }
  .sustanibility-page .init-2 .content ul li .box .right {
    padding: 10px 16px;
  }
}
.type-page .init-1 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed;
  background-position: bottom center;
  height: 650px;
}
.type-page .init-1 .container .cont {
  padding: 60px 60px 80px;
  background-color: rgba(0, 0, 0, 0.4);
  max-width: 710px;
  border-radius: 10px;
  color: #fff;
}
.type-page .init-1 .container .cont .title {
  font-weight: bold;
}
.type-page .init-1 .container .cont .title2 {
  font-weight: 700;
}
.type-page .init-2 .content {
  background-color: #f2ede5;
  border-radius: 12px;
}
.type-page .init-2 .content .list {
  width: 33.33%;
}
.type-page .init-2 .content .list img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.type-page .init-2 .content .list .tips {
  position: absolute;
  top: 30px;
  left: 40px;
  font-weight: 600;
  color: #fff;
  background-color: #000;
  border-radius: 5px;
  padding: 6px 30px;
}
.type-page .init-2 .content .left {
  padding: 40px;
}
.type-page .init-2 .content .left .des strong,
.type-page .init-2 .content .left .des b{
  font-weight: bold;
  font-size: 24px;
  display: block;
  margin-bottom: 10px;
}
.type-page .init-2 .content .left .more {
  display: inline-block;
  padding: 10px;
  background-color: #000000;
  color: #fff;
  border-radius: 4px;
  min-width: 180px;
  text-align: center;
}
.type-page .init-2 .content .left .more:hover {
  background-color: var(--color);
}
.type-page .init-3 .container .tipsTitle {
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.type-page .init-3 .container .content ul li .box .img {
  display: block;
  border: 1px solid #cecece;
}
.type-page .init-3 .container .content ul li .box .img img {
  width: 100%;
}
.type-page .init-3 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
}
.type-page .init-3 .container .content ul li .box .title:hover {
  color: var(--color);
}
.type-page .init-3 .container .content ul li .box .more {
  color: rgba(33, 33, 33, 0.9);
  background-color: #f7f7f7;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
}
.type-page .init-3 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1250px) {
  .type-page .init-2 .content .list {
    width: 100%;
  }
  .type-page .init-2 .content .middle {
    width: 50%;
  }
  .type-page .init-2 .content .right {
    width: 50%;
  }
}
@media (max-width: 500px) {
  .type-page .init-1 {
    height: 500px;
  }
  .type-page .init-1 .container .cont {
    padding: 20px 16px;
  }
  .type-page .init-2 .content .left {
    padding: 30px 10px;
  }
  .type-page .init-2 .content .middle {
    width: 100%;
  }
  .type-page .init-2 .content .right {
    width: 100%;
  }
}
.system-page .init-1 {
  border-bottom: 1px solid #cbc8c1;
}
.system-page .init-1 .container ul li {
  max-width: 170px;
}
.system-page .init-1 .container ul li .box {
  position: relative;
  top: 1px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: rgba(40, 40, 40, 0.8);
  padding: 6px 10px;
  height: 100%;
}
.system-page .init-1 .container ul li .box a:hover {
  color: var(--color);
}
.system-page .init-1 .container ul li .box .cont {
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 0 10px;
  opacity: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-page .init-1 .container ul li .box .cont .line {
  width: 100%;
  height: 3px;
  background-color: var(--color);
}
.system-page .init-1 .container ul li .box .cont .jt {
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 6px solid var(--color);
}
.system-page .init-1 .container ul li.active .box {
  color: #000;
  border-top: 1px solid #cbc8c1;
  border-left: 1px solid #cbc8c1;
  border-right: 1px solid #cbc8c1;
  background-color: #ffffff;
}
.system-page .init-1 .container ul li.active .box .cont {
  opacity: 1;
}
.system-page .init-2 .container .leftC {
  width: 72%;
  background-color: #f8f8f7;
  display: flex;
  align-items: center;
  justify-content: center;
}
.system-page .init-2 .container .leftC .left {
  width: 100%;
}
.system-page .init-2 .container .leftC .left .bgImg {
  width: 100%;
}
.system-page .init-2 .container .leftC .left .content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table {
  margin: 0;
  padding: 0;
  border: none;
}
.system-page .init-2 .container .leftC .left .content table tbody {
  width: 100%;
  white-space: normal;
}
.system-page .init-2 .container .leftC .left .content table tr {
  margin: 0;
  padding: 0;
  border: none;
}
.system-page .init-2 .container .leftC .left .content table tr td {
  min-width: 0px !important;
  position: absolute;
  width: 0 !important;
  height: 0 !important;
  padding: 0;
  margin: 0;
  border: none;
  top: 0;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont {
  position: absolute;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont {
  position: absolute;
  top: 10px;
  min-width: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
  position: relative;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont .x,
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont .y {
  display: none;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .cirCont::before {
  content: '';
  position: absolute;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  -webkit-animation: ks 1.5s linear infinite;
  -moz-animation: ks 1.5s linear infinite;
  -o-animation: ks 1.5s linear infinite;
  animation: ks 1.5s linear infinite;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont {
  word-wrap: break-word;
  min-height: 1px;
  width: 240px;
  font-weight: 500;
  color: #fff;
  position: absolute;
  top: 0;
  left: 20px;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .title {
  display: inline-block;
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  text-align: left;
  padding: 4px 14px;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont {
  width: 100%;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  height: 1px;
  position: absolute;
  top: 30px;
  left: 0;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .desCont2 {
  background-color: rgba(0, 0, 0, 0.4);
  border-radius: 14px;
  padding: 8px 14px;
  position: absolute;
  width: 100%;
  top: 10px;
  text-align: left;
  left: 0;

    max-height: 120px;
  overflow-y: auto;
  padding-right: 4px;
  /*padding: 6px 0;*/
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .desCont2 .des{

}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .more {
  display: inline-block;
}
.system-page .init-2 .container .leftC .left .content table tr td .tdCont .textCont .desCont .more:hover {
  color: var(--color);
}
.system-page .init-2 .container .leftC .left .content table tr td:hover .textCont .desCont {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
.system-page .init-2 .container .leftC .left .content table tr td.right2 .tdCont .textCont {
  left: unset;
  right: 20px;
  text-align: right;
}
.system-page .init-2 .container .leftC .left .content table tr td.bottom2 .tdCont .textCont .desCont {
  top: unset;
  bottom: 30px;
}
.system-page .init-2 .container .leftC .left .content table tr td.bottom2 .tdCont .textCont .desCont .desCont2 {
  top: unset;
  bottom: 10px;
}
.system-page .init-2 .container .right {
  padding: 40px 50px;
  background-color: #f8f8f7;
  width: 28%;
}
.system-page .init-2 .container .right .tips {
  font-weight: bold;
}
.system-page .init-2 .container .right ul li .box a {
  border-radius: 18px;
  display: inline-block;
  padding: 6px 10px;
  font-weight: 500;
}
.system-page .init-2 .container .right ul li .box a:hover,
.system-page .init-2 .container .right ul li .box a.active {
  color: #fff;
  background-color: var(--color);
}
.system-page .init-3 {
  background-attachment: fixed;
  -o-background-size: cover;
  background-size: cover;
}
.system-page .init-3 .container .left {
  width: 50%;
}
.system-page .init-3 .container .left .title {
  font-weight: bold;
}
.system-page .init-3 .container .left .des {
  line-height: 2;
  max-height: 350px;
  overflow-y: auto;
  padding-right: 20px;
}
.system-page .init-3 .container .right {
  width: 44%;
}
.system-page .init-3 .container .right ul li .box {
  max-height: 460px;
  background-color: #000;
}
.system-page .init-3 .container .right ul li .box video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.system-page .init-3 .container .right ul li .box .img {
  display: block;
}
.system-page .init-3 .container .right ul li .box .img img {
  width: 100%;
}
.system-page .init-3 .container .right .sPage {
  text-align: center;
}
.system-page .init-3 .container .right .sPage .swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  background-color: #fff;
  opacity: 1;
  border-radius: 5px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.system-page .init-3 .container .right .sPage .swiper-pagination-bullet-active {
  width: 30px;
}
#hover-tip {
    position: fixed;
    padding: 3px 6px;
    background: black;
    color: white;
    border-radius: 4px;
    font-size: 12px;
    display: none;
    pointer-events: none;
    z-index: 9999;
}
.system-page .init-4 .container {
  width: 1750px;
}
.system-page .init-4 .container .tipsTitle {
  text-align: center;
  font-weight: bold;
  text-transform: uppercase;
}
.system-page .init-4 .container .contentC .subImg {
  width: 14%;
}
.system-page .init-4 .container .contentC .subImg1 {
  padding-right: 20px;
}
.system-page .init-4 .container .contentC .subImg2 {
  padding-left: 20px;
}
.system-page .init-4 .container .contentC .contC {
  max-width: 90%;
}
.system-page .init-4 .container .contentC .contC table {
  width: 100%;
  margin: 0;
  padding: 30px;
}
.system-page .init-4 .container .contentC .contC table::-webkit-scrollbar {
  height: 0;
}
.system-page .init-4 .container .contentC .contC table tbody {
  width: 100%;
  min-width: 1px;
}
.system-page .init-4 .container .contentC .contC table tbody tr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.system-page .init-4 .container .contentC .contC table tbody tr td {
  position: relative;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -moz-transition: all 0.3s;
  transition: all 0.3s;
  width: 170px !important;
  padding: 0;
  margin: 0;
  min-width: 1px;
  border: none;
  border-left: 2px solid #cccccc;
  height: 460px !important;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box {
  height: 100%;
  position: relative;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box hr {
  display: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #cccccc;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .num {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #cccccc;
  background-color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  z-index: 2;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .shadow {
  -o-object-fit: cover;
  object-fit: cover;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
  padding: 40px 20px 0;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 {
  background-color: #fff;
  display: none;
  position: absolute;
  z-index: 3;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 26px rgba(0, 0, 0, 0.2);
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .close {
  position: absolute;
  width: 22px;
  height: 22px;
  top: 10px;
  right: 10px;
  border-radius: 50%;
  border: 1px solid #000;
  font-size: 26px;
  line-height: 1;
  cursor: pointer;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .close:hover {
  color: #fff;
  background-color: var(--color);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
  border: 1px solid var(--color);
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
  width: 100%;
  height: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont img {
  pointer-events: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft {
  width: 50%;
  height: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
  width: 50%;
  padding: 40px 30px;
  max-height: 100%;
  overflow-y: auto;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight::-webkit-scrollbar-thumb {
  background: url('../images/about_10.png') no-repeat center center;
  background-size: contain;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight .des2 {
  margin-top: 20px;
}
.system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight .img2 {
  max-width: 100%;
}
.system-page .init-4 .container .contentC .contC table tbody tr td:last-child {
  border-right: 2px solid #cccccc;
}
.system-page .init-4 .container .contentC .contC table tbody tr td.active {
  width: 930px !important;
  border: none;
}
.system-page .init-4 .container .contentC .contC table tbody tr td.active .info2 {
  display: block;
}
.system-page .init-5 .container {
  width: 100%;
  padding: 0;
}
.system-page .init-5 .container .listCont table {
  border: none;
}
.system-page .init-5 .container .listCont table tbody tr {
  background-color: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  width: 100% !important;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.system-page .init-5 .container .listCont table tbody tr td {
  width: 50% !important;
  padding: 0;
  border: none;
  font-size: 16px;
}
.system-page .init-5 .container .listCont table tbody tr td:first-child {
  padding: 10px 16% 10px 12%;
}
.system-page .init-5 .container .listCont table tbody tr td strong,
.system-page .init-5 .container .listCont table tbody tr td b {
  font-weight: bold;
  font-size: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
  display: block;
  position: relative;
}
.system-page .init-5 .container .listCont table tbody tr td strong::after,
.system-page .init-5 .container .listCont table tbody tr td b::after {
  content: '';
  position: relative;
  width: 60%;
  margin-top: 4px;
  height: 1px;
  display: block;
  top: 0;
  left: 0;
  background-color: #000;
}
.system-page .init-5 .container .listCont table tbody tr td ul {
  padding-left: 20px !important;
}
.system-page .init-5 .container .listCont table tbody tr td ul li {
  font-size: 18px;
  padding: 2px 0;
}
.system-page .init-5 .container .listCont table tbody tr td img {
  width: 100%;
}
.system-page .init-5 .container .listCont table tbody tr:nth-child(2n) td:nth-child(2) {
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -moz-box-ordinal-group: 0;
  -ms-flex-order: -1;
  order: -1;
}
.system-page .init-6 .container .tipsTitle {
  max-width: 600px;
  margin: auto;
  font-weight: bold;
  text-align: center;
}
.system-page .init-6 .container .content ul li .box .img {
  display: block;
  border: 1px solid #cecece;
}
.system-page .init-6 .container .content ul li .box .img img {
  width: 100%;
}
.system-page .init-6 .container .content ul li .box .title {
  display: block;
  font-weight: 500;
}
.system-page .init-6 .container .content ul li .box .title:hover {
  color: var(--color);
}
.system-page .init-6 .container .content ul li .box .more {
  color: rgba(33, 33, 33, 0.9);
  background-color: #f7f7f7;
  padding: 8px;
  min-width: 180px;
  text-align: center;
  border-radius: 4px;
}
.system-page .init-6 .container .content ul li .box .more:hover {
  background-color: var(--color);
  color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.3);
}
@media (max-width: 1700px) {
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 8vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td.active {
    width: 56vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
    padding: 40px 10px 0;
  }
}
@media (max-width: 1450px) {
  .system-page .init-1 .container ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: left;
    -webkit-justify-content: left;
    -moz-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
  }
  .system-page .init-1 .container ul li {
    max-width: 100%;
  }
  .system-page .init-1 .container ul li .box {
    text-align: left;
  }
  .system-page .init-1 .container ul li.active .box {
    border: none;
    top: 0;
  }
  .system-page .init-1 .container ul li .box .cont {
    display: none;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .title {
    padding: 40px 5px 0;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 11vw !important;
  }
  .system-page .init-5 .container .listCont table tbody tr td:first-child {
    padding: 10px 8% 10px 8%;
  }
}
@media (max-width: 1250px) {
  .system-page .init-2 .container .leftC {
    width: 100%;
  }
  .system-page .init-2 .container .right {
    width: 100%;
  }
  .system-page .init-2 .container .leftC {
    overflow-x: auto;
  }
  .system-page .init-2 .container .leftC .left {
    min-width: 940px;
  }
  .system-page .init-4 .container .contentC {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-4 .container .contentC .subImg1 {
    width: 30%;
    -webkit-box-ordinal-group: -1;
    -webkit-order: -2;
    -moz-box-ordinal-group: -1;
    -ms-flex-order: -2;
    order: -2;
  }
  .system-page .init-4 .container .contentC .subImg2 {
    width: 30%;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }
  .system-page .init-4 .container .contentC .contC {
    width: 100%;
    max-width: 100%;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
@media (max-width: 1000px) {
  .system-page .init-2 .container .leftC{
    justify-content: left;
    padding-bottom: 110px;
  }
  .system-page .init-3 .container .left {
    width: 100%;
  }
  .system-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .system-page .init-4 .container .contentC .contC table tbody {
    white-space: normal;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 16vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoLeft {
    width: 100%;
    height: auto;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont {
    overflow-y: auto;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
    width: 100%;
  }
  .system-page .init-5 .container .listCont table tbody {
    white-space: normal;
    min-width: 100%;
  }
  .system-page .init-5 .container .listCont table tbody tr {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .system-page .init-5 .container .listCont table tbody tr td:nth-child(2) {
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    width: 100% !important;
  }
  .system-page .init-5 .container .listCont table tbody tr td:first-child {
    width: 100% !important;
    padding: 20px 10px;
  }
}
@media (max-width: 700px) {
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 20vw !important;
  }
  .system-page .init-2 .container .right {
    padding: 30px 16px;
  }
}
@media (max-width: 500px) {
  .system-page .init-4 .container .contentC .subImg1 {
    width: 40%;
  }
  .system-page .init-4 .container .contentC .subImg2 {
    width: 40%;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td {
    width: 140px !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td.active {
    width: 70vw !important;
  }
  .system-page .init-4 .container .contentC .contC table tbody tr td .box .info2 .infoCont .infoRight {
    padding: 20px 16px;
  }
  .system-page .init-5 .container .listCont table tbody tr td strong,
  .system-page .init-5 .container .listCont table tbody tr td b {
    font-size: 20px;
    margin-bottom: 20px;
  }
  .system-page .init-5 .container .listCont table tbody tr td ul li {
    font-size: 16px;
  }
}
