@font-face {
  font-family: "pop";
  src: url("../fonts/Poppins-Light.ttf");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pop";
  src: url("../fonts/Poppins-Medium.ttf");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "pop";
  src: url("../fonts/Poppins-Regular.ttf");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
table tbody td, table tbody th{
  border:1px solid #666 !important;
}
table tbody td img{
  display: block;
  margin: 0 auto;
}
body {
  font-family: "pop";
  font-weight: bold;
  max-width: 1920px;
  margin: 0 auto;
  --color: #1D54C9;
}
.flex-wrap {
  flex-wrap: wrap;
}
.pl-80 {
  padding-left: 80px;
}
#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: 120px;
  right: 25px;
  z-index: 10;
}
.right_nav_list ul li {
  margin-top: 20px;
  width: 51px;
  height: 51px;
  cursor: pointer;
  padding: 0;
  position: relative;
  color: #fff;
  background: #1D54C9;
  border-radius: 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
.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: -210px;
  top: 0;
  width: 200px;
  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;
   box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3); /* 添加阴影 */
}
.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;
  overflow-x: hidden;
}
body {
  overflow-x: hidden;
  position: relative;
  font-family: "pop";
  font-weight: 400;
  margin: 0 auto;
  color: #000000;
  background-color: #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: #ff9800;
  text-decoration: underline;
}
#mobile .menu-content .menu-list ul li li a {
  position: relative;
  padding-left: 15px;
  font-size: 13px;
  line-height: 18px;
}
#mobile .menu-content .menu-list ul li li a:after {
  content: "";
  width: 6px;
  height: 1px;
  background: white;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}
#mobile .menu-content .menu-list ul li li li a {
  padding-left: 25px;
}
#mobile .menu-content .menu-list ul li li li a:after {
  width: 12px;
}
#mobile .menu-content .mob-search form {
  position: relative;
  padding-right: 43px;
}
#mobile .menu-content .mob-search form input {
  width: 100%;
  height: 45px;
  line-height: 45px;
  border-radius: 5px;
  border: none;
  padding: 0 15px;
  font-size: 14px;
  color: black;
}
#mobile .menu-content .mob-search form input[type="submit"] {
  width: 45px;
  height: 45px;
  background: url("../images/icon-search-white.png") no-repeat center center #222;
  position: absolute;
  right: 0;
  top: 0;
  border-radius: 0;
  border: 1px solid #fff;
}
#mobile .menu-content .mob-yuy {
  margin: 40px 0;
}
#mobile .menu-content .mob-yuy ul li {
  margin-bottom: 10px;
  color: inherit;
  font-size: 14px;
}
#mobile .menu-content .mob-yuy ul li img {
  max-width: 40px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
#mobile .menu-content .mob-share ul li {
  width: 30px;
  height: 30px;
  border-radius: 3px;
  background: #333;
  display: inline-block;
  text-align: center;
  line-height: 30px;
  color: white;
  font-size: 14px;
  margin-right: 3px;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#mobile .menu-content .mob-share ul li:hover {
  background: #ff9800;
}
#mobile .menu-content #menu-off {
  margin-top: 40px;
  cursor: pointer;
  cursor: hand;
}
#mobile.active {
  left: 0;
}
#mobile.active:before {
  right: 0;
}
#mobile.active #menu-on i.line1 {
  -webkit-transform: translateX(-50%) rotateZ(45deg);
  -moz-transform: translateX(-50%) rotateZ(45deg);
  -ms-transform: translateX(-50%) rotate(45deg);
  -o-transform: translateX(-50%) rotateZ(45deg);
  transform: translateX(-50%) rotateZ(45deg);
  top: 12px;
  margin-left: 3px;
}
#mobile.active #menu-on i.line2 {
  opacity: 0;
}
#mobile.active #menu-on i.line3 {
  -webkit-transform: translateX(-50%) rotateZ(-45deg);
  -moz-transform: translateX(-50%) rotateZ(-45deg);
  -ms-transform: translateX(-50%) rotate(-45deg);
  -o-transform: translateX(-50%) rotateZ(-45deg);
  transform: translateX(-50%) rotateZ(-45deg);
  top: 28px;
  margin-left: 3px;
}
#mobile.white .mobile-logo {
  -o-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  background: white;
}
#mobile.white .menu-content {
  background: white;
  color: black;
}
#mobile.white .menu-content .menu-list ul li li a:after {
  background: black;
}
#mobile.white .menu-content .mob-search form input {
  border: 1px solid black;
}
#mobile.white .menu-content .mob-search form input[type="submit"] {
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
}
.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
#header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 18;
}
#header a {
  display: block;
}
#header img {
  display: block;
  width: 100%;
}
#header > .nav {
  position: relative;
  z-index: 2;
  width: 100%;
  max-width: 1920px;
  margin: auto;
  background-color: #fff;
  border-bottom: 1px solid rgba(220, 220, 220, 0);
}
#header > .nav .f-top {
  background-color: #fff;
  color: #fff;
}
#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 .menu-box {
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
#header > .nav > .menu .menu-box .left {
  position: relative;
  display: flex;
  align-items: end;
}
#header > .nav > .menu .menu-box .left .logo {
  position: relative;
  display: block;
  z-index: 1;
}
#header > .nav > .menu .menu-box .left .logo img {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
}
#header > .nav > .menu .menu-box .menu_c {
  text-align: center;
  z-index: 2;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container {
  z-index: 2;
  width: 100%;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu {
  width: 100%;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: left;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
  display: inline-block;
  position: relative;
  margin-left: 85px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.menu-item-has-children > a::after {
  margin-left: 0;
  content: "\e768";
  position: relative;
  font-family: "iconfont" !important;
  top: 3px;
  left: 0;
  font-size: 20px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:last-child {
  margin-left: 0;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > a::before,
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item.active > a::before {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item:hover > .sub-menu {
  -webkit-transform: scaleY(1);
  -moz-transform: scaleY(1);
  -ms-transform: scaleY(1);
  -o-transform: scaleY(1);
  transform: scaleY(1);
  opacity: 1;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  padding: 4px 0 4px 0;
  text-align: left;
  line-height: 1.2;
  position: relative;
  /*text-transform: capitalize;*/
  font-weight: 500;
  font-size: 20px;
  color: #000000;
  text-transform: uppercase;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a i {
  font-size: 12px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a::before {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  bottom: 2px;
  left: 0;
  background-color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale(0);
  -moz-transform: scale(0);
  -ms-transform: scale(0);
  -o-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
  -ms-transform-origin: left;
  -o-transform-origin: left;
  transform-origin: left;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu {
  position: absolute;
  top: 100%;
  left: 0;
  min-width: 150px;
  width: auto;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  -o-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-radius: 2px;
  background-color: #f7f7f7;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item {
  color: #000;
  position: relative;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item a {
  white-space: nowrap;
  font-size: 18px;
  padding: 8px 12px;
  text-align: left;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  position: relative;
  display: block;
  border-bottom: 1px solid rgba(189, 189, 189, 0);
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover > a {
  background-color: #000;
  color: #fff;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item .sub-menu {
  left: 100%;
  top: 0;
  min-width: 120px;
}
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item .sub-menu .menu-item:hover .sub-menu {
  transform: rotate3d(0, 0, 0, -90deg);
  -webkit-transform: rotate3d(0, 0, 0, -90deg);
  -moz-transform: rotate3d(0, 0, 0, -90deg);
  -ms-transform: rotate3d(0, 0, 0, -90deg);
  -o-transform: rotate3d(0, 0, 0, -90deg);
  opacity: 1;
}
#header > .nav > .menu .menu-box .right {
  position: relative;
  z-index: 1;
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .search1 {
  cursor: pointer;
  width: 333px;
  height: 50px;
  position: relative;
}
#header > .nav > .menu .menu-box .left ul{
  display: flex;
  font-weight: 400;
  color: #000;
  font-size: 18px;
}
#header > .nav > .menu .menu-box .left ul li{
  margin-left: 20px;
  color: #2b3980;
}
#header > .nav > .menu .menu-box .left ul li:last-of-type{
   margin-left: 40px;
}
#header > .nav > .menu .menu-box .right .search1 input {
  border: none;
  /* 去除边框 */
  outline: none;
  /* 去除点击时的轮廓线 */
  background: transparent;
  /* 设置背景透明 */
  padding: 0;
  /* 去除内边距 */
  margin: 0;
  /* 去除外边距 */
  font-size: inherit;
  /* 继承父元素的字体大小 */
  font-family: inherit;
  /* 继承父元素的字体家族 */
  width: 100%;
  height: 50px;
  background: rgba(0, 0, 0, 0.1);
  border-radius: 25px;
  padding-left: 39px;
  padding-right: 56px;
}
#header > .nav > .menu .menu-box .right .search1 input::placeholder,
#header > .nav > .menu .menu-box .right .search1 textarea::placeholder {
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
}
#header > .nav > .menu .menu-box .right .search1 img {
  position: absolute;
  width: 18px;
  height: 19px;
  top: 15px;
  right: 31px;
}
#header > .nav > .menu .menu-box .right .p-tw-h3 {
  width: 29px;
  height: 29px;
  margin: 0 15px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .t-lang {
  display: flex;
  align-items: center;
}
#header > .nav > .menu .menu-box .right .t-lang .t-angle {
  width: 11px;
  height: 5px;
  margin-left: 4px;
}
#header > .nav > .menu .menu-box .right .t-lang .t-en {
  width: 29px;
  height: 29px;
}
#header > .nav > .menu .menu-box .right .t-btn {
  width: 198px;
  height: 52px;
  border-radius: 12px;
  border: 1px solid #dd760e;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  text-align: center;
  line-height: 52px;
  margin-left: 17px;
  cursor: pointer;
}
#header > .nav > .menu .menu-box .right .pp_btn {
  margin-left: 34px;
  margin-right: 19px;
  width: 200px;
  height: 50px;
  background: #1d54c9;
  border-radius: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header > .nav > .menu .menu-box .right .pp_btn img {
  width: 16px;
  height: 16px;
  margin-left: 9px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
#header > .nav > .menu .menu-box .right .pp_btn:hover img{
transform: scale(1.1)
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont {
  border-radius: 50%;
}
#header > .nav > .menu .menu-box .right .lang_cont .c_cont .textC {
  width: 50px;
  height: 50px;
  border-radius: 25px;
  text-transform: capitalize;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  border: 1px solid #000000;
  display: flex;
  align-items: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box .right .lang_cont .lang {
  padding-top: 5px;
}
#header > .nav > .menu .menu-box .right .open_btn {
  font-size: 16px;
  font-weight: 300;
  cursor: pointer;
  text-align: center;
  color: #fff;
  margin-left: 26px;
  background-color: #c10015;
  min-width: 150px;
  padding: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn p {
  position: relative;
}
#header > .nav > .menu .menu-box .right .open_btn .img {
  width: 19px;
  height: 19px;
  margin-left: 10px;
}
#header > .nav > .menu .menu-box .right .open_btn:hover {
  background-color: #000;
}
#header > .nav > .menu .menu-box1 {
  padding: 17px 0;
  border-top: 1px solid #000000;
  -webkit-justify-content: center;
  justify-content: center;
}
#header > .nav > .menu .menu-box2 {
  padding: 22px 0 9px;
}
#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%;
  left: 0;
  -webkit-transform: scaleY(0);
  -moz-transform: scaleY(0);
  -ms-transform: scaleY(0);
  -o-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: top;
  -moz-transform-origin: top;
  -ms-transform-origin: top;
  -o-transform-origin: top;
  transform-origin: top;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -o-transition: opacity 0.3s, -o-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s, -o-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  border-bottom: 3px solid #333333;
}
#header > .nav .lang_cont .lang li a {
  display: block;
  background: #f7f7f7;
  padding: 5px 10px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  text-align: left;
}
#header > .nav .lang_cont .lang li a:hover {
  background-color: #000;
   color: #fff;
}
#header > .nav .lang_cont .lang li a:hover em {
  color: #fff;
}
#header > .nav .lang_cont .lang li a img {
  display: inline;
  width: 20%;
  margin-top: 4px;
}
#header > .nav .lang_cont .lang li a em {
  display: inline;
  font-size: 16px;
  margin-left: 10px;
  color: #000;
}
@keyframes ks2 {
  0% {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }
  100% {
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
    -o-transform: scale(1.8);
    transform: scale(1.8);
    opacity: 0;
  }
}
.t-ani {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
.t-ani1 {
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
}
#banner {
  position: relative;
}
#banner .swiper1 {
  position: relative;
}
#banner .container2-t {
  position: relative;
  z-index: 2;
}
#banner .banner-dot {
  position: absolute;
  width: 100%;
  bottom: 30px;
  left: 0;
  z-index: 2;
}
#banner .banner-dot .ba-sb {
  display: block;
  margin: 0 auto 80px;
}
#banner .banner-dot .banner-m {
  max-height: 254px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  column-gap: 44px;
}
#banner .banner-dot .banner-m .banner-c {
  background: #f7f7f7;
  padding-top: 43px;
  padding-left: 24px;
  padding-right: 24px;
  padding-bottom: 30px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-dot .banner-m .banner-c img {
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-dot .banner-m .banner-c .banner-c-p {
  font-weight: 600;
  font-size: 22px;
  color: #133e60;
  margin-top: 22px;
  margin-bottom: 17px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-dot .banner-m .banner-c .banner-c-h2 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  opacity: 0.8;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#banner .banner-dot .banner-m .banner-c:hover,
#banner .banner-dot .banner-m .banner-c.active {
  background-color: #133e60;
}
#banner .banner-dot .banner-m .banner-c:hover img,
#banner .banner-dot .banner-m .banner-c.active img {
  filter: brightness(0) invert(1);
}
#banner .banner-dot .banner-m .banner-c:hover .banner-c-p,
#banner .banner-dot .banner-m .banner-c.active .banner-c-p {
  color: #ffffff;
}
#banner .banner-dot .banner-m .banner-c:hover .banner-c-h2,
#banner .banner-dot .banner-m .banner-c.active .banner-c-h2 {
  color: rgba(255, 255, 255, 0.8);
}
#banner .swiper-main {
  position: relative;
}
#banner .swiper-main .container {
  position: relative;
}
#index-body {
  position: relative;
  z-index: 2;
}
#index-body .more {
  font-size: 18px;
  height: 56px;
  line-height: 56px;
  border-radius: 0;
  display: inline-block;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  background-color: #dd760e;
  color: #fff;
  width: 226px;
  text-align: center;
}
#index-body .more img {
  margin-left: 38px;
  vertical-align: middle;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
}
#index-body .more:hover {
  background: var(--color);
  color: white;
  border-color: var(--color);
}
#index-body .more:hover img {
  -webkit-transform: translateX(5px);
  -moz-transform: translateX(5px);
  -ms-transform: translateX(5px);
  transform: translateX(5px);
  -webkit-filter: brightness(0) invert(1);
  filter: brightness(0) invert(1);
}
#index-body .index-1 .i1-h {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
  flex-wrap: wrap;
}
#index-body .index-1 .i1-h .i1-p {
  font-weight: bold;
  font-size: 40px;
  color: #000000;
}
#index-body .index-1 .i1-h .i1-tap {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  max-width: 785px;
}
#index-body .index-1 .i1-l {
  margin-bottom: 54px;
}
#index-body .index-1 .i1-l img {
  width: 100%;
}
#index-body .index-1 .index-1-m {
  position: relative;
}
#index-body .index-1 .index-1-m .swiper3-l {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -4.5%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
#index-body .index-1 .index-1-m .swiper3-l:hover {
  background: #1d54c9;
}
#index-body .index-1 .index-1-m .swiper3-r {
  position: absolute;
  top: 50%;
  z-index: 3;
  right: -4.5%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
#index-body .index-1 .index-1-m .swiper3-r:hover {
  background: #1d54c9;
}
#index-body .index-1 .swiper3 {
  overflow: hidden;
}
#index-body .index-1 .swiper3 .swiper-slide .index1-pic {
  position: relative;
  /*height: 247px;*/
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #d5d5d5;
}
#index-body .index-1 .swiper3 .swiper-slide .index1-pic .index1-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(29, 84, 201, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}
#index-body .index-1 .swiper3 .swiper-slide .index1-p {
  font-weight: 400;
  font-size: 20px;
  color: #000000;
  text-align: center;
  padding: 23px 60px;
}
#index-body .index-1 .swiper3 .swiper-slide:hover .index1-pic .index1-bg {
  opacity: 1;
}
#index-body .index-1 .swiper3 .swiper-slide:hover .index1-p {
  background-color: #1d54c9;
  color: #ffffff;
}
#index-body .index-2 .container p {
  font-weight: bold;
  font-size: 40px;
  color: #0d0d0d;
  text-align: center;
  text-transform: uppercase;
  margin-bottom: 20px;
}
#index-body .index-2 .container h2 {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  max-width: 1405px;
  text-align: center;
  margin: 0 auto;
  margin-bottom: 54px;
}
#index-body .index-2 .our-news-case {
  display: flex;
  height: 600px;
  justify-content: space-between;
}
#index-body .index-2 .our-news-case1 {
  height: 600px;
  width: 19%;
  position: relative;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
  /* flex: 1; */
}
#index-body .index-2 .our-news-90 {
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .index-2 .our-news-case1:hover {
  width: 616px !important;
  filter: none;
  -webkit-transition: 0.5s ease;
  -moz-transition: 0.5s ease;
  transition: 0.5s ease;
}
#index-body .index-2 .our-news-case1:hover .our-news-case1-text div {
  display: flex;
}
#index-body .index-2 .our-news-case1:hover .our-news-90 {
  filter: none;
}
#index-body .index-2 .our-news-case1-text {
  /* display: block; */
  position: absolute;
  bottom: 121px;
  left: 0px;
  width: 100%;
  padding-right: 35px;
  padding-left: 32px;
  filter: none;
}
#index-body .index-2 .our-news-case1:hover .our-news-case1-text {
  display: block;
}
#index-body .index-2 .our-news-case1-text h3 {
  font-weight: 400;
  font-size: 22px;
  color: #ffffff;
  margin-top: 25px;
  margin-bottom: 29px;
}
#index-body .index-2 .our-news-case1-text p {
  font-family: Corbel;
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 26px;
  margin-top: 17px;
  margin-bottom: 27px;
}
#index-body .index-2 .our-news-case1-text div {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  width: 180px;
  height: 54px;
  background: #1d54c9;
  border-radius: 27px;
  font-weight: 400;
  font-size: 18px;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  display: none;
}
#index-body .index-2 .our-news-case1-text div img {
  width: 14px;
  height: 10px;
  margin-left: 11px;
}
#index-body .index-2 .our-news-1 {
  height: 600px;
  background: url(../images/n1.jpg) no-repeat top left;
  background-size: cover;
  filter: grayscale(100%);
}
#index-body .index-2 .our-news-2 {
  height: 600px;
  background: url(../images/n2.jpg) no-repeat top left;
  background-size: cover;
  filter: grayscale(100%);
}
#index-body .index-2 .our-news-3 {
  height: 600px;
  background: url(../images/n3.jpg) no-repeat top left;
  background-size: cover;
  filter: grayscale(100%);
}
#index-body .index-2 .our-news-4 {
  height: 600px;
  background: url(../images/n4.jpg) no-repeat top left;
  background-size: cover;
  filter: grayscale(100%);
}
#index-body .index-2 .our-news-5 {
  height: 600px;
  background: url(../images/n5.jpg) no-repeat top left;
  background-size: cover;
  filter: grayscale(100%);
}
#index-body .index-3 {
  background: url(/tubemillline/2025/06/25/ab1.png) no-repeat top left;
}
#index-body .index-3 .container {
  display: flex;
}
#index-body .index-3 .container .index3-l {
  width: 43%;
  position: relative;
}
#index-body .index-3 .container .index3-l .im3-l {
  position: absolute;
  right: -148px;
  bottom: 0;
  z-index: 2;
}
#index-body .index-3 .container .index3-l .im3-l .i-1-4-1 {
  display: flex;
  align-items: center;
  background: url(../images/ab1.png) no-repeat top left;
  padding: 29px 43px 24px;
}
#index-body .index-3 .container .index3-l .im3-l .i-1-4-1 img {
  margin-right: 74px;
}
#index-body .index-3 .container .index3-l .im3-l .i-1-4-1 p {
  font-weight: bold;
  font-size: 88px;
  color: #000000;
  line-height: 1;
  margin-bottom: 22px;
}
#index-body .index-3 .container .index3-l .im3-l .i-1-4-1 div {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
#index-body .index-3 .container .index3-l .swiper2 {
  overflow: hidden;
  position: relative;
}
#index-body .index-3 .container .index3-l .swiper2 .custom-pagination {
  position: absolute;
  bottom: 23px;
  left: 41px;
  z-index: 2;
  font-size: 0px;
}
#index-body .index-3 .container .index3-l .swiper2 .custom-pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  background: #606060;
  border-radius: 50%;
  margin-right: 20px;
  opacity: 1;
}
#index-body .index-3 .container .index3-l .swiper2 .custom-pagination .swiper-pagination-bullet-active {
  background-color: #1d54c9;
}
#index-body .index-3 .container .index3-l .swiper2 .pl-btn {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 2;
}
#index-body .index-3 .container .index3-l .swiper2 .pl-btn::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -36px;
  margin-top: -36px;
  width: 72px;
  height: 72px;
  border-radius: 50%;
  border: 1px solid #0a3899;
  transform-origin: center;
  animation: ripple-dynamic 1s ease-out infinite;
}
#index-body .index-3 .container .index3-r {
  margin-left: 83px;
  padding-top: 8px;
  width: 57%;
}
#index-body .index-3 .container .index3-r .index3-tap {
  font-weight: 300;
  font-size: 16px;
  color: #1d54c9;
}
#index-body .index-3 .container .index3-r .index3-p {
  font-weight: bold;
  font-size: 44px;
  color: #000000;
  max-width: 480px;
  margin-top: 45px;
  line-height: 1.2;
  margin-bottom: 43px;
}
#index-body .index-3 .container .index3-r .index3-text {
  font-weight: 400;
  font-size: 20px;
  color: #575757;
}
#index-body .index-3 .container .index3-r .index3-m {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 {
  display: flex;
  padding-top: 56px;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 li {
  width: 33.33%;
  padding-top: 39px;
  padding-bottom: 34px;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 .i-1-4-2 {
  margin-left: 109px;
  margin-right: 80px;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 .i-1-4-2 b{
  font-weight: 500;
font-size: 18px;
color: #000000;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 .line {
  width: 69px;
  height: 4px;
  background: #1d54c9;
  border-radius: 2px;
  margin-top: 16px;
  margin-bottom: 19px;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 p {
  font-weight: bold;
  font-size: 37px;
  color: #000000;
  line-height: 1;
}
#index-body .index-3 .container .index3-r .i-1-4-o2 div {
  font-weight: 500;
  font-size: 14px;
  color: #000000;
  line-height: 1;
}
#index-body .index-4 {
  background: url(../images/im4-1.jpg) no-repeat center;
  padding-top: 110px;
  padding-bottom: 130px;
  background-size: cover;
}
#index-body .index-4 .container .im4-p {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 83px;
  flex-wrap: wrap;
}
#index-body .index-4 .container .im4-p p {
  font-weight: bold;
  font-size: 36px;
  color: #ffffff;
}
#index-body .index-4 .container .im4-p h4 {
  max-width: 800px;
  font-weight: 300;
  font-size: 18px;
  color: #ffffff;
}
#index-body .index-4 .container .im4-m {
  position: relative;
}
.big-img.big_img{
  position: relative;
}
.big-img.big_img .swiper4-l {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 0;
  transform: translateY(-150%);
  width: 45px;
  height: 73px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.big-img.big_img .swiper4-l:hover {
  background: #1d54c9;
}
.big-img.big_img .swiper4-r {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 0;
  transform: translateY(-150%);
  width: 45px;
  height: 73px;
  background: rgba(0, 0, 0, 0.4);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.big-img.big_img .swiper4-r:hover {
  background: #1d54c9;
}
#index-body .index-4 .container .im4-m .swiper4-l {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: -4.5%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
#index-body .index-4 .container .im4-m .swiper4-l:hover {
  background: #1d54c9;
}
#index-body .index-4 .container .im4-m .swiper4-r {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: -4.5%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: rgba(255, 255, 255, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
#index-body .index-4 .container .im4-m .swiper4-r:hover {
  background: #1d54c9;
}
#index-body .index-4 .container .swiper4 {
  overflow: hidden;
  padding: 15px;
}
.swiper1-l {
  position: absolute;
  z-index: 3;
  top: 50%;
  left: 4%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.swiper1-l:hover {
  background: #1d54c9;
}
.swiper1-r {
  position: absolute;
  z-index: 3;
  top: 50%;
  right: 4%;
  transform: translateY(-50%);
  width: 45px;
  height: 73px;
  background: rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 30px;
}
.swiper1-r:hover {
  background: #1d54c9;
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main {
  background: #f2f2f2;
  padding: 27px 27px 69px 32px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main .swiper4-p1 {
  margin-bottom: 32px;
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
  color: #000;
  display: flex;
  justify-content: space-between;
  align-items: end;
  flex-wrap: wrap;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}

#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main .swiper4-p1 .swiper4-p1-b {
  width: 44px;
  height: 44px;
  background: #1d54c9;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 6px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main .swiper4-p1 .swiper4-p1-b img {
  transform-origin: bottom left;
  transform: scale(1.6);
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main .swiper4-p2 {
  font-weight: 300;
  font-size: 18px;
  color: #000;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main:hover {
  background: url(../images/im4-2.jpg) no-repeat center;
  background-size: cover;
  box-shadow: 0px 0px 10px 5px rgba(255, 255, 255, 0.6);
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main:hover .swiper4-p1 {
  color: #fff;
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main:hover .swiper4-p1 .swiper4-p1-b img {
  transform-origin: bottom left;
  transform: scale(1);
  filter: brightness(0) invert(1);
}
#index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main:hover .swiper4-p2 {
  color: #fff;
}

#index-body .index-5 .container .im5-h,#index-body .index-6 .container .im6-h {
  font-weight: 400;
  font-size: 50px;
  color: #1d54c9;
  line-height: 1;
  margin-bottom: 19px;
}
#index-body .index-6 .container .im6-h{
  margin-bottom: 30px;
}
#index-body .index-5 .container .swiper5 {
  overflow: hidden;
  padding-top: 1px;
  background: #ededed;
}
#index-body .index-5 .container .swiper5 .swiper5-main {
  background-color: #fff;
  padding: 30px 29px 60px 26px;
  display: flex;
  justify-content: space-between;
}
#index-body .index-5 .container .swiper5 .swiper5-main>img{
  max-width:452px;
}
#index-body .index-5 .container .swiper5 .swiper5-main .i5-l {
  max-width: 322px;
}

#index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-1 {
  display: flex;
  align-items: center;
  font-weight: 400;
  font-size: 22px;
  color: #676767;
}
#index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-1 span {
  width: 9px;
  height: 9px;
  background: #000000;
  border-radius: 50%;
  margin-right: 19px;
}
#index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-2 {
  font-weight: bold;
  font-size: 20px;
  color: #000000;
  line-height: 30px;
  margin-top: 45px;
  /*margin-right: 45px;*/
  margin-left: 20px;
  margin-bottom: 34px;
}
#index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-3 {
  font-weight: 400;
  font-size: 22px;
  color: #676767;
  line-height: 37px;
  margin-bottom: 124px;
}
#index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-4 {
  width: 41px;
  height: 41px;
  background: rgba(104, 104, 104, 0.3);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-4 img {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#index-body .index-5 .container .swiper5 .swiper5-main:hover .i5-l {
  max-width: 322px;
}
#index-body .index-5 .container .swiper5 .swiper5-main:hover .i5-l .i5-l-1 span {
  background: #4fa2f2;
}
#index-body .index-5 .container .swiper5 .swiper5-main:hover .i5-l .i5-l-2 {
  color: #1d54c9;
}
#index-body .index-5 .container .swiper5 .swiper5-main:hover .i5-l .i5-l-4 {
  background: #1d54c9;
}
#index-body .index-5 .container .swiper5 .swiper5-main:hover .i5-l .i5-l-4 img {
  filter: brightness(0) invert(1);
}
input,
textarea {
  /* 移除所有默认样式 */
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  background: #fff;
  box-shadow: none;
}
@keyframes ripple-dynamic {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.5);
  }
}
#footer {
  background: url(../images/f-banner.jpg) no-repeat center;
  background-size: cover;
}
#footer .f-h .f-h-p {
  font-weight: 600;
  font-size: 30px;
  color: #ffffff;
}
#footer .f-h form {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .f-h form input,
#footer .f-h form textarea {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  outline: none;
  border: none;
  background: none;
  box-shadow: none;
  padding: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: normal;
}
#footer .f-h form .f-put1 {
  width: 220px;
  height: 77px;
  line-height: 77px;
  background: rgba(166, 168, 172, 0.15);
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  padding-left: 30px;
  color: #ffffff;
}
#footer .f-h form .f-put2 {
  width: 446px;
  padding-left: 30px;
  line-height: 77px;
  height: 77px;
  background: rgba(166, 168, 172, 0.15);
  border-radius: 3px;
  font-weight: 500;
  font-size: 18px;
  color: #ffffff;
}
#footer .f-h form .f-put3 {
  width: 222px;
  line-height: 77px;
  height: 77px;
  background: #133e60;
  border-radius: 3px;
  font-weight: 600;
  font-size: 25px;
  text-align: center;
  color: #ffffff;
}
#footer .f-line {
  height: 1px;
  background: rgba(88, 88, 88, 0.5);
}
#footer .top {
  color: white;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding-top: 88px;
}
#footer .top .one2 h3 {
  line-height: 1;
  margin-bottom: 43px;
  padding-top: 22px;
}
#footer .top .one2 .logo {
  padding-left: 40px;
}
#footer .top .one2 ul #li5 {
  margin-top: 144px;
}
#footer .top .one2 ul li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  margin-bottom: 25px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  display: flex;
}
#footer .top .one2 ul li img {
  margin-right: 8px;
  width: auto;
  height: auto;
  margin-top: 5px;
}
#footer .top .one2 ul li i{
   margin-right: 5px;
   font-size: 20px;
   color: var(--color); 
}
#footer .top .one2 ul li .ti1 {
  height: 16px;
}
#footer .top .one2 ul li .ti2 {
  height: 18px;
}
#footer .top .one2 ul li .ti3 {
  height: 18px;
}
#footer .top .one2 ul li .ti4 {
  height: 13px;
}
#footer .top .one2 ul li .ti5 {
  height: 21px;
}
#footer .top .one2 ul li:hover {
  color: #1d54c9;
}
#footer .top .one1 .f-map {
  height: 210px;
  /*background-color: pink;*/
  margin-top: 20px;
}
#footer .top .one1 .f-map iframe{
 height: 210px;
 width: 100%
}
#footer .top h3 {
  font-weight: 600;
  font-size: 22px;
  color: #1d54c9;
  margin-bottom: 30px;
  text-transform: uppercase;
}
#footer .top .two ul,
#footer .top .three ul {
  font-size: 16px;
  line-height: 25px;
}
#footer .top .two ul li,
#footer .top .three ul li {
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  opacity: 0.9;
  margin-bottom: 23px;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 1;
}
#footer .top .two ul li:hover,
#footer .top .three ul li:hover {
  color: #1d54c9;
}
#footer .top .three {
  /*width: 348px;*/
}
#footer .top .three .foot-h-l {
  position: relative;
}
#footer .top .three .foot-h-l img {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -24px;
}
#footer .top .three h3 {
  margin-bottom: 20px;
}
#footer .top .three li {
  margin-bottom: 17px;
}
#footer .top .three .tr-l {
  max-width: 276px;
}
#footer .top .three .tr-1 {
  padding: 24px 18px 20px;
  margin-bottom: 57px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #e4e4e4;
  flex-wrap: wrap;
}
#footer .top .three .tr-1 .tr1-1 {
  display: flex;
  align-items: center;
  font-weight: 300;
  font-size: 16px;
  color: #000000;
}
#footer .top .three .tr-1 .tr1-1 img {
  margin-right: 15px;
}
#footer .top .three .tr-1 .tr1-2 {
  font-weight: normal;
  line-height: 1;
  font-size: 18px;
  color: #000000;
  margin-top: 18px;
  margin-bottom: 16px;
}
#footer .top .three .tr-1 .tr1-3 {
  font-weight: 300;
  font-size: 14px;
  color: #000000;
}
#footer .top .three .tr-r {
  width: 27px;
  height: 27px;
  border-radius: 50%;
  border: 1px solid #024987;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #024987;
}
#footer .top .one2 {
  max-width: 350px;
}
#footer .top .four {
  width: 288px;
}
#footer .top .four input,
#footer .top .four button {
  -webkit-appearance: none;
  /* 移除 Safari/iOS 默认样式 */
  -moz-appearance: none;
  appearance: none;
  border: none;
  /* 去掉边框 */
  outline: none;
  /* 去掉聚焦时的蓝色轮廓 */
  background: none;
  /* 去掉默认背景色 */
  padding: 0;
  margin: 0;
  font-family: inherit;
  /* 继承父级字体 */
  font-size: inherit;
}
#footer .top .four h3 {
  margin-bottom: 49px;
  line-height: 1;
}
#footer .top .four .f2 {
  padding-top: 22px;
}
#footer .top .four .f4 {
  margin-top: 36px;
  margin-bottom: 26px;
}
#footer .top .four #ewm {
  width: 142px;
  height: 142px;
  border: 5px solid white;
}
#footer .top .four form {
  display: flex;
  flex-direction: column;
}
#footer .top .four form .f-put1 {
  font-weight: 400;
  font-size: 18px;
  color: #6b6b6b;
  border-bottom: 1px solid #969696;
  padding-bottom: 14px;
}
#footer .top .four form .f-put2 {
  margin-top: 25px;
}
#footer .top .four form .f-put3 {
  font-weight: 400;
  font-size: 18px;
  color: #6b6b6b;
  margin-top: 23px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
#footer .top .four form .f-put3 p {
  max-width: 234px;
}
#footer .top .four form .f-put3 button {
  width: 40px;
  height: 40px;
  background: #1d54c9;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .top .four form .f-put3 button img {
  margin-right: 3px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#add5{
  max-width: 340px;
      margin-top: 25px;
    font-weight: 400;
    font-size: 18px;
    color: #000000;
    display: flex;
    align-items: flex-start;

}
#add5 img{
  margin-top: 5px;
  margin-right: 10px;
}
#footer .top .four form .f-put3 button:hover {
  background-color: #000;
}
#footer .top .four form .f-put3 button:hover img {
  transform: scale(1.1);
}
#footer .top .one2 .share {
  display: flex;
  align-items: end;
}
#footer .top .one2 .share li {
  margin-right: 17px;
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
}
#footer .top .one2 .share li i {
  transition: all 0.5s;
  -moz-transition: all 0.5s;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  font-size: 30px;
  color: #727272;
}
#footer .top .one2 .share li:hover i {
  color: #1d54c9;
}
#footer .bottom {
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  padding-bottom: 40px;
  padding-top: 41px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .bottom img {
  width: 280px;
  vertical-align: middle;
}
#footer .bottom .b-l {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
#footer .bottom .b-l p {
  margin-left: 60px;
}
@media (max-width: 1200px) {
  .seoPublic .title,a.footdede, a.footdede1 {	
    display: block !important;
  }
    #nav-height {
    display: none !important;
  }
}
@media (max-width: 1000px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
}
@media (max-width: 500px) {
  #footer .top .three .tr-l,#footer .top .four form .f-put3 p{
    max-width: none;
    width: 100%;
  }
  background: no-repeat top right;
  background-size: cover;
}
@media (max-width: 1500px) {
  .hide-1500 {
    display: none;
  }
  .font-50 {
    font-size: 44px !important;
  }
  #index-body .index-3 .container {
    flex-wrap: wrap;
  }
  #index-body .index-3 .container .index3-l {
    width: 50%;
  }
  #index-body .index-3 .container .index3-r{
    width: 50%;
    padding-left: 50px;
  }
  #index-body .index-3 .container .index3-l .im3-l{
    right: 100px;
  }
  #index-body .index-3 .container .index3-r .index3-m {
    justify-content: center;
  }
  #index-body .index-3 .container .index3-r {
    margin-left: 0;
  }
}
@media (max-width: 1300px) {
  #index-body .index-3 .container .index3-l ,
  #index-body .index-3 .container .index3-r{
    width: 100%;
  }
}
@media (max-width: 1250px) {
  .hide-1250 {
    display: none;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item {
    margin-left: 30px;
  }
  #header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item > a {
    font-size: 14px;
  }
  .font-50 {
    font-size: 36px !important;
  }
  .init-5-main-r {
    width: 100% !important;
    max-width: none !important;
    margin-top: 20px;
  }
  .pb-70 {
    padding-bottom: 30px !important;
  }
}
@media (max-width: 1000px) {
  #index-body .index-3 .container .index3-l {
    width: 90%;
  }
  #index-body .index-3 .container .index3-l .im3-l {
    right: -10%;
  }
  .font-50 {
    font-size: 32px !important;
  }
  .font-45 {
    font-size: 36px !important;
  }
  #index-body .init-6 .container {
    column-gap: 20px;
  }
  .pb-70 {
    padding-bottom: 20px !important;
  }
  .hide-1000 {
    display: none !important;
  }
  #footer .bottom ul li {
    margin-left: 0;
    margin-right: 20px;
  }
  #index-body .index-1 .swiper3 .swiper-slide .index1-p {
    padding: 15px;
  }
}
@media (max-width: 768px) {
  #index-body .index-3 .container .index3-r .index3-p,
  #index-body .index-1 .i1-h .i1-p,
  #index-body .index-4 .container .im4-p p,
  .prodet-page .prodet-2 .ret .slide .con h4,
  #index-body .index-5 .container .im5-h,#index-body .index-6 .container .im6-h{
    font-size: 24px!important;
  }
  #index-body .index-3 .container .index3-r .i-1-4-o2 li{
    padding: 19px 0 15px;
  }
  #index-body .index-3 .container .index3-r .index3-tap{
    color: #fff;
  }
  #index-body .index-3 .container .index3-r .index3-text{
    color: #000;
  }
   .about-page .about-1 ul li{
     margin-bottom: 20px;
   }
  .about-page .about-1 ul li h2{
    font-size: 36px!important;
  }
  #index-body .index-3 .container .index3-r .index3-p{
    margin: 20px 0;
  }
  #index-body .index-3 .container .index3-l .im3-l,
  .prodet-page .prodet-1 .img .gallery-img{
    display: none;
  }
  .prodet-page .prodet-1 .img .big-img{
    width: 100%!important;
  }
  .responsibility-page .responsibility-4{
    padding-bottom: 0!important;
  }
  .mdf-news-page .list li .content{
    padding-left: 20px;
  }
  #footer .top .one2 ul #li5{
    margin-top: 0px;
  }
  #index-body .index-3 .container .index3-r{
    padding-left: 0;
  }
  #index-body .index-4{
    padding-top: 50px;
  }
  #index-body .index-3 .container .index3-r .index3-text{
    font-size: 16px;
  }
  #index-body .index-3 .container .index3-r .i-1-4-o2{
    padding-top: 25px;
  }
  .hide-768 {
    display: none !important;
  }
  #banner .swiper-main .left p {
    font-size: 14px;
  }
  #banner .swiper-main .left {
    padding-left: 15px;
    padding-bottom: 15px;
  }
  #banner .swiper-main .left {
    bottom: 0;
  }
  #banner .swiper-main .left .more img {
    margin-left: 15px;
  }
  .pb-60 {
    padding-bottom: 0px !important;
  }
  .font-50 {
    font-size: 26px !important;
  }
  .pb-70 {
    padding-bottom: 20px !important;
  }
  .font-45 {
    font-size: 28px !important;
  }
  .font-25 {
    font-size: 18px !important;
  }
  #banner .swiper-main .left .more {
    font-size: 14px;
    height: 36px;
    line-height: 36px;
    border-radius: 0;
    display: inline-block;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    transition: 0.5s;
    padding: 0 10px;
    background-color: #dd760e;
    color: #fff;
  }
}
@media (max-width: 500px) {
  .font-50 {
    font-size: 18px !important;
  }
  .hide-500 {
    display: none;
  }
}
@media (max-width: 1500px) {
  #index-body .init-4 .i4-m .i4-r .i4-r-1 {
    max-width: none;
    width: 100%;
    padding: 20px;
  }
  #footer .f-h form .f-put3 {
    margin-top: 20px;
  }
  #index-body .init-1 {
    background: url(../images/a-bg.jpg) no-repeat center right;
    background-size: cover;
  }
  #index-body .init-2 .container .i2-h,
  #index-body .init-3 .i3-h,
  #index-body .init-4 .i4-h,
  #index-body .init-5 .i5-h {
    background-size: cover;
    padding-top: 40px;
    padding-bottom: 20px;
  }
  .font-60 {
    font-size: 55px !important;
  }
}
@media (max-width: 1400px) {
  #index-body .init-4 .i4-m .i4-l {
    width: 50%;
  }
  #index-body .init-4 .i4-m .i4-r {
    width: 50%;
  }
}
@media (max-width: 1250px) {
  .font-60 {
    font-size: 48px !important;
  }
  #footer .f-h form {
    display: block;
  }
  #footer .f-h form .f-put1,
  #footer .f-h form .f-put2,
  #footer .f-h form .f-put3 {
    width: 100%;
  }
  #banner .banner-dot .banner-m {
    column-gap: 15px;
  }
  #banner .banner-dot .banner-m .banner-c {
    padding: 15px;
  }
  #index-body .init-2 .container .i2-h,
  #index-body .init-3 .i3-h,
  #index-body .init-4 .i4-h,
  #index-body .init-5 .i5-h {
    background-size: cover;
    padding-top: 20px;
    padding-bottom: 20px;
  }
  #footer .top .three,
  #footer .top .four {
    padding-left: 40px;
  }
  #footer .top > div {
    width: 50% !important;
  }
}
@media (max-width: 1200px) {
  .hide-1200 {
    display: none !important;
  }
  #index-body .init-5 .swiper-slide {
    width: 70%;
  }
}
@media (max-width: 1000px) {
  #index-body .init-4 .i4-h {
    margin-bottom: 50px;
  }
  #index-body .init-4 .i4-m .i4-l {
    width: 100%;
  }
  #index-body .init-4 .i4-m .i4-r {
    width: 100%;
  }
  #index-body .init-4 .i4-m {
    display: block;
  }
  #index-body .init-5 .swiper-slide {
    padding: 40px;
  }
  .font-60 {
    font-size: 38px !important;
  }
  #index-body .init-2 .container .i2-m {
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .init-2 .container .i2-h,
  #index-body .init-3 .i3-h,
  #index-body .init-4 .i4-h,
  #index-body .init-5 .i5-h {
    background-size: cover;
    padding-top: 10px;
    padding-bottom: 10px;
  }
  #footer .container {
    width: 100%;
    padding: 0 20px;
  }
}
@media (max-width: 400px) {
  #index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main .swiper4-p1 span{
  width: 100%;
  margin-bottom: 30px;
 
}
 #footer .bottom .b-l p{
    width: 100%;
    margin: 4px 0;
  }
}
@media (max-width: 768px) {
  #footer .top .three,
  #footer .top .four {
    padding-left: 0px;
  }
  .hide-768 {
    display: none !important;
  }
  #footer .top > div {
    width: 100% !important;
  }
  #index-body .init-4 .i4-h {
    margin-bottom: 30px;
  }
  #index-body .init-5 .i5-c .i5-c-h {
    font-size: 18px;
    margin-top: 15px;
    margin-bottom: 15px;
    line-height: 24px;
  }
  #index-body .init-5 .i5-c .i5-c-tap {
    font-size: 14px;
    margin-top: 15px;
    line-height: 20px;
    margin-bottom: 10px;
  }
  #index-body .init-5 .swiper-slide {
    padding: 25px;
  }
  .font-60 {
    font-size: 32px !important;
  }
  #index-body .index-3 .container .index3-l .im3-l .i-1-4-1 {
    padding: 15px;
  }
  #index-body .index-3 .container .index3-l .im3-l .i-1-4-1 p {
    font-size: 38px;
  }
  #index-body .index-3 .container .index3-l .im3-l .i-1-4-1 img {
    margin-right: 34px;
  }
}
@media (max-width: 700px) {
  #index-body .index-5 .container .swiper5 .swiper5-main {
    flex-direction: column-reverse;
  }
  #index-body .index-5 .container .swiper5 .swiper5-main .i5-l {
    max-width: none;
  }
  #index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-2 {
    margin-top: 15px;
    margin-bottom: 15px;
  }
  #index-body .index-5 .container .swiper5 .swiper5-main .i5-l .i5-l-3 {
    margin-bottom: 24px;
  }
}
@media (max-width: 600px) {
  #index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main .swiper4-p1{
    font-size: 24px;
  }
  #index-body .index-4 .container .im4-p{
    margin-bottom: 40px;
  }
  #index-body .index-4 .container .swiper4 .swiper-slide .swiper4-main{
    padding: 20px;
  }
  #index-body .init-5 .swiper-slide {
    width: 100%;
  }
  #index-body .index-3 .container .index3-r .i-1-4-o2 {
    flex-wrap: wrap;
  }
  #index-body .index-3 .container .index3-r .i-1-4-o2 li {
    width: 100%;
  }
  #index-body .index-3 .container .index3-r .i-1-4-o2 .i-1-4-2 {
    margin: 0;
  }
  #index-body .index-4{
    padding-bottom: 60px;
  }
}
@media (max-width: 500px) {
  .font-60 {
    font-size: 28px !important;
  }
  #index-body .init-2 .container .i2-m {
    grid-template-columns: repeat(1, 1fr);
  }
}
#index-body .init-2 .tw-container .i2-l:hover::after {
  transform: translate(-5, -5);
}
@media (max-width: 1800px) {
  #header > .nav > .menu .menu-box .right .search1{
    width: 300px;
  }
  #header > .nav > .menu .menu-box .left ul{
    flex-direction: column;
    font-size: 16px;
  }
}
@media (max-width: 1500px) {
  #header > .nav > .menu .menu-box .right .search1{
    width: 200px;
  }
  #header > .nav > .menu .menu-box .left ul li{
    font-size: 14px;
    margin-left: 10px;
  }
}
@media (max-width: 1250px) {
  #header > .nav .lang_cont{
    margin-left: 20px;
  }
    #header > .nav > .menu .menu-box .right .search1{
    width: 350px;
  }
  #header > .nav > .menu .menu-box .right .pp_btn{
    display: none;
  }
#header > .nav > .menu .menu-box .left ul{
  display: block;
}
#header > .nav > .menu .menu-box .left .logo{
  max-width: 200px;
}
}
.mdf-product-page {
  background-color: #e5e5e5;
  position: relative;
}
.mdf-product-page:before {
  content: '';
  width: 100%;
  height: 20%;
  position: absolute;
  bottom: 100%;
  left: 0;
  background-color: inherit;
  z-index: -1;
}
.mdf-product-page .product-1 .sideBarRight h1 {
  color: #1d54c9;
  margin-bottom: .7em;
  line-height: 1.2;
}
.mdf-product-page .product-1 .sideBarRight .text {
  line-height: 2;
  font-weight: 500;
}
.mdf-product-page .product-1 .sideBarRight .list ul {
  row-gap: 50px;
  -webkit-column-gap: 30px;
  -moz-column-gap: 30px;
  column-gap: 30px;
}
.mdf-product-page .product-1 .sideBarRight .list ul a.img {
  display: block;
  background-color: white;
  padding: 0px;
}
.mdf-product-page .product-1 .sideBarRight .list ul a.img span {
  position: absolute;
}
.mdf-product-page .product-1 .sideBarRight .list ul a.img img {
  display: block;
  margin: 0 auto;
}
.mdf-product-page .product-1 .sideBarRight .list ul span.h6 {
  display: block;
  margin-top: 1em;
  text-align: center;
  font-weight: 500;
}
.mdf-inner-page .sideBarBox .sideBarLeft {
  width: auto;
  margin-left: 3%;
  max-width: 330px;
  flex: 0 0 250px;
}
.mdf-inner-page .sideBarBox .sideBarLeft .box {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}
.mdf-inner-page .sideBarBox .sideBarLeft span.h6 {
  font-weight: bold;
  border-bottom: 1px solid #bcb7b4;
  display: block;
  padding-bottom: .2em;
}
.mdf-inner-page .sideBarBox .sideBarLeft .nav {
  margin-top: 1.7em;
  
}
.mdf-inner-page .sideBarBox .sideBarLeft .nav li {

 margin-bottom: 14px;
 background: #fff;
  /*white-space: nowrap;*/
}
.mdf-inner-page .sideBarBox .sideBarLeft .nav li a {
  display: block;
   padding: 15px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.mdf-inner-page .sideBarBox .sideBarLeft .nav li:hover,
.mdf-inner-page .sideBarBox .sideBarLeft .nav li.active {
  color: #fff;
  background: var(--color);
}
.mdf-inner-page .sideBarBox .sideBarLeft .form {
  width: 185px;
  min-width: 100%
}
.mdf-inner-page .sideBarBox .sideBarLeft .form label {
  margin-top: 1.7em;
}
.mdf-inner-page .sideBarBox .sideBarLeft .form label span {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  min-width: 4em;
}
.mdf-inner-page .sideBarBox .sideBarLeft .form label input {
  border: none;
  background-color: transparent;
  border-bottom: 1px solid black;
  position: relative;
  top: -0.4em;
  padding: 0 .5em;
  width: 100%;
}
.mdf-inner-page .sideBarBox .sideBarLeft .form label button {
  border: none;
  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: right;
  -webkit-justify-content: right;
  -moz-box-pack: right;
  -ms-flex-pack: right;
  justify-content: right;
  background-color: transparent;
  margin-left: auto;
}
.mdf-inner-page .sideBarBox .sideBarLeft .form label button i {
  margin-right: .5em;
}
.mdf-inner-page .sideBarBox .sideBarLeft .form label:last-child {
  margin-top: .5em;
}
@media screen and (max-width: 1250px) {
    .mdf-inner-page .sideBarBox .sideBarLeft .box {
    top: 50px;
  }
}
@media screen and (max-width: 1000px) {
    .mdf-inner-page .sideBarBox .sideBarLeft {
    display: none;
  }
  .mdf-inner-page .sideBarBox .sideBarRight {
    width: 100%;
  }
}
.scrollPage {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin-left: auto;
  margin-right: auto;
}
.scrollPage > * {
  width: 4.375em;
  height: 4.375em;
  border-radius: 100%;
  background-color: white;
  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;
  color: var(--color);
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage > * i.iconfont {
  font-size: 1.5em;
}
.scrollPage .prev,
.scrollPage .next {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.scrollPage .prev:hover,
.scrollPage .next:hover {
  background-color: var(--color);
  color: white;
}
.scrollPage .page {
  margin: 0 1em;
  padding: 0.3125em;
  background-color: var(--color);
  color: white;
  width: auto;
  border-radius: 2.1875em;
}
.scrollPage .page span.num {
  width: 3.75em;
  height: 3.75em;
  border: 1px solid rgba(255, 255, 255, 0.55);
  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: 100%;
}
.scrollPage .page span.line {
  width: 0;
  height: .6em;
  border-radius: .3em;
  background-color: rgba(255, 255, 255, 0.3);
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  margin: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
}
.scrollPage .page span.line i {
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  width: 0;
  background-color: white;
  height: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.scrollPage:hover .page {
  max-width: 100%;
}
.scrollPage:hover .page span.line {
  margin: 0 1em;
  width: 11.25em;
}
.seo-box .seo-about {
  background-color: #1d54c9;
  color: white;
}
.seo-box .seo-about .left span.h2 {
  margin-bottom: 0.6em;
  line-height: 1.6;
  color: #fff;
}
.seo-box .seo-about .right {
  padding-left: 6%;
}
.seo-box .seo-about .right img {
  margin-top: -20%;
  border-top-left-radius: 50%;
  border-top-right-radius: 50%;
}
.seo-box .seo-honor span.h2 {
  margin-bottom: 1.5em;
}
.seo-box .seo-honor .list ul {
  margin: -30px;
}
.seo-box .seo-honor .list ul li {
  padding: 30px;
}
.seo-box .seo-honor .list ul li img {
  /*-webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
  /*box-shadow: 0 0 20px rgba(0, 0, 0, 0.5);*/
}
@media screen and (max-width: 1250px) {
  .seo-box .seo-honor .list ul li {
    padding: 15px;
  }
  .seo-box .seo-honor .list ul {
    margin: -15px;
  }
  .seo-box .seo-honor .list ul li img {
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  }
}
@media screen and (max-width: 1000px) {
    .seo-box .seo-about .right {
    display: none;
  }
  .seo-box .seo-about .left {
    width: 100%;
  }
  .seo-box .seo-about {
    padding: 20px 0;
  }
}
@media screen and (max-width: 1000px) {
    .inner-banner {
    margin-top: 40px;
  }
}
.inner-banner {
  /*background: #f6f5ed;*/
  height: 540px;
  padding-top: 200px;
  text-align: center;
  color: white;
}
.inner-banner h2 {
  font-size: 50px; 
  line-height: 1.2;
  text-transform: capitalize;
}
.inner-banner .down {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 36px;
}
.mbx {
  font-size: 18px;
  line-height: 32px;
  margin-top: 30px !important;
  color: #919191;
}
@media screen and (max-width: 1650px){
   .inner-banner h2{
    font-size: 50px;
  }
}
@media screen and (max-width: 1400px){
  .inner-banner h2{
    font-size: 40px;
  }

}
@media screen and (max-width: 1280px) {
  .inner-banner{
    padding-top: 85px;
    height: 390px;
  }

}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 350px;
    padding-top: 80px;
    margin-top: 40px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner .down {
    margin-top: 10px;
  }
  .mbx {
    margin-top: 10px;
  }}
  @media screen and (max-width: 700px) {
  .inner-banner{
    height: 280px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .mbx {
    font-size: 16px;
    line-height: 1.6;
  }}
  @media screen and (max-width: 500px) {
  .inner-banner {
    height: 220px;
    padding-top: 50px;
  }
  .inner-banner h2 {
    font-size: 24px;
    line-height: 44px;
    display: none !important;
  }

  .inner-banner .down {
    display: none;
  }
  .mbx {
    margin-top: 5px;
    font-size: 14px;
    line-height: 28px;
  }}
  .mdf-news-page .ui.container {
  max-width: 780px;
}
.mdf-news-page .list li {
  border-bottom: 1px solid #eee;
}
.mdf-news-page .list li time {
  white-space: nowrap;
  flex-shrink: 0;
}
.mdf-news-page .list li span.cat:before {
  content: '';
  width: .5em;
  height: .5em;
  background-color: black;
  margin-right: .5em;
  flex-shrink: 0;
  margin-top: -.2em;
  border-radius: 100%;
}
.mdf-prodet-page .wpulike.wpulike-default,
.newdet-page .wpulike.wpulike-default {
  display: inline-block;
}
.mdf-prodet-page .list ul {
  margin: -10px;
}
.mdf-prodet-page .list ul li {
  padding: 10px;
}
span.h2 {
  font-weight: bold;
  line-height: 1.2;
  display: block;
}
/*///////////////////////////////////////??*/

#spotlight.show {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3) !important;
}
#spotlight .scene img {
  border: 10px solid white !important;
  border-radius: 10px;
}
#spotlight .header {
  background: black !important;
}
.font-80 {
  font-size: 80px;
}
.font-72 {
  font-size: 72px;
}
.font-68 {
  font-size: 68px;
}

.grid {
  column-gap: 20px;
  display: grid;
}
@keyframes clip {
  0% {
    clip-path: inset(10%);
  }
  100% {
    clip-path: inset(0);
  }
}
.clip {
  animation-name: clip;
}
@keyframes clip1 {
  0% {
    clip-path: inset(60%);
  }
  100% {
    clip-path: inset(0);
  }
}
.clip1 {
  animation-name: clip1;
}
@keyframes fadeInUpSmall_1 {
  from {
    opacity: 0;
    transform: translate3d(0%, 50%, 0) scale(0.8);
  }
  to {
    opacity: 1;
    transform: translate3d(0%, 0%, 0) scale(1);
  }
}
.fadeInUpSmall_1 {
  animation-name: fadeInUpSmall_1;
}
#index-body {
  --grid-column: 16;
  --container-padding: 6rem;
}
#index-body .container.grid {
  grid-template-columns: repeat(16, 1fr);
}
#index-body .img-wrap {
  position: relative;
}
#index-body .home-intro__img {
  grid-area: 2 / 4 / 3 / 7;
  margin-bottom: -13.8rem;
}
#index-body .img-fill {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
#index-body .img-abs {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
#index-body .hover-un,
#index-body .priv-hero__main-richtext a {
  --line-spacing: 4rem;
  --line-width: 100%;
  vertical-align: bottom;
  position: relative;
  overflow: hidden;
}
#index-body .home-intro__label {
  color: #9a9a9a;
  grid-area: 1 / 1 / 2 / 3;
  align-self: start;
  margin-top: 1.4rem;
  font-size: 24px;
}
#index-body .i-about .home-intro {
  z-index: 3;
  background-color: #fff;
  padding-top: 90px;
  position: relative;
}
#index-body .i-about .home-intro__title {
  grid-area: 1 / 3 / 2 / 10;
  max-width: 58rem;
  margin-bottom: 340px;
  line-height: 1.1;
}
#index-body .i-about .home-intro__richtext {
  flex-direction: column;
  grid-area: 1 / 11 / 3 / 16;
  justify-content: start;
  align-items: start;
  margin-bottom: 14.6rem;
  display: flex;
}
#index-body .i-about .home-intro__richtext-img {
  width: 100%;
  height: 242px;
}
#index-body .i-about .home-intro__richtext-h3 {
  margin-top: 4rem;
  font-size: 24px;
  font-weight: bold;
}
#index-body .i-about .home-intro__richtext-p {
  opacity: 0.7;
  margin-top: 2rem;
  font-size: 18px;
  line-height: 30px;
}
#index-body .i-about .home-intro__richtext-link {
  margin-top: 2rem;
  font-size: 20px;
  color: #2b3ee3;
}
#index-body .i-about .hover-un:before,
#index-body .i-about .hover-un:after,
#index-body .i-about .priv-hero__main-richtext a:before,
#index-body .i-about .priv-hero__main-richtext a:after {
  content: "";
  width: 100%;
  background-color: #2b3ee3;
  height: 1px;
  transition: transform 0.6s cubic-bezier(0.66, 0, 0.15, 1);
  display: block;
  position: absolute;
  bottom: 0;
}
#index-body .i-about .hover-un:before,
#index-body .i-about .priv-hero__main-richtext a:before {
  left: 0;
}
#index-body .i-about .hover-un:after,
#index-body .i-about .priv-hero__main-richtext a:after {
  left: calc(-1*var(--line-spacing));
  transform: translate(-100%);
}
#index-body .i-about .hover-un:hover:before,
#index-body .i-about .priv-hero__main-richtext a:hover:before {
  -webkit-transform: translateX(calc(100% + var(--line-spacing)));
  transform: translateX(calc(100% + var(--line-spacing)));
}
#index-body .i-about .hover-un:hover:after,
#index-body .i-about .priv-hero__main-richtext a:hover:after {
  -webkit-transform: translateX(var(--line-spacing));
  transform: translateX(var(--line-spacing));
}
#index-body .i-product .ui.container {
  max-width: 100%;
  padding: 0 50px;
}
#index-body .i-product .home-prob {
  z-index: 2;
  background-color: #eaeef0;
  padding-top: 300px;
  padding-bottom: 100px;
  position: relative;
  overflow: hidden;
}
#index-body .i-product .home-prob__label {
  color: #9a9a9a;
  grid-area: 1 / 2 / 2 / 3;
  align-self: start;
  margin-top: 1.4rem;
  font-size: 24px;
}
#index-body .i-product .home-prob__title {
  grid-area: 1 / 4 / 2 / 12;
  align-self: start;
  max-width: 58rem;
  line-height: 1.1;
}
#index-body .i-product .home-prob__main {
  pointer-events: none;
  grid-area: 1 / 1 / 2 / 17;
  grid-template-columns: repeat(16, 1fr);
}
#index-body .i-product .home-prob__main-item {
  pointer-events: auto;
  flex-direction: column;
  display: flex;
}
#index-body .i-product .home-prob__main-item:first-child {
  grid-area: 1 / 13 / 2 / 17;
  margin-top: 0;
}
#index-body .i-product .home-prob__main-item-img {
  width: 100%;
}
#index-body .i-product .img-wrap:after {
  content: "";
  padding-bottom: var(--aspect);
  width: 100%;
  height: 0;
  display: block;
}
#index-body .i-product .home-prob__main-item-title {
  margin-top: 30px;
  font-size: 30px;
  line-height: 1.2;
}
#index-body .i-product .home-prob__main-item-txt {
  margin-top: 20px;
  font-size: 18px;
  line-height: 30px;
  opacity: 0.5;
}
#index-body .i-product .home-prob__main-item:nth-child(2) {
  grid-area: 2 / 4 / 3 / 8;
  margin-top: -160px;
}
#index-body .i-product .home-prob__main-item:nth-child(3) {
  grid-area: 2 / 11 / 3 / 16;
  margin-top: 20.5rem;
}
#index-body .i-product .home-prob__main-item:nth-child(4) {
  grid-area: 3 / 1 / 4 / 4;
  margin-top: -22.8rem;
}
#index-body .i-product .home-prob__main-item:nth-child(5) {
  grid-area: 3 / 7 / 4 / 11;
  margin-top: 13.5rem;
}
#index-body .i-advantage {
  background: #eaeef0;
}
#index-body .i-advantage .bg {
  height: 656px;
  background-attachment: fixed;
  background-size: cover;
}
#index-body .i-advantage .ui.container {
  max-width: 100%;
  padding: 0 50px;
}
#index-body .i-advantage .icon {
  justify-content: center;
  align-items: center;
  display: flex;
}
#index-body .i-advantage .icon img,
#index-body .i-advantage .icon svg {
  width: 100%;
  height: auto;
}
#index-body .i-advantage .home-tech {
  z-index: 4;
  pointer-events: none;
  margin-top: -220px;
  margin-bottom: -100vh;
  padding-top: 220px;
  padding-bottom: 100vh;
  position: relative;
  overflow: hidden;
}
#index-body .i-advantage .home-tech__top {
  pointer-events: auto;
  z-index: 2;
  background: #111112;
  position: relative;
}
#index-body .i-advantage .home-tech__inner {
  grid-column: 1 / 17;
  grid-template-columns: repeat(5, 1fr);
  column-gap: 0;
}
#index-body .i-advantage .home-tech__head {
  background-color: #2b3ee3;
  grid-column: 1 / 3;
  margin-top: -220px;
  padding: 60px;
}
#index-body .i-advantage .home-tech__label {
  color: #fff;
  font-size: 24px;
  margin-bottom: 2rem;
}
#index-body .i-advantage .home-tech__title {
  color: #fff;
  line-height: 1.1;
}
#index-body .i-advantage .home-tech__item {
  background-color: #ffffff0d;
  grid-column: 4 / 5;
  align-self: end;
  transition: background-color 0.4s;
  display: grid;
  position: relative;
}
#index-body .i-advantage .home-tech__item-inner {
  flex-direction: column;
  grid-area: 1 / 1 / 2 / 2;
  justify-content: end;
  align-items: start;
  padding: 60px 50px;
  display: flex;
  position: relative;
}
#index-body .i-advantage .home-tech__item:after {
  pointer-events: none;
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
}
#index-body .i-advantage .home-tech__item-title {
  color: #fff;
  font-size: 24px;
  line-height: 28px;
}
#index-body .i-advantage .home-tech__item-icon {
  color: #ffffff47;
  transition: color 0.4s;
  position: absolute;
  top: 3.2rem;
  right: 3.2rem;
}
#index-body .i-advantage .home-tech__item:nth-child(3) {
  grid-column: 3 / 4;
}
#index-body .i-advantage .home-tech__item:nth-child(4) {
  grid-column: 5 / 6;
}
#index-body .i-advantage .home-tech__item:nth-child(5) {
  grid-column: 2 / 3;
}
#index-body .i-advantage .home-tech__item:nth-child(6) {
  grid-column: 4 / 5;
}
#index-body .i-advantage .home-tech__link {
  background-color: #2b3ee3;
  grid-column: 3 / 4;
  transition: background-color 0.4s;
  display: grid;
  position: relative;
}
#index-body .i-advantage .home-tech__link-inner {
  flex-direction: column;
  grid-area: 1 / 1 / 2 / 2;
  justify-content: space-between;
  padding: 4rem;
  display: flex;
}
#index-body .i-advantage .home-tech__link-title {
  color: #fff;
  font-size: 30px;
  line-height: 1.1;
  font-weight: bold;
}
#index-body .i-advantage .arr-wrap {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#index-body .i-advantage .arr-wrap-32 {
  width: 42px;
  height: 42px;
}
#index-body .i-advantage .arr-wrap .arr-ic-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
#index-body .i-advantage .arr-wrap .arr-ic-clone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-150%, 150%);
}
#index-body .i-advantage .arr-hover:hover .arr-ic-main {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.1, 1);
  transform: translate(150%, -150%);
}
#index-body .i-advantage .arr-hover:hover .arr-ic-clone {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.1, 1);
  transform: translate(0);
}
#index-body .i-advantage .home-tech__item:not(.home-tech__link):hover {
  background-color: #ffffff1a;
}
#index-body .i-advantage .home-tech__ship {
  pointer-events: none;
  z-index: 3;
  grid-area: 2 / 1 / 3 / 2;
  width: 100%;
  margin: -150px auto 0;
  position: relative;
}
#index-body .i-advantage .home-tech__bg-tri {
  z-index: 1;
  grid-area: 2 / 1 / 3 / 2;
  width: 100%;
  max-width: 192rem;
  margin: -9.4rem auto 0;
  display: grid;
  position: relative;
}
#index-body .i-advantage .home-tech__bg-tri-inner {
  transform-origin: 50% 62.0457%;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 23.95%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 100% 23.95%, 0% 100%);
  background-color: #111112;
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .i-advantage .home-tech__bg-tri:after {
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  height: 0;
  padding-top: 42.99%;
  display: block;
}
#index-body .i-why {
  background: #eaeef0;
}
#index-body .i-why .ui.container {
  max-width: 100%;
  padding: 0 50px;
}
#index-body .i-why .home-why {
  z-index: 5;
  padding-bottom: 60px;
  position: relative;
}
#index-body .i-why .home-why__head {
  flex-direction: column;
  grid-column: 2 / 8;
  align-items: start;
  max-width: 59rem;
  margin-top: 29rem;
  display: flex;
}
#index-body .i-why .home-why__label {
  color: #9a9a9a;
  font-size: 24px;
  margin-bottom: 2rem;
}
#index-body .i-why .home-why__title {
  margin-bottom: 70px;
  line-height: 1;
}
#index-body .i-why .txt-hl,
#index-body .i-why .txt-link {
  color: #2b3ee3;
}
#index-body .i-why .btn {
  background: #2b3ee3;
  color: white;
  transition: 0.5s;
  font-size: 18px;
  height: 70px;
  line-height: 70px;
  padding: 0 40px;
  z-index: 1;
  position: relative;
}
#index-body .i-why .btn::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  transition: 0.5s;
  width: 0;
  height: 100%;
  background: #222;
  z-index: -1;
}
#index-body .i-why .btn:hover::after {
  width: 100%;
  left: auto;
  right: 0;
}
#index-body .i-why .home-why__main {
  grid-column: 10 / 17;
  padding-top: 4.2rem;
}
#index-body .i-why .home-why__main-list {
  grid-template-columns: repeat(2, 1fr);
  column-gap: 0;
}
#index-body .i-why .home-why__main-item {
  z-index: 1;
  grid-column: 1 / 2;
  align-self: start;
  transition: box-shadow 0.4s;
  display: grid;
  position: relative;
}
#index-body .i-why .home-why__main-item-inner {
  background-color: #fff;
  flex-direction: column;
  grid-area: 1 / 1 / 2 / 2;
  justify-content: end;
  align-items: start;
  padding: 25px;
  transition: background-color 0.4s;
  display: flex;
  position: relative;
}
#index-body .i-why .home-why__main-item:after {
  pointer-events: none;
  content: "";
  grid-area: 1 / 1 / 2 / 2;
  width: 100%;
  height: 0;
  padding-top: 100%;
  display: block;
}
#index-body .i-why .home-why__main-item-inner .icon {
  transform-origin: 100% 0;
  transition: transform 0.4s;
  position: absolute;
  top: 4rem;
  right: 4rem;
}
#index-body .i-why .home-why__main-item-title {
  font-size: 24px;
  line-height: 28px;
}
#index-body .i-why .home-why__main-item-sub {
  color: #919191;
  padding-top: 2rem;
  display: none;
  font-size: 18px;
  line-height: 30px;
 
}
#index-body .i-why .home-why__main-item:nth-child(2) {
  grid-area: 2 / 2 / 3 / 3;
}
#index-body .i-why .home-why__main-item:nth-child(3) {
  grid-row: 3 / 4;
}
#index-body .i-why .home-why__main-item:hover {
  z-index: 2;
  box-shadow: 0 50px 80px #8999a166;
}
#index-body .i-why .home-why__main-item:hover .home-why__main-item-inner {
  background-color: #fff;
}
#index-body .i-why .home-why__main-item:hover .home-why__main-item-inner .icon {
  transform: scale(0.4);
}
#index-body .i-news {
  padding: 120px 0 140px;
}
#index-body .i-news .left {
  padding-right: 210px;
}
#index-body .i-news .left .tag {
  font-size: 24px;
  opacity: 0.6;
}
#index-body .i-news .left .i-title {
  line-height: 1;
  margin: 28px 0 58px;
}
#index-body .i-news .left p {
  font-size: 18px;
  line-height: 28px;
  opacity: 0.8;
  margin-bottom: 16px;
}
#index-body .i-news .left .btn {
  font-size: 20px;
  color: #2b3ee3;
  position: relative;
  overflow: hidden;
  display: inline-block;
}
#index-body .i-news .left .btn::before,
#index-body .i-news .left .btn::after {
  content: "";
  width: 100%;
  background-color: #2b3ee3;
  height: 1px;
  transition: transform 0.6s cubic-bezier(0.66, 0, 0.15, 1);
  display: block;
  position: absolute;
  bottom: 0;
}
#index-body .i-news .left .btn::before {
  left: 0;
}
#index-body .i-news .left .btn::after {
  left: calc(-1*40px);
  transform: translate(-100%);
}
#index-body .i-news .left .btn:hover::before {
  transform: translateX(calc(100% + 40px));
}
#index-body .i-news .left .btn:hover::after {
  transform: translateX(40px);
}
#index-body .i-news .right ul li {
  position: relative;
  padding: 20px 0;
  border-top: 1px solid #e8e8e8;
}
#index-body .i-news .right ul li .h4 {
  font-size: 24px;
}
#index-body .i-news .right ul li i {
  position: absolute;
  right: 0;
  top: 25px;
  width: 20px;
  height: 20px;
  cursor: pointer;
}
#index-body .i-news .right ul li i::after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  height: 2px;
  background-color: black;
  transition: 0.5s;
}
#index-body .i-news .right ul li i::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0%;
  transform: translateX(-50%);
  width: 2px;
  height: 100%;
  background-color: black;
  transition: 0.5s;
}
#index-body .i-news .right ul li .content {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  color: #919191;
  display: none;
}
#index-body .i-news .right ul li::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 0;
  height: 1px;
  background-color: #2b3ee3;
  transition: 0.5s;
}
#index-body .i-news .right ul li.active::after,
#index-body .i-news .right ul li:hover::after {
  width: 100%;
}
#index-body .i-news .right ul li.active i::after {
  background-color: #2b3ee3;
}
#index-body .i-news .right ul li.active i::before {
  transform: translateX(-50%) rotate(90deg);
  background-color: #2b3ee3;
}
@keyframes rtl {
  0% {
    visibility: visible;
    transform: translateZ(0);
  }
  100% {
    transform: translate(-100%);
  }
}
#c_footer {
  position: relative;
}
#c_footer .top {
  background: #eaeef0;
  padding-top: 35px;
  z-index: 3;
  position: relative;
  padding-bottom: 70px;
}
#c_footer .top .left {
  width: 35%;
  margin-top: -150px;
}
#c_footer .top .left .box {
  background: #212121;
  padding: 55px;
}
#c_footer .top .left .box .h2 {
  line-height: 1;
  color: white;
  margin: 27px 0 19px;
}
#c_footer .top .left .box p {
  font-size: 18px;
  line-height: 28px;
  color: #848484;
}
#c_footer .top .left .box form {
  margin-top: 48px;
}
#c_footer .top .left .box form input {
  width: 100%;
  background: transparent;
  font-size: 18px;
  height: 70px;
  border: 1px solid #838383;
  margin-bottom: 20px;
  padding: 0 20px;
  color: white;
}
#c_footer .top .left .box form input[type="submit"] {
  background: #2b3ee3;
  color: white;
  border: none;
  transition: 0.5s;
}
#c_footer .top .right {
  width: 65%;
  padding-left: 110px;
  vertical-align: bottom;
}
#c_footer .top .right .nav {
  display: flex;
  justify-content: space-between;
  padding-bottom: 38px;
}
#c_footer .top .right .nav li {
  font-size: 18px;
  color: #212121;
  transition: 0.5s;
}
#c_footer .top .right .nav li:hover {
  color: #2b3ee3;
}
#c_footer .top .right .wrap {
  border-top: 1px solid #d3d7d9;
  padding-top: 40px;
  display: flex;
  justify-content: space-between;
}
#c_footer .top .right .wrap .h5 {
  font-size: 18px;

  margin-bottom: 18px;
}
#c_footer .top .right .wrap .one {
  max-width: 190px;
}
#c_footer .top .right .wrap .one p {
  font-size: 18px;
  line-height: 30px;
  color: #464646;
}
#c_footer .top .right .wrap #ewm {
  width: 120px;
  height: 120px;
  border: 5px solid white;
}
#c_footer .top .right .wrap .three span {
  font-size: 18px;
  display: block;
  color: #464646;
}
#c_footer .top .right .wrap .three em {
  font-size: 36px;
}
#c_footer .top .right .f-copy {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 160px;
}
#c_footer .top .right .f-copy p {
  font-size: 16px;
  color: #212121;
}
#c_footer .top .right .f-copy p img {
  height: 16px;
  vertical-align: middle;
}
#c_footer .top .right .f-copy .share {
  margin-top: 10px;
}
#c_footer .top .right .f-copy .share a {
  margin-left: 30px;
}
#c_footer .top .right .f-copy .share a i {
  font-size: 22px;
}
#c_footer .top .right .f-copy .share a:first-child {
  margin-left: 0;
}
#c_footer .bottom {
  background: #000000;
  position: sticky;
  bottom: 0;
  left: 0;
  overflow: hidden;
  display: block;
  z-index: 1;
}
#c_footer .bottom .text {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 40px 0;
  transition: transform 1.6s ease-out;
  transform: translate(0);
}
#c_footer .bottom .text .img {
  font-size: 10rem;
  color: white;
  opacity: 0.12;
  font-weight: bold;
  white-space: nowrap;
  will-change: transform width;
  width: max-content;
  padding-right: 30px;
  animation-name: rtl;
  animation-duration: 20s;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-play-state: running;
}
#c_footer .bottom .text .img:hover {
  opacity: 0.15;
}
#c_footer .bottom .footer__cursor {
  z-index: 2;
  pointer-events: none;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  overflow: hidden;
}
#c_footer .bottom .footer__cursor-main {
  pointer-events: auto;
  color: #fff;
  opacity: 0;
  -o-transition: opacity 0.4s ease;
  background-color: #2b3ee3;
  flex-direction: column;
  justify-content: space-between;
  align-items: start;
  width: 140px;
  height: 140px;
  padding: 2rem;
  transition: opacity 0.4s;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
}
#c_footer .bottom .footer__cursor-txt {
  font-size: 18px;
  font-weight: bold;
}
#c_footer .bottom .arr-wrap {
  flex: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
#c_footer .bottom .arr-wrap-24 {
  width: 25px;
  height: 25px;
}
#c_footer .bottom .icon {
  justify-content: center;
  align-items: center;
  display: flex;
}
#c_footer .bottom .arr-wrap .arr-ic-main {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}
#c_footer .bottom .arr-wrap .arr-ic-clone {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-150%, 150%);
}
#c_footer .bottom .arr-hover:hover .arr-ic-main {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.1, 1);
  transform: translate(150%, -150%);
}
#c_footer .bottom .arr-hover:hover .arr-ic-clone {
  transition: transform 0.6s cubic-bezier(0.4, 0, 0.1, 1);
  transform: translate(0);
}
#c_footer .bottom:hover .footer__cursor-main {
  opacity: 1;
}
@media only screen and (min-width: 1817px) {
  .home-tech__top {
    background: linear-gradient(#111112, #111112 calc(100% - 9.3rem), #0000 calc(100% - 9.3rem));
  }
}
@media screen and (max-width: 1800px) {
    .font-80 {
    font-size: 64px;
  }
}
@media screen and (max-width: 1650px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin: 0 20px;
  }
  #banner ul li .content .box .h2 {
    font-size: 55px;
  }
  .font-80 {
    font-size: 64px;
  }
  #index-body .i-product .home-prob__label {
    grid-area: 1/1/2/3;
  }
  .font-68 {
    font-size: 48px;
  }
  #index-body .i-advantage .home-tech__item-inner {
    padding: 30px;
  }
  #index-body .i-advantage .home-tech__item-icon {
    top: 30px;
    right: 30px;
  }
  #index-body .i-advantage .home-tech__link-inner {
    padding: 30px;
  }
  #index-body .i-why .home-why__main-item-inner .icon {
    top: 30px;
    right: 30px;
  }
  #index-body .i-why .home-why__head {
    margin-top: 250px;
  }
  .font-72 {
    font-size: 60px;
  }
  #c_footer .bottom .text .img {
    line-height: 1;
  }
}
/*@media screen and (max-width:1520px){
  #index-body .index-3 .container .index3-l{
    width: 50%;
  }
  #index-body .index-3 .container .index3-r{
    width:50%;
    padding-left: 50px;
  }
}*/
@media screen and (max-width: 1500px) {
  #header .nav .ui.menu {
    padding: 0 40px;
  }
  #banner ul li .content .box .h2 {
    font-size: 45px;
  }
  #banner ul li .content .box p {
    margin-bottom: 30px;
  }
  #banner ul li .content .box .more {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
    padding: 0 40px;
  }
  .font-80 {
    font-size: 50px;
  }
  #index-body .i-product .home-prob__main-item-title {
    font-size: 24px;
  }
  #index-body .i-product .home-prob__main-item-txt {
    font-size: 14px;
    line-height: 23px;
  }
  #index-body .i-product .home-prob__main-item:nth-child(3) {
    margin-top: 180px;
  }
  #index-body .i-product .home-prob__main-item:nth-child(5) {
    margin-top: 100px;
  }
  #index-body .i-advantage .home-tech__head {
    padding: 35px;
  }
  #index-body .i-advantage .home-tech__link-title {
    font-size: 25px;
  }
  #index-body .i-advantage .home-tech__ship {
    max-width: 70%;
  }
  #index-body .i-why .home-why__main-item-sub {
    font-size: 14px;
    line-height: 22px;
    padding-top: 10px;
  }
  #c_footer .top .left .box {
    padding: 30px;
  }
  #c_footer .top .right .wrap .three em {
    font-size: 30px;
  }
}
@media screen and (max-width: 1400px) {
  #header .nav .ui.menu {
    padding: 0 20px;
  }
  #header .nav .ui.menu .inquiry {
    margin-left: 30px;
  }
  #header .nav .ui.menu .language {
    margin-left: 10px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 17px;
    margin: 0 15px;
  }
  #banner ul li .content .box {
    width: 55%;
  }
  #banner ul li .content {
    top: 53%;
  }
  #index-body .i-about .home-intro__richtext-h3 {
    margin-top: 20px;
    font-size: 20px;
  }
  #index-body .home-intro__img {
    margin-bottom: -150px;
  }
  #index-body .i-product .home-prob {
    padding-top: 160px;
  }
  #index-body .i-about .ui.container {
    max-width: 100%;
    padding: 0 50px;
  }
  .font-80 {
    font-size: 40px;
  }
  .font-68 {
    font-size: 40px;
  }
  #index-body .i-advantage .home-tech__item-title {
    font-size: 18px;
  }
  #index-body .i-advantage .home-tech__item-inner {
    padding: 15px;
  }
  #index-body .i-advantage .home-tech__item-icon {
    top: 20px;
    right: 20px;
    width: 40px;
  }
  #index-body .i-advantage .home-tech__ship {
    margin-top: -48px;
  }
  #index-body .i-advantage .home-tech__link-title {
    font-size: 18px;
  }
  #index-body .i-why .home-why__main-item-title {
    font-size: 18px;
  }
  #index-body .i-advantage .arr-wrap-32 {
    width: 28px;
    height: 28px;
  }
  #index-body .i-news .right ul li .h4 {
    padding-right: 30px;
  }
  .font-72 {
    font-size: 45px;
  }
  #c_footer .top .right {
    padding-left: 50px;
  }
  #c_footer .top .right .f-copy {
    margin-top: 95px;
  }
  #c_footer .bottom .text .img {
    font-size: 7rem;
  }
  #c_footer .bottom .footer__cursor-main {
    padding: 15px;
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 1200px) {
  #header {
    display: none;
  }
  #mobile {
    display: block;
  }
  #banner ul li .content {
    padding: 0 35px;
  }
  #banner ul li .content .box .h2 {
    font-size: 38px;
  }
  #index-body .i-about .ui.container {
    padding: 0 20px;
  }
  #index-body .i-about .home-intro__richtext {
    grid-area: 1/10/3/17;
  }
  #index-body .home-intro__img {
    margin-bottom: -70px;
  }
  #index-body .i-product .home-prob__main-item:first-child {
    grid-area: 1/11/2/17;
  }
  #index-body .i-product .home-prob__main-item:nth-child(2) {
    grid-area: 2/4/3/10;
  }
  #index-body .i-product .home-prob__main-item:nth-child(3) {
    margin-top: 100px;
  }
  #index-body .i-product .home-prob__main-item:nth-child(4) {
    grid-area: 3/1/4/6;
    margin-top: -200px;
  }
  #index-body .i-product .home-prob__main-item:nth-child(5) {
    grid-area: 3/7/4/13;
    margin-top: 80px;
  }
  #index-body .i-advantage .bg {
    height: 460px;
  }
  .font-68 {
    font-size: 30px;
  }
  #index-body .i-advantage .home-tech__item-title {
    font-size: 15px;
    line-height: 22px;
  }
  #index-body .i-advantage .home-tech__head {
    margin-top: -160px;
  }
  #index-body .i-why .home-why__main {
    grid-column: 8/17;
  }
  #index-body .i-why .home-why__head {
    grid-column: 1/7;
  }
  #index-body .i-why .home-why__main-item-inner .icon {
    top: 14px;
    right: 14px;
    width: 40px;
  }
  #index-body .i-news .left {
    width: 40%;
    padding-right: 55px;
  }
  #index-body .i-news .right {
    width: 60%;
  }
  #c_footer .top .left .box form input {
    height: 55px;
  }
  #c_footer .top .right .wrap .three em {
    font-size: 19px;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .container.grid {
    grid-template-columns: repeat(12, 1fr);
  }
  #index-body .i-about .container.grid {
    grid-template-columns: repeat(1, 1fr);
  }
  #banner ul li .content .box .h2 {
    font-size: 28px;
  }
  #banner ul li .content .box p {
    font-size: 16px;
    line-height: 25px;
  }
  #index-body .home-intro__label {
    grid-column: 1/3;
  }
  #index-body .i-about .home-intro__title {
    grid-area: 2/1/3/3;
    max-width: 100%;
    margin-bottom: 30px;
  }
  #index-body .home-intro__img {
    grid-area: 4/1/5/2;
    margin-bottom: -440px;
    display: none;
  }
  #index-body .i-about .home-intro__richtext {
    grid-area: 3/1/4/3;
    overflow: hidden;
    margin-bottom: 50px;
  }
  #index-body .i-about .home-intro {
    padding-top: 25px;
  }
  .font-80 {
    font-size: 34px;
  }
  #index-body .i-product .home-prob {
    padding-top: 66px;
  }
  #index-body .i-product .home-prob__title {
    grid-column: 5/12;
  }
  #index-body .i-product .home-prob__main {
    columns: 2;
    grid-area: 2 / 1 / 3 / 13;
    margin-top: 30px;
    display: table-column;
  }
  #index-body .i-product .home-prob__main-item {
    break-inside: avoid;
    margin-bottom: 30px;
    margin-top: 0 !important;
  }
  #index-body .i-advantage .home-tech__head {
    padding: 15px;
    margin-top: -75px;
  }
  .font-68 {
    font-size: 20px;
  }
  #index-body .i-advantage .bg {
    height: 330px;
  }
  #index-body .i-advantage .home-tech__label {
    font-size: 16px;
    margin-bottom: 15px;
  }
  #index-body .i-advantage .home-tech__inner {
    grid-column: 1 / 13;
    grid-template-columns: repeat(4, 1fr);
  }
  #index-body .i-advantage .home-tech__item:nth-child(2) {
    grid-area: 2/3/3/4;
  }
  #index-body .i-advantage .home-tech__item:nth-child(3) {
    grid-area: 3 / 2 / 4 / 3;
  }
  #index-body .i-advantage .home-tech__item:nth-child(4) {
    grid-area: 3 / 4 / 4 / 5;
  }
  #index-body .i-advantage .home-tech__item:nth-child(5) {
    grid-area: 4 / 1 / 5 / 2;
  }
  #index-body .i-advantage .home-tech__item:nth-child(6) {
    grid-area: 4 / 3 / 5 / 4;
  }
  #index-body .i-advantage .home-tech__item:nth-child(7) {
    grid-area: 5 / 2 / 6 / 3;
  }
  #index-body .i-advantage .home-tech__link-inner {
    padding: 15px;
  }
  #index-body .i-advantage .arr-wrap-32 {
    width: 20px;
    height: 20px;
  }
  #index-body .i-advantage .home-tech {
    padding-bottom: 800px;
  }
  #index-body .i-advantage .home-tech__bg-tri {
    margin-top: -48px;
  }
  #index-body .i-why .home-why__head {
    grid-column: 1/13;
  }
  #index-body .i-why .home-why__main {
    grid-column: 1/13;
  }
  #index-body .i-news .left {
    width: 100%;
    padding-right: 0;
  }
  #index-body .i-news .right {
    width: 100%;
    margin-top: 30px;
  }
  #c_footer .top .left {
    width: 100%;
    margin-top: -75px;
  }
  #c_footer .top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  #c_footer .top .right .nav {
    display: none;
  }
  #c_footer .top .right .f-copy {
    margin-top: 40px;
  }
  #c_footer .top {
    padding-bottom: 20px;
  }
}
@media screen and (max-width: 700px) {
  #index-body .container.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #banner ul li .content .box {
    width: 100%;
  }
  #banner ul li .content .box p {
    display: none;
  }
  .font-80 {
    font-size: 26px;
  }
  #index-body .i-product .home-prob__label {
    grid-area: 1/1/2/12;
  }
  #index-body .i-product .home-prob__title {
    grid-area: 2/1/5/13;
  }
  #index-body .i-product .home-prob__main {
    margin-top: 110px;
  }
  #index-body .i-product .ui.container,
  #index-body .i-advantage .ui.container,
  #index-body .i-why .ui.container {
    padding: 0 15px;
  }
  #index-body .i-advantage .home-tech__inner {
    grid-column: 1 / 3;
    grid-template-columns: repeat(2, 1fr);
  }
  #index-body .i-advantage .home-tech__item:nth-child(2n) {
    grid-column: 1 / 2;
  }
  #index-body .i-advantage .home-tech__item:nth-child(odd) {
    grid-column: 2 / 3;
  }
  #index-body .i-advantage .home-tech__item:nth-child(4) {
    grid-row: 4 / 5;
  }
  #index-body .i-advantage .home-tech__item:nth-child(5) {
    grid-row: 5 / 6;
  }
  #index-body .i-advantage .home-tech__item:nth-child(6) {
    grid-row: 6 / 7;
  }
  #index-body .i-advantage .home-tech__item:nth-child(7) {
    grid-row: 7 / 8;
  }
  #index-body .i-advantage .home-tech__ship {
    max-width: 48%;
    margin-top: 0;
  }
  #index-body .i-why .home-why__title {
    margin-bottom: 28px;
  }
  #index-body .i-news {
    padding: 50px 0 100px;
  }
  .font-72 {
    font-size: 30px;
  }
  #c_footer .top .left .box .icon img {
    width: 50px;
  }
  #c_footer .top .left .box form {
    margin-top: 16px;
  }
  #c_footer .top .right .wrap .two {
    display: none;
  }
  #c_footer .top .right .wrap {
    flex-wrap: wrap;
  }
  #c_footer .top .right .wrap .one {
    max-width: 100%;
    width: 100%;
  }
  #c_footer .top .right .wrap .three {
    width: 100%;
    margin-top: 20px;
  }
  #c_footer .bottom .footer__cursor {
    display: none;
  }
}
@media screen and (max-width: 500px) {
  #index-body .container.grid {
    grid-template-columns: repeat(2, 1fr);
  }
  #banner ul li .content .box .h2 {
    font-size: 18px;
  }
  .font-80 {
    font-size: 23px;
  }
  #index-body .i-product .home-prob__main {
    flex-direction: column;
    grid-area: 3 / 1 / 4 / 3;
    margin-top: 5rem;
    display: flex;
  }
  #index-body .i-product .home-prob__label {
    grid-column: 1/3;
  }
  #index-body .i-product .home-prob__title {
    grid-area: 2/1/3/3;
  }
  #index-body .i-why .home-why__main-item:nth-child(2),
  #index-body .i-why .home-why__main-item {
    grid-column: 1/3;
    margin: 20px 0;
  }
  #index-body .i-why .home-why__main-item-sub {
    display: block;
  }
  #index-body .i-news .right ul li .h4 {
    font-size: 17px;
  }
}



 
/*-------------------------------------inner-page-----------------------------------*/
.inner-banner {
  /*background: #f6f5ed;*/
  height: 540px;
  padding-top: 200px;
  text-align: center;
  color: white;
}
.inner-banner h2 {
  font-size: 50px; 
  line-height: 1.2;
  text-transform: capitalize;
}
.inner-banner .down {
  display: block;
  margin-top: 8px;
  font-size: 20px;
  line-height: 36px;
}
.mbx {
  font-size: 18px;
  line-height: 32px;
  margin-top: 10px;
}
.inner-page span.tag {
  font-size: 24px;
  line-height: 28px;
  color: #919191;
}
.inner-page h2.title {
  font-size: 80px;
  line-height: 1.1;
  color: #000;
  margin-top: 16px;

}
.inner-page .sidebox .sideleft {
  width:73%;
}
.inner-page .sidebox .sideright {
  width: 27%;
  background: #fff;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
  padding: 40px 30px;
}
.inner-page .sidebox .sideright .wide {
  margin-top: 30px;
}
.inner-page .sidebox .sideright .wide h5 {
  font-size: 24px;
  line-height: 36px;
  margin-bottom: 20px;

}
.inner-page .sidebox .sideright .wide form {
  width: 100%;
  position: relative;
}
.inner-page .sidebox .sideright .wide form input {
  width: 100%;
  padding: 12px 19px 12px 48px;
  border: 1px solid #9a9a9a;
  background: transparent;
  font-size: 18px;
  color: #9a9a9a;
}
.inner-page .sidebox .sideright .wide form input[type="submit"] {
  position: absolute;
  top: 0;
  left: 0;
  width: 45px;
  height: 52px;
  background: url(../images/tc-zoom.png) no-repeat center center;
  padding: 0;
  border: 0;
}
.inner-page .sidebox .sideright .wide:nth-child(1) {
  margin-top: 0;
}
.inner-page .sidebox .sideright .wide ul li {
  font-size: 18px;
  line-height: 48px;
  color: #181818;
}
.inner-page .sidebox .sideright .wide ul li a {
  display: inline-block;
  position: relative;
  padding: 0 20px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li i{
  float: right;
  font-size: 20px;
  line-height: 48px;
}
.inner-page .sidebox .sideright .wide ul li a::before {
  content: '';
  position: absolute;
  top: 22px;
  left: 0;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide ul li a:hover,
.inner-page .sidebox .sideright .wide ul li a.active {
  color: var(--color);
}
.inner-page .sidebox .sideright .wide ul li a:hover::before,
.inner-page .sidebox .sideright .wide ul li a.active::before{
  background: var(--color);
}
.inner-page .sidebox .sideright .wide ul li.active ul{
  display: block;
}
.inner-page .sidebox .sideright .wide ul li ul{
  display: none;
}
.inner-page .sidebox .sideright .wide ul li ul li a::before{
  display: none;
}
.inner-page .sidebox .sideright .wide dd {
  font-size: 14px;
  padding: 8px 18px;
  margin: 0 5px 5px 0;
  border: 1px solid #d1d0c8;
  display: inline-block;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sidebox .sideright .wide dd:hover {
  color: var(--color);
}
.m-page {
    text-align: center;
    float: none;
    margin: 30px -5px 0;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 18px;
    line-height: 35px;
    border-radius: 5px;
    color: #111;
    font-weight: 500;
    -moz-box-shadow: 0 2px 10px 0 #d8dde6;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 rgb(31 26 23 / 13%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    background: #1d54c9 none repeat scroll 0 0;
    color: #fff;
}
.inner-page .m-page {
  margin-top: 140px;
}
.inner-page .m-page a,
.inner-page .m-page span {
  width: 52px;
  height: 52px;
  line-height: 49px;
  display: inline-block;
  text-align: center;
  border: 1px solid #D1D0C8;
  background: transparent;
  margin: 2px 5px 2px 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  font-size: 18px;
  color: #181818;
}
.inner-page .m-page a:hover {
  background: #fff;
}
.inner-page .m-page span.current {
  background: #000;
  color:#fff;
}
.about-page .about-1 {
  padding: 60px 0;
}
.about-page .about-1 .top .img {
  width: 41.5%;
  position: relative;
 
  vertical-align: middle;
}
.about-page .about-1 .top .img  .play-tw{
position: absolute;
top:50%;
left:50%;
transform: translate(-50%,-50%);
font-size: 32px;
color: #fff;
cursor: pointer;
}
.about-page .about-1 .top .img  .play-tw::after{
  content:'';
    position: absolute;
  left: 50%;
  top: 50%;
  /*background: pink;*/
  border-radius: 100%;
  opacity: 0;
   -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 109px;
  height: 109px;
  background: var(--color);
  /*border: 3px dotted var(--color);*/
animation: wave-animation 1.1s ease-out infinite;
   z-index: 2;
}
.about-page .about-1 .top .img  .play-tw::before{
  content:'';
    position: absolute;
  left: 50%;
  top: 50%;
  /*background: pink;*/
  border-radius: 100%;
  opacity: 0;
   -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 79px;
  height: 79px;
    background: var(--color);
  /*border: 3px dotted var(--color);*/
animation: wave-animation 1.1s ease-out infinite;
   z-index: 2;
}
.about-page .about-1 .top .img  .play-tw i{
  position: relative;
  z-index: 3;
}
.about-page .about-1 .top .img .i2 {
  position: absolute;
  right: 0;
  bottom: 0;
}
@keyframes wave-animation {
  0% {
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 0.6;
  }
  100% {
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
.about-page .about-1 .top .text {
  width: 58.5%;
  vertical-align: middle;
  padding-right: 7.4%;
}
.about-page .about-1 .top .text .con {
  font-size: 18px;
  line-height: 30px;
  margin-top: 20px;
  color: #919191;

}
.about-page .about-1 .top .text .time {
  margin-top: 30px;
  font-size: 18px;
  color: #919191;
  letter-spacing: 1px;
}
.about-page .about-1 .top .text .more {
  font-size: 16px;
  line-height: 30px;
  margin-top: 40px;
  padding: 22px 43px;
}
.about-page .about-1 ul {
  margin-top: 60px;
}
.about-page .about-1 ul li p{
      font-size: 24px;
    line-height: 44px;
    text-align: center;
}
.about-page .about-1 ul li h2{
      font-size: 80px; 
    line-height: 1.2;
    text-align: center;
}
.about-page .about-1 #index-body .about {
  padding: 0;
}
.about-page .about-1 #index-body .about .bottom {
  padding-top: 120px;
}
.about-page .about-2 .ui.container {
  max-width: 1920px;
  width: 100%;
}
.about-page .about-2 .box {
  background: url(/tubemillline/2025/06/06/video.jpg) no-repeat center center;
  background-size: cover;
  padding: 16.3%;
  text-align: center;
  position: relative;
  z-index: 1;
}
.about-page .about-2 .box .play {
  font-size: 14px;
  font-weight: 500;
  letter-spacing: 2px;
  fill: rgba(255, 255, 255, 0.9);
  color: rgba(255, 255, 255, 0.9);
  background-color: rgba(71, 26, 26, 0);
  border: 2px solid #fff;
  border-radius: 50px;
  display: inline-block;
  width: 101px;
  height: 101px;
  line-height: 100px;
  position: relative;
}
.about-page .about-2 .box .play i {
  position: absolute;
  top: 40%;
  left: 35%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(232, 200, 37, 0.5);
  opacity: 0;
}
.about-page .about-2 .box .play:hover i {
  opacity: 1;
}
.about-page .about-2 .box::after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;

}

.about-page .about-3 .header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-3 .header .left {
  width: 40%;
}
.about-page .about-3 .header .middle {
  width: 42%;
  padding-top: 50px;
  font-size: 18px;
  line-height: 1.6;
  color: #919191;
}
.about-page .about-3 .header .right {
  width: 13%;
  text-align: right;
  padding-top: 75px;
}
.about-page .about-3 .header .right .swiper-button-next,
.about-page .about-3 .header .right .swiper-button-prev {
  position: inherit;
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid #D1D0C8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  line-height: 44px;
  text-align: center;
  color:#000;
}
.about-page .about-3 .header .right .swiper-button-next:hover,
.about-page .about-3 .header .right .swiper-button-prev:hover {
  border-color: var(--color);
  background-color: var(--color);
}
.swiper-button-prev::after,.swiper-button-next::after{
  font-size: 18px;
}
.about-page .about-3 .header .right .swiper-button-next {
  /*background: url(../images/p-next.png) no-repeat center center;*/
}
.about-page .about-3 .header .right .swiper-button-prev {
  /*background: url(../images/p-prev.png) no-repeat center center;*/
}
.about-page .about-3 .content {
  margin-top: 45px;
}
.about-page .about-3 .content .swiper-container {
  overflow: inherit;
}
.about-page .about-3 .content .swiper-slide {
  position: relative;
  overflow: hidden;
}
.about-page .about-3 .content .swiper-slide a.img-box {
  display: block;
  /*height: 421px;*/
  background-position: center center;
  background-size: cover;
  background-repeat: no-repeat;
}
/*.about-page .about-3 .content .swiper-slide:nth-child(odd) {
  width: 35% !important;
}
.about-page .about-3 .content .swiper-slide:nth-child(even) {
  width: 65% !important;
}*/
.about-page .about-3 .content .swiper-slide .desc {
  width: auto;
  max-width: -webkit-calc(70%);
  max-width: -moz-calc(70%);
  max-width: calc(70%);
  height: auto;
  position: absolute;
  bottom: 27px;
  left: 0;
  padding: 23px 28px 21px;
  background-color: #f6f5ed;
  -webkit-transform: translateX(-100%);
  -moz-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
}
.about-page .about-3 .content .swiper-slide .desc h5 {
  font-size: 22px;
  line-height: 1.1;
  font-weight: bold;
}
.about-page .about-3 .content .swiper-slide .desc .post_meta {
  font-size: 16px;
  color: #919191;
  line-height: 1.7;
}
.about-page .about-3 .content .swiper-slide:hover .desc {
  -webkit-transform: translateX(0);
  -moz-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}
.about-page .about-3 #index-body .init2 {
  padding: 100px 0 0 0;
  background: #f6f5ed;
}
.about-page .about-4 {
  padding: 60px 0 200px;
}
.about-page .about-4 .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: space-between;
}
.about-page .about-4 .box .left {
  width: 32%;
}
.about-page .about-4 .box .right {
  width: 52%;
}
.about-page .about-4 .box .right .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
.about-page .about-4 .box .right .top .desc {
  font-size: 18px;
  line-height: 1.8;
  color: #919191;
}
.about-page .about-4 .box .right .top .mores {
  width: 25.876%;
  text-align: right;
  font-size: 16px;
  color: #181818;
  line-height: 1;
}
.about-page .about-4 .box .right .top .mores i {
  display: inline-block;
  margin-left: 5px;
}
.about-page .about-4 .bottom {
  margin-top: 50px;
}
.about-page .about-4 .bottom ul {
  margin-right: -20px;
}
.about-page .about-4 .bottom ul .slick-track{
  margin-left: 0;
}
.about-page .about-4 .bottom ul li {
  padding-right: 20px;
}
.about-page .about-4 .bottom ul li .img-box{
  display: block;
}
.about-page .about-4 .bottom ul li .ig {
  padding: 15px 30px;
  min-height: 130px;
  background-color: #fff;
  border: 1px solid #D1D0C8;
  text-align: center;
  line-height: 130px;
  position: relative;
}
.about-page .about-4 .bottom ul li .ig img {
  display: inline-block;
  vertical-align: middle;
}
.about-page .about-4 .bottom ul li .ig .info {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -moz-box-orient: vertical;
  -moz-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  line-height: 1;
  opacity: 0;
  background: #fff;
}
.about-page .about-4 .bottom ul li .ig .info h3 {
  font-size: 18px;
  line-height: 1.5;
  color: #222733;
}
.about-page .about-4 .bottom ul li .ig .info p {
  font-size: 16px;
  color: #7a7e83;
  line-height: 1.5;
}
.about-page .about-4 .bottom ul li .ig:hover .info {
  opacity: 1;
}
@media screen and (max-width: 1650px){
  .inner-banner h2{
    font-size: 50px;
  }
  .inner-page h2.title{
    font-size: 55px;
  }
}
@media screen and (max-width: 1400px){
  .inner-banner h2{
    font-size: 40px;
  }
  .inner-page h2.title {
    font-size: 52px;
  }
}
@media screen and (max-width: 1280px) {
  .inner-banner{
    padding-top: 85px;
    height: 390px;
  }
  .about-page .about-1 .top .img {
    width: 47.5%;
  }
  .about-page .about-1 .top .text {
    width: 52.5%;
    padding-left: 4%;
  }
  .inner-page h2.title {
    font-size: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .about-page .about-1 {
    padding: 100px 0;
  }
  .inner-page h2.title {
    font-size: 40px;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 100px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 100px 0;
  }
}
@media screen and (max-width: 1000px) {
  .inner-banner {
    height: 350px;
    padding-top: 80px;
    margin-top: 40px;
  }
  .inner-banner h2 {
    font-size: 30px;
  }
  .inner-banner .down {
    margin-top: 10px;
  }
  .mbx {
    margin-top: 10px;
  }
  .about-page .about-1 {
    padding: 60px 0;
  }
  .about-page .about-1 .top .img {
    width: 100%;
  }
  .about-page .about-1 .top .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .inner-page h2.title {
    font-size: 42px;
  }
  .about-page .about-1 #index-body .about .bottom {
    padding-top: 60px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 60px 0;
  }
  .about-page .about-3 #index-body .init2 {
    padding-top: 60px;
  }
}
@media screen and (max-width: 700px) {
  .inner-banner{
    height: 280px;
  }
  .inner-banner h2 {
    font-size: 24px;
  }
  .mbx {
    font-size: 16px;
    line-height: 1.6;
  }
  .about-page .about-1 {
    padding: 30px 0;
  }
  .inner-page h2.title {
    font-size: 36px;
  }
  .about-page .about-2 .box .play {
    width: 90px;
    height: 90px;
    line-height: 90px;
  }
  .about-page .about-3,
  .about-page .about-4 {
    padding: 30px 0;
  }
  .about-page .about-3 .header {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-3 .header .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-3 .header .middle {
    padding-top: 20px;
    width: 75%;
    font-size: 16px;
  }
  .about-page .about-3 .header .right {
    padding-top: 36px;
    width: 25%;
  }
  .about-page .about-3 .content .swiper-slide a.img-box {
    height: 221px;
  }
  .about-page .about-4 .box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .left {
    width: 100%;
    text-align: center;
  }
  .about-page .about-4 .box .right {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .desc {
    font-size: 16px;
    line-height: 30px;
  }
}
@media screen and (max-width: 500px) {
  .inner-banner {
    height: 220px;
    padding-top: 50px;
  }
  .inner-banner h2 {
    font-size: 24px;
    line-height: 44px;
    display: none !important;
  }

  .inner-banner .down {
    display: none;
  }
  .mbx {
    margin-top: 5px;
    font-size: 14px;
    line-height: 28px;
  }
  .about-page .about-1 .top .img {
    display: none;
  }
  .about-page .about-1 .top .text {
    padding-top: 0;
  }
  .about-page .about-1 .top .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .about-page .about-1 .top .text .time {
    margin-top: 15px;
  }
  .about-page .about-1 .top .text .more {
    margin-top: 15px;
  }
  .inner-page h2.title {
    font-size: 30px;
    line-height: 1.4;
  }
  .about-page .about-2 .box .play {
    width: 80px;
    height: 80px;
    line-height: 80px;
  }
  .about-page .about-3 .header .middle {
    width: 100%;
  }
  .about-page .about-3 .header .right {
    width: 100%;
  }
  .about-page .about-3 .content {
    margin-top: 25px;
  }
  .about-page .about-4 .box .right {
    padding-top: 20px;
  }
  .about-page .about-4 .box .right .top {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .about-page .about-4 .box .right .top .desc {
    width: 100%;
  }
  .about-page .about-4 .box .right .top .mores {
    width: 100%;
  }
  .about-page .about-4 .bottom {
    margin-top: 20px;
  }
}
.product-page {
  padding: 60px 0 0px;
}
/*.product-page .sidebox .sideleft .top {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}*/
.product-page .sidebox .sideleft .top h1 {
  font-size: 25px;
  line-height: 1.4;

  padding-right: 8px;
}
.product-page .sidebox .sideleft .top .desc{
font-size: 16px;
    line-height: 30px;
    margin-top: 20px;
    color: #919191;

    max-height: 150px;
    padding-right: 20px;
    overflow-y: scroll;
    margin-bottom: 30px;
}
.product-page .sidebox .sideleft .top .category {
  width: 245px;
  position: relative;
}
.product-page .sidebox .sideleft .top .category span {
  font-size: 16px;
  line-height: 1.3;
  color: #181818;
  padding: 0 25px 0 0;
  display: block;
  width: 100%;
}
.product-page .sidebox .sideleft .top .category span i {
  float: right;
  font-size: 20px;
}
.product-page .sidebox .sideleft .top .category ul {
  position: absolute;
  top: 100%;
  right: 0;
  width: 300px;
  background: #fff;
  padding: 15px;
  z-index: 1;
  display: none;
  max-height: 300px;
  overflow: auto;
}
.product-page .sidebox .sideleft .top .category ul li {
  font-size: 14px;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .top .category ul li:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
  border-bottom: none;
}
.product-page .sidebox .sideleft .top .category ul li:hover {
  color: var(--color);
}
.product-page .sidebox .sideleft .top .category:hover ul,
.product-page .sidebox .sideleft .top .category.active ul {
  display: block;
}
.product-page .sidebox .sideleft .list {
  margin: 60px 0;
}
.product-page .sidebox .sideleft .list ul {
  margin: 15px;
}
.product-page .sidebox .sideleft .list ul li {
  width: 33.33%;
      padding: 15px;
    border: solid 1px #e2e2e2;
}
.product-page .sidebox .sideleft .list ul li .img {
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box {
  display: block;
  position: relative;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box:hover .i2{
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .img a.img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon {
  position: absolute;
  top: 43%;
  left: 0;
  width: 100%;
  text-align: center;
  /*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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;*/
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-page .sidebox .sideleft .list ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  margin: 4px;
  background: #fff;
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  line-height: 47px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover {
  margin-top: -4px;
}
.product-page .sidebox .sideleft .list ul li .img .icon a:hover img {
  -webkit-filter: none;
  filter: none;
}
.product-page .sidebox .sideleft .list ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.product-page .sidebox .sideleft .list ul li .img:hover .icon {
  opacity: 1;
}
.product-page .sidebox .sideleft .list ul li .text {
  background: #eaeef0;
  padding: 25px;
}



.product-page .sidebox .sideleft .list ul li .text h3 {
  font-size: 20px;
  line-height: 1.4;
  min-height: 84px;
}
.product-page .sidebox .sideleft .list ul li .text .con {
  font-size: 18px;
  line-height: 30px;
  color: #919191;
}
.huhu{
  white-space: nowrap;
    margin-left: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 380px;
    display: block;
    float: right;
}
.haha {
  margin-bottom: 40px;
}
.zhishi{
  font-size: 32px;
  line-height: 1.4;
  text-align: left;
  text-transform:capitalize;

  margin-bottom: 30px;
}
.bankuai{
  font-size: 16px;
  line-height: 30px;
}
.bankuai h3{
  font-size: 20px;
  line-height: 36px;
  margin: 10px 0;
}
@media screen and (max-width: 1200px){
  .inner-page .sidebox .sideright{
    display: none;
  }
  .inner-page .sidebox .sideleft{
    width: 100%;
  }
}
@media screen and (max-width: 1000px) {
  .product-page {
    padding: 60px 0;
  }
  .inner-page .sidebox .sideleft {
    width: 100%;
    padding-right: 0;
  }
  .inner-page .sidebox .sideright {
    display: none;
  }
  .body-overflow-box {
    overflow: hidden !important;
  }
  .prodet-page .prodet-1 .img{
    width: 100%;
  }
  .prodet-page .prodet-1 .text{
    width: 100%;
  }
  .product-page .sidebox .sideleft .list ul li{
    width: 50%;
  }
}
@media screen and (max-width: 700px) {
  .product-page {
    padding: 30px 0;
  }
  .product-page .sidebox .sideleft .top .desc{
    display: none;
  }
  .product-page .sidebox .sideleft .list {
    margin-top: 0px;
  }
  .product-page .sidebox .sideleft .list ul {
    margin: 0 -25px -25px 0;
  }
  .product-page .sidebox .sideleft .list ul li {
    padding: 0 15px 25px 0;
    width: 100%;
  }
  .product-page .sidebox .sideleft .list ul li .text {
    padding-top: 15px;
  }
  .product-page .sidebox .sideleft .list ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .product-page .sidebox .sideleft .list ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .haha, .huhu{
    display: none!important;
  }
}
.prodet-page {
  padding: 120px 0 125px;
}
.prodet-page .prodet-1 {
  display: flex;
  flex-wrap: wrap;
}
.prodet-page .prodet-1 .img{
  display: flex;
}
.prodet-page .prodet-1 .img .big-img {
  position: relative;
  overflow: hidden;
  width: calc(100% - 155px);
}
.prodet-page .prodet-1 .img .big-img img {
  width: 100%;
  position: relative;
}
.prodet-page .prodet-1 .img .big-img .i2{
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  -webkit-transition: .5s ease;
  -moz-transition: .5s ease;
  transition: .5s ease;
}
.prodet-page .prodet-1 .img .big-img:hover .i2{
  opacity: 1;
}
.prodet-page .prodet-1 .img .big-img .fd {
  position: absolute;
  z-index: 1;
  top: 20px;
  right: 20px;
}
.prodet-page .prodet-1 .img .big-img .fd a {
  display: block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  border-radius: 50%;
  background: #fff;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  text-align: center;
  font-size: 18px;
}
.prodet-page .prodet-1 .text {
  padding-right: 50px;
}
.prodet-page .prodet-1 .text h1 {
  font-size: 34px;
  line-height: 1.4;
  margin-bottom: 30px;
}
.prodet-page .prodet-1 .text .con {
  font-size: 18px;
  line-height: 1.8;
  height: 288px;
  overflow: auto;
  color: #919191;
}
.prodet-page .prodet-1 .text .more {
  margin-top: 35px;
  display: block;
}
.prodet-page .prodet-1 .text .more button{
  font-size: 18px;
  background: #2f318b;
  color: white;
  height: 50px;
  line-height: 50px;
  padding: 0 30px;
  border: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .more button:hover{
  background: #222;
}
.prodet-page .prodet-1 .text .m-link{
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .m-link a{
  display: block;
  font-size: 18px;
  line-height: 1.8;
  color: #181818;
}
.prodet-page .prodet-1 .text .m-link a em{
  text-transform: uppercase;
}
.prodet-page .prodet-1 .text .list {
  margin-top: 35px;
}
.prodet-page .prodet-1 .text .list p {
  font-size: 18px;
  line-height: 1.6;
  color: #181818;
}
.prodet-page .prodet-1 .text .list p a {
  display: inline-block;
  color: #919191;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-1 .text .list p a:hover {
  color: var(--color);
}
.prodet-page .prodet-1 .text .list p span {
  color: #919191;
}
.prodet-page .prodet-1 .img .gallery-img{
  width: 140px;
  margin-right: 10px;
}
.prodet-page .prodet-1 .img .gallery-img ul{
  margin: -5px 0;
}
.prodet-page .prodet-1 .img .gallery-img ul li{
  padding: 5px 0;
  cursor: pointer;
}
.prodet-page .prodet-1 .img .gallery-img ul li a{
  display: block;
  background: #fff;
}
.prodet-page .prodet-1 .img .gallery-img ul li a img{
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-2 {
  padding: 65px 0;
}
.prodet-page .prodet-2 .options {
  margin-bottom: 35px;
}
.prodet-page .prodet-2 .options ul li {
  display: inline-block;
  padding: 3px 6px;
  margin: 0 -6px;
  position: relative;
  border-radius: 4px 4px 0 0;
}
.prodet-page .prodet-2 .options ul li a {
  padding: 21px;
  min-width: 278px;
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1.5px;
  border-top: 2px solid  #181818;
  font-weight: bold;
  background: #fff;
  color: #181818;
  display: block;
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options ul li:hover a,
.prodet-page .prodet-2 .options ul li.active a {
  background: #efefef;
}
.prodet-page .prodet-2 .ret .slide .content {
  font-size: 18px;
  line-height: 32px;
  color: #919191;
}
.prodet-page .prodet-2 .ret .slide .content table td,table td{
  border: none;
  word-break: normal;
  min-width: 120px;
}
.prodet-page .prodet-2 .ret .slide .content table tr:nth-child(odd) td{
  background-color: #f7f7f7;
}
.prodet-page .prodet-2 .ret .slide .con h4 {
  font-size: 44px;
  line-height: 1.2;
  margin-bottom: 25px;
  /*font-weight: bold;*/
}
.prodet-page .prodet-2 .ret .slide .con .left {
  padding: 0 15px;
  display: none;
}
.prodet-page .prodet-2 .ret .slide .con .left ul {
  margin-bottom: -20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li {
  padding-bottom: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li .desc {
  font-size: 16px;
  line-height: 1.8;
  color: #919191;
  margin-top: 10px;
}
.prodet-page .prodet-2 .ret .slide .con .left ul li span {
  font-size: 20px;
  line-height: 1.4;
  font-weight: bold;
  display: inline-block;
  margin-top: 20px;
}
.prodet-page .prodet-2 .ret .slide .con .right {
  padding: 0 15px;
  width: 100%;
}
.prodet-page .prodet-2 .ret .slide .con .right p {
  font-size: 18px;
  line-height: 32px;
  color: #919191;
}
.prodet-page .prodet-2 .ret .slide .con .right form {
  margin-top: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul {
  margin-bottom: -24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li {
  margin-bottom: 24px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li label {
  display: block;
  font-size: 16px;
  line-height: 30px;
  color: #181818;
  font-weight: 500;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="text"],
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  padding: 10px 0;
  width: 100%;
  background: transparent;
  border: none;
  border-bottom: 1px solid #d1d0c8;
  font-size: 16px;
  line-height: 30px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="submit"]{
  width: 100%;
  height: 50px;
  color: white;
  background: #2b3ee3;
  border: none;
  font-size: 18px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate {
  margin-top: 7px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i {
  font-size: 18px;
  color: var(--color);
  position: relative;
  width: 18px;
  display: inline-block;
  cursor: pointer;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i::after {
  content: "\f006";
  position: absolute;
  top: 0;
  left: 0;
  font-size: 18px;
  font-family: 'fontAwesome';
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i:hover::after,
.prodet-page .prodet-2 .ret .slide .con .right form ul li .rate i.active::after {
  content: "\f005";
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li textarea {
  height: 96px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li input[type="checkbox"] {
  display: inline-block;
  padding: 0;
  width: auto;
  vertical-align: middle;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li span {
  font-size: 14px;
  color: #a7a7a7;
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.prodet-page .prodet-2 .ret .slide .con .right form ul li .more {
  padding: 21px 38px 20px;
}
.prodet-page .prodet-3 h3 {
  font-size: 45px;
  line-height: 1.1;

  margin-bottom: 55px;
}
.prodet-page .prodet-3 .content ul {
  margin-right: -30px;
}
.prodet-page .prodet-3 .content ul li {
  padding-right: 30px;
}
.prodet-page .prodet-3 .content ul li .img {
  position: relative;
}
.prodet-page .prodet-3 .content ul li .img .img-box {
  display: block;
}
.prodet-page .prodet-3 .content ul li .img .img-box img {
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  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-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -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;
  opacity: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-3 .content ul li .img .icon a {
  display: inline-block;
  width: 47px;
  height: 47px;
  line-height: 47px;
  text-align: center;
  background: #fff;
  border-radius: 50%;
  -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.06);
  -webkit-transition: all .2s ease;
  -moz-transition: all .2s ease;
  transition: all .2s ease;
}
.prodet-page .prodet-3 .content ul li .img .icon a img {
  display: inline-block;
  vertical-align: middle;
}
.prodet-page .prodet-3 .content ul li .img:hover .img-box img {
  -webkit-transform: scale(1.1, 1.1);
  -moz-transform: scale(1.1, 1.1);
  -ms-transform: scale(1.1, 1.1);
  transform: scale(1.1, 1.1);
}
.prodet-page .prodet-3 .content ul li .img:hover .icon {
  opacity: 1;
}
.prodet-page .prodet-3 .content ul li .text {
  padding-top: 25px;
}
.prodet-page .prodet-3 .content ul li .text h3 {
  font-size: 18px;
  line-height: 32px;
  min-height: 4rem;
  margin-bottom: 0;
}
.prodet-page .prodet-3 .content ul li .text .con {
  font-size: 16px;
  line-height: 30px;
  color: #919191;
}
@media screen and (max-width: 1000px) {
  .prodet-page {
    padding: 60px 0;
  }
  .prodet-page .prodet-1 .text {
    padding-right: 20px;
  }
  .prodet-page .prodet-1 .text h1 {
    font-size: 30px;
    margin-bottom: 10px;
  }
  .prodet-page .prodet-1 .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .text .more {
    margin-top: 15px;
    padding: 15px 30px;
  }
  .prodet-page .prodet-1 .text .list {
    margin-top: 15px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    width: 100%;
    padding: 15px 0;
  }
  .prodet-page .prodet-2 .ret .slide .con .right {
    width: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 700px) {
  .prodet-page {
    padding: 30px 0;
  }
  .prodet-page .prodet-1 .img {
    width: 100%;
  }
  .prodet-page .prodet-1 .text {
    width: 100%;
    padding: 20px 0 0 0;
  }
  .prodet-page .prodet-2 {
    padding-top: 30px;
  }
  .prodet-page .prodet-2 .options {
    margin-bottom: 20px;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: 230px;
    padding: 10px 0;
  }
  .prodet-page .prodet-2 .ret .slide .content {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-3 {
    padding-top: 30px;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .prodet-page .prodet-3 .content ul {
    margin-right: -15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding-right: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text {
    padding-top: 15px;
  }
  .prodet-page .prodet-3 .content ul li .text h3 {
    font-size: 18px;
    line-height: 32px;
  }
  .prodet-page .prodet-3 .content ul li .text .con {
    font-size: 16px;
    line-height: 30px;
  }
  .prodet-page .prodet-1 .img .big-img{
    height: auto;
  }
}
@media screen and (max-width: 500px) {
  .prodet-page .prodet-1 .text h1 {
    font-size: 26px;
    line-height: 1.6;
  }
  .prodet-page .prodet-1 .text .list p {
    font-size: 16px;
  }
  .prodet-page .prodet-2 .options ul li {
    display: block;
    width: 100%;
  }
  .prodet-page .prodet-2 .options ul li a {
    min-width: auto;
    width: 100%;
  }
  .prodet-page .prodet-3 h3 {
    font-size: 30px;
  }
  .prodet-page .prodet-2 .ret .slide .con .left {
    display: none;
  }
}
.service-page {
  padding: 120px 0 0px;
}
.service-page .service-1 {
  padding-bottom: 90px;
  background: url(../images/service-bg.jpg) no-repeat center;
}
.service-page .service-1 #index-body .about {
  padding: 0;
}
.service-page .service-1 #index-body .about .top .text h2.title {
  font-size: 56px;
  line-height: 1.2;

}
.service-page .service-1 #index-body .about .top .text h3 {
  font-size: 22px;
  line-height: 40px;
  color: #181818;
  font-weight: 400;
  margin-top: 32px;
}
.service-page .service-1 #index-body .about .top .text p {
  font-size: 18px;
  line-height: 32px;
  color: #919191;
      padding-top: 50px;
}
.service-page .service-1 #index-body .about .top .text .btn {
  margin-top: 30px;
}
.service-page .service-1 #index-body .about .top .img {
  text-align: right;
  padding: 0 0 50px 0;
  position: relative;
}
.service-page .service-1 #index-body .about .top .img .i2 {
  position: absolute;
  left: 0;
  bottom: 0;
  top: auto;
  z-index: 1;
}
.service-page .service-2 {
  background: #f7f7f7;
  padding: 90px 0;
}
.service-page .service-2 .header {
  width: 70%;
  margin: 0 auto;
}
.service-page .service-2 .content {
  margin-top: 45px;
}
.service-page .service-2 .content ul {
  margin-right: -30px;
}
.service-page .service-2 .content ul li {
  padding-right: 30px;
}
.service-page .service-2 .content ul li .ig {
  text-align: center;
}
.service-page .service-2 .content ul li .ig .img-box {
  display: block;
  width: 60%;
  margin: 0 auto;
  border-radius: 50%;
}
.service-page .service-2 .content ul li .ig .text {
  padding-top: 28px;
}
.service-page .service-2 .content ul li .ig .text span {
  font-size: 18px;
  color: #919191;
  line-height: 1.6;
  text-transform: uppercase;
}
.service-page .service-2 .content ul li .ig .text h3 {
  font-size: 24px;
  line-height: 44px;
  margin-top: 10px;

}
.service-page .service-2 .content ul li .ig .text p {
  font-size: 18px;
  line-height: 1.8;
  color: #919191;
  margin-top: 10px;
}
.service-page .service-2 .content ul li .ig .text .mores {
  width: 47px;
  height: 47px;
  line-height: 45px;
  text-align: center;
  background: #fff;
  border: 1px solid #d1d0c8;
  border-radius: 50%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin-top: 25px;
  display: inline-block;
}
.service-page .service-2 .content ul li .ig .text .mores img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-2 .content ul li .ig .text .mores:hover {
  background: var(--color);
  border-color: var(--color);
}
.service-page #index-body .init1 h3 {
  width: 46%;
}
.service-page #index-body .rate {
  padding: 0 0 25px 0;
}
.service-page .service-3 {
  padding: 120px 0;
}
.service-page .service-3 .top .img {
  vertical-align: middle;
}
.service-page .service-3 .top .img .info {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0 70px;
  width: 100%;
}
.service-page .service-3 .top .img img {
  width: 48.2%;
  margin-right: 20px;
}
.service-page .service-3 .top .img img:last-child {
  margin: 0 0 0 20px;
}
.service-page .service-3 .top .text {
  padding-left: 48px;
  vertical-align: middle;
}
.service-page .service-3 .top .text .box {
  width: 80%;
}
.service-page .service-3 .top .text .box h2.title {
  line-height: 1.2;
  width: 90%;
}
.service-page .service-3 .top .text .box p {
  font-size: 18px;
  line-height: 1.8;
  color: #919191;
  margin-top: 20px;
}
.service-page .service-3 .top .text .box .more {
  padding: 21px 29px 20px 28px;
  margin-top: 45px;
}
.service-page .service-3 .bottom {
  padding-top: 120px;
}
.service-page .service-3 .bottom ul {
  margin-right: -60px;
}
.service-page .service-3 .bottom ul li {
  text-align: center;
  padding-right: 60px;
}
.service-page .service-3 .bottom ul li i {
  display: inline-block;
  height: 69px;
}
.service-page .service-3 .bottom ul li i img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.service-page .service-3 .bottom ul li i:hover img {
  -webkit-filter: brightness(0);
  filter: brightness(0);
}
.service-page .service-3 .bottom ul li .text {
  padding-top: 21px;
}
.service-page .service-3 .bottom ul li .text h3 {
  font-size: 26px;
  line-height: 1.1;
}
.service-page .service-3 .bottom ul li .text p {
  font-size: 18px;
  line-height: 1.6;
  color: #919191;
  margin-top: 20px;
}
.service-page .service-3 .bottom ul li .text .mores {
  display: inline-block;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}
.service-page .service-3 .bottom ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.service-page .service-3 .bottom ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.service-page .service-3 .bottom ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.service-page .service-3 .bottom ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
@media screen and (max-width: 1680px) {
  .service-page .service-3 .top .text .box h2.title {
    width: 100%;
  }
}
@media screen and (max-width: 1440px) {
  .service-page {
    padding: 100px 0;
  }
  .service-page .service-1 {
    padding-bottom: 100px;


  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 50px;
  }
  .service-page .service-2 {
    padding: 100px 0;
  }
  .service-page .service-3 .top .img {
    width: 55%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px;
  }
  .service-page .service-3 .top .text {
    width: 45%;
  }
  .service-page .service-3 .top .text .box {
    width: 100%;
  }
  .service-page .service-3 {
    padding: 100px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 100px;
  }
}
@media screen and (max-width: 1280px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 46px;
  }
  #index-body .about .top .text {
    padding-right: 50px;
  }
}
@media screen and (max-width: 1100px) {
  .service-page .service-1 #index-body .about .top .img {
    padding: 0 0 50px 30px;
  }
}
@media screen and (max-width: 1000px) {
  .service-page {
    padding: 60px 0;
  }
  .service-page .service-1 #index-body .about .top .text {
    padding-right: 0;
  }
  .service-page .service-1 {
    padding-bottom: 60px;
  }
  .service-page .service-2 {
    padding: 60px 0;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    min-height: 60px;
  }
  .service-page .service-3 {
    padding: 60px 0;
  }
  .service-page .service-3 .top .img {
    width: 100%;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 40px 0 20px;
  }
  .service-page .service-3 .top .text {
    width: 100%;
    padding: 20px 20px 0;
  }
  .service-page .service-3 .bottom {
    padding-top: 60px;
  }
  .service-page .service-3 .bottom ul {
    margin-right: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-right: 20px;
  }
}
@media screen and (max-width: 700px) {
  .service-page {
    padding: 30px 0;
  }
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 42px;
    padding-top: 0;
  }
  .service-page .service-1 #index-body .about .top .text h3 {
    margin-top: 12px;
  }
  .service-page .service-1 {
    padding-bottom: 30px;
  }
  .service-page .service-2 {
    padding: 30px 0;
  }
  .service-page .service-2 .header {
    width: 100%;
  }
  .service-page .service-2 .content {
    margin-top: 20px;
  }
  .service-page .service-2 .content ul {
    margin-right: -15px;
  }
  .service-page .service-2 .content ul li {
    padding-right: 15px;
  }
  .service-page .service-2 .content ul li .ig .text {
    padding-top: 14px;
  }
  .service-page .service-2 .content ul li .ig .text span {
    font-size: 15px;
  }
  .service-page .service-2 .content ul li .ig .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page .service-2 .content ul li .ig .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    margin-top: 20px;
  }
  .service-page .service-3 .bottom {
    padding-top: 30px;
  }
  .service-page .service-3 .bottom ul li .text h3 {
    font-size: 20px;
    line-height: 36px;
  }
  .service-page .service-3 .bottom ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .bottom ul {
    margin-bottom: -20px;
  }
  .service-page .service-3 .bottom ul li {
    padding-bottom: 20px;
  }
  .service-page .service-3 {
    padding: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  .service-page .service-1 #index-body .about .top .text h2.title {
    font-size: 32px;
    line-height: 1.4;
  }
  .service-page .service-1 #index-body .about .top .text p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page #index-body .about .top .text .btn a.link {
    display: block;
    margin: 10px 0 0 0;
  }
  .service-page .service-3 .top .text .box p {
    font-size: 16px;
    line-height: 30px;
  }
  .service-page .service-3 .top .text .box .more {
    padding: 12px 18px;
  }
  #index-body .about .top .text .btn a.link em {
    padding: 10px;
  }
  .service-page .service-3 .top .img img {
    margin-right: 10px;
    width: 49.5%;
  }
  .service-page .service-3 .top .img img:last-child {
    margin: 0 0 0 10px;
  }
  .service-page .service-3 .top .img .info {
    padding: 0 30px 0 20px;
  }
}
.case-page {
  padding: 120px 0 125px;
}
.case-page .sideleft .top ul{
  margin-right: -20px;
}
.case-page .sideleft .top ul li{
  padding-right: 20px;
}
.case-page .sideleft .top ul li .img-box{
  display: block;
}
.case-page .sideleft .top ul li .img-box img{
  width: 100%;
}
.case-page .sideleft .bottom{
  padding-top: 38px;
}
.case-page .sideleft .bottom h3{
  font-size: 35px;
  line-height: 1.1;
  margin-bottom: 38px;
}
.case-page .sideleft .bottom .con{
  font-size: 18px;
  line-height: 1.6;
  color: #919191;
}
.case-page .case-1 .img ul li {
  height: 725px;
  background-position: center;
}
.case-page .case-1 .img ul li > img {
  width: 100%;
  height: 100%;
}
.case-page .case-1 .img .slick-arrow {
  position: absolute;
  top: 45%;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  color: transparent;
  border: none;
  z-index: 1;
  outline: none;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .img .slick-arrow:hover {
  background-color: var(--color);
}
.case-page .case-1 .img .slick-prev {
  background: url("../images/service-icon.png") no-repeat center center #f6f5ed;
  left: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.case-page .case-1 .img .slick-next {
  background: url("../images/service-icon.png") no-repeat center center #f6f5ed;
  right: 0;
}
.case-page .case-1 .text {
  padding-top: 38px;
}
.case-page .case-1 .text h3 {
  font-size: 35px;
  line-height: 1.2;
  margin-bottom: 30px;
}
.case-page .case-1 .text .info .left {
  width: 74%;
  font-size: 18px;
  line-height: 1.8;
  color: #919191;
}
.case-page .case-1 .text .info .right {
  width: 26%;
  padding-left: 51px;
}
.case-page .case-1 .text .info .right .desc p {
  font-size: 18px;
  line-height: 1.6;
  color: #919191;
  margin-top: 13px;
}
.case-page .case-1 .text .info .right .desc p em {
  display: inline-block;
  color: #000;
  width: 40%;
  font-weight: bold;
}
.case-page .case-1 .text .info .right .desc p span {
  display: inline-block;
  width: 59%;
}
.case-page .case-1 .text .info .right .desc p:first-child {
  margin-top: 0;
}
.case-page .case-1 .text .info .right .share {
  padding-top: 13px;
}
.case-page .case-1 .text .info .right .share a {
  display: inline-block;
  margin: 0 35px 15px 0;
  font-size: 18px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.case-page .case-1 .text .info .right .share a:hover {
  color: var(--color);
}
@media screen and (max-width: 1100px) {
  .case-page {
    padding: 80px 0;
  }
  .case-page .case-1 .text .info .left {
    width: 100%;
  }
  .case-page .case-1 .text .info .right {
    width: 100%;
    padding: 20px 0 0 0;
  }
}
@media screen and (max-width: 1000px) {
  .case-page {
    padding: 60px 0;
  }
  .case-page .case-1 .img ul li {
    height: 525px;
  }
}
@media screen and (max-width: 700px) {
  .case-page {
    padding: 30px 0;
  }
  .case-page .case-1 .img ul li {
    height: 425px;
  }
  .case-page .case-1 .text h3 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 500px) {
  .case-page .case-1 .img ul li {
    height: 300px;
  }
  .case-page .case-1 .text h3 {
    font-size: 30px;
  }
  .case-page .case-1 .text .info .left {
    font-size: 15px;
    line-height: 30px;
  }
  .case-page .case-1 .text .info .right .desc p {
    font-size: 16px;
  }
}
.news-page {
  padding: 60px 0 125px;
}
.news-page .sidebox .sideleft{
  width: 100%;
}
.news-page .sidebox .sideleft ul {
  margin: 0 -40px -30px 0;
}
.news-page .sidebox .sideleft ul li {
  padding-right: 40px;
  margin-bottom: 30px;
}
.news-page .sidebox .sideleft ul li .img-box {
  display: block;
  margin-bottom: 20px;
}
.news-page .sidebox .sideleft ul li .img-box img {
  width: 100%;
}
.xinwenfenlei{
  font-size: 18px;
  line-height: 28px;
}
.news-page .sidebox .sideleft ul li .text span{
   background-color: #262626;
  display: inline;
  color: #fff;
  font-size: 14px;
  line-height: 1;
  padding: 8px 18px 7px 18px;
}
.news-page .sidebox .sideleft ul li .text h3 {
  font-size: 24px;
  line-height: 36px;
  min-height: 3.7em;
  margin-top: 21px;
  transition: color 0.5s;
}
.news-page .sidebox .sideleft ul li .text h3:hover{
  color:var(--color);
}
.news-page .sidebox .sideleft ul li .text time {
  font-size: 16px;
  line-height: 28px;
  color: #919191;
  display: inline-block;
  margin-top: 2px;
}
.news-page .sidebox .sideleft ul li .text time span {
  display: inline-block;
}
.news-page .sidebox .sideleft ul li .text time span::after {
  content: '';
  width: 5px;
  height: 5px;
  background: #919191;
  border-radius: 50%;
  display: inline-block;
  vertical-align: middle;
  margin: -6px 10px 0;
}
.news-page .sidebox .sideleft ul li .text p {
  font-size: 18px;
  color: #919191;
  line-height: 30px;
  margin-top: 6px;
}
.news-page .sidebox .sideleft ul li .text .mores {
  display: inline-block;
  font-size: 16px;
  line-height: 30px;
  overflow: hidden;
}
.news-page .sidebox .sideleft ul li .text .mores span {
  margin-top: 5px;
  position: relative;
  margin-right: 0;
  display: inline-block;
  vertical-align: middle;
  text-indent: -110px;
  visibility: hidden;
  white-space: nowrap;
  opacity: 0;
  -webkit-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.4s ease-out, text-indent 0.5s ease-out, opacity 0.4s ease;
  will-change: visibility, margin-right, text-indent, opacity;
}
.news-page .sidebox .sideleft ul li .text .mores em {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 21px;
  line-height: 21px;
}
.news-page .sidebox .sideleft ul li .text .mores em img {
  display: inline-block;
  vertical-align: middle;
}
.news-page .sidebox .sideleft ul li .text .mores:hover span {
  opacity: 1;
  text-indent: 0;
  margin-right: 6px;
  visibility: visible;
  -webkit-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  -moz-transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
  transition: visibility 0.4s ease, margin-right 0.3s ease-out, text-indent 0.4s ease-out, opacity 0.4s ease;
}
.news-page .sidebox .sideright ol li {
  margin-bottom: 27px;
}
.news-page .sidebox .sideright ol li .img {
  padding-right: 25px;
}
.news-page .sidebox .sideright ol li .img .img-box {
  display: block;
}
.news-page .sidebox .sideright ol li .text time {
  font-size: 14px;
  color: #919191;
  line-height: 28px;
}
.news-page .sidebox .sideright ol li .text time em {
  display: inline-block;
  color: var(--black);
  font-weight: bold;
  text-transform: uppercase;
}
.news-page .sidebox .sideright ol li .text time em::after {
  content: '';
  margin: -6px 10px 0;
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #919191;
}
.news-page .sidebox .sideright ol li .text h4 {
  font-size: 14px;
  line-height: 2;
  font-weight: bold;
  margin-top: 5px;
}
.news-page .sidebox .sideright ol li:last-child {
  margin-bottom: 0;
}
.news-page .sidebox .sideright .wides {
  margin-top: 40px !important;
}
.news-page .sidebox .sideright .tz {
  display: block;
  padding: 15px;
  background: #eaeaea;
}
@media screen and (max-width: 1280px) {
  .news-page .sidebox .sideright ol li .img {
    width: 100%;
    padding-right: 0;
  }
  .news-page .sidebox .sideright ol li .text {
    width: 100%;
    padding-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    padding: 60px 0;
  }
}
@media screen and (max-width: 700px) {
  .news-page {
    padding: 30px 0;
  }
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .news-page .sidebox .sideleft ul li .text h3 {
    font-size: 20px;
    line-height: 1.6;
  }
  .news-page .sidebox .sideleft ul li .text p {
    font-size: 16px;
    line-height: 30px;
  }
}
.newdet-page {
    padding: 0px 0 120px;
}
.newdet-page .header {
  max-width: 1520px;
  width: 100%;
  padding: 55px;
  background: #fff;
  margin: 0 auto;
  text-align: center;
}
.newdet-page .header .categoty {
  display: inline-block;
  font-size: 14px;
  line-height: 2;
  color: #fff;
  background: var(--color);
  padding: 3px 12px;
  text-transform: uppercase;
}
.newdet-page .header h1 {
  font-size: 32px;
  line-height: 1.5;
  margin: 20px 71px 0;
}
.newdet-page .header .post_meta {
  margin-top: 26px;
}
.newdet-page .header .post_meta span {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author_avatar {
  margin-right: 11px;
}
.newdet-page .header .post_meta .photo {
  width: 32px;
  height: 32px;
  border-radius: 50%;
}
.newdet-page .header .post_meta .post_author_name {
  font-size: 18px;
  line-height: 1;
}
.newdet-page .header .post_meta .post_author {
  display: inline-block;
  vertical-align: middle;
}
.newdet-page .header .post_meta .post_author::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #919191;
  border-radius: 50%;
  margin: 0 10px 0;
}
.newdet-page .header .post_meta .post_date {
  font-size: 18px;
  line-height: 2;
  color: #919191;
}
.newdet-page .header .post_meta .post_date::after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  width: 5px;
  height: 5px;
  background: #919191;
  border-radius: 50%;
  margin: -6px 10px 0;
}
.newdet-page .header .post_meta .post_meta_number {
  font-size: 14px;
  color: #919191;
}
.newdet-page .content {
  margin-top: 4px;
  font-size: 18px;
  line-height: 32px;
  color: #919191;
}
.newdet-page .share {
  max-width: 1520px;
  width: 100%;
  margin: 40px auto 0;
  padding: 28px 0;
  border-top: 1px solid #d1d0c8;
  border-bottom: 1px solid #d1d0c8;
  text-align: right;
}
.newdet-page .share a {
  display: inline-block;
  vertical-align: middle;
  width: 45px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  border-radius: 50%;
  line-height: 48px;
  font-size: 20px;
  background: #fff;
  margin: 3px 0 3px 7px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
}
.newdet-page .share a:first-child {
  margin-left: 0;
}
.newdet-page .share a:nth-child(1) {
  background: #48bde9;
  color: #fff;
}
.newdet-page .share a:nth-child(2) {
  background: #4f5fbf;
  color: #fff;
}
.newdet-page .share a:nth-child(3) {
  background: #7a7e83;
  color: #fff;
}
.newdet-page .share a:hover {
  margin-top: -3px;
}
.newdet-page .m-link {
  /*max-width: 1060px;*/
  margin: 40px auto 0;
}
.newdet-page .m-link a {
  display: inline-block;
  vertical-align: top;
  width: 49%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.newdet-page .m-link a em {
  display: block;
  font-size: 18px;
  line-height: 28px;
  color: #919191;
}
.newdet-page .m-link a:first-child i {
  margin-right: 10px;
}
.newdet-page .m-link a:last-child {
  text-align: right;
}
.newdet-page .m-link a:last-child i {
  margin-left: 10px;
}
.newdet-page .m-link a span {
  font-size: 20px;
  /*font-weight: bold;*/
  line-height: 36px;
}
.newdet-page .m-link a:hover {
  color: var(--black);
}
.newdet-page .prodet-page {
  padding: 0;
}
.newdet-page .prodet-2 {
  max-width: 1520px;
  width: 100%;
  margin: 0 auto;
}
.newdet-page .prodet-2 .ret .slide .con .right {
  padding: 0;
}
.newdet-page .prodet-3 {
  /*max-width: 1060px;*/
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .newdet-page .header h1 {
    font-size: 50px;
    margin: 20px 40px 0;
  }
}
@media screen and (max-width: 1000px) {
  .newdet-page {
    padding: 60px 0;
  }
  .newdet-page .header h1 {
    font-size: 40px;
    margin: 20px 27px 0;
  }
}
@media screen and (max-width: 700px) {
  .newdet-page {
    padding: 30px 0;
  }
  .newdet-page .header {
    padding: 30px 20px;
  }
  .newdet-page .header h1 {
    font-size: 34px;
    margin: 20px 20px 0;
  }
  .newdet-page .content {
    margin-top: 20px;
  }
  .newdet-page .share {
    margin: 20px auto 0;
  }
  .newdet-page .m-lin {
    font-size: 16px;
  }
}
@media screen and (max-width: 500px) {
  .newdet-page .header h1 {
    font-size: 18px;
    line-height: 32px;
    margin: 20px 0px 0;
  }
  .newdet-page .content {
    font-size: 16px;
    line-height: 30px;
  }
  .newdet-page .m-link a {
    display: block;
    width: 100%;
  }
  .newdet-page .m-link a:last-child {
    text-align: left;
    margin-top: 20px;
  }
}
.contact-page {
  padding-top: 60px;
}
.contact-page .contact-1 .left form ul {
  margin: 0 -30px -37px 0;
}
.contact-page .contact-1 .left form ul li {
  padding: 0 30px 37px 0;
}
.contact-page .contact-1 .left form ul li .box {
  position: relative;
  width: 100%;
  border-bottom: 1px solid #d1d0c8;
}
.contact-page .contact-1 .left form ul li .box input,
.contact-page .contact-1 .left form ul li .box textarea {
  width: 100%;
  background: transparent;
  border: none;
  padding: 13px 0 13px 36px;
  font-size: 18px;
  line-height: 30px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-webkit-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-webkit-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::-moz-placeholder, .contact-page .contact-1 .left form ul li .box textarea::-moz-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input:-ms-input-placeholder, .contact-page .contact-1 .left form ul li .box textarea:-ms-input-placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box input::placeholder,
.contact-page .contact-1 .left form ul li .box textarea::placeholder {
  color: #919191;
}
.contact-page .contact-1 .left form ul li .box i {
  position: absolute;
  left: 0;
  top: 16px;
  font-size: 20px;
}
.contact-page .contact-1 .left form ul li .box::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 1px;
  background: var(--black);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .contact-1 .left form ul li .more {
  padding: 18px 30px 18px 29px;
  vertical-align: middle;
}
.contact-page .contact-1 .left form ul li .more i {
  margin-right: 6px;
  display: inline-block;
}
.contact-page .contact-1 .left form ul li p {
  display: inline-block;
  vertical-align: middle;
  padding-left: 26px;
  font-size: 14px;
  color: #919191;
}
.contact-page .contact-1 .left form ul li p span {
  display: inline-block;
  vertical-align: middle;
  padding-left: 5px;
}
.contact-page .contact-1 .left form ul li:hover .box::before,
.contact-page .contact-1 .left form ul li.active .box::before {
  width: 100%;
}
.contact-page .contact-1 .left form ul li.wid-100 {
  width: 100% !important;
}
.contact-page .contact-1 .left form ul li input[type="submit"]{
  width: auto;
  background: #2b3ee3;
  color: white;
  border: none;
  padding: 0 40px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
  font-size: 18px;
  height: 50px;
}
.contact-page .contact-1 .left form ul li input[type="submit"]:hover{
  background: #222;
}
.contact-page .contact-1 .right {
  padding-right: 6.65%;
}
.contact-page .contact-1 .right p {
  font-size: 18px;
  line-height: 30px;
  color: #919191;
  margin-top: 7px;
}
.contact-page .contact-1 .right .list {
  margin-top: 22px;
}
.contact-page .contact-1 .right .list ul li {
  font-size: 18px;
  color: #919191;
  line-height: 1.6;
  margin-bottom: 10px;
}
.contact-page .contact-1 .right .list ul li i {
  display: inline-block;
  vertical-align: top;
  font-size: 20px;
  width: 20px;
  text-align: center;
  margin-top: 5px;
}
.contact-page .contact-1 .right .list ul li span {
  display: inline-block;
  vertical-align: top;
  width: 90%;
  padding-left: 20px;
}
.contact-page .contact-1 .right .list ul li:last-child {
  margin-bottom: 0;
}
.contact-page .contact-2 {
  padding-top: 120px;
}
.contact-page .contact-2 #mapContainer {
  height: 520px;
}
@media screen and (max-width: 1280px) {
  .contact-page .contact-1 .right {
    padding-left: 5.65%;
  }
}
@media screen and (max-width: 1000px) {
  .contact-page {
    padding-top: 60px;
  }
  .contact-page .contact-1 .left {
    width: 100%;
  }
  .contact-page .contact-1 .right {
    width: 100%;
    padding: 30px 0 0 0;
  }
  .contact-page .contact-2 {
    padding-top: 60px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 360px;
  }
}
@media screen and (max-width: 700px) {
  .contact-page {
    padding-top: 30px;
  }
  .contact-page .contact-1 .left form ul li .more {
    padding: 18px 20px;
  }
  .contact-page .contact-2 {
    padding-top: 30px;
  }
}
@media screen and (max-width: 500px) {
  .contact-page .contact-1 .left form ul li .more {
    padding: 10px 12px;
  }
  .contact-page .contact-1 .left form ul li p {
    display: block;
    padding: 10px 0 0 0;
  }
  .contact-page .contact-1 .left form ul {
    margin-bottom: -20px;
  }
  .contact-page .contact-1 .left form ul li {
    padding-bottom: 20px;
  }
  .contact-page .contact-1 .left form ul li .box input,
  .contact-page .contact-1 .left form ul li .box textarea {
    padding: 10px 0 10px 36px;
  }
  .contact-page .contact-1 .right p {
    font-size: 16px;
    line-height: 30px;
  }
  .contact-page .contact-1 .right .list ul li {
    font-size: 16px;
  }
  .contact-page .contact-2 #mapContainer {
    height: 260px;
  }
}
.gallery-page{
  padding: 60px 0;
}
.gallery-page .container .gallery-list a {
  display: block;
}
.gallery-page .container .gallery-list ul{
  margin: -15px;
}
.gallery-page .container .gallery-list ul li {
  padding: 15px;
}
.gallery-page .container .gallery-list ul li .box {
  background-color: #fff;
  -webkit-box-shadow: 0 0 10px rgba(0,0,0, 0.2);
  box-shadow: 0 0 10px rgba(0,0,0, 0.2);
  padding: 10px;
  border-radius: 5px;
}
.gallery-page .container .gallery-list ul li .box .img-box {
  overflow: hidden;
  margin-bottom: 10px;
}
.gallery-page .container .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: 0.5s;
  transition: 0.5s;
}
.gallery-page .container .gallery-list ul li:hover .box h5 {
  background-color: var(--color);
  color: #fff;
}
.faq-page{
  padding: 60px 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item {
  margin-bottom: 5px;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item:last-of-type {
  margin-bottom: 0;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q {
  padding: 20px 70px 20px 40px;
  font-size: 20px;
  line-height: 36px;
  color: #000;
  background: #ffffff;
  position: relative;
  transition: 500ms ease;
  cursor: pointer;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active {
  background: #000;
  color: #fff;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon {
  background: var(--color);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q.active .icon i {
  color: #fff;
  transform: rotate(90deg);
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon {
  position: absolute;
  width: 60px;
  height: 100%;
  right: 0;
  top: 0;
  background: #f7f9ff;
  text-align: center;
  line-height: 67px;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .q .icon i {
  font-size: 20px;
  color: #e3c935;
  transition: 500ms ease;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a {
  padding: 30px;
  display: none;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  line-height: 30px;
  color: #646464;
}
.inner-faq .container .inner-faq-content .inner-faq-list .item .a .inner:after {
  content: "";
  width: 4px;
  height: 100%;
  border-radius: 4px;
  background: #eff2f8;
  position: absolute;
  left: 0;
  top: 0;
}
 


/**/
.about-page .init-5 {
  position: relative;
 
 
  padding: 60px 0 60px;
}
.about-page .init-5 span.acc {
  position: absolute;
  right: 20px;
  bottom: 0;
  -webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  font-family: Arial;
  
  font-size: 72px;
  color: #242323;
  line-height: 1.4;
  text-stroke: 1px #232323;
  opacity: 0.1;
  -webkit-text-stroke: 1px #232323;
  text-transform: uppercase;
  text-align: right;
  transition: 1s
}
.about-page .init-5 span.acc.active {
  transform: translateY(-50px);
}
.about-page .init-5 .list .box {
  padding: 45px 35px 60px;
  background: transparent;
  opacity: 0.6;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-page .init-5 .list .box {
  padding: 45px 35px 60px;
  background: transparent;
  opacity: 0.6;
  color: #fff;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.about-page .init-5 .list .box .acc {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.about-page .init-5 .list .box .acc .tit4 {
  font-family: Arial;

  font-size: 24px;
  color: #000;
  line-height: 44px;
  padding-left: 31px;
  max-width: 450px;
}
.about-page .init-5 .list .box .cona {
  font-family: Arial;
  font-size: 18px;
  color: #777;
  line-height: 30px;
  margin: 35px 0 70px;
  max-width: 665px;
}

.about-page .init-5 .list .box .btn {
  display: inline-block;
}
.about-page .init-5 .list .box .btn a {
  position: relative;
}

.about-page .init-5 .list .box .btn a {
font-family: Arial;
  font-size: 18px;
  color: #a7a6a6;
  line-height: 32px;
  transition: 0.3s;
}
.about-page .init-5 .list .box .btn a::after {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 44px;
  height: 22px;
  background: url(../images/ads1.png) no-repeat center;
  opacity: 0;
  transition: 0.3s;
}
.about-page .init-5 .list .box:hover .btn a {
  padding-left: 60px;
  color: #000;
}
.about-page .init-5 .list .box:hover .btn a::after {
  opacity: 1
}
.about-page .init-5 .list .box:hover {
  opacity: 1;
  background: #2b3ee3;
}
.about-page .init-5 .list .box:hover .btn a,
.about-page .init-5 .list .box:hover .cona,
.about-page .init-5 .list .box:hover .acc .tit4{
  color: white;
}
.about-page .init-5 .list .box:hover .acc .img img{
  filter: brightness(0) invert(1);
}



.about-page .init-5 .list .swiper-pagination {
  position: static;
  width: 120px;

border-radius: 3px;
background: rgba(0, 0, 0, 0.1);
margin: 0 auto;
  margin-top: 30px;
display: flex;
align-items: center;
}
.about-page .init-5 .list .swiper-pagination span {
  display: inline-block;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
  
  width: 60px;
  height: 5px;
  margin: 0;
  opacity: 1 
}
.about-page .init-5 .list .swiper-pagination span.swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #2CAB4E;
}

.product-page .service-3 {
    background: #2b3ee3;
}

.product-page .init-4 {
    padding: 100px 0;
}

.product-page .init-4 .swiper-wrapper {
    margin: -30px;
}
.product-page .init-4 .swiper-slide {
    text-align: center;
    padding: 30px;
}

.product-page .init-4 .swiper-slide h4 {
    font-size: 24px;
    line-height: 1;
    color: #fff;
    text-transform: capitalize;
    margin: 40px 0 20px;
    font-family: 'SourceSerif4-Regular';
}

.product-page .init-4 .swiper-slide p {
    font-size: 15px;
    line-height: 2;
    color: rgba(255, 255, 255, 0.5);
}



.seoPublic .title {
    font-size: 32px;
    font-weight: bold;
    line-height: 1.4;
    margin-bottom: 2em;
}

.seoPublic > div {
    padding:  60px 0 60px 0;
}

.seoPublic > div:nth-child(odd) {
    background: #fafafa;
}

.seoPublic .Auxil-about .box {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
}

.seoPublic .Auxil-about .box .left {
    width: 40%;
}

.seoPublic .Auxil-about .box .left .img {
    height: 100%;
    background-size: cover;
    background-position: center center;
    display: block;
}

.seoPublic .Auxil-about .box .right {
    width: 60%;
    padding-right: 5%;
    padding-top: 20px;
    padding-bottom: 20px;
}

.seoPublic .Auxil-about .box .right div.h3 {
    font-size: 24px;
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 1em;
}

.seoPublic .Auxil-about .box .right .text {
    font-size: 16px;
    line-height: 32px;
    color: #666;
    max-height: 400px;
    overflow: auto;
}

.seoPublic .Auxil-honor .list ul {
    margin: -10px;
}

.seoPublic .Auxil-honor .list ul li {
    padding: 10px;
}

.seoPublic .Auxil-honor .list ul li a {
    display: block;
}

.seoPublic .Auxil-honor .list ul li a img {
    width: 100%;
}

.seoPublic .Auxil-news .list ul {
    margin: -13px;
}

.seoPublic .Auxil-news .list ul li {
    padding: 13px;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    display: block;
    height: 240px;
    background-size: cover;
    background-position: center center;
}

.seoPublic .Auxil-news .list ul li .content {
    margin-top: 30px;
}

.seoPublic .Auxil-news .list ul li .content div.h6 {
    font-size: 22px;
    line-height: 1.4;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-news .list ul li .content div.h6:hover {
    color: var(--color);
}

.seoPublic .Auxil-news .list ul li .content time {
    font-size: 14px;
    margin-top: .5em;
    display: block;
}

.seoPublic .Auxil-news .list ul li .content p {
    font-weight: 300;
    font-size: 18px;
    line-height: 28px;
    margin: 1em 0;
}

.seoPublic .Auxil-news .list ul li .content a.link {
    font-weight: 300;
    font-size: 18px;
    text-transform: uppercase;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-bottom: 1px solid transparent;
    display: inline-block;
}

.seoPublic .Auxil-news .list ul li .content a.link:hover {
    border-color: var(--color);
    color: var(--color);
}

.seoPublic .Auxil-form .form ul {
    margin: -10px;
}

.seoPublic .Auxil-form .form ul li {
    padding: 10px;
}

.seoPublic .Auxil-form .form ul li input,
.seoPublic .Auxil-form .form ul li textarea {
    display: block;
    width: 100%;
    border: 1px solid #eee;
    font-size: 16px;
    padding: 8px 15px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-form .form ul li textarea {
    height: 100px;
}

.seoPublic .Auxil-form .form ul li input:focus,
.seoPublic .Auxil-form .form ul li textarea:focus {
    border-color: var(--color);
}

.seoPublic .Auxil-form .form ul li.wid-100 {
    width: 100%;
}

.seoPublic .Auxil-form .form ul li input[type="submit"] {
    width: auto;
    display: inline-block;
    padding-left: 25px;
    padding-right: 25px;
    background: var(--color);
    color: whitesmoke;
    border: none;
}

.seoPublic .Auxil-form .form ul li input[type="submit"]:hover {
    background: #222;
}

.seoPublic .seoIndustry .text {
    font-size: 16px;
    line-height: 1.8;
    color: #666;
}

.seoPublic .text a {
    color: #666;
}

.seoPublic .text a:hover {
    text-decoration: underline;
}

.seoPublic .Auxil-through {
    padding: 15px 0;
    background: none !important;
}

.seoPublic .Auxil-through a {
    display: inline-block;
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    font-size: 14px;
    color: black;
    border: 1px solid #eee;
    background: #f8f8f8;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-through a:hover {
    background: var(--color);
    color: white;
}

.seoPublic .Auxil-related .list ul {
    margin: -20px -25px;
}

.seoPublic .Auxil-related .list ul li {
    padding: 20px 25px;
}

.seoPublic .Auxil-related .list ul li .box {
    display: block;
    background: white;
    -o-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    -webkit-box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
    box-shadow: 0 0 12px rgba(125, 125, 125, 0.5);
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    display: block;
}

.seoPublic .Auxil-related .list ul li .box .content {
    display: block;
    padding: 20px;
    text-align: center;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3 {
    font-size: 22px;
    color: #111;
    font-weight: 500;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.seoPublic .Auxil-related .list ul li .box .content div.h3:hover {
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content p {
    display: block;
    font-size: 16px;
    color: #888;
    line-height: 1.6;
    font-weight: 400;
    margin: .5em 0;
    height: 4.8em;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}

.seoPublic .Auxil-related .list ul li .box .content a.more {
    display: inline-block;
    vertical-align: middle;
    line-height: 40px;
    height: 40px;
    padding: 0 20px;
    border: 1px solid var(--color);
    font-size: 18px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    color: var(--color);
}

.seoPublic .Auxil-related .list ul li .box .content a.more i {
    margin-left: 5px;
}

.seoPublic .Auxil-related .list ul li .box .content a.more:hover {
    color: white;
    background: var(--color);
}

@media screen and (max-width: 1400px) {
    .seoPublic .title {
        font-size: 28px;
        margin-bottom: 1.5em;
    }

    .seoPublic .Auxil-about .box .right div.title,
    .seoPublic .Auxil-related .list ul li .box .content div.h3 {
        font-size: 20px;
    }

    .seoPublic .Auxil-form .form ul li input,
    .seoPublic .Auxil-form .form ul li textarea,
    .seoPublic .Auxil-about .box .right .text,
    .seoPublic .Auxil-news .list ul li .content p,
    .seoPublic .seoIndustry .text,
    .seoPublic .Auxil-related .list ul li .box .content p {
        font-size: 14px;
    }

    .seoPublic .Auxil-news .list ul li .content div.h6 {
        font-size: 18px;
    }

    .seoPublic .Auxil-related .list ul li .box .content a.more {
        font-size: 14px;
        line-height: 34px;
        height: 34px;
        padding: 0 15px;
    }

    .seoPublic .Auxil-related .list ul li {
        padding: 15px;
    }

    .seoPublic .Auxil-related .list ul {
        margin: -15px;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic .title {
        font-size: 24px;
        margin-bottom: 1em;
    }

    #cp-Nav {
        display: block;
    }

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

    #cp-Nav .nav div.title {
        font-size: 18px;
        font-weight: bold;
        padding: 8px 10px;
        background: var(--color);
        border-radius: 5px;
        color: white;
    }
     #cp-Nav .nav div.title i{
      float: right;
      font-size: 30px;
      cursor: pointer;
    }

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

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

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

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

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

    .seoPublic .Auxil-about .box {
        display: block;
    }

    .seoPublic .Auxil-about .box .right {
        width: 100%;
        padding: 0;
        margin-top: 20px;
    }

    .seoPublic .Auxil-about .box .left {
        width: 100%;
        padding: 0;
    }

    .seoPublic .Auxil-about .box .left .img {
        height: 300px;
    }

    .seoPublic .Auxil-about .box .right div.h3 {
        font-size: 18px;
    }

    .seoPublic > div {
        padding: 30px 0;
    }
    .seoPublic .Auxil-about .box .right .text {
        max-height: none;
    }
}

.seoPublic .Auxil-industry{
  padding-bottom: 150px;
}


.responsibility-page .responsibility-1 {
  padding: 60px 0 60px;
}
.responsibility-page .responsibility-1 .top {
  display: flex;
  justify-content: space-between;
}
.responsibility-page .responsibility-1 .top .tit3 {
  font-family: Arial;
  /*font-size: 80px;*/
  color: #000;
  line-height: 1.1;

}
.responsibility-page .responsibility-1 .top p {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #919191;
  line-height: 30px;
  max-width: 892px;
}
.responsibility-page .responsibility-2 {
  position: relative;
  z-index: 11;
  padding-top: 80px;
}
.responsibility-page .responsibility-2 .title1 {
  text-align: center;
}
.responsibility-page .responsibility-2 .title1 h3 {
  font-family: Arial;

  /*font-size: 80px;*/
  color: #FFFFFF;
  line-height: 1.2;
  
}
.responsibility-page .responsibility-2 .title1 p {
 

  font-size: 18px;
  color: #FFFFFF;
  line-height: 34px;
  max-width: 1120px;
  margin: 0 auto;
  margin-top: 40px;
}
.responsibility-page .responsibility-2 .list {
  margin-top: 122px;
  padding-bottom: 150px;
}
.responsibility-page .responsibility-2 .list ul li {
  transition: 0.3s;
  padding-top: 20px
}
.responsibility-page .responsibility-2 .list ul li .box {
  position: relative;
  background: #FFFFFF;
  box-shadow: 20px 7px 70px 0px rgba(0, 0, 0, 0.05);
  border-radius: 24px;
  padding: 80px 34px 40px;
  margin-top: 49px;
  transition: 0.5s
}
.responsibility-page .responsibility-2 .list ul li .box:hover {
  transform: translateY(-20px);
}
.responsibility-page .responsibility-2 .list ul li .box .img {
  position: absolute;
  left: 28px;
  top: -49px;
}
.responsibility-page .responsibility-2 .list ul li .box h5 {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: #000000;
  line-height: 30px;
}
.responsibility-page .responsibility-2 .list ul li .box p {
  font-family: Arial;
  font-weight: 400;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 28px;
  margin-top: 20px;
}
.responsibility-page .responsibility-2::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 560px;
  background: url(/tubemillline/2025/06/06/responsibility11.jpg) no-repeat center / cover fixed;
  z-index: -1;
}
.responsibility-page .responsibility-3 .top.aa1 {
  margin-top: 108px;
}
.responsibility-page .responsibility-3 .top .con {
  vertical-align: bottom;
}
.responsibility-page .responsibility-3 .top .con h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #354B49;
  line-height: 1.4;
  text-transform: uppercase;
}
.responsibility-page .responsibility-3 .top .con p {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin-top: 30px;
  max-width: 701px;
}
.responsibility-page .responsibility-3 .top .options {
  vertical-align: bottom;
  padding: 0 120px;
}
.responsibility-page .responsibility-3 .top .options ul {
  display: flex;
  justify-content: space-between;
}
.responsibility-page .responsibility-3 .top .options ul li {
  text-align: center;
  cursor: pointer;
}
.responsibility-page .responsibility-3 .top .options ul li .img {
  display: inline-block;
  position: relative;
  z-index: 11;
}
.responsibility-page .responsibility-3 .top .options ul li .img::after {
  content: '';
  position: absolute;
  left: -10px;
  top: -10px;
  width: 21px;
  height: 21px;
  background: #2b3ee3;
  border-radius: 50%;
  z-index: -1;
  opacity: 0;
  transition: 0.3s;
}
.responsibility-page .responsibility-3 .top .options ul li h6 {
  font-family: Arial;
  font-size: 18px;
  color: #919191;
  margin-top: 20px;
}
.responsibility-page .responsibility-3 .top .options ul li:hover .img::after,
.responsibility-page .responsibility-3 .top .options ul li.active .img::after {
  opacity: 1;
}
.responsibility-page .responsibility-3 .bot.accs {
  padding-bottom: 60px;

}
.responsibility-page .responsibility-3 .bot {
  margin-top: 40px;
}
.responsibility-page .responsibility-3 .bot ul li .box {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.05);

  padding: 30px;
}
.responsibility-page .responsibility-3 .bot ul li .box .content {
  padding-left: 40px;
  margin-top: 30px;
}
.responsibility-page .responsibility-3 .bot ul li .box .content h5 {
  font-family: Arial;

  font-size: 24px;
  color: #000000;
  line-break: 1.4;
}
.responsibility-page .responsibility-3 .bot ul li .box .content p {
  font-family: Arial;

  font-size: 18px;
  color: #919191;
  line-height: 30px;
  margin-top: 28px;
}
.responsibility-page .responsibility-4 {
  padding: 320px 0 200px;
}
.responsibility-page .responsibility-4 .top .left {
  width: 50%;
}
.responsibility-page .responsibility-4 .top .left h4 {
  font-family: Arial;

  font-size: 68px;
  color: #000;
  line-height: 1.1;

}
.responsibility-page .responsibility-4 .top .left ul li {
  margin-top: 30px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .img {
  width: 8%;

}
.responsibility-page .responsibility-4 .top .left ul li .box .con {
  width: 92%;
  padding-left: 0px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con h5 {
  font-family: Arial;
  font-weight: 500;
  font-size: 24px;
  color: #000;
  line-height: 40px;
}
.responsibility-page .responsibility-4 .top .left ul li .box .con .cona {
  font-family: Arial;

  font-size: 18px;
  color: #919191;

  margin-top: 15px;
  max-width: 670px;
}
.responsibility-page .responsibility-4 .top.accs {
  margin-top: 80px;
}
.responsibility-page .responsibility-4 .top .right {
  position: relative;
  width: 50%;
}
.responsibility-page .responsibility-4 .top .right span {
  position: absolute;
  left: 50%;
  top: -20%;
  transform: translateX(-50%);
}
.responsibility-page .responsibility-4 .top .right img {
  position: relative;
  z-index: 11
}
.responsibility-page .responsibility-4 .top .right span img {
  position: relative;
  z-index: 1
}
.responsibility-page .responsibility-4 .accs.top .left {
  padding-left: 96px;
}
.responsibility-page .responsibility-5 {
  padding: 13px 0 170px;
}
.responsibility-page .responsibility-5 .title1 {
  text-align: center;
}
.responsibility-page .responsibility-5 .title1 h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 36px;
  color: #354B49;
  line-height: 1.4;
  text-transform: uppercase;
}
.responsibility-page .responsibility-5 .title1 p {
  font-family: Arial;
  font-weight: 400;
  font-size: 18px;
  color: rgba(0, 0, 0, 0.6);
  line-height: 30px;
  margin: 0 auto;
  max-width: 1010px;
  margin-top: 35px;
}
.responsibility-page .responsibility-5 .list {
  margin-top: 85px;
}
.responsibility-page .responsibility-5 .list .box {
  background: transparent;
  border-radius: 16px;
  padding: 33px;
  transition: 0.3s;
}
.responsibility-page .responsibility-5 .list .box h4 {
  font-family: Arial;
  font-weight: bold;
  font-size: 20px;
  color: #222222;
  line-height: 34px;
  margin-top: 37px;
}
.responsibility-page .responsibility-5 .list .box p {
  font-family: Myriad Pro;
  font-weight: 400;
  font-size: 16px;
  color: #222222;
  line-height: 30px;
  margin-top: 18px;
  opacity: 0.8;
}
.responsibility-page .responsibility-5 .list .box:hover {
  background: #FFFFFF;
  box-shadow: 23px 23px 76px 0px rgba(0, 0, 0, 0.03);
}

.responsibility-page .responsibility-1 .top .tit3,
.responsibility-page .responsibility-1 .top p {
  width: 100%
}
.responsibility-page .responsibility-1 .top p {
  max-width: 100%!important;
  margin-top: 20px
}
/*.responsibility-page .responsibility-3 .top .con,
.responsibility-page .responsibility-3 .bot ul li .box .img {
  width: 100%
}
.responsibility-page .responsibility-3 .top .options,
.responsibility-page .responsibility-3 .bot ul li .box .content {
  width: 100%;
  padding-left: 0!important;
  margin-top: 30px
}*/
.responsibility-page .responsibility-2 .list {
  margin-top: 50px!important;
  padding-bottom: 50px!important
}
 
@media screen and (max-width: 1650px){
  .responsibility-page .responsibility-4 .top .left h4{
    font-size: 44px;
  }
}
@media screen and (max-width: 1400px){
  .responsibility-page .responsibility-4 .top .left h4{
    font-size: 44px;
  }
  .responsibility-page .responsibility-4{
    padding-top: 275px;
  }
}
@media screen and (max-width: 1100px){
  .responsibility-page .responsibility-1 {
    padding-bottom: 50px
  }
}
@media screen and (max-width: 1000px){
   .responsibility-page .responsibility-3 .top .options ul {
    flex-wrap: wrap;
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    margin-right: 20px;
  }
  .responsibility-page .responsibility-4 {
    padding: 50px 0 100px;
  }
  .responsibility-page .responsibility-2{
    padding: 60px 0;
  }
  .responsibility-page .responsibility-2:after{
    height: 100%;
  }
  .responsibility-page .responsibility-4 .accs.top .left{
    padding-left: 20px;
  }
  .responsibility-page .responsibility-4 .top .left h4{
    font-size: 32px;
  }
}
@media screen and (max-width: 768px) {
  .responsibility-page .responsibility-1 .top .tit3,
  .responsibility-page .responsibility-2 .title1 h3,
  .responsibility-page .responsibility-3 .top .con h4,
  .responsibility-page .responsibility-4 .top .left h4,
  .responsibility-page .responsibility-4 .top .left h4,
  .responsibility-page .responsibility-5 .title1 h4 {
    font-size: 32px
  }
  .product-1{
    padding-bottom: 30px !important;
  }
  #index-body .index-3 .container .index3-l{
    width: 100%;
  }
  #index-body .index-3{
    background-size: cover;
  }
#index-body .index-3 .container .index3-r .i-1-4-o2 .i-1-4-2{
    margin-left: 40px;
    margin-right: 40px;
  }
  .custom-2 h3.tit3 {
    padding-bottom: 20px
  }
  .responsibility-page .responsibility-4 .top .left ul li .box .con,
  .responsibility-page .responsibility-4 .top .left ul li .box .con {
    width: 100%;
    margin-top: 20px;
    padding-left: 0
  }
  .responsibility-page .responsibility-2 .title1 p {
    margin-top: 20px
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    margin-top: 20px;
    text-align: center
  }
  .responsibility-page .responsibility-3 .top.aa1 {
    margin-top: 30px
  }
  .responsibility-page .responsibility-3 .bot.accs {
    padding-block-end: 50px
  }
  .responsibility-page .responsibility-4 .top.accs {
    margin-top: 20px!important;
  }
  .responsibility-page .responsibility-5 .list {
    margin-top: 30px
  }
  .responsibility-page .responsibility-1 .top{
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .responsibility-page .responsibility-1 .top .tit3{
    width: 100%;
  }
  .responsibility-page .responsibility-1 .top p{
    width: 100%;
    margin-top: 25px;
  }
  .responsibility-page .responsibility-3 .top .options{
    padding: 0;
  }
  .responsibility-page .responsibility-3 .top .options ul li{
    width: 46%;
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content{
    width: 100%;
    padding-left: 0;
  }
  .responsibility-page .responsibility-3 .bot ul li .box .img{
    width: 100%;
  }
  .responsibility-page .responsibility-4 .top .left{
    width: 100%;
  }
  .responsibility-page .responsibility-4 .top .right{
    width: 100%;
  }
  .responsibility-page .responsibility-4 .top .left ul li .box .con .cona,
  .responsibility-page .responsibility-4 .top .left ul li .box .con{
    margin-top: 0;
  }
  .responsibility-page .responsibility-4 .top .left ul li{
    margin-top: 10px;
  }
}
@media screen and (max-width: 600px){
  #index-body .index-3 .container .index3-r .i-1-4-o2 .i-1-4-2{
    margin-left: 0px;
    margin-right: 0px;
  }
}
@media screen and (max-width: 450px){
   .responsibility-page .responsibility-1 .top .tit3, 
   .responsibility-page .responsibility-2 .title1 h3, 
   .responsibility-page .responsibility-3 .top .con h4, 
   .responsibility-page .responsibility-4 .top .left h4, 
   .responsibility-page .responsibility-4 .top .left h4, 
   .responsibility-page .responsibility-5 .title1 h4, 
   .inner-page .h3.title, .manu-2 .ui.container .right .h4 {
    font-size: 24px
  }
  .responsibility-page .responsibility-3 .top .options ul li {
    width: 100%
  }
  .responsibility-page .responsibility-3 .bot ul li .box {
    padding: 20px 15px
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content h5 {
    font-size: 22px
  }
  .responsibility-page .responsibility-3 .bot ul li .box .content p {
    margin-top: 15px
  }
  .responsibility-page .responsibility-3 .top .con p {
    margin-top: 15px
  }
  .responsibility-page .responsibility-5 .list .box {
    padding: 20px 15px
  }
  .responsibility-page .responsibility-4 .accs.top .left{
    padding-left: 0;
  }
}
.solution-page h2 {
  font-size: 80px;
  color: #303030;
}
.solution-page .solution-1 {
  padding-bottom: 0;
  text-align: center;
}
.solution-page .solution-1 h3 {
  font-size: 24px;
  color: #3797ce;
  text-transform: uppercase;
  line-height: 1;
}
.solution-page .solution-1 h2 {
  margin: 0px 0;
}
.solution-page .solution-1 .text1 {
  font-size: 18px;
  color: #919191;
  max-width:1400px;
  display: block;
  margin: 0 auto;
  padding: 30px 0 30px 0;
}

.solution-page .solution-1 .list ul {
  margin: -15px;
}
.solution-page .solution-1 .list ul li {
  padding: 15px;
}

.solution-page .solution-2 {
  padding: 50px 0;
  background: #f9f9f9;
}
.solution-page .solution-2 .content {
  margin-top: 30px;
  font-size: 18px;
  color: #303030;
}
.solution-page .solution-3 {
  background: #fafafa;

}
.solution-page .solution-3 .box {
  padding-top: 20px;
}
.solution-page .solution-3 .box ul {
  border-top: 1px solid #3797ce;
}
.solution-page .solution-3 .box ul li {
  padding: 40px 0;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
border-bottom: 1px solid #3797ce;
}
.solution-page .solution-3 .box ul li .left {
  width: 33.3%;
  text-align: center;
  padding: 0 4% 0 2%;
  vertical-align: middle;
}
.solution-page .solution-3 .box ul li .right {
  width: 66.6%;
  vertical-align: middle;
}

.solution-page .solution-3 .box ul li .right h4 {
  font-size: 30px;
  color: #3797ce;  
  text-transform: uppercase;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
line-height: 1.2;

}

.solution-page .solution-3 .box ul li .right .content {
   font-size: 16px;
   color: #303030;
   margin: 10px 0 20px;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
  line-height: 28px;
}
.solution-page .solution-3 .box ul li .right a.more {
  line-height: 34px;
  height: 34px;
  padding: 0 18px;
  font-size: 14px;
  color: white;
  border-radius: 5px;
  border: 1px solid white;
  text-transform: capitalize;
-webkit-transition: .5s;
-moz-transition: .5s;
-ms-transition: .5s;
-o-transition: .5s;
transition: .5s;
display: inline-block;
}

.solution-page .solution-3 .box ul li .right a.more:hover {
  background: white;
  color: #3797ce;
}
@media screen and (max-width:1500px){
  .solution-page h2{
    font-size: 58px;
  }
#header > .nav > .menu .menu-box .menu_c .menu-menu-container > .menu > .menu-item{
    margin-left: 55px;
  }
  
}
@media screen and (max-width:1400px){
  .solution-page h2{
    font-size: 50px;
  }
}
@media screen and (max-width:1200px){

  .solution-page h2{
    font-size: 58px;
  }

}
@media screen and (max-width:1000px){
  .solution-page h2{
    font-size: 36px;
  }
}
@media screen and (max-width:700px){
   .solution-page .solution-1 {
        padding: 60px 0;
    }
    .solution-page .solution-1 h3 {
        font-size: 28px;
    }
    .solution-page .solution-1 .text1,.solution-page .solution-2 .content {
        font-size: 15px;
        line-height: 28px;
    }
     
    .solution-page .solution-3 .box ul li .right a.more {
        display: none;
    }
    .solution-page .solution-3 .box ul li .right h4 {
        font-size: 24px;
    }
    .solution-page .solution-3 .box ul li .left {
        width: 100%;
        padding: 10px 0;
    }
    .solution-page .solution-3 .box ul li .right {
        width: 100%;
    }
}
@media screen and (max-width:500px){
  .solution-page h2{
    font-size: 28px;
  }
}




.cus-page .cus-1 {
  padding: 80px 0;
}
.cus-page .cus-1 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-page .cus-1 .ui.container .imgbox img {
  width: 100%;
}
.cus-page .cus-1 .ui.container .right {
  padding-left: 5%;
}
.cus-page .cus-1.ser2 .ui.container .right{
  padding-right: 5%
}
.cus-page .cus-1 .ui.container .right .h3{

 margin-bottom: 40px;

}
.cus-page .cus-2 {
  height: 250px;
  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;
  position: relative;
}
.cus-page .cus-2:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  /*left: -20%;*/
  background: #2b3ee3;
  /*border-radius: 0 20px 0 0 ;*/
  z-index: -1;
}
.cus-page .cus-2 .ui.container {
  color: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  /*width: 100%;*/

}
.cus-page .cus-2 .ui.container a.more{
  background: #fff;
  transition: 0.3s all;
  color: #000;
  font-size: 18px;
  height: 50px;
  line-height: 50px;
  padding: 0 35px;
  white-space: nowrap;
}
.cus-page .cus-2 .ui.container a.more:hover{
  transition: 0.3s all;
  color: #fff;
  background: #000;
}
.cus-page .cus-2 .ui.container .h2 {

  color: #fff;
  /*font-size: 80px;*/
}
.cus-page .cus-2 .ui.container p {
  line-height: 1.8;
  margin-top: 20px;
  max-width: 1200px;
}
.cus-page .cus-3 {
  /*padding-bottom: 120px;*/
      padding: 120px 120px;
}
.cus-page .cus-3 .ui.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  max-width: 1320px;
  position: relative;
}
.cus-page .cus-3 .ui.container:before {
  content: "";
  width: 90%;
  height: 210px;
  max-width: 800px;
  position: absolute;
  left: 0;
  bottom: 0;
  background: #edf0f2;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .left {
  max-width: 700px;
  width: 59%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-bottom: 50px;
}
.cus-page .cus-3 .ui.container .left .h2 {
  font-weight: 700;
  color: #000000;
  margin-bottom: 35px;
}
.cus-page .cus-3 .ui.container .left p {
  color: #000;
  line-height: 1.5;
}
.cus-page .cus-3 .ui.container .left .bottom {
  padding-top: 100px;
  padding-left: 70px;
}
.cus-page .cus-3 .ui.container .left .bottom ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.cus-page .cus-3 .ui.container .left .bottom ul li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -moz-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  color: #999;
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 20px;
  width: 50%;
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover,
.cus-page .cus-3 .ui.container .left .bottom ul li.active {
  -webkit-transition: 0.3s all;
  -moz-transition: 0.3s all;
  transition: 0.3s all;
  color: #000;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i {
  border-color: #2b3ee3;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:before,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:before {
  background: #2b3ee3;
}
.cus-page .cus-3 .ui.container .left .bottom ul li:hover i:after,
.cus-page .cus-3 .ui.container .left .bottom ul li.active i:after {
  background: #2b3ee3;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i {
  width: 16px;
  height: 16px;
  display: block;
  border-radius: 100%;
  background: #fff;
  border: 5px solid #999;
  position: relative;
  margin-right: 40px;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i:before {
  width: 30px;
  height: 1px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -0.5px;
  background: #999;
  left: 100%;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .left .bottom ul li i:after {
  width: 1px;
  height: 40px;
  background: #999;
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -0.5px;
  z-index: -1;
}
.cus-page .cus-3 .ui.container .right {
  width: 41%;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li {
  display: none;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box {
  text-align: center;
  background: #fff;
  padding-bottom: 50px;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box img {
  margin: 0 auto;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text {
  max-width: 273px;
  margin: 30px auto 0;
  text-align: left;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .box .text h5 {
  font-weight: 700;
  margin-bottom: 15px;
}
.cus-page .cus-3 .ui.container .right ul.cuslist2 li .num {
  display: block;
  margin-top: 35px;
  color: #2b3ee3;
  font-weight: 700;
  text-align: right;
  font-size: 24px;
  line-height: 1;
}
.server2-page .server-2 {
  padding: 0px 0 190px;
  background: #f8f9fb;
}
.server2-page .server-2 h3 {
  text-align: center;
  font-size: 40px;
  color: #303030;
  line-height: 1;
}

.server2-page .server-2 .box {
  padding-top: 60px;
}
.server2-page .server-2 .box ul li {
  border: 1px solid #bebfc0;
}
.server2-page .server-2 .box ul li:nth-child(3n+1) + li,
.server2-page .server-2 .box ul li:nth-child(3n+1) + li + li {
  border-left: none;
}
.server2-page .server-2 .box ul li:nth-child(3) ~ li {
  border-top: none;
}
.server2-page .server-2 .box ul li .box2 {
  padding: 30px 35px;
  background: white;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  -ms-transition: .5s;
  -o-transition: .5s;
  transition: .5s;
}
.server2-page .server-2 .box ul li .box2 i {
  height: 50px;
  line-height: 50px;
  display: block;
}
.server2-page .server-2 .box ul li .box2 i img {
  display: inline-block;
  vertical-align: middle;
}
.server2-page .server-2 .box ul li .box2 h4 {
  display: block;
  font-size: 24px;
  color: #000;
  line-height: 1.8;
  margin: 20px 0 5px;
  height: 72px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
}
.server2-page .server-2 .box ul li .box2 .text {
  font-size: 18px;
  color: #919191;
  line-height: 2;
  height: 150px;
  overflow: auto;

}

.server2-page .server-2 .box ul li .box2:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
  -moz-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  -o-box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
  box-shadow: 0 0 15px rgba(11, 137, 209, 0.2);
}
@media screen and (max-width: 1400px){
   .server2-page .server-2 h3 {
    font-size: 28px;
  }
   .server2-page .server-2 .box ul li .box2 h4 {
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    height: 38px;
  }
  .server2-page .server-2 .box ul li .box2 i {
    height: 40px;
    line-height: 40px;
  }
  .server2-page .server-2 .box ul li .box2 i img {
    max-height: 100%;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    font-size: 13px;
    height: 144px;
  }
  .server2-page .server-2 .box ul li .box2 {
    padding: 15px;
  }
  /*.server2-page .server-2 {
    padding: 60px 0;
  }*/
}
@media screen and (max-width: 1000px){
   .server2-page .server-2 h3 {
    font-size: 24px;
  }
  .product-page .sidebox .sideleft .top h1
  {font-size: 20px;
  margin-bottom: 10px;
  line-height: 1.5}
   .cus-page .cus-2{
      height: auto;
      padding: 20px;
    }
    .cus-page .cus-3 .ui.container .left{
      width: 100%;
    }
    .cus-page .cus-2 .ui.container{
      flex-wrap: wrap;
    }
}
@media screen and (max-width: 700px){
  .cus-page .cus-3 .ui.container .right {
    width: 100%;
  }
  .cus-page .cus-3{
    padding: 40px 20px;
  }
  .cus-page .cus-3 .ui.container .left .bottom ul li{
    width: 100%;
  }
   .server2-page .server-2 h3 {
    font-size: 20px;
  }
  .server2-page .server-2 {
    padding: 30px 0 85px;
  }
  .server2-page .server-2 .box {
    padding-top: 30px;
  }
  .server2-page .server-2 .box ul {
    border-top: 1px solid #bebfc0 !important;
  }
  .server2-page .server-2 .box ul li {
    width: 100%;
    border: 1px solid #bebfc0 !important;
    border-top: none !important;
  }
  .server2-page .server-2 .box ul li .box2 h4 {
    height: auto;
    display: block;
  }
  .server2-page .server-2 .box ul li .box2 .text {
    height: auto;
  }
  .server2-page .server-2 .box ul li .box2:hover {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1); 
  }
  .cus-page .cus-1 .ui.container .right{
    width: 100%;
    padding-left: 0;
    margin-top: 30px;
  }
  .cus-page .cus-1 .ui.container .imgbox{
    width: 100%;
  }
  .cus-page .cus-2{
    padding: 20px 0;
  }

}


#Pop_UpsBtn{
  right: 20px !important;
  bottom: 120px !important;
}


a.footdede, a.footdede1{
    font-size: 16px;
    color: #212121;
    line-height: 50px;
}



@media screen and (max-width: 1000px){
/*.seoPublic .title,a.footdede, a.footdede1 {	
    display: none !important;
  }*/

}
table{
  width: 100% !important;
}
.solution-3 .slick-slider .slick-track{
  display: flex;
}
.solution-3 .slick-slide{
  height: auto;
}
.solution-3 .slick-slide>div,.solution-3 .slick-slide>div>li,.solution-3 .slick-slide>div>li>div{
  height: 100%;

}
.i3-btns {
  display: flex;
  margin-top: 54px;
  margin-bottom: 58px;
  padding: 0 160px;
  flex-wrap: wrap;
  justify-content: center;
}
.i3-btns p {
  line-height: 1.4;
  font-weight: bold;
  font-size: 18px;
  /*color: #242424;*/
  padding: 20px 40px;
  margin-bottom: 14px;
  /*background: #ccc;*/
  cursor: pointer;
}
.i3-btns p:nth-of-type(4),
.i3-btns p:nth-of-type(7) {
  border: none;
}
.i3-btns p.active,.i3-btns p:hover {
  background: #1D54C9;
  color: #fff;
  border: none;
}
@media (max-width: 1000px) {
  .i3-btns {
    padding: 0;
  }}
  @media (max-width: 768px) {
  .i3-btns p {
    font-size: 18px;
  }}
  @media (max-width: 500px) {
  .i3-btns p {
    padding: 20px ;
    width: 100%;
    margin-bottom: 10px;
    border: none;
  }
  .i3-btns p {
    font-size: 14px;
  }}
  .swiper-free-mode>.swiper-wrapper{
    /*animation-timing-function: linear;*/
  }
  .fct-a1{
        font-size: 16px;
    color: #1D54C9;
    margin-bottom: 10px;
    text-transform: uppercase;
    text-align: center;
  }
  .fct-a2{
    font-size: 34px;
    line-height: 1.2;
    text-align: center;
  }
  .fact-all:nth-of-type(2n){
    background: #f2f2f2;
  }
  .contact-page .contact-1-copy {
  padding-top: 80px;
}

.contact-page .contact-1-copy .list ul {
  margin: -8px -20px;
}
.contact-page .contact-1-copy .list ul li {
  padding: 8px 20px;
  margin-bottom: 20px;
}
.contact-page .contact-1-copy .list ul li .box {
  -o-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  -webkit-box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  box-shadow: 0 0 7px rgba(43, 52, 59, 0.08);
  text-align: center;
  padding-bottom: 30px;
}
.contact-page .contact-1-copy .list ul li .box span {
  height: 60px;
  width: 60px;
  line-height: 60px;
  background: #000;
  position: relative;
  margin: 0 auto;
  display: block;
  text-align: center;
}
.contact-page .contact-1-copy .list ul li .box span i {
  color: white;
  font-size: 30px;
  display: inline-block;
  vertical-align: middle;
}
.contact-page .contact-1-copy .list ul li .box span:after {
  content: '';
  width: 100%;
  height: 13px;
  position: absolute;
  bottom: 100%;
  left: 0;
  background: inherit;
}
.contact-page .contact-1-copy .list ul li .box span:before {
  content: '';
  border-right: 13px solid transparent;
  border-bottom: 12px solid #868686;
  position: absolute;
  left: 100%;
  bottom: 100%;
}
.contact-page .contact-1-copy .list ul li .box h5 {
  font-size: 21px;
  line-height: 1.6;
  padding: 25px 0 15px;
  font-weight: bold;
  transition: .5s;
}
.contact-page .contact-1-copy .list ul li .box p {
  font-size: 16px;
  line-height: 30px;
  font-weight: normal;
  min-height: 100px;
  padding: 0 20px;
  transition: .5s;
}
.contact-page .contact-1-copy .list ul li .box span,
.contact-page .contact-1-copy .list ul li .box span::after{
  transition: .5s;
}
.contact-page .contact-1-copy .list ul li:hover .box span,
.contact-page .contact-1-copy .list ul li:hover .box span::after{
  background:  var(--color);
}
.contact-page .contact-1-copy .list ul li:hover .box h5,
.contact-page .contact-1-copy .list ul li:hover .box p{
  transform: translateY(-10px);
  color: var(--color);
}
@media screen and (max-width: 1500px) {


  .contact-page .contact-1-copy .list ul li .box h5 {
    font-size: 18px;
    line-height: 1.8;
  }
}
@media screen and (max-width: 1250px) {
    .contact-page .contact-1-copy .list ul li .box p {
    font-size: 16px;
  }

}
@media screen and (max-width: 1000px){
    .contact-page .contact-1-copy .list ul li {
    width: 50%;
  }

}
@media screen and (max-width: 700px){
   .contact-page .contact-1-copy {
    padding: 40px 0;
  }

}
@media screen and (max-width: 500px){
    .contact-page .contact-1-copy .list ul li {
    width: 100%;
  }
  .contact-page .contact-1-copy .list ul li .box p {
    height: auto;
    min-height: auto;
  }
  .contact-page .contact-1-copy .list ul li .box span {
    width: 40px;
    height: 40px;
    line-height: 40px;
  }
  .contact-page .contact-1-copy .list ul li .box span i {
    font-size: 20px;
  }

}
@media screen and (max-width: 900px){
  .responsibility-page .responsibility-1 .top{
    flex-wrap: wrap;
  }
  .responsibility-page .responsibility-3 .bot.accs .grid-box.two>.column,.responsibility-4 .grid-box.two>.column,
  .responsibility-page .responsibility-4 .top .left,.responsibility-page .responsibility-4 .top .right
  {
    width: 100% !important;
  }
}