@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Light.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Light.ttf') format('truetype'), url('../fonts/AktivGroteskEx-Light.eot') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Regular.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Regular.ttf') format('truetype'), url('../fonts/AktivGroteskEx-Regular.eot') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Regular.woff') format('woff');
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Black.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Black.ttf') format('truetype'), url('../fonts/AktivGroteskEx-Black.eot') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Black.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'AktivGroteskEx';
  src: url('../fonts/AktivGroteskEx-Bold.woff2') format('woff2'), url('../fonts/AktivGroteskEx-Bold.ttf') format('truetype'), url('../fonts/AktivGroteskEx-Bold.eot') format('embedded-opentype'), url('../fonts/AktivGroteskEx-Bold.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "AktivGroteskEx";
  max-width: 1920px;
  --color: #0055a5;
  font-weight: normal;
  margin: 0 auto;
}
.container {
  width: 1550px;
}
.body-overflow-box {
  position: relative;
  left: 0;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.lh-0 {
  line-height: 0.8;
}
.lh-1 {
  line-height: 1;
}
.lh-2 {
  line-height: 1.2;
}
.lh-3 {
  line-height: 1.3;
}
.lh-4 {
  line-height: 1.4;
}
.lh-5 {
  line-height: 1.5;
}
.lh-6 {
  line-height: 1.6;
}
.lh-7 {
  line-height: 1.7;
}
.lh-8 {
  line-height: 1.8;
}
.lh-9 {
  line-height: 1.9;
}
.lh-10 {
  line-height: 2;
}

.search-box {
  line-height: normal;
  position: fixed;
  top: 0;
  left: 0;
  background: #fff;
  width: 100%;
  height: 100%;
  z-index: 99999;
  display: none;
}
.search-box .close {
  width: 30px;
  height: 30px;
  background: url(../images/close.png) no-repeat;
  position: absolute;
  right: 25px;
  top: 15px;
  cursor: pointer;
}
.search-box form {
  position: absolute;
  top: 45%;
  left: 50%;
  width: 60%;
  margin-left: -30%;
}
.search-box form input {
  background: none;
  outline: none;
  border: none;
}
.search-box form input[type="text"] {
  width: 100%;
  border-bottom: 1px solid #e1e1e1;
  font-size: 26px;
  color: #000;
  padding: 10px 0;
}
.search-box form input[type="submit"] {
  width: 22px;
  height: 22px;
  background: url(../images/tc-zoom.png) no-repeat;
  position: absolute;
  right: 15px;
  top: 20px;
}
.grid-box {
    font-size: 0;
    vertical-align: top;
}

.grid-box .column {
    display: inline-block;
    font-size: 16px;
    vertical-align: top;
}

.grid-box .column {
    width: 100%
}

.grid-box.two>.column {
    width: 50%
}

.grid-box.three>.column {
    width: 33.33333%
}

.grid-box.four>.column {
    width: 25%
}

.grid-box.five>.column {
    width: 20%
}

.grid-box.six>.column {
    width: 16.6666667%
}

.grid-box.seven>.column {
    width: 14.285714%
}

.grid-box.eight>.column {
    width: 12.5%
}

.grid-box.nine>.column {
    width: 11.11111111%
}

.grid-box.ten>.column {
    width: 10%
}
@media screen and (max-width: 1000px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 33.33333%
    }

    .grid-box.four>.column {
        width: 33.33333%
    }

    .grid-box.five>.column {
        width: 33.33333%
    }

}

@media screen and (max-width: 700px) {
    .grid-box.two>.column {
        width:50%
    }

    .grid-box.three>.column {
        width: 50%
    }

    .grid-box.four>.column {
        width: 50%
    }

    .grid-box.five>.column {
        width: 50%
    }
}

@media screen and (max-width: 500px) {
    .grid-box.two>.column {
        width:100%
    }

    .grid-box.three>.column {
        width: 100%
    }

    .grid-box.four>.column {
        width: 100%
    }

    .grid-box.five>.column {
        width: 100%
    }
}
#header {
  z-index: 21;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
}
#header.active,
#header.inner-header {
  -webkit-box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.4);
  background-color: white;
}
#header .nav {
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s;
  height: 110px;
  padding: 0 100px;
}
#header .nav .ui.menu .menu-box ul.menu > li {
  font-size: 18px;
  margin-right: 45px;
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  float: left;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  line-height: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li.active > a,
#header .nav .ui.menu .menu-box ul.menu > li:hover > a {
  color: var(--color);
}
#header .nav .ui.menu .menu-box ul.menu > li:hover::before {
  opacity: 1;
}
#header .nav .ui.menu .menu-box ul.menu > li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 14px;
  background: #fff;
  top: 100%;
  left: -10px;
  width: auto;
  min-width: 180px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li {
  display: block;
  float: none;
  padding: 18px 15px 10px;
  color: black;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  position: relative;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li ul {
  position: absolute;
  left: 100%;
  top: 0;
  width: fit-content;
  display: none;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover {
  background: #222;
  color: white;
}
#header .nav .ui.menu .menu-box ul.menu > li ul.sub-menu li:hover > ul {
  display: block;
}
#header .nav .ui.menu .menu-box ul.menu > li:hover ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right {
  margin-left: 55px;
}
#header .nav .ui.menu .right .h-search {
  cursor: pointer;
}
#header .nav .ui.menu .right .link a {
  display: block;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  border-bottom: 1px solid black;
  padding-bottom: 5px;
}
.language-box {
  margin: 0 50px;
}
.language-box .zhuyu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box .zhuyu span {
  font-size: 16px;
  margin-right: 8px;
}
.language-box .zhuyu i {
  font-size: 12px;
}
.language-box .hover-language {
  width: auto;
  position: relative;
}
.language-box ul.sub-menu {
  position: absolute;
  background: #fff;
  top: 40px;
  right: -30px;
  z-index: 100;
  white-space: nowrap;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.5s, -webkit-transform 0.5s;
  transition: opacity 0.5s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.5s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.5s;
  transition: transform 0.5s, opacity 0.5s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  display: none \9;
}
.language-box ul.sub-menu li a {
  width: 120px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  float: none;
  padding: 0 15px;
  line-height: 30px;
  font-size: 14px;
  color: #000000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  text-transform: capitalize;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.language-box ul.sub-menu li a img {
  margin-right: 10px;
  width: 25px;
  height: auto;
}
.language-box ul.sub-menu li:hover a {
  background: var(--color);
  color: white;
}
.language-box:hover .hover-language ul.sub-menu {
  opacity: 1;
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
.more {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background-color: #202020;
  height: 50px;
  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;
  position: relative;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
  color: white;
  padding: 0 70px;
  border-radius: 35px;
}
.more:hover {
  background-color: var(--color);
}
.more span {
  font-size: 16px;
  position: relative;
  z-index: 5;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  padding-top: 5px;
}
span.tag {
  font-size: 18px;
  color: var(--color);
  text-transform: uppercase;
  margin-bottom: 10px;
  display: inline-block;
}
h2.h-title {
  font-size: 60px;
  line-height: 1.1;
  position: relative;
  z-index: 5;
  display: block;
  font-weight: bold;
}
h2.h-title em {
  color: var(--color);
}
.m-auto {
  margin: auto;
}
.tit-hover {
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
.tit-hover:hover {
  color: var(--color);
}
.tit-medium {
  font-weight: 500;
}
.txt-light {
  font-family: Arial;
}
.white {
  color: white;
}
.tit-font {
  font-weight: bold;
}
.img_cover {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
.main-color {
  color: var(--color);
}
@-webkit-keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-moz-keyframes scale_play {
  0% {
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@keyframes scale_play {
  0% {
    -webkit-transform: translate(-50%, -50%) scale(0.8);
    -moz-transform: translate(-50%, -50%) scale(0.8);
    transform: translate(-50%, -50%) scale(0.8);
    opacity: 1;
  }
  100% {
    -webkit-transform: translate(-50%, -50%) scale(1);
    -moz-transform: translate(-50%, -50%) scale(1);
    transform: translate(-50%, -50%) scale(1);
    opacity: 0.8;
  }
}
@-webkit-keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@-moz-keyframes img_rotate {
  0% {
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
@keyframes img_rotate {
  0% {
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
  }
  100% {
    -webkit-transform: translate(-50%, -50%) rotate(360deg);
    -moz-transform: translate(-50%, -50%) rotate(360deg);
    transform: translate(-50%, -50%) rotate(360deg);
  }
}
#banner {
  position: relative;
  z-index: 1;
}
#banner .banner-content {
  position: relative;
}
#banner .banner-content .banner-dots {
  position: absolute;
  left: 50%;
  bottom: 45px;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
#banner .banner-content .banner-dots ul.slick-dots {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
}
#banner .banner-content .banner-dots ul.slick-dots li {
  width: 12px;
  height: 12px;
  background: #e4e4e4;
  border-radius: 50%;
  margin-right: 10px;
  border: 2px solid #e4e4e4;
}
#banner .banner-content .banner-dots ul.slick-dots li.slick-active {
  border-color: #db0d00;
}
#banner .banner-content .banner-dots ul.slick-dots li button {
  display: none;
}
#banner .banner-content .banner-dots ul.slick-dots li:last-child {
  margin-right: 0;
}
#banner .banner-content ul li .content {
  top: 50%;
}
#banner .banner-content ul li .content .box {
  padding-left: 55px;
}
#banner .banner-content ul li .content .box h2 {
  position: relative;
}
#banner .banner-content ul li .content .box h2::before {
  content: '';
  position: absolute;
  left: -55px;
  top: 10px;
  width: 25px;
  height: 25px;
  background: #db0d00;
}
#banner .banner-bot ul li .box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: var(--color);
  color: white;
  height: 195px;
  padding: 0 70px;
}
#banner .banner-bot ul li .box .icon {
  width: 130px;
  height: 130px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: white;
}
#banner .banner-bot ul li .box .text {
  padding-left: 20px;
  width: -webkit-calc(100% - 130px);
  width: -moz-calc(100% - 130px);
  width: calc(100% - 130px);
}
#banner .banner-bot ul li .box .text h4 {
  font-size: 20px;
  line-height: 1.8;
}
#index-body .homepage-1 {
  position: relative;
}
#index-body .homepage-1 .top {
  padding: 175px 0;
  background: url('../images/about-bg.jpg') no-repeat;
  background-size: cover;
}
#index-body .homepage-1 .top .left h5 {
  font-size: 24px;
  font-weight: bold;
}
#index-body .homepage-1 .top .right {
  position: relative;
}
#index-body .homepage-1 .top .right img {
  position: relative;
  z-index: 2;
}
#index-body .homepage-1 .top .right::before {
  content: '';
  display: block;
  width: 115px;
  height: 60px;
  background-color: #0055a5;
  position: absolute;
  left: -10px;
  top: -10px;
}
#index-body .homepage-1 .top .right::after {
  content: '';
  display: block;
  width: 115px;
  height: 60px;
  background-color: #0055a5;
  position: absolute;
  right: -10px;
  bottom: -10px;
}
#index-body .homepage-1 .bottom {
  position: relative;
  padding: 175px 0;
}
#index-body .homepage-1 .bottom .bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}
#index-body .homepage-1 .bottom .content ul {
  width: 100%;
  justify-content: space-between;
}
#index-body .homepage-1 .bottom .content ul li {
  color: white;
  width: calc((100% - 66px)/4);
}
#index-body .homepage-1 .bottom .content ul li .box {
  width: 100%;
  padding: 55px 0;
  background-color: rgba(255, 255, 255, 0.2);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  border-bottom-left-radius: 25px;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-1 .bottom .content ul li .box:hover {
  background-color: rgba(0, 85, 165, 0.6);
}
#index-body .homepage-1 .bottom .content ul li .box h4 {
  font-size: 80px;
  line-height: 1;
  font-weight: bold;
}
#index-body .homepage-1 .bottom .content ul li .box h4 em {
  line-height: 1;
}
#index-body .homepage-1 .bottom .content ul li .box p {
  font-size: 18px;
}
#index-body .homepage-2 {
  padding: 170px 0;
  position: relative;
  z-index: 2;
}
#index-body .homepage-2 ul {
  margin: -10px -30px;
}
#index-body .homepage-2 ul li {
  padding: 10px 30px;
}
#index-body .homepage-2 ul .slick-slide{
  height: 100%;
}
#index-body .homepage-2 ul li .box {
  position: relative;
}
#index-body .homepage-2 ul li .box:hover a.img::after {
  background-color: var(--color);
}
#index-body .homepage-2 ul li .box a.img {
  position: relative;
  height: 320px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
#index-body .homepage-2 ul li .box a.img img {
  position: relative;
  z-index: 2;
}
#index-body .homepage-2 ul li .box a.img::before {
  content: '';
  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%);
  width: 320px;
  height: 320px;
  display: block;
  border-radius: 50%;
  background-color: rgba(0, 0, 0, 0.05);
}
#index-body .homepage-2 ul li .box a.img::after {
  content: '';
  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%);
  width: 280px;
  height: 280px;
  display: block;
  border-radius: 50%;
  background-color: #d3d9de;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
}
#index-body .homepage-2 ul li .box h4 {
  padding: 0 30px;
  margin-top: 20px;
}
#index-body .homepage-3 {
  padding: 0 0 180px;
  position: relative;
}
#index-body .homepage-3 .shuiyin {
  position: absolute;
  left: 0;
  top: -120px;
  z-index: 5;
}
#index-body .homepage-3 .bottom {
  position: relative;
  z-index: 5;
  margin-top: -100px;
}
#index-body .homepage-3 .bottom span.arrow {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.2);
  color: rgba(0, 0, 0, 0.2);
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  transition: all 0.5s;
  cursor: pointer;
}
#index-body .homepage-3 .bottom span.arrow:hover {
  color: white;
  background-color: var(--color);
}
#index-body .homepage-3 .bottom span.arrow i {
  font-size: 18px;
}
#index-body .homepage-3 .bottom .bot .right {
  width: 1245px;
  height: 300px;
}
#index-body .homepage-3 .bottom .bot .right ul li {
  padding-top: 15px;
}
#index-body .homepage-3 .bottom .bot .right ul li .box .img {
  width: 285px;
  background-color: var(--color);
}
#index-body .homepage-3 .bottom .bot .right ul li .box .img img {
  -webkit-transform: translate(15px, -15px);
  -moz-transform: translate(15px, -15px);
  -ms-transform: translate(15px, -15px);
  transform: translate(15px, -15px);
}
#index-body .homepage-3 .bottom .bot .right ul li .box .text {
  width: -webkit-calc(100% - 285px);
  width: -moz-calc(100% - 285px);
  width: calc(100% - 285px);
  padding: 50px 16% 50px 80px;
  background-color: #e4e4e4;
}
#index-body .homepage-4 {
  padding: 170px 0;
  background-color: #f8f8f8;
}
#index-body .homepage-4 .bottom ul {
  margin: 0 -18px;
}
#index-body .homepage-4 .bottom ul li {
  padding: 0 18px;
}
#index-body .homepage-4 .bottom ul li .box {
  position: relative;
}
#index-body .homepage-4 .bottom ul li .box a.img {
  position: relative;
  width: 100%;
  height: 100%;
  display: block;
}
#index-body .homepage-4 .bottom ul li .box a.img::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 2;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#000000), to(rgba(0, 0, 0, 0)));
  background-image: -webkit-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: -moz-linear-gradient(bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
  background-image: linear-gradient(to top, #000000 0%, rgba(0, 0, 0, 0) 100%);
}
#index-body .homepage-4 .bottom ul li .box .text {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 20px 35px;
  z-index: 5;
}
#index-body .homepage-4 .bottom ul li .box .text .date {
  font-style: italic;
  color: #babbbc;
}
#index-body .homepage-5 {
  padding: 170px 0;
}
#index-body .homepage-5 .top ul li {
  font-size: 20px;
  font-weight: bold;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-right: 70px;
  cursor: pointer;
}
#index-body .homepage-5 .top ul li:last-child {
  margin-right: 0;
}
#index-body .homepage-5 .top ul li::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-color: #8a8a8a;
  margin-right: 20px;
  transition: all 0.5s;
}
#index-body .homepage-5 .top ul li.active::before{
  background-color:#db0d00;
}
#index-body .homepage-5 .top ul li span{
  border-bottom:1px solid transparent;
  transition: all 0.5s;
}
#index-body .homepage-5 .top ul li.active span{
  color: var(--color);
  border-color:var(--color);
}
#index-body .homepage-5 .bottom::before{
  content:"";
  width: 100%;
  height: 100%;
  inset:0;
  position: absolute;
  z-index: 10;
  display: block;
}
#index-body .homepage-5 .bottom .list{
  opacity: 0;
  transition: all 0.2s;
}
#index-body .homepage-5 .bottom .list:nth-child(n + 2){
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
}
#index-body .homepage-5 .bottom .list.active{
  opacity: 1;
  z-index: 5;
}


#index-body .homepage-5 .bottom .list {
    -webkit-perspective: 500px;
    -moz-perspective: 500px;
    perspective: 500px;
    -webkit-transform-style: preserve-3d;
    -moz-transform-style: preserve-3d;
    transform-style: preserve-3d;
    position: relative;
    overflow: hidden;
    height: 560px;
    padding: 15px
}

#index-body .homepage-5 .bottom .list:after {
    content: '';
    width: 100%;
    height: 30%;
    position: absolute;
    left: 0;
    background-image: -webkit-gradient(linear,left bottom,left top,from(transparent),to(#fff));
    background-image: -webkit-linear-gradient(bottom,transparent,#fff);
    background-image: -moz-linear-gradient(bottom,transparent,#fff);
    background-image: linear-gradient(to top,transparent,#fff);
    z-index: 2;
    top: 0
}

#index-body .homepage-5 .bottom .list .box {
    -webkit-transform: rotate3d(1,0,0,15deg);
    -moz-transform: rotate3d(1,0,0,15deg);
    transform: rotate3d(1,0,0,15deg);
    width: 100%;
    height: 100%;
    overflow: unset;
}
@keyframes scroll-up {
  0% {
    transform: translateY(-50%);
  }
  100% {
    transform: translateY(-150%);
  }
}
#index-body .homepage-5 .bottom .list ul {
    flex-wrap: wrap;
    display: flex;
    margin: 0;
    animation: scroll-up 10s linear infinite;
}

#index-body .homepage-5 .bottom .list ul li {
    margin: 0 !important;
    padding: 20px;
    width: calc(100% / 6);
}

#index-body .homepage-5 .bottom .list ul li a.img {
    height: 120px;
    padding: 5%;
    -o-box-shadow: 0 0 15px rgba(0,0,0,.1);
    -webkit-box-shadow: 0 0 15px rgba(0,0,0,.1);
    box-shadow: 0 0 15px rgba(0,0,0,.1);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

#index-body .homepage-5 .bottom .list ul li a.img img {
    max-width: 100%
}

#footer {
  background-color: #f1f1f1;
  background-image: url('../images/footer.png');
  background-repeat: no-repeat;
}
#footer .top {
  padding: 70px 0 65px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .center {
  padding-top: 65px;
  padding-bottom: 60px;
  position: relative;
}
#footer .center::after {
  content: '';
  display: block;
  width: 25%;
  height: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  position: absolute;
  bottom: 0;
  left: 0;
}
#footer .center ul li h4 {
  font-size: 22px;
  font-weight: bold;
  line-height: 1;
  margin-bottom: 35px;
  text-transform: uppercase;
}
#footer .center ul li span {
  font-size: 16px;
  color: #5c5c5c;
}
#footer .center ul li.link #ewm img,
#footer .center ul li.f-logo #ewm2 img,
#footer .center ul li.link #ewm canvas,
#footer .center ul li.f-logo #ewm2 canvas {
  width: 110px;
  height: 110px;
  border: 6px solid white;
}
#footer .center ul li.f-logo #ewm2 {
  display: none;
}
#footer .center ul li.link span {
  display: block;
  margin-bottom: 17px;
  line-height: 1;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  transition: all .3s;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -moz-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
#footer .center ul li.link span::before {
  content: '';
  display: inline-block;
  width: 4px;
  height: 9px;
  background: url('../images/f-jian.png') no-repeat;
  margin-right: 8px;
}
#footer .center ul li.link span:last-child {
  margin-bottom: 0;
}
#footer .center ul li.link span:hover {
  color: var(--color);
}
#footer .center ul li.contact {
  max-width: 380px;
}
#footer .center ul li.contact .list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: self-start;
  -webkit-align-items: self-start;
  -moz-box-align: self-start;
  -ms-flex-align: self-start;
  align-items: self-start;
  margin-bottom: 15px;
}
#footer .center ul li.contact .list:last-child {
  margin-bottom: 0;
}
#footer .center ul li.contact .list i {
  font-size: 24px;
  color: var(--color);
}
#footer .center ul li.contact .list span {
  padding-left: 10px;
  font-size: 16px;
  line-height: 2;
}
#footer .bottom {
  position: relative;
  z-index: 2;
}
#footer .bottom .box {
  height: 55px;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
}
#footer .bottom .box span {
  font-size: 16px;
  color: #5c5c5c;
}
#footer .bottom .box span img {
  width: auto;
  height: 18px;
  margin-left: 10px;
  -webkit-transform: translateY(2px);
  -moz-transform: translateY(2px);
  -ms-transform: translateY(2px);
  transform: translateY(2px);
}
@media screen and (max-width: 1700px) {
  .language-box {
    margin: 0 25px;
  }
  #header .nav .ui.menu .menu-box ul.menu > li {
    margin-right: 25px;
    font-size: 16px;
  }
  #banner .banner-content ul li .content .box a.more {
    margin: 20px 0 40px;
  }
  #banner .banner-bot ul li .box .text h4 {
    font-size: 16px;
    line-height: 1.6;
  }
  #banner .banner-bot ul li .box {
    padding: 0 50px;
  }
  #banner .banner-bot ul li .box .text {
    width: -webkit-calc(100% - 90px);
    width: -moz-calc(100% - 90px);
    width: calc(100% - 90px);
  }
  #banner .banner-bot ul li .box .icon {
    width: 90px;
    height: 90px;
  }
  #index-body .homepage-3 .bottom .bot .right {
    width: -webkit-calc(100% - 305px);
    width: -moz-calc(100% - 305px);
    width: calc(100% - 305px);
  }
  h2.h-title {
    font-size: 50px;
  }
  #index-body .homepage-5 .bottom .list ul {
    animation: scroll-up 15s linear infinite;
  }
}
@media screen and (max-width: 1450px) {
  #index-body .homepage-5 .bottom .list ul li {
    width: 25%;
  }
  #header .nav {
    padding: 0 30px;
  }
  #banner .banner-content ul li .content .box .img {
    max-width: 120px;
  }
  #header .nav .ui.menu .right {
    margin-left: 25px;
  }
  #header .nav .logo {
    max-width: 120px;
  }
  #index-body .homepage-1 .top .right {
    position: relative;
    width: 45%;
  }
  #index-body .homepage-1 .bottom .content ul li .box h4 {
    font-size: 50px;
  }
  #index-body .homepage-1 .bottom .content ul li .box p {
    font-size: 14px;
  }
  #index-body .homepage-1 .bottom,
  #index-body .homepage-2,
  #index-body .homepage-4,
  #index-body .homepage-1 .top,
  #index-body .homepage-5 {
    padding: 125px 0;
  }
  #index-body .homepage-3 {
    padding: 0 0 120px;
  }
}
@media screen and (max-width: 1250px) {
  h2.h-title {
    font-size: 40px;
  }
  #index-body .homepage-1 .bottom .content ul li {
    margin: 10px 0;
    width: calc((100% - 30px)/2);
  }
  #index-body .homepage-3 .bottom .bot .right ul li .box .text {
    padding: 30px 30px 30px 60px;
    width: -webkit-calc(100% - 220px);
    width: -moz-calc(100% - 220px);
    width: calc(100% - 220px);
  }
  #index-body .homepage-3 .bottom .bot .right ul li .box .img {
    width: 220px;
  }
  #index-body .homepage-3 .bottom .bot .right {
    height: 235px;
  }
  #index-body .homepage-1 .bottom,
  #index-body .homepage-2,
  #index-body .homepage-4,
  #index-body .homepage-1 .top,
  #index-body .homepage-5 {
    padding: 85px 0;
  }
  #index-body .homepage-3 {
    padding: 0 0 85px;
  }
  #footer .center ul li.link {
    display: none;
  }
  #footer .bottom .box {
    height: auto;
    padding: 15px 0;
  }
  #footer .center ul li.f-logo #ewm2 {
    display: block;
    margin: 30px auto 0;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
  }
  #footer .center ul li.f-logo #ewm2 {
    display: block;
  }
  #index-body .homepage-5 .bottom .list ul li {
    width: 33.33333%;
  }
  #index-body .homepage-5 .bottom .list ul {
    animation: scroll-up 20s linear infinite;
  }
}
@media screen and (max-width: 1000px) {
  #index-body .homepage-5 .bottom .list ul {
    animation: scroll-up 25s linear infinite;
  }
  #banner .banner-content ul li .content .box .img {
    display: none;
  }
  #index-body .homepage-3 .bottom .bot .right {
    width: 100%;
    margin-top: 30px;
  }
  #index-body .homepage-3 .bottom .bot .right ul li .box .text h4 {
    font-size: 20px;
  }
  #index-body .homepage-4 .bottom ul li .box .text h4 {
    font-size: 18px;
    margin-top: 10px;
  }
  #footer .top {
    padding: 60px 0;
  }
  #footer .top h2 {
    margin-bottom: 20px;
  }
  #footer .bottom .box span {
    text-align: center;
  }
}
@media screen and (max-width: 700px) {
  #index-body .homepage-5 .bottom .list ul li {
    width: 50%;
  }
  #index-body .homepage-1 .bottom .content ul li .box p {
    min-height: 42px;
  }
  #index-body .homepage-1 .bottom .content ul li .box {
    padding: 30px 0;
  }
  #index-body .homepage-1 .bottom .content ul li .box h4 {
    font-size: 40px;
  }
  #banner .banner-content ul li .content .box a.more {
    display: none;
  }
  #banner .banner-content ul li .content .box {
    padding-left: 40px;
  }
  #banner .banner-content ul li .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
  }
  #banner .banner-content ul li .content .box h2::before {
    left: -25px;
    top: 0;
    width: 15px;
    height: 15px;
  }
  #banner .banner-content ul li .content {
    position: relative;
    left: 0;
    top: 0;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    transform: none;
    padding: 45px 0 120px;
  }
  #banner .banner-bot ul li .box {
    padding: 0 20px;
  }
  #banner .banner-bot ul li .box .text h4 {
    font-size: 14px;
  }
  #index-body .homepage-1 .top .left {
    width: 100%;
    margin-bottom: 60px;
  }
  #index-body .homepage-1 .top .right {
    width: 100%;
  }
  #index-body .homepage-3 .bottom {
    margin-top: 0;
  }
  #index-body .homepage-3 .shuiyin {
    top: 60px;
  }
  h2.h-title {
    font-size: 30px;
  }
  #index-body .homepage-3 h2.h-title {
    margin-bottom: 30px;
  }
  #index-body .homepage-5 .top ul li {
    font-size: 16px;
    margin-right: 20px;
  }
  #index-body .homepage-5 .top ul li::before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
  #footer .center ul {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  #footer .center ul li.contact {
    max-width: 100%;
    margin-top: 50px;
  }
  #index-body .homepage-5 .bottom .list ul{
    margin: 0;
  }
  #index-body .homepage-5 .bottom .list .box{
    overflow: hidden;
  }
}
@media screen and (max-width: 500px) {
  #index-body .homepage-5 .bottom .list ul {
    animation: scroll-up 20s linear infinite;
  }
  #index-body .homepage-1 .top .left h5 {
    font-size: 16px;
  }
  .more {
    height: 40px;
    padding: 0 25px;
  }
  .more span {
    font-size: 14px;
    padding-top: 8px;
  }
  #index-body .homepage-3 .bottom .bot .right {
    height: auto;
  }
  #index-body .homepage-3 .bottom .bot .right ul li .box .text {
    padding: 30px;
    width: 100%;
  }
  #index-body .homepage-5 .top ul li {
    margin: 10px;
  }
  h2.h-title {
    font-size: 26px;
  }
}


@-webkit-keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@-moz-keyframes scroll-icon {
  0% {
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}
@keyframes scroll-icon {
  0% {
    -webkit-transform: translateY(-12px);
    -moz-transform: translateY(-12px);
    transform: translateY(-12px);
  }
  100% {
    -webkit-transform: translateY(12px);
    -moz-transform: translateY(12px);
    transform: translateY(12px);
  }
}

.inner-banner {
  margin-top: 110px;
  height: 460px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  color: #fff;
  text-align: center;
  position: relative;
   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;
}
.inner-banner .ui.container{
  width: 100%;
}
.inner-banner .bg{
  position: absolute;
  left: 0;
  bottom: -2px; 
}
.inner-banner .mbx {
  font-size: 18px;
  line-height: 22px;
  text-transform: capitalize;
}
.inner-banner .arrow{
  position: absolute;
    left: 0;
    bottom: 12%;
    width: 100%;
    text-align: center;
    cursor: pointer;
    z-index: 3;
    -webkit-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
    -moz-animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65, .05, .36, 1);
    animation: scroll-icon 1.2s infinite alternate cubic-bezier(.65,.05,.36,1);
}
 
.inner-banner .tit {
  font-size: 50px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
}
.paralasic .tit {
  font-size: 30px;
  line-height: 1.2;
  font-weight: bold;
  margin-top: 17px;
}

.productlist-page .content ul{
  margin: -15px;
}
.productlist-page .content ul li.probox{
  padding: 15px;
}
.productlist-page .content ul li.probox:hover .img{
  background-color: var(--color);
  border-color: var(--color);
}
.probox .img{
  border:1px solid rgba(0, 0, 0, 0.2);
  padding: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 320px;
  transition: 0.5s;
}
.probox img{
  height: auto; 
  padding: 0px 30px;
}

.probox .right {
  vertical-align: middle;
  padding-top: 20px;
}
.newproduct-page ul li .right h4 {
    font-size: 20px;
    font-weight: bold;
}

.newproduct-page ul li .right .content {
  font-size: 16px;
  color: var(--color);
}
@media screen and (max-width: 700px) {
    .newproduct-page ul li .right h4 {
    font-size: 24px;
    line-height: 1.4;
    }
}

.prodet-page {
    background: #fff;
}
.topprodet{background:url(../images/developlcC.png) no-repeat center center / cover #fff;}

 .prodet-1 .left {
    width: 50%;
 }
 .prodet-1 .left .small{
   width: 150px;
 }
 .prodet-1 .left .small ul{
   margin: -5px;
 }
  .prodet-1 .left .small ul li{
    height: 150px;
    padding: 5px;
  }
 .prodet-1 .left .big{
   width:calc(100% - 165px);
   height: 600px;
 }
 .prodet-1 .left .small ul,
 .prodet-1 .left .big ul{
   height: 600px;
 }
 .prodet-1 .left .big ul li {
    height: 600px;
 }
 .prodet-1 .left a {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 15px;
    border:1px solid rgba(0, 0, 0, 0.2);
    height: 100%;
 }
 .prodet-1 .left a img {
    width: auto;
 }
 .prodet-1 .left ul li i,
 .prodet-1 .left ul li span {
    display: none !important;
}
.prodet-1 .left ul li img {
    display: block;
    margin: 0 auto;
}
.prodet-1 .left ul .slick-arrow {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -moz-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    transform: translateY(-50%);
    text-indent: -9999em;
    width: 40px;
    height: 40px;
    border: none;
    background-color: rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-size: 8px;
    background-position: center center;
    background-repeat: no-repeat;
}
.prodet-1 .left ul .slick-arrow.slick-prev {
    background-image: url("../images/banner-btn-l.png");
    left: 10px;
}
.prodet-1 .left ul .slick-arrow.slick-next {
    background-image: url("../images/banner-btn-r.png");
    right: 10px;
}
.prodet-1 .right {
    padding-left: 34px;
    width: 50%;
    padding-top: 10px;
}
 .prodet-1 .right .title {
    font-size: 28px;
    line-height: 1.6;
    font-weight: bold;
}
 .prodet-1 .right h3.title {
    font-size: 24px;
}
.prodet-1 .right .text {
    margin: 1.5rem 0;
    font-size: 18px;
    padding-right: 15px;
    line-height: 1.7;
    max-height: 220px;
    overflow-y: auto;
}
 .prodet-1 .right .share {
    padding: 10px 0;
    margin-top: 20px;
}
.prodet-1 .right .share h4 {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    line-height: 2;
}
 .prodet-1 .right .share ul {
    display: inline-block;
    vertical-align: middle;
}
 .prodet-1 .right .share ul li {
    width: auto;
    color: #666;
    margin: 5px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    font-size: 14px;
}
.prodet-1 .right .share ul li:hover {
    color: var(--color);
}
.prodet-1 .right a.tel {
    font-size: 18px;
    color: var(--color);
    display: block;
}
.prodet-page .product-box .prodet-2 {
    padding: 30px 0;
    line-height: 2;
}
.prodet-page .product-box .prodet-2 .options ul {
    background: #fff;
}
.prodet-page .product-box .prodet-2 .options ul li {
    width: auto;
    line-height: 40px;
    height: 36px;
    padding: 0 37px;
    color: #3d474a;
    border-radius: 0;
    font-size: 18px;
    font-weight: 400;
    text-transform: capitalize;
    margin-bottom: 0;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    cursor: pointer;
}
.prodet-page .product-box .prodet-2 .options ul li:hover,
.prodet-page .product-box .prodet-2 .options ul li.active {
    color: white;
    background: var(--color);
}
.prodet-page .product-box .prodet-2 .ret {
    padding: 20px 0;
    background: #ffffff;
}
.prodet-page .product-box .prodet-2 .ret strong {
    font-weight: bold;
    font-size: 1.2em;
}
.prodet-page .product-box .prodet-2 .ret ul li{
    display: none;
}
.prodet-page .product-box .prodet-2 .ret p {
    padding: 5px 0;
    font-size: 18px;
    background: transparent !important;
    line-height: 30px !important;
}
.prodet-page .product-box .prodet-2 .ret ul li .content{
    overflow-x: auto;
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret table {
    margin: 5px 0;
}
.prodet-page .product-box .prodet-2 .ret form {
    padding: 10px;
    background: #fff;
    box-shadow: #ccc 0 0 10px 0;
}
.prodet-page .product-box .prodet-2 .ret form ul {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.prodet-page .product-box .prodet-2 .ret form ul li {
    margin-top: 10px;
    width: 49.7%;
    display: inline-block;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) {
    width: 100%;
}
table tr:nth-child(even) {
    background: transparent;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(5) textarea {
    width: 100%;
    border: #ccc solid 1px;
    padding: 5px;
    font-size: 16px;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) {
    width: 100%;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input {
    background: var(--color);
    color: #fff;
    transition: all .5s;
}
.prodet-page .product-box .prodet-2 .ret form ul li:nth-child(6) input:hover {
    background: #000;
}
.prodet-page .product-box .prodet-2 .ret form ul li input {
    padding: 5px;
    border: #ccc solid 1px;
    width: 100%;
    font-size: 16px;
}
.prodet-page .product-box .prodet-3 h3.title {
    font-size: 24px;
    line-height: 1.6;
    margin-bottom: 30px;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul {
    margin: -10px;
}
.prodet-page .product-box .prodet-3 ul .slick-track {
    margin: 0;
}
.prodet-page .product-box .prodet-3 ul li {
    padding: 10px;
}
.prodet-page .product-box .prodet-3 ul li .box {
    display: block;
    background: white;
    -moz-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    -o-box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
    box-shadow: 0 0 8px rgba(125, 125, 125, 0.2);
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box {
    display: flex;
    justify-content: center;
    padding: 30px;
}
.prodet-page .product-box .prodet-3 ul li .box a.img-box img{
  width: auto;
}
.prodet-page .product-box .prodet-3 ul li .box .content {
    display: block;
    padding: 20px 10px;
    text-align: center;
    margin-top: 20px;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3 {
    font-size: 16px;
    line-height: 30px;
    color: #111;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
    display: -webkit-box;
    -webkit-box-orient: vertical;
}
.prodet-page .product-box .prodet-3 ul li .box .content h3:hover {
    color: var(--color);
}
.prodet-page .product-box .prodet-3 ul li .box .content h5 {
    display: block;
    font-size: 14px;
    line-height: 2;
    text-transform: uppercase;
    font-weight: bold;
}
.prodet-page .product-box .prodet-3 ul li .box .content p {
    display: block;
    font-size: 14px;
    color: #888;
    line-height: 2;
    margin: 5px 0 10px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.prodet-page .product-box .prodet-3 ul li .box .content a.more {
    margin: 20px auto 0;
}
@media screen and (max-width: 1400px) {
    .prodet-page .product-box .prodet-1 .right .text {
        max-height: 12em;
    }
}
@media screen and (max-width: 1000px) {
    .prodet-1 .left{
        width: 100% !important;
        margin-top: 30px;
    }
    .prodet-1 .left a{
        padding: 0;
    }
    .prodet-1 .right{
        width: 100% !important;
        padding: 0;
        margin-top: 60px;
    }
}
@media screen and (max-width: 700px) {
    .prodet-1 .left{
       flex-direction: column-reverse;
    }
    .prodet-1 .left a {
        padding: 30px;
    }
    .prodet-1 .left .big {
      height: auto;
      margin-bottom: 30px;
    }
    .prodet-1 .left .small ul li {
      height: auto;
    }
    .prodet-1 .left .big ul li {
      height: auto;
    }
    .prodet-1 .left .small {
      width: 100%;
    }
    .prodet-1 .left .big {
      width: 100%;
    }
    .prodet-1 .left .small ul, 
    .prodet-1 .left .big ul {
      height: auto;
    }
    .prodet-page .product-box .prodet-1 .left {
        width: 100%;
    }
    .prodet-page .product-box .prodet-1 .right {
        width: 100%;
        padding: 1.5rem 0 0 0;
    }
    .prodet-page .product-box .prodet-1 .right .title {
        font-size: 24px;
        line-height: 1.8;
    }
    .prodet-page .product-box .prodet-2 .ret {
        padding: 40px 30px;
    }
    .prodet-page .product-box .prodet-2 .ret form ul li {
    width: 100%;
    }
}

.news-page.newsBox {
    padding: 70px 0 130px;
    /*    background: #efeeee;*/
}
.news-page.newsBox span.h2 {
    font-size: 48px;
}
.news-page.newsBox .list {
    margin-top: 30px;
}
.news-page.newsBox .list ul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 30px;
    flex-wrap: wrap;
}
.news-page.newsBox .list ul li {
    padding: 45px;
    background: #f6f6f6;
    border-radius:0px;
    width: 100%;
}
.news-page.newsBox .list ul li time {
    display: block;
    font-size: 16px;
    color: var(--color);
    line-height: 1.2;
    margin-top: 10px;
}
.news-page.newsBox .list ul li .h6 {
    font-size: 20px;
    font-weight: bold;
    color: #191919;
    margin: .6em 0 1em;
    line-height: 1.5;
    transition: .5s;
}
.news-page.newsBox .list ul li .h6:hover {
    color: var(--color);
}
.news-page.newsBox .list ul li p {
    font-size: 16px;
    color: #828181;
    line-height: 1.8;
}

.news-page .news-1 {
    padding: 80px 0;
    background-color: white;
}
.news-page .news-1 .left {
    width: 53%;
    vertical-align: middle;
}
.news-page .news-1 .left img{border-radius: 0px;}
.news-page .news-1 .right {
    padding-left: 4%;
    width: 47%;
    vertical-align: middle;
}
.news-page .news-1 .right time {
    font-size: 16px;
    color: var(--color);
    display: block;
    font-weight: bold;
    line-height: 1.2;
}
.news-page .news-1 .right span.h6 {
    font-size: 30px;
    font-weight: bold;
    color: #191919;
    line-height: 1.6;
    margin: .3em 0 1em;
    display: block;
}
.news-page .news-1 .right .text{
  font-size: 16px; margin-bottom: 30px;
}
span.h2 {
  font-weight: bold;
  font-size: 36px;
}
@media screen and (max-width: 1000px){
  span.h2 {
    font-size: 30px;
  }
  .inner-banner {
    height: auto;
    padding: 60px 0;
    margin-top: 60px;
  }
  .inner-banner .bg{
    display: none;
  }
}
@media screen and (max-width: 700px){
  span.h2 {
    font-size: 26px;
  }
}
@media screen and (max-width: 700px) {
    .news-page.newsBox .list ul li {
        width: 100%;
    }
    .news-page .news-1 .right {
        padding-left: 0;
        margin-top: 20px;
        width: 100%;
    }
    .news-page .news-1 .left {
        width: 100%
    }
    .news-page .news-1 .right span.h6 {
        font-size: 24px;
    }
    .news-page.newsBox span.h2 {
        font-size: 24px;
    }
}
.newdet-page .section-title2 {
    font-size: 27px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
    margin-top: 30px;
}

.newdet-page blockquote {
    border-left: 7px solid var(--color);
    padding: 45px;
    display: block;
    position: relative;
    background-color: #fff;
    overflow: hidden;
    margin: 35px 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    color: #555;
}
.newdet-page blockquote p {
    margin-bottom: 0 !important;
    color: inherit;
    max-width: 650px;
    width: 100%;
    position: relative;
    z-index: 3;
    margin-bottom: 0;
}
.newdet-page blockquote::before {
    content: '\f10e';
    font-family: 'FontAwesome';
    position: absolute;
    right: 40px;
    bottom: 40px;
    font-size: 110px;
    opacity: 0.07;
    line-height: 1;
    color: #000;
}
.newdet-page blockquote a {
    color: inherit;
}
.newdet-page blockquote cite {
    display: inline-block;
    font-size: 16px;
    position: relative;
    padding-left: 3rem;
    border-color: inherit;
    line-height: 1;
    margin-top: 22px;
    font-style: normal;
    color: var(--color);
    font-weight: bold;
}
.newdet-page blockquote cite::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 7px;
    width: 45px;
    height: 1px;
    border-top: 1px solid;
    border-color: inherit;
    color: var(--color);
}


.newdet-page .n-content h3 {
    font-size: 28px;
    line-height: 2;
    font-weight: 900;
    color: #0749b3;
    margin-bottom: 5px;
}

.newdet-page .n-content h4 {
    font-size: 24px;
    line-height: 1.9;
    font-weight: 700;
}

.newdet-page .n-content p {
    font-size: 18px;
    line-height: 1.7;
    color: #555;
}


.newdet-page .n-content table td{
    word-break: keep-all;
}
.newdet-page .grid-box {
    margin-right: -12px;
}
.newdet-page .column {
    padding: 20px 12px 0;
}
.newdet-page .column:nth-child(1) {
    padding: 20px 12px 0 0;
}
.newdet-page .news-post-comment-wrap {
    display: flex;
    margin-bottom: 60px;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment {
    margin-right: 30px;
    flex: 0 0 auto;
}
.newdet-page .news-post-comment-wrap .news-post-user-comment img {
    border-radius: 100%;
    width: 100px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content {
    margin-right: 26px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.newdet-page .news-post-comment-wrap .news-post-user-content h3 span {
    font-size: 12px;
    color: #555;
    font-weight: 400;
    margin-left: 15px;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay {
    font-size: 14px;
    color: #555;
    margin: 0;
    font-weight: 400;
    transition: .5s;
    -webkit-transition: .5s;
}
.newdet-page .news-post-comment-wrap .news-post-user-content .news-post-repay:hover {
    color: var(--color);
}
.newdet-page .s_link {
    margin-bottom: 2.5rem;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    border-top: 1px solid #d9d9d9;
    border-bottom: 1px solid #d9d9d9;
}
.newdet-page .s_link .list {
    width: 50%;
    padding: 50px 0;
    padding-right: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: left;
    -ms-flex-pack: left;
    justify-content: left;
}
.newdet-page .s_link .list .img {
    width: 80px;
    height: 80px;
    min-width: 80px;
}
.newdet-page .s_link .list .img img {
    -o-object-fit: cover;
    object-fit: cover;
}
.newdet-page .s_link .list .cont {
    margin-left: 20px;
}
.newdet-page .s_link .list .cont a {
    display: block;
    transition: all 0.5s;
    -moz-transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
}
.newdet-page .s_link .list .cont a:hover {
    color: var(--color);
}
.newdet-page .s_link .list .cont .tip {
    font-size: 16px;
    line-height: 2;
    color: #444;
}
.newdet-page .s_link .list .cont .des {
    color: #000;
    font-size: 16px;
    line-height: 2;
    margin-top: 10px;
}
.newdet-page .s_link .list.next {
    padding-right: 0;
    padding-left: 15px;
    -webkit-box-pack: right;
    -ms-flex-pack: right;
    justify-content: right;
    border-left: 1px solid #d9d9d9;
}
.newdet-page .s_link .list.next .img {
    margin-left: 20px;
}
.newdet-page .s_link .list.next .cont {
    margin-left: 0;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1;
    text-align: right;
}
.newdet-page .news-comment-section {
    padding-top: 3rem;
}
.newdet-page .news-comment-section h3 {
    font-size: 18px;
    color: #000;
    font-weight: bold;
}
.newdet-page .news-comment-section form {
    margin-top: 15px;
}
.newdet-page .news-comment-section form .column {
    padding: 0;
}
.newdet-page .news-comment-section form li input[type="text"],
.newdet-page .news-comment-section form li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.newdet-page .news-comment-section form li input[type="text"]:focus,
.newdet-page .news-comment-section form li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.newdet-page .news-comment-section form li button {
    font-weight: bold;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
    font-size: 16px;
}
.newdet-page .news-comment-section form li button:hover {
    background: #000;
}
.newdet-page .news-comment-section form li.wid-100 {
    width: 100%;
}
@media screen and (max-width: 700px) {
    .newdet-page blockquote {
        padding: 20px 10px;
    }
    .newdet-page .grid-box {
        margin-right: 0;
    }
    .newdet-page .column {
        padding: 10px 0;
        width: 100%;
    }
    .newdet-page .column:nth-child(1) {
        padding: 10px 0;
    }
    .newdet-page .news-post-comment-wrap {
        display: block;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-comment {
        text-align: center;
    }
    .newdet-page .news-post-comment-wrap .news-post-user-content {
        margin: 2rem 0 0 0;
    }
    .newdet-page .news-comment-section form .column {
        width: 100%;
    }
    .newdet-page .s_link .list {
        width: 100%;
    }
    .newdet-page .s_link .list.next {
        border: none;
        border-top: 1px solid #d9d9d9;
    }
}
@media screen and (max-width: 500px) {
    .newdet-page .s_link {
        margin-top: 20px;
    }
    .newdet-page .s_link .list {
        padding: 20px 0;
    }
}
.contact-page .contact-1 {
    padding: 6rem 0;
    
}
.contact-page .contact-1 .left {
    padding-right: 8%;
}
.contact-page .contact-1 .left h5 {
    color: #000;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.6;
    margin-bottom: 15px;
}
.contact-page .contact-1 .left p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 1.5rem;
}
.contact-page .contact-1 .left ul li {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    color: #555;
    text-decoration: none;
}
.contact-page .contact-1 .left ul li .contact-link-icon {
    margin-right: 20px;
    margin-bottom: 20px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    background-color: var(--color);
    color: #fff;
    font-size: 27px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}
.contact-page .contact-1 .left ul li .contact-link-icon i,
.contact-page .contact-1 .left ul li .contact-link-icon span {
    background: var(--color);
    color: #fff;
    width: 100%;
    text-align: center;
}
.contact-page .contact-1 .left ul li .contact-link-title {
    margin-bottom: 0px;
    color: #000;
    font-size: 16px;
    line-height: 2;
    font-weight: bold;
    margin-top: 7px;
}
.contact-page .contact-1 .left ul li .contact-link-text {
    color: #555;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-1 .right {
    text-align: right;
    padding-left: 15%;

}
.contact-page .contact-1 .right .form-wrap {
    position: relative;
    border-radius:0px 0px 40px 0px;
}
.contact-page .contact-1 .right .form-wrap .form-box {
    padding: 40px;
    background: #fbfbfb;
    z-index: 3;
    margin-bottom: 30px;
    margin-right: 30px;
    text-align: left;
    border-radius: 0px 0px 40px;
}
.contact-page .contact-1 .right .form-wrap .form-box::before {
    content: '';
    position: absolute;
    top: 90px;
    right: 10px;
    left: 120px;
    bottom: -20px;
    background: var(--color);
    z-index: -1;
    border-radius: 0px 0px 40px;
}
.contact-page .contact-1 .right .form-wrap .form-box::after {
    content: '';
    width: 50%;
    position: absolute;
    top: -5%;
    bottom: 55%;
    left: -5%;
    background-image: url(../images/dots.png);
    background-repeat: repeat;
    z-index: -1;
}
.contact-page .contact-1 .right .form-wrap .form-box h5 {
    color: #000;
    font-size: 24px;
    line-height: 1.6;
    font-weight: bold;
    margin-bottom: 15px;
}
.contact-page .contact-1 .right .form-wrap .form-box li.wid-100 {
    width: 100%;
}
.contact-page .contact-1 .right .form-wrap .form-box li input,
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    max-width: 100%;
    margin-bottom: 10px;
    padding: 15px 0;
    height: auto;
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    border-width: 0 0 1px;
    border-style: solid;
    display: block;
    width: 100%;
    line-height: 2;
    font-size: 16px;
    font-weight: 400;
    color: #555;
    background-image: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.04);
    border-color: ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact-page .contact-1 .right .form-wrap .form-box li input:focus,
.contact-page .contact-1 .right .form-wrap .form-box li textarea:focus {
    border-bottom-width: 1px;
    border-color: var(--color);
}
.contact-page .contact-1 .right .form-wrap .form-box li textarea {
    height: 127px;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary {
    font-weight: bold;
    display: inline-block;
    height: auto;
    padding: 14px 30px;
    border: 1px solid transparent;
    font-size: 16px;
    border-radius: 80px;
    background-color: var(--color);
    -webkit-transition: border-color 400ms ease, background-color 400ms ease;
    transition: border-color 400ms ease, background-color 400ms ease;
    color: #fff;
    line-height: 20px;
    text-align: center;
    text-decoration: none;
}
.contact-page .contact-1 .right .form-wrap .form-box li .button-secondary:hover {
    background: #000;
}
.contact-page .contact-1 .map {
    margin-top: 4.5rem;
}
.contact-page .contact-2 {
    padding: 6rem 0;
}
.contact-page .contact-2 .contact-link-icon{font-size: 48px; color: var(--color);;}
.contact-page .contact-2 .list ul {
    margin: -10px;
}
.contact-page .contact-2 .list ul li {
    padding: 10px;
    text-align: center;
}
.contact-page .contact-2 .list ul li .box {
    padding: 20px;
    background-color: #f8f8f8;
    border-radius: 30px;
}
.contact-page .contact-2 .list ul li .box span.h6 {
    font-size: 18px;
    font-weight: bold;
}
.contact-page .contact-2 .list ul li .box .text {
    font-size: 16px;
    line-height: 1.8;
    margin-top: 1.5em;
}
.contact-page .contact-2 .header p {
    font-size: 16px;
    line-height: 2;
    color: #555;
    margin-bottom: 15px;
}
.contact-page .contact-2 .header .section-title {
    font-size: 36px;
    font-weight: bold;
    line-height: 1.6;
    color: #000;
    position: relative;
    margin-bottom: 20px;
}
.contact-page .contact-2 .header .section-title span {
    color: var(--color);
}
.contact-page .contact-2 .content ul {
    margin-right: -2rem;
}
.contact-page .contact-2 .content ul li {
    padding-right: 2rem;
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 2;
}
.contact-page .contact-2 .content ul li .title {
    padding: 30px 30px 30px 80px;
    cursor: pointer;
    position: relative;
    border: 1px solid #fff;
    margin-bottom: 0px;
    background-color: #fff;
}
.contact-page .contact-2 .content ul li .title::after {
    content: "\f27b";
    font-family: fontAwesome;
    font-weight: normal;
    font-size: 16px;
    position: absolute;
    top: 20px;
    left: 20px;
    background: var(--color);
    padding: 9px 14px;
    color: #fff;
}
.contact-page .contact-2 .content ul li .title h6 {
    font-size: 16px;
    line-height: 2;
    margin-bottom: 0;
    color: #000;
}
.contact-page .contact-2 .content ul li .accordion-info {
    display: none;
    padding: 20px;
    margin-top: 0px;
    margin-left: 0px;
    background: #fff;
    font-size: 16px;
    line-height: 1.7;
    color: #555;
}
.contact-page .contact-2 .content ul li.active .title {
    color: #fff;
    background: var(--color);
    border: 1px solid var(--color);
    -webkit-box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
    box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.05);
}
.contact-page .contact-2 .content ul li.active .title h6 {
    color: #fff;
}
.contact-page .contact-2 .content ul li.active .title::after {
    background: #fff;
    color: var(--color);
}
@media screen and (max-width: 1366px) {
    .contact-page .contact-1 .right {
        padding-left: 10%;
    }
}
@media screen and (max-width: 1200px) {
    .contact-page .contact-1 .right {
        padding-left: 4%;
    }
    .contact-page .contact-2 .content ul li {
        width: 50%;
    }
}
@media screen and (max-width: 1000px) {
    .contact-page .contact-1 .left {
        width: 100%;
        padding-right: 0;
    }
    .contact-page .contact-1 .right {
        width: 100%;
        padding: 2rem 0 0 0;
    }
}
@media screen and (max-width: 700px) {
    .contact-page .contact-2 .content ul li {
        width: 100%;
    }
}


.service01{ padding: 100px 0px;}
.service01 .ui .left{padding-left: 50px; padding-top: 30px;}
.service01 .ui .left .text{ font-size: 16px; line-height: 30px; padding-top: 15px;}
.service01 .ui .right img{    border-radius: 20px;}
.factory .list .img-box img{border-radius: 20px;}
.productlist-page{background: #ffffff;}
@media screen and (max-width: 1400px) {
    .service01 .ui .left .text{
        max-height: 260px;
        overflow-y: auto;
        margin-top: 15px;
    }
    
}
@media screen and (max-width: 1200px) {
    .service01 .ui .right img{
        width: 100%;
        object-fit: cover;
    }
    .service01 .ui .left{
        width: 100%;
       padding-left: 0;
        padding-top: 0;
        margin-top: 60px;
    }
    .service01 .ui .right{
        width: 100%;

    }
    .service01 .ui .left .text{
        max-height: unset;
        overflow-y: unset;
    }
}



/* aft */
.aft01 {padding: 120px 0 100px; background: url(../images/aft01_bg.jpg);background-size: cover;position: relative;overflow: hidden;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01  h4 {    font-size: 30px; color: #333333; margin: 16px 0 28px; font-weight: bold;}
.aft01 .box {display: flex;    margin-bottom: 60px;}
.aft01 .box .min {width: 350px;height: 350px;border-radius: 50%;display: flex;justify-content: center;align-items: center;flex-direction: column;}
.aft01 .box .min:nth-of-type(1) {transition: 0.5s; background-color: rgb(71 110 236);position: relative;z-index: 1;left: 0px;}
.aft01 .box .min:nth-of-type(2) {transition: 0.5s; background-color: rgb(36 36 36 / 90%); margin-left: -42px;position: relative;right: 0px;}
.aft01 .box:hover .min:nth-of-type(1){left: 308px;}
.aft01 .box:hover .min:nth-of-type(2){right: 308px;}
.aft01 .box .min  h5 {font-size: 20px;font-weight: bold;margin-bottom: 30px;color: #fff;}
.aft01 .box .min  h6 {font-size: 24px;color: #fff;font-weight: bold;margin-bottom: 50px;text-align: center;}
.aft01 .box .min  img {width: 42px;}
.aft01 p {font-size: 20px;color: #333333;font-weight: bold;}
.aft02 {padding: 160px 0 120px;position: relative;overflow: hidden;}
.aft02 .bg_fix {position: absolute;top: 0px;left: 0px;width: 100%;height: 690px;}
.aft02 .bg_fix::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.4); position: absolute; left: 0; top: 0; }
.aft02 .bg_fix img {height: 100%;width: 100%;object-fit: cover;}
.aft02 .top {display: flex;justify-content: center;align-items: center;flex-direction: column;margin-bottom: 47px;    z-index: 1; position: relative;}
.aft02 .top .hu_h3 {color: #fff;text-align: center;}
.aft02 .top  p {font-size: 18px;line-height: 34px;text-align: center;color: #fff;margin-top: 10px;}
.aft02 .top .line {height: 75px;width: 1px;background-color: rgba(255,255,255,0.4);margin: 28px 0 ;position: relative;}
.aft02 .top .line::after {content: "";  width: 7px; height: 7px; background-color: #fff; position: absolute; left: 50%; transform: translateX(-50%); top: 0px; animation: 2s linear 0.5s infinite hua2;}
@keyframes hua2 { from { top: 0%; } to { top: 95%; } }
.aft02 .top h4 {font-size: 30px;color: #fff;}
.aft02 .botF {padding: 0 90px;position: relative;}
.aft02 .botF .fa {    background-image: none; width: auto; height: auto; margin: 0; padding: 0; font-size: 74px; color: #cbcbcb; outline: none;}
.aft02 .botF .fa:hover {color: var(--color);;}
.aft02 .bot {position: relative;overflow: hidden;margin: auto;}
.aft02 .bot .swiper-slide{
  padding: 15px;
}
.aft02 .bot .box {    background-color: #fff; padding: 50px 0; border-radius: 12px; box-shadow: 0px 5px 15px rgb(102 102 102 / 30%); display: flex; justify-content: center; align-items: center; flex-direction: column;}
.aft02 .bot .box  .icon {border-radius: 50%; position: relative; height: 111px; display: flex;justify-content: center;align-items: center; width: 111px;}
.aft02 .bot .box:hover  .icon::before {   animation: img01anime 10s 0s linear infinite; }
.aft02 .bot .box:hover  .icon::after{  animation: img02anime 10s 0s linear infinite;}
.aft02 .bot .box  .icon::before {   content: ""; position: absolute; width: 120%; height: 120%; border-radius: 50%;  border: 1.6px dashed #0055a5;}
.aft02 .bot .box  .icon::after{ content: ""; position: absolute; width: 100%; height: 100%; border-radius: 50%;  border: 1.6px dashed #0055a5;}

@keyframes img01anime{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(360deg);}
}
@keyframes img02anime{
	0%{transform: rotate(0deg);}
	100%{transform: rotate(-360deg);}
}

.aft02 .bot .box  .icon img {width: 56px;transition: 0s;}
.aft02 .bot .box h4 {font-size: 30px;font-weight: bold;color: #333333;margin-bottom: 5px;    margin-top: 54px;}
.aft02 .bot .box h5 {        
  width: 100%; 
  font-size: 18px; 
  position: relative; 
  color: #666666; 
  text-align: center; 
  line-height: 26px; 
  height: 52px;
  margin-bottom: 15px;
}
.aft02 .bot .box p{
  padding-right: 15px; 
  font-size: 17px;
  height: 200px;
  width: calc(100% - 40px);
  margin: auto;
  overflow-y: auto;
}
.aft02 .bot .box:hover h5::after {background-color: #fff;}
.aft02 .bot .box:hover h4,.aft02 .bot .box:hover h5,.aft02 .bot .box:hover p{color: #fff;}
.aft02 .bot .box:hover  .icon img {filter: grayscale(10) brightness(10);}
.aft02 .bot .box:hover  .icon,.aft02 .bot .box:hover  .icon::before,.aft02 .bot .box:hover  .icon::after {border-color: #fff;}

.aft02 .bot .box:hover {background-color: var(--color);}

.aft02 .bot .aft02Swiper {width: 1200px;margin: auto;}
.aft02 .bot  {width: 1242px;margin: auto;    padding: 22px 0;} 
.aft03 {padding-bottom: 160px;position: relative;overflow: hidden;}
.aft03 .icenter2 {display: flex;justify-content: space-between;align-items:center;}
.aft03 .icenter2 .le {overflow: hidden;position: relative;width: 37%;    height: 695px;}
.aft03 .icenter2 .le::before { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: rgba(255,255,255,.5); content: ''; -webkit-transition: -webkit-transform .6s; transition: transform .6s; -webkit-transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); transform: scale3d(1.9,1.4,1) rotate3d(0,0,1,45deg) translate3d(0,-110%,0); z-index: 1; }
.aft03 .icenter2 .le:hover::before { -webkit-transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); transform: scale3d(1.9, 1.4, 1) rotate3d(0, 0, 1, 45deg) translate3d(0, 115%, 0); }
.aft03 .icenter2 .le img{height: 100%; transition: all 0.5s;}
.aft03 .icenter2 .le:hover img {transform: scale(1.1);}
.aft03 .icenter2 .ri {width: 55%;}
.aft03 .icenter2 .ri ul {margin: 20px 0 0px;}
.aft03 .icenter2 .ri ul li {position: relative;padding-left: 15px;font-size: 18px;color: #666666;line-height: 30px;}
.aft03 .icenter2 .ri ul li::before {    width: 5px; height: 5px; border-radius: 50%; background-color: #666666; position: absolute; left: 0px; top: 13px; content: "";}
.aft03 dl dd{ padding-top: 60px;  display: flex;align-items: center;padding-bottom: 20px;border-bottom: 1px solid #d5d5d5;}
.aft03 dl dd .icon {width: 86px;margin-right: 58px;}
.aft03 dl dd .text {}
.aft03 dl dd .text h4 {    position: relative; padding-bottom: 0px; font-size: 24px; color: #333333; width: fit-content; margin-bottom: 10px;}
.aft03 dl dd .text h4 strong {font-size: 70px;font-weight: bold;}

.aft03 dl dd .text  p {font-size: 18px;color: #666666;}
.aft04 {background: url(../images/aft04_bg.jpg);background-size: cover;position: relative;overflow: hidden;background-attachment: fixed;padding: 130px 0 180px;}
.aft04  .icenter2 {position: relative; z-index: 1;}
.aft04::after { content: ""; display: inline-block; width: 100%; height: 100%; background-color: rgba(239, 241, 247, 0.65); position: absolute; left: 0; top: 0; }
.aft04 .hu_h3 {padding-left: 42px;}
.aft04 dl {margin-top: 50px; display: flex; justify-content: space-between; align-items: center; position: relative; z-index: 2;}
.aft04 dl dd {width: 48%;padding-left: 42px;padding-bottom: 42px;box-sizing: border-box;display: flex;align-items: center;position: relative;    justify-content: space-between;}
.aft04 dl dd .bg {position: absolute; width: 127px;left: 0px;bottom: 0px;transition: 0.5s;}
.aft04 dl dd:hover .bg {left: 30px;bottom: 30px;}
.aft04 dl dd .le {width: 38.5%;}
.aft04 dl dd .ri {width: 51%;}
.aft04 dl dd .ri .name {font-size: 20px;font-weight: bold;color: #333333;width: 156px;height: 43px;border: 1px solid #d3d3d4;display: flex;justify-content: center;align-items: center;    background-color: #fff;}
.aft04 dl dd:hover .ri .name {background-color: #cd161d;color: #fff;}
.aft04 dl dd .ri .number{margin-top: 78px;}
.aft04 dl dd .ri .number .t {display: flex;align-items: center; margin-bottom: 17px; }
.aft04 dl dd .ri .number .t .icon {width: 65px;    margin-right: 12px;animation: bounce-up-data-v-7e3caf58 1.5s linear infinite;}
.aft04 dl dd .ri .number .t a {font-size: 40px;font-weight: bold;color: #cd161d;position: relative;}
.aft04 dl dd .ri .number .t a::after {    content: ""; position: absolute; left: 5px; bottom: -7px; width: 50px; height: 3px; background-color: #cd161d;}
.aft04 dl dd .ri .number span {font-size: 18px;color: #999999;}


@media screen and (max-width:1600px) {
  .aft01 {padding: 100px 0 90px;}
  .aft01 h4 { font-size: 25px; margin: 10px 0 22px; }
  .aft01 .box .min { width: 320px; height: 320px;}
  .aft01 .box:hover .min:nth-of-type(1) { left: 278px; }
  .aft01 .box:hover .min:nth-of-type(2) { right: 278px; }
  .aft01 .box .min h5 { font-size: 17px; margin-bottom: 26px; }
  .aft01 .box .min h6 { font-size: 22px; margin-bottom: 44px; }
  .aft01 .box .min img { width: 32px; }
  .aft01 .box { margin-bottom: 38px; }
  .aft02 .top p { font-size: 15px; line-height: 28px; margin-top: 8px; }
  .aft02 .top { margin-bottom: 30px;}
  .aft02 .top h4 { font-size: 24px; }
  .aft02 .top .line { height: 55px; margin: 20px 0; }
  .aft02 .bot .aft02Swiper { width: 1000px; }
  .aft02 .bot { width: 1032px; padding: 22px 0; }
  .aft02 .botF { padding: 0 13px;}
  .aft02 .botF .fa { font-size: 65px; }
  .aft02 .bot .box { padding: 43px 0; box-shadow: 0 0 11px #d8d8d8;}
  .aft02 .bot .box .icon { height: 95px; width: 95px;}
  .aft02 .bot .box .icon img { width: 48px; }
  .aft02 .bot .box h4 { font-size: 26px; margin-bottom: 5px; margin-top: 44px; }
  .aft02 .bot .box h5 { width: 220px; font-size: 15px; line-height: 24px; height: 48px; }
  .aft02 .bot .box h5::after { width: 17px; height: 3px; bottom: -125px; }
  .aft02 .botF .fa-angle-left {left: -18px;}
  .aft02 .botF .fa-angle-right {right: -18px;}
  .aft02 { padding: 115px 0 90px; }
  .aft02 .bg_fix { height: 555px; }
  .aft03 .icenter2 .ri ul li { padding-left: 15px; font-size: 14px; line-height: 24px; }
  .aft03 .icenter2 .ri ul { margin: 16px 0 0px; }
  .aft03 dl dd { padding-top: 34px; padding-bottom: 12px; }
  .aft03 dl dd .icon { width: 74px; margin-right: 50px; }
  .aft03 dl dd .text h4 { font-size: 16px; margin-bottom: 8px; }
  .aft03 dl dd .text h4 strong { font-size: 58px; }
  .aft03 dl dd .text h4::after { height: 4px;}
  .aft03 dl dd .text p { font-size: 15px; }
  .aft03 .icenter2 .le { height: 529px; }
  .aft04 { padding: 100px 0 155px; }
  .aft04 dl dd { padding-left: 36px; padding-bottom: 36px;}
  .aft04 .hu_h3 { padding-left: 36px; }
  .aft04 dl { margin-top: 38px;}
  .aft04 dl dd .ri .number .t .icon { width: 48px; margin-right: 10px;}
  .aft04 dl dd .ri .number .t a { font-size: 30px; }
  .aft04 dl dd .ri .number .t a::after { width: 41px;}
  .aft04 dl dd .ri .number span { font-size: 16px; }
  .aft04 dl dd .ri .name { font-size: 16px; width: 133px; height: 38px;}
  .aft04 dl dd .bg { width: 115px; }
  .aft04 dl dd .ri .number { margin-top: 70px; }
}
@media only screen and (max-width:1250px){
  .aft02 .bot,
  .aft02 .bot .aft02Swiper{
    width: 100%;
  }
  .aft02 .botF .fa{
    display: none;
  }
  .aft03{
    padding-bottom: 65px;
  }
}
@media only screen and (max-width:700px){
  .aft01 { padding: 50px 0; }
  .aft01 h4 { font-size: 22px; margin: 10px 0 22px; }
  .aft01 .box .min {        width: 192px; height: 192px; }
  .aft01 .box .min h5 { font-size: 14px; margin-bottom: 20px; }
  .aft01 .box .min h6 {      font-size: 16px; margin-bottom: 34px; height: 40px; display: flex; align-items: center;}
  .aft01 p { font-size: 16px; }
  .aft01 .box .min:nth-of-type(2) { margin-left: -25px; }
  .aft02 .top p { font-size: 15px; line-height: 26px; margin-top: 8px; }
  .aft02 .top .line { height: 42px; margin: 14px 0;position: relative; }
  .aft02 .top h4 { font-size: 22px; }
  .aft02 .bot { width: 110%; }
  .aft02 .top { margin-bottom: 20px; }
  .aft02 .botF { padding: 0 0px; }
  @keyframes hua2 { from { top: 0%; } to { top: 95%; } }
  .aft02 .bot .aft02Swiper { width: 100%; }
  .aft02 .bot { width: 100%;padding: 20px; }
  .aft02 .botF .fa-angle-left { left: -8px; }
  .aft02 .botF .fa-angle-right{ right: -8px; }
  .aft02 { padding: 80px 0 40px; }
  .aft02 .bg_fix { height: 483px; }
  .aft03 .icenter2 {flex-flow: wrap;}
  .aft03 .icenter2 .le {width: 100%;height: auto;margin-bottom: 20px;}
  .aft03 .icenter2 .ri {width: 100%;}
  .aft03 dl dd .icon { width: 60px; margin-right: 31px; }
  .aft03 { padding-bottom: 50px; }
  .aft04 {    padding: 50px 0 20px; background-attachment: unset;}
  .aft04 .hu_h3 { padding-left: 0px; }
  .aft04 dl { margin-top: 26px; flex-flow: wrap;}
  .aft04 dl dd {     padding-left: 22px; padding-bottom: 22px; width: fit-content; margin-bottom: 30px; }
  .aft04 dl dd .bg {     width: 72px; bottom: 0px; }
  .aft04 dl dd .le .imgbox {    height: 153px; width: 123px;}
  .aft04 dl dd .ri .name { font-size: 14px; width: 114px; height: 33px; }
  .aft04 dl dd .ri .number { margin-top: 38px; }
  .aft04 dl dd .ri .number .t a { font-size: 24px; }
  .aft04 dl dd .ri .number .t .icon { width: 32px; margin-right: 6px; }
  .aft04 dl dd .ri .number span { font-size: 14px; }
  .aft04 dl dd .ri { width: 60%; margin-left: 8%; }
  .aft01 .box:hover .min:nth-of-type(1) { left: 168px; }
  .aft01 .box:hover .min:nth-of-type(2) { right: 168px; }
}
.hu_h3 {font-size: 44px;font-weight: bold;color: #333333;}
.hu_p {font-size: 18px;color: #666666;line-height: 30px;}

@media screen and (max-width: 1600px){
  .hu_h3 {
    font-size: 36px;
  }
}

@media only screen and (max-width: 768px){
  .hu_h3 {
    font-size: 26px;
  }
}

.swiper-button-next:after, 
.swiper-button-prev:after{
  display: none !important;
}



.gallery-page{padding: 100px 0px;}
.gallery-page .tab {
    border-bottom: 1px solid #e1e1e1;
    font-size: 0;
    margin-bottom: 4.5rem;
}
.gallery-page .tab li {
    text-align: center;
    padding: 24px 0;
    border-left: 1px solid #e1e1e1;
    position: relative;
}
.gallery-page .tab li a {
    overflow: hidden;
    display: block;
}
.gallery-page .tab li span {
    display: inline-block;
    vertical-align: middle;
    font-size: 16px;
    color: #666;
    transition: transform ease .4s;
    -ms-transition: transform ease .4s;
    -o-transition: transform ease .4s;
    -webkit-transition: transform ease .4s;
    -moz-transition: transform ease .4s;
    position: relative;
}
.gallery-page .tab li::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: var(--color);
    transition: width cubic-bezier(0.47, -0.01, 0.09, 1.08) 0.6s;
}
.gallery-page .content .box {
    text-align: center;
}
.gallery-page .content .box h2 {
    color: #182333;
    font-size: 1.75rem;
    margin-top: 10px;
    font-weight: bold;
    line-height: 1.3;
}
.gallery-page .content .box p {
    /*max-width: 690px;*/
    text-align: center;
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
    margin-top: 20px;
    /*margin-bottom: 50px;*/
}
.gallery-page .content .box div{
    color: #565969;
    font-size: 16px;
    line-height: 1.6;
    margin: 0 auto;
}
.gallery-page .content .box ul {
    margin: 0 -15px 60px;
    text-align: left;
}
.gallery-page .content .box ul li {
    padding: 15px;
}
.gallery-page .content .box ul li .imgbox {
    overflow: hidden;
    position: relative;
    box-shadow: 0 0 10px rgba(205, 205, 205, 0.3);
    padding: 10px;
    border-radius: 5px;
}
.gallery-page .content .box ul li .imgbox .text {
    text-align: center;
    margin-top: 1rem;
}
.gallery-page .content .box ul li .imgbox .text h5 {
    /*text-transform: uppercase;*/
    display: block;
    color: #111;
    font-size: 18px;
    padding: 5px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: center;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    -ms-transition: .5s;
    -o-transition: .5s;
    transition: .5s;
}
.gallery-page .content .box ul li .imgbox .text .con {
    margin-top: 1rem;
    min-height: 90px;
    overflow: auto;
    padding-right: 10px;
    font-size: 16px;
    line-height: 1.7;
}
.gallery-page .content .box ul li .imgbox .text .con::-webkit-scrollbar-thumb {
    background: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 100%;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -moz-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -moz-box-orient: vertical;
    -moz-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li .imgbox .textbox i {
    margin-bottom: 20px;
    font-size: 45px;
    color: var(--color);
}
.gallery-page .content .box ul li .imgbox .textbox i:hover {
    cursor: pointer;
}
.gallery-page .content .box ul li .imgbox .textbox h4 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.3em;
    color: var(--color);
    padding: 5px 20px;
    background: rgba(0, 0, 0, 0.5);
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    min-width: 100px;
    text-align: center;
}
.gallery-page .content .box ul li .imgbox .textbox h4:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
    background: #000000;
}
.gallery-page .content .box ul li .imgbox:hover .text h5 {
    background: var(--color);
    color: #fff;
}
.gallery-page .content .box ul li:hover {
    -webkit-transition: 0.3s all;
    -moz-transition: 0.3s all;
    transition: 0.3s all;
}
.gallery-page .content .box ul li:hover .imgbox .textbox {
    top: 0;
}
.gallery-page .content .box:nth-child(even) {
    background: #f8f8f8;
    padding: 4.5rem 0;
}
.m-page {
    text-align: center;
    padding-top: 20px;
}
.m-page a,
.m-page span {
    display: inline-block;
    margin: 2px 4px;
    min-width: 30px;
    line-height: 36px;
    height: 30px;
    color: #555;
    font-weight: bold;
    font-size: 18px;
    text-align: center;
}
.m-page a:hover {
    color: var(--color);
}
.m-page span {
    background-color: var(--color);
    color: #fff;
}
@media screen and (max-width: 1440px) {
    .gallery-page .content .box ul li {
        width: 25%;
    }
}
@media screen and (max-width: 1100px) {
    .gallery-page .content .box ul li {
        width: 33.3333%;
    }
}
@media screen and (max-width: 992px) {
    .gallery-page .content .box ul li {
        width: 50%;
    }
}
@media screen and (max-width: 700px) {
    .gallery-page .content .box p {
        font-size: 14px;
    }
    .gallery-page .content .box ul li {
        width: 100%;
    }
}


.faq-page .img2 {
    position: absolute;
    right: 0px;
    top: 0;
    width: 228px;
    height: 234px;
    background: url(../images/about-page-1.png) no-repeat;
}
.faq-page .img1 {
    position: absolute;
    left: 0;
    top: 23%;
    width: 163px;
    height: 203px;
    background: url(../images/about-page-2.png) no-repeat;
}
.faq-page .img3 {
    position: absolute;
    right: 3px;
    top: 50%;
    width: 191px;
    height: 218px;
    background: url(../images/about-page-3.png) no-repeat;
}
.faq-page .box {
  padding: 100px 0;
  position: relative;
  z-index: 1;
}
.faq-page .box span.bj {
  color: var(--color);
  font-size: 19px;
  line-height: 1.7;
  font-weight: 300;
  text-transform: uppercase;
}
.faq-page .box .title {
  width: 32%;
  margin-top: 3px;
}
.faq-page .box .content {
  margin-top: 46px;
}
.faq-page .box .content ul {
  margin-bottom: -24px;
}
.faq-page .box .content ul li {
  padding-bottom: 24px;
}
.faq-page .box .content ul li em{
  color: var(--color);
}
.faq-page .box .content ul li .ig {
    background-color: #ffffff;
    border: 1px solid #e2e2e2;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, .15);
    border-radius: 50px;
    padding: 40px 50px 40px 50px;
    position: relative;
}
.faq-page .box .content ul li .ig .tit {
  font-size: 20px;
  line-height: 1.5;
  font-weight: bold;
  padding-right: 50px;
}
.faq-page .box .content ul li .ig .tit i {
  width: 41px;
  height: 41px;
  border-radius: 100%;
  background: var(--color);
  cursor: pointer;
  position: absolute;
  display: block;
  right: 41px;
  top: 33px;
}
.faq-page .box .content ul li .ig .tit i::after,
.faq-page .box .content ul li .ig .tit i::before {
  content: '';
  width: 16px;
  height: 2px;
  background: #fff;
  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%);
}
.faq-page .box .content ul li .ig .tit i:after {
  -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 .box .content ul li .ig .con {
  font-size: 18px;
  line-height: 1.7;
  margin: 17px 0 0px;
  max-width: 1103px;
  display: none;
}
.faq-page .box .content ul li .ig.active .tit i {
  background: #000;
}
.faq-page .box .content ul li .ig.active .tit i::after {
  -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 .box::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-family: 'Gabo';
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
@media screen and (max-width: 1680px) {
  .faq-page .box .title {
    width: 36%;
  }
}
@media screen and (max-width: 1440px) {
  .faq-page .box .title {
    width: 41%;
  }
}
@media screen and (max-width: 1280px) {
  .faq-page .box .title {
    width: 46%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 25px;
  }
}
@media screen and (max-width: 1100px) {
  .faq-page .box .title {
    width: 51%;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 22px;
  }
}
@media screen and (max-width: 1000px) {
   
  .faq-page .box::after {
    display: none;
  }
  .faq-page .box .title {
    width: 61%;
  }
  .faq-page .box .content ul li .ig {
    padding: 24px 20px 28px 30px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 20px;
  }
}
@media screen and (max-width: 700px) {
   
  .faq-page .box .title {
    width: 70%;
  }
  .faq-page .box .content ul li .ig {
    padding: 20px 10px 20px 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 20px;
  }
  .faq-page .box .content ul li .ig .tit i {
    right: 10px;
    top: 20px;
    width: 36px;
    height: 36px; 
  }
  .faq-page{
    padding-bottom: 55px;
  }
}
@media screen and (max-width: 500px) {
  .faq-page .box span.bj {
    font-size: 16px;
  }
  
  .faq-page .box .title {
    width: 85%;
  }
  .faq-page .box .content {
    margin-top: 20px;
  }
  .faq-page .box .content ul li .ig .tit {
    font-size: 18px;
    padding-right: 40px;
  }
  .faq-page .box .content ul li .ig .tit i {
    width: 30px;
    height: 30px;
  }
  .faq-page .box .content ul li .ig .con {
    font-size: 18px;
    line-height: 2;
    margin: 10px 0;
  }
}

.video-page{
  padding-bottom: 80px;
  padding-top: 80px;
}
.video-page ul{
  margin: -15px;
}
.video-page ul li{
  padding: 15px;
}
.video-page ul li .box{
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.video-page ul li .box .play{
  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%);
  width: 60px;
}

@media screen and (max-width:500px){
  .video-page{
    padding: 40px 0;
  }
  .video-page ul li{
    width: 50% !important;
    padding: 5px;
  }
  .video-page ul {
    margin: -5px;
  }
  .video-page ul li .box .play{
    width: 45px;
  }
}

.about-page .title {
  margin-top: 30px;
}
.about-page .title em{
  color: var(--color);
}
.about-page .about-1 .img1 {
  position: absolute;
  left: 0;
  top: 23%;
  width: 163px;
  height: 203px;
  background: url(../images/about-page-2.png) no-repeat;
}
.about-page .about-1 .img2 {
  position: absolute;
  right: 30px;
  top: 0;
  width: 228px;
  height: 234px;
  background: url(../images/about-page-1.png) no-repeat;
}
.about-page .about-1 .img3 {
  position: absolute;
  right: 3px;
  top: 67%;
  width: 191px;
  height: 218px;
  background: url(../images/about-page-3.png) no-repeat;
}
.about-page .about-1 {
  padding-top: 3%;
  position: relative;
  z-index: 1;
}
.about-page .about-1 .ui.container{
  z-index: 3;
}
.about-page .about-1 .img {
  margin-top: 38px;
  border-radius: 60px;
  position: relative;
}
.about-page .about-1 .img .play{
  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%);
}
.about-page .about-1 .img .play:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
}
.about-page .about-1 .img .play:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  background: rgba(255, 255, 255, 0.5);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  display: block;
  z-index: -1;
  -webkit-animation-delay: .4s;
  -moz-animation-delay: .4s;
  animation-delay: .4s;
}
.about-page .about-1 .con {
  line-height: 2;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 57px;
}
.about-page .about-1::after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 2; 
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, 0.5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, 0.5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}
.about-page .about-1 ul{
  margin-top: 60px;
  margin-bottom: 60px;
}
.about-page .about-1 ul li{
  position: relative;
  padding-left: 150px;
}
.about-page .about-1 ul li .icon{
  position: absolute;
  left: 40px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}
.about-page .about-1 ul li h3{
  font-size: 60px;
  font-weight: bold;
  color: var(--color);
  line-height: 1;
}
.about-page .about-1 ul li h3 span{
  font-size: 22px;
}
.about-page .about-1 ul li p{
  font-size: 14px;
  color: #545252;
}
.about-page .about-1 ul li::after{
  content: "";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1px;
  height: 45px;
  background: #d2d2d2;
}
.about-page .about-1 ul li:last-child::after{
  content: none;
}
.about-page .about-1 ul li:nth-child(1){
  padding-left: 120px;
}
.about-page .about-1 ul li:nth-child(1) .icon{
  left: 0;
}
.about-page .about-2 {
  padding-top: 170px;
  position: relative;
}
.about-page .about-2 .img1{
  position: absolute;
  right: 0;
  top: 1%;
  width: 274px;
  height: 344px;
  background: url(../images/about-page-5.png) no-repeat;
}
.about-page .about-2 .content {
  position: relative;
  padding: 0 40px;
  margin: 113px 0 9.167%;
}
.about-page .about-2 .content ul li {
  padding: 0 36px 88px;
  position: relative;
  cursor: pointer;
}
.about-page .about-2 .content ul li .tit {
  color: var(--color);
  font-weight: bold;
}
.about-page .about-2 .content ul li .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 10px;
  height: 240px;
  overflow-y: auto;
}
.about-page .about-2 .content ul li::before {
  content: '';
  position: absolute;
  width: 1px;
  height: 78px;
  background: #bfbfbf;
  bottom: 0;
  left: 36px;
}
.about-page .about-2 .content ul li:after {
  content: '';
  position: absolute;
  width: 26px;
  height: 26px;
  border-radius: 50%;
  left: 25px;
  bottom: 0;
  background: #000;
  z-index: 8;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-2 .content ul li:hover::after {
  background: var(--color);
}
.about-page .about-2 .content::after {
  content: '';
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 12px;
  background: #afafaf;
}
.about-page .about-2 .bottom {
  /*padding: 9.167% 0 0 0;*/
  overflow: hidden;
    width: calc(100% - 6.25vw);
    border-radius: 0 300px 300px 0;
    position: relative;
    z-index: 2;
}
.about-page .about-2 .bottom ul {
  margin-right: -16px;
}
.about-page .about-2 .bottom ul li {
  padding-right: 16px;
}
.about-page .about-2 .bottom ul li a img {
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-22{
  padding-top: 120px;
  position: relative;
}
.about-page .about-22 .ui.container{
  z-index: 3;
}
.about-page .about-22 img{border-radius: 0px; margin-bottom: 20px;}
.about-page .about-22 .img1 {
  position: absolute;
  left: 0;
  top: 77%;
  width: 215px;
  height: 303px;
  background: url(../images/about-page-4.png) no-repeat;
}
.about-page .about-22 ul {
  margin: 50px -15px 0;
}
.about-page .about-22 ul li{
  position: relative;
  text-align: center;
}
.about-page .about-22 ul li{
  padding: 0 15px; 
}
.about-page .about-22 ul li span{
  font-size: 109px;
  line-height: 1;
  color: var(--color);
  position: absolute;
  left: 0;
  top: 0;
  font-weight: bold;
}
.about-page .about-22 ul li span::after{
  content: "";
  position: absolute;
  right: -4px;
  bottom: -7px;
  width: 73px;
  height: 99px;
  background: url(../images/about-sanjiao-bg.png) no-repeat;
  transform: rotate(4deg);
}
.about-page .about-22 ul li h5{
  color: var(--color);
  font-size: 30px;
  font-weight: bold;
  margin-bottom: 10px;
}
.about-page .about-22 ul li .des{
  font-size: 18px;
  line-height: 30px;
  min-height: 200px;
  max-height: 200px;
  overflow: auto;
}
.about-page .about-22 ul .slick-dots{
  text-align: center;
  margin: 0;

}
.about-page .about-22 ul .slick-dots li{
  padding: 0;
  width: 10px !important;
  height: 10px;
  border-radius: 100%;
  background: rgba(0,0,0,0.6);
  transition: 0.5s;
  margin: 0 5px;
  display: inline-block;
}
.about-page .about-22 ul .slick-dots li button{
  display: none;
}
.about-page .about-22 ul .slick-dots li.slick-active{
  background: var(--color);
}
.about-page .about-3 {
  padding: 5.573% 0 0;
}
.about-page .about-3 .ui.container { 
  z-index: 2;
}
.about-page .about-3 .con {
  color: rgba(0, 0, 0, 0.6);
  margin-top: 22px;
}
.about-page .about-3 .content {
  margin-top: 65px;
}
.about-page .about-3 .content ul {
  margin: -15px -10px;
}
.about-page .about-3 .content ul li {
  padding: 15px 10px;
}
.about-page .about-3 .content ul li .img-box {
  background: #fff;
  border: solid 4px #fff;
  text-align: center;
  line-height: 120px;
}
.about-page .about-3 .content ul li .img-box img {
  display: inline-block;
  vertical-align: middle;
  /*-webkit-filter: grayscale(100%);*/
  /*filter: grayscale(100%);*/
}
.about-page .about-3 .content ul li .img-box:hover img {
  -webkit-filter: none;
  filter: none;
}
.about-page .about-4 { 
  padding: 120px 0; 
  position: relative;
}
.about-page .about-4 .ui.container{
  z-index: 3;
}
.about-page .about-4 .img1{
  position: absolute;
  left: 0;
  top: -5%;
  width: 244px;
  height: 236px;
  background: url(../images/about-page-6.png) no-repeat;
}
.about-page .about-4 .img2{
  position: absolute;
  right: 0;
  top: -11%;
  width: 258px;
  height: 838px;
  background: url(../images/about-page-7.png) no-repeat;
}
.about-page .about-4 .content {
  margin-top: 29px;
}
.about-page .about-4 .content ul {
  margin:0 -15px;
}
.about-page .about-4 .content ul li {
  padding:0 15px;
}
.about-page .about-4 .content ul li .img-box img {
  width: 100%;
      border-radius: 0 0px 0 0;
}
.about-page .about-4 .content ul li .h5{
  background: white;
  box-shadow: 0px 2px 12px 0px rgba(0,0,0,0.35);
  font-size: 18px;
  text-align: center;
  border-radius: 0px 0 0 0;
  z-index: 2;
  position: relative;
    -webkit-transform: translate(0%, -50px);
  -moz-transform: translate(0%, -50px);
  -ms-transform: translate(0%, -50px);
  transform: translate(0%, -50px);
  padding: 15px 15px;
   -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul li:hover .h5{
  background: var(--color);
  color: white;
}
.about-page .about-4 .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -89px;
  width: 100%;
  text-align: center;
  margin: 0;
}
.about-page .about-4 .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}
.about-page .about-4 .content ul.slick-dots li button {
  display: none;
}
.about-page .about-4 .content ul.slick-dots li.slick-active {
  background: var(--color);
}
.about-page .about-4 .content ul.slick-dots li:last-child {
  margin-right: 0;
}
.about-page .about-5{
  background-color: #1662bc;
	border-radius: 257px 0px 0px 257px;
  padding: 100px 0;
  color: #fff;
  margin-top: 80px;
}
.about-page .about-5 .in-num::before{
  background: #fff;
}
.about-page .about-5 .left{
  width: 48%;
  vertical-align: top;
}
.about-page .about-5 .right{
  vertical-align: bottom;
  width: 52%;
  font-size: 18px;
  line-height: 2;
}
.about-page .about-6{
  padding: 7% 0;
}
.about-page .about-6 .title em{
  color: var(--color);
}
.about-page .about-6 .content{
  padding-top: 6.349%;
}
.about-page .about-6 .content ul{
  margin-right: -96px;
}
.about-page .about-6 .content ul li{
  padding-right: 96px;
}
.about-page .about-6 .content ul li .top {
  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;
}
.about-page .about-6 .content ul li .top span {
  font-size: 110px;
  line-height: 1;
  color: var(--color);
  font-weight: bold;
  display: inline-block;
  position: relative;
}
.about-page .about-6 .content ul li .top span::after {
  content: '';
  width: 79px;
  height: 95px;
  background: url(../images/ad-bg.png) no-repeat;
  position: absolute;
  bottom: 0;
  left: 0px;
}
.about-page .about-6 .content ul li .top em {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  padding-left: 15px;
}
.about-page .about-6 .content ul li p {
  color: rgba(0, 0, 0, 0.8);
  line-height: 1.8;
  margin-top: 14px;
}
@media screen and (max-width: 1680px) {
  .about-page .about-3 .ui.container{
    max-width: 1300px;
  }
}
@media screen and (max-width: 1450px) {
  .about-page .about-3 .ui.container{
    max-width: 1200px;
  }
  .about-page .about-6 .content ul{
    margin-right: -40px;
  }
  .about-page .about-6 .content ul li{
    padding-right: 40px;
  }
  .about-page .about-1 ul li .icon{
    width: 60px;
    left: 25px;
  }
  .about-page .about-1 ul li{
    padding-left: 110px;
  }
  .about-page .about-1 ul li h3{
    font-size: 50px;
  }
  .about-page .about-1 ul li p{
    font-size: 17px;
  }
  .about-page .about-22 ul li h5{
    font-size: 24px;
  }
  .about-page .about-22 ul li span{
    font-size: 76px;
  }
  .about-page .about-22 ul li span:after{
    width: 45px;
    right: 1px;
  }
}
@media screen and (max-width: 1280px) {
  .about-page .about-1::after {
    font-size: 300px;
  }
  .about-4 .ui.container {
    padding: 0 15px 0 30px;
  }
}
@media screen and (max-width: 1200px){
  .about-page .about-1 ul li{
    padding-left: 85px;
  }
      .about-page .about-1 ul li .icon {
        width: 50px;
        left: 18px;
    }
    .about-page .about-1 ul li:nth-child(1) {
    padding-left: 65px;
  }
  /*.about-page .about-22 ul li{
    width: 50% !important;
  }*/
}
@media screen and (max-width: 1100px) {
  .about-page .about-2 .content {
    padding: 0 20px;
  }
}
@media screen and (max-width: 1000px) {
  .about-page .about-22{
    padding-top: 80px;
  }
  .about-page .about-1::after {
    display: none;
  }
  .about-page .about-2 .content {
    margin-top: 40px;
  }
  .about-page .about-4 {
    padding: 80px 0;
  }
  .about-page .about-4 .content ul.slick-dots {
    bottom: -30px;
  }
  .about-page .about-5{
    margin-top: 60px;
    border-radius: 0;
  }
  .about-page .about-5 .left{
    width: 100%;
  }
  .about-page .about-5 .right{
    width: 100%;
    margin-top: 20px;
    line-height: 1.8;
  }
  .font-48 {
    font-size: 36px;
  }
  .about-page .about-1 ul li{
    width: 50% !important;
  }
  .about-page .about-4 .content ul li .h5{
    border-radius: 25px 0 0 0;
    font-size: 18px;
    padding: 15px 10px;
  }
}
@media screen and (max-width: 700px) {
   .inner-banner .tit{
     font-size: 25px;
     margin-top: 5px;
   }
   .inner-banner .bg{
     bottom: -1px;
   }
   .inner-banner .search{
     display: none;
   }
  .inner-banner .search input{
    padding-left: 30px;
  }
  .about-page .about-1 .con {
    margin-top: 20px;
  }
  .about-page .about-3 .ui.container {
    padding: 0 15px;
  }
  .about-page .about-3 .content {
    margin-top: 20px;
  }
  .about-page .about-3 .content ul li .img-box {
    line-height: 100px;
  }
  .about-page .about-4 .content ul.slick-dots li {
    margin-right: 20px;
  }
  .about-page .about-1 .img2{
    background-size: 60%;
    background-position: right top;
  }
  /*.about-page .about-22 ul li{
    width: 100% !important;
  }*/
  .about-page .about-4 .content ul li .img-box img{
    border-radius: 0 20px 0 0;
  }
  .about-page .about-5{
    border-radius: 20px 20px 0 0;
    padding: 40px 10px;
  }
  .inner-page .in-num:before{
    width: 12px;
    height: 12px;
  }
  .about-page .title{
    margin-top: 10px;
    margin-bottom: 20;
  }
  .about-page .about-2 .bottom{
    border-radius: 0;
  }
  .about-page .about-2 .img1{
    background-size: 60%;
    background-position: right top;
  }
  .about-page .about-2{
    padding-top: 50px;
  }
  .about-page .about-3 .content ul {
    margin: -5px;
  }
  .about-page .about-3 .content ul li{
    padding: 5px;
  }
  .about-page .about-3 .content ul li img{
    width: 100%;
  }
  .about-page .about-4 .img1{
    background-size: 48%;
    background-position: left top;
  }
  .about-page .about-4 .img2{
    background-size: 50%;
    background-position: right top;
  }
}

.about-page .about-2 {
    padding: 100px 0
}

.about-page .about-2 .list ul {
    position: relative;
}

.about-page .about-2 .list ul:before {
    content: "";
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 0;
    width: 1px;
    height: 100%;
    background-color: #b9b9b9
}

.about-page .about-2 .list ul li {
    
}

.about-page .about-2 .list ul .slick-arrow {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-230%);
    -moz-transform: translateX(-230%);
    -ms-transform: translateX(-230%);
    transform: translateX(-230%);
    background: 0 0;
    border: none;
    z-index: 4
}

.about-page .about-2 .list ul .slick-prev {
    display: none !important
}

.about-page .about-2 .list ul .slick-next {
    bottom: -50px;
    font-size: 0
}

.about-page .about-2 .list ul .slick-next:after {
    content: "\f078";
    font-family: "FontAwesome";
    font-size: 24px
}

.about-page .about-2 .list .img {
    margin-bottom: 45px;
    position: relative;
    width: 50%
}

.about-page .about-2 .list .img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover
}

.about-page .about-2 .list .img time {
    line-height: 30px;
    padding: 0 15px;
    font-weight: 600;
    position: absolute;
    left: -14px;
    top: 50px;
    color: #fff;
    background-color: var(--color);
    padding-top: 8px;
}

.about-page .about-2 .list ul li:nth-child(odd) {
    flex-direction: row-reverse;
}

.about-page .about-2 .list ul li .content,
.about-page .about-2 .list ul li .img{
    padding: 50px
}

.about-page .about-2 .list ul li .content {
    width: 50%;
    position: relative
}

.about-page .about-2 .list ul li .content i {
    display: block;
    position: absolute;
    left: 0;
    transform: translateX(-50%);
}
.about-page .about-2 .list ul li:nth-child(odd) .content i {
    left: unset;
    right: 0;
    transform: translateX(50%);
}
.about-page .about-2 .list .line {
    margin-left: 15%;
    width: 44px;
    height: 68px;
    position: relative;
    background-color: #f5f5f5
}

.about-page .about-2 .list .line:before {
    content: "";
    position: absolute;
    left: 50%;
    top: 0;
    bottom: 0;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 2px;
    background-color: #bbb
}

.about-page .about-2 .list h2 {
    margin-top: 45px;
    font-size: 56px;
    line-height: 1;
    font-weight: 600
}

.about-page .about-2 .list p {
    font-size: 17px;
    line-height: 2
}

.about-page .about-2 .list .slick-current.slick-active .line:before {
    background-color: #0066c0
}

.about-page .about-2 .list .slick-current.slick-active h2 {
    color: #0066c0
}

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

    .about-page .about-2 .list h2 {
        font-size: 40px
    }

}

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

    .about-page .about-2 .list .img time {
        left: -5px
    }

    .about-page .about-2 .list p {
        font-size: 16px
    }

    .about-page .about-2 {
        padding: 60px 0
    }

    .about-page .about-2 .list .img {
        width: 100%
    }

    .about-page .about-2 .list ul li .content {
        width: 100%
    }
    .about-page .about-2 .list ul li .content, 
    .about-page .about-2 .list ul li .img {
      padding: 0;
    }
    .about-page .about-2 .list ul li .content{
      padding-bottom: 30px;
      margin: 20px 0;
    }
    .about-page .about-2 .list ul li .content i {
        display: none
    }

    .about-page .about-2 .list .img {
        margin-bottom: 0
    }

    .about-page .about-2 .list h2 {
        margin-top: 0
    }

    .about-page .about-2 .list ul:before {
        display: none
    }
}

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

    .about-page .about-2 .list .img {
        margin-bottom: 30px
    }

    .about-page .about-2 .list h2 {
        margin-top: 0;
        margin-bottom: 15px
    }

    .about-page .about-2 .list p {
        line-height: 2
    }

    .about-page .about-2 .list .line {
        display: none
    }

    .about-page .about-2 .list ul:before {
        display: none
    }
}
.product2-page .content ul li{
  background-color: white;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.product2-page .content ul li:last-child{
  margin-bottom: 0;
}
.product2-page .content ul li a.img{
  height: 100%;
}
@media screen and (max-width: 700px) {
  .product2-page .content ul li .left{
    width: 100%;
    margin-bottom: 30px;
  }
  .product2-page .content ul li .right{
    width: 100%;
    padding-left: 0;
  }
}
.markets-yd-page .init-1 .titleC {
    align-items: center
}

.markets-yd-page .init-1 .titleC .cir {
    border-radius: 50%;
    background: var(--color);
    width: 10px;
    height: 10px;
    margin-right: 20px
}

.markets-yd-page .init-1 .titleC .titleText {
    max-width: calc(100% - 30px);
    color: #3f3f3f
}

.markets-yd-page .init-1 .title2 {
    font-weight: 700;
    margin-top: 20px;
    line-height: 1.2;
    max-width: 990px
}

.markets-yd-page .init-1 .content ul {
    padding-top: 10px
}

.markets-yd-page .init-1 .content ul li {
    margin-top: 50px
}

.markets-yd-page .init-1 .content ul li .box {
    position: relative;
    border-bottom-right-radius: 80px;
    overflow: hidden
}

.markets-yd-page .init-1 .content ul li .box a {
    display: block
}

.markets-yd-page .init-1 .content ul li .box .img img {
    width: 100%;
    height: 546px
}

.markets-yd-page .init-1 .content ul li .box .cont {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 2;
    padding: 40px 110px 40px 70px;
    color: #fff
}

.markets-yd-page .init-1 .content ul li .box .cont .sub {
    position: absolute;
    width: 100%;
    height: 100%;
    bottom: 0;
    left: 0;
    transition: all .5s;
    background: #0055a5;
    transform: scaleX(0);
    z-index: -1;
    transform-origin: left
}

.markets-yd-page .init-1 .content ul li .box .cont .tips {
    text-transform: uppercase
}

.markets-yd-page .init-1 .content ul li .box .cont .title {
    font-weight: 700;
    margin-top: 10px
}

.markets-yd-page .init-1 .content ul li .box .cont .btn {
    position: absolute;
    width: 50px;
    height: 50px;
    line-height: 58px;
    border-radius: 50%;
    color: #fff;
    font-size: 18px;
    text-align: center;
    background: #000;
    right: 50px;
    top: 50%;
    transform: translateY(-50%);
    transition: all 0.5s;
}

.markets-yd-page .init-1 .content ul li .box:hover .cont .btn {
    color: #0055a5;
    background: #fff
}

.markets-yd-page .init-1 .content ul li .box:hover .cont .sub {
    transform: scaleX(1)
}

.markets-page .init-1 .container .img {
    width: 100%
}

.markets-page .init-1 .container .title {
    font-weight: 700
}

.markets-page .init-1 .container .des {
    margin-top: 40px;
    font-weight: 400
}

.markets-page .init-1 .container .des ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 40px
}

.markets-page .init-1 .container .des ul li {
    margin-top: 30px;
    width: 28%;
    padding-left: 32px;
    position: relative
}

.markets-page .init-1 .container .des ul li:before {
    position: absolute;
    content: '';
    top: 4px;
    left: 0;
    width: 16px;
    height: 16px;
    border-radius: 50%;
    background: var(--color)
}

.markets-page .init-1 .container .des ul li strong,.markets-page .init-1 .container .des ul li b {
    font-weight: 700;
    display: block;
    margin-bottom: -10px
}

.markets-page .init-2 .container .tips {
    font-weight: 700
}

.markets-page .init-2 .container .tips em {
    color: var(--color)
}

.markets-page .init-2 .container .content {
    margin-top: 30px
}

.markets-page .init-2 .container .content ul li .img {
    border: 1px solid #dedede;
    height: 360px;
    padding: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.markets-page .init-2 .container .content ul li .title {
    display: block;
    margin-top: 20px;
    padding: 0 10px;
    text-align: center
}

.markets-page .init-2 .container .content ul li .title:hover {
    color: var(--color)
}

.markets-page .init-3 .container .title {
    font-weight: 700;
    max-width: 1050px
}

.markets-page .init-3 .container form {
    position: relative;
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.markets-page .init-3 .container form textarea,.markets-page .init-3 .container form input {
    margin-top: 14px;
    font-size: 14px;
    line-height: 2;
    padding: 13px 16px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    background-color: #f6f6f6;
    border: none;
    border-bottom: 1px solid #2a2a2d
}

.markets-page .init-3 .container form .file_input {
    margin-top: 14px;
    height: 55px;
    width: -webkit-calc(40%);
    width: -moz-calc(40%);
    width: calc(50% - 10px);
    position: relative;
    cursor: pointer;
    border-bottom: 1px solid #2a2a2d;
    padding: 13px 16px;
    background-color: #f0f0f0;
    font-size: 14px
}

.markets-page .init-3 .container form .file_input img {
    cursor: pointer;
    width: 28px;
    height: 28px;
    position: absolute;
    top: 10px;
    right: 20px
}

.markets-page .init-3 .container form .file_input span {
    width: 100%;
    display: block;
    padding-right: 50px;
    position: relative;
    top: 5px
}

.markets-page .init-3 .container form .file_input input {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0;
    margin-top: 0;
    cursor: pointer
}

.markets-page .init-3 .container form .content {
    width: 100%
}

.markets-page .init-3 .container form .tips {
    color: #bebebe;
    position: absolute;
    bottom: 13px;
    left: 0
}

.markets-page .init-3 .container form .more {
    margin: 14px 0 0 auto;
    font-weight: 700;
    cursor: pointer;
    color: #fff;
    line-height: 1.3;
    padding: 12px 24px;
    background-color: var(--color)
}

.markets-page .init-3 .container form .more .img {
    width: 14px;
    height: 14px;
    margin-left: 12px
}

.markets-page .init-3 .container form .more:hover {
    background: #000
}

.markets-page .init-3 .container form .more:hover .img {
    transform: rotate(45deg)
}

@media (max-width: 1000px) {
    .markets-yd-page .init-1 .content ul li .box .cont {
        position:relative;
        top: 0;
        left: 0;
        padding: 20px 16px
    }

    .markets-yd-page .init-1 .content ul li .box .cont .sub {
        transform: scaleX(1)
    }

    .markets-yd-page .init-1 .content ul li .box .cont .more {
        color: var(--color);
        background: #fff;
        position: relative;
        top: 0;
        left: 0;
        margin-top: 10px
    }

    .markets-page .init-1 .container .des ul li {
        width: 100%
    }
}

@media (max-width: 500px) {

  .markets-yd-page .init-1 .content ul li .box .cont .btn{
    display: none;
  }
    .markets-yd-page .init-1 .title2 {
        line-height:44px
    }

    .markets-page .init-3 .container form {
        margin-top: 10px
    }

    .markets-page .init-3 .container form input,.markets-page .init-3 .container form textarea {
        width: 100%
    }

    .markets-page .init-3 .container form .tips {
        position: relative;
        top: 0;
        bottom: 0
    }

    .markets-page .init-3 .container form .file_input {
        width: 100%
    }

    .markets-page .init-1 .container .des {
        margin-top: 20px
    }

    .markets-page .init-1 .container .des ul {
        margin-top: 10px
    }

    .markets-page .init-2 .container .content {
        margin-top: 10px
    }
}


.ex-page .ex-1 {
    padding: 0 0 80px
}

.ex-page .ex-1 .img {
    width: 29.941%
}

.ex-page .ex-1 .text {
    width: 100%
}

.ex-page .ex-1 .text .top {
    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: justify;
    -webkit-justify-content: space-between;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.ex-page .ex-1 .text .top .tit {
    font-size: 53px;
    line-height: 1.2
}

.ex-page .ex-1 .text .bottom {
    padding: 5px 36px 0 0
}

.ex-page .ex-1 .text .bottom ul {
    margin: -24px -30px -25px
}

.ex-page .ex-1 .text .bottom ul li {
    padding: 24px 30px 25px
}

.ex-page .ex-1 .text .bottom ul li .ig {
    padding: 42px 34px 38px;
    border-bottom: 1px solid #d2d2d2;
    z-index: 1;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    border-radius: 20px
}

.ex-page .ex-1 .text .bottom ul li .ig .tit {
    font-size: 25px;
    line-height: 1.2
}

.ex-page .ex-1 .text .bottom ul li .ig .con {
    line-height: 1.6;
    max-height: 400px;
    padding-right: 20px;
    overflow-y: scroll;
margin-bottom: 30px;
    margin-top: 14px
    
}

.ex-page .ex-1 .text .bottom ul li .ig .con p {
    /*padding-left: 20px;*/
    position: relative;
    line-height: 1.6;
    font-weight: 400
}

/*.ex-page .ex-1 .text .bottom ul li .ig .con p:before {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #ffffff
}*/

.ex-page .ex-1 .text .bottom ul li .ig .num {
    position: absolute;
    z-index: -1;
    bottom: 0;
    right: 34px;
    font-size: 100px;
    line-height: .75;
    color: rgba(0,0,0,.13);
    font-weight: 700
}

.ex-page .ex-1 .text .bottom ul li .ig:hover {
    background: #004689;
    color: #fff
}

.ex-page .ex-1 .text .bottom ul li .ig:hover .con p:before {
    background: #fff
}

.ex-page .cus-page {
    background: #ececec
}

@media screen and (max-width: 1680px) {
    .ex-page .ex-1 .text .top .tit {
        font-size:42px
    }

    .ex-page .ex-1 .text .bottom ul {
        margin: -12px -15px -13px
    }

    .ex-page .ex-1 .text .bottom ul li {
        padding: 12px 15px 13px
    }

    .ex-page .ex-1 .text .bottom ul li .ig {
        padding: 30px 17px 26px
    }
}

@media screen and (max-width: 1280px) {
    .ex-page .ex-1 .img {
        display:none
    }
}

@media screen and (max-width: 1000px) {
    .ex-page .ex-1 .text .bottom ul li .ig {
        padding:15px 9px 11px
    }

    .ex-page .ex-1 .text .bottom ul li .ig .num {
        font-size: 80px;
        right: 12px
    }
}

@media screen and (max-width: 700px) {
    .ex-page .ex-1 {
        padding:0 0 30px
    }

    .ex-page .ex-1 .text .top .tit {
        font-size: 38px
    }

    .ex-page .ex-1 .text .top .more {
        margin-top: 12px
    }

    .ex-page .ex-1 .text .bottom {
        padding: 5px 16px 0 0
    }

    .ex-page .ex-1 .text .bottom ul li .ig .tit {
        font-size: 22px
    }

    .ex-page .ex-1 .text .bottom ul li .ig .num {
        font-size: 60px
    }

    .ex-page .ex-1 .text .bottom ul li {
        width: 100%
    }
}

@media screen and (max-width: 500px) {
    .ex-page .ex-1 .text .top .tit {
        font-size:30px
    }
}