body {
  font-family: "Microsoft YaHei", sans-serif;
  max-width: 1920px;
  --color: #2e7bb7;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}
.seoPublic .Auxil-news .list ul li .content p{
  font-weight: 400;
}
.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;
}

.grid-box {
  font-size: 0;
  vertical-align: top;
}
.grid-box .column {
  display: inline-block;
  font-size: 16px;
  vertical-align: top;
}
.grid-box .column {
  width: 100%;
}
.grid-box.two > .column {
  width: 50%;
}
.grid-box.three > .column {
  width: 33.33333%;
}
.grid-box.four > .column {
  width: 25%;
}
.grid-box.five > .column {
  width: 20%;
}
.grid-box.six > .column {
  width: 16.6666667%;
}
.grid-box.seven > .column {
  width: 14.285714%;
}
.grid-box.eight > .column {
  width: 12.5%;
}
.grid-box.nine > .column {
  width: 11.11111111%;
}
.grid-box.ten > .column {
  width: 10%;
}
@media screen and (max-width: 1000px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 33.33333%;
  }
  .grid-box.four > .column {
    width: 33.33333%;
  }
  .grid-box.five > .column {
    width: 33.33333%;
  }
}
@media screen and (max-width: 700px) {
  .grid-box.two > .column {
    width: 50%;
  }
  .grid-box.three > .column {
    width: 50%;
  }
  .grid-box.four > .column {
    width: 50%;
  }
  .grid-box.five > .column {
    width: 50%;
  }
}
@media screen and (max-width: 500px) {
  .grid-box.two > .column {
    width: 100%;
  }
  .grid-box.three > .column {
    width: 100%;
  }
  .grid-box.four > .column {
    width: 100%;
  }
  .grid-box.five > .column {
    width: 100%;
  }
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.tit-semi {
  font-weight: 600;
}
.txt-light {
  font-weight: 300;
}
.white {
  color: white;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-moz-keyframes dot_scale {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@keyframes dot_scale {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1.2);
    -moz-transform: translate(-50%, -50%) scale(1.2);
    transform: translate(-50%, -50%) scale(1.2);
    opacity: 0;
  }
}
@-webkit-keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes btn_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes btn_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-webkit-keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@-moz-keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
@keyframes drawCircle {
  from {
    stroke-dashoffset: 125.6;
  }
  to {
    stroke-dashoffset: 0;
  }
}
.language-box .zhuyu {
  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;
  padding-right: 12px;
  border-right: 1px solid #000000;
}
.language-box .zhuyu span {
  font-size: 16px;
  color: black;
  margin: 0 5px;
  font-weight: 500;
  line-height: 1;
}
.language-box .zhuyu i {
  font-size: 20px;
  line-height: 1;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  background-color: white;
}
#header.active {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 90px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 20px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 90px;
  padding: 0 40px;
  text-transform: uppercase;
  background-color: transparent;
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .menu-box ul.menu > li::after {
  content: '\e6e2';
  font-family: 'iconfont';
  font-size: 24px;
  display: none;
  margin-left: 10px;
}
#header .nav .ui.menu .menu-box ul.menu > li.cur::after{
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover {
  background-color: rgba(0, 0, 0, 0.1);
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: 0;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-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;
  -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;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 8px 15px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: transparent;
  height: 60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 30px;
  color: white;
  overflow: hidden;
  background-color: var(--color);
}
.more:hover::before {
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}
.more::before {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  left: 0;
  top: 0;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  background: black;
  -webkit-clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
  clip-path: polygon(50% 0, 50% 0, 50% 100%, 50% 100%);
}
.more img {
  position: relative;
  z-index: 5;
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  text-transform: uppercase;
  font-weight: bold !important;
  margin-right: 10px;
}
.more.center {
  margin: 0 auto;
}
.more.white {
  border: 1px solid transparent;
  border-color: white;
  background-color: transparent;
}
.more.white:hover {
  border-color: black;
}
span.tag {
  font-size: 18px;
  font-weight: bold;
  color: var(--color);
  text-transform: uppercase;
}
h2.h-title {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  text-transform: uppercase;
}
h2.h-title em {
  color: var(--color);
  display: contents;
}
#banner {
  position: relative;
  z-index: 1;
  margin-top: 90px;
}
#banner .banner-content ul li {
  position: relative;
}
#banner .banner-content ul li .container {
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
#banner .banner-content ul li .container.box-r{
  justify-content: flex-end;
  text-align: right;
}
#banner .banner-content ul li .container.box-r p,
#banner .banner-content ul li .container.box-r a.more{
  margin-left: auto;
}

#banner .banner-content ul li .container p {
  max-width: 520px;
}
#banner .banner-content ul li .container h2,
#banner .banner-content ul li .container p {
  text-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}
#index-body {
  overflow: hidden;
}
#index-body .homepage-1 .bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  -webkit-clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(55% 0, 100% 0, 100% 100%, 0% 100%);
}
#index-body .homepage-1 .content {
  height: 815px;
  padding-right: 200px;
}
#index-body .homepage-1 .content .left {
  padding-left: 200px;
}
#index-body .homepage-1 .content .left .pro-text {
  position: absolute;
  left: 0;
  top: 0;
}
#index-body .homepage-1 .content .left::after {
  content: '';
  display: block;
  width: 85px;
  height: 85px;
  position: absolute;
  left: 200px;
  top: 0;
  background-color: #eee;
  -webkit-clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
  clip-path: polygon(0 0, 100% 0, 50% 50%, 0% 100%);
}
#index-body .homepage-1 .content .left ul {
  margin: 0 -15px;
}
#index-body .homepage-1 .content .left ul li {
  padding: 0 15px;
}
#index-body .homepage-1 .content .left ul li a {
  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;
}
#index-body .homepage-1 .content .right {
  position: relative;
}
#index-body .homepage-1 .content .right .arrow {
  position: absolute;
  top: 40%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  cursor: pointer;
  z-index: 5;
}
#index-body .homepage-1 .content .right .arrow:hover img {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
#index-body .homepage-1 .content .right .arrow img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .content .right .arrow.prev {
  left: -115px;
}
#index-body .homepage-1 .content .right .arrow.next {
  right: -115px;
}
#index-body .homepage-1 .content .right ul li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-1 .content .right ul li a.img {
  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;
}
/*#index-body .homepage-1 .content .right ul li h4 {
  width: 65%;
  margin: 30px auto 0;
}*/
#index-body .homepage-2 ul {
  margin: 0 -15px;
}
#index-body .homepage-2 ul li {
  padding: 0 15px;
}
#index-body .homepage-2 ul li .box:hover a.img {
  background-color: var(--color);
}
#index-body .homepage-2 ul li .box:hover a.img img {
  -webkit-transform: translateY(55%);
  -moz-transform: translateY(55%);
  -ms-transform: translateY(55%);
  transform: translateY(55%);
}
#index-body .homepage-2 ul li .box:hover .text {
  -webkit-transform: translateY(-200%);
  -moz-transform: translateY(-200%);
  -ms-transform: translateY(-200%);
  transform: translateY(-200%);
}
#index-body .homepage-2 ul li .box:hover .text h4 {
  color: white;
}
#index-body .homepage-2 ul li .box a.img {
  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;
  background-color: #fbfbfb;
  height: 360px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 ul li .box a.img img {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 ul li .box .text {
  padding: 20px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 ul li .box .text h4 {
  font-size: 18px;
}
#index-body .homepage-2 ul li .box .text .num {
  color: #cecece;
  font-size: 18px;
  position: relative;
  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;
  margin-top: 20px;
}
#index-body .homepage-2 ul li .box .text .num::after,
#index-body .homepage-2 ul li .box .text .num::before {
  content: '';
  display: block;
  width: 40px;
  height: 1px;
  background-color: #cecece;
  margin: 0 5px;
}
#index-body .homepage-2 ul .slick-dots {
  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;
  margin: 0;
  margin-top: 20px;
  margin-bottom: 35px;
}
#index-body .homepage-2 ul .slick-dots li {
  padding: 0;
  width: 10px;
  height: 10px;
  margin: 0 5px;
  background-color: #eee;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  border-radius: 50%;
}
#index-body .homepage-2 ul .slick-dots li.slick-active {
  background-color: var(--color);
}
#index-body .homepage-2 ul .slick-dots li button {
  display: none;
}
#index-body .homepage-3 {
  background: url('../images/work-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-3 .left {
  position: relative;
  z-index: 10;
}
#index-body .homepage-3 .left ul li.active a {
  background-color: #000;
}
#index-body .homepage-3 .left ul li a {
  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;
  height: 70px;
  width: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding: 0 20px;
}
#index-body .homepage-3 .left ul li a i {
  width: 75px;
  display: block;
}
#index-body .homepage-3 .left ul li a:hover {
  background-color: #000;
}
#index-body .homepage-3 .left ul li a h5 {
  font-size: 20px;
  width: -webkit-calc(100% - 75px);
  width: -moz-calc(100% - 75px);
  width: calc(100% - 75px);
}
#index-body .homepage-3 .right {
  position: relative;
  height: -webkit-fill-available;
}
#index-body .homepage-3 .right ul {
  height: 100%;
}
#index-body .homepage-3 .right ul li {
  position: relative;
  opacity: 0;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-3 .right ul li:nth-child(n + 2) {
  position: absolute;
  inset: 0;
}
#index-body .homepage-3 .right ul li.active {
  opacity: 1;
  z-index: 5;
}
#index-body .homepage-3 .right ul li .box {
  position: relative;
  height: 100%;
}
#index-body .homepage-3 .right ul li .box .text {
  padding: 40px 60px;
  background-color: rgba(0, 0, 0, 0.4);
  position: absolute;
  z-index: 1;
  bottom: 0;
}
#index-body .homepage-4 {
  background: url('../images/home4_bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-4 .top .img {
  width: 30.4%;
  height: -webkit-fill-available;
}
#index-body .homepage-4 .top .img a.play{
  display: flex;
  align-items: center;
  justify-content: center;
  width: 135px;
  height: 135px;
}
#index-body .homepage-4 .top .img a.play::before{
  content:"";
  width: 100%;
  height: 100%;
  display: block;
  border-radius:50%;
  background-color: rgba(46, 123, 183, 0.6);
  position: absolute;
  left: 50%;
  top:50%;
  transform: translate(-50%,-50%);
  animation: dot_scale 4s linear infinite;
}
#index-body .homepage-4 .top .text {
  width: 69.6%;
}
#index-body .homepage-4 .bottom .bot {
  height: 445px;
}
#index-body .homepage-4 .bottom .bot .text {
  background-color: var(--color);
  width: 69.6%;
}
#index-body .homepage-4 .bottom .bot .right {
  width: 30.4%;
  background-color: white;
}
#index-body .homepage-4 .bottom .img_box {
  margin-top: -225px;
}
#index-body .homepage-4 .bottom .img_box ul {
  margin: 0 -35% 0 -15px;
}
#index-body .homepage-4 .bottom .img_box ul li {
  padding: 0 15px;
}
#index-body .homepage-5 ul {
  margin: -15px -20px;
}
#index-body .homepage-5 ul li {
  width: -webkit-calc(100% / 3);
  width: -moz-calc(100% / 3);
  width: calc(100% / 3);
  padding: 15px 20px;
}
#index-body .homepage-5 ul li .box {
  height: 335px;
}
#index-body .homepage-5 ul li:nth-child(n+2) .box {
  padding: 25px;
  background-color: #ededed;
}
#index-body .h-form {
  position: relative;
}
#index-body .h-form .form {
  position: absolute;
  left: 50%;
  bottom: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
#index-body .h-form .form .form_box {
  width: 50%;
  background-color: #f5f5f5;
  margin-left: auto;
  padding: 55px 45px 70px;
}
#index-body .h-form .form .form_box form ul li {
  margin-bottom: 15px;
}
#index-body .h-form .form .form_box form ul li:last-child {
  margin-bottom: 0;
}
#index-body .h-form .form .form_box form ul li input[type="text"] {
  width: 100%;
  height: 65px;
  background-color: white;
  border: none;
  padding: 0 20px 0 60px;
  font-size: 16px;
  background-image: url('../images/h-con.png');
  background-repeat: no-repeat;
  background-position: 20px center;
}
#index-body .h-form .form .form_box form ul li input[name="country"] {
  background-image: url('../images/xunpan-icon-Country.png');
}
#index-body .h-form .form .form_box form ul li input[name="name"] {
  background-image: url('../images/h-user.png');
}
#index-body .h-form .form .form_box form ul li input[name="mail"] {
  background-image: url('../images/h-mail.png');
}
#index-body .h-form .form .form_box form ul li textarea {
  width: 100%;
  height: 140px;
  background-color: white;
  border: none;
  padding: 20px 20px 20px 60px;
  font-size: 16px;
  background-image: url('../images/xunpan-icon-Message.png');
  background-position: 20px 20px;
  background-repeat: no-repeat;
}
#index-body .h-form .form .form_box form ul li input[type="submit"] {
  width: 100%;
  height: 65px;
  background-color: var(--color);
  border: none;
  color: white;
  font-weight: bold;
  font-size: 26px;
  border: 1px solid var(--color);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .h-form .form .form_box form ul li input[type="submit"]:hover {
  background-color: transparent;
  color: var(--color);
  border-color: var(--color);
}
#footer {
  background-color: #090909;
  color: white;
}
#footer .top {
  padding: 80px 15px 60px;
}
#footer .top ul li:nth-child(n+2) {
  margin-top: 30px;
}
#footer .top ul li h4 {
  font-size: 22px;
  font-weight: bold;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 40px;
}
#footer .top ul li span {
  font-size: 18px;
  line-height: 1;
  margin-bottom: 8px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  color: rgba(255, 255, 255, 0.8);
}
#footer .top ul li span:hover {
  color: var(--color);
}
#footer .top ul li span:last-child {
  margin-bottom: 0;
}
#footer .top ul li a.btn {
  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;
  padding: 0 22px;
  background-color: var(--color);
  border: 1px solid var(--color);
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  height: 60px;
}
#footer .top ul li a.btn span {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 22px;
}
#footer .top ul li a.btn:hover {
  background-color: transparent;
  border-color: white;
}
#footer .top ul li a.btn:hover span {
  color: white;
}
#footer .top ul li.f-logo #ewm img,
#footer .top ul li.f-logo #ewm canvas {
  width: 90px;
  height: 90px;
  border: 5px solid white;
}
#footer .top ul li.f-logo .share a {
  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;
  width: 40px;
  height: 40px;
  background-color: #3a3a3a;
  border-radius: 50%;
  color: white;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  margin-right: 15px;
}
#footer .top ul li.f-logo .share a i {
  font-size: 20px;
}
#footer .top ul li.f-logo .share a:last-child {
  margin-right: 0;
}
#footer .top ul li.f-logo .share a:hover {
  background-color: var(--color);
}
#footer .top ul li.contact {
  max-width: 290px;
}
#footer .top ul li.contact p {
  font-size: 18px;
}
#footer .top ul li.news {
  max-width: 500px;
}
#footer .top ul li.news ol {
  margin: 0 -10px;
}
#footer .top ul li.news ol li {
  margin: 0;
  padding: 0 10px;
}
#footer .top ul li.news ol li h6 {
  color: rgba(255, 255, 255, 0.6);
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .top ul li.news ol li h6:hover {
  color: white;
}
#footer .top ul li.news ol li .con {
  color: rgba(255, 255, 255, 0.3);
}
#footer .top ul li.news ol li .date p {
  color: rgba(255, 255, 255, 0.3);
}
#footer .top ul li.news ol li .date p:first-child {
  color: var(--color);
}
#footer .bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.6);
  padding: 45px 0 15px;
}
#footer .bottom span {
  font-size: 16px;
  color: rgba(255, 255, 255, 0.8);
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
}
#footer .bottom span a.copyright {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#footer .bottom span a.copyright:hover {
  color: var(--color);
}
#footer .bottom span img {
  width: auto;
  height: 17px;
  -webkit-transform: translateY(5px);
  -moz-transform: translateY(5px);
  -ms-transform: translateY(5px);
  transform: translateY(5px);
  opacity: 0.8;
}
  .language-box .zhuyu img{
    width: 30px;
  }
@media screen and (max-width: 1700px) {
  #index-body .homepage-1 .content .right .arrow img {
    width: 65px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0 20px;
  }
  #index-body .homepage-1 .content .right .arrow.prev {
    left: -55px;
  }
  #index-body .homepage-1 .content .right .arrow.next {
    right: -55px;
  }
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-3 .left {
    padding: 60px 0;
  }
  #index-body .h-form {
    margin-top: 200px;
  }
}
@media screen and (max-width: 1450px) {
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 16px;
    padding: 0 20px;
  }
  #index-body .homepage-1 .content .right ul li a.img img {
    max-width: 55%;
  }
  #index-body .homepage-1 .content {
    height: 650px;
    padding-right: 110px;
  }
  #index-body .homepage-1 .content .left .pro-text {
    max-width: 115px;
  }
  #index-body .homepage-1 .content .left {
    padding-left: 150px;
  }
  #index-body .homepage-1 .content .left::after {
    left: 150px;
  }
  #index-body .h-form .form .form_box h2.h-title {
    font-size: 30px;
  }
  #index-body .h-form .form .form_box form ul li input[type="text"] {
    height: 50px;
  }
  #footer .top ul li.news {
    max-width: 350px;
  }
}
@media screen and (max-width: 1250px) {
  #banner,
  .inner-banner {
    margin-top: 60px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    padding: 0 10px;
  }
  #index-body .homepage-1 .content .left .pro-text {
    max-width: 85px;
  }
  #index-body .homepage-1 .content .left {
    padding-left: 100px;
  }
  #index-body .homepage-1 .content .left::after {
    left: 100px;
  }
  #index-body .homepage-1 .content {
    height: 580px;
    padding-right: 80px;
  }
  #index-body .homepage-1 .content .right .arrow img {
    width: 50px;
  }
  #index-body .homepage-1 .content .right .arrow.prev {
    left: 0;
  }
  #index-body .homepage-1 .content .right .arrow.next {
    right: 0;
  }
  #index-body .homepage-2 ul li .box a.img img {
    max-width: 70%;
  }
  h2.h-title {
    font-size: 34px;
  }
  #index-body .homepage-3 .left ul li a h5 {
    font-size: 18px;
  }
  #index-body .homepage-4 .top .text {
    padding: 45px 30px;
  }
  #index-body .homepage-5 ul li .box h4 {
    font-size: 20px;
  }
  #index-body .h-form {
    margin-top: 100px;
  }
  #index-body .h-form .img {
    position: absolute;
    bottom: 0;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -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-pack: end;
    -webkit-justify-content: flex-end;
    -moz-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }
  #index-body .h-form .img .map {
    height: 50%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .h-form .form {
    position: relative;
    inset: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
  }
  #footer .top ul li.link {
    display: none;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    font-size: 15px;
  }
  #header .nav .logo{
    max-width: 120px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li::after {
    font-size: 16px;
  }
}
@media screen and (max-width: 1000px) {
  .more {
    height: 45px;
    padding: 0 20px;
  }
  #banner .banner-content ul li .container {
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  #banner .banner-content ul li .container .content {
    width: 100%;
  }
  #index-body .homepage-1 {
    margin: 0 0 60px;
  }
  #index-body .homepage-1 .content {
    padding: 60px 0;
  }
  #index-body .homepage-1 .content .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-1 .content .right {
    width: 100%;
  }
  #index-body .homepage-1 .content {
    height: auto;
    padding-right: 0;
  }
  #index-body .homepage-1 .content .left ul {
    display: none;
  }
  #index-body .homepage-1 .content .right .arrow {
    display: none;
  }
  #index-body .homepage-3 .left {
    width: 100%;
  }
  #index-body .homepage-3 .right {
    width: 100%;
  }
  #index-body .homepage-3 .left {
    padding-left: 15px;
  }
  #index-body .homepage-3 .right ul li .box .text {
    padding: 40px 60px;
  }
  #index-body .homepage-3 .right ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-4 .top .text {
    width: 50%;
  }
  #index-body .homepage-4 .top .img {
    width: 50%;
  }
  h2.h-title {
    font-size: 28px;
  }
  #index-body .homepage-4 .bottom .img_box ul {
    margin: 0 -15px;
  }
  .more span {
    font-size: 14px;
  }
  #index-body .homepage-4 .bottom .bot .right a.more {
    display: none;
  }
  #index-body .homepage-4 .bottom .bot .text {
    width: 100%;
    padding: 45px 15px;
  }
  #index-body .homepage-4 .bottom .bot {
    height: 380px;
  }
  #index-body .homepage-5 ul li {
    width: -webkit-calc(100% / 2);
    width: -moz-calc(100% / 2);
    width: calc(100% / 2);
  }
  #index-body .h-form .form {
    padding: 0;
  }
  #index-body .h-form .form .form_box {
    width: 100%;
  }
  #index-body .h-form .img {
    position: relative;
    bottom: 0;
    height: auto;
  }
  #footer .top ul li.news {
    max-width: 100%;
  }
  #footer .top ul li.news ol li h6 {
    font-size: 18px;
  }
  #footer .bottom {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .bottom span {
    text-align: center;
  }
  #footer .bottom {
    padding: 15px 0;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-1 .content .left .pro-text {
    display: none;
  }
  #index-body .homepage-1 .content .left {
    padding-left: 15px;
    padding-top: 0;
  }
  #index-body .homepage-1 .content .left .text {
    padding-right: 0;
  }
  #index-body .homepage-1 .content .left::after {
    left: 15px;
    display: none;
  }
  #index-body .homepage-1 .content .right ul li h4 {
    font-size: 20px;
  }
  #index-body .homepage-3 .right ul li .box .text {
    padding: 20px 15px;
  }
  #index-body .homepage-4 .top .text {
    width: 100%;
    padding: 45px 15px;
  }
  #index-body .homepage-4 .top .img {
    width: 100%;
  }
  #index-body .homepage-5 ul li {
    width: 100%;
  }
  #index-body .homepage-5 ul li:nth-child(n+2) .box {
    padding: 40px 25px;
    height: auto;
  }
  #footer .top ul li.contact {
    max-width: 100%;
    margin: 30px 0;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content ul li .container .content a.more {
    display: none;
  }
  #banner .banner-content ul li .bg {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #index-body .homepage-1 .content .right ul li h4 {
    width: 100%;
  }
  #index-body .h-form .form .form_box {
    padding: 40px 15px;
  }
  #index-body .h-form .form .form_box form ul li input[type="submit"] {
    height: 50px;
    font-size: 20px;
  }
}













.inner-banner {
  color: white;
  margin-top: 90px;
}
.inner-banner video {
  top: 0;
  left: 0;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.inner-banner hr {
  background-color: rgba(255, 255, 255, 0.8);
}
.inner-banner .text {
  color: inherit;
}
.inner-page .check {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -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;
  gap: 1.125em;
  font-weight: 500;
}
.inner-page .check p {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  gap: .5em;
}
.inner-page .check p:before {
  content: '\e766';
  font-family: "iconfont";
  width: 1.375em;
  height: 1.375em;
  border-radius: 100%;
  background-color: var(--color);
  color: white;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-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;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.inner-page .sideBarLeft {
  position: -webkit-sticky;
  position: sticky;
  top: 90px;
}
.inner-page .sideBarLeft .nav a {
  padding: .8em 1em;
  background-color: #f5f5f5;
  margin-bottom: 1em;
  width: 100%;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a i {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .sideBarLeft .nav a:not([class]) {
  display: block;
}
.inner-page .sideBarLeft .nav a:hover {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active {
  background-color: var(--color);
  color: white;
}
.inner-page .sideBarLeft .nav a.active i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.inner-page .sideBarLeft .nav ul ul {
  display: none;
}
.inner-page .sideBarLeft .nav ul ul a {
  background-color: #fbfbfb;
}
@-webkit-keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@-moz-keyframes lz {
  from {
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
@keyframes lz {
  from {
    -webkit-transform: translateY(-50%) translateX(-10%);
    -moz-transform: translateY(-50%) translateX(-10%);
    transform: translateY(-50%) translateX(-10%);
  }
  to {
    -webkit-transform: translateY(-50%) translateX(-60%);
    -moz-transform: translateY(-50%) translateX(-60%);
    transform: translateY(-50%) translateX(-60%);
  }
}
.about-page .about-1 .list {
  position: relative;
}
.about-page .about-1 .list span.h1 {
  font-size: 12.86458333vw;
  color: var(--color);
  position: absolute;
  top: 48%;
  left: 0;
  white-space: nowrap;
  line-height: 1.2;
  -webkit-animation: lz 10s linear infinite;
  -moz-animation: lz 10s linear infinite;
  animation: lz 10s linear infinite;
}
.about-page .about-1 .list span.h1 em {
  margin-right: .5em;
}
.about-page .about-1 .list ul {
  padding-left: 22.7%;
  padding-right: 22.7%;
  overflow: hidden;
}
.about-page .about-1 .list ul a.img{
  width: 100%;
}
.about-page .about-1 .list .slick-list {
  overflow: unset;
}
.about-page .about-1 .list .slick-list li {
  -webkit-transform: scale(0.76) translateX(10%);
  -moz-transform: scale(0.76) translateX(10%);
  -ms-transform: scale(0.76) translateX(10%);
  transform: scale(0.76) translateX(10%);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-1 .list .slick-list .slick-current + .slick-slide li {
  -webkit-transform: scale(0.76) translateX(-10%);
  -moz-transform: scale(0.76) translateX(-10%);
  -ms-transform: scale(0.76) translateX(-10%);
  transform: scale(0.76) translateX(-10%);
}
.about-page .about-1 .list .slick-list .slick-current li {
  -webkit-transform: scale(1) !important;
  -moz-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  transform: scale(1) !important;
}

.about-page .about-1 span.h7 {
  font-weight: 500;
  padding: 1.2em;
  border-radius: 2em;
  border: 1px solid black;
}
.about-page .about-2 {
  background-image: -webkit-linear-gradient(130deg, var(--color), #0c1937);
  background-image: -moz-linear-gradient(130deg, var(--color), #0c1937);
  background-image: linear-gradient(320deg, var(--color), var(--color));
  color: white;
}
.about-page .about-2 .text {
  color: inherit;
}
.about-page .about-2 .list {
  padding-right: 22%;
  margin-right: -20%;
  position: relative;
  left: -20%;
  border-top-right-radius: 15.625vw;
  border-bottom-right-radius: 15.625vw;
  overflow: hidden;
}
.about-page .about-2 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 {
  position: relative;
}
.about-page .about-3:before {
  content: '';
  width: 100%;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 8px;
  left: 0;
  z-index: -1;
}
.about-page .about-3 .list {
  padding-right: 29%;
  margin-right: -10%;
  overflow: hidden;
  font-size: 0;
}
.about-page .about-3 .list li {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -moz-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -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-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  height: 100%;
}
.about-page .about-3 .list .slick-list {
  overflow: unset;
}
.about-page .about-3 .list span.h2 {
  line-height: .8;
  -webkit-text-stroke: 1px var(--color);
  color: transparent;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-3 .list i.dots {
  width: 1em;
  height: 1em;
  border-radius: 100%;
  background-color: var(--color);
}
.about-page .about-3 .list .text {
  margin-bottom: auto;
}
.about-page .about-3 .list .slick-current span.h2 {
  color: var(--color);
}
.about-page .about-4 .text {
  max-width: 1100px;
}
.about-page .about-5 {
  background-position: center top;
}
.why-page .why-1 .list {
  padding: 2% 4%;
  background-image: -webkit-linear-gradient(130deg, var(--color) 48%, var(--color) 58%);
  background-image: -moz-linear-gradient(130deg,var(--color) 48%, var(--color) 58%);
  background-image: linear-gradient(320deg, var(--color) 48%, var(--color) 58%);
  color: white;
}
.why-page .why-1 .list span.h6 {
  line-height: 1;
}
.why-page .why-2 {
  background-color: #f5f5f7;
}
.why-page .why-2 hr {
  background-color: #727273;
  position: relative;
  overflow: unset;
}
.why-page .why-2 hr:before {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  background-color: var(--color);
  z-index: 1;
  border-radius: 100%;
}
.why-page .why-3 .text {
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .text {
  max-width: 1180px;
  margin-left: auto;
  margin-right: auto;
}
.support-page .support-1 .list li {
  padding: 4% 7%;
  border: 1px solid #e7e7e7;
  background-color: #f5f5f7;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative;
  top: 0;
}
.support-page .support-1 .list li i {
  width: 1em;
  height: 1em;
  background-color: #f6f8fa;
}
.support-page .support-1 .list li:hover {
  top: -10px;
}
.support-page .support-2 .left {
  direction: rtl;
}
.support-page .support-2 .left .img {
  width: 130%;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-bottom-right-radius: 0;
  height: 100%;
}
.support-page .support-2 .left .img img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.support-page .support-2 .right .content {
  padding-left: 10%;
  background-color: #f5f5f7;
  height: 94%;
  position: relative;
}
.support-page .support-2 .right .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-2 .right .content .list {
  margin-top: auto;
  font-weight: 500;
}
.support-page .support-2 .right .content .list span.num {
  width: 2.66666667em;
  height: 2.66666667em;
  border-radius: 100%;
  background-image: -webkit-linear-gradient(330deg, var(--color), var(--color));
  background-image: -moz-linear-gradient(330deg, var(--color), var(--color));
  background-image: linear-gradient(120deg, var(--color), var(--color));
  color: white;
}
.support-page .support-2 .right .content .list .text {
  color: #333;
}
.support-page .support-4 .content {
  margin-left: auto;
  padding-left: 5%;
  background-color: var(--color);
  color: white;
  position: relative;
}
.support-page .support-4 .content:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  left: 100%;
  top: 0;
  background-color: inherit;
}
.support-page .support-4 .content .check {
  font-weight: normal;
}
.support-page .support-4 .content .check p:before {
  background-color: white;
  color: var(--color);
}
.support-page .support-5 .right .list span.h6 {
  cursor: pointer;
  cursor: hand;
  color: #333;
}
.support-page .support-5 .right .list span.h6 em {
  width: 1.7em;
}
.support-page .support-5 .right .list span.h6 i {
  margin-left: auto;
  font-weight: normal;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.support-page .support-5 .right .list li.active  span.h6,
.support-page .support-5 .right .list li.active  hr{
  color: white;
}
.support-page .support-5 .right .list li.active  hr{
  background-color: white;
}
.support-page .support-5 .right .list li.active {
  background-color: var(--color);
  color: white;
}
.support-page .support-5 .right .list li.active span.h6 i {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
}
.honor-page .list li {
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding: 1em;
}
.honor-page .list li span.h6 {
  padding: .3em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.honor-page .list li:hover span.h6 {
  color: white;
  background-color: var(--color);
}
.faq-page span.h6 {
  background-color: #f7f7f7;
  border-radius: 3em;
}
.faq-page span.h6 i {
  width: 3em;
  height: 3em;
  border-radius: 100%;
  background-color: black;
  color: white;
  cursor: pointer;
  cursor: hand;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.faq-page span.h6 i:before {
  font-size: 1.4em;
}
.faq-page .text {
  color: #333;
}
.faq-page li.active span.h6 i {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}
.news-page .list li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.news-page .list li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.news-page .list li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
.newdet-page .sideBarRight hr {
  background-image: -webkit-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: -moz-linear-gradient(right, black 0, black 5px, transparent 5px, transparent 10px);
  background-image: linear-gradient(to left, black 0, black 5px, transparent 5px, transparent 10px);
  background-size: 10px auto;
  background-color: transparent;
}
.newdet-page .sideBarRight .text {
  line-height: 1.8;
}
.newdet-page .newdet-2 {
  background-color: #f6f6f6;
}
.contact-page .form input,
.contact-page .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .form input:focus,
.contact-page .form textarea:focus {
  border-bottom-color: var(--color);
}
.contact-page .form textarea {
  height: 120px;
}
.contact-page .form button {
  border: none;
}
.contact-page .share a {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  background-color: rgba(0, 0, 0, 0.1);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.contact-page .share a:hover {
  color: white;
  background-color: var(--color);
}
.contact-page iframe {
  height: 20.83333333vw;
  border: none;
  background-color: #f8f8f8;
}
.case-page .list li {
  -webkit-box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
  box-shadow: 0 0 20px 10px rgba(0, 44, 155, 0.1);
}
.case-page .list li .more {
  margin-top: -1em;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
}
.casedet-page h1 {
  color: var(--color);
}
.casedet-page .list {
  overflow: hidden;
}
.casedet-page .list ul {
  margin: -1px;
}
.casedet-page .list a {
  padding: 5%;
  display: block;
  border: 1px solid #eee;
  border-right: none;
  border-bottom: none;
  position: relative;
}
.casedet-page .list a:before {
  content: '';
  width: 7px;
  height: 7px;
  border-radius: 100%;
  position: absolute;
  right: -1px;
  bottom: 0;
  -webkit-transform: translate(50%, 50%);
  -moz-transform: translate(50%, 50%);
  -ms-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
  background-color: var(--color);
  z-index: 1;
}
.casedet-page .list li:nth-child(4n+4) a:before,
.casedet-page .list li:nth-last-child(4) ~ li a:before {
  display: none;
}
.download-page .border {
  border: 1px solid #dfdfdf;
  border-bottom-right-radius: inherit;
  border-bottom-left-radius: inherit;
}
.download-page span.h3 {
  padding: 1em;
  background-color: var(--color);
  color: white;
}
.download-page .nav li {
  padding: 0 1em;
  border-bottom: 1px solid #dfdfdf;
}
.download-page .nav li:last-child {
  border-bottom: none;
}
.download-page .nav a {
  padding: 1.5em 0;
}
.download-page .nav a i {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  -webkit-box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
  box-shadow: inset -3px 1px 7px rgba(0, 0, 0, 0.2);
}
.download-page .nav a i:before {
  font-size: 1.4em;
  opacity: 0;
}
.download-page .nav a.active {
  color: var(--color);
}
.download-page .nav a.active i:before {
  opacity: 1;
}
.download-page .right .border {
  padding: 1em;
}
.download-page form {
  padding-bottom: 1%;
}
.download-page form button {
  width: 2em;
  height: 2em;
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  background-color: transparent;
  border: none;
}
.download-page form button i {
  font-size: 1.5em;
}
.download-page form input {
  width: 100%;
  border: none;
  background-color: transparent;
}
.download-page .list li {
  padding: 3% 0;
  border-top: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 {
  width: 2em;
  height: 2em;
  border-radius: 100%;
  border: 1px solid #dfdfdf;
}
.download-page .list li i.font-70 img {
  max-width: 40%;
}
.download-page .list li .link em {
  color: var(--color2);
}
.download-page .list li .more i {
  -webkit-transform: unset !important;
  -moz-transform: unset !important;
  -ms-transform: unset !important;
  transform: unset !important;
}


.prodet-page .prodet-2 .options {
  background-color: #f6f6f6;
}
.prodet-page .prodet-2 .options span {
  padding: 1.8em;
  border-bottom-right-radius: 2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer;
  cursor: hand;
}
.prodet-page .prodet-2 .options span:before {
  content: '';
  width: .5em;
  height: .5em;
  border-radius: 100%;
  background-color: var(--color);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .options span:hover,
.prodet-page .prodet-2 .options span.active {
  background-color: var(--color);
  color: white;
}
.prodet-page .prodet-2 .options span:hover:before,
.prodet-page .prodet-2 .options span.active:before {
  background-color: white;
}
.prodet-page .prodet-2 .form input,
.prodet-page .prodet-2 .form textarea {
  width: 100%;
  border: none;
  border-bottom: 1px solid #a1a1a1;
  padding: .5em 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.prodet-page .prodet-2 .form input:focus,
.prodet-page .prodet-2 .form textarea:focus {
  border-bottom-color: var(--color);
}
.prodet-page .prodet-2 .form textarea {
  height: 120px;
}
.prodet-page .prodet-2 .form button {
  border: none;
}
.prodet-page .prodet-4 {
  background-color: #f6f6f6;
}
.prodet-page .prodet-4 .left {
  direction: rtl;
}
.prodet-page .prodet-4 .img {
  height: 100%;
  width: 125%;
}
.prodet-page .prodet-4 .right {
  padding: 5%;
  padding-right: 0;
}
.prodet-page .prodet-6 {
  background-color: #f8f8f8;
}
.prodet-page .prodet-6 li {
  padding: 14% 7% 0;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  margin-bottom: 1em;
}
.prodet-page .prodet-6 li a.link {
  width: 2em;
  height: 2em;
  line-height: 1;
  border-radius: 100%;
  -webkit-transform: translateY(50%);
  -moz-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%);
  background-color: white;
  -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  padding-top: 1.5em;
  margin: 0 auto;
  color: var(--color2);
}
.prodet-page .prodet-6 li a.link i {
  font-size: 3em;
  line-height: .1;
  display: block;
}
@media screen and (max-width: 1450px) {

}
@media screen and (max-width: 1000px) {
  .support-page .support-5 .box{
    flex-direction: column-reverse;
  }
  .font-32 {
    font-size: 22px;
  }
  .seoIndustry.Auxil-industry {
    display: none;
}
  .product-yd-page .left:before {
    display: none;
  }
  .contact-page iframe {
    height: 32vw;
  }
  .inner-page .sideBarLeft {
    display: none;
  }
  .inner-banner span.h2 {
    zoom: .7;
  }
  .support-page .support-2 .right .content {
    padding: 5% !important;
    padding-right: 0 !important;
    height: auto;
  }
  .support-page .support-4 .content {
    width: 100%;
  }
  .casedet-page .list ul {
    grid-template-columns: repeat(3, 1fr);
  }
  .casedet-page .list a:before {
    display: none;
  }
  .download-page .list li {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .download-page .list li i.font-70 {
    display: none;
  }
  .prodet-page .prodet-4 {
    padding: 10% 0;
  }
  .prodet-page .prodet-4 .img {
    height: 50vw;
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  .font-38 {
    font-size: 20px;
  }
  .why-page .why-1 .list {
    padding: 5%;
  }
  .why-page .why-1 .list ul li {
    width: 100%;
  }
  .support-page .support-2 .right .content .list ul {
    grid-template-columns: repeat(2, 1fr);
  }
  .faq-page span.h6 i {
    zoom: .7;
  }
  .contact-page iframe {
    height: 44vw;
  }
  .case-page .list li {
    margin-bottom: 30px;
  }
  .news-page .list2 li .text-l{
    width:100%;
  }
  .news-page .list2 li .text-r{
    width:100%;
    padding-left: 0;
    margin-top: 35px;
  }
}
.page-header01 .logo img,
.mobile-menu-wrap01 .mobile-menu .menu-header .logo img {
    filter: brightness(0) invert(1);
}
@media screen and (min-width: 1001px) {
    #header,#innerMobileBanner~.inner-banner {
        display: block !important;
    }
    #innerMobileBanner, #menuFull, #mobile2, #mobile3, #mobile5, .mobile-menu-wrap01, .page-header01, .page-header02 {
        display: none;
    }
}
@media screen and (max-width: 1250px) {
  #header .nav .ui.menu .box .more {
    display: none;
  }
  #header .nav .ui.menu .logo img {
    max-height: 46px;
  }
}

.m-page {
    text-align: center;
}
.m-page a,
.m-page span {
    display: inline-block;
    text-align: center;
    width: 45px;
    height: 35px;
    font-size: 16px;
    line-height: 35px;
    border-radius: 5px;
    font-weight: 500;
    -o-box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
    box-shadow: 0 2px 10px 0 #d8dde6;
    -webkit-transition: 0.5s;
    -moz-transition: 0.5s;
    -o-transition: 0.5s;
    transition: 0.5s;
    margin: 5px;
}
.m-page a:hover,
.m-page span.current {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left {
    width: 30%;
    position: sticky;
    top: 100px;
}
.product2-page .container .product_left .search_cont {
    position: relative;
}
.product2-page .container .product_left .search_cont .text {
    width: 100%;
    border-radius: 72px;
    border: 1px solid #eee;
    padding: 20px 30px;
    padding-right: 80px;
    color: #000;
    line-height: 1;
}
.product2-page .container .product_left .search_cont .btn {
    width: 62px;
    height: 62px;
    right: 1px;
    position: absolute;
    top: 1px;
    border: none;
    background-color: rgba(0, 0, 0, 0);
}
.product2-page .container .product_left .item {
    margin-top: 30px;
    border: 1px solid #eee;
    padding: 40px;
}
.product2-page .container .product_left .item .tips {
    font-weight: bold;
}
.product2-page .container .product_left .item .nav_cont {
    margin-top: 26px;
}
.product2-page .container .product_left .item .nav_cont li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_left .item .nav_cont li a {
    display: block;
    padding: 18px 45px 18px 20px;
    background: #f1f1f1;
    font-size: 18px;
    color: #7a7777;
    line-height: 32px;
    /*text-transform: uppercase;*/
    position: relative;
}
.product2-page .container .product_left .item .nav_cont li a i {
    position: absolute;
    right: 20px;
    top: 19px;
    display: inline-block;
}
.product2-page .container .product_left .item .nav_cont li a i.active {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}
.product2-page .container .product_left .item .nav_cont li a:hover,
.product2-page .container .product_left .item .nav_cont li a.active {
    color: #fff;
    background-color: var(--color);
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item {
    display: none;
    padding-left: 20px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item.active{
    display: block;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li {
    margin-top: 10px;
}
.product2-page .container .product_left .item .nav_cont li .nav_cont_item li a {
    padding: 6px 20px;
}
.product2-page .container .product_left .item .contact_cont {
    margin-top: 30px;
}
.product2-page .container .product_left .item .contact_cont li {
    margin-top: 20px;
    padding: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
    box-shadow: 0 0 20px 0 rgba(61, 40, 40, 0.05);
}
.product2-page .container .product_left .item .contact_cont li .img {
    width: 34px;
    height: 34px;
}
.product2-page .container .product_left .item .contact_cont li .text {
    width: -webkit-calc(66%);
    width: -moz-calc(66%);
    width: calc(100% - 34px);
    padding-left: 15px;
    margin-top: 4px;
}
.product2-page .container .product_left .item .contact_cont li:first-child {
    margin-top: 0;
}
.product2-page .container .product_right {
    width: 70%;
    padding-left: 60px;
}
.product2-page .container .product_right .top {
  padding: 20px;
  position: relative;
  color: white;
}
.product2-page .container .product_right .top:before {
  content: '';
  width: 120%;
  height: 100%;
  border-radius: 10px 0 0 10px;
  z-index: -1;
  background-image: linear-gradient(to left,black,var(--color));
  position: absolute;
  left: 0;
  top: 0;
}
.product2-page .container .product_right .cat_name {
    font-weight: bold;
}
.product2-page .container .product_right .cat_des {
    margin: 20px 0 20px 0;
    color: rgba(0, 0, 0, 0.7);
}
.product2-page .container .product_right .content ul {
    margin: 0 -10px;
}
.product2-page .container .product_right .content ul > p{
    font-size: 16px;
    letter-spacing: 0;
    margin-top: 20px;
}
.product2-page .container .product_right .content ul li {
    padding: 0 10px;
    margin-top: 40px;
}
.product2-page .container .product_right .content ul li .box{
    border: 1px solid #eee;
}
.product2-page .container .product_right .content ul li .box a {
    display: block;
}
.product2-page .container .product_right .content ul li .box a img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .img img {
    width: 100%;
}
.product2-page .container .product_right .content ul li .box .cont {
    position: relative;
    border-top: 1px solid #eee;
    background: #fff;
    padding: 15px 15px 20px;
}
.product2-page .container .product_right .content ul li .box .cont .title {
    font-weight: 600;
    text-transform: capitalize;
    /*text-transform: uppercase;*/
}
.product2-page .container .product_right .content ul li .box .cont .des {
    margin-top: 10px;
}
.product2-page .container .product_right .content ul li .box .cont .line {
    width: 20px;
    height: 1px;
    background: #000;
    margin-top: 4px;
}
.product2-page .container .product_right .content ul li .box:hover .cont {
    background-color: var(--color);
    color: #fff;
}
.product2-page .container .product_right .content ul li .box:hover .cont .line {
    background-color: #fff;
}

@media screen and (max-width: 1250px) {
  .product2-page .container .product_right {
    width: 100%;
    padding-left: 0;
  }
  .product2-page .container .product_left {
    display: none;
  }
}
h1.hhhh {
    display: inline;
}
p.fpp {
    width: 1252px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.text.font-14.mt-10.mb-30.text-hide-3 {
    line-height: 2;
}
span.h6.font-17.font-bold.text-hide-2.hover-text.text-hide-2 {
    line-height: 1.7!Important;
}
.text.font-14.mt-30.mb-20 {
    line-height: 2;
}
span.h2.font-80.font-bold.block {
   line-height: 1.2;
}
h1.h2.font-80.font-bold.block {
    font-size: 60px;
}
.cat_des.font-18.wow.fadeInUp.Auxil-catdes {
    line-height: 1.6;
}



.product-yd-page {
  background: url(../images/product-yd-page.png) no-repeat center top;
  padding: 6.042% 0 7.65625% 0;
}
.product-yd-page .top {
  position: relative;
  z-index: 1;
}
.product-yd-page .top .left p i {
  display: inline-block;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background-color: #2d4198;
}
.product-yd-page .wz {
  font-size: 289px;
  line-height: 1;
  font-weight: 900;
  color: transparent;
  -webkit-text-stroke: 1px #cbd1d6;
  margin-top: -7%;
}
.product-yd-page .list {
  margin-top: 20px;
}
.product-yd-page .list ul {
  margin: -24px -19.5px;
}
.product-yd-page .list ul li {
  padding: 24px 19.5px;
  width: 33.3333%;
  height: auto;
}
.product-yd-page .list ul li .ig {
  background-color: #fff;
  padding: 24px 42px 66px 45px;
  position: relative;
  z-index: 1;
  height: 100%;
}
.product-yd-page .list ul li .ig .top {
  min-height: 100px;
}
.product-yd-page .list ul li .ig .top span {
  letter-spacing: -1px;
  line-height: 1.25;
}
.product-yd-page .list ul li .ig .top em {
  font-size: 20px;
  width: 2em;
  height: 2em;
  background: var(--color);
  border-radius: 50%;
  color: #fff;
}
.product-yd-page .list ul li .ig .desc {
  width: 75%;
  max-height: 142px;
  overflow-y: auto;
  margin-top: -37px;
  display: none;
}
.product-yd-page .list ul li .ig .img {
  font-size: 40px;
}
.product-yd-page .list ul li .ig .img a {
  width: 8.55em;
  height: 8.55em;
  border-radius: 50%;
  background: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -moz-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
}
.product-yd-page .list ul li .ig .con {
  -webkit-line-clamp: 2;
}
.product-yd-page .list ul li .ig::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/product-yd1.jpg) no-repeat center;
  background-size: 100% 100%;
  -webkit-clip-path: inset(100% 0 0 0);
  clip-path: inset(100% 0 0 0);
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.product-yd-page .list ul li .ig:hover {
  color: #fff;
}
.product-yd-page .list ul li .ig:hover .top .link {
  color: var(--color);
}
.product-yd-page .list ul li .ig:hover .top .link::after {
  background: #fff;
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  transform: scale(2);
}
.product-yd-page .list ul li .ig:hover .img a {
  background: transparent;
}
.product-yd-page .list ul li .ig:hover::after {
  -webkit-clip-path: inset(0 0 0 0);
  clip-path: inset(0 0 0 0);
}
.product-yd-page .list ul li .ig:hover .top em {
  background-color: white;
  color: var(--color);
}
.product-yd-page .list ul li:first-child {
  width: 100%;
}
.product-yd-page .list ul li:first-child .ig {
  padding: 72px 80px 53px;
}
.product-yd-page .list ul li:first-child .ig .top em {
  font-size: 30px;
  width: 4.4em;
  height: 4.4em;
  transition: 0.5s;
}
.product-yd-page .list ul li:first-child .ig .desc {
  display: block;
}
.product-yd-page .list ul li:first-child .ig .img a {
  width: 100%;
  height: auto;
  background: transparent;
  border-radius: 0;
  margin-top: 68px;
}
.product-yd-page .list ul li:first-child .ig .con {
  display: none;
}
.product-yd-page .list ul li:nth-child(2) {
  width: 60.265%;
}
.product-yd-page .list ul li:nth-child(3) {
  width: 39.735%;
}
.product-yd-page .list ul li:nth-child(2) .ig,
.product-yd-page .list ul li:nth-child(3) .ig {
  padding: 67px 96px 66px 80px;
}
.product-yd-page .list ul li:nth-child(2) .ig .img a,
.product-yd-page .list ul li:nth-child(3) .ig .img a {
  width: 11.875em;
  height: 11.875em;
}
.product-yd-page .list ul li:nth-child(2) .ig .con,
.product-yd-page .list ul li:nth-child(3) .ig .con {
  -webkit-line-clamp: 3;
}
.product-page {
  padding: 7.13542% 0 5.15625%;
}
.product-page .top .left {
  line-height: 2;
}
.product-page .productList ul {
  margin: -18px -15px;
}
.product-page .productList ul li {
  padding: 18px 15px;
}

.inner-page.product-yd-page .h1title h1 {
    margin-bottom: 35px;
    font-size: 50px;
    font-weight: 800;
    width: 45%;
    line-height: 1.6;
}
.inner-page.product-yd-page .h1title .ui.container {
    padding: 0;
}
.product-yd-page .top .left.wid-58.font-40.font-medium.pt-16 {
    font-size: 26px;
    line-height: 1.8;
}
.product-yd-page .top .right img {
    width: 65%;
}

.inner-page .productList ul li .ig {
  height: 498px;
  border: 1px solid rgba(53, 53, 53, 0.2);
  z-index: 1;
}
.inner-page .productList ul li .ig .text span,
.inner-page .productList ul li .ig .text .tit {
  font-weight: 500;
}
.inner-page .productList ul li .ig .text span {
  letter-spacing: -1px;
  line-height: 1.3;
}
.inner-page .productList ul li .ig .text .tit {
  line-height: 1.4;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.inner-page .productList ul li .ig .text .tit:hover {
  color: var(--color);
}
.inner-page .productList ul li .ig .text .con {
  line-height: 2;
  color: #666;
}
.inner-page .productList ul li .ig .img-box {
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  width: 50%;
  display: flex;
  height: 100%;
  overflow: hidden;
}
.inner-page .productList ul li .ig .img-box img{
  max-width: 85%;
}
@media screen and (max-width: 1700px) {
  .product-yd-page .list ul li:nth-child(2) .ig .img a,
  .product-yd-page .list ul li:nth-child(3) .ig .img a {
    width: 10em;
    height: 10em;
  }
}
@media screen and (max-width: 1450px) {
  .product-page .top .right {
    width: 30%;
  }
  .product-yd-page .wz {
    font-size: 209px;
  }
  .product-yd-page .list ul li:nth-child(2) .ig .img a,
  .product-yd-page .list ul li:nth-child(3) .ig .img a {
    width: 8em;
    height: 8em;
  }
  .product-yd-page .list ul li .ig .top span {
    width: 83%;
  }
  .product-yd-page .list ul li .ig .img a {
    width: 7em;
    height: 7em;
  }
}
@media screen and (max-width: 1250px) {
  .product-yd-page .top {
    padding-right: 0;
  }
  .product-yd-page .top .right {
    width: 40%;
  }
  .product-yd-page .wz {
    font-size: 168px;
  }
  .product-yd-page .list ul li .ig {
    padding: 24px 21px 66px 22px;
  }
  .product-yd-page .list ul li .ig .img a {
    width: 6em;
    height: 6em;
  }
  .product-yd-page .list ul li:first-child .ig {
    padding: 72px 40px 53px;
  }
  .product-yd-page .list ul li:nth-child(2) .ig,
  .product-yd-page .list ul li:nth-child(3) .ig {
    padding: 67px 40px 66px 40px;
  }
  .product-yd-page .list ul li:nth-child(2) .ig .img a,
  .product-yd-page .list ul li:nth-child(3) .ig .img a {
    width: 7em;
    height: 7em;
  }
}
@media screen and (max-width: 1000px) {
  .h1title h1{
    font-size: 30px;
  }
  .product-page .top .left {
    width: 100%;
  }
  .product-page .top .right {
    display: none;
  }
  .product-page .productList ul li .ig {
    height: auto;
    padding-bottom: 20px;
  }
  .product-page .productList ul li .ig .text {
    width: 100%;
  }
  .product-page .productList ul li .ig .img-box,
  .product-page .productList ul li .ig .more {
    position: initial;
  }
  .product-page .productList ul li .ig .img-box{
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 30px;
  }
  .product-yd-page .wz {
    font-size: 120px;
  }
  .product-yd-page .list ul li:first-child .ig {
    padding: 36px 20px 27px;
  }
  .product-yd-page .list ul li:first-child .ig .top em {
    width: 3em;
    height: 3em;
  }
  .product-yd-page .list ul li .ig .desc {
    width: 100%;
    margin-top: 0;
  }
  .product-yd-page .list ul li {
    width: 50%;
  }
  .product-yd-page .list ul li .ig .con {
    width: 100%;
  }
  .product-yd-page .list ul li:nth-child(2),
  .product-yd-page .list ul li:nth-child(3) {
    width: 50%;
  }
  .product-yd-page .list ul li:nth-child(2) .ig,
  .product-yd-page .list ul li:nth-child(3) .ig {
    padding: 30px 20px;
  }
}
@media screen and (max-width: 700px) {
  .product-yd-page .top .left {
    width: 100%;
  }
  .product-yd-page .top .right {
    width: 100%;
    margin-top: 20px;
  }
  .product-yd-page .wz {
    display: none;
  }
  .product-yd-page .list ul li {
    width: 100% !important;
  }
  .product-yd-page .list ul li .top span {
    font-size: 26px;
    line-height: 1.4;
  }
  .product-yd-page .list ul li:first-child .ig .top em {
    font-size: 20px;
  }
}
@media screen and (max-width: 500px) {
  .product-yd-page .list ul li .ig .top {
    min-height: auto;
  }
  .product-yd-page .list ul li:first-child .ig .desc {
    margin-top: 30px;
  }
  .product-yd-page .list ul li:first-child .ig .top em {
    width: 2em;
    height: 2em;
  }
  .product-page .productList ul li{
    width: 100%;
  }
}