@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-Medium.eot');
  src: url('../fonts/Montserrat-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-Medium.woff2') format('woff2'), url('../fonts/Montserrat-Medium.woff') format('woff'), url('../fonts/Montserrat-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Montserrat';
  src: url('../fonts/Montserrat-SemiBold.eot');
  src: url('../fonts/Montserrat-SemiBold.eot?#iefix') format('embedded-opentype'), url('../fonts/Montserrat-SemiBold.woff2') format('woff2'), url('../fonts/Montserrat-SemiBold.woff') format('woff'), url('../fonts/Montserrat-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'MODERNIZ';
  src: url('../fonts/MODERNIZ.eot');
  src: url('../fonts/MODERNIZ.eot?#iefix') format('embedded-opentype'), url('../fonts/MODERNIZ.woff2') format('woff2'), url('../fonts/MODERNIZ.woff') format('woff'), url('../fonts/MODERNIZ.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
.innerTitle,.tipsTitle,.solution-page .init-5 .container .cont .tips{
  font-family: MODERNIZ !important;
  color: var(--color) !important;
  line-height: 1.3;
}

.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;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.colorF {
  color: #fff;
}
.flex {
  display: flex;
}
.flexWrap {
  display: flex;
  flex-wrap: wrap;
}
.flexCenter {
  display: flex;
  justify-content: center;
  align-items: center;
}
.flexAC {
  display: flex;
  align-items: center;
}
.flexBetween {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.text-L {
  text-align: left;
}
.text-C {
  text-align: center;
}
.text-R {
  text-align: right;
}
.t_1 {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.italic {
  font-style: italic;
}
.container {
  width: 1575px;
  padding: 0 15px;
}
.moderniz {
  font-family: MODERNIZ;
  font-weight: 900;
}
.medium {
  font-weight: 500;
}
.SemiBold {
  font-weight: 600;
}
.block {
  display: block;
}
.titleH {
  font-family: MODERNIZ;
  color: var(--color);
}
.titleH span {
  color: var(--color1);
}
.titleG {
  font-family: MODERNIZ;
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
  line-height: 1;
  padding-top: 5px;
}
.Hbtn {
  background-color: var(--color1);
  border-radius: 10px;
  
  transition: all 0.3s ease-in-out;
}
.Hbtn a {
  width: 100%;
  height: 100%;
  display: inline-block;
  padding: 10px 42px;
}
.Hbtn:hover {
  background-color: var(--color2);
}
#Pop_UpsBtn {
  display: none !important;
}
#ewm canvas,
#ewm img {
  width: 100%;
  display: block;
}
#pups_shadow {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: 0.6;
  z-index: 21;
  display: none;
}
#pups_from {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-height: 80%;
  width: 500px;
  max-width: 90%;
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  z-index: 22;
  background: white;
  padding: 30px;
  overflow: auto;
}
#pups_from h4 {
  font-size: 18px;
  color: #222;
  text-transform: capitalize;
  line-height: 1;
  font-weight: bold;
  position: absolute;
  left: 0;
  width: 100%;
  top: 0;
  padding: 15px 20px;
  background: #f5f5f5;
  -o-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.1);
}
#pups_from form {
  margin-top: 40px;
}
#pups_from i.close {
  width: 30px;
  height: 30px;
  position: absolute;
  top: 10px;
  right: 10px;
  background: #eee;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from i.close::after,
#pups_from i.close::before {
  content: '';
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  width: 70%;
  height: 2px;
  margin-top: -1px;
  background: black;
  position: absolute;
  top: 50%;
  left: 15%;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pups_from i.close::after {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pups_from i.close:hover {
  background: #6076f1;
}
#pups_from i.close:hover::before,
#pups_from i.close:hover::after {
  background: white;
}
#pups_from ul li {
  margin-bottom: 10px;
  position: relative;
}
#pups_from ul li label {
  font-size: 14px;
  margin-bottom: 10px;
  display: block;
}
#pups_from ul li label em {
  color: red;
  margin-right: 2px;
}
#pups_from ul li input,
#pups_from ul li textarea {
  width: 100%;
  line-height: 24px;
  padding: 6px 15px;
  border: 1px solid #eee;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  font-size: 16px;
}
#pups_from ul li input:focus,
#pups_from ul li textarea:focus {
  border-color: #6076f1;
}
#pups_from ul li textarea {
  height: 80px;
}
#pups_from ul li input[type="submit"] {
  width: auto;
  padding: 6px 40px;
  display: inline-block;
  background: #6076f1;
  color: white;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#pups_from ul li input[type="submit"]:hover {
  opacity: 0.7;
}
#pups_from ul li:last-child {
  margin-bottom: 0;
}
.right_nav_list {
  position: fixed;
  bottom: 40px;
  right: 20px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 2px;
  width: 56px;
  height: 56px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: var(--color);
  border: 1px solid #fff;
}
.right_nav_list ul li .iImg {
  width: 24px;
  height: 32px;
}
.right_nav_list ul li .text {
  padding: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 24px;
}
.right_nav_list ul li .cont {
  position: absolute;
  left: -150px;
  top: 0;
  width: 150px;
  min-height: 100%;
  padding: 0 5px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  overflow: hidden;
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
}
.right_nav_list ul li .cont #ewm {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 8px;
  border: 1px solid #ccc;
}
.right_nav_list ul li:hover {
  background-color: #000;
}
.right_nav_list ul li:hover .cont {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
@media (max-width: 500px) {
  .right_nav_list {
    right: 5px;
    bottom: 150px;
  }
  .right_nav_list ul li {
    width: 38px;
    height: 38px;
    margin-top: 5px;
  }
  .right_nav_list ul li .more_cont {
    font-size: 16px;
  }
  .right_nav_list ul li .iImg {
    width: 16px;
    height: 24px;
  }
}
iframe {
  display: block;
  width: 100%;
}
#Pop_UpsBtn {
  z-index: 20;
  width: 60px;
  height: 60px;
  line-height: 60px;
  text-align: center;
  position: fixed;
  border-radius: 100%;
  background: #6076f1;
  color: white;
  right: 2%;
  bottom: 40%;
  font-size: 24px;
  -o-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 2px 7px rgba(0, 0, 0, 0.3);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#Pop_UpsBtn:hover {
  background: #889aff;
}
*::-webkit-scrollbar-thumb {
  background-color: #222;
}
b,
strong {
  font-weight: bold;
}
html,
body {
  position: relative;
  max-width: 1920px;
  margin: auto;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: 'Montserrat';
  font-weight: 500;
  margin: 0 auto;
  color: #333333;
  font-size: 18px;
  --color: #004599;
  --color1: #7ede0b;
  --color2: #999999;
  --white: #fff;
}
#ewm img,
#ewm canvas {
  display: block;
  width: 100%;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
}
table {
  margin-bottom: 20px;
  word-break: break-word;
  width: 100%;
  height: auto;
  display: block;
  overflow: auto;
}
table tbody {
  display: table;
  width: 100% !important;
}
table tbody td,
table tbody th {
  padding: 5px 10px;
  border: 1px solid #666;
  width: auto !important;
  height: auto !important;
}
table tbody tr {
  width: auto !important;
  height: auto !important;
}
table tbody tr:nth-child(even) {
  background: #eee;
}
html.mobile {
  overflow: hidden;
}
html.mobile .body-overflow-box {
  position: relative;
  left: 280px;
}
#mobile {
  position: fixed;
  top: 0;
  left: -280px;
  width: 280px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  display: none;
  z-index: 20;
  height: 100%;
}
#mobile:before {
  content: '';
  width: 200%;
  height: 100%;
  position: fixed;
  top: 0;
  right: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.13);
  z-index: -1;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .mobile-logo {
  position: absolute;
  left: 100%;
  width: 100vw;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #111;
  -o-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
  box-shadow: 0 0 10px rgba(255, 255, 255, 0.2);
}
#mobile .mobile-logo img {
  max-height: 30px;
  margin: 0 auto;
  display: inline-block;
  vertical-align: middle;
  -o-object-fit: contain;
  object-fit: contain;
  width: 220px;
}
#mobile #menu-on {
  width: 40px;
  height: 40px;
  background: #f5f5f5;
  position: absolute;
  left: 100%;
  top: 0;
  cursor: pointer;
  cursor: hand;
  z-index: 1;
}
#mobile #menu-on i {
  width: 23px;
  height: 2px;
  background: #222;
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  -webkit-transform-origin: left center;
  -moz-transform-origin: left center;
  -ms-transform-origin: left center;
  -o-transform-origin: left center;
  transform-origin: left center;
}
#mobile #menu-on i.line1 {
  top: 12px;
}
#mobile #menu-on i.line2 {
  top: 19px;
}
#mobile #menu-on i.line3 {
  top: 26px;
}
#mobile .menu-content {
  width: 100%;
  height: 100%;
  display: block;
  background: #222;
  padding: 40px 10% 60px;
  overflow-y: auto;
  color: white;
}
#mobile .menu-content::-webkit-scrollbar {
  width: 3px;
  border-radius: 1.5px;
}
#mobile .menu-content::-webkit-scrollbar-button {
  display: none;
}
#mobile .menu-content::-webkit-scrollbar-track {
  background-color: #222;
}
#mobile .menu-content::-webkit-scrollbar-thumb {
  background-color: #eee;
}
#mobile .menu-content .h3 {
  font-size: 20px;
  color: inherit;
  text-transform: capitalize;
  margin-bottom: 10px;
}
#mobile .menu-content .h3 i {
  font-size: 16px;
  position: relative;
  top: -1px;
}
#mobile .menu-content .menu-logo {
  display: block;
}
#mobile .menu-content .menu-logo img {
  margin: 0 auto;
}
#mobile .menu-content .menu-list {
  margin: 40px 0;
}
#mobile .menu-content .menu-list ul li {
  font-size: 15px;
  color: inherit;
  text-transform: uppercase;
  line-height: 20px;
}
#mobile .menu-content .menu-list ul li a {
  padding: 8px 0;
  display: block;
}
#mobile .menu-content .menu-list ul li a:hover {
  color: var(--color);
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: '';
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: var(--color);
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: rgba(255, 255, 255, 0.8);
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #c10015;
  color: #fff;
  padding: 12px 0;
}
#header > .nav .f-top .container {
  display: flex;
}
#header > .nav .f-top .share {
  margin-left: auto;
}
#header > .nav .f-top .share li {
  margin-left: 20px;
}
#header > .nav .f-top .share li a {
  font-size: 16px;
  font-weight: 400;
}
#header > .nav > .menu {
  padding: 25px 0;
}
#header > .nav > .menu .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  align-items: center;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 46px;
  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::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  font-size: 18px;
  text-transform: capitalize;
  color: #333333;
  font-weight: 500;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #333;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 16px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
}
#header > .nav > .menu .menu-box .right .search {
  cursor: pointer;
  width: 24px;
  height: 24px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  color: #fff;
  text-transform: capitalize;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .img {
  width: 24px;
  height: 24px;
  background-size: cover;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC .text {
  margin: 4px 0 0 10px;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC i {
  margin-left: 6px;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .msg img {
  width: 24px;
  height: 24px;
}
#header > .nav .lang_cont {
  display: inline-block;
  position: relative;
  cursor: pointer;
  z-index: 2;
}
#header > .nav .lang_cont:hover .lang {
  opacity: 1;
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
}
#header > .nav .lang_cont .lang {
  overflow-y: auto;
  max-height: 400px;
  width: 150px;
  position: absolute;
  top: 100%;
  right: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
  color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
#header.active > .nav {
  border-bottom: 1px solid rgba(220, 220, 220, 0.4);
  backdrop-filter: blur(10px);
}
#banner {
  height: 940px;
}
#banner .swiper {
  height: 100%;
}
#banner .swiper ul {
  height: 100%;
}
#banner .swiper ul li {
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
#banner .swiper ul li .moderniz {
  line-height: 1.23;
  color: var(--color);
  width: 80%;
  margin: auto;
}
#banner .swiper ul li .medium {
  opacity: 0.98;
  margin: auto;
  width: 60%;
}
#banner .swiper ul li.swiper-slide-active .moderniz {
  -webkit-animation: fadeInLeftSmall 1s linear;
  -moz-animation: fadeInLeftSmall 1s linear;
  -o-animation: fadeInLeftSmall 1s linear;
  animation: fadeInLeftSmall 1s linear;
  
}
#banner .swiper ul li.swiper-slide-active .medium {
  -webkit-animation: fadeInRightSmall 1.2s linear;
  -moz-animation: fadeInRightSmall 1.2s linear;
  -o-animation: fadeInRightSmall 1.2s linear;
  animation: fadeInRightSmall 1.2s linear;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .init-1 {
  background-size: cover;
}
#index-body .init-1 .container .top .left {
  width: 95%;
}
#index-body .init-1 .container .top .right .medium {
  line-height: 1.56;
}
#index-body .init-1 .bottom {
  height: 520px;
  flex-wrap: nowrap;
  position: relative;
}
#index-body .init-1 .bottom .left:hover{
transform: translateX(-10px);
}
#index-body .init-1 .bottom .right:hover{
  transform: translateX(10px);
}
#index-body .init-1 .bottom .left,
#index-body .init-1 .bottom .right {
  width: 40.1%;
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  transition: all .3s ease;
}
#index-body .init-1 .bottom .left p,
#index-body .init-1 .bottom .right p {
  color: var(--white);
}
#index-body .init-1 .bottom .left.flexAC,
#index-body .init-1 .bottom .right.flexAC {
  flex-wrap: wrap;
  align-content: center;
}
#index-body .init-1 .bottom .left .moderniz,
#index-body .init-1 .bottom .right .moderniz {
  width: 100%;
  line-height: 1.1;
}
#index-body .init-1 .bottom .left .medium,
#index-body .init-1 .bottom .right .medium {
  width: 56%;
  line-height: 1.1;
}
#index-body .init-1 .bottom .left {
  background-image: url(../images/init-1Limg1.png);
}
#index-body .init-1 .bottom .left p {
  margin-left: auto;
}
#index-body .init-1 .bottom .right {
  background-image: url(../images/init-1Rimg1.png);
}
#index-body .init-1 .bottom .center {
  width: 560px;
  height: 558px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 15;
  background: linear-gradient(to right, #1b74f3, #01479d);
  border-radius: 50%;
  box-shadow: 4px -2px 47px 16px rgba(21, 106, 224, 0.1);
}
#index-body .init-1 .bottom .center .box {
  width: 100%;
  height: 100%;
}
#index-body .init-1 .bottom .center .Cimg1 {
  border-radius: 50%;
  position: relative;
  z-index: 16;
}
#index-body .init-1 .bottom .center .leftImg1,
#index-body .init-1 .bottom .center .rightImg1 {
  position: absolute;
  top: 0;
  width: 50%;
  height: 100%;
}
#index-body .init-1 .bottom .center .leftImg1:hover .Limg1{
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .bottom .center .leftImg1:hover .Limg2{
  opacity: 1;
  z-index: 1;
}
#index-body .init-1 .bottom .center .rightImg1:hover .Rimg1{
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .bottom .center .rightImg1:hover .Rimg2{
  opacity: 1;
  z-index: 1;
}
#index-body .init-1 .bottom .center .leftImg1 img,
#index-body .init-1 .bottom .center .rightImg1 img {
  position: absolute;
  transition: all 0.3s linear;
}
#index-body .init-1 .bottom .center .leftImg1 p,
#index-body .init-1 .bottom .center .rightImg1 p {
  position: relative;
  z-index: 20;
  display: inline-block;
}
#index-body .init-1 .bottom .center .leftImg1 {
  left: -1px;
}
#index-body .init-1 .bottom .center .leftImg1 p {
  transform: rotate(-7deg);
  shape-outside: circle(50%);
}
#index-body .init-1 .bottom .center .leftImg1.active .Limg1 {
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .bottom .center .leftImg1.active .Limg2 {
  opacity: 1;
  z-index: 1;
}
#index-body .init-1 .bottom .center .rightImg1 {
  right: -1px;
}
#index-body .init-1 .bottom .center .rightImg1 .Rtext {
  right: -60%;
  transform: rotate(170deg) translateY(30px);
}
#index-body .init-1 .bottom .center .rightImg1.active .Rimg1 {
  opacity: 0;
  z-index: -1;
}
#index-body .init-1 .bottom .center .rightImg1.active .Rimg2 {
  opacity: 1;
  z-index: 1;
}
#index-body .init-1 .bottom .center .Limg2,
#index-body .init-1 .bottom .center .Rimg2 {
  opacity: 0;
  z-index: -1;
}
#index-body .init23Box {
  background-image: url(../images/init-23Bg.jpg), url(../images/init-23Bg2.jpg);
  background-repeat: no-repeat, no-repeat;
  background-position: top center, bottom center;
  background-size: 100% 50%, 100% 50%;
}
#index-body .init23Box .titleG {
  font-size: 123px;
}
#index-body .init23Box .init-2 .left {
  overflow: hidden;
  width: 63.1%;
  position: relative;
}
#index-body .init23Box .init-2 .left img {
  border-radius: 30px;
  width: 100%;
}
#index-body .init23Box .init-2 .left .imgBox2 {
  width: 100%;
  height: 100%;
}
#index-body .init23Box .init-2 .left .imgBoxBtn {
  position: absolute;
  bottom: 20px;
  width: 92%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 16;
}
#index-body .init23Box .init-2 .left .imgBoxBtn .imgBtn {
  text-align: center;
  width: 49.1%;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  backdrop-filter: blur(10px);
  border-radius: 10px;
  padding: 7px 0;
  max-height: 47px;
  transition: all 0.3s linear;
  line-height: 1.5;
}
#index-body .init23Box .init-2 .left .imgBoxBtn .imgBtn.active {
  background-color: var(--white);
  color: var(--color);
  font-weight: 600;
}
#index-body .init23Box .init-2 .right {
  width: 30%;
}
#index-body .init23Box .init-2 .right .moderniz {
  color: var(--color);
  line-height: 1.3;
}
#index-body .init23Box .init-2 .right .describe {
  color: #666;
  padding-left: 18px;
}
#index-body .init23Box .init-2 .right .describe p {
  position: relative;
  line-height: 1.3;
}
#index-body .init23Box .init-2 .right .describe p::after {
  content: '';
  display: block;
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: var(--color1);
  top: 6px;
  left: -17px;
}
#index-body .init23Box .init-2 .item:nth-child(2n+1) {
  flex-direction: row-reverse;
}
#index-body .init23Box .init-3 .Hbtn {
  background-color: var(--color2);
}
#index-body .init23Box .init-3 .Hbtn a {
  display: inline-block;
  width: 100%;
  height: 100%;
}
#index-body .init23Box .init-3 ul li .newsBox {
  padding: 40px 50px;
  background-color: #ffffff;
  border-radius: 15px;
  color: var(--color2);
  border: 1px solid transparent;
  transition: all 0.3s ease-in-out;
  height: 320px;
  box-sizing: border-box;
}
#index-body .init23Box .init-3 ul li .newsBox .Hbtn {
  background-color: var(--color2);
}
#index-body .init23Box .init-3 ul li .newsBox:hover {
  border: 1px solid var(--color);
}
#index-body .init23Box .init-3 ul li .newsBox:hover .moderniz {
  color: #333;
}
#index-body .init23Box .init-3 ul li .newsBox:hover .Hbtn {
  background-color: var(--color1);
}
#index-body .init23Box .init-3 ul li .newsBox:hover .Hbtn:hover {
  background-color: var(--color2);
}
#index-body .init23Box .init-3 {
  padding-bottom: 180px;
}
#footer.active{
  margin-top: 140px;
}
#footer {
  position: relative;
  z-index: 2;
  -o-background-size: cover;
  background-size: cover;
  background-color: #000;
}
#footer .topF {
  /*background-image: url(../images/formBg.jpg);*/
  /*background-image: url(../images/formBg.png);*/
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 50px;
  padding-bottom: 40px;
  position: relative;
  z-index: 2;
  /*background-position: center calc(top - 65px); */
}
#footer .topF .topFBg{
  position: absolute;
  bottom: 0;
  width: 100%;
  height: calc(100% + 140px);
  z-index: -1;
}
#footer .topF .moderniz {
  color: var(--color1);
}
#footer .topF form {
  width: 82%;
}
#footer .topF form input,
#footer .topF form textarea {
  border: none;
  background-color: #fcfcfc;
  border-radius: 10px;
  padding-left: 20px;
  padding: 14px 0 14px 19px;
  width: 32.5%;
}
#footer .topF form input::placeholder,
#footer .topF form textarea::placeholder {
  color: #cacaca;
  font-weight: 500;
}
#footer .topF form textarea {
  width: 100%;
}
#footer .topF form .inquery {
  padding: 10px 0;
  width: 152px;
  color: var(--white);
  background-color: var(--color1);
}
#footer .topF form .inquery:hover {
  background-color: var(--color2);
}
#footer .topF .rightImg {
  position: absolute;
  left: 53%;
  bottom: -42px;
}
#footer .topF .right {
  position: relative;
}
/*#footer .topC,#footer .topB,#footer .copyright{
  background-color: #000;
}*/
#footer .topC .container {
  border-bottom: 2px solid #fff;
  align-items: center;
  padding-bottom: 50px;
}
#footer .topC .container .cont {
  width: 125px;
  height: 125px;
  padding: 6px;
  background-color: var(--white);
}
#footer .topB .item1 {
  width: 35.5%;
}
#footer .topB .item1 .addLeft{
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  width: 47%;

}
#footer .topB .item1 .addLeft p{
  width: 100%;
}
#footer .topB .item1 .addLeft:nth-last-child(1) {
  width: 53%;
}
#footer .topB .item1 .addLeft .share i {
  font-size: 24px;
}
#footer .topB .item1 .addLeft .share li {
  margin-right: 20px;
  transition: all 0.3s;
}
#footer .topB .item1 .addLeft .share li:hover i {
  color: #fff;
}
#footer .topB .item2 ul,
#footer .topB .item3 ul {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  justify-content: space-between;
  /*height: 65%;*/
  height: calc(100% - 80px);
  line-height: 1.1;
}
#footer .topB .item2 ul li,
#footer .topB .item3 ul li {
  transition: all 0.3s linear;
}
#footer .topB .item2 ul li:hover,
#footer .topB .item3 ul li:hover {
  opacity: 1;
  text-decoration: underline;
  text-underline-offset: 4px;
}
#footer .topB .item2 {
  width: 30%;
}
#footer .copyright {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  overflow: hidden;
  color: var(--color2);
}
#footer .copyright .container {
  padding-top: 20px;
  padding-bottom: 20px;
}
#footer .copyright .container svg {
  height: 30px;
  width: auto;
  fill: var(--color2);
  position: relative;
  top: 4px;
}
#footer .copyright .container a {
  margin: 0 5px;
}
#footer .copyright .container a img {
  margin-top: 8px;
  height: 16px;
}
#footer .copyright .container .left {
  width: 100%;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
  top: 0;
  color: var(--color2);
  margin-right: 10px;
}
@media (max-width: 1800px) {
  #index-body .init-1 .bottom .center {
    width: 520px;
    height: 520px;
  }
  #index-body .init-1 .bottom .center .leftImg1 p {
    margin-left: -12px;
  }
  #index-body .init-1 .bottom .center .rightImg1 .Rtext {
    right: -61%;
  }
  #index-body .init23Box .titleG {
    font-size: 110px;
  }
}
@media (max-width: 1700px) {
  #banner {
    height: 750px;
  }
  #index-body .init-1 .bottom .center .rightImg1 .Rtext {
    transform: rotate(170deg) translateY(10px);
  }
  #footer .topF .rightImg {
    left: 52%;
    width: 60%;
  }
}
@media (max-width: 1500px) {
  #index-body .init-1 .bottom .left .medium,
  #index-body .init-1 .bottom .right .medium {
    width: 90%;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .init-1 .bottom {
    height: 550px;
  }
  #index-body .init-1 .bottom .center {
    width: 430px;
    height: 430px;
  }
  #index-body .init-1 .bottom .center .Cimg1 {
    width: 70%;
  }
  #index-body .init23Box .init-2 .left {
    width: 60%;
  }
  #index-body .init23Box .init-2 .right {
    width: 38%;
  }
  #footer .topF .rightImg {
    width: 70%;
  }
  #footer .topB .item1 {
    width: 45%;
  }
}
@media (max-width: 1250px) {
  body {
    font-size: 16px;
  }
  #banner {
    height: 612px;
  }
  #banner .swiper ul li .moderniz,#banner .swiper ul li .medium{
    width: 100%;
  }
  #index-body .init-1 .bottom {
    height: 400px;
  }
  #index-body .init-1 .bottom .center {
    width: 370px;
    height: 370px;
  }
  #index-body .init-1 .bottom .center .leftImg1 p {
    margin-left: -20px;
  }
  #index-body .init-1 .bottom .center .rightImg1 .Rtext {
    transform: rotate(173deg) translateY(-2px);
    right: -52%;
  }
  #index-body .init23Box .titleG {
    font-size: 100px;
  }
  #index-body .init23Box .init-3 ul li .newsBox {
    padding: 20px 30px;
  }
  #footer .topF {
    padding-top: 20px;
    padding-bottom: 30px;
  }
  #footer .topF .rightImg {
    width: 60%;
    left: 55%;
    bottom: -30px;
  }
  #footer .topF form {
    width: 100%;
  }
  #footer .topF .left {
    width: 110%;
  }
}
@media (max-width: 1000px) {
  .grid-2 {
    grid-template-columns: repeat(1, 1fr);
  }
  .Hbtn {
    padding: 5px 20px;
  }
  .font-30 {
    font-size: 16px;
  }
  #banner {
    height: 490px;
  }
  #banner .swiper ul li .medium {
    width: 100%;
  }
  #index-body .init-1 .container .top .left,
  #index-body .init-1 .container .top .right {
    width: 100%;
  }
  #index-body .init-1 .bottom .left,#index-body .init-1 .bottom .right{
    width: 100%;
    background-image: none;
    /*background-color: var(--color);*/
    padding: 30px;
     background: linear-gradient(to right, #1a73f1, #004599); 
  }
  #index-body .init-1 .bottom {
    /*height: 300px;*/
    height: auto;
    flex-wrap: wrap;
  }
  #index-body .init-1 .bottom .center {
    width: 280px;
    height: 280px;
    position: relative;
    left: auto;
    top: auto;
    transform: none;
    margin: auto;
  }
  #index-body .init-1 .bottom .center .leftImg1 p {
    margin-left: -30px;
    transform: rotate(-5deg);
    margin-top: -15px;
  }
  #index-body .init-1 .bottom .center .rightImg1 .Rtext {
    transform: rotate(177deg) translateY(-15px);
    right: -41%;
  }
  #index-body .init-1 .bottom .left .medium,
  #index-body .init-1 .bottom .right .medium {
    width: 100%;
  }
  #index-body .init23Box .titleG {
    font-size: 80px;
  }
  #index-body .init23Box .init-2 .left,
  #index-body .init23Box .init-2 .right {
    width: 100%;
  }
  #index-body .init23Box .init-2 .right {
    padding-top: 20px;
  }
  #footer .topF .rightImg {
    left: 63%;
    z-index: 0;
  }
  #footer .topF .left {
    position: relative;
    z-index: 2;
    width: 100%;
  }
  #footer .topB .item1 {
    width: 100%;
  }
  #footer .topB .item2,
  #footer .topB .item3 {
    display: none;
  }
}
@media (max-width: 700px) {
  body {
    font-size: 14px;
  }
  #banner {
    height: 340px;
  }
  #index-body .init-1 {
    padding-bottom: 0;
  }
  #index-body .init-1 .top {
    padding-bottom: 0;
  }
  /*#index-body .init-1 .titleBox {
    display: none;
  }*/
  /*#index-body .init-1 .bottom {
    display: none;
  }*/
  #index-body .init23Box .titleG {
    font-size: 50px;
  }
  #index-body .init23Box .init-2 .left .imgBoxBtn {
    flex-wrap: wrap;
    bottom: 10px;
    justify-content: center;
  }
  #index-body .init23Box .init-2 .left .imgBoxBtn .imgBtn {
    width: 90%;
    margin-top: 10px;
  }
  #footer .topF .rightImg {
    display: none;
  }
  #footer .topF form input,
  #footer .topF form textarea {
    width: 100%;
    margin-top: 10px;
  }
  #footer .topC .container .cont {
    margin-top: 15px;
  }
}
@media (max-width: 500px) {
  .pt-200 {
    padding-top: 50px;
  }
  #footer .topB .item1 .addLeft:nth-last-child(1),
  #footer .topB .item1 .addLeft {
    width: 100%;
  }
}

.inner-banner {
  -o-background-size: cover;
  background-size: cover;
  -webkit-box-align: end;
  -webkit-align-items: center;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: center;
  min-height: 580px;
  padding-top: 100px;
  padding: 80px;
}
.inner-banner .container {
  color: #fff;
}
.inner-banner .container .imgC .img {
  width: 50px;
  height: 50px;
  margin-top: 10px;
}
.inner-banner .container .imgC .text {
  width: -webkit-calc(50%);
  width: -moz-calc(50%);
  width: calc(100% - 50px);
  padding-left: 16px;
}
.inner-banner .container .catName {
  font-size: 100px;
  font-weight: 700;
  text-transform: uppercase;
  line-height: 1.2;
  margin-top: 10px;
}
.inner-banner .container .catName span {
  display: inline-block;
  position: relative;
}
.inner-banner .container .catName p,.inner-banner .container .mbx{
  text-align: center;
}
.inner-banner .container .catDes {
  margin-top: 30px;
  max-width: 570px;
}
.inner-banner .container .mbx {
  margin-top: 10px;
}
.inner-banner .container .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.inner-banner .container .mbx a:hover {
  color: var(--color);
}
@media (max-width: 1800px){
    .inner-banner .container .catName {
    font-size: 80px;
  }
}
@media (max-width: 1250px){
   .inner-banner {
    min-height: 550px;
  }
  .inner-banner .container .catName {
    font-size: 60px;
  }
}
@media (max-width: 1000px){
   .inner-banner {
    margin-top: 40px;
    background: #000 !important;
    min-height: auto;
    padding: 40px 0;
  }
  .inner-banner .container .catName {
    font-size: 30px;
  }
}
@media (max-width: 500px) {
  
  .inner-banner .container .imgC .img {
    width: 30px;
    height: 30px;
    margin-top: 4px;
  }
  .inner-banner .container .imgC .text {
    padding-left: 8px;
  }
  
  .inner-banner .container .catName {
    font-size: 24px;
  }
}

.contact-page .init-1 .container .contentC {
  overflow: hidden;
  padding: 60px 80px;
  padding-bottom: 140px;
  position: relative;
  z-index: 2;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
.contact-page .init-1 .container .contentC .tipsTitle {
  text-align: center;
}
.contact-page .init-1 .container .contentC .subImg {
  z-index: -1;
  bottom: -32px;
  right: 0;
  height: 320px;
  width: 60%;
  position: absolute;
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}
.contact-page .init-1 .container .contentC form {
  margin-top: 20px;
}
.contact-page .init-1 .container .contentC form .list {
  width: 33.33%;
  margin-top: 30px;
  padding: 0 10px;
  border-radius: 10px;
}
.contact-page .init-1 .container .contentC form .list .tips {
  color: #767676;
}
.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
  width: 100%;
  background-color: #f7f7f7;
  border: none;
  margin-top: 6px;
  padding: 10px;
  border-radius: 10px;
}
.contact-page .init-1 .container .contentC form .list .btn {
  display: inline-block;
  padding: 14px;
  min-width: 190px;
  border: 1px solid var(--color);
  color: var(--color);
  text-align: center;
  background-color: #fff;
  cursor: pointer;
}
.contact-page .init-1 .container .contentC form .list .btn:hover {
  background-color: var(--color);
  color: #fff;
}
/*.contact-page .init-1 .container .contentC form .Hbtn{
  margin-top: 20px;
}*/
.contact-page .init-1 .container .contentC form .w-100 {
  width: 100%;
}
.contact-page .init-2 .container .listCont {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-top: 60px;
}
.contact-page .init-2 .container .listCont .list {
  width: 25%;
  margin-top: 60px;
  text-align: center;
  padding: 0 5px;
}
.contact-page .init-2 .container .listCont .list .cir {
  width: 124px;
  height: 124px;
  border: 1px solid #6076f1;
  border-radius: 50%;
  margin: auto;
}
.contact-page .init-2 .container .listCont .list .cir img {
  max-width: 60%;
}
.contact-page .init-2 .container .listCont .list .title {
  margin-top: 20px;
}
.contact-page .init-2 .container .listCont .list .des {
  color: #767676;
  margin-top: 6px;
}
.contact-page .init-2 .container .listCont .list:hover {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
}
@media (max-width: 1250px) {
  .contact-page .init-1 .container .contentC .subImg {
    display: none;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .init-1 .container .contentC {
    padding: 60px 20px;
  }
  .contact-page .init-1 .container .contentC form .list {
    width: 50%;
  }
  .contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .contact-page .init-1 .container .contentC form .list {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .init-1 .container .contentC {
    padding: 40px 6px;
  }
  .contact-page .init-1 .container .contentC form .list {
    margin-top: 16px;
  }
  .contact-page .init-1 .container .contentC form .list .btn {
    padding: 6px;
  }
  .contact-page .init-2 .container .listCont {
    padding-top: 0;
  }
  .contact-page .init-2 .container .listCont .list {
    width: 100%;
  }
}

.newsTab {
  padding-top: 50px;
}
.newsTab .container {
  padding-bottom: 20px;
  border-bottom: 1px solid #767676;
}
.newsTab .container .list {
  margin-top: 10px;
  color: #767676;
  position: relative;
  width: 290px;
  text-align: center;
  padding: 0 10px;
}
.newsTab .container .list::before {
  content: '/';
  position: absolute;
  top: 0;
  right: 0;
}
.newsTab .container .list:hover,
.newsTab .container .list.active {
  color: var(--color);
  font-weight: bold;
}
.newsTab .container .list:hover::before,
.newsTab .container .list.active::before {
  color: #767676;
}
.newsTab .container .list:last-child::before {
  display: none;
}
.news-page .init-1 .container ul {
  padding-top: 40px;
}
.news-page .init-1 .container ul li {
  margin-top: 40px;
}
.news-page .init-1 .container ul li .box {
  position: relative;
  padding: 20px 0;
  z-index: 2;
}
.news-page .init-1 .container ul li .box .time {
  width: 140px;
  color: #666666;
}
.news-page .init-1 .container ul li .box .time .date {
  color: #000;
}
.news-page .init-1 .container ul li .box .imgC {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  width: 32%;
  border-radius: 10px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.1);
  overflow: hidden;
}
.news-page .init-1 .container ul li .box .imgC img {
  width: 100%;
}
.news-page .init-1 .container ul li .box .cont {
  width: -webkit-calc(-72%);
  width: -moz-calc(-72%);
  width: calc(68% - 140px);
  padding: 20px 90px 20px 50px;
  position: relative;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
.news-page .init-1 .container ul li .box .cont .title:hover {
  color: var(--color);
}
.news-page .init-1 .container ul li .box .cont .des {
  color: #767676;
  margin-top: 16px;
}
.news-page .init-1 .container ul li .box .cont .more {
  margin-top: 30px;
}
.news-page .init-1 .container ul li .box .cont .more .moreCir {
  background-color: #000;
}
.news-page .init-1 .container ul li .box .cont .more:hover .moreCir {
  background-color: var(--color);
}
.news-page .init-1 .container ul li .box .sub {
  opacity: 0;
  position: absolute;
  width: 70%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: -1;
  background-color: #fff;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  border-radius: 20px;
}
.news-page .init-1 .container ul li:hover .sub {
  opacity: 1;
}
.newdet-page .container .left {
  width: 75%;
  border-radius: 20px;
  -webkit-box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  box-shadow: 0 0 30px rgba(56, 84, 184, 0.2);
  padding: 70px;
}
.newdet-page .container .left .title {
  text-align: center;
}
.newdet-page .container .left .time {
  color: #666666;
  margin-top: 26px;
  text-align: center;
}
.newdet-page .container .left .des {
  margin-top: 40px;
  color: #666666;
}
.newdet-page .container .left .m-link {
  margin-top: 50px;
  border-top: 1px solid #666666;
  padding-top: 16px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.newdet-page .container .left .m-link .list {
  margin: 5px 0;
  color: #bfbfbf;
}
.newdet-page .container .left .m-link .list:hover {
  color: var(--color);
}
.newdet-page .container .right {
  /*position: -webkit-sticky;
  position: sticky;
  top: 120px;*/
  width: 25%;
  padding-left: 50px;
}
.newdet-page .container .right .tipsTitle {
  border-bottom: 1px solid #767676;
  padding-bottom: 12px;
}
.newdet-page .container .right ul li {
  margin-top: 26px;
}
.newdet-page .container .right ul li .box {
  position: relative;
}
.newdet-page .container .right ul li .box .boxC {
  padding-right: 20px;
}
.newdet-page .container .right ul li .box .title {
  color: #767676;
}
.newdet-page .container .right ul li .box .title:hover {
  color: var(--color);
}
.newdet-page .container .right ul li .box .time {
  color: #767676;
  margin-top: 14px;
}
.newdet-page .container .right ul li .box .time .date {
  color: #000;
}
.newdet-page .container .right ul li .box .more {
  width: 14px;
  height: 12px;
  position: absolute;
  right: 0;
  bottom: 24px;
  opacity: 0;
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px);
}
.newdet-page .container .right ul li .box .line {
  width: 50px;
  height: 1px;
  margin-top: 16px;
  background-color: #767676;
}
.newdet-page .container .right ul li:hover .box .boxC {
  -webkit-transform: translateX(20px);
  -moz-transform: translateX(20px);
  -ms-transform: translateX(20px);
  -o-transform: translateX(20px);
  transform: translateX(20px);
}
.newdet-page .container .right ul li:hover .box .more {
  opacity: 1;
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  -o-transform: translateX(0);
  transform: translateX(0);
}
.newdet-page .container .right ul li:hover .box .line {
  width: 100%;
  background-color: var(--color);
}
@media (max-width: 1250px) {
  .newsTab {
    display: none;
  }
  .news-page .init-1 .container ul li .box .cont {
    padding-right: 20px;
  }
  .newdet-page .container .left {
    width: 100%;
  }
  .newdet-page .container .right {
    display: none;
  }
}
@media (max-width: 1000px) {
  .news-page .init-1 .container ul li .box {
    padding: 20px 12px;
  }
  .news-page .init-1 .container ul li .box .sub {
    width: 100%;
    height: 100%;
  }
  .news-page .init-1 .container ul li .box .time {
    width: 100%;
  }
  .news-page .init-1 .container ul li .box .imgC {
    width: 100%;
    margin-top: 20px;
  }
  .news-page .init-1 .container ul li .box .cont {
    width: 100%;
    padding: 0;
    margin-top: 20px;
  }
  .newdet-page .container .left {
    padding: 40px 16px;
  }
}
@media (max-width: 500px) {
  .newdet-page .container .left .time {
    margin-top: 10px;
  }
  .newdet-page .container .left .des {
    margin-top: 20px;
  }
  .newdet-page .container .left .m-link {
    margin-top: 30px;
  }
}

.about-page .init-1 .container .left {
  padding-right: 60px;
  width: 50%;
  /*width: 420px;*/
  font-family: MODERNIZ;
  color: var(--color);
  /*padding-left: 5%;*/
}
.about-page .init-1 .container .left .title1 {
  display: block;
}
.about-page .init-1 .container .left .title1 img {
  display: block;
  margin: auto;
}
.about-page .init-1 .container .left .title2 {
  color: var(--color1);
  text-align: center;
  margin-top: 20px;
}
.about-page .init-1 .container .left .title3 {
  margin-top: 20px;
  color: var(--color);
}

.about-page .init-1 .container .left .title3 .playTips{
  font-size: 32px;
  margin-left: 20px;
  margin-top: 6px;
}
.about-page .init-1 .container .left .title3 .play {
  position: relative;
  margin: 10px 0 0 50px;
  cursor: pointer;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  background-color: var(--color);
  color: #fff;
}
.about-page .init-1 .container .left .title3 .play .img {
  width: 26px;
  height: 26px;
  position: relative;
}
.about-page .init-1 .container .left .title3 .play .ling {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.about-page .init-1 .container .left .title3 .play .ling:first-child {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.about-page .init-1 .container .right {
  padding-left: 40px;
  width: 50%;
  /*width: calc(100% - 420px);*/
}
.about-page .init-1 .container .right .title {
  color: var(--color);
  padding-left: 36px;
}
.about-page .init-1 .container .right .des {
  color: #666666;
  /*text-indent: 36px;*/
  line-height: 1.8;
  margin-top: 20px;
}
.about-page .init-2 {
  overflow: hidden;
}
.about-page .init-2 .container {
  overflow: hidden;
  height: 700px;
}
.about-page .init-2 .container img {
  display: block;
  width: 100%;
}
.about-page .init-3 {
  margin-top: -24px;
}
.about-page .init-3 .container ul {
  padding-top: 100px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.about-page .init-3 .container ul li {
  padding: 0 5px;
}
.about-page .init-3 .container ul li .box .top {
  font-size: 60px;
  line-height: 1;
}
.about-page .init-3 .container ul li .box .top .sub {
  font-size: 30px;
}
.about-page .init-3 .container ul li .box .bottom {
  color: #777777;
  margin-top: 10px;
}
.about-page .init-3 .container ul li .box:hover .top {
  color: var(--color);
}
.about-page .init-4 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-4 .container .tipsTitle {
  text-align: center;
  color: var(--color);
}
.about-page .init-4 .container .content {
  position: relative;
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 10px auto 0;
}
.about-page .init-4 .container .content .btn {
  cursor: pointer;
  position: absolute;
  width: 70px;
  height: 70px;
  top: 50%;
  right: 0;
  -webkit-box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  box-shadow: 0 0 20px rgba(56, 84, 184, 0.5);
  border-radius: 50%;
  z-index: 2;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: #fff;
}
.about-page .init-4 .container .content .btn.slick-disabled{
  opacity: 0;
  pointer-events: none;
}
.about-page .init-4 .container .content .btn i {
  width: 20px;
  height: 20px;
}
.about-page .init-4 .container .content .btn:hover {
  background-color: var(--color);
}
.about-page .init-4 .container .content .btn:hover i {
  -webkit-filter: grayscale(1) brightness(5);
  filter: grayscale(1) brightness(5);
}
.about-page .init-4 .container .content .prev {
  left: 0;
}
.about-page .init-4 .container .content ul li {
  padding: 0 20px;
}
.about-page .init-4 .container .content ul li .box {
  padding: 0 100px;
  text-align: center;
  position: relative;
}
.about-page .init-4 .container .content ul li .box .num {
  font-size: 480px;
  font-weight: bold;
  text-align: center;
  color: rgba(229, 229, 229, 0.6);
  line-height: 1;
  position: absolute;
  width: 100%;
  top: 0;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .init-4 .container .content ul li .box .desC {
  height: 500px;
  padding-right: 10px;
  overflow-y: hidden;
}
.about-page .init-4 .container .content ul li .box .desC .des {
  position: relative;
  z-index: 2;
  font-size: 20px;
}
.about-page .init-4 .container .content2 {
  width: -webkit-calc(-80%);
  width: -moz-calc(-80%);
  width: calc(100% - 180px);
  margin: 20px auto 0;
  position: relative;
}
.about-page .init-4 .container .content2 .line {
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 5px;
  left: 0;
  background-color: #a6a6a6;
}
.about-page .init-4 .container .content2 ul .slick-track {
  margin-left: 0;
}
.about-page .init-4 .container .content2 ul .slick-current li .box .num {
  color: var(--color);
}
.about-page .init-4 .container .content2 ul .slick-current li .box .cir {
  background-color: var(--color);
}
.about-page .init-4 .container .content2 ul li .box {
  cursor: pointer;
  text-align: center;
}
.about-page .init-4 .container .content2 ul li .box .num {
  font-size: 24px;
  line-height: 1;
}
.about-page .init-4 .container .content2 ul li .box .cir {
  border-radius: 50%;
  background-color: #888888;
  width: 10px;
  height: 10px;
  margin: 16px auto 0;
}
.about-page .init-5 .container .tipsTitle {
  text-align: center;
  color: var(--color);
}
.about-page .init-5 .container .content ul {
  margin: -6px -6px -6px 0;
}
.about-page .init-5 .container .content ul li {
  position: relative;
  border-right: 1px solid #cccccc;
  border-bottom: 1px solid #cccccc;
  width: 16.66%;
}
.about-page .init-5 .container .content ul li::before {
  content: '';
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: var(--color);
  border-radius: 50%;
  bottom: -5px;
  right: -5px;
  z-index: 2;
}
.about-page .init-5 .container .content ul li .box {
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC {
  padding: 20px;
  height: 100%;
}
.about-page .init-5 .container .content ul li .box .imgC img {
  max-width: 100%;
}
.about-page .init-5 .container .content ul li:nth-child(-n+6) {
  border-top: none;
}
.about-page .init-5 .container .content ul li:nth-child(6n) {
  border-right: none;
}
.about-page .init-6 {
  -o-background-size: cover;
  background-size: cover;
}
.about-page .init-6 .container .left {
  width: 35%;
}
.about-page .init-6 .container .left .tipsTitle {
  color: var(--color);
}
.about-page .init-6 .container .left .tipsDes {
  color: #666666;
  margin-top: 30px;
  text-indent: 36px;
  line-height: 1.8;
}
.about-page .init-6 .container .left .img {
  margin-top: 60px;
}
.about-page .init-6 .container .left .img img {
  width: 100%;
}
.about-page .init-6 .container .right {
  width: 59%;
  margin: 10px 0 0 auto;
}
@media (max-width: 1800px) {

  .about-page .init-4 .container .content ul li .box .num {
    font-size: 400px;
  }
}
@media (max-width: 1500px) {
  .font-80 {
    font-size: 60px;
  }
  .about-page .init-2 .container {
    height: 600px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 300px;
  }
}
@media (max-width: 1250px) {
 
  .about-page .init-1 .container .left {
    width: 100%;
    padding: 0;
  }
  .about-page .init-1 .container .right {
    width: 100%;
    padding: 0;
    margin-top: 40px;
    text-align: center;
  }
  .about-page .init-1 .container .right .title {
    padding-left: 0;
  }
  .about-page .init-2 .container {
    height: 530px;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 200px;
  }
}
@media (max-width: 1000px) {
 
  .about-page .init-1 .container .left .title1 img {
    max-width: 400px;
    width: 100%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 40px;
  }
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 160px;
  }
  .about-page .init-4 .container .content {
    width: 100%;
  }
  .about-page .init-5 .container .content ul li .box .imgC {
    padding: 10px;
  }
  .about-page .init-6 .container .left {
    width: 100%;
  }
  .about-page .init-6 .container .right {
    width: 100%;
  }
}
@media (max-width: 700px) {
  .about-page .init-2 .container {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 130px;
  }
}
@media (max-width: 500px) {
  .font-80 {
    font-size: 24px;
  }
  .about-page .init-1 .container .left .title2 {
    margin-top: 30px;
  }
  .about-page .init-1 .container .right .des {
    text-indent: 32px;
  }
  .about-page .init-1 .container .left .title3 .play {
    margin-left: 30px;
  }
  .about-page .init-3 {
    margin-top: 20px;
  }
  .about-page .init-3 .container ul{
    padding-top: 0;
  }
  .about-page .init-3 .container ul li {
    margin-top: 20px;
    width: 50%;
  }
  .about-page .init-3 .container ul li .box .top {
    font-size: 30px;
  }
  .about-page .init-4 .container .content {
    padding-top: 80px;
  }
  .about-page .init-4 .container .content .btn {
    width: 40px;
    height: 40px;
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
    left: 50%;
  }
  .about-page .init-4 .container .content .prev {
    left: -webkit-calc(0%);
    left: -moz-calc(0%);
    left: calc(50% - 50px);
  }
  .about-page .init-4 .container .content .next {
    left: -webkit-calc(60%);
    left: -moz-calc(60%);
    left: calc(50% + 10px);
  }
  .about-page .init-4 .container .content ul li {
    padding: 0 10px;
  }
  .about-page .init-4 .container .content ul li .box {
    padding: 0;
  }
  .about-page .init-4 .container .content ul li .box .num {
    position: relative;
    top: 0;
    left: 0;
    text-align: left;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0);
  }
  .about-page .init-4 .container .content ul li .box .desC {
    height: auto;
  }
  .about-page .init-4 .container .content ul li .box .num {
    font-size: 60px;
  }
  .about-page .init-4 .container .content ul li .box .desC {
    text-align: left;
    margin-top: 20px;
  }
  .about-page .init-4 .container .content ul li .box .desC .des {
    font-size: 16px;
    line-height: 2;
    width: 100%;
  }
  .about-page .init-4 .container .content2 {
    width: 100%;
  }
  .about-page .init-5 .container .content .contC {
    padding-right: 4px;
    overflow-y: auto;
    max-height: 400px;
  }
  .about-page .init-5 .container .content ul li {
    width: 33.33%;
  }
  .about-page .init-6 .container .left .tipsDes {
    text-indent: 32px;
  }
  .about-page .init-6 .container .left .img {
    margin-top: 30px;
  }
}

.factory-page{
  padding: 70px 0;
}
.factory-page .gallery-list ul {
  margin: -15px;
  flex-wrap: wrap;
}
.factory-page .gallery-list ul > p{
  font-size: 16px;
  letter-spacing: 0;
  margin: 20px;
}
.factory-page .gallery-list ul li {
  padding: 15px;
}
.factory-page .gallery-list ul li .box {
  box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
  padding: 10px;
  border-radius: 5px;
}
.factory-page .gallery-list ul li .box a.img-box {
  margin-bottom: 10px;
  display: block;
}
.factory-page .gallery-list ul li .box h5 {
  display: block;
  color: #111;
  font-size: 18px;
  padding: 5px;
  /*white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;*/
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.factory-page .gallery-list ul li .box:hover h5 {
  background: var(--color);
  color: white;
}

.m-page a,
.m-page span {
  width: 38px;
  height: 38px;
  display: inline-block;
  font-size: 16px;
  text-align: center;
  line-height: 38px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin: 5px;
  border-radius: 4px;
  color: var(--color);
}
.m-page a.current,
.m-page span.current,
.m-page a:hover,
.m-page span:hover {
  color: #fff;
  background-color: var(--color);
}


.honor-page .init-1 .container .left {
  width: 230px;
}
.honor-page .init-1 .container .left .listC .list {
  cursor: pointer;
  margin-top: 80px;
  color: #777777;
}
.honor-page .init-1 .container .left .listC .list .num {
  line-height: 1;
}
.honor-page .init-1 .container .left .listC .list .text {
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list .line {
  height: 5px;
  width: 100%;
  -webkit-transform: scaleX(0);
  -moz-transform: scaleX(0);
  -ms-transform: scaleX(0);
  -o-transform: scaleX(0);
  transform: scaleX(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
  background-color: var(--color);
  margin-top: 10px;
}
.honor-page .init-1 .container .left .listC .list:hover,
.honor-page .init-1 .container .left .listC .list.active {
  color: var(--color);
}
.honor-page .init-1 .container .left .listC .list:hover .line,
.honor-page .init-1 .container .left .listC .list.active .line {
  -webkit-transform: scaleX(1);
  -moz-transform: scaleX(1);
  -ms-transform: scaleX(1);
  -o-transform: scaleX(1);
  transform: scaleX(1);
}
.honor-page .init-1 .container .left .listC .list:first-child {
  margin-top: 0;
}
.honor-page .init-1 .container .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 120px;
}
.honor-page .init-1 .container .right .list {
  display: none;
  width: 100%;
}
.honor-page .init-1 .container .right .list .listC {
  width: 100%;
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC {
  padding-right: 70px;
  width: -webkit-calc(-150%);
  width: -moz-calc(-150%);
  width: calc(100% - 250px);
  position: relative;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide {
  height: auto;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-slide > div {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-list {
  height: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}
.honor-page .init-1 .container .right .list .imgC ul li .box {
  height: 100%;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 0.4;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.honor-page .init-1 .container .right .list .imgC ul li .box .img img {
  width: 100%;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li {
  z-index: 2;
}
.honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
  -webkit-transform: scale(1.4);
  -moz-transform: scale(1.4);
  -ms-transform: scale(1.4);
  -o-transform: scale(1.4);
  transform: scale(1.4);
  z-index: 2;
  opacity: 1;
}
.honor-page .init-1 .container .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
  max-height: 560px;
}
.honor-page .init-1 .container .right .list .galleryC i {
  font-size: 30px;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
}
.honor-page .init-1 .container .right .list .galleryC i:hover {
  color: var(--color);
}
.honor-page .init-1 .container .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}
.honor-page .init-1 .container .right .list .galleryC ul li {
  padding: 10px 0;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 10px;
  height: 74px;
  cursor: pointer;
  font-size: 16px;
}
.honor-page .init-1 .container .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding-right: 4px;
  max-height: 74px;
}
.honor-page .init-1 .container .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}
.honor-page .init-1 .container .right .list.active {
  display: block;
}
.honor-page .init-1 .container .right .list.active .listC .imgC {
  -webkit-animation: fadeInLeftSmall 0.5s linear;
  -moz-animation: fadeInLeftSmall 0.5s linear;
  -o-animation: fadeInLeftSmall 0.5s linear;
  animation: fadeInLeftSmall 0.5s linear;
}
.honor-page .init-1 .container .right .list.active .listC .galleryC {
  -webkit-animation: fadeInRightSmall 0.5s linear;
  -moz-animation: fadeInRightSmall 0.5s linear;
  -o-animation: fadeInRightSmall 0.5s linear;
  animation: fadeInRightSmall 0.5s linear;
}
@media (max-width: 1250px) {
  .honor-page .init-1 .container .left {
    width: 150px;
  }
  .honor-page .init-1 .container .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 20px;
  }
}
@media (max-width: 1000px) {
  .honor-page .init-1 .container .left {
    width: 100%;
  }
  .honor-page .init-1 .container .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .honor-page .init-1 .container .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }
  .honor-page .init-1 .container .left .listC .list:first-child {
    margin-top: 20px;
  }
  .honor-page .init-1 .container .right {
    width: 100%;
    padding-right: 0;
    padding-left: 0;
  }
  .honor-page .init-1 .container .right .list .imgC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC {
    width: 100%;
  }
  .honor-page .init-1 .container .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }
  .honor-page .init-1 .container .right .list .imgC {
    padding-right: 0;
  }
}
@media (max-width: 500px) {
  .honor-page .init-1 .container .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  .honor-page .init-1 .container .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}

.solution-page .init-1 {
  padding-top: 210px;
  position: relative;
  z-index: 2;
}
.solution-page .init-1 .subText {
  font-size: 300px;
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  font-weight: bold;
  z-index: -1;
  color: #f3f3f3;
}
.solution-page .init-1 .container .tipsTitle {
  position: relative;
  text-align: center;
}
.solution-page .init-1 .container .tipsDes {
  position: relative;
  margin: auto;
  max-width: 1300px;
  text-align: center;
}
.solution-page .init-1 .container .imgSub {
  display: block;
  margin: -60px auto 0;
  position: relative;
  z-index: -1;
}

.solution-page .init-1 .container .desC {
  overflow: hidden;
  
  -o-background-size: cover;
  background-size: cover;
  text-align: left;
  min-height: 600px;
  color: #fff;
  /**/
  position: relative;
}
.solution-page .init-1 .container .desC li{
  border-radius: 20px;
  overflow: hidden;
  position: relative;
}
.solution-page .init-1 .container .desC li::before{
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, .5), rgba(0, 0, 0, 0));
}
.solution-page .init-1 .container .desC img{
  width: 100%;
  height: 100%;
  border-radius: 20px;
}
.solution-page .init-1 .container .desC .desCTextBox .desCBtn{
  display: block;
  padding: 10px 0;
  color: #000;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  max-width: 220px;
  text-align: center;
}
.solution-page .init-1 .container .desC .desCTextBox{
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  padding: 10px 90px;
  z-index: 1;
  max-width: 800px;
}
.solution-page .init-1 .container .desC .title {
  font-weight: bold;
  /*color: var(--color);*/
}
.solution-page .init-1 .container .desC .des {
  /*max-width: 510px;*/
  margin-top: 24px;
}
.solution-page .init-2 .container .left {
  width: 58%;
}
.solution-page .init-2 .container .left img {
  width: 100%;
}
.solution-page .init-2 .container .right {
  width: 36%;
  margin-left: auto;
}
.solution-page .init-2 .container .right .des {
  color: #666666;
  margin-top: 24px;
  text-indent: 36px;
}
.solution-page .init-3 {
  -o-background-size: cover;
  background-size: cover;
}
.solution-page .init-3 .container .left {
  width: 36%;
}
.solution-page .init-3 .container .left .des {
  color: #666666;
  margin-top: 20px;
  text-indent: 36px;
}
.solution-page .init-3 .container .right {
  width: 60%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightL {
  width: 49%;
  overflow: hidden;
  border-top-left-radius: 20px;
  border-bottom-left-radius: 20px;
}
.solution-page .init-3 .container .right .rightL img {
  display: block;
  max-width: unset;
}
.solution-page .init-3 .container .right .rightR {
  width: 45%;
  margin-left: auto;
}
.solution-page .init-3 .container .right .rightR .img1 {
  overflow: hidden;
  border-radius: 10px;
  height: 290px;
  border-bottom-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img1 img {
  height: 100%;
  max-width: unset;
  display: block;
}
.solution-page .init-3 .container .right .rightR .img2 {
  margin-top: 50px;
  height: 290px;
  border-radius: 10px;
  overflow: hidden;
  border-top-left-radius: 0;
}
.solution-page .init-3 .container .right .rightR .img2 img {
  height: 100%;
  display: block;
  max-width: unset;
}
.solution-page .init-4 .container .tipsTitle {
  text-align: center;
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .content {
  margin-top: 90px;
}
.solution-page .init-4 .container .content ul {
  margin: 0 -45px;
}
.solution-page .init-4 .container .content ul li {
  width: 25%;
  padding: 0 45px;
}
.solution-page .init-4 .container .content ul li .box {
  -webkit-perspective: 600px;
  -moz-perspective: 600px;
  perspective: 600px;
}
.solution-page .init-4 .container .content ul li .box .img {
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  width: 270px;
  margin: auto;
  display: block;
  margin-top: -110px;
}
.solution-page .init-4 .container .content ul li .box .img2 {
  display: block;
  width: 52px;
  margin: auto;
  position: relative;
  z-index: 2;
  -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}
.solution-page .init-4 .container .content ul li .box .title {
  margin-top: -40px;
  text-align: center;
  position: relative;
  z-index: 2;
}
.solution-page .init-4 .container .content ul li .box .des {
  margin-top: 20px;
  color: #666666;
  text-align: center;
}
.solution-page .init-4 .container .content ul li .box:hover .img2 {
  -webkit-transform: translateY(-20px);
  -moz-transform: translateY(-20px);
  -ms-transform: translateY(-20px);
  -o-transform: translateY(-20px);
  transform: translateY(-20px);
  -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}
.solution-page .init-4 .container .content ul li .box:hover .img {
  -webkit-transform: rotateX(36deg);
  -moz-transform: rotateX(36deg);
  transform: rotateX(36deg);
}
.solution-page .init-5 .container .cont {
  border-radius: 20px;
  background-color: #f5f5f5;
  padding: 70px 80px;
}
.solution-page .init-5 .container .cont .tips {
  text-align: center;
}
.solution-page .init-5 .container .cont .content {
  margin-top: 20px;
}
.solution-page .init-5 .container .cont .content form {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.solution-page .init-5 .container .cont .content form .list {
  padding: 0 6px;
  margin-top: 12px;
  width: 33.33%;
}
.solution-page .init-5 .container .cont .content form .list input,
.solution-page .init-5 .container .cont .content form .list textarea {
  width: 100%;
  background-color: #fff;
  border: none;
  padding: 16px 24px;
  border-radius: 10px;
}
.solution-page .init-5 .container .cont .content form .w-66 {
  width: 66.66%;
}
.solution-page .init-5 .container .cont .content form .w-100 {
  width: 100%;
}
.solution-page .init-5 .container .cont .content form .btn {
  max-width: 100%;
  margin: 20px auto 0;
  width: 310px;
  background-color: rgba(0,69,153,1);
  /*backdrop-filter: blur(10px);*/
  border-radius: 10px;
  color: #fff;
  text-align: center;
  padding: 12px 10px;
  cursor: pointer;
}
.solution-page .init-5 .container .cont .content form .btn:hover {
  background-color: #000;
}
@media (max-width: 1800px) {
  .solution-page .init-1 {
    padding-top: 140px;
  }
  .solution-page .init-1 .subText {
    font-size: 200px;
  }
}
@media (max-width: 1250px) {
  .solution-page .init-1 .subText {
    font-size: 100px;
  }
  .solution-page .init-4 .container .content ul li {
    width: 50%;
    margin-top: 60px;
  }
  .solution-page .init-1 .container .desC{
    min-height: auto;
  }
}
@media (max-width: 1000px) {
  .solution-page .init-1 {
    padding-top: 40px;
  }
  .solution-page .init-1 .subText {
    display: none;
  }
  .solution-page .init-1 .container .tipsDes {
    padding-top: 40px;
  }
  .solution-page .init-1 .container .desC .desCTextBox{
    padding: 10px 20px;
  }
  .solution-page .init-2 .container .left {
    width: 100%;
  }
  .solution-page .init-2 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-3 .container .left {
    width: 100%;
  }
  .solution-page .init-3 .container .right {
    width: 100%;
    margin-top: 20px;
  }
  .solution-page .init-4 .container .content ul {
    margin: 0 -16px;
  }
  .solution-page .init-4 .container .content ul li {
    padding: 0 16px;
  }
  .solution-page .init-5 .container .cont {
    padding: 60px 16px;
  }
}
@media (max-width: 700px) {
  .solution-page .init-4 .container .content ul li {
    width: 100%;
  }
  .solution-page .init-5 .container .cont .content form .list {
    width: 100%;
  }
  .solution-page .init-1 .container .desC .des{
    margin-top: 10px;
    display: none;
  }
}
@media (max-width: 500px) {
  .solution-page .init-1 .container .tipsDes {
    padding-top: 20px;
  }
  .solution-page .init-3 .container .right .rightL {
    width: 100%;
  }
  .solution-page .init-3 .container .right .rightR {
    width: 100%;
    margin-top: 10px;
  }
  .solution-page .init-3 .container .right .rightR .img2 {
    margin-top: 10px;
    height: auto;
  }
  .solution-page .init-3 .container .right .rightL img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img1 {
    height: auto;
  }
  .solution-page .init-3 .container .right .rightR .img1 img {
    max-width: 100%;
  }
  .solution-page .init-3 .container .right .rightR .img2 img {
    width: 100%;
  }
  .solution-page .init-4 .container .content {
    margin-top: 20px;
  }
  .solution-page .init-5 .container .cont {
    padding: 40px 16px;
  }
  .solution-page .init-5 .container .cont .content form .list input,
  .solution-page .init-5 .container .cont .content form .list textarea {
    padding: 8px 10px;
  }
  .solution-page .init-5 .container .cont .content form .btn {
    padding: 4px 10px;
  }
}

.interlligenza-page {
  background-position: top left;
  -o-background-size: auto;
  background-size: auto;
  background-color: #fdfdfd;
}
.interlligenza-page .init-1 {
  padding-top: 160px;
}
.interlligenza-page .init-1 .container .titleC .left {
  width: -webkit-calc(-70%);
  width: -moz-calc(-70%);
  width: calc(100% - 170px);
  padding-right: 10px;
}
.interlligenza-page .init-1 .container .titleC .left .mbx {
  color: #777777;
}
.interlligenza-page .init-1 .container .titleC .left .mbx a {
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.interlligenza-page .init-1 .container .titleC .left .mbx a:hover {
  color: var(--color);
}
.interlligenza-page .init-1 .container .titleC .left .title {
  text-transform: uppercase;
  margin-top: 10px;
}
.interlligenza-page .init-1 .container .titleC .left .des {
  margin-top: 10px;
  color: var(--color);
}
.interlligenza-page .init-1 .container .titleC .right .btn {
  margin-top: 30px;
  cursor: pointer;
}
.interlligenza-page .init-1 .container .titleC .right .btn .text {
  width: 80px;
  text-align: right;
  color: #777777;
}
.interlligenza-page .init-1 .container .titleC .right .btn .imgC {
  width: 70px;
  height: 70px;
  background-color: var(--color);
  border-radius: 50%;
  margin-left: 20px;
}
.interlligenza-page .init-1 .container .titleC .right .btn .imgC .img {
  width: 16px;
  height: 16px;
}
.interlligenza-page .init-1 .container .titleC .right .btn:hover .imgC {
  background-color: #000;
}
.interlligenza-page .init-1 .container .img2 {
  margin-top: 10px;
  text-align: center;
}
.interlligenza-page .init-1 .container .content {
  margin-top: -80px;
  position: relative;
  z-index: 2;
}
.interlligenza-page .init-1 .container .content .left {
  width: 28%;
}
.interlligenza-page .init-1 .container .content .left .des {
  color: #666666;
  margin-top: 20px;
  text-indent: 36px;
}
.interlligenza-page .init-1 .container .content .left .play {
  margin-top: 50px;
  color: var(--color);
  cursor: pointer;
}
.interlligenza-page .init-1 .container .content .left .play .cirC {
  margin-left: 18px;
  width: 40px;
  height: 40px;
  position: relative;
}
.interlligenza-page .init-1 .container .content .left .play .cirC .cirImg2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  -webkit-animation: rotate_ani 6s linear infinite;
  -moz-animation: rotate_ani 6s linear infinite;
  -o-animation: rotate_ani 6s linear infinite;
  animation: rotate_ani 6s linear infinite;
}
.interlligenza-page .init-1 .container .content .left .play .cirC .cirImg {
  width: 14px;
  height: 14px;
  position: relative;
  z-index: 2;
  margin-left: 2px;
}
.interlligenza-page .init-1 .container .content .right {
  width: 58%;
  margin: 120px 0 0 auto;
}
.interlligenza-page .init-1 .container .content .right .swiper .swiper-slide .box .img {
  background-color: #fff;
  -webkit-box-shadow: 0 0 20px rgba(85, 156, 255, 0.1);
  box-shadow: 0 0 20px rgba(85, 156, 255, 0.1);
  display: block;
  padding: 10px;
}
.interlligenza-page .init-1 .container .content .right .swiper .swiper-slide .box .img img {
  width: 100%;
}
.interlligenza-page .init-1 .container .content .right .swiper .swiper-slide .box .text {
  text-align: center;
  margin-top: 10px;
}
.interlligenza-page .init-2 {
  background-color: #f5f7fb;
}
.interlligenza-page .init-2 .container .titleC .left {
  width: 50%;
  padding-right: 10px;
}
.interlligenza-page .init-2 .container .titleC .right {
  color: #666666;
  width: 500px;
  margin-left: auto;
}
.interlligenza-page .init-2 .container .content .img {
  display: block;
}
.interlligenza-page .init-2 .container .content .img img {
  width: 100%;
}
.interlligenza-page .init-3 {
  position: relative;
  z-index: 2;
      background-color: #f5f7fb;
}
.interlligenza-page .init-3 .container .infoC {
  position: relative;
  z-index: 2;
  margin-top: -100px;
  width: 1160px;
  margin-left: auto;
}
.interlligenza-page .init-3 .container .infoC .img {
  display: block;
  width: 100%;
}
.interlligenza-page .init-3 .container .infoC .listCont {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.interlligenza-page .init-3 .container .infoC .listCont .list {
  position: absolute;
  top: 308px;
  left: 0;
  width: 14px;
  height: 14px;
  cursor: pointer;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cir {
  width: 14px;
  height: 14px;
  background-color: var(--color);
  border-radius: 50%;
  position: relative;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cir::before,
.interlligenza-page .init-3 .container .infoC .listCont .list .cir::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: var(--color);
  border-radius: 50%;
  -webkit-animation: ks 3s linear infinite;
  -moz-animation: ks 3s linear infinite;
  -o-animation: ks 3s linear infinite;
  animation: ks 3s linear infinite;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cir::after {
  -webkit-animation-delay: -1.5s;
  -moz-animation-delay: -1.5s;
  -o-animation-delay: -1.5s;
  animation-delay: -1.5s;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cont {
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  width: 270px;
  background-color: var(--color);
  border-radius: 10px;
  position: absolute;
  bottom: 0;
  right: 0;
  padding: 20px 30px;
  color: #fff;
  -webkit-transform-origin: right bottom;
  -moz-transform-origin: right bottom;
  -ms-transform-origin: right bottom;
  -o-transform-origin: right bottom;
  transform-origin: right bottom;
}
.interlligenza-page .init-3 .container .infoC .listCont .list .cont .des {
  margin-top: 10px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list:hover .cont {
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.interlligenza-page .init-3 .container .infoC .listCont .list1 {
  left: 408px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list2 {
     left: 704px;
    top: 300px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list3 {
     left: 887px;
    top: 210px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list4 {
    left: 1070px;
    top: 240px;

}
.interlligenza-page .init-3 .container .infoC .listCont .list5 {
     left: 1120px;
    top: 150px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list6 {
      left: 950px;
    top: 110px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list7 {
  left: 707px;
    top: 50px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list8 {
     left: 520px;
    top: 12px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list9 {
     left: 350px;
    top: 46px;
}
.interlligenza-page .init-3 .container .infoC .listCont .list10 {
  left: 1150px;
  top: 290px;
}
.interlligenza-page .init-3 .container .textC {
  position: absolute;
  bottom: 0;
  left: 0;
}
.interlligenza-page .init-3 .container .textC .list {
  margin-top: 20px;
}
.interlligenza-page .init-3 .container .textC .list .cir {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: var(--color);
  margin-top: 14px;
}
.interlligenza-page .init-3 .container .textC .list .text {
  width: -webkit-calc(92%);
  width: -moz-calc(92%);
  width: calc(100% - 8px);
  padding-left: 20px;
}
@media (max-width: 1500px) {
  .interlligenza-page .init-1 {
    padding-top: 120px;
  }
  .prodet-page .init-2 .container .titleC{
    top: 108px;
  }
  .interlligenza-page .init-3 .container .infoC{
    margin-top: 10px;
  }
  .interlligenza-page .init-3 .container .textC{
    position: relative;
    display: flex;
    flex-wrap: wrap;
  }
  .interlligenza-page .init-3 .container .textC .list{
    margin-right: 30px;
  }
}
@media (max-width: 1250px) {
  .interlligenza-page .init-2 .container .titleC .left {
    width: 100%;
    padding-right: 0;
  }
  .interlligenza-page .init-2 .container .titleC .right {
    width: 100%;
    margin-top: 20px;
  }
  .interlligenza-page .init-3 .container .infoC {
    margin-top: 20px;
    width: 100%;
  }
  .interlligenza-page .init-3 .container .infoC .listCont {
    position: relative;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list {
    position: relative;
    top: 0;
    left: 0;
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list .cir {
    display: none;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list .cont {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    width: auto;
    position: relative;
    right: 0;
    bottom: 0;
  }
  .interlligenza-page .init-3 .container .textC {
    position: relative;
  }
}
@media (max-width: 1000px) {
  .interlligenza-page .init-1 {
    padding-top: 80px;
  }
  .interlligenza-page .init-1 .container .titleC .left {
    width: 100%;
    padding-right: 0;
  }
  .interlligenza-page .init-1 .container .titleC .right .btn .text {
    width: auto;
  }
  .interlligenza-page .init-1 .container .titleC .right .btn .imgC {
    width: 50px;
    height: 50px;
  }
  .interlligenza-page .init-1 .container .content {
    margin-top: 20px;
  }
  .interlligenza-page .init-1 .container .content .left {
    width: 100%;
  }
  .interlligenza-page .init-1 .container .content .right {
    width: 100%;
    margin-top: 20px;
  }
  .interlligenza-page .init-1 .container .img2 {
    margin-top: 20px;
  }
}
@media (max-width: 500px) {
  .interlligenza-page .init-1 .container .content .left .des {
    text-indent: 32px;
    margin-top: 10px;
  }
  .interlligenza-page .init-1 .container .content .left .play {
    margin-top: 20px;
  }
  .interlligenza-page .init-2 .container .content {
    padding-top: 20px;
  }
  .interlligenza-page .init-3 .container .textC .list .cir {
    margin-top: 12px;
  }
  .interlligenza-page .init-3 .container .textC .list .text {
    padding-left: 10px;
  }
  .interlligenza-page .init-3 .container .infoC .listCont .list .cont {
    padding: 16px 10px;
  }
}
@-webkit-keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-moz-keyframes rotate_ani {
  0% {
    -moz-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -moz-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@-o-keyframes rotate_ani {
  0% {
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes rotate_ani {
  0% {
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }
  100% {
    -webkit-transform: rotate(360deg);
    -moz-transform: rotate(360deg);
    -o-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#mouse-click {
  position: absolute;
  width: 30px;
  height: 30px;
  top: 0;
  left: 0;
  border-radius: 50%;
  border: 1px solid var(--color);
  z-index: 1000;
  -webkit-transition: all 0.15s;
  -moz-transition: all 0.15s;
  transition: all 0.15s;
  pointer-events: none;
}
#mouse-big-click {
  position: absolute;
  width: 150px;
  height: 150px;
  top: 0;
  left: 0;
  border-radius: 50%;
  background-color: rgba(255, 255, 255, 0.6);
  z-index: 1000;
  -webkit-transition: all 0.2s;
  -moz-transition: all 0.2s;
  transition: all 0.2s;
  pointer-events: none;
  font-size: 16px;
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Montserrat';
  font-weight: 600;
  text-transform: uppercase;
  opacity: 0;
}
#mouse-circle {
  position: absolute;
  width: 8px;
  height: 8px;
  top: 0;
  left: 0;
  border-radius: 50%;
  z-index: 1000000;
  background-color: var(--color);
  -webkit-transition: all 0.1s;
  -moz-transition: all 0.1s;
  transition: all 0.1s;
  pointer-events: none;
}
#mouse-click.mouse-active {
  opacity: 0;
}
#mouse-circle.mouse-active {
  opacity: 0;
}
#mouse-big-click.mouse-active {
  opacity: 1;
}
#mouse-click.active {
  opacity: 1;
}
#mouse-circle.active {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
  opacity: 1 !important;
}
#mouse-big-click.active {
  opacity: 0;
}
@media (max-width: 1000px){
  #mouse-click,
  #mouse-circle,
  #mouse-big-click {
    display: none;
  }
}
@media screen and (max-width: 1700px) {
  #footer .topF .topFBg{
    
    height: calc(100% + 130px);
  }
}
@media screen and (max-width: 1450px) {
  #footer .topF .topFBg{
    height: calc(100% + 125px);
  }
}
@media screen and (max-width: 700px){
  #footer .topF{
    background-image: url(../images/formBg.jpg);
  }
  #footer .topF .topFBg{
    display: none;
  }
}

.faq-page {
    /*padding: 6rem 0;*/
    background: #f5f5f5;
    padding-bottom: 140px;
}

.faq-page .box ul {
    margin-right: -2rem;
}

.faq-page .box ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
}

.faq-page .box ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: none;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
    border-radius: 10px;
}

.faq-page .box ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
    border-radius: 5px;
}

.faq-page .box ul li .title h6 {
    font-size: 16px;
    margin-bottom: 0;
    color: #000;
}

.faq-page .box ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}

.faq-page .box ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}

.faq-page .box ul li.active .title h6 {
    color: #fff;
}

.faq-page .box ul li.active .title::after {
    background: #fff;
    color: var(--color);
}

@media screen and (max-width: 1000px) {
    .faq-page .box ul {
        margin-right: 0;
    }

    .faq-page .box ul li {
        width: 100% !important;
        padding-right: 0;
    }
}

@media screen and (max-width: 700px) {
    .faq-page .box ul li .title::after {
        left: 10px;
    }

    .faq-page .box ul li .title {
        padding: 20px 10px 20px 66px;
    }

    .faq-page .box ul li .accordion-info {
        padding: 20px 10px;
    }
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active >a:nth-child(1){
color: var(--color);
text-decoration: underline;
}