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

@font-face {
    font-family: 'baloo2';
    src: url('../fonts/Baloo2-Medium.eot');
    src: url('../fonts/Baloo2-Medium.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Baloo2-Medium.woff2') format('woff2'),
        url('../fonts/Baloo2-Medium.woff') format('woff'),
        url('../fonts/Baloo2-Medium.ttf') format('truetype');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}
.font-24{
  line-height: 44px;
}
.font-25{
  line-height: 1.6;
}
@font-face {
    font-family: 'baloo2';
    src: url('../fonts/Baloo2-Regular.eot');
    src: url('../fonts/Baloo2-Regular.eot?#iefix') format('embedded-opentype'),
        url('../fonts/Baloo2-Regular.woff2') format('woff2'),
        url('../fonts/Baloo2-Regular.woff') format('woff'),
        url('../fonts/Baloo2-Regular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}
#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: 'baloo2';
  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: 26px 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: -190px;
  left: -20px;
  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: #333436;
  padding: 4px 6px;
  border: rgba(255, 255, 255, 0.3) 1px solid;
  border-radius: 24px;
}
#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: 10px 30px;
  text-align: left;
  line-height: 32px;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  z-index: 2;
  color: #fff;
  border-radius: 20px;
}
#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;
  z-index: 2;
}
#banner .swiper .swiper-wrapper .swiper-slide .box {
  height: 100%;
  position: relative;
}
#banner .swiper .swiper-wrapper .swiper-slide .box .cont {
  max-width: 860px;
  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;
}
#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 .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: #1a1a1a;
}
#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: 600;
  line-height: 1;
}
#index-body .init-2 .container .left .cir1 {
  border: 1px #fff dashed;
  top: 0;
  left: 150px;
}
#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: #fff;
  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 .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;
  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 .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: #1a1a1a;
}
#index-body .init-4 .container {
  overflow: unset;
}
#index-body .init-4 .container ul li {
  position: -webkit-sticky;
  position: sticky;
  top: 120px;
  background-color: #1a1a1a;
}
#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: #fff;
  border-top: 1px solid #868686;
}
#index-body .init-4 .container ul li .box .right .cont .title {
  color: var(--color);
  font-weight: 500;
  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: 10px 40px;
  border-radius: 16px;
  line-height: 30px;
}
.font-18{
  line-height: 32px;
}
#index-body .init-6 .container ul li .box .left .title {
  display: block;
  font-weight: 500;
}
#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;
}
#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.5);
}
#footer .fTop .container .listCont1 {
  width: 440px;
}
#footer .fTop .container .listCont2 {
  width: 220px;
}
#footer .fTop .container .listCont3 {
  width: 180px;
}
#footer .fTop .container .listCont4 {
  width: 700px;
}
#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: 1700px) {
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    padding: 10px 20px;
  }
  #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;
  }
  #header > .nav > .menu .menu-box .right {
    width: 100%;
    -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;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .box {
    height: auto;
  }
  #banner .swiper .swiper-wrapper .swiper-slide .box .cont {
    width: 100%;
    padding: 40px 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;
  }
}
@media (max-width: 1000px) {
  .phone_hide {
    display: none !important;
  }
  #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%;
  }
}
@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%;
  }
}


.sustainable-page .sustainable-1 {
  background-color: #f1f1f1;
}
.sustainable-page .sustainable-3 {
  background-color: #fafafa;
}
.sustainable-page .sustainable-4 .text p {
  margin-bottom: 1.5em;
}
.sustainable-page .sustainable-4 .text p:last-child {
  margin-bottom: 0;
}
.sustainable-page .sustainable-4 .text p i {
  width: 1.2em;
  height: 1.2em;
  border-radius: .2em;
  background-color: #e62923;
  color: white;
  margin-right: .5em;
}
.sustainable-page .sustainable-5 {
  background-color: #f7f7f7;
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-5:before {
  content: '';
  width: 100%;
  height: 43%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  background-color: #d42633;
}
.sustainable-page .sustainable-5 span.h2 {
  color: white;
}
.sustainable-page .sustainable-5 .box {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  background-color: white;
  margin-bottom: 30px;
}
.sustainable-page .sustainable-5 .box a.img-box {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.sustainable-page .sustainable-5 .box .content {
  padding: 3% 4% 2%;
}
.sustainable-page .sustainable-5 .box .content a.link {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color:var(--color);
  color: white;
  position: relative;
  top: 0;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.sustainable-page .sustainable-5 .slick-current .box .content a.link {
  opacity: 1;
  top: 30px;
}
.sustainable-page .sustainable-6 .left {
  position: relative;
  z-index: 1;
}
.sustainable-page .sustainable-6 .left img {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  opacity: 0;
  transition: .5s;
}
.sustainable-page .sustainable-6 .left img.active {
  position: relative;
  opacity: 1;
  z-index: 1;
}
.sustainable-page .sustainable-6 .right span.h6,
.sustainable-page .sustainable-6 .right .text {
  border-bottom: 1px solid #bebebe;
}
.sustainable-page .sustainable-6 .right span.h6 {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.sustainable-page .sustainable-6 .right li.active span.h6 {
  color: var(--color);
}
.sustainable-page .sustainable-7 {
  background-color: #f7f7f7;
}
.sustainable-page .sustainable-7 li {
  background-color: white;
  padding: 3%;
}
.sustainable-page .sustainable-7 a.moreBu {
  height: 2.77777778em;
  min-width: 11.11111111em;
}
.sustainable-page .sustainable-7 a.moreBu:hover{
  background: #000;
}
.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;
  }
}


.solution-page .solution-1 {
  position: relative;
}
.solution-page .solution-1 span.bg {
  width: 100%;
  height: 100%;
  max-width: 820px;
  z-index: -1;
  /*background-color: var(--color);*/
  background-image: url(../images/solution-1-bg.jpg);
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 0;
}
.solution-page .solution-1 span.bg img {
  mix-blend-mode: darken;
  max-width: 57.21271394%;
  margin-top: 8%;
}
.solution-page .solution-1 span.h3 {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-1 .text {
  max-width: 690px;
  margin-left: auto;
  color: rgba(255, 255, 255, 0.7);
  margin-right: auto;
}
.solution-page .solution-2 i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 2em;
  border: 1px solid #767676;
  color: #767676;
}
.solution-page .solution-3 .box {
  padding-left: 5%;
  padding-right: 5%;
  background-color: #F7F7F7;
}
.solution-page .solution-3 .box .list {
  border: 1px solid #3b3a3a;
}
.solution-page .solution-3 .box .list ul {
  margin-right: -1px;
}
.solution-page .solution-3 .box .list ul li {
  border-right: 1px solid #3b3a3a;
  padding: 4% 14% 16%;
}
.solution-page .solution-3 .box .list ul li i img {
  margin: 0 auto;
}
.solution-page .solution-3 .box .list ul li span.h6 {
  line-height: 1.2;
}
.solution-page .solution-3 .box .list ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide {
  height: auto;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div {
  height: 100%;
}
.solution-page .solution-3 .box .list ul .slick-track .slick-slide > div li {
  height: 100%;
}
.solution-page .solution-4 span.h2 {
  font-weight: bold;
  white-space: nowrap;
  -webkit-animation: rz 20s linear infinite;
  -moz-animation: rz 20s linear infinite;
  animation: rz 20s linear infinite;
  display: inline-block;
  color: var(--color);
}
.solution-page .solution-4 span.h2 i {
  margin-left: 1em;
  color: transparent;
  -webkit-text-stroke: 1px #3b3a3a;
}
.solution-page .solution-4 span.h2 em {
  margin-right: 1em;
}
.solution-page .solution-4 .form {
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
}
.solution-page .solution-4 .form ul {
  row-gap: 1em;
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
}
.solution-page .solution-4 .form ul li .moreCont{
  cursor: pointer;
}
.solution-page .solution-4 .form ul li .moreCont .moreCir1{
  background: #f2f2f2;
}
.solution-page .solution-4 .form ul input {
  width: 100%;
  border: none;
  border-bottom: 1px solid #b8b8b8;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-weight: normal;
}
.solution-page .solution-4 .form ul input:focus {
  border-color: var(--color);
}
.solution-page .solution-4 .form ul input::-webkit-input-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-moz-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::-moz-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input:-ms-input-placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul input::placeholder {
  color: #3b3a3a;
}
.solution-page .solution-4 .form ul button {
  border: none;
  background-color: transparent;
  margin: 0 auto;
  font-weight: normal;
}

@-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%);
  }
}

@media screen and (max-width: 1000px) {
  .solution-page .solution-1 span.bg {
    max-width: 500px;
  }
  .font-20{
    font-size: 18px!important;
    line-height: 32px!important;
  }
}

@media screen and (max-width: 500px) {
  .solution-page .solution-2 i {
    zoom: .7;
  }
}



@-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);
  }
}
.about-page .about-1 .left{
  width: 100%;
  position: relative;
}
.about-page .about-1 .left .play{
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100px;
  height: 100px;
  transform: translate(-50%,-50%);
}
.about-page .about-1 .left .play .cont{
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 40px;
  color: var(--color);
}
.about-page .about-1 .left .play .ling{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #fff;
  border-radius: 50%;
  animation: ks 3s linear infinite;
}
.about-page .about-1 .left .play .ling:last-child{
  animation-delay: -1.5s;
}
.about-page .about-1 .left .play img:first-child {
    -webkit-animation: xz 10s linear infinite;
    -moz-animation: xz 10s linear infinite;
    animation: xz 10s linear infinite;
}
.about-page .about-1 .left .play .pos-center {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%,-50%);
    -ms-transform: translate(-50%,-50%);
    transform: translate(-50%, -50%);
    position: absolute;
}
.about-page .about-1 .left .number {
  background-color: var(--color);
}
.about-page .about-1 .left .number ul {
  position: relative;
  color: #fff;
}
/*.about-page .about-1 .left .number ul:before,
.about-page .about-1 .left .number ul:after {
  content: '';
  background-color: rgba(255, 255, 255, 0.21);
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.about-page .about-1 .left .number ul:before {
  width: 100%;
  height: 1px;
}*/
.about-page .about-1 .left .number ul:after {
  width: 1px;
  height: 100%;
}
.about-page .about-1 .left .number li {
  /*padding: 10% 15%;*/
  padding: 30px 10px;
}
.about-page .about-1 .left .number li span.h6 {
  line-height: 1;
}
.about-page .about-1 .left .number li span.h6 sup {
  margin-left: .3em;
}
.about-page .about-1 .right {
  background-color: #fff;
  width: 100%;
}
.about-page .about-1 .right .text {
  line-height: 2;
}
.about-page .about-2 {
  background-position: center bottom;
  background-repeat: no-repeat;
  background-size: 100% auto;
  position: relative;
  z-index: 1;
}
.about-page .about-2 i.bg {
  position: relative;
  background-color: white;
  z-index: -1;
}
.about-page .about-2 i.bg em {
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  background-color: white;
  z-index: 1;
}
.about-page .about-2 span.h2 {
  line-height: 1.6;
}
.about-page .about-2 span.h2 em {
  color: #d42633;
  border-bottom: 3px solid #5a5a5a;
  line-height: 1;
  display: inline-block;
  vertical-align: text-top;
}
.about-page .about-2 .left {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.about-page .about-2 .right li {
  margin-bottom: 2em;
  position: relative;
}
.about-page .about-2 .right li:last-child {
  margin-bottom: 0;
}
.about-page .about-2 .right li:before {
  content: '';
  width: 1px;
  height: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  left: 1.8125em;
  background-color: var(--color);
  position: absolute;
  top: 0;
  z-index: -1;
}
.about-page .about-2 .right li i {
  width: 3.625em;
  height: 3.625em;
  margin-right: 3.5em;
  border: 1px solid #767676;
  color: #767676;
  background-color: white;
}
.about-page .about-2 .right li .content {
  background-color: #f7f7f7;
  padding: 4% 6% 6% 6%;
  min-height: 260px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .right li.active:before {
  height: 100%;
}
.about-page .about-2 .right li.active .content {
  background-color: var(--color);
  color: #fff;
}
.about-page .about-3 .box {
  background-color: #333333;
  padding-left: 5%;
  padding-right: 5%;
  color: white;
}
.about-page .about-3 .box span.h2 {
  line-height: 1.6;
}
.about-page .about-3 .box hr {
  background-color: white;
  margin: 0;
}
.about-page .about-3 .box ul {
  -webkit-column-gap: 2em;
  -moz-column-gap: 2em;
  column-gap: 2em;
  row-gap: 2em;
}
.about-page .about-3 .box ul span.h6 {
  line-height: 2;
}
.about-page .about-3 .box .play {
  cursor: pointer;
  cursor: hand;
}
.about-page .about-3 .box .play img:first-child {
  -webkit-animation: xz 10s linear infinite;
  -moz-animation: xz 10s linear infinite;
  animation: xz 10s linear infinite;
}
.about-page .about-4 {
  overflow: hidden;
}
.about-page .about-4 .cont{
  height: 250px;
}
.about-page .about-4 span.bgtxt {
  white-space: nowrap;
  color: transparent;
  -webkit-text-stroke: 2px #969696;
  -webkit-animation: rz 10s linear infinite;
  -moz-animation: rz 10s linear infinite;
  animation: rz 10s linear infinite;
  left: 0;
  top: 25%;
  opacity: .7;
}
.about-page .about-4 span.bgtxt em {
  margin-right: 1em;
}
.about-page .about-4 .o-hide {
  padding-right: 40%;
  margin-right: -40%;
}
.about-page .about-4 ul .slick-list {
  overflow: unset;
}
.about-page .about-4 ul .slick-slide {
  -webkit-transition: 1.5s;
  -moz-transition: 1.5s;
  transition: 1.5s;
}
.about-page .about-4 ul .slick-slide.slick-current ~ .slick-slide {
  margin-top: 2em;
}
.about-page .about-4 ul .slick-slide.slick-current + .slick-slide {
  margin-top: 1em;
}

@media screen and (max-width: 1450px) {
  .about-page .about-3 .box .play {
    zoom: .7;
  }
  .about-page .about-1 .right .text {
    max-height: 500px;
    overflow: auto;
    padding-right: .5em;
  }
}

@media screen and (max-width: 1250px) {
  .about-page .about-1 .right .text {
    max-height: 400px;
  }
  .about-page .about-3 .box ul {
    -webkit-column-gap: 1em;
    -moz-column-gap: 1em;
    column-gap: 1em;
    row-gap: 1em;
  }
}

@media screen and (max-width: 1000px) {
  .about-page .about-1 .right {
    padding: 3% !important;
  }
  .about-page .about-1 .right span.h2 {
    margin-bottom: 1em;
  }
  .about-page .about-2 .left {
    position: static;
  }
  .about-page .about-2 .right li .content {
    min-height: 100px;
  }
  .about-page .about-3 .box .play {
    zoom: .5;
  }
}

@media screen and (max-width: 700px) {
  .about-page .about-1 .left .number ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .about-page .about-1 .right .text {
    max-height: none;
  }
  .about-page .about-2 .right li i {
    zoom: .7;
  }
  .about-page .about-2 .right li:before {
    left: 1.2em;
  }
  .about-page .about-1 .left .number li{
    width: 50%;
  }
}

@media screen and (max-width: 500px) {
  .about-page .about-4 .list {
    padding: 0;
  }
  .about-page .about-4 .cont{
    height: 120px;
  }
  .about-page .about-1 .left .number li{
    padding: 10px;
    width: 100%;
  }
  .about-page .about-1 .left .play img:first-child{
    width: 100px;
  }
  .about-page .about-1 .left .play .pos-center{
    width: 30px;
  }
}


.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: #e629230f;
  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;
}
.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;
}
.product-page .sideBarBox .slideRight .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80%;
  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;
}
.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;
}
.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: #3b3a3a;
  color: white;
}
.prodet-page .prodet-2 .box .img {
  border: 1px solid #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 60%;
  border-top: 1px solid #3b3a3a;
  line-height: 1;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  color: #3b3a3a;
}
.prodet-page .prodet-2 .box .img .link a {
  width: 100%;
  text-align: center;
  padding: .5em;
  border-right: 1px solid #3b3a3a;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .box .img .link a:hover {
  background-color: var(--color);
}
.prodet-page .prodet-2 .box .img:hover .link {
  opacity: 1;
}

@media 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;
  }
}


.product-cat-page .product-cat-1 .h2{
  font-weight: 600;
}
.product-cat-page .product-cat-1 .list a {
  height: 420px;
  padding: 5% 8%;
  color: white;
  z-index: 1;
  position: relative;
  overflow: hidden;
}
.product-cat-page .product-cat-1 .list a:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-color: rgba(0, 0, 0, 0.21);
  z-index: -1;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 1;
}
.product-cat-page .product-cat-1 .list a:hover:before {
  opacity: 0;
}

.solutiondet-page .init-1 .container .left {
  vertical-align: middle;
  padding: 0 140px 0 110px;
  position: relative;
}
.solutiondet-page .init-1 .container .left .btn {
  position: absolute;
  top: 38%;
  right: 40px;
  width: 26px;
  color: #a5a5a5;
  font-size: 60px;
  cursor: pointer;
  font-weight: bold;
  z-index: 2;
}
.solutiondet-page .init-1 .container .left .btn:hover {
  color: #e62923;
}
.solutiondet-page .init-1 .container .left .prev {
  left: 0;
}
.solutiondet-page .init-1 .container .left .slick li .box {
  position: relative;
}
.solutiondet-page .init-1 .container .left .slick li .box .img {
  display: block;
}
.solutiondet-page .init-1 .container .left .slick li .box .img img {
  width: 100%;
}
.solutiondet-page .init-1 .container .left .slick li .box .play {
  width: 80px;
  height: 80px;
  position: absolute;
  line-height: 80px;
  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%);
  cursor: pointer;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .ling:first-child {
  -webkit-animation-delay: 1.5s;
  -moz-animation-delay: 1.5s;
  -o-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  color: #fff;
  font-size: 30px;
  background-color: #e62923;
  border: 1px solid #e62923;
  text-align: center;
  border-radius: 50%;
}
.solutiondet-page .init-1 .container .left .slick li .box .play .cont i {
  margin-left: 4px;
}
.solutiondet-page .init-1 .container .left .slick li .box .play:hover .cont {
  color: #e62923;
  background-color: #fff;
}
.solutiondet-page .init-1 .container .right {
  vertical-align: middle;
  padding-left: 30px;
}
.solutiondet-page .init-1 .container .right .cat_name {
  color: #e62923;
  display: inline-block;
  border-bottom: 1px solid #e62923;
  line-height: 1;
}
.solutiondet-page .init-1 .container .right .title {
  margin-top: 20px;
  font-weight: bold;
}
.solutiondet-page .init-1 .container .right .des {
  color: #393939;
  line-height: 1.8;
  margin-top: 30px;
}
.solutiondet-page .init-1 .container .right .more_c {
  margin-top: 10px;
}
.solutiondet-page .init-1 .container .right .more_c .more {
  margin: 30px 30px 0 0;
  display: inline-block;
  margin-top: 40px;
  padding: 14px 33px;
  border-radius: 4px;
  border: 1px solid #7d7d7d;
}
.solutiondet-page .init-1 .container .right .more_c .more .fa-long-arrow-right:before{
  margin-left: 20px;
}
.solutiondet-page .init-1 .container .right .more_c .more span,
.solutiondet-page .init-1 .container .right .more_c .more img {
  vertical-align: middle;
  font-size: 18px;
}
.solutiondet-page .init-1 .container .right .more_c .more img {
  margin-left: 20px;
  width: 20px;
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
}
.solutiondet-page .init-1 .container .right .more_c .more:hover {
  background-color: #e62923;
  color: #fff;
  border-color: #e62923;
}
.solutiondet-page .init-1 .container .right .more_c .more:hover img {
  -webkit-filter: grayscale(0) brightness(6);
  filter: grayscale(0) brightness(6);
}
.solutiondet-page .init-2 {
  margin-top: 80px;
}
.solutiondet-page .init-2 .container .title_list {
  border-bottom: 1px solid #e62923;
}
.solutiondet-page .init-2 .container .title_list .list {
  font-weight: bold;
  background-color: #e62923;
  border: 1px solid #e62923;
  color: #fff;
  padding: 10px 50px;
  width: auto;
  margin-right: 40px;
  cursor: pointer;
}
.solutiondet-page .init-2 .container .title_list .list.active {
  background-color: #fff;
  color: #e62923;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.solutiondet-page .init-2 .container .content_list {
  padding-top: 50px;
}
.solutiondet-page .init-2 .container .content_list .list {
  font-size: 18px;
  line-height: 1.8;
  display: none;
}
.solutiondet-page .init-2 .container .content_list .list table{
  border: none;
  width: 100% !important;
}
.solutiondet-page .init-2 .container .content_list .list table tr {
  background-color: #fff;
}
.solutiondet-page .init-2 .container .content_list .list table tr td {
  border: 1px solid #3b3b3b;
  padding: 10px;
  min-width: 120px;
}
@media screen and (max-width: 1700px) {
  .product-cat-page .product-cat-1 .list a {
    height: 360px;
  }
}
@media screen and (max-width: 1000px) {
  .product-cat-page .product-cat-1 .list a {
    height: 300px;
  }

  .solutiondet-page .init-1 .container .left {
    width: 100%;
  }
  .solutiondet-page .init-1 .container .right {
    width: 100%;
    margin-top: 40px;
    text-align: center;
    padding-left: 0;
  }
  .solutiondet-page .init-2 .container .title_list .list {
    margin-right: 10px;
  }
  .solutiondet-page .init-2 .container .title_list .list p {
    font-size: 20px;
  }
}

@media screen and (max-width: 500px) {
  .product-cat-page .product-cat-1 .list a {
    height: 240px;
  }

  .solutiondet-page .init-1 .container .left {
    padding: 0 40px;
  }
  .solutiondet-page .init-1 .container .left .next {
    right: 0;
  }
  .solutiondet-page .init-1 .container .right .more_c .more {
    margin-top: 10px;
    margin-right: 10px;
    padding: 6px 16px;
    border-radius: 4px;
  }
  .solutiondet-page .init-2 {
    margin-top: 40px;
  }
  .solutiondet-page .init-2 .container .title_list {
    border: none;
  }
  .solutiondet-page .init-2 .container .title_list .list {
    padding: 6px 12px;
    width: 100%;
    text-align: center;
    margin: 10px 0 0 0;
  }
  .solutiondet-page .init-2 .container .title_list .list p {
    font-size: 18px;
  }
  .solutiondet-page .init-2 .container .content_list {
    padding-top: 30px;
  }
}


.inner-page.about-page.download .download-1 li {
    line-height: 2;
    overflow: hidden;
  
}

.inner-page.about-page.download .download-1 li .top {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
}
.inner-page.about-page.download .download-1 li .bottom {
    width: 100%;
 background: #fff;
 overflow: hidden;
}
.inner-page.about-page.download .download-1 li .bottom p {
    width: 20%;
    float: left;
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    color: #555;
}

.inner-page.about-page.download .download-1 li .bottom i.fa {
       font-size: 18px;
    color: #00a0e9;
}

.inner-page.about-page.download .download-1 .item-top p {
    float: left;
    text-align: center;
    width: 20%;
    padding: 20px 15px;
    background: #d42633;
    font-size: 16px;
    color: #fff;
    border-right: 1px solid #FFF;
}
.inner-page.about-page.download .download-1 .item-top {
    overflow: hidden;
}

.inner-page.about-page.download label.selectAlll {
    overflow: hidden;
    float: left;
    width: 100%;
    margin-bottom: 15px;
    font-size: 18px;
    color: #d42633;
}

.inner-page.about-page.download label.selectAlll input{
  margin-right: 10px;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin-top: -4px;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"]:checked {
  background-color: #d42633;
  border: 1px solid #d42633;
}

.inner-page.about-page.download label.selectAlll input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .ui.container{
  max-width: 1480px;
  width: 100%;
}
.download .search-box2{
  margin: 30px 0;
}
.download .search-box2 #search{
  display: block;
    width: 100%;
    height: 54px;
    padding: 0px 20px 0;
    border-radius: 50px;
    background-color: #fff;
    border: 1px solid #aaa;
    position: relative;
    cursor: pointer;
    font-size: 16px;
}
.download .search-box2 #search::-moz-placeholder{
  color: gray;
}
.download .search-box2 #search::-webkit-input-placeholder{
  color: gray;
}
.download .search-box2 #search::placeholder{
  color: gray;
}
.download .search-box2 span{
  display: block;
  width: 100%;
  height: 38px;
  padding: 5px 10px 0;
  border-radius: 25px;
  background-color: #fff;
  border: 1px solid #aaa;
  position: relative;
  cursor: pointer;
}
.download .search-box2 span em{
  display: block;
    padding-left: 8px;
    padding-right: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    color: #444;
    font-size: 14px;
    line-height: 28px;
}
.download .search-box2 span i{
  position: absolute;
  top: 7px;
  right: 10px;
  font-size: 24px;
  width: 20px;
  height: 26px;
}
.download .search-box2 .hz{
  padding: 10px;
  border: 1px solid #aaa; 
  border-top: 0;
  display: none;
}
.download .search-box2 .hz input{
  width: 100%;
  border: 1px solid #aaa;
  padding: 4px;
  height: 32px;
  font-size: 14px;
}

.download .filterSingleBox{
  margin-bottom: 1rem;
}
.download .filterSingleBox li ul{
  margin-right: -20px;
}
.download .filterSingleBox li{
  display: inline-block;
  vertical-align: middle;
  font-size: 18px;
  padding-right: 20px;
      width: 24%;
    padding-top: 15px;
}
.download .filterSingleBox li input[type="checkbox"]{
   margin-right: 10px;
   margin-top: -5px;
}

.download .filterSingleBox li input[type="checkbox"] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 14px;
    height: 14px;
    border: 1px solid #999;
    background-color: white;
    border-radius: 3px;
    outline: none;
    cursor: pointer;
    margin-top: -4px;
}

.download .filterSingleBox li input[type="checkbox"]:checked {
  background-color: #d42633;
  border: 1px solid #d42633;
}

.download .filterSingleBox li input[type="checkbox"]:checked::after {
  content: '✓';
  font-size: 14px;
  display: block;
  text-align: center;
  color: white;
  position: relative;
  top: -2px;
}

.download .download-1{
  margin-top: 3rem;
      margin-bottom: 6rem;
}
.download .download-1 ul li{
  display: none;
}
.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;
}


.inner-page.about-page.download .download-1 li .bottom p:hover i {
    color: #45b035;
}

.inner-page.about-page.download .download-1 li .bottom:nth-child(even) {
    background: #fbfbfb;
}

.download .ui.container {
    max-width: 1480px;
}


.inner-page.about-page.download .table{
  margin: 3rem 0 6rem;
}
.inner-page.about-page.download .table th {
    text-align: center;
    width: 20% !important;
    padding: 20px 15px;
    background: #d42633;
    font-size: 16px;
    line-height: 30px;
    color: #fff;
    border: none;
    border-right: 1px solid #fff;
}
.inner-page.about-page.download .table #top td {
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    background: #f0f0f0;
    font-size: 16px;
    line-height: 30px;
}

.inner-page.about-page.download .table #info {
    width: 100%;
    background: #fff;
}
.inner-page.about-page.download .table #info:nth-child(even){
  background: #fbfbfb;
}
.inner-page.about-page.download .table #info td,th {
    width: 20% !important;
    /*float: left;*/
    border: 1px solid #f0f0f0;
    padding: 5px 15px;
    font-size: 14px;
    line-height: 2;
    color: #555;
}
.inner-page.about-page.download .table #info i.fa {
    font-size: 18px;
    color: #d42633;
    line-height: 32px;
}

@media screen and (max-width: 1000px) {
  .download .filterSingleBox li{
    width: 33%;
  }
}

@media screen and (max-width: 700px) {
  .download .filterSingleBox li{
    width: 49%;
  }
}

@media screen and (max-width: 500px) {
  .download .filterSingleBox li{
    width: 100%;
  }
}

.inner-page.about-page.download .table table {
    max-height: 485px;
}