@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Regular.eot");
  src: url("../fonts/Gilroy-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Regular.woff2") format("woff2"), url("../fonts/Gilroy-Regular.woff") format("woff"), url("../fonts/Gilroy-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Medium.eot");
  src: url("../fonts/Gilroy-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Medium.woff2") format("woff2"), url("../fonts/Gilroy-Medium.woff") format("woff"), url("../fonts/Gilroy-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-SemiBold.eot");
  src: url("../fonts/Gilroy-SemiBold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-SemiBold.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold.woff") format("woff"), url("../fonts/Gilroy-SemiBold.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Bold.eot");
  src: url("../fonts/Gilroy-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Bold.woff2") format("woff2"), url("../fonts/Gilroy-Bold.woff") format("woff"), url("../fonts/Gilroy-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Black.eot");
  src: url("../fonts/Gilroy-Black.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Black.woff2") format("woff2"), url("../fonts/Gilroy-Black.woff") format("woff"), url("../fonts/Gilroy-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Gilroy";
  src: url("../fonts/Gilroy-Heavy.eot");
  src: url("../fonts/Gilroy-Heavy.eot?#iefix") format("embedded-opentype"), url("../fonts/Gilroy-Heavy.woff2") format("woff2"), url("../fonts/Gilroy-Heavy.woff") format("woff"), url("../fonts/Gilroy-Heavy.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Gilroy";
  font-weight: 400;
  font-size: 18px;
  --color: #1662bc;
  margin: 0 auto;
  color: #333;
}
.container {
  width: 1750px;
}
.bigtt-zt {
  font-family: "Gilroy";
  font-weight: bold;
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);transition:all 0.5s;
}
#header .logo {
  width: 20%;
  padding-right: 3%;
}
#header .logo img{
    filter:brightness(0) invert(1);
}
#header .line {
  width: 1px;
  height: 92px;
  background-color: rgba(255, 255, 255, 0.5);transition:all 0.5s;
}
#header .nav {
  position: relative;
  height: 92px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 80%;
  padding-left: 3%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 71%;
  padding-right: 4%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 10px;
  font-size: 20px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  border-color: #fff;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  border-color: #fff;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: scaleY(0);
  transform-origin: 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  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 .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: scaleY(0);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover > ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: scaleY(1);
  display: block \9;
}
#header .nav .ui.menu .right {
  width: 29%;
  padding-left: 4%;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .line01 {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.3);
  transition:all 0.5s;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span {
  color: #fff;
}
#header .nav .ui.menu .right .h-language span img {
  -webkit-filter: grayscale(1);
  filter: grayscale(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language 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;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -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 #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover img {
  filter: none;
}
#header.active .logo img,#header.inner_active .logo img{
    filter:none;
}
#header.active,#header.inner_active{
  background-color: #fff;
}
#header.active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li,#header.inner_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li{
  color: #333;
}

#header.active .nav .ui.menu .right .h-search img,#header.inner_active .nav .ui.menu .right .h-search img{
  filter: brightness(0);
}
#header.active .nav .ui.menu .right .h-language span,#header.inner_active .nav .ui.menu .right .h-language span {
    color: #333;
}
#header.active .nav .ui.menu .right .h-language span img,#header.inner_active .nav .ui.menu .right .h-language span img{
  filter: brightness(0);
}
#header.active .nav .ui.menu .right .line01,#header.inner_active .nav .ui.menu .right .line01 {
    background-color: rgba(0, 0, 0, 0.3);
}

#banner .banner-content {
  height: 100vh;
  position: relative;
  border-radius: 0px 0px 250px 0px;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
#banner .banner-content .swiper-slide .textcon {
  height: 100%;
}
#banner .banner-content .swiper-slide .textcon .container {
  height: 100%;
}
#banner .banner-content .swiper-slide .textcon .top {
  height: 50%;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  position: relative;
}
#banner .banner-content .swiper-slide .textcon .top .after {
  position: absolute;
  width: 0;
  height: 3px;
  bottom: -1px;
  left: 0;
  background: #fff;
}
#banner .banner-content .swiper-slide.swiper-slide-active .textcon .top .after {
    animation-duration: 5s;
}
#banner .banner-content .swiper-slide .textcon .bottom {
  height: 50%;
}
#banner .banner-content .swiper-slide .textcon .text2::before {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #fff;
}
#banner .banner-content .swiper-slide .textcon .text3 {
  max-width: 792px;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {
  max-width: 1228px;
  line-height: 1.3;
}
#banner .banner-content .swiper-tool-box {
  width: 100%;
  position: absolute;
  bottom: 50%;
  transform: translateY(50%);
  left: 0;
  z-index: 1;
}
#banner .banner-content .swiper-tool-box .swiper-tool {
  position: relative;
  width: auto;
  height: 20px;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button {
  height: 18px;
  position: static;
  margin-top: 0;
  color: #fff;
  font-size: 25px;
  transition: all 0.5s;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button::after {
  display: none;
}
#banner .banner-content .swiper-tool-box .swiper-tool .swiper-button:hover {
  color: var(--color);
}


/*#banner .banner-content .swiper-tool-box .swiper-scrollbar{
    position: absolute;
    left: 0;
    background-color: transparent;
    width: 100%;
    height: 3px;
    top: 50%;
    transform: translateY(-50%);
}
#banner .banner-content .swiper-tool-box .swiper-scrollbar .swiper-scrollbar-drag{
    background: #fff;
    width: 100%;  
    height: 100%;
    left: 0;
    top: 0;
}*/

.btn-go {
  width: auto;
  min-width: 170px;
  padding: 0 22px;
  height: 46px;
  border-radius: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 16px;
  color: #fff;
  gap: 20px;
  cursor: pointer;
}
.btn-go:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.btn-go.w_cm_c {
  background-color: #fff;
  color: var(--color);
}
.btn-go.w_cm_c:hover {
  background-color: var(--color);
  color: #fff;
}
.pt-btn {
  width: auto;
  min-width: 200px;
  padding: 0 22px;
  height: 58px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid transparent;
  background-color: var(--color);
  font-size: 18px;
  color: #fff;
}
.pt-btn:hover {
  border-color: var(--color);
  background-color: #fff;
  color: var(--color);
}
.mk-tt {
  gap: 20px;
}
#index-body .init-category .mk-content .left .txtlb ul li .box .tt i {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-category .mk-content .left .catlb ul li .box .num {
  transition: all 0.5s;
  color: #fff;
  text-shadow: -1px -1px 0 #585858, 1px -1px 0 #585858, -1px 1px 0 #585858, 1px 1px 0 #585858;
}
#index-body .init-category .mk-content .left .catlb ul li .box .line {
  width: 100%;
  height: 1px;
  background-color: rgba(102, 102, 102, 0.5);
  position: relative;
}
#index-body .init-category .mk-content .left .catlb ul li .box .line .after {
  position: absolute;
  top: -1px;
  left: 0;
  width: 0;
  height: 3px;
  background-color: var(--color);
  transition: all 0.5s;
}
#index-body .init-category .mk-content .left .catlb ul li.swiper-slide-thumb-active .box .line .after{
    animation-duration: 5s;
}

@keyframes widtdh {
    0% {
        width: 0;
    }

    to {
        width: 100%;
    }
}

#index-body .init-category .mk-content .left .catlb ul li.swiper-slide-thumb-active .box .num {
  color: var(--color);
  text-shadow: none;
}

#index-body .init-category .mk-content .left .catlb ul li.swiper-slide-thumb-active .box h2 {
  color: var(--color);
}
#index-body .init-category .mk-content .right ul li .box .imgbox {
  margin-left: 60px;
  border-radius: 20px;
}
#index-body .init-category .mk-content .right ul li .box .imgbox img {
  min-height: 254px;
  object-fit: cover;
  border-radius: 20px;
}
#index-body .init-category .mk-content .right ul li .box .mk-btn {
  width: 120px;
  height: 120px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(-50%, -50%);
  color: #fff;
  font-size: 36px;
}
#index-body .init-category .mk-content .right ul li .box .mk-btn svg {
  fill: #fff;
}
#index-body .init-category .mk-content .right ul li .box .mk-btn i {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
#index-body .init-category .mk-content .right ul li .box .mk-btn .rotating-text {
  animation: rotate 15s linear infinite;
  transform-origin: center;
}
#index-body .init-why .mk-content ul li .box {
  background-color: #f6f7f9;
  border-radius: 20px;
  padding: 45px 35px;
  transition: all 0.5s;
  position: relative;
}
#index-body .init-why .mk-content ul li .box .icon {
  width: 83px;
  height: 91px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-why .mk-content ul li .box .icon img {
  transition: all 0.5s;
}
#index-body .init-why .mk-content ul li .box .tt {
  color: #343534;
  transition: all 0.5s;
}
#index-body .init-why .mk-content ul li .box .desc {
  color: rgba(102, 102, 102, 0.95);
  transition: all 0.5s;
  height: calc(28px * 4);
  overflow-y: auto;
}
#index-body .init-why .mk-content ul li .box .ivon {
  position: absolute;
  right: 20px;
  top: 25px;
  width: 98px;
  height: 124px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-why .mk-content ul li .box .ivon img {
  transition: all 0.5s;
}
#index-body .init-why .mk-content ul li:hover .box {
  background-color: var(--color);
}
#index-body .init-why .mk-content ul li:hover .box .tt {
  color: #fff;
}
#index-body .init-why .mk-content ul li:hover .box .desc {
  color: #fff;
}
#index-body .init-why .mk-content ul li:hover .box .icon img {
  filter: brightness(0) invert(1);
}
#index-body .init-why .mk-content ul li:hover .box .ivon img {
  filter: brightness(0) invert(1);
}
#index-body .init-about {
  overflow: hidden;
}
#index-body .init-about .imgbox {
  padding-top: 240px;
  padding-bottom: 320px;
  z-index: 0;border-radius: 250px 0px 0px 0px;
}
#index-body .init-about .imgbox img {
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  top: 0;
  left: 0;
  z-index: -1;
  border-radius: 250px 0px 0px 0px;
}
#index-body .init-about .imgbox .play {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 50%);
  width: 94px;
  height: 94px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #ffffff;
  border-radius: 50%;
  cursor: pointer;
  color: var(--color);
  font-size: 29px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}
#index-body .init-about .imgbox .play::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.26);
  z-index: -1;
}
#index-body .init-about .imgbox .play::after {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: inherit;
  -webkit-animation: ks 2s linear infinite;
  -moz-animation: ks 2s linear infinite;
  -o-animation: ks 2s linear infinite;
  animation: ks 2s linear infinite;
  background-color: transparent;
  border: 1px solid rgba(255, 255, 255, 0.658);
  -webkit-animation-delay: 0.6s;
  -moz-animation-delay: 0.6s;
  -o-animation-delay: 0.6s;
  animation-delay: 0.6s;
  z-index: -1;
}
#index-body .init-about .mk-scroll {
  background-color: var(--color);
  padding: 30px 0;
}
#index-body .init-about .mk-scroll .con {
  width: max-content;
  white-space: nowrap;
  will-change: transform;
}
#index-body .init-solutions .mk-content .mk-list ul li {
  padding-top: 50px;
}
#index-body .init-solutions .mk-content .mk-list ul li .box {
  background-color: #f6f7f9;
  border: 1px solid transparent;
  position: relative;
  overflow: unset;
  width: 100%;
  aspect-ratio: 1 / 1;
  height: auto;
  border-radius: 50%;
  transition: all 0.5s;
}
#index-body .init-solutions .mk-content .mk-list ul li .box h2 {
  padding: 0 30px;
}
#index-body .init-solutions .mk-content .mk-list ul li:hover .box {
  background-color: var(--color);
  transform: translateY(-50px);
}
#index-body .init-solutions .mk-content .mk-list ul li:hover .box img {
  filter: brightness(0) invert(1);
}
#index-body .init-solutions .mk-content .mk-list ul li:hover .box h2 {
  color: #fff;
}
#index-body .init-partner {
  height: 49.5vw;
}
#index-body .init-partner .container {
  height: 100%;
}
#index-body .init-partner .mk-bottom {
  width: 100%;
}
#index-body .init-partner .mk-bottom .left ul li .box {
  min-width: 170px;
  padding: 0 25px;
  height: 46px;
  background-color: rgba(255, 255, 255, 0.4);
  border-radius: 10px;
  color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
}
#index-body .init-partner .mk-bottom .right {
  position: relative;
}
#index-body .init-partner .mk-bottom .right .circle-container {
  width: 180px;
  height: 180px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  position: relative;
}
#index-body .init-partner .mk-bottom .right .circle-container svg {
  fill: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
#index-body .init-partner .mk-bottom .right .circle-container .rotating-text {
  animation: rotate 15s linear infinite;
  transform-origin: center;
}
#index-body .init-partner .mk-bottom .right .circle-container .cirico {
  width: 110px;
  height: 110px;
  border: dashed 1px #ffffff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  color: #fff;
  font-size: 32px;
}
#index-body .init-news .mk-content ul li {
  padding-top: 10px;
  padding-bottom: 28px;
}
#index-body .init-news .mk-content ul li .box {
  padding: 45px 38px;
  background-color: #f6f7f9;
  border-radius: 20px;
  position: relative;
}
#index-body .init-news .mk-content ul li .box::before {
  border-radius: 20px;
  opacity: 0;
}
#index-body .init-news .mk-content ul li .box .jx {
  width: 42px;
  height: 7px;
  background-color: #1662bc;
  border-radius: 3px;
  position: absolute;
  top: -2px;
  left: 5%;
}
#index-body .init-news .mk-content ul li .box .top span {
  width: auto;
  padding: 0 15px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color);
  border-radius: 5px;
}
#index-body .init-news .mk-content ul li .box .tag {
  color: rgba(22, 97, 188, 0.2);
  position: absolute;
  top: 36px;
  right: 38px;
}
#index-body .init-news .mk-content ul li .box .mk-btn {
  position: absolute;
  bottom: 0;
  right: 5%;
  transform: translateY(50%);
  width: 52px;
  height: 52px;
  background-color: #1662bc;
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  opacity: 0;
  transition: all 0.5s;
}
#index-body .init-news .mk-content ul li:hover .box::before {
  opacity: 1;
}
#index-body .init-news .mk-content ul li:hover .box .mk-btn{
  opacity: 1;
}
@keyframes rotate {
  0% {
    transform: rotate(0);
  }
  100% {
    transform: rotate(360deg);
  }
}
.bk::before {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  right: -1px;
  bottom: -1px;
  background: linear-gradient(0deg, #0163ad 0%, rgba(1, 98, 173, 0.02) 100%);
  border-radius: 50%;
  mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  mask-composite: exclude;
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: destination-out;
  padding: 1px;
  z-index: 0;
  pointer-events: none;
  transition: all 0.8s;
}
#footer {
  background-image: linear-gradient(0deg, #011b3b 0%, #1662bc 100%);
}
#footer .footer-top .tt-top .info p {
  color: rgba(255, 255, 255, 0.3);
}
#footer .footer-top .form form {
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.25);
  padding: 15px 22px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#footer .footer-top .form form input {
  background-color: transparent;
  border: 0;
  color: #fff;
  font-size: 18px;
  width: 20%;
  height: 46px;
  padding: 0 16px;
  flex-shrink: 0;
}
#footer .footer-top .form form input::placeholder {
  color: #fff;
}
#footer .footer-top .form form .line {
  width: 1px;
  height: 20px;
  background-color: rgba(255, 255, 255, 0.4);
  transform: skewX(-20deg);
}
#footer .footer-top .form form .content {
  width: 100%;
  flex-shrink: 1;
}
#footer .footer-top .form form .send {
  height: 40px;
  min-width: 100px;
}
#footer .footer-center .footer-t .footer-t-gird {
  width: 100%;
}
#footer .footer-center .footer-t .footer-t-gird .t-list {
  max-width: 260px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list li {
  transition: all 0.5s;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.logo .share li a {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  background-color: #fff;
  font-size: 14px;
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact {
  max-width: 415px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
  position: relative;
  padding-left: 40px;
  line-height: 2;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
  position: absolute;
  left: 0;
  top: 8px;
  width: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.pro {
  max-width: 150px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link.quick {
  max-width: 200px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.link li:hover {
  color: var(--color);
}
#footer .footer-center .footer-t .footer-t-gird .t-list.media {
  max-width: 105px;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.media #ewm {
  width: 100px;
  height: 100px;
  background: #fff;
  border-radius: 10px;
  border: 10px solid #fff;
}
#footer .footer-center .footer-t .footer-t-gird .t-list.media .ewm img {
  border-radius: 10px;
}
#footer .footer-center .footer-b {
  padding-bottom: 15px;
}
#footer .footer-center .footer-b .con {
  color: #bbbbbb;
  padding: 20px 0 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  width: 100%;
}
#footer .footer-center .footer-b .con p {
  margin: 0 10px;
  font-size: 14px;
}
#footer .footer-center .footer-b .con .svg {
  transform: translateY(2px);
}
#footer .footer-center .footer-b .con svg {
  width: auto;
  max-height: 32px;
  transition: all 0.5s;
  fill: #bbbbbb;
}
#footer .footer-center .footer-b .go_top {
  width: 114px;
  height: 114px;
  border-radius: 50%;
  background-color: var(--color);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  text-align: center;
}
@media screen and (max-width: 1800px) {
  .container {
    width: 1600px;
  }
}
@media screen and (max-width: 1700px) {
  #index-body .init-solutions .mk-content .mk-list ul li .box > img {
    zoom: 0.6;
  }
  #index-body .init-solutions .mk-content .mk-list ul li:hover .box {
    transform: translateY(-20px);
  }
  #index-body .init-solutions .mk-content .mk-list ul li {
    padding-top: 20px;
  }
  #index-body .init-news .mk-content ul li .box .tag {
    display: none;
  }
}
@media screen and (max-width: 1450px) {
  body {
    font-size: 16px;
  }
  .btn-go {
    zoom: 0.9;
  }
  .pt-btn {
    zoom: 0.9;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 10px;
    font-size: 18px;
  }
  #header .nav .ui.menu .right {
    width: 35%;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 346px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.media #ewm {
    width: 85px;
    height: 85px;
    border: 6px solid #fff;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.media .ewm img {
    width: 85px;
    height: 85px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.media {
    max-width: 85px;
  }
  #index-body .init-about .imgbox {
    padding-top: 180px;
    padding-bottom: 250px;
  }
}
@media screen and (max-width: 1250px) {
  #banner .banner-content {
    height: 52vw;
  }
  #banner .banner-content .swiper-slide .textcon .top .txt-content {
    padding-bottom: 30px;
  }
  #banner .banner-content {
    border-radius: 0px 0px 150px 0px;
  }
  #footer .footer-center .footer-b .go_top {
    zoom: 0.8;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 170px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact {
    max-width: 230px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact .mail {
    font-weight: normal;
    font-size: 16px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li i {
    zoom: 0.8;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.contact ul li {
    padding-left: 30px;
  }
  #index-body .init-partner .mk-bottom .right .circle-container {
    zoom: 0.8;
  }
  #index-body .init-news .mk-content ul li .box {
    padding: 35px 20px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 460px;
  }
  #footer .footer-center .footer-t .footer-t-gird .link {
    display: none;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  #footer .footer-center .footer-b .con p {
    font-size: 16px;
  }
  #banner .banner-content .swiper-slide .textcon .top {
    border-bottom: 0;
    height: auto;
  }
  #banner .banner-content .swiper-slide .textcon .top::after {
    display: none;
  }
  #banner .banner-content .swiper-slide .textcon .top .txt-content {
    padding-bottom: 0;
  }
  #banner .banner-content .swiper-slide .textcon .bottom {
    height: auto;
  }
  #banner .banner-content .swiper-slide .textcon {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  #banner .banner-content .swiper-tool-box {
    display: none;
  }
  #banner .banner-content {
    border-radius: 0px 0px 50px 0px;
  }
  #footer .footer-top .form form {
    flex-wrap: wrap;
    height: auto;
  }
  #footer .footer-top .form form input {
    width: 100% !important;
  }
  #footer .footer-top .form form .line {
    width: 100%;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.4);
    transform: none;
  }
  #footer .footer-top .form form .content {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  }
  #footer .footer-top .form form .send {
    margin-top: 30px;
  }
  #index-body .init-category .mk-content .left {
    display: flex;
    flex-direction: column-reverse;
  }
  #index-body .init-category .mk-content .left .txtlb {
    margin-top: 40px;
  }
  #index-body .init-category .mk-content .left .catlb {
    margin-top: 0;
  }
  #index-body .init-category .mk-content .right ul li .box .mk-btn {
    zoom: 0.8;
  }
  #index-body .init-category .mk-content .right ul li .box .imgbox {
    margin-left: 48px;
  }
  #index-body .init-about .imgbox {
    padding-top: 100px;
    padding-bottom: 180px;border-radius: 100px 0px 0px 0px;
  }
  #index-body .init-about .imgbox img {
    border-radius: 100px 0px 0px 0px;
  }
  #index-body .init-partner {
    height: auto;
  }
}
@media screen and (max-width: 700px) {
  body {
    font-size: 15px;
  }
  .btn-go {
    zoom: 0.8;
  }
  .pt-btn {
    zoom: 0.8;
  }
  .phone_hide {
    display: none;
  }
  #footer .footer-center .footer-b .go_top {
    display: none;
  }
  #footer .footer-center .footer-t .footer-t-gird {
    justify-content: flex-start;
    gap: 30px;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list {
    max-width: 100% !important;
  }
  #footer .footer-center .footer-t .footer-t-gird .t-list.logo > img {
    max-height: 38px;
  }
}
@media screen and (max-width: 500px) {
  #banner .banner-content .swiper-slide .textcon .text3 {
    display: none;
  }
  #index-body .init-about .imgbox .play {
    zoom: 0.8;
  }
}
/*----- inner-page -----*/
.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
#mobile3 .m-search form input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
/*@media (max-width: 1250px) {
  #innerMobileBanner {
    margin-top: 60px;
  }
}*/
@media (max-width: 1000px) {
  #innerMobileBanner .banner2 .text {
    font-size: 26px;
  }
}
@media (max-width: 700px) {
  #innerMobileBanner .banner2 .text {
    font-size: 24px;
  }
}
@media (max-width: 500px) {
  #innerMobileBanner .banner2 .text {
    font-size: 22px;
  }
}



.inner-banner {
    height: 250px;
    width: 100%;
    overflow: hidden;
    position: relative;
    margin-top: 92px;
}

.inner-banner::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    bottom: 0;
    right: 100%;
    height: 200%;
    background-color: var(--color);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, 50%);
    -moz-transform: translate(0, 50%);
    -ms-transform: translate(0, 50%);
    transform: translate(0, 50%);
    -webkit-animation: round_translate2 12s linear infinite;
    -moz-animation: round_translate2 12s linear infinite;
    animation: round_translate2 12s linear infinite;
    z-index: 10;
}

.inner-banner .inner-content {
    width: 100%;
    height: 100%;
    background: url("../images/in-banner.png") no-repeat;
    background-size: cover;
    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;
}

.inner-banner .inner-content::before {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 0;
    right: 100%;
    height: 200%;
    background-color: rgba(45, 50, 121, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate1 12s linear infinite;
    -moz-animation: round_translate1 12s linear infinite;
    animation: round_translate1 12s linear infinite;
}

.inner-banner .inner-content::after {
    content: "";
    display: block;
    aspect-ratio: 1;
    position: absolute;
    top: 50%;
    right: 100%;
    height: 200%;
    background-color: rgba(39, 68, 151, 0.9);
    border-radius: 9999px;
    -webkit-filter: blur(40px);
    filter: blur(40px);
    -webkit-transform: translate(0, -50%);
    -moz-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-animation: round_translate3 12s linear infinite;
    -moz-animation: round_translate3 12s linear infinite;
    animation: round_translate3 12s linear infinite;
}

.inner-banner .mbx {
    color: white;
    text-align: center;
    position: relative;
    z-index: 10;
    padding: 0 20px;
}

.inner-banner .mbx h2 {
    font-size: 42px;
    line-height: 1.3;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom: 10px;
}

.inner-banner .mbx p {
    font-size: 16px;
    line-height: 32px;
}

@media (max-width: 1250px) {
    .inner-banner {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {
    .inner-banner {
        width: 100%;
    }

    .inner-banner .mbx h2 {
        font-size: 24px;
        padding: 0 15px;
        line-height: 38px;
    }

    .inner-banner .mbx p {
        padding: 0 15px;
    }
}


.inner-page .m-page {
    text-align: center;
}

.inner-page .m-page a,
.inner-page .m-page span {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: #fff;
    display: inline-block;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    font-size: 16px;
    font-weight: 700;
    line-height: 40px;
    border: 1px solid #999;
    margin-right: 5px;
}

.inner-page .m-page a.next {
    margin-left: 20px;
}

.inner-page .m-page a:hover,
.inner-page .m-page span.current {
    background-image: linear-gradient(90deg, var(--color) 0%, #58aafd 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    border: 1px solid var(--color);
}

@media screen and (max-width: 1000px) {
    .inner-page .m-page {
        margin-top: 40px;
    }
}

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


/*======= product-yd-page */
.product-yd-page .init-1 ul li .box {
    border-top: 1px solid #e2e2e2;
    padding: 60px 0;
}

.product-yd-page .init-1 ul li .box .left {
    width: 60%;
}

.product-yd-page .init-1 ul li .box .left .title {
    display: block;
    line-height: 1.2;
}

.product-yd-page .init-1 ul li .box .left .title:hover {
    color: var(--color);
}

.product-yd-page .init-1 ul li .box .left .des {
    color: #666;
    overflow-y: auto;
    max-height: 250px;
    line-height: 32px;
}

.product-yd-page .init-1 ul li .box .left .more {
    margin-top: 30px;
}

.product-yd-page .init-1 ul li .box .right {
    width: 40%;
    text-align: right;
}
.product-yd-page .init-1 ul li .box .right .img{
border-radius: 20px;
}
.product-yd-page .init-1 ul li .box .right img {
    width: auto;
}

.product-yd-page .init-1 ul li:last-child .box {
    border-bottom: 1px solid #e2e2e2;
}

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

    .product-yd-page .init-1 ul li .box {
        padding: 40px 0;
    }
}

@media (max-width: 1000px) {
    .product-yd-page .init-1 ul li .box .left {
        width: 100%;
    }

    .product-yd-page .init-1 ul li .box .right {
        width: 100%;
    }

    .product-yd-page .init-1 ul li .box .right {
        margin-top: 20px;
    }

}

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

    .product-yd-page .init-1 ul li .box {
        padding: 30px 0;
    }
}

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

}

@keyframes round_translate1 {
    0% {
        right: 75%;
    }

    74.99% {
        opacity: 1;
    }

    75% {
        right: -25%;
        top: 100%;
        opacity: 0;
    }

    75.05% {
        right: 100%;
        opacity: 0;
    }

    75.1% {
        opacity: 1;
    }

    100% {
        right: 75%;
    }
}

@keyframes round_translate2 {
    0% {
        right: 40%;
    }

    64.99% {
        opacity: 1;
    }

    65% {
        right: -30%;
        opacity: 0;
    }

    65.05% {
        right: 100%;
        opacity: 0;
    }

    65.1% {
        opacity: 1;
    }

    100% {
        right: 40%;
    }
}

@keyframes round_translate3 {
    0% {
        right: 0;
    }

    9.99% {
        opacity: 1;
    }

    10% {
        right: -25%;
        opacity: 0;
    }

    10.05% {
        right: 100%;
        opacity: 0;
    }

    10.1% {
        opacity: 1;
    }

    100% {
        right: 0;
    }
}


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

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

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

/* product-yd-page ======= */


/*
    product-page
==============================================*/

.pro-box .pro-left {
    width: 340px;
    position: sticky;
    top: 135px;
    float: left;
}

.pro-box .pro-left .menus {

    margin-bottom: 50px;
}

.pro-box .pro-left .menus>li {
    border-radius: 5px;
    border-top: none;
    margin-bottom: 10px;
}

.pro-box .pro-left .menus>li:last-child {
    margin-bottom: 0;
}

.pro-box .pro-left .menus>li.active .menu-a span,
.pro-box .pro-left .menus>li:hover .menu-a span {
    right: 0;
}

.pro-box .pro-left .menus>li.active .menu-a a,
.pro-box .pro-left .menus>li:hover .menu-a a,
.pro-box .pro-left .menus>li.active .menu-a i,
.pro-box .pro-left .menus>li:hover .menu-a i {
    color: white;
}

.pro-box .pro-left .menus>li.active .menu-a i {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    -webkit-transform-origin: top;
    -moz-transform-origin: top;
    -ms-transform-origin: top;
    transform-origin: top;
}

.pro-box .pro-left .menus>li .menu-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: auto;
    min-height: 60px;
    padding: 15px 60px 15px 27px;
    font-size: 20px;
    font-weight: 500;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid rgba(0, 0, 0, 0.2);
    position: relative;
    cursor: pointer;
    z-index: 5;
    line-height: 1.4;
}

.pro-box .pro-left .menus>li .menu-a span {
    display: block;
    height: 100%;
    width: 100%;
    position: absolute;
    right: -webkit-calc(100% - 8px);
    right: -moz-calc(100% - 8px);
    right: calc(100% - 8px);
    top: 0;
   background-image: linear-gradient(90deg, rgb(0, 60, 160) 0%, rgb(93, 189, 255) 100%), linear-gradient(rgb(62, 62, 60), rgb(62, 62, 60));
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    z-index: -1;
}

.pro-box .pro-left .menus>li .menu-a i {
    position: absolute;
    right: 27px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 24px;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.pro-box .pro-left .menus>li .sub-menu {
    padding: 20px 0;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-top: none;
    margin-top: -3px;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    display: none;
    /*box-shadow: 0px -0.4px 6px 1px rgb(0 0 0 / 8%);*/
}

.pro-box .pro-left .menus>li .sub-menu li {
    padding: 5px 30px;
}

.pro-box .pro-left .menus>li .sub-menu li a {
    font-size: 20px;
    color: #666;
    transition: all 0.5s;
    display: block;
}

.pro-box .pro-left .menus>li .sub-menu li:last-child a {
    border: none;
}

.pro-box .pro-left .menus>li .sub-menu li a:hover {
    color: var(--color);
}

.pro-box .pro-left .menus>li .sub-menu li.active a {
    color: var(--color);
}


.product-page .pro-box .product-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 35px;
    margin-left: auto;
}

.product-page .pro-box .product-right ul {
    margin: 0 -12px;
}

.product-page .pro-box .product-right ul li {
    padding: 0 12px;
    margin-bottom: 30px;
}

.product-page .pro-box .product-right ul li:hover .img-box {
    border: 1px solid var(--color);
}

.product-page .pro-box .product-right ul li .img-box {
    width: 100%;
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    position: relative;
}

.product-page .pro-box .product-right .text h3 {
    font-size: 30px;
    margin-bottom: 10px;
}

.product-page .pro-box .product-right .text {
    color: #666;
}

.product-page .pro-box .product-right ul li .img-box:hover .icon {
    opacity: 1;
}

.product-page .pro-box .product-right ul li .img-box .icon {
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
    opacity: 0;
}

.product-page .pro-box .product-right ul li .img-box .icon a {
    margin: 0 4px;
    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;
    width: 45px;
    height: 45px;
    border-radius: 5px;
    background-color: white;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.product-page .pro-box .product-right ul li .img-box .icon a img {
    -webkit-filter: invert(0);
    filter: invert(0);
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;    
    border-radius: 5px;
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover,
.product-page .pro-box .product-right ul li .img-box .icon a.active {
    background-color: var(--color);
}

.product-page .pro-box .product-right ul li .img-box .icon a:hover img,
.product-page .pro-box .product-right ul li .img-box .icon a.active img {
    -webkit-filter: invert(1);
    filter: invert(1);
}

.product-page .pro-box .product-right ul li .img-box .img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border: 1px solid rgba(0, 0, 0, .2);
    border-radius: 5px;
}

.product-page .pro-box .product-right ul li h4 {
    font-size: 19px;

    text-align: center;
    padding: 0 25px;
    margin-top: 15px;
    transition: all 0.5s;
    font-weight: 600;
}

.product-page .pro-box .product-right ul li h4:hover {
    color: var(--color);
}

@media screen and (max-width: 1450px) {
    .product-page .pro-box .product-right ul li h4 {
        font-size: 18px;
    }
}

@media screen and (max-width: 1250px) {
    .product-page .pro-box .product-right ul li {
        width: 50%;
    }
}

@media screen and (max-width: 1000px) {
    .product-page .pro-box .product-right {
        width: 100%;
        padding-left: 0;
    }
    .pro-box .pro-left {
        display: none;
    }
}

@media screen and (max-width: 700px) {
    .product-page .pro-box .product-right ul li {
        width: 100%;
    }
}

@media screen and (max-width: 500px) {
    .product-page .pro-box .product-right .text h3 {
        font-size: 20px;
    }
}

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

.seoPublic .Auxil-about .box .right {
    padding-top: 0;
    padding-bottom: 0;
}

.seoPublic .Auxil-about .box .right .text {
    max-height: calc(1.8em * 8);
    overflow-y: auto;
}

.seoPublic .Auxil-news .list ul li a.img-box {
    height: auto;
}

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

.seoPublic .Auxil-news .list ul li .content div.h6 {
    height: 2.8em;
}

.seoPublic .Auxil-news .list ul li .content p {
    height: 4.3em;
}

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

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

.seoPublic .Auxil-related .list ul li .box {
    box-shadow: unset;
    background-color: transparent;
}

.seoPublic .Auxil-related .list ul li .box a.img-box {
    box-shadow: 0 0 8px rgba(125, 125, 125, .2);
    background-color: #fff;
}

@media screen and (max-width: 1700px) {
    .seoPublic>div {
        padding: 80px 0;
    }
}

@media screen and (max-width: 1450px) {
    .seoPublic>div {
        padding: 70px 0;
    }
}

@media screen and (max-width: 1250px) {
    .seoPublic>div {
        padding: 60px 0;
    }
}

@media screen and (max-width: 1000px) {
    .seoPublic>div {
        padding: 50px 0;
    }
}

@media screen and (max-width: 700px) {
    .seoPublic>div {
        padding: 40px 0;
    }

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

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

@media screen and (max-width: 500px) {
    .seoPublic>div {
        padding: 35px 0;
    }
}
/*==============================================
    product-page
*/


/*
    prodet-page
==============================================*/
.prodet-page {
    padding: 50px 0 0;
}

.prodet-page .prodet-right {
    width: -webkit-calc(100% - 340px);
    width: -moz-calc(100% - 340px);
    width: calc(100% - 340px);
    padding-left: 65px;
    margin-left: auto;
}

.prodet-page .prodet-right .box {
    width: 100%;
}

.prodet-page .prodet-right .box .left {
    width: 46.5%;
}

.prodet-page .prodet-right .box .left .smallImg ul {
    margin: 0 -5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li {
    padding: 0 5px;
}

.prodet-page .prodet-right .box .left .smallImg ul li .img_box {
    display: block;
    border-radius: 5px;
    overflow: hidden;
    border: 1px solid transparent;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .left .smallImg ul li.active .img_box {
    border: 1px solid var(--color);
}

.prodet-page .prodet-right .box .right {
    width: 53.5%;
    padding-left: 50px;
}

.prodet-page .prodet-right .box .right .det.max-h {
    max-height: 360px;
    overflow-y: auto;
}

.prodet-page .prodet-right .box .right .det table {
    margin-bottom: 0;
}

.prodet-page .prodet-right .box .right .det ul li {
    font-size: 16px;
    display: flex;
    align-items: center;
}

.prodet-page .prodet-right .box .right .det ul li::before {
    content: "";
    display: block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #000;
    margin-right: 10px;
}

.prodet-page .prodet-right .box .right .det2 ul {
    display: flex;
}

.prodet-page .prodet-right .box .right .det2 ul li {
    margin-right: 15px;
    font-size: 90px;
}

.prodet-page .prodet-right .box .right h1 {
    font-size: 34px;
    line-height: 1.4;
    font-weight: bold;
    color: #1d2122;
}

.prodet-page .prodet-right .box .right .det {
    color: #666;
    line-height: 2;
}

.prodet-page .prodet-right .box .right .line {
    width: 100%;
    border-radius: 35px;
    height: 10px;
}

.prodet-page .prodet-right .box .right .btn {
    padding-bottom: 45px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.6);
}

.prodet-page .prodet-right .box .right .Auxil-through {
    color: #666;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box {
    display: block;
    width: 90px;
    height: 90px;
    border-radius: 5px;
    border: 1px solid rgba(0, 0, 0, .2);
    padding: 10px;
    position: relative;
    cursor: pointer;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box.no_img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box.no_img {
    border-color: transparent;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .link {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover .img_box .link,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover .img_box .link {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev .img_box .img,
.prodet-page .prodet-right .box .right .Auxil-through .next .img_box .img {
    border-radius: 5px;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p,
.prodet-page .prodet-right .box .right .Auxil-through .next p {
    color: #000;
    transition: all 0.5s;
    cursor: pointer;
    opacity: 0;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev p:hover,
.prodet-page .prodet-right .box .right .Auxil-through .next p:hover {
    color: var(--color);
    opacity: 1;
}

.prodet-page .prodet-right .box .right .Auxil-through .prev:hover p,
.prodet-page .prodet-right .box .right .Auxil-through .next:hover p {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add {
    position: relative;
}

.prodet-page .prodet-right .box .right .btn .product_add .fly_love {
    display: none;
    z-index: 204;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .love {
    position: absolute;
    left: 2px;
    top: 50%;
    transform: translateY(-50%);
    opacity: 0;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add .collect {
    opacity: 1;
    transition: all 0.5s;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .love {
    opacity: 1;
}

.prodet-page .prodet-right .box .right .btn .product_add.active .collect {
    opacity: 0;
}

.prodet-page .prodet-right .prodet-title {
    margin: 100px 0 30px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.prodet-page .prodet-right .prodet-content {
    padding-bottom: 60px;
    color: #666;
    font-size: 16px;
    line-height: 30px;
}

.prodet-page .prodet-right .prodet-title ul {
    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;
}

.prodet-page .prodet-right .prodet-title ul li {
    padding: 10px 8px;
    margin: 0 10px;
    position: relative;
    border-bottom: 2px solid transparent;
    cursor: pointer;
}

.prodet-page .prodet-right .prodet-title ul li:before {
    content: "";
    display: block;
    position: absolute;
    width: 28px;
    height: 22px;
    background: url("../images/nav-tag.png") no-repeat;
    left: 2px;
    top: -6px;
    opacity: 0;
    z-index: -1;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

.prodet-page .prodet-right .prodet-title ul li.active {
    border-bottom: 2px solid var(--color);
}

.prodet-page .prodet-right .prodet-title ul li.active:before {
    opacity: 1;
}

.prodet-page .prodet-right .prodet-content .det table {
    table-layout: fixed;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(odd) {
    background-color: #ecf3f5;
}

.prodet-page .prodet-right .prodet-content .det table tr:nth-child(even) {
    background-color: #ecf3f5;
}

.prodet-page .prodet-right .prodet-content .det table tr td {
    font-size: 16px;
    color: #666;
    text-align: center;
    line-height: 30px;
}

.prodet-page .prodet-right .prodet-content .det form {
    margin-top: 50px;
    /*padding: 10px;*/
    background: #fff;
    /*box-shadow: #ccc 0 0 10px 0;*/
}

.prodet-page .prodet-right .prodet-content .det form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.prodet-page .prodet-right .prodet-content .det form ul li {
    margin-top: 18px;
    width: 49.5%;
    display: inline-block;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 10px;
    font-size: 16px;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) {
    width: 100%;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input {
    background-image: linear-gradient(90deg, var(--color) 0%, #cdeb9a 100%), linear-gradient(#3e3e3c, #3e3e3c);
    color: #fff;
    transition: all .5s;
}

.prodet-page .prodet-right .prodet-content .det form ul li:nth-child(6) input:hover {
    background: #000;
}

.prodet-page .prodet-right .prodet-content .det form ul li input {
    padding: 15px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
    line-height: 30px;
}

@media screen and (max-width: 1600px) {
    .prodet-page .prodet-right .box .right .Auxil-through .next {
        margin-top: 30px;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t {
        flex-direction: row-reverse;
    }

    .prodet-page .prodet-right .box .right .Auxil-through .next .next-t span {
        margin-right: 0;
        margin-left: 10px;
    }
}

@media screen and (max-width: 1450px) {
    .prodet-page .prodet-right .box .right h1 {
        font-size: 26px;
        line-height: 1.6;
    }
    .prodet-page .prodet-right .box .right .det.max-h {
      max-height: 230px;
    }
}

@media screen and (max-width: 1250px) {
    .prodet-page .prodet-right .box .left {
        width: 100%;
        margin-bottom: 60px;
    }

    .prodet-page .prodet-right .box .right {
        width: 100%;
    }

    .prodet-page .prodet-right .box .left .bigImg ul li img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .prodet-page .prodet-right .box .right {
        padding-left: 0;
    }

    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 15px;
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 60px 0 30px 0;
    }
}

@media screen and (max-width: 1000px) {
    .prodet-page .prodet-right {
        width: 100%;
        padding-left: 0;
    }

    .prodet-page .prodet-right .box .right .line img {
        width: 100%;
    }

    .prodet-page .prodet-right .box .right .btn a:first-child {
        display: none;
    }

    .prodet-page .prodet-right .box .right .btn a:last-child {
        margin-left: 0;
    }
}

@media screen and (max-width:700px) {
    .prodet-page .prodet-right .prodet-title ul li {
        margin: 0 5px;
        font-size: 18px;
        line-height: 32px;
    }

    .prodet-page .prodet-right .prodet-content .det form ul li {
        width: 100%;
    }

    .prodet-page .prodet-right .prodet-content {
        padding-bottom: 30px;
    }

    .prodet-page .prodet-right .prodet-title {
        margin: 20px 0 20px 0;
    }
}

@media screen and (max-width: 500px) {
    .prodet-page .prodet-right .prodet-title ul li {
        width: 100%;
        margin-bottom: 5px;
        padding-left: 10px;
    }

    .prodet-page .prodet-right .box .right h2 {
        font-size: 20px;
    }

    .prodet-page .prodet-right .prodet-content .det form {
        margin-top: 0;
    }
}

.flex-box {
    display: flex
}

.flex-wrap {
    flex-wrap: wrap
}
/*==============================================
    prodet-page
*/


/*
    about-page
==============================================*/
.about-page .init-1 .container .left {
    padding-right: 60px;
    width: 50%;
}

.about-page .init-1 .container .left .title1 {
    display: block;
}

.about-page .init-1 .container .left .title1 img {
    display: block;
    margin: auto;
}

.about-page .init-1 .container .left .title2 {
    color: var(--color);
    text-align: center;
    margin-top: 20px;
}

.about-page .init-1 .container .left .title3 {
    margin-top: 20px;
    color: var(--color);
}

.about-page .init-1 .container .left .title3 .playTips {
    font-size: 40px;
    margin-left: 20px;
    margin-top: 10px;
    font-weight: 500;
}

.about-page .init-1 .container .left .title3 .play {
    position: relative;
    margin: 10px 0 0 50px;
    cursor: pointer;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    background-color: var(--color);
    color: #fff;
}

.about-page .init-1 .container .left .title3 .play .img {
    width: 26px;
    height: 26px;
    position: relative;
}

.about-page .init-1 .container .left .title3 .play .ling {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: var(--color);
    border-radius: 50%;
    -webkit-animation: ks 3s linear infinite;
    -moz-animation: ks 3s linear infinite;
    -o-animation: ks 3s linear infinite;
    animation: ks 3s linear infinite;
}

.about-page .init-1 .container .left .title3 .play .ling:first-child {
    -webkit-animation-delay: -1.5s;
    -moz-animation-delay: -1.5s;
    -o-animation-delay: -1.5s;
    animation-delay: -1.5s;
}

.about-page .init-1 .container .right {
    width: 50%;
}

.about-page .init-1 .container .right .des {
    color: #666666;
    line-height: 1.8;
    margin-top: 20px;
}

.about-page .init-1 .container .right .des p {
    margin-bottom: 1em;
}

.about-page .init-1 .container .right .des p span {

    font-weight: bold;
}

.about-page .init-2 {
    overflow: hidden;
}

.about-page .init-2 .img {
    position: relative
}

.about-page .init-2 .img img {
    display: block;
    width: 100%;
    border-radius: 10px;
}

.about-page .init-2 .img .play {
    width: 95px;
    height: 96px;
    background-color: #ffffff;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #264c9d;
    font-size: 30px;
    border-radius: 50%;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    cursor: pointer;
}

.about-page .init-2 .img .play svg {
    fill: #ffffff;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 170px;
    font-size: 20px;
    letter-spacing: 2px;
    animation: sc 4s linear infinite;
    transform-origin: 0 0;
}

.about-page .init-3 {
    margin-top: -24px;
}

.about-page .init-3 .container ul {
    padding-top: 100px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.about-page .init-3 .container ul li {
    padding: 0 5px;
}

.about-page .init-3 .container ul li .box .top {
    font-size: 60px;
    line-height: 1;
    font-weight: bold;
}

.about-page .init-3 .container ul li .box .top .sub {
    font-size: 30px;
}

.about-page .init-3 .container ul li .box .bottom {
    color: #777777;
    margin-top: 10px;
}

.about-page .init-3 .container ul li .box:hover .top {
    color: var(--color);
}

.about-page .init-5 .container .tipsTitle {
    text-align: center;
    color: var(--color);
    font-weight: bold;
}

.about-page .init-5 .container .content ul {
    margin: -6px -6px -6px 0;
}

.about-page .init-5 .container .content ul li {
    position: relative;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    width: 16.66%;
}

.about-page .init-5 .container .content ul li::before {
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: var(--color);
    border-radius: 50%;
    bottom: -5px;
    right: -5px;
    z-index: 2;
}

.about-page .init-5 .container .content ul li .box {
    height: 100%;
}

.about-page .init-5 .container .content ul li .box .imgC {
    padding: 20px;
    height: 100%;
}

.about-page .init-5 .container .content ul li .box .imgC img {
    max-width: 100%;
}

.about-page .init-5 .container .content ul li:nth-child(-n+6) {
    border-top: none;
}

.about-page .init-5 .container .content ul li:nth-child(6n) {
    border-right: none;
}

.about-page .init-6 {
    -o-background-size: cover;
    background-size: cover;
}

.about-page .init-6 .container .left {
    width: 35%;
}

.about-page .init-6 .container .left .tipsTitle {
    color: var(--color);
    font-weight: bold;
}

.about-page .init-6 .container .left .tipsDes {
    color: #666666;
    margin-top: 30px;
    line-height: 1.8;
}

.about-page .init-6 .container .left .img {
    margin-top: 60px;
}

.about-page .init-6 .container .left .img img {
    width: 100%;
}

.about-page .init-6 .container .right {
    width: 59%;
    margin: 10px 0 0 auto;
}



.about-page .init-4 {
    position: relative;

}

.about-page .init-4 .title {
    text-align: center;
}

.about-page .init-4 .cont {
    max-width: 800px;
    margin: 0 auto;
    text-align: center;
}

.about-page .init-4 .cont p {
    margin-bottom: 1em;
}

.about-page .init-4 .subText {
    font-size: 227px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #333333;
    opacity: 0.05;
    line-height: 1.5;
}

.about-page .init-4 .container .tipsTitle {
    position: relative;
    text-align: center;
    color: #333333;
}

.about-page .init-4 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    color: #666666;
    font-weight: 300;
}

.about-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.about-page .init-4 .container .content {
    margin-top: 200px;
}

.about-page .init-4 .container .content ul {
    margin: 0 -45px;
}

.about-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}

.about-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.about-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}

.about-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}

.about-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
    line-height: 1.5;
    height: 3em;
}

.about-page .init-4 .container .content ul li .box .des {
    margin-top: 35px;
    color: #666666;
    text-align: center;
    line-height: 1.5;
    height: 6em;
    overflow: auto;
    padding-right: 20px;
}

.about-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.about-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}

@media (max-width: 1800px) {
    .solution-page1 .init-4 {
        padding-top: 140px;
    }

    .about-page .init-4 .subText {
        font-size: 200px;
    }

    .about-page .init-4 .container .content {
        margin-top: 100px;
    }

    .about-page .init-4 .subText {
        top: 0;
    }

}

@media (max-width: 1250px) {

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

    .about-page .init-1 .container .right {
        width: 100%;
        padding: 0;
        margin-top: 40px;
        text-align: center;
    }

    .about-page .init-1 .container .right .title {
        padding-left: 0;
    }

    .about-page .init-4 .subText {
        font-size: 100px;
    }

    .about-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }

    .about-page .init-4 .container .content {
        margin-top: 60px;
    }

}

@media (max-width: 1000px) {

    .about-page .init-1 .container .left .title1 img {
        max-width: 400px;
        width: 100%;
    }

    .about-page .init-3 .container ul li .box .top {
        font-size: 40px;
    }

    .about-page .init-5 .container .content ul li .box .imgC {
        padding: 10px;
    }

    .about-page .init-6 .container .left {
        width: 100%;
    }

    .about-page .init-6 .container .right {
        width: 100%;
    }

    .about-page .init-4 {
        padding-top: 40px;
    }

    .about-page .init-4 .subText {
        display: none;
    }

    .about-page .init-4 .container .content ul {
        margin: 0 -16px;
    }

    .about-page .init-4 .container .content ul li {
        padding: 0 16px;
    }
}

@media (max-width: 700px) {
    .about-page .init-2 .img .play {
        zoom: 0.7;
    }

    .about-page .init-4 .container .content ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .about-page .init-2 .img .play {
        zoom: 0.5;
    }

    .about-page .init-1 .container .left .title2 {
        margin-top: 30px;
    }

    .about-page .init-1 .container .left .title3 .play {
        margin-left: 30px;
    }

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

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

    .about-page .init-3 .container ul li {
        margin-top: 20px;
        width: 50%;
    }

    .about-page .init-3 .container ul li .box .top {
        font-size: 30px;
    }

    .about-page .init-5 .container .content .contC {
        padding-right: 4px;
        overflow-y: auto;
        max-height: 400px;
    }

    .about-page .init-5 .container .content ul li {
        width: 33.33%;
    }

    .about-page .init-6 .container .left .img {
        margin-top: 30px;
    }

    .about-page .init-4 .container .content {
        margin-top: 20px;
    }
}
@keyframes sc {
  0% {
    transform: rotate(0deg) translate(-50%, -50%);
  }
  100% {
    transform: rotate(360deg) translate(-50%, -50%);
  }
}
/*==============================================
    about-page
*/


/*
    faq-page
==============================================*/
.faq-page .marginBox {
    text-align: center;
}

.faq-page .marginBox .box {
    text-align: left;
}

.faq-page .marginBox .box .left {
    width: 40%;
}

.faq-page .marginBox .box .left .box2 {
    padding: 50px 35px;
    background: var(--color);
    border-radius: 20px;
}

.faq-page .marginBox .box .left .box2 .slide {
    padding-right: 10px;
}

.faq-page .marginBox .box .left .box2 .slide span.h6 {
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    margin-bottom: 1.2em;
    display: block;
    color: #fff;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li {
    font-size: 18px;
    color: #ffffff;
    margin-bottom: 1em;
    line-height: 1.2;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li ul {
    display: none !important;
}

.faq-page .marginBox .box .left .box2 .slide .nav ul li:last-child {
    margin-bottom: 0;
}

.faq-page .marginBox .box .right {
    width: 60%;
    padding-left: 3%;
}

.faq-page .marginBox .box .right .list ul li {
    margin-bottom: 20px;
    padding: 15px;
    background: #f3f3f3;
    border: 1px solid #dddddd;
    border-radius: 20px;
    transition: .5s;
    background-position: right bottom;
}

.faq-page .marginBox .box .right .list ul li span.title {
    font-weight: bold;
    font-size: 18px;
    color: #242424;
    text-align: right;
    display: block;
    position: relative;
    cursor: pointer;
    padding-left: 15px;
}

.faq-page .marginBox .box .right .list ul li span.title i {
    width: 14px;
    height: 14px;
    position: absolute;
    left: 0;
    top: 5px;
    cursor: pointer;
    cursor: hand;
}

.faq-page .marginBox .box .right .list ul li span.title i:after,
.faq-page .marginBox .box .right .list ul li span.title i:before {
    content: '';
    background: black;
    height: 2px;
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.faq-page .marginBox .box .right .list ul li span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(90deg);
    -moz-transform: translate(-50%, -50%) rotate(90deg);
    -ms-transform: translate(-50%, -50%) rotate(90deg);
    transform: translate(-50%, -50%) rotate(90deg);
}

.faq-page .marginBox .box .right .list ul li .text {
    font-size: 18px;
    color: #8e8e8e;
    line-height: 1.6;
    padding: 30px 0 45px;
    display: none;
}

.faq-page .marginBox .box .right .list ul li.active {
    background: var(--color) url(../images/lg.png) no-repeat right bottom;
    border-radius: 20px;
}

.faq-page .marginBox .box .right .list ul li.active span.title,
.faq-page .marginBox .box .right .list ul li.active .text {
    color: #ffffff;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:after {
    background: #ffffff;
}

.faq-page .marginBox .box .right .list ul li.active span.title i:before {
    -webkit-transform: translate(-50%, -50%) rotate(0);
    -moz-transform: translate(-50%, -50%) rotate(0);
    -ms-transform: translate(-50%, -50%) rotate(0);
    transform: translate(-50%, -50%) rotate(0);
}

.faq-page .marginBox .box .right .list ul li:last-child {
    margin-bottom: 0;
}

@media screen and (max-width: 1600px) {
    .faq-page .marginBox .box .left .box2 {
        padding: 30px 20px;
    }

    .faq-page .marginBox .box .left .box2 .slide span.h6 {
        font-size: 16px;
        margin-bottom: 1em;
    }

    .faq-page .marginBox .box .left .box2 .slide .nav ul li {
        font-size: 16px;
        margin-bottom: .8em;
    }


    .faq-page .marginBox .box .right .list ul li {
        padding: 10px;
        margin-bottom: 10px;
    }

}

@media screen and (max-width: 1250px) {
    .faq-page .marginBox .box {
        margin-top: 30px;
    }

    .faq-page .marginBox .box .right {
        width: 100%;
        padding-left: 0;
    }

    .faq-page .marginBox .box .left {
        display: none;
    }
}

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

    .faq-page .marginBox .box .right .list ul li span.title,
    .faq-page .marginBox .box .right .list ul li .text {
        font-size: 16px;
        padding-left: 10px;
        line-height: 2;
    }

    .faq-page .marginBox .box .right .list ul li span.title i {
        width: 10px;
        height: 10px;
        font-size: 14px;
        top: 10px;
    }
}
/*==============================================
    faq-page
*/

/*
    gallery-page
==============================================*/
.gallery-page .gallery-list ul {
    margin: -15px;
}

.gallery-page .gallery-list ul li {
    padding: 15px;
    width: 25%;
}

.gallery-page .gallery-list ul li .box {
    box-shadow: 0 0 10px rgba(72, 73, 121, 0.3);
    padding: 10px;
    border-radius: 5px;
    height: 100%;
}

.gallery-page .gallery-list ul li .box a.img-box {
    margin-bottom: 10px;
    display: block;
}

.gallery-page .gallery-list ul li .box h5 {
    display: block;
    color: #111;
    padding: 8px 5px 8px 5px;
    text-align: center;
    transition: all 0.5s;
}

.gallery-page .gallery-list ul li .box:hover h5 {
    background: #0060ab;
    color: white;
}

@media screen and (max-width: 1250px) {
    .gallery-page .gallery-list ul li {
        width: 33.3%;
    }
}

@media screen and (max-width: 1000px) {
    .gallery-page .gallery-list ul {
        margin: -10px;
    }

    .gallery-page .gallery-list ul li {
        padding: 10px;
    }
}

@media screen and (max-width: 700px) {
    .gallery-page .gallery-list ul li {
        width: 50%;
    }
}

@media screen and (max-width: 500px) {
    .gallery-page .gallery-list ul li {
        width: 100%;
    }
}

/*==============================================
    gallery-page
*/



/*
    honour-page
==============================================*/

.honour-page .honour-1 .left {
  width: 226px;
}

.honour-page .honour-1 .left .listC .list {
  cursor: pointer;
  margin-top: 110px;
  color: #777777;
  transition: all 0.5s;
}

.honour-page .honour-1 .left .listC .list .num {
  line-height: 1;
}

.honour-page .honour-1 .left .listC .list .line {
  height: 5px;
  width: 100%;
  background-color: var(--color);
  margin-top: 15px;
  opacity: 0;
  transition: all 0.5s;
}

.honour-page .honour-1 .left .listC .list.active {
  color: var(--color);
}

.honour-page .honour-1 .left .listC .list.active .line {
  opacity: 1;
}

.honour-page .honour-1 .left .listC .list:hover {
  color: var(--color);
}

.honour-page .honour-1 .left .listC .list:hover .line {
  opacity: 1;
}

.honour-page .honour-1 .left .listC .list:nth-child(1) {
  margin-top: 0;
}

.honour-page .honour-1 .right {
  width: -webkit-calc(-130%);
  width: -moz-calc(-130%);
  width: calc(100% - 230px);
  padding-left: 100px;
}

.honour-page .honour-1 .right .list {
  display: none;
  width: 100%;
}

.honour-page .honour-1 .right .list .listC {
  width: 100%;
  position: relative;
}

.honour-page .honour-1 .right .list .imgC {
  padding-right: 70px;
  width: calc(100% - 250px);
  position: relative;
}

.honour-page .honour-1 .right .list .imgC ul li {
  height: 100%;
  padding: 90px 0;
  width: 30%;
  display: inline-block;
  position: relative;
  z-index: 1;
}

.honour-page .honour-1 .right .list .imgC ul li .box {
  height: 100%;
  transition: all 0.5s;
  opacity: 0.4;
  display: flex;
  align-items: center;
  justify-content: center;
}

.honour-page .honour-1 .right .list .imgC ul li .box .img img {
  width: 100%;
  filter: grayscale(1);
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li {
  z-index: 2;
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li .box {
  transform: scale(1.5);
  z-index: 2;
  opacity: 1;
}

.honour-page .honour-1 .right .list .imgC ul .slick-current li .box .img img {
  filter: none;
}

.honour-page .honour-1 .right .list .galleryC {
  width: 250px;
  text-align: center;
  padding: 40px 0;
  position: relative;
}

.honour-page .honour-1 .right .list .galleryC .slick-track {
  flex-wrap: wrap;
}

.honour-page .honour-1 .right .list .galleryC i {
  font-size: 24px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  cursor: pointer;
  color: #111111;
}

.honour-page .honour-1 .right .list .galleryC i:hover {
  color: var(--color);
}

.honour-page .honour-1 .right .list .galleryC .prev {
  top: 0;
  bottom: unset;
}

.honour-page .honour-1 .right .list .galleryC ul li {
  padding: 10px 0;
}

.honour-page .honour-1 .right .list .galleryC ul li .box {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  height: 74px;
  cursor: pointer;
  color: #777777;
  transition: all 0.5s;
}

.honour-page .honour-1 .right .list .galleryC ul li .box p {
  overflow-y: auto;
  padding: 10px;
  max-height: 74px;
}

.honour-page .honour-1 .right .list .galleryC ul .slick-current li .box {
  background-color: var(--color);
  color: #fff;
}

.honour-page .honour-1 .right .list.active {
  display: block;
}

.honour-page .honour-1 .right .list.active .listC .imgC {
  animation: fadeInLeftSmall 0.5s linear;
}

.honour-page .honour-1 .right .list.active .listC .galleryC {
  animation: fadeInRightSmall 0.5s linear;
}


@media (max-width: 1250px) {
  .honour-page .honour-1 .left {
    width: 150px;
  }

  .honour-page .honour-1 .right {
    width: -webkit-calc(-50%);
    width: -moz-calc(-50%);
    width: calc(100% - 150px);
    padding-left: 20px;
  }

  .honour-page .honour-1 .right .list .imgC {
    padding-right: 20px;
  }
}

@media (max-width: 1000px) {
  .honour-page .honour-1 .left {
    width: 100%;
  }

  .honour-page .honour-1 .left .listC {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .honour-page .honour-1 .left .listC .list {
    margin: 20px 15px 0;
    text-align: center;
  }

  .honour-page .honour-1 .left .listC .list:first-child {
    margin-top: 20px;
  }

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

  .honour-page .honour-1 .right .list .imgC {
    width: 100%;
  }

  .honour-page .honour-1 .right .list .galleryC {
    width: 100%;
  }

  .honour-page .honour-1 .right .list .galleryC ul li .box {
    height: auto;
    padding: 16px;
  }

  .honour-page .honour-1 .right .list .imgC {
    padding-right: 0;
  }
}

@media (max-width: 500px) {
  .honour-page .honour-1 .right .list .imgC ul .slick-current li .box {
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
  }

  .honour-page .honour-1 .right .list .imgC ul li {
    padding: 40px 5px;
    padding-top: 20px;
  }
}
/*==============================================
    honour-page
*/

/*
    contact-page
==============================================*/

.contact-page .init-1 .container .contentC {
    overflow: hidden;
    padding: 60px 80px;
    position: relative;
    z-index: 2;
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.contact-page .init-1 .container .contentC .tipsTitle {
    text-align: center;
}

.contact-page .init-1 .container .contentC .subImg {
    z-index: -1;
    bottom: -50px;
    right: 0;
    height: 150px;
    width: 100%;
    position: absolute;
    background-position: right bottom;
}

.contact-page .init-1 .container .contentC form {
    margin-top: 20px;
}

.contact-page .init-1 .container .contentC form .list {
    width: 33.33%;
    margin-top: 30px;
    padding: 0 10px;
}

.contact-page .init-1 .container .contentC form .list .tips {
    color: #767676;
}

.contact-page .init-1 .container .contentC form .list input,
.contact-page .init-1 .container .contentC form .list textarea {
    width: 100%;
    background-color: #f7f7f7;
    border: none;
    margin-top: 6px;
    padding: 10px;
}

.contact-page .init-1 .container .contentC form .list .btn {
    display: inline-block;
    padding: 14px;
    min-width: 190px;
    border: 1px solid var(--color);
    color: var(--color);
    text-align: center;
    background-color: #fff;
    cursor: pointer;
}

.contact-page .init-1 .container .contentC form .list .btn:hover {
    background-color: #3854b8;
    color: #fff;
}

.contact-page .init-1 .container .contentC form .w-100 {
    width: 100%;
}

.contact-page .init-2 .container .listCont {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 60px;
}

.contact-page .init-2 .container .listCont .list {
    margin-top: 60px;
    text-align: center;
    padding: 0 5px;
}

.contact-page .init-2 .container .listCont .list .cir {
    width: 124px;
    height: 124px;
    border: 1px solid #6076f1;
    border-radius: 50%;
    margin: auto;
}

.contact-page .init-2 .container .listCont .list .cir img {
    max-width: 60%;
}

.contact-page .init-2 .container .listCont .list .title {
    margin-top: 20px;
}

.contact-page .init-2 .container .listCont .list .des {
    color: #767676;
    margin-top: 6px;
}

.contact-page .init-2 .container .listCont .list:hover {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    transform: translateY(-20px);
}

@media (max-width: 1250px) {
    .contact-page .init-1 .container .contentC .subImg {
        display: none;
    }

    .contact-page .init-2 .container .listCont .list {
        width: 50%;
        margin-top: 25px;
    }
}

@media (max-width: 1000px) {
    .contact-page .init-1 .container .contentC {
        padding: 60px 20px;
    }

    .contact-page .init-1 .container .contentC form .list {
        width: 50%;
    }

    .contact-page .init-1 .container .contentC form .w-100 {
        width: 100%;
    }
}

@media (max-width: 700px) {
    .contact-page .init-1 .container .contentC form .list {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .contact-page .init-1 .container .contentC {
        padding: 40px 6px;
    }

    .contact-page .init-1 .container .contentC form .list {
        margin-top: 16px;
    }

    .contact-page .init-1 .container .contentC form .list .btn {
        padding: 6px;
    }

    .contact-page .init-2 .container .listCont {
        padding-top: 0;
    }

    .contact-page .init-2 .container .listCont .list {
        width: 100%;
    }
}

/*==============================================
    contact-page
*/

/*
    service
==============================================*/
.service-page .init-1 {
    padding-top: 98px;
    position: relative;
    z-index: 2;
}

.service-page .init-1 .subText {
    font-size: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #333333;
    opacity: 0.05;
    line-height: 1.1;
}

.service-page .init-1 .container .tipsTitle {
    position: relative;
    text-align: center;
    color: #333;
}

.service-page .init-1 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1016px;
    text-align: center;
    color: #666666;
    font-weight: 300;
}

.service-page .init-1 .container .imgSub {
    display: block;
    margin: 25px auto 0;
    position: relative;
    z-index: -1;
}

.service-page .init-1 .container .desC {
    overflow: hidden;
    border-radius: 20px;
    background-size: cover;
    text-align: left;
    min-height: 500px;
    color: #fff;
    padding-left: 74px;
    padding-right: 74px;
    margin-top: -97px;
}

.service-page .init-1 .container .desC .title {
    max-width: 670px;
    line-height: 1.2;
}

.service-page .init-1 .container .desC .des {
    max-width: 813px;
    margin-top: 24px;
}

.service-page .init-4 {
    position: relative;
    padding-top: 206px;
}

.service-page .init-4 .subText {
    font-size: 300px;
    text-align: center;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 71px;
    left: 0;
    font-weight: bold;
    z-index: -1;
    color: #333333;
    opacity: 0.05;
    line-height: 1.5;
}

.service-page .init-4 .container .tipsTitle {
    position: relative;
    text-align: center;
    color: #333333;
}

.service-page .init-4 .container .tipsDes {
    position: relative;
    margin: auto;
    max-width: 1000px;
    text-align: center;
    color: #666666;
    font-weight: 300;
}

.service-page .init-4 .container .tipsTitle {
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.service-page .init-4 .container .content {
    margin-top: 200px;
}

.service-page .init-4 .container .content ul {
    margin: 0 -45px;
}

.service-page .init-4 .container .content ul li {
    width: 25%;
    padding: 0 25px;
}

.service-page .init-4 .container .content ul li .box {
    -webkit-perspective: 600px;
    -moz-perspective: 600px;
    perspective: 600px;
}

.service-page .init-4 .container .content ul li .box .img {
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    width: 270px;
    margin: auto;
    display: block;
    margin-top: -110px;
}

.service-page .init-4 .container .content ul li .box .img2 {
    display: block;
    width: 52px;
    margin: auto;
    position: relative;
    z-index: 2;
    -webkit-box-reflect: below 0px linear-gradient(transparent, rgba(0, 0, 0, 0));
}

.service-page .init-4 .container .content ul li .box .title {
    margin-top: -40px;
    text-align: center;
    position: relative;
    z-index: 2;
    font-weight: bold;
}

.service-page .init-4 .container .content ul li .box .des {
    margin-top: 20px;
    color: #666666;
    text-align: center;
}

.service-page .init-4 .container .content ul li .box:hover .img2 {
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    -webkit-box-reflect: below 4px linear-gradient(transparent, rgba(0, 0, 0, 0.2));
}

.service-page .init-4 .container .content ul li .box:hover .img {
    -webkit-transform: rotateX(36deg);
    -moz-transform: rotateX(36deg);
    transform: rotateX(36deg);
}

.service-page .service-page-wrap1 {
    padding-top: 69px;
    padding-bottom: 61px;
}

.service-page .service-page-wrap1 .text-box {
    margin-left: auto;
    background-color: var(--color);
    border-radius: 30px 0px 0px 30px;
    color: #fff;
    position: relative;
    width: 58.372%;
    z-index: 1;
}

.service-page .service-page-wrap1 .text-box::after {
    content: "";
    display: block;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-color: var(--color);
    -webkit-transform: translateX(90%);
    -moz-transform: translateX(90%);
    -ms-transform: translateX(90%);
    transform: translateX(90%);
    z-index: -1;
}

.service-page .service-page-wrap1 .text-box .intro {
    font-weight: 300;
}

.service-page .service-page-wrap2 .text-box .title,
.service-page .service-page-wrap3 .text-box .title {
    color: #333;
}

.service-page .service-page-wrap2 .text-box .intro,
.service-page .service-page-wrap3 .text-box .intro {
    color: #666666;
}

@media (max-width: 1800px) {

    .service-page .init-4,
    .service-page .init-1 {
        padding-top: 140px;
    }

    .service-page .init-4 .subText,
    .service-page .init-1 .subText {
        font-size: 200px;
    }

    .service-page .init-4 .container .content {
        margin-top: 100px;
    }

    .service-page .init-4 .subText {
        top: 0;
    }
}

@media (max-width: 1250px) {

    .service-page .init-4 .subText,
    .service-page .init-1 .subText {
        font-size: 100px;
    }

    .service-page .init-4 .container .content ul li {
        width: 50%;
        margin-top: 60px;
    }

    .service-page .init-4 .container .content {
        margin-top: 60px;
    }
}

@media (max-width: 1000px) {

    .service-page .init-4,
    .service-page .init-1 {
        padding-top: 40px;
    }

    .service-page .init-4 .subText,
    .service-page .init-1 .subText {
        display: none;
    }

    .service-page .init-1 .container .tipsDes {
        padding-top: 40px;
    }

    .service-page .init-1 .container .desC {
        padding: 10px 20px;
    }

    .service-page .init-4 .container .content ul {
        margin: 0 -16px;
    }

    .service-page .init-4 .container .content ul li {
        padding: 0 16px;
    }

    .service-page .service-page-wrap2 .container,
    .service-page .service-page-wrap3 .container {
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .service-page .service-page-wrap2 .container .text-box,
    .service-page .service-page-wrap3 .container .text-box {
        width: 100%;
        margin-bottom: 25px;
        padding-left: 0;
        padding-right: 0;
    }

    .service-page .service-page-wrap2 .container .img,
    .service-page .service-page-wrap3 .container .img {
        width: 100%;
    }

    .service-page .service-page-wrap2 .container .text-box {
        -webkit-box-ordinal-group: 0;
        -webkit-order: -1;
        -moz-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }
}

@media (max-width: 700px) {
    .service-page .init-4 .container .content ul li {
        width: 100%;
    }
}

@media (max-width: 500px) {
    .service-page .init-1 .container .tipsDes {
        padding-top: 20px;
    }

    .service-page .init-4 .container .content {
        margin-top: 20px;
    }

    .service-page .init-1 .container .desC {
        min-height: 360px;
    }
}

/*==============================================
    service-page
*/


/*
    news-page
==============================================*/
.inner-page .slideBarBox .slideBarleft {
    width: 75%;
    padding-right: 2%;
}

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

.news-page .slideBarleft .list ul li {
    padding: 50px 0;
    border-bottom: 1px solid #dcdcdc;
}

.news-page .slideBarleft .list ul li:first-child {
    padding-top: 0;
}

.news-page .slideBarleft .list ul li .img {
    vertical-align: middle;
    width: 40%;
    padding-right: 20px;
    position: relative;
}

.news-page .slideBarleft .list ul li .img a.img-box {
    display: block;
}

.news-page .slideBarleft .list ul li .img a.img-box img {
    width: 100%;
}

.news-page .slideBarleft .list ul li .content {
    width: 100%;
    vertical-align: middle;
    position: relative;
}

.news-page .slideBarleft .list ul li .content span.tag:after {
    display: none;
}

.news-page .slideBarleft .list ul li .content span.tag {
    margin-bottom: 35px;
    font-size: 16px;
    color: #181818;
}

.news-page .slideBarleft .list ul li .content span.tag:before {
    width: 50px;
}

.news-page .slideBarleft .list ul li .content h3 {
    color: #181818;
    text-transform: capitalize;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.news-page .slideBarleft .list ul li .content h3:hover {
    color: var(--color);
}

.news-page .slideBarleft .list ul li .content div.tag {
    font-size: 16px;
    color: #909090;
    margin-top: 10px;
}

.news-page .slideBarleft .list ul li .content div.tag img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 6px;
    margin-top: -3px;
}

.news-page .slideBarleft .list ul li .content .share {
    margin-top: 40px;
}

.news-page .slideBarleft .list ul li .content .share dd {
    margin-right: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}

.news-page .slideBarleft .list ul li .content .share dd a {
    display: block;
}

.news-page .slideBarleft .list ul li .content .share dd:hover {
    color: white;
    background: var(--color);
}

.news-page .slideBarleft .list ul li .content a.more {
    line-height: 40px;
    height: 40px;
    padding: 0 25px;
    border-radius: 2px;
    background: var(--color);
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    margin-top: 20px;
    display: inline-block;
    font-size: 18px;
    border-radius: 50px
}

.news-page .slideBarleft .list ul li .content a.more:hover {
    background: #222;
    border-radius: 50px
}

.inner-page .slideBarBox .slideBarright {
    width: 25%;
    padding-left: 2%;
    line-height: 2;
    position: sticky;
    top: 125px;
}

.inner-page .slideBarBox .slideBarright form {
    position: relative;
    width: 100%;
}

.inner-page .slideBarBox .slideBarright form input {
    width: 100%;
    height: 72px;
    padding: 0 60px 0 15px;
    font-size: 18px;
    color: #333;
    border: 1px solid #eee;
    border-radius: 72px;
}

.inner-page .slideBarBox .slideBarright form input::-webkit-input-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-moz-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::-moz-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input:-ms-input-placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input::placeholder {
    color: #7f7f7f;
}

.inner-page .slideBarBox .slideBarright form input[type="submit"] {
    width: 67px;
    position: absolute;
    right: 2px;
    top: 0;
    padding: 0;
    background: url("/meigemachinery/2023/12/22/product-s-1.png") center center no-repeat;
    border: none;
}

.inner-page .slideBarBox .slideBarright h3 {
    margin: 60px 0 20px;
    font-size: 30px;
    font-weight: 700;
    color: #181818;
    line-height: 1;
}

.inner-page .slideBarBox .slideBarright h3:after {
    content: '';
    width: 56px;
    height: 2px;
    background: var(--color);
    margin-top: 15px;
    display: block;
}

.inner-page .slideBarBox .slideBarright .navList ul li {
    padding: 10px 0;
    border-bottom: 1px solid #dcdcdc;
    font-size: 20px;
    color: #181818;
    position: relative;
}

.inner-page .slideBarBox .slideBarright .navList ul li:after {
    content: '';
    width: 9px;
    height: 2px;
    background: var(--color);
    position: absolute;
    right: 100%;
    top: 22px;
    margin-right: 8px;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .slideBarBox .slideBarright .navList ul li em {
    float: right;
    color: #939393;
}

.inner-page .slideBarBox .slideBarright .navList ul li.active,
.inner-page .slideBarBox .slideBarright .navList ul li:hover {
    color: var(--color);
}

.inner-page .slideBarBox .slideBarright .navList ul li.active:after,
.inner-page .slideBarBox .slideBarright .navList ul li:hover:after {
    opacity: 1;
}

.inner-page .slideBarBox .slideBarright .proList ul li {
    padding-bottom: 20px;
    margin-top: 25px;
    border-bottom: 1px solid #dcdcdc;
}

.inner-page .slideBarBox .slideBarright .proList ul li span {
    max-width: 30%;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.inner-page .slideBarBox .slideBarright .proList ul li span:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(2, 67, 136, .5) url("../images/icon-right.png") center center no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 {
    display: inline-block;
    vertical-align: middle;
    width: 70%;
    padding-left: 15px;
    font-size: 16px;
    color: #181818;
    line-height: 1.6;
    font-weight: bold;
    word-break: break-word;
}

.inner-page .slideBarBox .slideBarright .proList ul li h6 small {
    display: block;
    color: #7f7f7f;
    margin-bottom: 5px;
    font-weight: normal;
}

.inner-page .slideBarBox .slideBarright .proList ul li:first-child {
    margin-top: 0;
}

.inner-page .slideBarBox .slideBarright .proList ul li:hover span:after {
    opacity: 1;
}

@media screen and (max-width: 1450px) {
    .news-page .slideBarleft .list ul li .content h3 {
        font-size: 28px;
    }

    .news-page .slideBarleft .list ul li .content .share dd {
        margin-right: 5px;
    }

    .news-page .slideBarleft .list ul li .content .share {
        margin-top: 20px;
    }

    .news-page .slideBarleft .list ul li .content span.tag {
        margin-bottom: 20px;
    }

    .news-page .slideBarleft .list ul li .content span.tag:before {
        width: 30px;
    }

    .inner-page .slideBarBox .slideBarright h3 {
        font-size: 20px;
    }
}

@media screen and (max-width: 1250px) {
  .news-page {
    padding: 50px 0;
  }
    .inner-page .slideBarBox .slideBarright form input {
        font-size: 14px;
    }

    .news-page .slideBarleft .list ul li .content span.tag {
        margin-bottom: 8px;
    }

    .news-page .slideBarleft .list ul li .content .share dd {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .news-page .slideBarleft .list ul li .content a.more {
        font-size: 16px;
        line-height: 36px;
        height: 36px;
    }

    .news-page .slideBarleft .list ul li .content div.tag {
        font-size: 14px;
    }

    .newdet-page .slideBarleft .newsContent h1,
    .news-page .slideBarleft .list ul li .content h3 {
        font-size: 24px;
    }

    .news-page .slideBarleft .list ul li .content span.tag {
        margin-bottom: 8px;
    }

    .inner-page .slideBarBox .slideBarright .navList ul li {
        font-size: 18px;
    }

    .inner-page .slideBarBox .slideBarright form input {
        height: 48px;
    }

    .inner-page .slideBarBox .slideBarright form input[type="submit"] {
        width: 48px;
    }
}

@media screen and (max-width: 1000px) {
    .inner-page .slideBarBox .slideBarleft {
        width: 100%;
        padding-right: 0;
    }

    .inner-page .slideBarBox .slideBarright {
        display: none;
    }

    .news-page .slideBarleft .list ul li {
        padding: 30px 0;
    }

}

@media screen and (max-width: 700px) {
    .news-page .slideBarleft .list ul li .img {
        width: 100%;
        padding-right: 0;
        padding-left: 0 !important;
        left: 0 !important;
    }

    .news-page .slideBarleft .list ul li .content {
        width: 100%;
        padding-left: 0;
        padding-right: 0 !important;
        left: 0 !important;
    }
}

/*==============================================
    news-page
*/

/*
    newdet-page
==============================================*/
.newdet-page {
    padding: 55px 0 110px;
}

.newdet-page .slideBarleft .newsContent {
    text-align: center;
}

.newdet-page .slideBarleft .newsContent h1 {
    font-size: 34px;
    color: #181818;
    font-weight: 700;
    line-height: 1.5;
}

.newdet-page .slideBarleft .newsContent time {
    display: block;
    font-size: 16px;
    color: #7f7f7f;
    margin-top: 15px;
    line-height: 1;
}

.newdet-page .slideBarleft .newsContent .content {
    display: block;
    padding: 30px 0 60px;
    border-bottom: 1px solid #dcdcdc;
    font-size: 16px;
    color: #181818;
    line-height: 2;
    text-align: left;
}

.newdet-page .slideBarleft .newsContent .content p {
    padding-bottom: 10px;
}

.newdet-page .slideBarleft .newsContent .content p:last-child {
    padding-bottom: 0;
}

.newdet-page .slideBarleft .newsContent .share {
    text-align: right;
    margin-top: 24px;
}

.newdet-page .slideBarleft .newsContent .share ul li {
    margin-left: 10px;
    width: 45px;
    height: 45px;
    line-height: 45px;
    border-radius: 2px;
    background: #eee;
    font-size: 18px;
    color: black;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    text-align: center;
}

.newdet-page .slideBarleft .newsContent .share ul li a {
    display: block;
}

.newdet-page .slideBarleft .newsContent .share ul li:hover {
    color: white;
    background: var(--color);
}

.newdet-page .slideBarleft .newsContent .m-link {
    margin-top: 40px;
}

.newdet-page .slideBarleft .newsContent .m-link div i {
    display: inline-block;
    vertical-align: middle;
    width: 60px;
    position: relative;
}

.newdet-page .slideBarleft .newsContent .m-link div i:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: rgba(2, 67, 136, .55) url(../images/icon-right.png) center center no-repeat;
    opacity: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .slideBarleft .newsContent .m-link div span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #181818;
    margin: 0 10px;
    max-width: 60%;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    line-height: 2;
}

.newdet-page .slideBarleft .newsContent .m-link div span em {
    color: var(--color);
}

.newdet-page .slideBarleft .newsContent .m-link div.prev {
    text-align: left;
}

.newdet-page .slideBarleft .newsContent .m-link div.prev i:after {
    -webkit-transform: rotateY(180deg);
    -moz-transform: rotateY(180deg);
    -ms-transform: rotateY(180deg);
    transform: rotateY(180deg);
}

.newdet-page .slideBarleft .newsContent .m-link div.next {
    text-align: right;
}

.newdet-page .slideBarleft .newsContent .m-link div:hover i:after {
    opacity: 1;
}

.newdet-page .newsRet {
    margin-top: 110px;
}

.newdet-page .newsRet h2 {
    text-align: center;
    font-size: 50px;
    line-height: 1;
    font-weight: 500;
}

.newdet-page .newsRet .list {
    margin-top: 50px;
}

.newdet-page .newsRet .list ul {
    margin: -14px;
}

.newdet-page .newsRet .list ul li {
    padding: 14px;
}

.newdet-page .newsRet .list ul li .box {
    background: white;
    border: 1px solid #dcdcdc;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .newsRet .list ul li .box a.img-box {
    display: block;
}

.newdet-page .newsRet .list ul li .box a.img-box img {
    width: 100%;
    min-height: 180px;
    object-fit: contain;
    -o-object-fit: contain;
}

.newdet-page .newsRet .list ul li .box a.img-box:after {
    content: '';
    width: 100%;
    height: 90%;
    position: absolute;
    bottom: 0;
    left: 0;
    background: transparent;
    background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, transparent), color-stop(100%, rgba(2, 67, 136, .73)));
    background: -moz-linear-gradient(bottom, transparent 0%, rgba(2, 67, 136, .73) 100%);
    background: -webkit-linear-gradient(left, transparent 0%, rgba(2, 67, 136, .73) 100%);
    background: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(2, 67, 136, .73)));
    background: -webkit-linear-gradient(top, transparent, rgba(2, 67, 136, .73));
    background: -moz-linear-gradient(top, transparent, rgba(2, 67, 136, .73));
    background: linear-gradient(to bottom, transparent, rgba(2, 67, 136, .73));
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)',GradientType=0)";
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='transparent', endColorstr='rgba(0, 52, 135,.73)', GradientType=0);
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    opacity: 0;
}

.newdet-page .newsRet .list ul li .box .content {
    padding: 20px;
}

.newdet-page .newsRet .list ul li .box .content h5 {
    font-size: 22px;
    color: #181818;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: 700;
    overflow: hidden;
    line-height: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .newsRet .list ul li .box .content h5:after {
    content: '';
    width: 46px;
    background: var(--color);
    display: block;
    margin-top: 10px;
}

.newdet-page .newsRet .list ul li .box .content h5:hover {
    color: var(--color);
}

.newdet-page .newsRet .list ul li .box .content a.more {
    line-height: 30px;
    height: 30px;
    padding: 0 15px;
    background: var(--color);
    font-size: 16px;
    color: white;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    display: inline-block;
    margin-top: 20px;
}

.newdet-page .newsRet .list ul li .box .content a.more:hover {
    background: #222;
}

.newdet-page .newsRet .list ul li .box:hover {
    -o-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
    -webkit-box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
    box-shadow: 0 3px 13px rgba(0, 0, 0, 0.19);
}

.newdet-page .newsRet .list ul li .box:hover a.img-box:after {
    opacity: 1;
}

.newdet-page .newsRet .btn {
    margin-top: 50px;
    text-align: center;
}

.newdet-page .newsRet .btn li {
    width: 13px;
    height: 5px;
    display: inline-block;
    vertical-align: middle;
    margin: 0 4px;
    background: #181818;
    cursor: pointer;
    cursor: hand;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
}

.newdet-page .newsRet .btn li button {
    display: none;
}

.newdet-page .newsRet .btn li.slick-active {
    width: 28px;
    background: var(--color);
}

@media screen and (max-width: 1500px) {
    .newdet-page .slideBarleft .newsContent h1 {
        font-size: 28px;
    }

    .newdet-page .newsRet h2 {
        font-size: 42px;
    }

    .newdet-page .newsRet .list ul li .box .content h5 {
        font-size: 18px;
    }

    .newdet-page .newsRet .btn {
        margin-top: 30px;
    }

    .newdet-page {
        padding: 55px 0 70px;
    }
}

@media screen and (max-width: 1250px) {
    .newdet-page .slideBarleft .newsContent .share ul li {
        width: 35px;
        height: 35px;
        line-height: 35px;
    }

    .newdet-page .slideBarleft .newsContent h1 {
        font-size: 24px;
    }

    .newdet-page .newsRet .list ul li .box .content {
        padding: 15px 10px;
    }

    .newdet-page .newsRet .list ul li .box .content a.more {
        margin-top: 10px;
    }
}

@media screen and (max-width: 1000px) {
    .newdet-page .newsRet h2 {
        font-size: 36px;
    }
}

@media screen and (max-width: 700px) {
    .newdet-page .newsRet h2 {
        font-size: 28px;
    }

    .newdet-page .newsRet h2:after,
    .newdet-page .newsRet h2:before {
        display: none;
    }
}

@media screen and (max-width: 500px) {
    .newdet-page .slideBarleft .newsContent .m-link {
        display: none;
    }

    .newdet-page .newsRet h2 {
        font-size: 24px;
    }

    .newdet-page .newsRet {
        margin-top: 60px;
    }

    .newdet-page .newsRet .list {
        margin-top: 30px;
    }
}

/*==============================================
    newdet-page
*/

#sidebar ul li .child img {
    max-width: 160px;
}
#sidebar ul li .child p{
    white-space: nowrap;
}