@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Light.eot');
  src: url('../fonts/Barlow-Light.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Barlow-Light.woff2') format('woff2'),
      url('../fonts/Barlow-Light.woff') format('woff'),
      url('../fonts/Barlow-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Regular.eot');
  src: url('../fonts/Barlow-Regular.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Barlow-Regular.woff2') format('woff2'),
      url('../fonts/Barlow-Regular.woff') format('woff'),
      url('../fonts/Barlow-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-SemiBold.eot');
  src: url('../fonts/Barlow-SemiBold.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Barlow-SemiBold.woff2') format('woff2'),
      url('../fonts/Barlow-SemiBold.woff') format('woff'),
      url('../fonts/Barlow-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Barlow';
  src: url('../fonts/Barlow-Black.eot');
  src: url('../fonts/Barlow-Black.eot?#iefix') format('embedded-opentype'),
      url('../fonts/Barlow-Black.woff2') format('woff2'),
      url('../fonts/Barlow-Black.woff') format('woff'),
      url('../fonts/Barlow-Black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}



.font-24 {
  line-height: 44px;
}

.font-25 {
  line-height: 1.6;
}
.light {
  font-weight: 300;
}
.regular {
  font-weight: 400;
}
.semiBold {
  font-weight: 700;
}
.black {
  font-weight: 900;
}

#Pop_UpsBtn {
  display: none !important;
}

#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: 140px;
  right: 0;
  z-index: 10;
}

.right_nav_list ul li {
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  margin-top: 6px;
  color: var(--color);
  background: #fff;
  border: 1px solid var(--color);
  border-right: none;
  border-bottom-left-radius: 5px;
  border-top-left-radius: 5px;
}

.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: var(--color);
  color: #fff;
}

.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: 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: #d42633;
}

b,
strong {
  font-weight: bold;
}

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

body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Barlow';
  font-weight: 400;
  margin: 0 auto;
  color: #000;
  background-repeat: repeat;
}

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

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

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

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

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

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

html.mobile {
  overflow: hidden;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#mobile .menu-content .h3 {
  font-size: 22px;
  line-height: 40px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}

#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}

#mobile .menu-content .menu-logo {
  display: block;
}

#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}

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

#mobile .menu-content .menu-list ul li {
  font-size: 20px;
  color: inherit;
  text-transform: uppercase;
  line-height: 36px;
}

#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}

#mobile .menu-content .menu-list ul li a:hover {
  color: #ff9800;
  text-decoration: underline;
}

#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  line-height: 30px;
}

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

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

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

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

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

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

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

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

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

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

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

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

#mobile.active {
  left: 0;
}

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

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

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

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

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

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

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

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

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

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

.flex_cont {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}

#header a {
  display: block;
}

#header img {
  display: block;
  width: 100%;
}

#header>.nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  padding: 24px 0;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}

#header>.nav>.menu .logoShadow {
  width: 340px;
  height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  top: -190px;
  left: -20px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

#header>.nav>.menu .logoShadow2 {
  position: fixed;
  width: 340px;
  height: 340px;
  border-radius: 50%;
  top: -170px;
  left: -34px;
  background-color: var(--color);
  z-index: 10;
  -webkit-transform: scale(12);
  -moz-transform: scale(12);
  -ms-transform: scale(12);
  -o-transform: scale(12);
  transform: scale(12);
  pointer-events: none;
  opacity: 0;
  -webkit-animation: headAni 1s linear;
  -moz-animation: headAni 1s linear;
  -o-animation: headAni 1s linear;
  animation: headAni 1s linear;
}

#header>.nav>.menu .menu-box {
  position: relative;
  z-index: 1;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

#header>.nav>.menu .menu-box .left {
  position: relative;
}

#header>.nav>.menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}

#header>.nav>.menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  -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 {
  z-index: 2;
  text-align: center;
  position: relative;
  background-color: rgba(255,255,255,.27);
  padding: 4px 24px;
  border: rgba(255, 255, 255, 0.27) 1px solid;
  border-radius: 25px;
}

#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;
  margin: 0 2px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item: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 {
  background-color: #fff;
  color: var(--color);
}

#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: 5px 34px;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  color: #fff;
  border-radius: 20px;
  font-weight: 300;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a i {
  font-size: 12px;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu {
  position: absolute;
  top: 110%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  line-height: 30px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}

.font-36 {
  line-height: 1.4;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover>a {
  background-color: #000;
  color: #fff;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}

#header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}

#header>.nav>.menu .menu-box .right {
  position: relative;
  z-index: 2;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont {
  color: #fff;
  text-transform: uppercase;
}

#header>.nav>.menu .menu-box .right .lang_cont .c_cont i {
  margin-left: 6px;
}

#header>.nav>.menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}

#header>.nav>.menu .menu-box .right .h-search {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  background-color: #414143;
  cursor: pointer;
  margin-left: 30px;
}

#header>.nav>.menu .menu-box .right .h-search .img {
  width: 30px;
  height: 30px;
}

#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,
#header.inner_active>.nav {
  background-color: #1a1b1d;
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  padding: 10px 0;
}

#header.active>.nav>.menu .logoShadow,
#header.inner_active>.nav>.menu .logoShadow {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  border-radius: 0;
  background: #333;
}

@-webkit-keyframes headAni {
  0% {
    -webkit-transform: scale(12);
    transform: scale(12);
    z-index: 10;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}

@-moz-keyframes headAni {
  0% {
    -moz-transform: scale(12);
    transform: scale(12);
    z-index: 10;
    opacity: 1;
  }

  100% {
    -moz-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}

@-o-keyframes headAni {
  0% {
    -o-transform: scale(12);
    transform: scale(12);
    z-index: 10;
    opacity: 1;
  }

  100% {
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}

@keyframes headAni {
  0% {
    -webkit-transform: scale(12);
    -moz-transform: scale(12);
    -o-transform: scale(12);
    transform: scale(12);
    z-index: 10;
    opacity: 1;
  }

  100% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    opacity: 1;
    z-index: 1;
  }
}

.moreCont {
  font-weight: 500;
}

.moreCont .moreCir {
  width: 42px;
  height: 42px;
  border-radius: 50%;
}

.moreCont .moreCir1 {
  background-color: #fff;
}

.moreCont .moreCir2 {
  background-color: var(--color);
  margin-left: -28px;
}

.moreCont .moreCir2 .moreImg {
  width: 14px;
  height: 14px;
}

.moreCont .moreTxt {
  margin-left: 16px;
}

.moreCont:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px);
}

.moreCont:hover .moreCir1 {
  -webkit-transform: translate(12px);
  -moz-transform: translate(12px);
  -ms-transform: translate(12px);
  -o-transform: translate(12px);
  transform: translate(12px);
}

.moreCont:hover .moreCir2 {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.font-60 {
  line-height: 1.2;
}

.font-16 {
  line-height: 30px;
}

#banner {
  overflow: hidden;
  position: relative;
  background-color: #000;
}

#banner canvas {
  display: block;
  top: 0;
  right: 0;
  margin-left: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  background-color: #000;
  opacity: 0.4;
}

#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;
  position: relative;
  width: 100%;
  height: 50vw;
  max-height: 940px;
  -o-background-size: cover;
  background-size: cover;
  background-position: center;
  z-index: 2;
}

#banner .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  position: relative;
}

#banner .swiper .swiper-wrapper .swiper-slide .box .cont {
  max-width: 1085px;
  color: #fff;
}

#banner .swiper .swiper-wrapper .swiper-slide .box .cont .title {
  font-weight: 600;
}

#banner .swiper .swiper-wrapper .swiper-slide .box .img {
  width: 70%;
  height: 70%;
  position: absolute;
  bottom: 0;
  right: 0;
  background-position: right bottom;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .title,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .des,
#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .moreC {
  -webkit-animation: fadeInUp 1s linear;
  -moz-animation: fadeInUp 1s linear;
  -o-animation: fadeInUp 1s linear;
  animation: fadeInUp 1s linear;
}

#banner .swiper .swiper-wrapper .swiper-slide.swiper-slide-active .box .img {
  -webkit-animation: fadeInUpSmall 1s linear;
  -moz-animation: fadeInUpSmall 1s linear;
  -o-animation: fadeInUpSmall 1s linear;
  animation: fadeInUpSmall 1s linear;
}

@-webkit-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -webkit-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -webkit-transform: none;
    transform: none;
  }
}

@-moz-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    -moz-transform: translate3d(0%, 10%, 0);
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -moz-transform: none;
    transform: none;
  }
}

@-o-keyframes fadeInUpSmall {
  from {
    opacity: 0;
    transform: translate3d(0%, 10%, 0);
  }

  to {
    opacity: 1;
    -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;
  }
}

@-webkit-keyframes moveLeftAni {
  from {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-90%);
    transform: translateX(-90%);
  }
}

@-moz-keyframes moveLeftAni {
  from {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -moz-transform: translateX(-90%);
    transform: translateX(-90%);
  }
}

@-o-keyframes moveLeftAni {
  from {
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -o-transform: translateX(-90%);
    transform: translateX(-90%);
  }
}

@keyframes moveLeftAni {
  from {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-90%);
    -moz-transform: translateX(-90%);
    -o-transform: translateX(-90%);
    transform: translateX(-90%);
  }
}

.slick-list .slick-track {
  margin-left: 0;
}

.container {
  width: 1720px;
}
.navContainer {
  width: 1770px;
}

#index-body .init-1 {
  overflow: hidden;
  position: relative;
  z-index: 2;
}

#index-body .init-1 .textShadowCont {
  position: absolute;
  width: 570px;
  height: 100%;
  top: 0;
  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 .textShadowCont .cont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(247, 247, 247, 0)), color-stop(30%, #f7f7f7), color-stop(70%, #f7f7f7), to(rgba(247, 247, 247, 0)));
  background-image: -webkit-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
  background-image: -moz-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
  background-image: -o-linear-gradient(top, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
  background-image: linear-gradient(to bottom, rgba(247, 247, 247, 0), #f7f7f7 30%, #f7f7f7 70%, rgba(247, 247, 247, 0));
  -webkit-transform: skew(-20deg);
  -moz-transform: skew(-20deg);
  -ms-transform: skew(-20deg);
  -o-transform: skew(-20deg);
  transform: skew(-20deg);
}

#index-body .init-1 .textShadowCont .cont .textCont {
  font-size: 200px;
  font-weight: 600;
  -webkit-animation: moveLeftAni 60s infinite linear;
  -moz-animation: moveLeftAni 60s infinite linear;
  -o-animation: moveLeftAni 60s infinite linear;
  animation: moveLeftAni 60s infinite linear;
  color: #de616a;
}

#index-body .init-1 .textShadowCont .cont .textCont span {
  /*margin-right: 60px;*/
  display: block;
  width: 800px;
}

#index-body .init-1 .textShadowCont .cont .textCont span img {
  display: block;
  width: 800px;
}

#index-body .init-1 .container .tipsTitle {
  font-weight: 600;
  text-align: center;
}

#index-body .init-1 .container .content .leftC {
  width: 68%;
}

#index-body .init-1 .container .content .leftC .swiper {
  overflow: unset;
}

#index-body .init-1 .container .content .leftC ul li .box {
  opacity: 0;
  position: relative;
}

#index-body .init-1 .container .content .leftC ul li .box .img img {
  display: block;
  margin: auto;
}

#index-body .init-1 .container .content .leftC ul li .box .textCont {
  width: 500px;
  position: absolute;
  top: 0;
  left: 110%;
  min-height: 100%;
  z-index: 2;
  opacity: 0;
  pointer-events: none;
}

#index-body .init-1 .container .content .leftC ul li .box .textCont .contC .title {
  display: block;
  font-weight: 600;
}

#index-body .init-1 .container .content .leftC ul li .box .textCont .contC .title:hover {
  color: var(--color);
}

/*#index-body .init-1 .container .content .leftC ul li .box .textCont .contC .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}*/
.font-20 {
  line-height: 36px;
}

#index-body .init-1 .container .content .leftC ul li .box .textCont .contC .moreC .moreCont .moreCir1 {
  background-color: #ebebeb;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-active .box {
  opacity: 0.5;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-next {
  z-index: 2;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-next .box {
  opacity: 1;
}

#index-body .init-1 .container .content .leftC ul li.swiper-slide-next .box .textCont {
  opacity: 1;
  pointer-events: all;
}

#index-body .init-1 .container .content2 ul {
  margin: 0 -15px;
}

#index-body .init-1 .container .content2 ul li {
  padding: 5px 15px;
}
#index-body .init-1 .container .content2 ul li.active {

}
#index-body .init-1 .container .content2 ul li .box {
  cursor: pointer;
  width: 90px;
  height: 90px;
  background-color: #fff;
  padding: 8px;
  border-radius: 50%;
  border: 1px solid rgba(247, 249, 251, 0);
}

#index-body .init-1 .container .content2 ul li .box .cont {
  background-color: #f7f9fb;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

#index-body .init-1 .container .content2 ul li .box .cont img {
  max-width: 60%;
  max-height: 60%;
  -webkit-transform-origin: bottom center;
  -moz-transform-origin: bottom center;
  -ms-transform-origin: bottom center;
  -o-transform-origin: bottom center;
  transform-origin: bottom center;
}

#index-body .init-1 .container .content2 ul li.active .box {
  border: 1px solid #f7f9fb;
}

#index-body .init-1 .container .content2 ul li.active .box .cont {
  background-color: #fff;
}

#index-body .init-1 .container .content2 ul li.active .box .cont img {
  -webkit-transform: scale(1.6);
  -moz-transform: scale(1.6);
  -ms-transform: scale(1.6);
  -o-transform: scale(1.6);
  transform: scale(1.6);
}

#index-body .init-2 {
  background-color: #eee;
}

#index-body .init-2 .container .left {
  position: relative;
  height: 640px;
  width: 50%;
  color: #fff;
}

#index-body .init-2 .container .left .cir {
  width: 360px;
  height: 360px;
  border-radius: 50%;
  text-align: center;
  position: absolute;
}

#index-body .init-2 .container .left .cir .cont .num {
  font-weight: 400;
  line-height: 1;
}

#index-body .init-2 .container .left .cir1 {
  border: 1px #989898 dashed;
  top: 0;
  left: 150px;
  color: #000;
}

#index-body .init-2 .container .left .cir2 {
  top: 270px;
  left: 0;
  background-color: #d42633;
}

#index-body .init-2 .container .left .cir3 {
  left: 300px;
  top: 270px;
  -o-background-size: cover;
  background-size: cover;
}

#index-body .init-2 .container .right {
  padding-left: 80px;
  color: #000;
  width: 50%;
}

#index-body .init-2 .container .right .tips {
  font-weight: 600;
}

#index-body .init-2 .container .right ul li {
  cursor: pointer;
}

#index-body .init-2 .container .right ul li .box .titleC {
  border-bottom: 1px solid #4e4e4e;
}

#index-body .init-2 .container .right ul li .box .titleC .cir {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background-color: #333333;
  font-size: 20px;
}
#index-body .init-2 .container .right ul li .box .titleC .cir i {
  color: #fff;
}
#index-body .init-2 .container .right ul li .box .titleC .text {
  font-weight: 600;
  width: -webkit-calc(60%);
  width: -moz-calc(60%);
  width: calc(100% - 40px);
  padding: 0 70px 0 40px;
}

#index-body .init-2 .container .right ul li .box .des {
  /*padding: 20px 70px 20px 80px;*/
  /*color: #a1a1a1;*/
  padding: 40px 40px 34px 85px;
  border-bottom: 1px solid #4e4e4e;
  display: none;
}

#index-body .init-2 .container .right ul li:hover .titleC .cir {
  background: var(--color);
}

#index-body .init-2 .container .right ul li.active .titleC .cir {
  background: var(--color);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}

#index-body .init-3 {
  background-color: #1a1a1a;
  position: relative;
  z-index: 2;
}
#index-body .init-3 .play-btn {
  left: 70%;
}
#index-body .init-3 .play-btn i {
  border: none;
}

#index-body .init-3 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}

#index-body .init-3 .container .cont {
  max-width: 620px;
  background-color: var(--color);
  color: #fff;
}

#index-body .init-3 .container .cont .des h1 {
  display: inline;
}

#index-body .init-3 .container .cont .title {
  font-weight: 600;
}

.font-24 {
  line-height: 44px;
}

#index-body .init-3 .container .cont .moreC .moreCont .moreCir1 {
  background-color: #d16870;
}

#index-body .init-3 .container .cont .moreC .moreCont .moreCir2 {
  background-color: #fff;
}

#index-body .init-3 .container .cont .line {
  height: 1px;
  background-color: #fff;
}

#index-body .init-3 .container .cont .tips {
  font-weight: 500;
}

#index-body .init-4 {
  background-color: #eeeeee;
}

#index-body .init-4 .container {
  overflow: unset;
}

#index-body .init-4 .container ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  background-color: #eeeeee;
}

#index-body .init-4 .container ul li .box .left {
  width: 50%;
}

#index-body .init-4 .container ul li .box .left img {
  width: 100%;
}

#index-body .init-4 .container ul li .box .right {
  width: 50%;
  padding-left: 80px;
}

#index-body .init-4 .container ul li .box .right .cont {
  color: #000;
  border-top: 1px solid #868686;
}

#index-body .init-4 .container ul li .box .right .cont .title {
  color: var(--color);
  text-transform: uppercase;
}

#index-body .init-4 .container ul li .box .right .cont .title2 {
  font-weight: 600;
  /* overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;*/
}

/*#index-body .init-4 .container ul li .box .right .cont .des {
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}*/
#index-body .init-5 .container .titleC .left {
  width: 50%;
  padding-right: 80px;
}

#index-body .init-5 .container .titleC .right {
  padding-left: 80px;
  width: 50%;
  font-weight: 600;
}

#index-body .init-5 .container .contentC .list {
  cursor: pointer;
  border-top: 1px solid #d4d4d4;
}

#index-body .init-5 .container .contentC .list .imgC {
  width: 70px;
  height: 70px;
  position: relative;
}

#index-body .init-5 .container .contentC .list .imgC .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

#index-body .init-5 .container .contentC .list .imgC .img {
  width: 40px;
  height: 40px;
  position: relative;
  z-index: 2;
}

#index-body .init-5 .container .contentC .list .textC {
  width: -webkit-calc(30%);
  width: -moz-calc(30%);
  width: calc(100% - 70px);
  padding-left: 50px;
}

#index-body .init-5 .container .contentC .list .textC .title {
  font-weight: 600;
}

#index-body .init-5 .container .contentC .list .textC .des {
  min-height: 60px;
}

#index-body .init-5 .container .contentC .list:hover .imgC {
  background-color: var(--color);
}

#index-body .init-5 .container .contentC .list:hover .imgC .shadow {
  opacity: 0;
}

#index-body .init-5 .container .contentC .list:hover .imgC .img {
  -webkit-filter: invert(1) brightness(2);
  filter: invert(1) brightness(2);
}

#index-body .init-5 .container .contentC .left {
  width: 50%;
  padding-right: 80px;
}

#index-body .init-5 .container .contentC .right {
  width: 50%;
  padding-left: 80px;
}

#index-body .init-6 {
  background-color: #f6f6f6;
}

#index-body .init-6 .container ul li .box .left {
  width: 50%;
  padding-right: 140px;
}

#index-body .init-6 .container ul li .box .left .time {
  background-color: var(--color);
  display: inline-block;
  color: #fff;
  padding: 3px 40px;
  border-radius: 18px;
  line-height: 30px;
}

.font-18 {
  line-height: 32px;
}

#index-body .init-6 .container ul li .box .left .title {
  display: block;
  font-weight: 600;
  color: #060606;
}

#index-body .init-6 .container ul li .box .left .title:hover {
  color: var(--color);
}

#index-body .init-6 .container ul li .box .right {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -moz-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  padding: 0 100px 0 70px;
  margin-top: 50px;
  color: #060606;
}

#index-body .init-6 .container ul li .box .moreC {
  margin-right: 10px;
}

#index-body .init-6 .container ul li .box .moreC .moreCont .moreCir1 {
  background-color: #d1d1d1;
}

#footer {
  position: relative;
  z-index: 1;
  -o-background-size: cover;
  background-size: cover;
  background-color: #1a1a1a;
}

#footer .fTop .container .listCont {
  margin-top: 30px;
}

#footer .fTop .container .listCont .logo_des {
  color: rgba(255, 255, 255, 0.5);
}

#footer .fTop .container .listCont .share ul li a {
  display: block;
  color: #fff;
  font-size: 18px;
}

#footer .fTop .container .listCont .share ul li a:hover {
  color: var(--color);
}

#footer .fTop .container .listCont .first {
  color: #fff;
  font-weight: 500;
}

#footer .fTop .container .listCont .list {
  margin-top: 14px;
}

#footer .fTop .container .listCont .list a {
  color: rgba(255, 255, 255, 0.5);
}

#footer .fTop .container .listCont .list a:hover {
  color: #fff;
}

#footer .fTop .container .listCont .list2 .img {
  width: 30px;
  height: 30px;
}

#footer .fTop .container .listCont .list2 .text {
  width: -webkit-calc(70%);
  width: -moz-calc(70%);
  width: calc(100% - 30px);
  font-weight: 500;
  padding-left: 20px;
  color: rgba(255, 255, 255, 0.47);
}

#footer .fTop .container .listCont4 {
  max-width: 420px;
}
#footer .fTop .container .listCont5 .cont {
  width: 202px;
  height: 202px;
  padding: 11px;
  background-color: #fff;
}

#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  overflow: hidden;
  color: #8e8e8e;
}

#footer .copyright .container {
  padding-top: 30px;
  padding-bottom: 30px;
  color: rgba(255, 255, 255, 0.5);
}

.font-26 {
  line-height: 1.6;
}

#footer .copyright .container .cms {
  text-decoration: underline;
}

#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: rgba(255, 255, 255, 0.5);
  position: relative;
  top: 4px;
}

#footer .copyright .container a {
  margin: 0 5px;
}

#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
@media (max-width: 1800px) {
  .navContainer {
    width: 1700px;
  }
}

@media (max-width: 1700px) {

  #index-body .init-1 .container .content .leftC ul li .box .textCont {
    width: 410px;
  }
}

@media (max-width: 1450px) {
  #header>.nav>.menu .menu-box .right {
    margin-left: auto;
    margin-top: 10px;
  }

  #header>.nav>.menu .menu-box .menu_c .menu-menu-container>.menu>.menu-item>a {
    padding: 4px 10px;
    font-size: 16px;
  }
  #header>.nav>.menu .menu-box .menu_c {
    padding: 4px 15px;
  }

  #header>.nav>.menu .menu-box .right {
    -webkit-box-pack: right;
    -webkit-justify-content: right;
    -moz-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
  }

  #header>.nav>.menu .logoShadow,
  #header>.nav>.menu .logoShadow2 {
    height: 310px;
  }

  #index-body .init-1 .container .content .leftC ul li .box .textCont {
    width: 350px;
  }

  #index-body .init-4 .container ul li .box .right .cont .title2 {
    margin-top: 20px;
  }

  #index-body .init-6 .container ul li .box .right {
    padding: 0 100px 0 0;
  }
}

@media (max-width: 1250px) {

  #banner,
  .inner-banner {
    margin-top: 40px;
  }

  #banner .swiper .swiper-wrapper .swiper-slide {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  #banner .swiper .swiper-wrapper .swiper-slide .box {
    height: auto;
  }

  #banner .swiper .swiper-wrapper .swiper-slide .box .cont {
    width: 100%;
    padding: 100px 0;
  }

  #banner .swiper .swiper-wrapper .swiper-slide .box .img {
    position: relative;
    height: 20vw;
    margin-left: auto;
    width: 100%;
  }

  #index-body .init-1 .container .content .leftC {
    width: 100%;
  }

  #index-body .init-1 .container .content .leftC ul li.swiper-slide-active .box {
    opacity: 1;
  }

  #index-body .init-1 .container .content .leftC ul li .box .textCont {
    position: relative;
    left: 0;
    width: 100%;
    margin-top: 20px;
    pointer-events: all;
    opacity: 1;
  }

  #index-body .init-2 .container .left {
    display: none;
  }

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

  #index-body .init-2 .container .right ul li .box .titleC .text {
    padding: 10px 0 0 20px;
  }

  #index-body .init-2 .container .right ul li .box .des {
    padding: 20px 10px;
  }

  #index-body .init-5 .container .titleC .right {
    width: 100%;
    padding: 0;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
  }

  #index-body .init-5 .container .titleC .left {
    width: 100%;
    margin-top: 10px;
    padding: 0;
  }

  #index-body .init-5 .container .contentC .left {
    width: 100%;
    padding: 0;
  }

  #index-body .init-5 .container .contentC .right {
    width: 100%;
    padding: 0;
  }

  #index-body .init-6 .container ul li .box .left {
    padding-right: 30px;
  }

  #index-body .init-6 .container ul li .box .right {
    padding: 0 20px 0 0;
  }
  #footer .fTop .container .listCont4 {
    max-width: 390px;
}
#footer .fTop .container .listCont3 {
  display: none;
}
}

@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #index-body .init-3 .play-btn {
    left: 50%;
    top: auto;
    bottom: 5px;
  }
  #index-body .init-3 {
    padding-bottom: 120px;
  }

  #cp-Nav .nav ul li a {
    line-height: 30px !important;
  }

  #index-body .init-4 .container ul li {
    position: relative;
    top: 0;
  }

  .font-60 {
    font-size: 24px;
    line-height: 44px;
  }

  #index-body .init-4 .container ul li .box .left {
    width: 100%;
  }

  #index-body .init-4 .container ul li .box .right {
    width: 100%;
    margin-top: 20px;
    padding-left: 0;
  }

  #index-body .init-6 .container ul li .box .left {
    width: 100%;
    padding: 0;
  }

  #index-body .init-6 .container ul li .box .right {
    margin-top: 20px;
    padding: 0;
    -webkit-box-flex: 1;
    -webkit-flex: auto;
    -moz-box-flex: 1;
    -ms-flex: auto;
    flex: auto;
    width: 100%;
  }
}

@media (max-width: 700px) {
  .flex-2>* {
    width: 100%;
  }
  #banner .swiper .swiper-wrapper .swiper-slide {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  #footer .fTop .container .listCont {
    width: 100%;
    max-width: 100%;
  }
}
@media (max-width: 500px) {

  #banner .swiper .swiper-wrapper .swiper-slide .box .img {
    height: 50vw;
  }

  #index-body .init-5 .container .contentC .list {
    padding: 20px 0;
  }

  #index-body .init-5 .container .contentC .list .textC {
    width: 100%;
    padding-left: 0;
    margin-top: 20px;
  }

  #footer .fTop .container .listCont .list2 .img {
    width: 20px;
    height: 20px;
    margin-top: 6px;
  }

  #footer .fTop .container .listCont .list2 .text {
    width: -webkit-calc(80%);
    width: -moz-calc(80%);
    width: calc(100% - 20px);
    padding-left: 10px;
  }

  #footer .copyright {
    margin-top: 0;
  }
}


/*inner-banner*/

.inner-banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  height: 600px;
  border-bottom: 7px solid var(--color);
  position: relative;
}

.inner-banner .content {
  position: absolute;
  width: 100%;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.inner-banner .content .box {
  max-width: 840px;
  margin: auto;
  position: relative;
}

.inner-banner .content .box .title {
  position: absolute;
  z-index: 1;
  left: 25px;
  top: -20px;
  height: 35px;
  line-height: 35px;
  padding: 0 18px;
  border-radius: 10px;
  color: #FFFFFF;
  background-color: var(--color);
}

.inner-banner .content .box .search {
  border-radius: 10px;
  height: 72px;
  position: relative;
  background-image: -webkit-gradient(linear, left top, right top, from(#1e2020), to(transparent));
  background-image: -webkit-linear-gradient(left, #1e2020, transparent);
  background-image: -moz-linear-gradient(left, #1e2020, transparent);
  background-image: linear-gradient(to right, #1e2020, transparent);
}

.inner-banner .content .box .search::before {
  content: "";
  position: absolute;
  z-index: -1;
  top: 1px;
  bottom: 1px;
  left: 1px;
  right: 1px;
  border-radius: inherit;
  border: 1px solid var(--color);
  pointer-events: none;
}

.inner-banner .content .box .search form {
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.inner-banner .content .box .search form input {
  -webkit-box-flex: 1;
  -webkit-flex: auto;
  -moz-box-flex: 1;
  -ms-flex: auto;
  flex: auto;
  border: 0;
  background: transparent;
  color: #FFF;
  font-size: 18px;
  height: 72px;
  padding: 0 25px;
}

.inner-banner .content .box .search form input::-webkit-input-placeholder {
  color: white;
}

.inner-banner .content .box .search form input:-moz-placeholder {
  color: white;
}

.inner-banner .content .box .search form input::-moz-placeholder {
  color: white;
}

.inner-banner .content .box .search form input:-ms-input-placeholder {
  color: white;
}

.inner-banner .content .box .search form input::placeholder {
  color: white;
}

.inner-banner .content .box .search form button {
  width: 54px;
  height: 54px;
  border-radius: 10px;
  color: #fff;
  background: var(--color);
  margin-right: 10px;
  border: 0;
}

.inner-banner .content .box p {
  color: #FFFFFF;
  padding: 0 25px;
  opacity: .37;
  margin-top: 10px;
}

.inner-banner .name {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 15%;
  text-align: center;
}

.inner-banner .name .box {
  display: inline-block;
}

.inner-banner .name .box .Tit {
  padding-right: 68px;
  color: #FFFFFF;
}

.inner-banner .name .box .godown {
  margin-top: 14px;
  font-size: 24px;
  float: right;
  width: 44px;
  height: 44px;
  line-height: 44px;
  border-radius: 50%;
  text-align: center;
  color: #FFFFFF;
  background-color: var(--color);
  padding-top: 2px;
  cursor: pointer;
}

.inner-banner .mbx {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 5%;
  font-weight: 400;
  color: #FFFFFF;
}

.inner-banner .mbx span {
  color: var(--color);
}

.baseTit {
  font-size: 48px;
  font-weight: 600;
}

.baseTit span {
  color: var(--color);
}

@media (max-width: 1450px) {
  .baseTit {
    font-size: 40px;
  }

  .inner-banner .name .box .godown {
    margin-top: 8px;
  }
}

@media (max-width: 1250px) {
  .baseTit {
    font-size: 34px;
  }

  .inner-banner .name .box .godown {
    margin-top: 3px;
  }
}

@media (max-width: 1024px) {
  .baseTit {
    font-size: 24px;
  }

  .TitHead .baseTit {
    float: none;
  }

  .inner-banner {
    height: auto;
    padding: 40px 0;
  }

  .inner-banner .mbx {
    margin-top: 20px;
    position: relative;
    bottom: 0;
    left: 0;
  }

  .inner-banner .content {
    display: none;
  }

  .inner-banner .name {
    bottom: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    position: relative;
  }

  .inner-banner .name .box .godown {
    display: none;
  }

  .inner-banner .name .box .Tit {
    padding-right: 0;
  }
}



.support-page .support-1 .box {
  background-color: #f7f7f7;
}

.support-page .support-1 .box .options span {
  margin-bottom: .2em;
  cursor: pointer;
  cursor: hand;
}

.support-page .support-1 .box .options span.active {
  text-decoration: underline;
  line-height: 1.6;
  color: #e10523;
}

.support-page .support-1 .box .text .slide {
  display: none;
}

.support-page .support-1 .box .text .slide.active {
  display: block;
  line-height: 1.8;
}

.support-page .support-2 .list {
  padding-left: 5%;
  padding-right: 5%;
}

.support-page .support-2 .list li {
  border-bottom: 1px solid #3b3a3a;
  cursor: pointer;
  cursor: hand;
}

.support-page .support-2 .list li .num {
  line-height: .7;
  color: transparent;
  -webkit-text-stroke: 1px #e10523;
  margin-bottom: -3%;
  -webkit-transition: .2s;
  -moz-transition: .2s;
  transition: .2s;
}

.support-page .support-2 .list li .content {
  margin-left: 5%;
}

.support-page .support-2 .list li .content .text {
  display: none;
}

.support-page .support-2 .list li.active .num {
  margin-bottom: 4%;
  color: #e10523;
  line-height: 1;
}

.support-page .support-3 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #2f2f2f;
  color: white;
}

.support-page .support-3 .box .link {
  text-align: center;
  border: 1px solid white;
}

.support-page .support-3 .box .link a {
  padding: 1em;
  border-right: 1px solid white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.support-page .support-3 .box .link a:last-child {
  border-right: none;
}

.support-page .support-3 .box .link a:hover {
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1000px) {
  .support-page .support-3 .box .link {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1em;
    border: none;
  }

  .font-30 {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .pt-130 {
    padding-top: 0px !important;

  }

  .font-16 {
    font-size: 16px !important;
    line-height: 30px !important;
  }

  .support-page .support-3 .box .link a {
    width: auto;
    border: 1px solid white !important;
    padding: .5em 1em;
  }

  .support-page .support-1 .box .right {
    padding: 3% !important;
  }
}

@media screen and (max-width: 700px) {
  .support-page .support-2 .list li .content {
    width: 80%;
  }

  .support-page .support-3 .left {
    display: none;
  }

  .support-page .support-3 .right {
    width: 100%;
  }
}


.moreBu {
  border: 1px solid #000;
  padding: 10px 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}

.moreBu:hover,
.moreBu.full {
  border-color: transparent;
  background-color: var(--color);
  color: #fff;
}


.culture-page .culture-1 {
  -webkit-box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 5px 6px rgba(0, 0, 0, 0.05);
}

.culture-page .culture-1 span.h1 {
  line-height: .8;
  color: #333333;
}

.culture-page .culture-1 .text {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
}

.culture-page .culture-1 .text p {
  margin-top: 1.66666667em;
}

.culture-page .culture-1 .text p:first-child {
  margin-top: 0;
}

.culture-page .culture-2 .left .text span {
  color: #d42633;
  font-size: 20px;
}

.culture-page .culture-2 .right .content {
  padding: 10% 10%;
  background-color: #f5f7f5;
}

.culture-page .culture-2 .right .content .text i {
  width: 1.44444444em;
  height: 1.44444444em;
  border-radius: 100%;
  margin-right: 1em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: var(--color);
}

.culture-page .culture-2 .right .content img {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 1000px) {
  .culture-page .culture-1 span.h1 em {
    font-size: 1.5em;
  }
}

@media screen and (max-width: 700px) {
  .culture-page .culture-2 .right .content {
    padding: 8%;
  }

  .font-26 {
    font-size: 20px !important;
    line-height: 36px !important;
  }
}

@media screen and (max-width: 500px) {
  .culture-page .culture-1 span.h1 em {
    font-size: 1.2em;
  }

  .culture-page .culture-2 .right .content .text i {
    width: 1em;
    height: 1em;
    margin-top: .3em;
  }
}

@-webkit-keyframes rz {
  form {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@-moz-keyframes rz {
  form {
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}

@keyframes rz {
  form {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    transform: translateX(0);
  }

  to {
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}



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

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

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

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

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

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



.news-page {
  padding: 80px 0;
}

.news-page .tips_title {
  font-weight: bold;
  padding-left: 60px;
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2;
}

.news-page .tips_title::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #d73743;
  z-index: -1;
}

.news-page .content {
  margin-top: 50px;
}

.news-page .content ul>p {
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}

.news-page .content ul {
  display: flex;
  flex-wrap: wrap;
}

.news-page .content ul li {
  position: relative;
}

.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6;
}

.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 2px solid #eceef1;
  height: 100%;
  padding: 40px 50px;
  /*border-radius: 4px;*/
  background-color: #fff;
  transition: .5s ease;
}

.news-page .content ul li .box .title {
  display: block;
  font-weight: 500;
  line-height: 1.4;
  min-height: 2.9em;
}

.news-page .content ul li .box .title:hover {
  color: #e62923;
}

.news-page .content ul li .box .des {
  display: block;
  /* overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;*/
  margin-top: 20px;
}

.news-page .content ul li .box .des:hover {
  color: #e62923;
}

.news-page .content ul li .box .info_c {
  margin-top: 30px;
  text-align: left;
}

.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: #e62923;
  border-radius: 15px;
  padding: 4px 22px;
}

.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, 0.7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle;
  line-height: 30px;
}

.news-page .content ul li:hover {
  z-index: 2;
}

.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px);
}

.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;
  line-height: 1.8;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
}

.newdet-page .init-1 .container .content p {
  text-align: left !important;
}

.newdet-page .init-1 .container .content .video {
  width: 1000px;
  max-width: 100%;
  margin: 20px auto 0;
}

.newdet-page .init-1 .container .content .video video {
  width: 100%;
  display: block;
}

.newdet-page .init-1 .container .bottom_cont {
  margin-top: 40px;
}

.newdet-page .init-1 .container .bottom_cont .left {
  width: -webkit-calc(-60%);
  width: -moz-calc(-60%);
  width: calc(100% - 160px);
  padding-right: 20px;
}

.newdet-page .init-1 .container .bottom_cont .right {
  width: 160px;
}

.newdet-page .init-1 .container .bottom_cont .right .share_name {
  color: #767676;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: #3b5999;
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a::before {
  background-color: #245e3e;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366;
}

.newdet-page .init-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0;
}

.m-page {
  margin-top: 60px;
  text-align: center;
}

.m-page a,
.m-page span {
  position: relative;
  display: inline-block;
  font-size: 16px;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-align: center;
  width: 40px;
  height: 40px;
  margin: 2px;
  line-height: 40px;
}

.m-page a::before,
.m-page span::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 1px;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  background-color: #000;
  -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: #e62923;
  color: #fff;
}

.m-page a.current::before,
.m-page span.current::before {
  opacity: 0;
}

.m-page a:hover {
  background-color: #e62923;
  color: #fff;
}

.m-page a:hover::before {
  opacity: 0;
}

.m-link {
  margin-top: 16px;
}

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

.m-link a:hover {
  color: #e62923;
}

.pro_public .init-related {
  background-color: #f7f7f7;
}

.pro_public .init-related .container .tips {
  text-align: center;
}

.pro_public .init-related .container .content {
  margin-top: 40px;
}

.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px;
}

.pro_public .init-related .container .content .slick li {
  padding: 0 25px;
}

.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 10px;
  border: 1px solid #3b3a3a;
}

.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px;
}

.pro_public .init-related .container .content .slick li .box .text:hover {
  color: #e62923;
}

@media (max-width: 1000px) {
  .news-page {
    text-align: center;
  }

  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px;
  }

  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }

  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 20px;
  }

  .newdet-page .init-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0;
  }

  .newdet-page .init-1 .container .bottom_cont .right {
    display: none;
  }

  .m-link {
    text-align: left;
  }

  .pro_public .init-related .container .content .slick li .box .text {
    text-align: center;
  }
}

@media (max-width: 500px) {
  .news-page .content ul li .box {
    padding: 20px 16px;
  }

  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0;
  }

  .news-page .content ul li .box .title {
    font-size: 20px;
    line-height: 36px;
  }

  .newdet-page .init-1 .container .bottom_cont {
    margin-top: 0;
  }

  .newdet-page .init-1 .container .time {
    margin-top: 16px;
  }

  .m-page {
    margin-top: 40px;
  }

  .pro_public .init-related .container .content {
    margin-top: 20px;
  }

  .pro_public .init-related .container .content .slick li .box .img {
    padding: 16px;
  }
}


.faq-page .list ul li {
  border: 1px solid #dcdcdc;
  padding: 1.33333333em 1em;
}

.faq-page .list ul li i {
  cursor: pointer;
  cursor: hand;
  font-size: 1.2em;
  line-height: 1;
}

.faq-page .list ul li .text {
  line-height: 2;
}

.faq-page .list ul li.active i {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page #index-body .init-7 .form form {
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  border-radius: 3em;
  padding: 8px;
  border: 1px solid #dcdcdc;
  background-color: transparent;
}

.faq-page #index-body .init-7 .form form button {
  color: #23519e;
}

.faq-page #index-body .init-7 .text a {
  color: #23519e;
}

@media screen and (max-width: 700px) {
  .faq-page #index-body .init-7 .form form {
    border-radius: 1em;
  }
}


.contact-page .contact-1 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 110px;
}

.contact-page .contact-1 .left .h2 {
  font-weight: 600;
}

.contact-page .contact-1 .left .text {
  color: rgba(0, 0, 0, 0.8);
}

.contact-page .contact-1 .left .text span {
  color: black;
}

.contact-page .contact-1 .left .text i {
  width: 2.625em;
  height: 2.625em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
}

.contact-page .contact-1 .left .text i:before {
  font-size: 1.2em;
}

.contact-page .contact-1 .right p,
.contact-page .contact-1 .right span {
  display: block;
  margin-bottom: .3em;
  opacity: .8;
}

.contact-page .contact-1 .right p i,
.contact-page .contact-1 .right span i {
  color: var(--color);
}

.contact-page .contact-1 .right input,
.contact-page .contact-1 .right textarea,
.contact-page .contact-1 .right select {
  width: 100%;
  padding: .9em;
  border: none;
  background-color: #f0f1f2;
  font-size: inherit;
  line-height: 1.4;
}

.contact-page .contact-1 .right textarea {
  height: 200px;
}

.contact-page .contact-1 .right select {
  padding: 1em;
}

.contact-page .contact-1 .right button {
  line-height: 1.6;
  width: auto;
}

.contact-page .contact-1 .right button:hover {
  background: #000;
}

.contact-page .contact-2 iframe {
  border: none;
  display: block;
  /*-webkit-filter: grayscale(1);
  filter: grayscale(1);*/
}

@media screen and (max-width: 1000px) {
  .contact-page .contact-1 .left {
    position: static;
  }

  .contact-page .contact-2 iframe {
    height: 360px;
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-2 iframe {
    height: 280px;
  }
}


.product-page .sideBarBox .slideRight {
  background-color: #f7f7f7;
}

.product-page .product-1 .sideBarBox .slideRight .text {
  max-height: 300px;
  overflow: auto;
  padding-right: 20px;
}

.product-page .sideBarBox .slideRight h1 {
  line-height: 1.8;
}

.product-page .sideBarBox .slideRight .img {
  border: 1px solid #3b3a3a;
  background-color: #fff;
}

.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #3b3a3a;
  line-height: 30px;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideBarBox .slideRight .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  /*border-right: 1px solid #3b3a3a;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.product-page .sideBarBox .slideRight .img .link a:hover {
  background-color: var(--color);
  color: #fff;
}

.product-page .sideBarBox .slideRight .img:hover .link {
  opacity: 1;
}

.inner-page .sideBarBox .slideLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.inner-page .sideBarBox .slideLeft .nav {
  background-color: #3b3a3a;
  color: white;
}

.inner-page .sideBarBox .slideLeft .nav span.h6 {
  background-color: var(--color);
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
}

.inner-page .sideBarBox .slideLeft .nav .link {
  font-weight: 300;
}

.inner-page .sideBarBox .slideLeft .nav .link ul li {
  margin-bottom: .7em;
  line-height: 1.8;
}

.inner-page .sideBarBox .slideLeft .nav .link ul li ul {
  font-size: .8em;
  margin-top: .8em;
  padding-left: 1em;
}

.inner-page .sideBarBox .slideLeft .nav .link ul li a:hover,
.inner-page .sideBarBox .slideLeft .nav .link ul li a.active {
  text-decoration: underline;
}

.seoCustom span.h2 {
  font-weight: normal;
}

.seoCustom .soe-1 .box {
  padding-left: 5%;
  color: #fff;
  padding-right: 5%;
  background-color: var(--color);
}

.seoCustom .soe-1 .box .moreCont .moreCir1 {
  background: #d16870;
}

.seoCustom .soe-1 .box .moreCont .moreCir2 {
  background: #fff;
}

.seoCustom .soe-1 .box .img {
  height: 530px;
}

.seoCustom .soe-1 .box .img .play {
  color: #3b3a3a;
}

.seoCustom .soe-3 .box {
  background-color: #f7f7f7;
  padding-left: 5%;
  padding-right: 5%;
}

.seoCustom .soe-3 .box ul li {
  border-bottom: 1px solid #898989;
  line-height: 1.8;
}

.seoCustom .soe-3 .box ul li .logo {
  /*-webkit-filter: brightness(0);
  filter: brightness(0);*/
}

.seoCustom .soe-3 .box ul li .content {
  margin-right: auto;
}

.seoCustom .soe-3 .box ul li .content time {
  font-weight: 300;
  line-height: 30px;
}

.seoCustom .soe-3 .box ul li a.link {
  padding: .8em 2em;
  background-color: #3b3a3a;
  color: #fff;
  line-height: 1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  white-space: nowrap;
}

.seoCustom .soe-3 .box ul li a.link:hover {
  background-color: var(--color);
}

.seoCustom .soe-3 .box ul li:last-child {
  border-bottom: none;
}


.contact2-page .contact-1 .box {
  background-color: #f7f7f7;
}

.contact2-page .contact-1 .box .form ul li {
  width: 100%;
}

.contact2-page .contact-1 .box .form ul li input,
.contact2-page .contact-1 .box .form ul li textarea {
  display: block;
  width: 100%;
  border: none;
  border-bottom: 1px solid #3b3a3a;
  padding: .6em 0;
  background-color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.contact2-page .contact-1 .box .form ul li input:focus,
.contact2-page .contact-1 .box .form ul li textarea:focus {
  border-bottom-color: var(--color);
}

.contact2-page .contact-1 .box .form ul li textarea {
  height: 90px;
}

.contact2-page .contact-1 .box .form ul li button {
  height: 3em;
  font-size: 18px;
  padding: 0 3em;
  background-color: #3b3a3a;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: white;
}

.contact2-page .contact-1 .box .form ul li button:hover {
  background-color: var(--color);
  color: #fff;
}

@media screen and (max-width: 1450px) {
  .seoCustom .soe-1 .box .img {
    height: 500px;
  }
}

@media screen and (max-width: 1250px) {
  .contact2-page .contact-1 .box .form ul li {
    margin-top: 0;
  }
}

@media screen and (max-width: 1000px) {
  .product-page .sideBarBox .slideRight h1 {
    font-size: 22px;
    line-height: 40px;
  }

  .product-page .product-1 .sideBarBox .slideRight .text p {
    display: none;
  }

  .inner-page .sideBarBox .slideLeft {
    display: none;
  }

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

  .seoCustom .soe-1 .box .img {
    height: 300px;
  }

  .contact2-page .contact-1 .box .left {
    padding: 4% !important;
  }
}

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

  .seoCustom .soe-3 .box ul li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .seoCustom .soe-3 .box ul li .content {
    margin: 10px 0;
  }

  .contact2-page .contact-1 .box .form ul li button {
    padding: 0 2em;
    margin-top: 1em;
    height: 3em;
  }
}


.prodet-page .prodet-1 .box {
  padding-left: 2%;
  padding-right: 5%;
  background-color: #f0f0f0;
}

.prodet-page .prodet-1 .box .left {
  position: sticky;
  top: 80px;
}

.prodet-page .prodet-1 .box .left li {
  display: block !important;
  width: auto !important;
  border: 1px solid #bbbbbb;
}

.prodet-page .prodet-1 .box .left img {
  width: 100%;
}

.prodet-page .prodet-1 .box .left .small {
  position: relative;
  height: 300px;
}

.prodet-page .prodet-1 .box .left .small .slick-track {
  display: block;
}

.prodet-page .prodet-1 .box .left .small ul {
  margin: -4px;
}

.prodet-page .prodet-1 .box .left .small ul li {
  padding: 4px;
  margin: 3px;
}

.prodet-page .prodet-1 .box .left .small ul .slick-slide {
  height: auto;
}

.prodet-page .prodet-1 .box .right h1 {
  line-height: 1.4;
}

.prodet-page .prodet-1 .box .right .link a {
  padding: 0.7em 3em;
  font-weight: 400;
  color: #ffffff;
  background-color: #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-1 .box .right .link a:hover {
  color: white;
  background-color: #d42633;
}

.prodet-page .prodet-1 .box .right .icon img {
  max-height: 50px;
  width: auto;
}

.prodet-page .prodet-1 .box .right .det .slide {
  border-bottom: 1px solid #3b3a3a;
}

.prodet-page .prodet-1 .box .right .det .slide span.name {
  line-height: 1.2;
  cursor: pointer;
  cursor: hand;
}

.prodet-page .prodet-1 .box .right .det .slide span.name i {
  margin-left: 1em;
}

.prodet-page .prodet-1 .box .right .det .slide span.name.active i {
  transform: rotate(45deg);
}

.prodet-page .prodet-1 .box .right .share {
  line-height: 1;
}

.prodet-page .prodet-2 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #fff;
  color: #3b3a3a;
}

.prodet-page .prodet-2 .box .img {
  border: 1px solid #3b3a3a;
  background-color: #f4f3f3;
}

.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3b3a3a;
}

.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  /*border-right: 1px solid #3b3a3a;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}

.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}

@media screen and (max-width: 1000px) {
  .prodet-page .prodet-1 .box .left {
    position: relative;
    top: 0;
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-1 .box .right .share {
    font-size: 16px;
    gap: 1em;
  }

  .prodet-page .prodet-1 .box .left .small ul li {
    padding: 1px;
  }

  .prodet-page .prodet-1 .box .left .small ul {
    margin: -1px;
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .box .right .link a {
    padding: .5em 1.5em;
  }
}


.inner-page.news-page .sidebar-box .sidebar-right .list.newsList ul.grid-box.three li .content .right:hover h3 a {
  color: #00a0e9;
}

#fullpage .section:nth-child(2) .init-1 .container .right .solutionBox ul li .box {
  border: 5px solid rgba(255, 255, 255, 1);
  overflow: hidden;
}

.about-page .about-1 {
  padding-top: 6%;
}
.about-page .about-1 .content {
  margin-top: 53px;
}
.about-page .about-1 .content .left {
  padding-right: 20px;
}
.about-page .about-1 .content .i-data {
  padding-top: var(--px120) !important;
}
.about-page .about-1 .content .i-data ul li .num {
  font-size: 40px;
  margin-left: 30px;
}
.about-page .about-1 .content .i-data ul li .num sub {
  font-size: 16px;
  line-height: 30px;
  margin-bottom: 6px;
}
.about-page .about-1 .content .i-data ul li .num::before {
  width: 80px;
  height: 80px;
  top: -24px;
  left: -30px;
}
.about-page .about-1 .content .i-data ul li p {
  padding: 30px 0 0 30px;
  font-size: 16px;

}
.about-page .about-1 .content .right {
  padding-left: 20px;
}
.about-page .about-1 .content .right .img {
  margin-top: 40px;
}
.about-page .about-2 {
  padding-top: 6%;
}
.about-page .about-2 .header .des {
  max-width: 950px;
}
.about-page .about-2 .content {
  margin-top: 87px;
}
.about-page .about-2 .content ul {
  margin-right: -24px;
}
.about-page .about-2 .content ul li {
  padding-right: 24px;
}
.about-page .about-2 .content ul li .img-box img {
  width: 100%;
}
.about-page .about-3 {
  padding-top: 6%;
}
.about-page .about-3 .header .des {
  margin-top: 30px;
}
.about-page .about-3 .content {
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  margin-top: 70px;
}
.about-page .about-3 .content .video {
  border-radius: 15px;
  overflow: hidden;
  display: block;
  position: relative;
  height: 620px;
}
.about-page .about-3 .content .video video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.about-page .about-3 .content .video::after {
  content: "";
  pointer-events: none;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
}
.about-page .about-3 .content .text {
  position: absolute;
  left: 0;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  z-index: 3;
  color: #fff;
}
.about-page .about-3 .content .text .play {
  width: 100px;
  height: 100px;
  background: url(../images/icon-video.png) no-repeat center center;
  background-size: 100%;
  margin: 50px auto 0;
  cursor: pointer;
  position: relative;
  border-radius: 50%;
}
.about-page .about-3 .content .text .play::before {
  content: '';
  z-index: 5;
  position: absolute;
  top: -2px;
  left: -2px;
  border-radius: 50%;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 100%;
  height: 100%;
  border: dashed 2px #fff;
}
@-webkit-keyframes xz {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }

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

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

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

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

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

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

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

  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
.about-page .about-3 .content .text .play:hover::before {
  -webkit-animation: xz linear 5s infinite;
  -moz-animation: xz linear 5s infinite;
  animation: xz linear 5s infinite;
}

.about-page .init-3 .container .tipsTitleC {
    color: var(--color)
}

.about-page .init-3 .container .content .left {
    width: 48%;
    padding-right: 80px
}

.about-page .init-3 .container .content .left .img {
    margin-top: 50px;
    border-radius: 10px;
    width: 100%
}

.about-page .init-3 .container .content .right {
    width: 52%
}

.about-page .init-3 .container .content .right ul {
    padding-top: 30px
}

.about-page .init-3 .container .content .right ul li {
    margin-top: 40px
}

.about-page .init-3 .container .content .right ul li .box {
    padding: 20px 30px;
    border-radius: 10px;
    cursor: pointer
}

.about-page .init-3 .container .content .right ul li .box .title {
    font-weight: 600
}

.about-page .init-3 .container .content .right ul li .box .des {
    color: #666;
    margin-top: 20px
}

.about-page .init-3 .container .content .right ul li .box:hover {
    -webkit-box-shadow: 0 0 90px rgba(0,0,0,.2);
    box-shadow: 0 0 90px rgba(0,0,0,.2)
}

.about-page .about-4 {
  padding: 6% 0;
}
.about-page .about-4 .header .con {
  margin-top: 20px;
}
.about-page .about-4 .content {
  margin-top: 70px;
  position: relative;
}
.about-page .about-4 .content .img-box {
  border-radius: 25px;
}
.about-page .about-4 .swiper-button-prev,
.about-page .about-4 .swiper-button-next {
  width: 46px;
  height: 46px;
  background: url(../images/arrow-left2.png) no-repeat center center;
  background-size: 100%;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  z-index: 4;
}
.about-page .about-4 .swiper-button-prev {
  left: 43px;
}
.about-page .about-4 .swiper-button-next {
  background-image: url(../images/arrow-right2.png);
  right: 43px;
}
.about-page .about-4 .swiper-button-prev.swiper-button-disabled,
.about-page .about-4 .swiper-button-next.swiper-button-disabled {
  opacity: 0;
}
.about-page .about-4 .swiper-button-prev::after,
.about-page .about-4 .swiper-button-next::after{
  display: none;

}

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

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

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

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

.i-data ul li:hover .num::before {
  -webkit-transform: scale(1.3101);
  -moz-transform: scale(1.3101);
  -ms-transform: scale(1.3101);
  transform: scale(1.3101);
  opacity: 0.5;
}
@media screen and (max-width: 1450px) {
  .about-page .about-1 .content .i-data ul li {
    width: 50%;
  }
}

@media screen and (max-width: 1250px){
  .about-page .about-1 .content .i-data {
    zoom: .8;
  }
  .about-page .about-1 .content .i-data ul li .num {
    margin-left: 20px;
  }
  .about-page .about-1 .content .i-data ul li .num::before {
    left: -20px;
  }
  .about-page .about-1 .content .i-data ul li p {
    padding: 30px 0 0 20px;
    font-size: 14px;
    line-height: 2;
  }
  .about-page .about-3 .content .video {
    height: 500px;
  }
  .i-data ul li .num {
    font-size: 60px;
  }

  .i-data ul li p {
    font-size: 20px;
  }
}
@media screen and (max-width: 1000px){
  .i-data ul li .num {
    font-size: 46px;
    margin-left: 20px;
  }

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

  .i-data ul li p {
    padding-left: 20px;
    font-size: 16px;
  }
  .about-page .about-1 .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .about-page .about-1 .content .i-data ul {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .about-page .about-1 .content .i-data ul li {
    width: 50%;
    margin-bottom: 60px;
  }

  .about-page .about-1 .content .i-data ul li:last-child {
    margin-bottom: 0;
  }

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

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

  .about-page .about-2 .content {
    margin-top: 30px;
  }
  .about-page .init-3 .container .content .left {
    width: 100%;
    padding-right: 0
  }

  .about-page .init-3 .container .content .right {
    width: 100%;
    margin-top: 20px
  }

  .about-page .init-3 .container .content .right ul li .box {
    -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, .2);
    box-shadow: 0 0 90px rgba(0, 0, 0, .2)
  }

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

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

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

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

}
@media screen and (max-width: 700px){
  .about-page .about-1 .content {
    margin-top: 20px;
  }

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

  .xinwen {
    margin-top: 60px;
    height: 120px;
  }

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

  .about-page .about-1 .content .right .img {
    margin-top: 20px;
  }
}
@media screen and (max-width: 500px){
  .about-page .init-3 .container .content .left .img {
    margin-top: 20px
  }

  .about-page .init-3 .container .content .right ul {
    padding-top: 0
  }

  .about-page .init-3 .container .content .right ul li {
    margin-top: 20px
  }

  .about-page .init-3 .container .content .right ul li .box {
    padding: 20px 16px
  }
  
  .about-page .about-1 .content .i-data {
    zoom: 1;
  }

  .jtcp {
    font-size: 20px;
    line-height: 1.8;
  }

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

  .about-page .about-1 .content .i-data ul li:last-child {
    margin-bottom: 0;
  }

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

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

.case-page {
  border-top-left-radius: 30px;
  background: #fff;
}

.case-page .inner-sub {
  z-index: 1;
}

.case-page .container ul {
  margin: 0 -15px;
}

.case-page .container ul>p {
  font-size: 16px;
  letter-spacing: 0;
}

.case-page .container ul li {
  margin-top: 20px;
  padding: 0 15px;
}
.case-page .container ul li a {
  border-radius: 25px 25px 0 0;
      font-weight: 600;
    font-size: xx-large;
}
.case-page .container ul li img {
  width: 100%;
  border-radius: 25px 25px 0 0;
}

.case-page .container ul li p {
  font-size: 18px;
  text-align: center;
  padding: 5px 10px;
  line-height: 2;
}

@media screen and (max-width:1000px) {
  .case-page {
    margin-top: 0;
  }
}

.casedet-page {
  background: #fff;
  margin-top: -60px;
  border-top-left-radius: 0px;
}

.casedet-page .inner-sub {
  z-index: 1;
}

.casedet-page .container {
  width: 100%;
}

@media screen and (max-width:1500px) {
  .casedet-page {
    padding-left: 0;
  }

  .casedet-page .container {
    width: 1200px;
  }
}

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

  .casedet-page {
    margin-top: 0;
  }
}

@media (max-width: 500px) {
  .casedet-page {
    padding: 40px 0;
  }
}

.case_cont .case_left {
  width: 22%;
  position: sticky;
  top: 80px
}

.case_cont .case_left .widget {
  background: #fff;
  padding: 30px;
  border-radius: 12px;
  margin-bottom: 30px
}

.case_cont .case_left .widget form {
  position: relative
}

.case_cont .case_left .widget form input {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget form button {
  position: absolute;
  right: 0;
  top: 0;
  background-color: var(--color);
  color: #fff;
  border: 0;
  padding: 8px 16px;
  cursor: pointer;
  height: 40px
}

.case_cont .case_left .widget h6 {
  padding-bottom: 5px;
  border-bottom: 1px solid rgba(0, 0, 0, .04);
  font-size: 20px;
  line-height: 1.8;
  margin-bottom: 15px;
  font-weight: 700;
  color: #000
}

.case_cont .case_left .widget ul {
  margin-bottom: 0;
  padding: 0
}

.case_cont .case_left .widget ul li {
  margin-bottom: 15px;
  color: #555;
  font-size: 16px;
  line-height: 1.5;
  position: relative;
  overflow: hidden
}

.case_cont .case_left .widget ul li a {
  padding-left: 20px;
  line-height: 28px
}

.case_cont .case_left .widget ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_left .widget ul li i {
  font-size: 14px;
  margin-right: 5px;
  position: absolute;
  left: 0;
  top: 4px
}

.case_cont .case_left .widget ul li:hover,
.case_cont .case_left .widget ul li.active {
  color: var(--color)
}

.case_cont .case_left .widget ul li ul {
  display: none;
  margin-top: 15px
}

.case_cont .case_left .widget ul li ul li a {
  padding-left: 0;
  color: #999
}

.case_cont .case_left .widget ul li ul li a.active {
  color: var(--color)
}

.case_cont .case_left .widget .recent li {
  display: block
}

.case_cont .case_left .widget .recent li .thum {
  width: 100px;
  overflow: hidden;
  float: left
}

.case_cont .case_left .widget .recent li a.title {
  display: block;
  margin-left: 15px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  padding-top: 2rem
}

.case_cont .case_left .widget .form1 {
  text-align: center
}

.case_cont .case_left .widget .form1 input[type=text],
.case_cont .case_left .widget .form1 textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  background: #f8f8f8;
  margin-bottom: 0;
  margin-bottom: 15px;
  height: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_left .widget .form1 input[type=submit] {
  background: var(--color);
  color: #fff;
  font-size: 18px;
  text-transform: uppercase;
  height: 40px;
  padding: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s
}

.case_cont .case_left .widget .form1 input[type=submit]:hover {
  background: #000
}

.case_cont .case_right {
  width: 78%;
  padding: 0 0 50px 50px;
}


.case_cont .case_right .ap-top {
  position: relative;
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  transform-style: preserve-3d;
  perspective: 80000px
}

.case_cont .case_right .ap-top .img {
  transition: transform .85s cubic-bezier(.15, .95, .4, 1), box-shadow .3s;
  position: relative;
  transform-style: preserve-3d;
  transition: all .5s
}

.case_cont .case_right .ap-top .img img {
  width: 100%
}

.case_cont .case_right .ap-top .img:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .2)
}

.case_cont .case_right .ap-top h6 {
  padding: 0 1.6rem .7rem;
  position: absolute;
  background: 0 0;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  top: 1.6rem;
  left: 0;
  width: 100%;
  z-index: 10;
  text-transform: uppercase
}

.case_cont .case_right .ap-top h6:after {
  content: "";
  display: inline-block;
  width: 19px;
  height: 2px;
  position: absolute;
  bottom: 0;
  left: 2rem;
  background-color: #fff
}

.case_cont .case_right .ap-top .desc {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 15px 1.6rem;
  bottom: 0;
  color: #fff;
  background: var(--color);
  z-index: 10
}

.case_cont .case_right .ap-top .desc h2 {
  font-size: 24px;
  font-weight: 700;
  line-height: 1.6
}

.case_cont .case_right .ap-top .desc p {
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-top:hover .img {
  transform: translateY(-3px);
  box-shadow: 0 15px 80px rgba(0, 0, 0, .35)
}


.case_cont .case_right .ap-bottom {
  margin-top: 40px;
  font-size: 16px;
  line-height: 2
}

.case_cont .case_right .ap-bottom h6 {
  font-size: 25px;
  line-height: 1.6;
  color: #002e42;
  text-transform: capitalize;
  font-weight: 700
}

.case_cont .case_right .ap-bottom .con {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc;
  padding-bottom: 1rem
}

.case_cont .case_right .ap-bottom .con p {
  margin-bottom: 15px
}

.case_cont .case_right .ap-bottom .bottom2 {
  margin-top: 1.5rem;
  border-bottom: 1px solid #ccc
}

.case_cont .case_right .ap-bottom .bottom2 dl {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom2 dl dd {
  font-size: 15px;
  line-height: 1.6;
  color: #002e42;
  margin-bottom: 1rem
}

.case_cont .case_right .ap-bottom .bottom3 {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul {
  margin-top: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li {
  margin-bottom: 1.5rem
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4 {
  font-size: 16px;
  text-transform: capitalize;
  color: #002e42;
  font-weight: 700;
  line-height: 2;
  padding: .8rem 1.2rem;
  padding-right: 40px;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, .1);
  position: relative
}

.case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
  content: "\f107";
  position: absolute;
  top: 8px;
  right: 20px;
  font-size: 20px;
  font-family: fontAwesome
}

.case_cont .case_right .ap-bottom .bottom3 ul li .desc {
  padding: 1.6rem 2rem .8rem;
  font-size: 16px;
  line-height: 2;
  letter-spacing: .1px;
  color: #002e42;
  display: none
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4 {
  background: #1955a0;
  color: #fff
}

.case_cont .case_right .ap-bottom .bottom3 ul li.active h4:after {
  content: "\f106"
}

.case_cont .case_right .ap-bottom .bottom3 ul li:last-child {
  margin-bottom: 0
}

.case_cont .case_right .init-1 {
  padding-right: 160px;
}

.case_cont .case_right .init-1 .img_cont {
  min-height: 100px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  color: #fff;
}

.case_cont .case_right .init-1 .img_cont img {
  width: 100%;
  height: 100%;
}

.case_cont .case_right .init-1 .img_cont .text {
  position: absolute;
  bottom: 40px;
  width: 100%;
  left: 0;
  padding: 0 40px;
  font-weight: bold;
}

.case_cont .case_right .init-1 .img_cont .text span {
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
  display: inline-block;
}

.case_cont .case_right .init-1 .text_cont {
  color: #222222;
  margin-top: 30px;
}
.case_cont .case_right .init-2 {
  max-width: 100%;
}

.case_cont .case_right .init-2 .top {
  position: relative;
}

.case_cont .case_right .init-2 .top::before {
  content: '';
  position: absolute;
  bottom: 1px;
  left: 45px;
  width: calc(100% - 90px);
  height: 1px;
  background: #c4c4c6;
}

.case_cont .case_right .init-2 table {
  border: none;
}

.case_cont .case_right .init-2 table tbody {
  display: block;
}

.case_cont .case_right .init-2 table tr {
  display: block;
  width: 100% !important;
}

.case_cont .case_right .init-2 table tr td {
  border: none;
  padding: 0;
}

.case_cont .case_right .init-2 .top .slick-track {
  display: flex;
  flex-wrap: wrap;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide {
  height: auto;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div {
  height: 100%;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div>td {
  height: 100% !important;
  position: relative;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide>div>td::before {
  position: absolute;
  content: '';
  bottom: 0;
  left: 45px;
  width: 18px;
  height: 3px;
  background: #767677;
  transition: all .5s;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
  color: #000;
}

.case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td::before {
  width: calc(100% - 90px);
  background: #0256bf;
}


.case_cont .case_right .init-2 .top table tr td {
  padding: 0 45px;
  font-weight: bold;
  padding-bottom: 30px;
  color: rgba(0, 0, 0, .5);
}

.case_cont .case_right .init-2 .bottom {
  margin-top: 20px;
}

.case_cont .case_right .init-3 {
  margin-top: var(--px50) !important;
}

.case_cont .case_right .init-3 .tips {
  font-weight: bold;
}

.case_cont .case_right .init-3 .swiper {
  margin-top: 40px;
  overflow: hidden;
}

.case_cont .case_right .init-3 .swiper .swiper-wrapper {
  display: flex;
  align-items: center;
}

.case_cont .case_right .init-3 .swiper .img_c {
  border-radius: 16px;
  overflow: hidden;
}

.case_cont .case_right .init-3 .swiper .img_c img {
  width: 100%;
}

.case_cont .case_right .init-3 .swiper .img_c video {
  display: block;
  width: 100%;
}

.case_cont .case_right .init-4 {
  margin-top: 50px;
}

.case_cont .case_right .init-4 .tips {
  font-weight: bold;
  margin-top: var(--px60) !important;
}

.case_cont .case_right .init-4 .swiper {
  margin-top: 50px;
  overflow: hidden;
}

.case_cont .case_right .init-4 .swiper .swiper-slide {
  height: auto;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .box {
  height: 100%;
}

.case_cont .case_right .init-4 .swiper .swiper-slide a {
  display: block;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .box {
  background: #fff;
  padding: 30px 50px;
  border-radius: 16px;
}

.case_cont .case_right .init-4 .swiper .swiper-slide a img {
  display: block;
  width: 100%;
}

.case_cont .case_right .init-4 .swiper .swiper-slide .text {
  text-align: center;
  margin-top: 10px;
}

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

  .case_cont .case_right .init-1 {
    padding-right: 0;
  }

  .case_cont .case_left {
    width: 28%
  }

  .case_cont .case_right {
    width: 72%
  }

  .case_cont .case_left .widget .recent li a.title {
    margin-left: 98px
  }
}

@media screen and (max-width:1250px) {
  .case_cont .case_right .init-4 .swiper .swiper-slide .box {
    padding: 20px 16px;
  }
}

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


  .case_cont .case_left {
    display: none
  }

  .case_cont .case_right {
    width: 100%;
    padding-left: 0
  }

  .case_cont .case_right {
    padding: 0 0 var(--px50) !important
  }
}

@media (max-width: 700px) {
  .case_cont .case_right .ap-top .img img {
    min-height: 250px;
    object-fit: cover
  }

  .case_cont .case_right .ap-top .desc p {
    font-size: 14px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical
  }

  .case_cont .case_right .ap-bottom h6 {
    font-size: 22px;
    line-height: 1.8
  }

  .case_cont .case_right .ap-bottom .bottom3 ul li h4:after {
    right: .5em
  }
}

@media (max-width: 500px) {

  .case_cont .case_right .ap-bottom .bottom3 ul li .desc {
    padding: 20px 10px;
  }

  .case_cont .case_right .init-1 .img_cont .text {
    font-size: 20px;
    bottom: 10px;
    padding: 0 10px;
  }

  .case_cont .case_right .init-1 .img_cont .text span {
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
  }

  .case_cont .case_right .init-1 .text_cont {
    margin-top: 10px;
  }

  .case_cont .case_right .init-2 .top .slick-track .slick-slide.slick-current td {
    padding-bottom: 10px;
  }

  .case_cont .case_right .init-3 .swiper {
    margin-top: 20px;
  }

  .case_cont .case_right .init-4 {
    margin-top: 20px;
  }

  .case_cont .case_right .init-4 .swiper {
    margin-top: 20px;
  }
}
@media (max-width: 700px) {
  .seoPublic .Auxil-form .form ul li {
    width: 100%;
  }
}