.oxy-nav-menu .mb2-search input[type="submit"] {
  background-image: url(../images/icon-search-white.png);
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Regular.eot");
  src: url("../fonts/Barlow-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Regular.woff2") format("woff2"), url("../fonts/Barlow-Regular.woff") format("woff"), url("../fonts/Barlow-Regular.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Barlow";
  src: url("../fonts/Barlow-Medium.eot");
  src: url("../fonts/Barlow-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/Barlow-Medium.woff2") format("woff2"), url("../fonts/Barlow-Medium.woff") format("woff"), url("../fonts/Barlow-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Century Gothic";
  src: url("../fonts/CenturyGothic-Bold.eot");
  src: url("../fonts/CenturyGothic-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/CenturyGothic-Bold.woff2") format("woff2"), url("../fonts/CenturyGothic-Bold.woff") format("woff"), url("../fonts/CenturyGothic-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "Barlow";
  font-weight: 500;
  font-size: 18px;
  --color: #00923f;
  margin: 0 auto;
}
.container {
  width: 1650px;
}
.bigtt-zt {
  font-family: "Century Gothic";
  font-weight: bold;
}
#header {
  z-index: 200;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
}
#header .logo {
  position: relative;
}
#header .logo .header-icon02 {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
}
#header .nav {
  position: relative;
  height: 90px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
#header .nav .ui.menu {
  border-radius: 10px;
  width: 76%;
}
#header .nav .ui.menu .menu-box {
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container {
  height: 100%;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu::after {
  content: "\20";
  display: block;
  height: 0;
  line-height: 0;
  font-size: 0;
  clear: both;
  visibility: hidden;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  margin: 0 38px;
  font-size: 18px;
  height: 100%;
  color: #fff;
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  z-index: 100;
  float: left;
  position: relative;
  transition: all 0.5s;
  display: flex;
  align-items: center;
  border-bottom: 2px solid transparent;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li > a {
  display: block;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu {
  -webkit-perspective: 500px;
  perspective: 500px;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  font-size: 15px;
  background: #fff;
  top: 100%;
  left: -10px;
  min-width: 180px;
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  -ms-transform: rotate3d(1, 0, 0, -90deg);
  -o-transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  transition: transform 0.5s, opacity 0.3s;
  -webkit-transition: -webkit-transform 0.5s, opacity 0.3s;
  -moz-transition: -moz-transform 0.5s, opacity 0.3s;
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid var(--color);
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li {
  position: relative;
  display: block;
  float: none;
  padding: 0 15px;
  line-height: 40px;
  color: black;
  font-size: 15px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  -ms-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  text-transform: capitalize;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li a {
  display: block;
  white-space: nowrap;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu li:hover {
  background: var(--color);
  color: white;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li ul.sub-menu {
  top: 0;
  left: 100%;
  transform: rotate3d(1, 0, 0, -90deg);
  opacity: 0;
  display: none \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li ul.sub-menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  -ms-transform: rotate3d(0, 0, 0, 0);
  -o-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .menu-box .menu-menu-container ul.menu li:last-child {
  margin-right: 0;
}
#header .nav .ui.menu .right {
  display: flex;
  align-items: center;
}
#header .nav .ui.menu .right .h-language {
  position: relative;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-language span img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-language ul.sub-menu {
  -webkit-perspective: 500px;
  -moz-perspective: 500px;
  perspective: 500px;
  -webkit-transform-style: preserve-3d;
  -moz-transform-style: preserve-3d;
  transform-style: preserve-3d;
  text-align: left;
  position: absolute;
  z-index: 1;
  font-size: 14px;
  font-weight: 400;
  background: #fff;
  top: 110%;
  right: 0;
  width: 130px;
  -webkit-transform: rotate3d(1, 0, 0, -90deg);
  -moz-transform: rotate3d(1, 0, 0, -90deg);
  transform: rotate3d(1, 0, 0, -90deg);
  -webkit-transform-origin: 0 0 0;
  -moz-transform-origin: 0 0 0;
  -ms-transform-origin: 0 0 0;
  transform-origin: 0 0 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  -moz-transition: transform 0.5s, opacity 0.3s, -moz-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s, -moz-transform 0.5s;
  -webkit-box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 8px 10px rgba(0, 0, 0, 0.2);
  border-bottom: 3px solid #60b242;
  display: none \9;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li {
  display: block;
  line-height: 40px;
  text-transform: capitalize;
  text-align: center;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0 20px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li a img {
  vertical-align: middle;
  width: auto;
  height: 15px;
  margin-right: 6px;
}
#header .nav .ui.menu .right .h-language ul.sub-menu li:hover {
  background: #000;
  color: #fff;
}
#header .nav .ui.menu .right .h-language:hover ul.sub-menu {
  -moz-opacity: 1;
  -khtml-opacity: 1;
  opacity: 1;
  transform: rotate3d(0, 0, 0, 0);
  -webkit-transform: rotate3d(0, 0, 0, 0);
  -moz-transform: rotate3d(0, 0, 0, 0);
  display: block \9;
}
#header .nav .ui.menu .right .h-language:hover span img {
  filter: none;
}
#header .nav .ui.menu .right .h-search {
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
}
#header .nav .ui.menu .right .h-search img {
  filter: brightness(0) invert(1);
  transition: all 0.5s;
}
#header .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header .nav .ui.menu .right .h-inquire {
  margin: 0 24px;
}
#header.nav_active .logo .header-icon {
  opacity: 0;
}
#header.nav_active .logo .header-icon02 {
  opacity: 1;
}
#header.nav_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  color: #000;
}
#header.nav_active .nav .ui.menu .right .h-search img {
  filter: brightness(0);
}
#header.nav_active .nav .ui.menu .right .h-inquire {
  border-color: rgba(3, 3, 3, 0.4);
  color: #000;
}
#header.nav_active .nav .ui.menu .right .h-language span img {
  filter: brightness(0);
}
#header.nav_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header.nav_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header.nav_active .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header.nav_active .nav .ui.menu .right .h-language:hover span img {
  filter: none;
}
#header.nav_active .nav .ui.menu .right .h-inquire:hover {
  color: #fff;
}
#header.inner_active {
  background-color: #fff;
}

#header.inner_active .logo .header-icon {
  opacity: 0;
}
#header.inner_active .logo .header-icon02 {
  opacity: 1;
}
#header.inner_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
  color: #000;
}
#header.inner_active .nav .ui.menu .right .h-search img {
  filter: brightness(0);
}
#header.inner_active .nav .ui.menu .right .h-inquire {
  border-color: rgba(3, 3, 3, 0.4);
  color: #000;
}
#header.inner_active .nav .ui.menu .right .h-language span img {
  filter: brightness(0);
}
#header.inner_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li.active {
  color: var(--color);
}
#header.inner_active .nav .ui.menu .menu-box .menu-menu-container ul.menu > li:hover {
  color: var(--color);
}
#header.inner_active .nav .ui.menu .right .h-search:hover img {
  filter: none;
}
#header.inner_active .nav .ui.menu .right .h-language:hover span img {
  filter: none;
}
#header.inner_active .nav .ui.menu .right .h-inquire:hover {
  color: #fff;
}



#banner .banner-content {
  height: 100vh;
  position: relative;
}
#banner .banner-content .swiper-slide {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  z-index: 0;
}
#banner .banner-content .swiper-slide::after{
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /*background-color: rgba(255, 255, 255, 0.5);*/
  z-index: -1;
}
#banner .banner-content .swiper-slide .txt-content {
  height: 100%;
}
#banner .banner-content .swiper-slide .txt-content h3 {

  line-height: 1.3;
}
#banner .banner-content .swiper-slide .bg-word {
    position: absolute;
    left: 0;
    font-family: 'Century Gothic';
    width: 100%;
    top: 50%;
    transform: translateY(-50%);
}
#banner .banner-content .swiper-slide .bg-word p {
    font-size: 20vw;
    line-height: 1;
    color: #e7e7e7;
    pointer-events: none;
    font-weight: bold;
    overflow: hidden;
    position: relative;
    letter-spacing: -10rem;
    white-space: nowrap;
}

#banner .banner-content .swiper-slide .bg-word p span {
    display: inline-block;
    transform: scale(1);
    opacity: 1;
    transition: all .8s cubic-bezier(.165,.84,.44,1);
    letter-spacing: -20px;
}
#banner .banner-content .swiper-slide .text {
    width: 50%;
    opacity: 0;
    color: #7f7f7f;
}

#banner .banner-content .swiper-slide .text .link-box .link {
    font-size: 18px;
    line-height: 1;
    color: #3753a4;
    padding-left: 5.3rem;
    position: relative;
}
#banner .banner-content .swiper-slide .text .link-box .link i {
    position: absolute;
    width: 8.4rem;
    height: 8.4rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%)
}

#banner .banner-content .swiper-slide .text .link-box .link i:after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background: url(/template/en/images/link-img.png) no-repeat center center;
    background-size: 100% 100%;
    left: 0;
    top: 0;
    transition: .8s
}

#banner .banner-content .swiper-slide .text .link-box .link:hover i:after {
    transform: rotate(360deg)
}

#banner .banner-content .swiper-slide .text .link-box .link:hover span {
    transform: translateX(2rem)
}

#banner .banner-content .swiper-slide .text .link-box .link span {
    display: inline-block;
    transition: .3s
}

#banner .banner-content .swiper-slide .imgs {
    width: 46%;
    pointer-events: none;
}

#banner .banner-content .swiper-slide .enter-y {
    transform: translateY(58px) scale(1.3);
    opacity: 0;
    transition: opacity 1s,transform 1.2s cubic-bezier(.165,.84,.44,1);
}
#banner .banner-content .swiper-slide.swiper-slide-active {
    z-index: 999;
    opacity: 1
}

#banner .banner-content .swiper-slide.swiper-slide-active .enter-y {
    opacity: 1;
    transform: translate(0) scale(1)
}

#banner .banner-content .swiper-slide.swiper-slide-active .text {
    display: block;
    opacity: 1
}

#banner .banner-content .swiper-slide .delay-1 {
    -webkit-transition-delay: .15s !important;
    -moz-transition-delay: .15s !important;
    transition-delay: .15s !important
}

#banner .banner-content .swiper-slide .delay-2 {
    -webkit-transition-delay: .3s !important;
    -moz-transition-delay: .3s !important;
    transition-delay: .3s !important
}

#banner .banner-content .swiper-slide .delay-3 {
    -webkit-transition-delay: .45s !important;
    -moz-transition-delay: .45s !important;
    transition-delay: .45s !important
}

#banner .banner-content .swiper-slide .delay-4 {
    -webkit-transition-delay: .6s !important;
    -moz-transition-delay: .6s !important;
    transition-delay: .6s !important
}

#banner .banner-content .swiper-slide .delay-5 {
    -webkit-transition-delay: .75s !important;
    -moz-transition-delay: .75s !important;
    transition-delay: .75s !important
}

#banner .banner-content .swiper-slide .delay-6 {
    -webkit-transition-delay: .9s !important;
    -moz-transition-delay: .9s !important;
    transition-delay: .9s !important
}

#banner .banner-content .swiper-slide .delay-7 {
    -webkit-transition-delay: 1.05s !important;
    -moz-transition-delay: 1.05s !important;
    transition-delay: 1.05s !important
}

#banner .banner-content .swiper-slide .delay-8 {
    -webkit-transition-delay: 1.2s !important;
    -moz-transition-delay: 1.2s !important;
    transition-delay: 1.2s !important
}

#banner .banner-content .swiper-slide .delay-9 {
    -webkit-transition-delay: 1.35s !important;
    -moz-transition-delay: 1.35s !important;
    transition-delay: 1.35s !important
}




.btn-go {
  width: auto;
  min-width: 160px;
  padding: 0 22px;
  height: 62px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.5s;
  border: 1px solid rgba(3, 3, 3, 0.4);
  background-color: transparent;
  font-size: 18px;
  color: #000;
  position: relative;
  overflow: hidden;
  z-index: 0;
}
.text-c {
    text-align: center;
}

.btn-go::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--color);
  transform: translateX(-100%);
  transition: all 0.5s;
  z-index: -1;
}
.btn-go:hover {
  color: #fff;
}
.btn-go:hover::after {
  transform: translateX(0);
}
.btn-go.white {
  border-color: #fff;
  color: #fff;
}
#fp-nav {
  /*display: none;*/
}
#fp-nav.fp-right {
  right: auto;
  left: 30px;
}
#fp-nav ul li,
.fp-slidesNav ul li {
  width: auto;
  height: auto;
}
#fp-nav ul li a {
  height: 23px;
  width: 23px;
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 50%;
  transition: all 0.5s;
}
#fp-nav ul li a span.fp-sr-only{
  display: none;
}
#fp-nav ul li a span {
  width: 9px!important;
  height: 9px!important;
  background-color: var(--color);
  margin: 0!important;
  position: static;
  transform: none;
}
#fp-nav ul li a.active {
  border-color: var(--color);
}

.fp-section {
  overflow: hidden;
}
.init-1 {
  background-color: #efefef;
  height: 100vh;
}
.init-1 .container {
  height: 100%;
}
.init-1 .con {
  width: 100%;
}
.init-1 .con .left {
  width: 19%;
  position: relative;
}
.init-1 .con .left .des {
  color: rgba(32, 32, 32, 0.7);
}
.init-1 .con .left .zdytool {
  position: absolute;
  left: 0;
  bottom: 0;
}
.init-1 .con .left .zdytool .swiper-button-prev {
  display: none;
}
.init-1 .con .right {
  width: 81%;
  padding-left: 7%;
}
.init-1 .con .right .swiper {
  margin-right: calc((1630px - 100vw) / 2);
}
.init-1 .con .right ul li .box {
  background-color: rgba(255, 255, 255, 1);
  padding: 40px 15px 50px;
  position: relative;
}
.init-1 .con .right ul li .box .txtbox .tt {
  height: 2.8em;
  
}
.init-1 .con .right ul li .box .txtbox{
  position: relative;
}
.init-1 .con .right ul li .box .txtbox::before {
  content: "";
  display: block;
  width: 43px;
  height: 3px;
  background-color: var(--color);
  position: absolute;
  top: -12px;
  left: 50%;
  transform: translateX(-50%);
}
.init-1 .con .right ul li .box .mk-more{
  position: absolute;
  top: 45%;
  left: 50%;
  transform: translate(-50%,-50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  line-height: 1;
  font-weight: 900;
  color: #fff;
  background-color: var(--color);
  opacity: 0;
  transition: all 0.5s;
}

.init-1 .con .right ul li .box .icobox {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 146, 63, 0.9);
  opacity: 0;
  transition: all 0.5s;
  /*display: none;*/
}
.init-1 .con .right ul li .box .icobox ul {
  width: 100%;
  height: 100%;
  position: relative;
}
.init-1 .con .right ul li .box .icobox ul li {
  width: 50%;
  height: 50%;
}
.init-1 .con .right ul li .box .icobox ul::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-color: rgba(255, 255, 255, 0.5);
}
.init-1 .con .right ul li .box .icobox ul::after {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
  background-color: rgba(255, 255, 255, 0.5);
}
.init-1 .con .right ul li .box .icobox .line {
  position: absolute;
  background-color: #fff;
  transition: all 0.5s;
  transition-delay: 0.2s;
}
.init-1 .con .right ul li .box .icobox .line.line01 {
  width: 0;
  height: 1px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.init-1 .con .right ul li .box .icobox .line.line02 {
  width: 0;
  height: 1px;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.init-1 .con .right ul li .box .icobox .line.line03 {
  width: 1px;
  height: 0;
  left: 50%;
  top: 0;
  transform: translateX(-50%);
}
.init-1 .con .right ul li .box .icobox .line.line04 {
  width: 1px;
  height: 0;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
}
.init-1 .con .right ul li .box:hover .mk-more{
  opacity: 1;
}
.init-1 .con .right ul li .box:hover .icobox {
  opacity: 1;
}
.init-1 .con .right ul li .box:hover .icobox .line.line01 {
  width: 45%;
}
.init-1 .con .right ul li .box:hover .icobox .line.line02 {
  width: 45%;
}
.init-1 .con .right ul li .box:hover .icobox .line.line03 {
  height: 45%;
}
.init-1 .con .right ul li .box:hover .icobox .line.line04 {
  height: 45%;
}
.init-1 .dbmore {
  margin-right: calc((1630px - 100vw) / 2);
}
.init-1 .dbmore span {
  position: relative;
}
.init-1 .dbmore span i {
  display: block;
  width: 9px;
  height: 9px;
  background-color: var(--color);
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.init-1 .dbmore span i::after {
  content: "";
  display: block;
  background-color: rgba(0, 146, 63, 0.1);
  border-radius: 50%;
  position: absolute;
  left: -6px;
  top: -6px;
  right: -6px;
  bottom: -6px;
}
.init-1 .dbmore span::after {
  content: "";
  display: block;
  width: 9px;
  height: 25px;
  background-image: url(../images/h-dx.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -14px;
  top: 50%;
  transform: translateY(-50%);
  animation: ks2 1.2s linear infinite;
}
.init-1 .dbmore span::before {
  content: "";
  display: block;
  width: 11px;
  height: 33px;
  background-image: url(../images/h-cx.png);
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  left: -20px;
  top: 50%;
  transform: translateY(-50%);
  animation: ks2 1.2s linear infinite;
  animation-delay: 0.1s;
}
@keyframes ks2 {
  0% {
    opacity: 0;
    transform: translateX(25%) translateY(-50%) scale(1.02);
  }
  100% {
    opacity: 1;
    transform: translateX(0) translateY(-50%) scale(1);
  }
}
.btn-more {
  display: block;
  font-size: 16px;
  font-weight: 500;
  color: #202020;
  border-bottom: 1px solid #202020;
  line-height: 1;
  transition: all 0.5s;
}
.btn-more:hover {
  color: var(--color);
  border-color: var(--color);
}
.zdytool {
  width: 100%;
}
.zdytool .swiper-pagination {
  width: auto;
  position: static;
}
.zdytool .swiper-pagination span {
  width: 12px;
  height: 12px;
  background-color: #888888;
  opacity: 1;
}
.zdytool .swiper-pagination span.swiper-pagination-bullet-active {
  background-color: var(--color);
}
.zdytool .swiper-button {
  position: relative;
  top: auto;
  right: auto;
  width: 50px;
  height: 50px;
  border: solid 2px #d9d9d9;
  border-radius: 50%;
  margin-top: 0;
  color: #8b8b8b;
}
.zdytool .swiper-button::after {
  font-size: 16px;
}
.zdytool .swiper-button svg {
  position: absolute;
}
.zdytool .swiper-button circle {
  stroke-dashoffset: 150px;
  transition: all 0.8s;
}
.zdytool .swiper-button:hover circle {
  stroke-dashoffset: 0;
}
.init-2 {
  height: 100vh;
}
.init-2 .con {
  height: 100%;
}
.init-2 .top {
  position: relative;
}
.init-2 .top .left {
  width: 44%;
  padding-right: 6%;
}
.init-2 .top .left .play {
  position: absolute;
  top: 50%;
  right: 0;
  transform: translate(50%, -50%);
  width: 80px;
  height: 80px;
  background-color: #fff;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 0;
}
.init-2 .top .left .play .img {
  background-color: #fff;
  width: 100%;
  height: 100%;
  border-radius: 50%;
}
.init-2 .top .left .play svg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  stroke: var(--color);
  stroke-width: 10px;
  stroke-dasharray: 138;
  stroke-dashoffset: 0;
  fill: none;
  transform-origin: center center;
  transform: rotate(-90deg);
  overflow: visible;
  transition: all 0.5s;
}
.init-2 .top .left .play:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  transform: translate(-50%, -50%);
  background: rgba(0, 146, 63, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: 100% !important;
  display: block;
  z-index: -1;
}
.init-2 .top .left .play:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 100% !important;
  transform: translate(-50%, -50%);
  background: rgba(0, 146, 63, 0.3);
  opacity: 0;
  width: 100%;
  height: 100%;
  border-radius: inherit;
  display: block;
  z-index: -1;
}
.init-2 .top .left .play:hover svg {
  stroke-dashoffset: 0;
  stroke-dasharray: 278;
}
.init-2 .top .left .play:hover:before {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
}
.init-2 .top .left .play:hover:after {
  -webkit-animation: ks 3s infinite;
  -moz-animation: ks 3s infinite;
  animation: ks 3s infinite;
  -webkit-animation-delay: 0.4s;
  -moz-animation-delay: 0.4s;
  animation-delay: 0.4s;
}
.init-2 .top .right {
  width: 50%;
  padding-left: 5%;
}
.init-2 .top .right h1 {
  color: rgba(0, 0, 0, 0.86);
}
.init-2 .top .right .datashow ul li {
  padding: 5px 0;
}
.init-2 .top .right .datashow ul li h4 {
  line-height: 1;
  white-space: nowrap;
}
.init-2 .top .right .datashow ul li h4 span {
  color: #000000;
  opacity: 0.57;
}
.init-2 .top .txtbg {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.init-2 .bottom {
  border-top: 2px solid rgba(0, 0, 0, 0.07);
}
.init-2 .bottom .swibox {
  padding: 0 30px;
}
.init-2 .bottom ul {
  align-items: center;
}
.init-2 .bottom ul li .box {
  display: flex;
  align-content: center;
  justify-content: center;
}
.zdyqh .swiper-button::after {
  color: #adadad;
  font-size: 20px;
}
.init-3 {
  height: 100vh;
}
.init-3 .con {
  height: 100%;
}
.init-3 .manu-list {
  margin-top: 40px;
}
.init-3 .manu-list ul {
  margin: 0 -1%;
}
.init-3 .manu-list li {
  width: 20%;
  padding: 0 0.6%;
  transition: all 0.5s;
  height: 30vw;
}
.init-3 .manu-list li .box {
  position: relative;
  height: 100%;
  width: 100%;
}
.init-3 .manu-list li .box .imgBox {
  height: 100%;
  width: 100%;
  border-radius: 10px;
}
.init-3 .manu-list li .box .imgBox img {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  object-fit: cover;
}
.init-3 .manu-list li .box .txtbox {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-image: linear-gradient(0deg, rgba(0, 0, 0, 0.58) 0%, rgba(0, 0, 0, 0) 33%);
  border-radius: 10px;
  padding: 30px;
}
.init-3 .manu-list li .box .txtbox .txt-con {
  width: 100%;
}
.init-3 .manu-list li .box .txtbox .btn-click {
  opacity: 0;
}
.init-3 .manu-list li.active {
  width: 40%;
}
.init-3 .manu-list li.active .box .txtbox .btn-click {
  opacity: 1;
}
.btn-click {
  width: 50px;
  height: 50px;
  background-color: var(--color);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  overflow: hidden;
  position: relative;
  z-index: 0;
}
.btn-click::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 100%;
  background: #000000;
  transition: all 0.5s;
  opacity: 0;
  z-index: -1;
}
.btn-click:hover::after {
  opacity: 1;
  top: 0;
}
.init-4 {
  height: 100vh;
  background-color: #000;
  overflow: hidden;
  position: relative;
}
.init-4 .bg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.init-4 .bg .pic {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  z-index: 2;
  transition: opacity 0.7s cubic-bezier(0.65, 0.01, 0.45, 1), transform 4s cubic-bezier(0.65, 0.01, 0.45, 1);
  transform: scale(1.1);
}
.init-4 .bg .pic.on {
  opacity: 0.5;
  transform: none;
  z-index: 10;
}
.init-4 .rowMain {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 20;
  height: calc(100% - 130px);
  top: 130px;
  transition: opacity 1s ease-out;
  -webkit-transition: opacity 1s ease-out;
  -moz-transition: opacity 1s ease-out;
  -o-transition: opacity 1s ease-out;
  -ms-transition: opacity 1s ease-out;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.init-4 .rowMain .mask {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  top: auto;
  height: calc(100% + 130px);
  bottom: 0;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  overflow: hidden;
}
.init-4 .rowMain .mask:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #000;
  opacity: 0.3;
}
.init-4 .rowMain .con {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.init-4 .rowMain .con > div {
  position: relative;
  text-align: center;
}
.init-4 .rowMain .con > div h2 {
  line-height: 1;
  opacity: 0;
}
.init-4 .rowMain .con > div p {
  line-height: 1;
  opacity: 0;
}
.init-4 .rowMain .con .cirBox {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  top: 0;
  width: 24vw;
  height: 24vw;
  transition: all 2s ease-out;
  -webkit-transition: all 2s ease-out;
  -moz-transition: all 2s ease-out;
  -o-transition: all 2s ease-out;
  -ms-transition: all 2s ease-out;
}
.init-4 .rowMain .con .cirBox .img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.init-4 .rowMain .con .cirBox svg {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  pointer-events: none;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}
.init-4 .rowMain .con .cirBox svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 400%;
  transition: stroke-dashoffset 0.6s ease-out;
  -webkit-transition: stroke-dashoffset 0.6s ease-out;
  -moz-transition: stroke-dashoffset 0.6s ease-out;
  -o-transition: stroke-dashoffset 0.6s ease-out;
  -ms-transition: stroke-dashoffset 0.6s ease-out;
}
.init-4 .rowMain .con .cirBox svg#cirBg circle {
  stroke: rgba(255, 255, 255, 0.2);
  stroke-dashoffset: 85%;
}
.init-4 .rowMain .con .cirBox svg#cirCon circle {
  stroke-dashoffset: 198%;
}
.init-4 .other {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  height: calc(100% - 130px);
  top: 130px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15vw;
  z-index: 13;
  opacity: 0;
  pointer-events: none;
  transition: all 0.6s ease-out;
  -webkit-transition: all 0.6s ease-out;
  -moz-transition: all 0.6s ease-out;
  -o-transition: all 0.6s ease-out;
  -ms-transition: all 0.6s ease-out;
}
.init-4 .other #clock {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 30;
  width: 38vw;
  height: 38vw;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
.init-4 .other #clock.l5 {
  width: 32vw;
  height: 32vw;
}
.init-4 .other #clock > img {
  height: 100%;
  position: absolute;
  z-index: 3;
}
.init-4 .other #clock .time-box {
  pointer-events: none;
  z-index: 5;
  position: absolute;
  width: calc(100% + 44px);
  height: calc(100% + 44px);
  top: -22px;
  left: -22px;
}
.init-4 .other #clock .time-box > ul {
  width: 0;
  position: absolute;
}
.init-4 .other #clock .time-box > ul.time-num {
  transform: scale(1.2);
  bottom: 55%;
  left: 50%;
  height: 50%;
}
.init-4 .other #clock .time-box > ul.time-num > li > i {
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.init-4 .other #clock .time-box > ul.time-num > li.on > i {
  opacity: 1;
}
.init-4 .other #clock .time-box > ul > li {
  height: calc(100% + 7.5px);
  position: absolute;
  top: -8px;
  left: 0;
  -webkit-transform-origin: 50% 100%;
  transform-origin: 50% 100%;
}
.init-4 .other #clock .time-box > ul > li i {
  position: absolute;
  opacity: 0.5;
  top: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
}
.init-4 .other #clock .time-box > ul.time-cir {
  transform-origin: 50% 50%;
  bottom: 50%;
  left: 50%;
  height: 50%;
}
.init-4 .other #clock .time-box > ul.time-cir > li > i {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  line-height: 60px;
  text-align: center;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  border: 2px solid;
  opacity: 0.4;
  cursor: pointer;
  pointer-events: auto;
  border-color: transparent;
}
@media screen and (max-width: 600px) {
  .init-4 .other #clock .time-box > ul.time-cir > li > i {
    width: 6px;
    height: 6px;
    border-radius: 50%;
    line-height: 6px;
    text-align: center;
  }
}
.init-4 .other #clock .time-box > ul.time-cir > li > i > span {
  width: 16px;
  height: 16px;
  line-height: 16px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  border-radius: 50%;
  background-color: #fff;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  transform: scale(0.5);
  -webkit-transform: scale(0.5);
  -moz-transform: scale(0.5);
  -o-transform: scale(0.5);
  -ms-transform: scale(0.5);
}
@media screen and (max-width: 600px) {
  .init-4 .other #clock .time-box > ul.time-cir > li > i > span {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    line-height: 8px;
    text-align: center;
  }
}
.init-4 .other #clock .time-box > ul.time-cir > li > i > a {
  position: absolute;
  opacity: 0;
  bottom: 15px;
  transition: all 1s ease-out;
  -webkit-transition: all 1s ease-out;
  -moz-transition: all 1s ease-out;
  -o-transition: all 1s ease-out;
  -ms-transition: all 1s ease-out;
}
.init-4 .other #clock .time-box > ul.time-cir > li > i > a small {
  zoom: 0.8;
}
.init-4 .other #clock .time-box > ul.time-cir > li > i > a em {
  display: block;
  width: 180px;
  text-align: center;
}
.init-4 .other #clock .time-box > ul.time-cir > li.on {
  pointer-events: none;
}
.init-4 .other #clock .time-box > ul.time-cir > li.on > i {
  opacity: 1;
  pointer-events: none;
  border-color: #fff;
}
.init-4 .other #clock .time-move {
  z-index: 4;
  position: absolute;
  width: calc(100% + 10px);
  height: calc(100% + 10px);
  left: -5px;
  top: -5px;
  pointer-events: none;
}
@media screen and (min-width: 600px) {
  .init-4 .other #clock .time-move canvas {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    top: -1px;
    pointer-events: none;
  }
}
.init-4 .other #clock .msg-box {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 10;
}
.init-4 .other #clock .msg-box .msg_1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 78%;
  height: 72%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: center;
}
.init-4 .other #clock .msg-box .msg_1 > li {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li {
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  display: none;
  min-height: 168px;
  width: 100%;
  text-align: center;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li i {
  font-size: 0.8rem;
  color: #fff;
  line-height: 0.8rem;
}
.animated {
  -webkit-animation-duration: 1.5s;
  animation-duration: 1.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li h3 {
  color: #f4f5f9;
  line-height: 1;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li > small {
  color: rgba(255, 255, 255, 0.8);
  display: block;
  line-height: 36px;
  height: 108px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li.on,
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li.next {
  display: flex;
}
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li.on .layout-btn-5,
.init-4 .other #clock .msg-box .msg_1 > li .time-note > li.next .layout-btn-5 {
  pointer-events: auto;
}
.init-4 .other #clock .msg-box .msg_1 > li .layer-btn {
  display: flex;
  border-radius: 6px;
  margin-top: 20px;
  text-align: center;
  align-items: center;
  justify-content: center;
  width: 1.8rem;
  height: 0.58rem;
  background-color: #fff;
  color: #808080;
  max-width: 160px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.init-4 .other #clock .msg-box .msg_1 > li .layer-btn > i {
  color: #ac0d14;
  font-size: 26px;
  margin-left: 10px;
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
}
.init-4 .other #clock .msg-box .msg_1 > li .layer-btn:hover {
  background-color: #ac0d14;
  color: #fff;
  box-shadow: 0 5px 12px -3px rgba(0, 0, 0, 0.12);
}
.init-4 .other #clock .msg-box .msg_1 > li .layer-btn:hover > i {
  color: #fff;
}
.init-4 .other .dotBox {
  display: none;
  position: absolute;
  bottom: 0;
  left: 50px;
  width: 50px;
  height: 100%;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.init-4 .other .dotBox > li {
  position: relative;
  margin: 0.2rem 0;
  cursor: pointer;
}
.init-4 .other .dotBox > li svg {
  display: block;
  width: 38px;
  height: 38px;
  position: relative;
  z-index: 5;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
}
.init-4 .other .dotBox > li svg circle {
  stroke-width: 2px;
  stroke: #fff;
  stroke-dasharray: 300%;
  stroke-dashoffset: 300%;
  transition: stroke-dashoffset 0.01s ease-out;
  -webkit-transition: stroke-dashoffset 0.01s ease-out;
  -moz-transition: stroke-dashoffset 0.01s ease-out;
  -o-transition: stroke-dashoffset 0.01s ease-out;
  -ms-transition: stroke-dashoffset 0.01s ease-out;
}
.init-4 .other .dotBox > li span {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 38px;
  height: 38px;
  border: 2px solid transparent;
  border-radius: 50%;
  transition: border-color 0.6s ease-out;
  -webkit-transition: border-color 0.6s ease-out;
  -moz-transition: border-color 0.6s ease-out;
  -o-transition: border-color 0.6s ease-out;
  -ms-transition: border-color 0.6s ease-out;
}
.init-4 .other .dotBox > li span:after {
  content: "";
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.init-4 .other .dotBox > li.on svg circle {
  stroke-dashoffset: 0;
  transition: stroke-dashoffset 5s ease-out;
  -webkit-transition: stroke-dashoffset 5s ease-out;
  -moz-transition: stroke-dashoffset 5s ease-out;
  -o-transition: stroke-dashoffset 5s ease-out;
  -ms-transition: stroke-dashoffset 5s ease-out;
}
.init-4 .other .dotBox > li.on span {
  border-color: rgba(255, 255, 255, 0.3);
}
.init-4 .other.on {
  opacity: 1;
  pointer-events: auto;
}
.init-4.over {
  z-index: 16;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}
.init-4.in {
  z-index: 15;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in;
  transform-origin: 50% 50%;
}
.init-4.out {
  z-index: 10;
  opacity: 1;
  border-radius: 20px;
  animation-name: banner_in_1;
  transform-origin: 50% 50%;
}
#fullpage .active .init-4 .rowMain {
  opacity: 0;
  transition-delay: 2s;
}
#fullpage .active .init-4 .rowMain .con .cirBox {
  width: 38vw;
  height: 38vw;
  transition-delay: 0.5s;
}
#fullpage .active .init-4 .rowMain .con .cirBox img {
  animation: loopCir 10s linear infinite;
  animation-fill-mode: both;
  backface-visibility: hidden;
}
#fullpage .active .init-4 .rowMain .con > div h2 {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
}
#fullpage .active .init-4 .rowMain .con > div p {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.1s;
}
#fullpage .active .init-4 .rowMain .con > div .ad {
  animation: ani1 2s ease-in-out;
  animation-fill-mode: both;
  animation-delay: 0.2s;
}
#fullpage .active .init-4 .other #clock .time-box .time-cir > li i > a {
  transform: none !important;
  opacity: 1;
}
@media screen and (min-width: 1000px) {
  .init-4 .other #clock .time-box > ul > li:nth-of-type(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-45deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(2) {
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-135deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(3) {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-225deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(4) {
    -webkit-transform: rotate(315deg);
    transform: rotate(315deg);
  }
  .init-4 .other #clock .time-box > ul > li:nth-of-type(4) i {
    transform: translateX(-50%) rotate(-315deg);
  }
}
@media screen and (min-width: 1000px) {
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(1) {
    -webkit-transform: rotate(72deg);
    transform: rotate(72deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(1) i {
    transform: translateX(-50%) rotate(-72deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(2) {
    -webkit-transform: rotate(144deg);
    transform: rotate(144deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(2) i {
    transform: translateX(-50%) rotate(-144deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(3) {
    -webkit-transform: rotate(216deg);
    transform: rotate(216deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(3) i {
    transform: translateX(-50%) rotate(-216deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(4) {
    -webkit-transform: rotate(288deg);
    transform: rotate(288deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(4) i {
    transform: translateX(-50%) rotate(-288deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(5) {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
  .init-4 .other #clock .time-box > ul.l5 > li:nth-of-type(5) i {
    transform: translateX(-50%) rotate(-360deg);
  }
}
@media screen and (min-width: 1000px) {
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4s;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: calc(100% + 40px);
    top: 20px;
    transform: translateX(10px);
    -webkit-transform: translateX(10px);
    -moz-transform: translateX(10px);
    -o-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transition-delay: 4.1s;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    right: calc(100% + 40px);
    top: 20px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.2s;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: calc(100% + 40px);
    bottom: 15px;
    transform: translateX(-10px);
    -webkit-transform: translateX(-10px);
    -moz-transform: translateX(-10px);
    -o-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transition-delay: 4.3s;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(5) > i > a {
    left: 50%;
    bottom: calc(100% + 10px);
    transform: translateX(-50%) !important;
    -webkit-transform: translateX(-50%) !important;
    -moz-transform: translateX(-50%) !important;
    -o-transform: translateX(-50%) !important;
    -ms-transform: translateX(-50%) !important;
    transition-delay: 4.3s;
  }
}
@keyframes loopcir {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@keyframes ani1 {
  0% {
    opacity: 0;
    transform: translateY(8px);
  }
  30% {
    opacity: 1;
    transform: none;
  }
  70% {
    opacity: 1;
    transform: none;
  }
  100% {
    opacity: 0;
    transform: translateY(-8px);
  }
}
@keyframes banner_in {
  0% {
    transform: translate3d(100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  100% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }
}
@keyframes banner_in_1 {
  0% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(0 0 0 0 round 10px);
  }
  50% {
    transform: translate3d(0, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
  100% {
    transform: translate3d(-100%, 0%, 0);
    clip-path: inset(10vw 10vw 10vw 10vw round 10px);
  }
}
.init-5 {
  height: 100vh;
  background-color: #f5f5f5;
}
.init-5 .inbox {
  height: 100%;
}
.init-5 .left {
  width: 30%;
  padding-right: 5%;
}
.init-5 .left .mk-subs {
  color: rgba(0, 0, 0, 0.4);
}
.init-5 .left .mk-tt {
  line-height: 1.3;
}
.init-5 .right {
  width: 70%;
}
.init-5 .right .swiper {
  height: 640px;
  padding-top: 1px;
}
.init-5 .right ul li {
  border-bottom: 1px solid rgba(153, 153, 153, 0.5);
}
.init-5 .right ul li:nth-child(1) {
  border-top: 1px solid rgba(153, 153, 153, 0.5);
}
.init-5 .right ul li .in {
  height: 100%;
}
.init-5 .right ul li .box {
  padding-top: 10px;
}
.init-5 .right ul li .box .time {
  color: #9d9d9d;
  transition: all 0.5s;
  line-height: 1;
}
.init-5 .right ul li .box .ttbox {
  max-width: 54%;
}
.init-5 .right ul li .box .ttbox .des {
  color: #999999;
  transition: all 0.5s;
}
.init-5 .right ul li .box .img-box {
  max-width: 14%;
  opacity: 0;
  transition: all 0.5s;
}
.init-5 .right ul li .box:hover .des {
  color: #333333;
}
.init-5 .right ul li .box:hover .img-box {
  opacity: 1;
}
#footer {
  background-color: #1e1e1e;
  height: 100vh;
}
#footer > .container {
  height: 100%;
}
#footer .footer-center {
  height: 100%;
}
#footer .footer-center .footer-top .left {
  width: 50%;
  padding-right: 5%;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird {
  margin: 0 -70px;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list {
  color: #fff;
  display: flex;
  flex-direction: column;
  width: 50%;
  padding: 0 70px;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list p {
  margin-bottom: 20px;
  padding-bottom: 10px;
  border-bottom: 1px solid #fff;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list span:last-child {
  margin-bottom: 0;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list span {
  font-size: 16px;
  margin-bottom: 10px;
  color: rgba(255, 255, 255, 0.4);
  width: fit-content;
  transition: all 0.5s;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .contact {
  width: 100%;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .contact p {
  margin-bottom: 30px;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .contact span {
  position: relative;
  padding-left: 34px;
  margin-bottom: 30px;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .contact span img {
  position: absolute;
  left: 0;
  top: 0;
}
#footer .footer-center .footer-top .left .footer-t .footer-t-gird .link span:hover {
  color: var(--color);
}
#footer .footer-center .footer-top .right {
  width: 50%;
  padding-left: 5%;
}
#footer .footer-center .footer-top .right .form ul {
  margin: 0 -40px;
}
#footer .footer-center .footer-top .right .form ul li {
  padding: 0 40px;
  margin-top: 38px;
}
#footer .footer-center .footer-top .right .form ul li > span {
  color: #fff;
  padding-bottom: 10px;
  display: block;
}
#footer .footer-center .footer-top .right .form ul li input {
  width: 100%;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.4);
  height: 72px;
  border-bottom: 2px solid #fff;
  padding: 10px 30px;
  color: #fff;
}
#footer .footer-center .footer-top .right .form ul li textarea {
  width: 100%;
  background-color: transparent;
  border: solid 1px rgba(255, 255, 255, 0.4);
  height: 72px;
  border-bottom: 2px solid #fff;
  padding: 10px 30px;
  color: #fff;
}
#footer .footer-center .footer-top .right .form ul li .send img {
  filter: brightness(0) invert(1);
}
#footer .footer-center .footer-b p {
  color: rgba(255, 255, 255, 0.4);
  padding: 30px 0;
}
#footer .footer-center .footer-b p span {
  margin: 0 10px;
  font-size: 14px;
}
#footer .footer-center .footer-b p img {
  width: 220px;
  height: auto;
  padding-top: 5px;
  opacity: 0.4;
}
#footer .footer-center .footer-b p svg {
  display: inline-block;
  vertical-align: top;
  width: auto;
  max-height: 26px;
  -webkit-transition: 0.5s;
  -moz-transition: 0.5s;
  transition: 0.5s;
  fill: rgba(255, 255, 255, 0.4);
  margin-top: 1px;
}
@media screen and (max-width: 1700px) {
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 30px;
  }
  .init-1 .con .right .swiper {
    margin-right: calc((1370px - 100vw) / 2);
  }
  .init-1 .dbmore {
    margin-right: calc((1370px - 100vw) / 2);
  }
}
@media screen and (max-width: 1450px) {
  .btn-go {
    zoom: 0.9;
  }
  #header .nav .ui.menu {
    width: 72%;
  }
  #header .nav .ui.menu .menu-box .menu-menu-container ul.menu > li {
    margin: 0 20px;
    font-size: 16px;
  }
  .zdytool .swiper-button {
    zoom: 0.9;
  }
  .init-2 .top .txtbg {
    zoom: 0.8;
  }
  .init-1 .con .right .swiper {
    margin-right: calc((1170px - 100vw) / 2);
  }
  .init-1 .dbmore {
    margin-right: calc((1170px - 100vw) / 2);
  }
}
@media screen and (max-width: 1250px) {
  body {
    font-size: 16px;
  }
  #banner {
    margin-top: 0;
  }
  #banner .banner-content {
    height: 45vw;
  }
  #fullpage {
    height: auto !important;
  }
  .fp-section.fp-table,
  .fp-tableCell {
    height: auto !important;
  }
  .init-1 {
    height: auto;
  }
  .init-1 .con .right .swiper {
    margin-right: calc((940px - 100vw) / 2);
  }
  .init-1 .con .left {
    width: 33%;
  }
  .init-1 .con .right {
    width: 67%;
    padding-left: 1%;
  }
  .init-1 .dbmore {
    margin-right: calc((940px - 100vw) / 2);
  }
  .init-1 .con .right ul li .box {
    padding: 20px 15px 30px;
  }
  .init-2 {
    height: auto;
  }
  .init-2 .top .left {
    width: 50%;
    padding-right: 4%;
  }
  .init-2 .top .right {
    padding-left: 1%;
  }
  .init-2 .top .left .play {
    zoom: 0.8;
  }
  .init-3 {
    height: auto;
    padding-bottom: 5%;
  }
  .init-3 .manu-list li .box .txtbox {
    padding: 20px;
  }
  .init-4 {
    height: 500px;
  }
  .init-4 .rowMain {
    height: 100%;
    top: 0;
  }
  .init-4 .other {
    height: 100%;
    top: 0;
  }
  .init-4 .other #clock {
    width: 24vw;
    height: 24vw;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i {
    width: 30px;
    height: 30px;
    line-height: 30px;
  }
  .init-4 .other #clock .time-box > ul > li {
    height: calc(100% + -5.5px);
    top: 6px;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(1) > i > a {
    left: 100%;
    bottom: 0;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(2) > i > a {
    left: 100%;
    top: 0;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(3) > i > a {
    right: 100%;
    top: 0;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li:nth-child(4) > i > a {
    right: 100%;
    bottom: 0;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i > a em {
    width: 160px;
  }
  .init-4 .other #clock .msg-box .msg_1 > li .time-note > li .layout-btn-5 > span {
    width: 112px;
    height: 40px;
    line-height: 40px;
  }
  #fullpage .active .init-4 .rowMain .con .cirBox {
    width: 30vw;
    height: 30vw;
  }
  .init-4 .other #clock .msg-box .msg_1 > li .time-note > li > small {
    line-height: 20px;
    height: 42px;
    -webkit-line-clamp: 2;
  }
  .init-5 {
    height: auto;
    padding-bottom: 5%;
  }
  .init-5 .left {
    padding-right: 2%;
  }
  #footer {
    height: auto;
  }
  #footer .footer-center .footer-top .left .footer-t .footer-t-gird {
    margin: 0 -40px;
  }
  #footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list {
    padding: 0 40px;
  }
  #footer .footer-center .footer-top .right .form ul {
    margin: 0 -20px;
  }
  #footer .footer-center .footer-top .right .form ul li {
    padding: 0 20px;
    margin-top: 20px;
  }
}
@media screen and (max-width: 1000px) {
  #banner .banner-content {
    height: 420px;
  }
  #banner .banner-content .swiper-slide .text {
    width: 100%;
    text-align: center;
  }
  #banner .banner-content .swiper-slide .imgs {
    width: 35%;
  }
  #banner .banner-content .swiper-slide .text .text3{
    /*display: none;*/
  }
  #banner .banner-content .swiper-slide .text .link-box{
    display: none;
  }
  #banner .banner-content .swiper-slide .bg-word p{
    letter-spacing: -1rem;
  }
  #banner .banner-content .swiper-slide .bg-word{
    text-align: center;
  }

  #banner .banner-content .swiper-slide .txt-content{
    flex-direction: column-reverse;
    justify-content: center;
  }
  .init-1 .con .left {
    width: 100%;
  }
  .init-1 .con .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  .init-1 .con .left .zdytool {
    position: static;
    margin-top: 3%;
  }
  .init-1 .dbmore {
    gap: 25px;
  }
  .init-1 .dbmore {
    margin-right: 0;
  }
  .init-1 .con .right .swiper {
    margin-right: 0;
  }
  .zdytool .swiper-button {
    zoom: 0.8;
  }
  .init-2 .top .txtbg {
    zoom: 0.6;
  }
  .init-2 .top .left {
    width: 100%;
    padding-right: 0;
  }
  .init-2 .top .right {
    padding-left: 0;
    width: 100%;
    margin-top: 5%;
  }
  .init-2 .top .left .play {
    right: 50%;
  }
  .init-3 .manu-list li {
    width: 50% !important;
    margin-bottom: 10px;
  }
  .init-3 .manu-list li .box .txtbox .btn-click {
    opacity: 1;
  }
  .init-4 .other #clock,
  #fullpage .active .init-4 .rowMain .con .cirBox {
    width: 340px !important;
    height: 340px !important;
  }
  .init-4 .rowMain .con {
    position: absolute;
    width: 340px;
    padding: 0;
  }
  .init-4 .rowMain .mask {
    height: 100%;
  }
  .init-4 .other #clock > img {
    display: none;
  }
  .init-4 .other #clock .time-move canvas {
    display: none;
  }
  .init-4 .other #clock .time-box {
    left: calc((340px - 100vw)/2);
    top: auto;
    bottom: 40px;
    width: 100vw;
    height: 1px;
    background-color: rgba(255, 255, 255, 0.3);
    padding: 0 10px;
  }
  .init-4 .other #clock .time-box > ul.time-cir {
    position: relative;
    display: flex;
    justify-content: space-around;
    height: auto;
    width: 100%;
    left: 0;
    margin-top: calc(-24px + 2px);
  }
  .init-4 .other #clock .time-box > ul.time-cir > li {
    width: 48px;
    height: 48px;
    position: relative;
    left: auto;
    top: auto;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li.on > i {
    border-color: #ac0d14;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li.on > i span {
    opacity: 1;
  }
  .init-4 #fn2.other #clock .time-box > ul.time-cir > li.on > i > a {
    opacity: 0;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i {
    width: 100%;
    height: 100%;
    border: 2px solid transparent;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i span {
    opacity: 0;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i > a {
    display: block;
    text-align: center;
    left: auto !important;
    top: auto !important;
    bottom: auto !important;
    right: auto !important;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i > a small {
    line-height: 1;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i > a em {
    position: absolute;
    top: 100%;
    margin-top: 15px;
    color: rgba(255, 255, 255, 0.6);
    left: 50%;
    transform: translateX(-50%);
    line-height: 1.2;
  }
  .init-4 .other #clock .msg-box .msg_1 {
    width: 100vw;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
  .init-4 .other #clock .msg-box .msg_1 > li .time-note > li {
    padding-right: 15px;
    padding-left: 15px;
  }
  .btn-go {
    zoom: 0.75;
  }
  .init-5 .left {
    padding-right: 0;
    width: 100%;
  }
  .init-5 .right {
    width: 100%;
    margin-top: 5%;
  }
  #footer .footer-center .footer-top .left {
    width: 100%;
    padding-right: 0;
  }
  #footer .footer-center .footer-top .right {
    width: 100%;
    padding-left: 0;
    margin-top: 5%;
  }
  #footer .footer-center .footer-b p {
    justify-content: center;
  }
  .body-overflow-box {
    margin-bottom: 50px;
  }
}
@media screen and (max-width: 700px) {
  .phone_hide {
    display: none;
  }
  .init-3 .manu-list li {
    width: 100% !important;
    height: 200px;
  }
  .init-4 .other #clock .time-box > ul.time-cir > li > i > a em {
    display: none;
  }
  .init-4 .other #clock .time-box {
    bottom: 0;
  }
  .init-5 .right .swiper {
    height: auto;
  }
  .init-5 .right ul li .box {
    width: 100%;
  }
  .init-5 .right ul li .box .ttbox {
    max-width: 100%;
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .init-5 .right ul li .box .img-box {
    max-width: 100%;
    opacity: 1;
  }
  #footer .footer-center .footer-top .left .footer-t .footer-t-gird {
    margin: 0 -18px;
  }
  #footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list {
    padding: 0 18px;
  }
  #footer .footer-center .footer-top .right .form ul {
    margin: 0 -6px;
  }
  #footer .footer-center .footer-top .right .form ul li {
    padding: 0 6px;
    margin-top: 12px;
  }
  #footer .footer-center .footer-top .right .form ul li input {
    height: 52px;
    padding: 10px 15px;
  }
}
@media screen and (max-width: 600px) {
  .init-4 .other #clock .time-move canvas {
    width: 100%;
  }
}
@media screen and (max-width: 500px) {
  #footer .footer-center .footer-top .left .footer-t .footer-t-gird .t-list {
    width: 100%;
  }
  #footer .footer-center .footer-top .right .form ul li {
    width: 100%;
  }
  #footer .footer-center .footer-b p {
    padding: 18px 0;
  }
  #banner .banner-content .swiper-slide .text .text3{
    max-height: calc(1.8em * 7);
    overflow-y: auto;
  }
}




/* Inner page */
.inner-banner {
  height: 700px;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding-top: 210px; 
  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 .tit {
  font-size: 50px;
  line-height: 1.2;
  font-family: 'Century Gothic';
  font-weight: bold;
  margin-top: 17px;
}

.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);
}

@-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);
  }
}

@media screen and (max-width: 1450px) {
  .inner-banner {
    height: 570px;
    /*background-size: 80%;*/
  }
}

@media screen and (max-width: 1250px) {
  .inner-banner {
    height: 540px;
  }
}

@media screen and (max-width: 1000px) {
  .inner-banner {
    margin-top: 40px;
    height: auto;
    padding: 60px 0;
    background-size: 100% auto;
    background-position: center top 5%;
  }
  .inner-banner .mbx,.inner-banner .tit{
    text-shadow: 0px 0px 7px #000;
  }
  .inner-banner .bg {
    display: none;
  }

  .inner-banner .tit {
    font-size: 30px;
  }
  .inner-banner .arrow{
    display: none;
  }
}

@media screen and (max-width: 700px) {
  .inner-banner .tit {
    font-size: 25px;
    margin-top: 5px;
  }

  .inner-banner .bg {
    bottom: -1px;
  }
}

@media screen and (max-width: 500px) {
  .inner-banner {
    background-size: auto 34%;
    background-position: center top 5%;
  }
  .inner-banner .arrow {
    display: none;
  }

  .inner-banner .mbx {
    font-size: 16px;
  }
}



.t_1 {
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}


.about-page .about-1 {
  position: relative;
  z-index: 2;
}

.about-page .about-1 .container .left {
  padding-right: 120px;
  width: 50%
}

.about-page .about-1 .container .left .tipsTitleC {
  color: var(--color)
}

.about-page .about-1 .container .left .imgC {
  margin-top: 40px;
  height: 590px;
  -o-background-size: cover;
  background-size: cover;
  /*border-radius: 5px*/
}

.about-page .about-1 .container .left .imgC .play {
  width: 65px;
  height: 65px;
  cursor: pointer;
  position: relative
}

.about-page .about-1 .container .left .imgC .play .cont {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #fff;
  border-radius: 50%;
  font-size: 40px;
  color: var(--color)
}

.about-page .about-1 .container .left .imgC .play .cont i {
  margin-left: 2px
}

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

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

.about-page .about-1 .container .left .imgC .play:hover .cont {
  background-color: var(--color);
  color: #fff
}

.about-page .about-1 .container .right {
  padding-bottom: 260px;
  width: 50%
}

.about-page .about-1 .container .right .title {
  font-weight: 600
}

.about-page .about-1 .container .right .des {
  margin-top: 30px;
  max-height: 430px;
  padding-right: 15px;
  overflow-y: auto
}

.about-page .about-2 {
  margin-top: -210px;
  padding-top: 210px;
  padding-bottom: 90px;
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed
}

.about-page .about-2 .container ul {
  padding-top: 20px;
  max-width: 1250px;
  margin: auto;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between
}

.about-page .about-2 .container ul li {
  margin-top: 40px
}

.about-page .about-2 .container ul li .box {
  color: #fff;
  text-align: center
}

.about-page .about-2 .container ul li .box .top {
  font-weight: 600;
  font-size: 60px;
  font-family: 'Century Gothic';
  line-height: 1
}

.about-page .about-2 .container ul li .box .bottom {
  margin-top: 10px
}

.about-page .about-3 .container .tipsTitleC {
  color: var(--color)
}

.about-page .about-3 .container .content .left {
  width: 48%;
  padding-right: 80px
}

.about-page .about-3 .container .content .left .img {
  /*border-radius: 10px;*/
  width: 100%
}

.about-page .about-3 .container .content .right {
  width: 52%
}


.about-page .about-3 .container .content .right ul li .box {
  padding: 30px;
  border-radius: 10px;
  cursor: pointer
}

.about-page .about-3 .container .content .right ul li .box .title {
  font-weight: 600
}

.about-page .about-3 .container .content .right ul li .box .des {
  color: #666;
  margin-top: 20px
}

.about-page .about-3 .container .content .right ul li .box:hover {
  -webkit-box-shadow: 0 0 90px rgba(0, 0, 0, .2);
  box-shadow: 0 0 90px rgba(0, 0, 0, .2)
}

.about-page .about-4 {
  -o-background-size: cover;
  background-size: cover;
  background-attachment: fixed
}

.about-page .about-4 .content {
  padding-top: 80px
}

.about-page .about-4 .content .swiper {
  padding-left: 1px
}

.about-page .about-4 .content ul li {
  height: auto
}

.about-page .about-4 .content ul li .box {
  height: 100%;
  margin-left: -1px;
  color: #fff;
  padding: 0 30px;
  border-left: 1px solid #898989;
  border-right: 1px solid #898989;
  position: relative
}

.about-page .about-4 .content ul li .box .img {
  position: absolute;
  top: 0;
  left: 20px;
  width: calc(100% - 40px);
  z-index: 2;
  opacity: 0
}

.about-page .about-4 .content ul li .box:hover .img {
  opacity: 1
}

.about-page .about-4 .content ul li .box .year {
  padding-top: 60px;
  padding-bottom: 80px;
  line-height: 1
}

.about-page .about-4 .content ul li .box .des {
  margin-top: 20px;
  height: 190px;
  overflow-y: auto;
  padding-right: 4px
}

.about-page .about-4 .content ul .swiper-slide-active .box .year {
  padding-top: 140px
}

.about-page .about-4 .content ul .swiper-slide-next .box .year {
  padding-top: 100px
}

.about-page .about-4 .content ul .swiper-slide-next+.swiper-slide .box .year {
  padding-top: 50px
}

.about-page .about-4 .content ul .swiper-slide-next+.swiper-slide+.swiper-slide .box .year {
  padding-top: 0
}

.about-page .about-4 .content .sPage {
  margin-top: 100px
}

.about-page .about-4 .content .sPage .btn {
  cursor: pointer;
  width: 54px;
  height: 40px
}

.about-page .about-4 .content .sPage .prev:hover {
  -webkit-transform: translateX(-10px);
  -moz-transform: translateX(-10px);
  -ms-transform: translateX(-10px);
  -o-transform: translateX(-10px);
  transform: translateX(-10px)
}

.about-page .about-4 .content .sPage .next {
  margin-left: 80px
}

.about-page .about-4 .content .sPage .next:hover {
  -webkit-transform: translateX(10px);
  -moz-transform: translateX(10px);
  -ms-transform: translateX(10px);
  -o-transform: translateX(10px);
  transform: translateX(10px)
}

.about-page .about-5 .container .tipsTitleC {
  color: var(--color)
}

.about-page .about-5 .container .content .left {
  width: 40%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  padding: 70px 50px;
  text-align: center
}

.about-page .about-5 .container .content .left .title {
  max-width: 450px;
  font-weight: 600;
  margin: auto
}

.about-page .about-5 .container .content .left .des {
  color: #666;
  margin-top: 20px
}

.about-page .about-5 .container .content .right {
  width: 60%;
  padding-left: 30px
}

.about-page .about-5 .container .content .right img {
  width: 100%
}

.about-page .about-5 .container .content2 {
  position: relative;
  margin-top: 10px
}

.about-page .about-5 .container .content2 .btn {
  position: absolute;
  width: 60px;
  height: -webkit-calc(60%);
  height: -moz-calc(60%);
  height: calc(100% - 40px);
  top: 20px;
  right: -80px;
  background-color: #cbcbcb;
  cursor: pointer;
  z-index: 2;
  font-size: 50px;
  font-weight: 700;
  color: #fff
}

.about-page .about-5 .container .content2 .btn:hover {
  background-color: var(--color)
}

.about-page .about-5 .container .content2 .prev {
  right: unset;
  left: -80px
}

.about-page .about-5 .container .content2 .swiper {
  margin: 0 -20px
}

.about-page .about-5 .container .content2 ul li {
  height: auto;
  padding: 20px
}

.about-page .about-5 .container .content2 ul li .box {
  height: 100%;
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  box-shadow: 0 0 20px rgba(0, 0, 0, .1)
}

.about-page .about-5 .container .content2 ul li .box .img {
  display: block
}

.about-page .about-5 .container .content2 ul li .box .img img {
  width: 100%
}

.about-page .about-5 .container .content2 ul li .box .text {
  text-align: center;
  font-weight: 600;
  padding: 16px
}

.about-page .about-7 {
  position: relative;
}

.about-page .about-7 .container {
  max-width: 1650px;
}

.about-page .about-7 .container .img1 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 16%;
  -o-object-fit: cover;
  object-fit: cover;
}

.about-page .about-7 .container .content {
  padding: 160px 0;
}

.about-page .about-7 .container .content .left {
  position: relative;
  width: 52%;
  z-index: 2;
}

.about-page .about-7 .container .content .left .sub {
  position: absolute;
  width: 100%;
  height: 100%;
  top: -60px;
  right: -60px;
  border: 2px solid #d3d3d3;
  z-index: -1;
}

.about-page .about-7 .container .content .left .cont {
  background-color: var(--color);
  color: #fff;
  padding: 70px 50px;
  z-index: 2;
}

.about-page .about-7 .container .content .left .tipsTitle {
  font-weight: bold;
}

.about-page .about-7 .container .content .right {
  width: 48%;
  position: relative;
  z-index: 3;
}

.about-page .about-7 .container .content .right .more1 {
  color: #fff;
  text-transform: uppercase;
  position: relative;
  padding: 8px 0;
}

.about-page .about-7 .container .content .right .more1 .sub {
  position: absolute;
  width: 100%;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #fff;
  -webkit-transform-origin: right;
  -moz-transform-origin: right;
  -ms-transform-origin: right;
  -o-transform-origin: right;
  transform-origin: right;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -ms-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
}

.about-page .about-7 .container .content .right .more1:hover {
  letter-spacing: 4px;
}

.about-page .about-7 .container .content .right .more1:hover .sub {
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -o-transform: scale(0.8);
  transform: scale(0.8);
}

@media (max-width: 1450px){
  .about-page .about-1 .container .left {
    padding-right: 80px;
  }
  .about-page .about-2 {
    margin-top: -150px;
    padding-top: 150px;
  }

  .about-page .about-1 .container .right {
    padding-bottom: 200px;
  }
  .about-page .about-3 .container .content .left {
    padding-right: 38px;
  }
  .about-page .about-3 .container .content .right ul li .box {
    padding: 15px;
  }
  .about-page .about-4 .content ul li .box .year {
    padding-top: 100px;
  }

}
@media (max-width: 1250px) {
  .about-page .about-1 .container .left {
    width: 100%;
    padding-right: 0
  }

  .about-page .about-1 .container .right {
    width: 100%;
    margin-top: 20px;
    padding-bottom: 0
  }

  .about-page .about-2 {
    padding-top: 40px;
    margin-top: 40px
  }

  .about-page .about-5 .container .content .left {
    width: 100%
  }
  .about-page .about-3 .container .content .right ul li .box {
      padding: 10px;
  }
  .about-page .about-5 .container .content .right {
    width: 100%;
    padding-left: 0;
    margin-top: 20px
  }

  .about-page .about-5 .container .content2 .btn {
    display: none !important;
  }

  .about-page .about-1 .container .right .des {
    overflow-y: unset;
    max-height: unset;
    padding-right: 0;
  }

  .about-page .about-2 .container ul li .box .top {
    font-size: 44px;
  }
  .about-page .about-4 .content ul li .box .year {
    padding-top: 60px;
}
}

@media (max-width: 1000px) {
  .about-page .about-3 .container .content .right ul li{
    margin-top: 20px;
  }
  .about-page .about-7 .container .img1 {
    width: 100%;
    left: 0;
    height: auto;
    position: relative;
  }

  .about-page .about-7 .container .content {
    padding: 0;
    width: 100%;
  }

  .about-page .about-7 .container .content .left {
    width: 100%;
  }

  .about-page .about-7 .container .content .left .sub {
    display: none;
  }

  .about-page .about-7 .container .content .left .cont {
    padding: 20px 10px;
  }

  .about-page .about-7 .container .content .right {
    width: 100%;
  }

  .about-page .about-7 .container .content .right .more1 {
    color: #000;
  }

  .about-page .about-7 .container .content .right .more1 .sub {
    background: #000;
    margin-top: 10px;
  }

  .about-page .about-7 .container .content .right .more1:hover {
    letter-spacing: 1px;
  }

  .about-page .about-3 .container .content .left {
    width: 100%;
    padding-right: 0
  }

  .about-page .about-3 .container .content .right {
    width: 100%;
    margin-top: 20px
  }


  .about-page .about-4 .content ul li .box {
    padding-bottom: 20px
  }

  .about-page .about-4 .content ul li .box .year {
      padding-top: 30px;
  }

}

@media (max-width: 700px) {
  .about-page .about-1 .container .left .imgC {
    height: 90vw
  }
  .about-page .about-5 .container .content .left{
    padding: 25px;
  }
}

@media (max-width: 500px) {
  .about-page .about-1 .container .left .imgC {
    margin-top: 20px
  }

  .about-page .about-1 .container .right .des {
    margin-top: 16px
  }

  .about-page .about-2 {
    padding-bottom: 40px;
    padding-top: 0
  }

  .about-page .about-2 .container ul {
    padding-top: 0
  }

  .about-page .about-2 .container ul li {
    width: 50%
  }

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


  .about-page .about-3 .container .content .right ul {
    padding-top: 0
  }

  .about-page .about-4 .content {
    padding-top: 20px
  }

  .about-page .about-4 .content .sPage {
    display: none;
  }

  .about-page .init-5 .container .content .left {
    padding: 20px 10px
  }

  .about-page .about-5 .container .content .left .des {
    margin-top: 10px
  }
    .about-page .about-5 .container .content2 ul{
      margin: 0 -10px;
    }
  .about-page .about-5 .container .content2 ul li{
    padding: 10px;
  }

}

#footer.inner_active{
  height: auto;
  padding-top: 0;
}

.product-yd-page .slide {
  margin-bottom: 75px;
}

.product-yd-page .slide .left {
  vertical-align: middle;
  position: relative;
  background: #f5f5f5;
}

.product-yd-page h2.title {
  font-size: 48px;
  color: #242424;
  font-weight: 500;
  line-height: 1.2;
}

.product-yd-page h2.title em {
  color: #f08300;
}

.product-yd-page .text {
  font-size: 18px;
  color: #1b1b1b;
  line-height: 1.8;
  margin-top: .5em;
}

.product-yd-page .slide .left .img {
  height: auto;
}

.product-yd-page .slide .right {
  vertical-align: middle;
  padding-left: 5%;
  position: relative;
}

.product-yd-page .slide .right h3 {
  font-size: 40px;
    font-weight: 500;
    font-family: 'Century Gothic';
    line-height: 1.2;
}

.product-yd-page .slide .right .text {
  margin-top: 1.5em;
  max-height: 218px;
  overflow-y: auto;
  margin-bottom: 41px;
  padding-right: 15px;
}

.product-yd-page .slide:nth-child(2n) .left {
  left: 50%;
}

.product-yd-page .slide:nth-child(2n) .right {
  left: -50%;
  padding-left: 0;
  padding-right: 5%;
}

.product-yd-page .slide:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 1700px) {
  .product-yd-page .slide .right h3 {
    font-size: 32px;
  }

  .product-yd-page .text {
    font-size: 16px;
  }

  .product-yd-page h2.title {
    font-size: 40px;
  }
}

@media screen and (max-width: 1450px) {
  .product-yd-page .slide .right h3 {
    font-size: 28px;
  }

  .product-yd-page h2.title {
    font-size: 34px;
  }
}

@media screen and (max-width: 1250px) {
  .product-yd-page .slide .right h3 {
    font-size: 24px;
  }

  .product-yd-page h2.title {
    font-size: 28px;
  }
}

@media screen and (max-width: 1000px) {
  .product-yd-page .slide .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px;
    left: 0 !important;
  }

  .product-yd-page .slide .left {
    width: 100%;
    left: 0 !important;
  }

  .product-yd-page .slide {
    margin-bottom: 40px;
  }

  .product-yd-page h2.title {
    font-size: 24px;
  }
}

@media screen and (max-width: 700px) {
  .product-yd-page .slide .right h3 {
    font-size: 20px;
  }

  .product-yd-page .text {
    font-size: 14px;
  }
  .product-yd-page .slide .right .text{
    margin-bottom: 20px;
  }
}


.product-page {
  
}
.product-page .product-1{
  background-color: #f4f4f4;
}
.product-page .list ul {
  margin: -15px;
}

.product-page .list ul li {
  padding: 25px 15px;
}

.product-page .list ul li .img {
  display: block;
}
.product-page .list ul li .img-box{
  background-color: #fff;
}

.product-page .prodet-page .prodet-2 {
    padding-top: 0;
}
.product-page .prodet-page .prodet-2 .ret {
    margin-top: 0;
}

.seo_content {
  padding-top: 5.6771%
}

.seo_content .tag {
  color: var(--color);
  font-weight: 500;
  text-transform: uppercase
}

.seo_content .title {
  text-transform: uppercase
}

.seo_content .title small {
  display: block
}

.seo_content .title em {
  color: var(--color)
}

.seo_content .seo_about {
  background-color: #f6f6f6;
  /*border-radius: 300px 0 0;*/
}

.seo_content .seo_about .con {
  color: rgba(0, 0, 0, .6);
  padding-right: 57px;
  margin-top: 43px;
  max-height: 460px;
  overflow-y: auto;
  padding-left: 4%;
}

.seo_content .seo_about .con::-webkit-scrollbar {
  width: 6px
}

.seo_content .seo_about .con::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, .22)
}


.seo_content .seo_honor .content {
  margin-top: 29px
}

.seo_content .seo_honor .content ul {
  margin-right: -25px
}

.seo_content .seo_honor .content ul li {
  padding-right: 25px
}

.seo_content .seo_honor .content ul li .img-box img {
  width: 100%
}

.seo_content .seo_honor .content ul.slick-dots {
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -65px;
  width: 100%;
  text-align: center;
  margin: 0
}

.seo_content .seo_honor .content ul.slick-dots li {
  display: inline-block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background-color: #000;
  padding: 0;
  margin-right: 31px;
  cursor: pointer;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.seo_content .seo_honor .content ul.slick-dots li button {
  display: none
}

.seo_content .seo_honor .content ul.slick-dots li.slick-active {
  background: var(--color)
}

.seo_content .seo_honor .content ul.slick-dots li:last-child {
  margin-right: 0
}

.seo_content .seo_news {
  background-color: #f6f6f6;
}

.seo_content .seo_news .content ul {
  margin:0 -25px;
}

.seo_content .seo_news .content ul li {
  padding:0 25px;
}

.seo_content .seo_news .content ul li .img {
  position: relative
}

.seo_content .seo_news .content ul li .img .img-box {
  border-radius: 0 100px 0 0;
  min-height: 200px;
}

.seo_content .seo_news .content ul li .img .img-box img {
  width: 100%
}

.seo_content .seo_news .content ul li .img .img-box:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 0 100px 0 0;
  background: rgba(0, 0, 0, .2)
}

.seo_content .seo_news .content ul li .img time {
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 96px;
  height: 96px;
  background-color: var(--color);
  border-radius: 0 71px 0 0;
  color: #fff;
  padding: 27px 33px 0 14px
}

.seo_content .seo_news .content ul li .img time em {
  line-height: 1;
  display: block;
  border-bottom: 1px solid #fff;
  padding-bottom: 7px
}

.seo_content .seo_news .content ul li .img time span {
  display: block;
  margin-top: 5px
}

.seo_content .seo_news .content ul li .text .tit {
  line-height: 1.6;
    text-transform: uppercase;
    font-weight: 500;
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 4rem;
}

.seo_content .seo_news .content ul li .text .tit:hover {
  color: var(--color)
}

.seo_content .seo_news .content ul li .text .con {
  color: #737373;
  line-height: 1.7;
  margin-top: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical
}

.seo_content .seo_industry .con {
  color: rgba(0, 0, 0, .6);
  margin-top: 41px
}
@media screen and (max-width: 1700px){
  .seo_content .seo_about {
    border-radius: 180px 0 0;
  }
}
@media screen and (max-width: 1450px){
  .seo_content .seo_about {
    border-radius: 130px 0 0;
  }
}
@media screen and (max-width: 1250px){
  .seo_content .seo_about {
    border-radius: 100px 0 0;
  }
  .seo_content .seo_about .con{
    margin-top: 20px
  }
}
@media screen and (max-width: 1000px) {
  .seo_content .seo_about {
    border-radius: 0
  }

  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -40px
  }
  .product-page .list ul {
    margin: -10px;
  }

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

@media screen and (max-width: 700px) {
  .seo_content .seo_about .con {
    margin-top: 20px;
    padding-right: 20px
  }

  .seo_content .seo_news .content ul {
    margin-right: -10px
  }

  .seo_content .seo_news .content ul li {
    padding-right: 10px
  }

  .seo_content .seo_news .content ul li .text {
    padding: 10px 0 0
  }

  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 10px
  }
}

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

  .seo_content .seo_honor .content {
    margin-top: 10px
  }

  .seo_content .seo_honor .content ul.slick-dots {
    bottom: -26px
  }

  .seo_content .seo_honor .content ul.slick-dots li {
    margin-right: 5px
  }
}

.prodet-page {
  position: relative;
  z-index: 1
}

.prodet-page .prodet-1 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.prodet-page .prodet-1 .text {
  width: 50%;
}

.prodet-page .prodet-1 .text .con {
  max-height: 276px;
  overflow-y: auto;
  line-height: 1.7;
}

.prodet-page .prodet-1 .text .in-num {
  color: var(--color)
}

.prodet-page .prodet-1 .text .in-num:before {
  width: 14px;
  height: 14px;
  margin: 5px 7px 0 0
}

.prodet-page .prodet-1 .text .title {
  margin-top: 11px
}

.prodet-page .prodet-1 .img {
  text-align: right;
  width: 45%;
  margin-left: auto;
}

.prodet-page .prodet-1 .img a {
  display: block;
  border: 1px solid #eee;
  padding: 20px;
}

.prodet-page .prodet-1 .text .small ul li .ig{
  display: block;
  border: 1px solid #eee;
}
.prodet-page .prodet-1 .text .small ul li.swiper-slide-thumb-active .ig{
  border-color: var(--color);
}
.prodet-page .prodet-2 .ret .bt {
  height: 106px;
  padding: 0 104px 0 79px;
  line-height: 106px;
  font-weight: 700;
  position: relative;
  z-index: 1;
  cursor: pointer;
  background: var(--color);
  border-radius: 0 0 50px;
  color: #fff;
  display: none;
  margin-bottom: 30px
}

.prodet-page .prodet-2 .ret .bt:before {
  content: '';
  position: absolute;
  left: 47px;
  top: 42px;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background-color: #fff
}

.prodet-page .prodet-2 .ret .con {
  color: rgba(0, 0, 0, .6)
}

.prodet-page .prodet-2 .ret .con ul {
  margin: -10px
}

.prodet-page .prodet-2 .ret .con ul li {
  padding: 10px
}

.prodet-page .prodet-2 .ret .con ul li a {
  border: 2px solid #eee;
  display: block
}

.prodet-page .prodet-2 .ret form {
  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
}

.prodet-page .prodet-2 .ret form input {
  width: 46%;
  font-size: 18px;
  font-weight: 300;
  border: none;
  border-bottom: 1px solid #dbdbdb;
  height: 63px;
  margin-bottom: 30px
}

.prodet-page .prodet-2 .ret form p {
  width: 100%;
  font-size: 18px;
  font-weight: 300;
  opacity: .6;
  margin-bottom: 20px
}

.prodet-page .prodet-2 .ret form textarea {
  width: 100%;
  height: 177px;
  font-size: 18px;
  padding: 18px 8px;
  border: 1px solid #dbdbdb
}

.prodet-page .prodet-2 .ret form input[type=submit] {
  background: var(--color);
  color: #fff;
  border: none;
  width: 186px;
  height: 57px;
  margin-top: 45px;
  -webkit-transition: .3s;
  -moz-transition: .3s;
  transition: .3s
}

.prodet-page .prodet-2 .ret form input[type=submit]:hover {
  background: #000
}

.prodet-page .prodet-3 .content {
  margin-top: 55px
}

.prodet-page .prodet-3 .content ul {
  margin:0 -20px;
}

.prodet-page .prodet-3 .content ul li {
  padding:0 20px;
}

.prodet-page .prodet-3 .content ul li .img-box {
  background-color: #f6f6f6;
  padding: 30px;
  text-align: center
}

.prodet-page .prodet-3 .content ul li .text {
  padding-top: 30px
}

.prodet-page .prodet-3 .content ul li .text .in-num {
  color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .in-num:before {
  width: 14px;
  height: 14px;
  margin: 2px 7px 0 0
}

.prodet-page .prodet-3 .content ul li .text .tit {
      font-weight: 500;
    line-height: 1.6;
    font-family: 'Barlow';
    font-size: 20px;
    -webkit-transition: .5s;
    -moz-transition: .5s;
    transition: .5s;
    height: 3em;
}

.prodet-page .prodet-3 .content ul li .text .tit:hover {
  color: var(--color)
}

.prodet-page .prodet-3 .content ul li .text .more {
  margin-top: 65px
}

.prodet-page .prodet-3 .content ul li .text .more:hover {
  color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover i {
  color: #fff
}

.prodet-page .prodet-3 .content ul li .text .more:hover:after {
  background: #000
}

.prodet-page .opt {
  background-color: #f6f6f6
}

.prodet-page .opt dl {
  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
}

.prodet-page .opt dl dd {
    height: 90px;
    font-size: 24px;
    padding: 0 80px;
    line-height: 90px;
    font-weight: 500;
    font-family: 'Century Gothic';
    position: relative;
    z-index: 1;
    margin-right: 24px;
    cursor: pointer;
}

.prodet-page .opt dl dd:before {
  content: '';
  position: absolute;
  left: 40px;
  top: 40px;
  width: 10px;
  height: 10px;
  background-color: var(--color)
}

.prodet-page .opt dl dd:after {
  content: '';
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color);
  /*border-radius: 0 0 50px;*/
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  opacity: 0
}

.prodet-page .opt dl dd:hover,
.prodet-page .opt dl dd.active {
  color: #fff
}

.prodet-page .opt dl dd:hover:before,
.prodet-page .opt dl dd.active:before {
  background: #fff
}

.prodet-page .opt dl dd:hover:after,
.prodet-page .opt dl dd.active:after {
  opacity: 1
}

.prodet-page .opt dl dd:last-child {
  margin-right: 0
}

.prodet-page:after {
  content: attr(data-text);
  position: absolute;
  z-index: -1;
  top: -43px;
  right: 0;
  font-size: 457px;
  line-height: 1;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(240, 241, 243, .5)), to(rgba(240, 241, 243, 0)));
  background-image: -webkit-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  background-image: -moz-linear-gradient(top, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  background-image: linear-gradient(to bottom, rgba(240, 241, 243, .5), rgba(240, 241, 243, 0));
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent
}


.m-link a {
  font-size: 18px;
  line-height: 1.6;
  margin: 5px 0;
}

.m-link a:hover {
  color: var(--color)
}

@media screen and (max-width: 1440px) {
  .prodet-page:after {
    font-size: 300px;
    top: -20px
  }

  .prodet-page .prodet-1 {
    padding: 0
  }


  .font-30 {
    font-size: 27px
  }

  .prodet-page .prodet-3 .content ul li .text .more {
    margin-top: 30px
  }
}

@media screen and (max-width: 1280px) {
  .prodet-page .opt dl dd {
    padding: 0 79px
  }

  .font-30 {
    font-size: 24px
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page:after {
    font-size: 260px
  }

  .prodet-page .prodet-1 {
    padding: 0
  }

  .prodet-page .prodet-1 .text {
    width: 41%;
    display: inline-block;
    position: initial
  }

  .prodet-page .prodet-1 .img {
    width: 100%;
    display: inline-block;
    vertical-align: top;
    margin-top: 60px;
  }

  .prodet-page .prodet-1 .img img {
    width: auto
  }

  .prodet-page .opt dl dd {
    padding: 0 60px
  }

  .prodet-page .opt dl dd:before {
    left: 30px
  }

  .prodet-page .prodet-3 .content ul {
    margin-right: -20px
  }

  .prodet-page .prodet-3 .content ul li {
    padding-right: 20px
  }
  .prodet-page .prodet-3 .content ul li .img-box{
    padding: 15px;
  }
  .prodet-page .prodet-3 .content ul li {
    padding: 0 10px;
  }
  .prodet-page .prodet-3 .content ul {
      margin: 0 -10px;
  }
  .prodet-page .opt dl dd{
    font-size: 20px;
  }
}

@media screen and (max-width: 1000px) {
  .prodet-page:after {
    display: none
  }

  .prodet-page .prodet-1 {
    padding: 0
  }

  .prodet-page .prodet-1 .text {
    position: initial;
    width: 100%
  }

  .prodet-page .opt dl dd {
    margin-right: 0;
    padding: 0 20px 0 40px
  }

  .prodet-page .opt dl dd:before {
    left: 15px
  }

  .font-20 {
    font-size: 18px
  }

  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 31px
  }
}

@media screen and (max-width: 700px) {
  .prodet-page .prodet-2 .opt {
    display: none
  }

  .prodet-page .prodet-2 .ret .bt {
    display: block;
    height: 80px;
    line-height: 80px
  }

  .prodet-page .prodet-2 .ret .bt:before {
    top: 30px
  }

  .prodet-page .prodet-2 .ret .slide {
    display: block !important;
    margin-top: 30px
  }

  .prodet-page .prodet-2 .ret .slide:first-child {
    margin-top: 0
  }

  .prodet-page .prodet-3 .opt dl dd {
    padding: 0 104px 0 79px;
    height: 80px;
    line-height: 80px;
    width: 100%
  }

  .prodet-page .prodet-3 .opt dl dd:before {
    top: 30px;
    left: 47px
  }
}

@media screen and (max-width: 500px) {
  .prodet-page .prodet-2 .ret {
    margin-top: 0
  }

  .prodet-page .prodet-3 .opt dl dd,
  .prodet-page .prodet-2 .ret .bt {
    height: 60px;
    line-height: 60px;
    padding: 0 0 0 30px
  }

  .prodet-page .prodet-3 .opt dl dd:before,
  .prodet-page .prodet-2 .ret .bt:before {
    left: 10px;
    top: 22px;
    width: 14px;
    height: 14px
  }

  .prodet-page .prodet-2 .ret form input {
    width: 100%;
    margin-right: 0
  }

  .prodet-page .prodet-3 .content {
    margin-top: 20px
  }

  .prodet-page .prodet-3 .content ul li .text .more {
    padding-left: 20px
  }
}

.img_cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.solution-page .list ul li {
  background-color: #f4f4f4;
}

.solution-page .list ul li:nth-child(even) {
  flex-direction: row-reverse;
}

.solution-page .list ul li .img {
  height: -webkit-fill-available;
}

.solution-page .list ul li .text {
  padding: 60px;
}

.soludet-page {
  background-color: #f4f4f4;
}

.soludet-page .tab {
  margin-bottom: 40px
}

.soludet-page .soludet-1 .left {
  vertical-align: middle
}

.soludet-page .soludet-1 .right {
  padding-left: 30px;
  vertical-align: middle
}


.soludet-page .soludet-1 .right .content {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 20px
}

.soludet-page .soludet-3 table,
.soludet-page .soludet-3 table tr td {
  border: none;
}

.soludet-page .soludet-3 table tr:nth-child(even) {
  background: transparent;
}


.soludet-page .soludet-2 {
  padding: 50px 0
}

.soludet-page .soludet-2 .content {
  font-size: 18px;
  line-height: 1.6;
  margin-top: 30px
}

.soludet-page .soludet-4 ul {
  margin: -15px
}

.soludet-page .soludet-4 ul li {
  padding: 15px
}

.soludet-page .soludet-4 ul li a {
  display: block
}
.soludet-page .soludet-4 ul li .img-box{
  background-color: #fff;
}

.soludet-page .soludet-4 ul li:nth-child(10)~li {
  display: none
}

.soludet-page .soludet-4 .content.active ul li {
  display: inline-block !important
}

.soludet-page .soludet-4 .content.active+.txt-center {
  display: none
}
@media screen and (max-width: 1000px) {
  .soludet-page .soludet-1 .left{
    width: 100%;
  }
  .soludet-page .soludet-1 .right {
    padding-left: 0;width: 100%;
    margin-top: 5%;
  }
}

.inner-page .sideLeft {
  width: 30%;
  padding-right: 30px
}

.inner-page .sideLeft .box {
  padding: 30px;
  background: #f7f7f7
}

.inner-page .sideLeft .box h3 {
  display: block;
  padding: 30px 20px;
  background: var(--color);
  font-size: 28px;
  font-weight: 700;
  color: #fff
}

.inner-page .sideLeft .box .list ul li {
  margin-top: 6px;
  padding: 15px 20px;
  border-left: 4px solid var(--color);
  font-size: 16px;
  color: #000;
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  background: #fff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  position: relative
}

.inner-page .sideLeft .box .list ul li:before {
  content: '';
  width: 10px;
  height: 1px;
  background: #000;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px
}

.inner-page .sideLeft .box .list ul li ul li:before {
  display: none
}

.inner-page .sideLeft .box .list ul li i {
  width: 60px;
  height: 60px;
  font-size: 24px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: absolute;
  top: -4px;
  right: -10px;
  cursor: pointer
}

.inner-page .sideLeft .box .list ul li .children {
  display: none
}

.inner-page .sideLeft .box .list ul li .children li {
  border-left: 0
}

.inner-page .sideLeft .box .list ul li img {
  max-width: 32px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px
}

.inner-page .sideLeft .box .list ul li:hover,
.inner-page .sideLeft .box .list ul li.active {
  color: var(--color)
}

.inner-page .sideLeft .img {
  display: block;
  margin-top: 40px;
  padding: 60px 5%;
  text-align: center;
  color: #fff
}

.inner-page .sideLeft .img h4 {
  display: block;
  font-size: 24px;
  font-weight: 700;
  line-height: 1
}

.inner-page .sideLeft .img p {
  display: block;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.8;
  margin: 25px 0 45px
}

.inner-page .sideLeft .img a.more {
  line-height: 36px;
  height: 36px;
  padding: 0 32px;
  border: 1px solid #fff;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  display: inline-block
}

.inner-page .sideLeft .img a.more:hover {
  background: var(--color);
  color: #fff
}

.inner-page .sideRight {
  width: 70%
}




@media screen and (max-width: 1000px) {
  .solution-page .list ul li .text {
    padding: 30px;
  }

  .solution-page .list ul li .img {
    width: 100%
  }
    .solution-page .list ul li .text {
    width: 100%;
  }
}


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

.inner-page .m-page a,
.inner-page .m-page span {
  display: inline-block;
  text-align: center;
  width: 45px;
  height: 35px;
  font-size: 15px;
  line-height: 35px;
  border-radius: 5px;
  color: #111;
  font-weight: 500;
  -o-box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-box-shadow: 0 2px 10px 0 #d8dde6;
  box-shadow: 0 2px 10px 0 #d8dde6;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  margin: 5px
}

.inner-page .m-page span.current,
.inner-page .m-page a:hover {
  background: var(--color) none repeat scroll 0 0;
  color: #fff
}


.mana-page .mana-1 .left {
  vertical-align: middle;
  padding-right: 7.5%
}

.mana-page .mana-1 .left .title:before {
  display: none;
}

.mana-page .mana-1 .left .con {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 37px
}

.mana-page .mana-1 .right {
  vertical-align: middle
}

.mana-page .mana-2 .top .left {
  width: 44%;
  padding-right: 7%
}

.mana-page .mana-2 .top .left .title:before {
  display: none
}

.mana-page .mana-2 .top .right {
  width: 56%;
  font-size: 18px;
  line-height: 1.8;
  margin-top: 12px
}

.mana-page .mana-2 .top .right p {
  margin-top: 25px
}

.mana-page .mana-2 .top .right p:first-child {
  margin-top: 0
}

.mana-page .mana-2 .bottom {
  background: url(/template/en/images/mana2.jpg) no-repeat center top;
  background-size: 100% 100%;
  color: white;
  margin-top: 89px;
  padding: 4.672% 0 5.922%
}

.mana-page .mana-2 .bottom .title {
  color: white
}

.mana-page .mana-2 .bottom .title:before {
  display: none
}

.mana-page .mana-2 .bottom .ig {
  background: rgba(255, 255, 255, .04);
  max-width: 1122px;
  margin: 26px 0 0 10.593%;
  padding: 41px 105px 58px 70px
}

.mana-page .mana-2 .bottom .ig ul li {
  position: relative;
  padding-top: 19px
}

.mana-page .mana-2 .bottom .ig ul li i {
  display: inline-block;
  vertical-align: top;
  width: 80px;
  height: 80px;
  border-radius: 50%;
  text-align: center;
  line-height: 80px;
  background: var(--color)
}

.mana-page .mana-2 .bottom .ig ul li i img {
  display: inline-block;
  vertical-align: middle;
  filter: brightness(0) invert(1);
}

.mana-page .mana-2 .bottom .ig ul li .text {
  display: inline-block;
  width: 82%;
  padding-left: 38px;
  color: white;
}

.mana-page .mana-2 .bottom .ig ul li .text span {
  font-size: 34px;
  line-height: 1.6;
}

.mana-page .mana-2 .bottom .ig ul li .text p {
  font-size: 18px;
  line-height: 1.8;
  margin-top: 27px
}

.mana-page .mana-2 .bottom .ig ul li:after {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 38px;
  height: 31px;
  background: url(/template/en/images/mana-icon.png) no-repeat
}

.mana-page .mana-2 .bottom .ig ul.slick-dots {
  position: absolute;
  z-index: 2;
  right: -20%;
  top: 10%
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li {
  width: 18px;
  height: 18px;
  background: 0 0;
  padding: 0;
  margin-bottom: 4px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  cursor: pointer
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li:after {
  content: '';
  position: absolute;
  top: 5px;
  left: 5px;
  width: 8px;
  height: 8px;
  background: var(--color)
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li button {
  display: none
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li:last-child {
  margin-bottom: 0
}

.mana-page .mana-2 .bottom .ig ul.slick-dots li.slick-active {
  background: rgba(255, 255, 255, .77)
}


.mana-page .mana-3 ul li {
  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-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 110px
}

.mana-page .mana-3 ul li .img {
  background: url(/template/en/images/about-dots.png) no-repeat -20px top;
  width: 51.448%;
}

.mana-page .mana-3 ul li .text {
  width: 48%;
  padding-left: 40px
}

.mana-page .mana-3 ul li .text .title:before {
  display: none
}

.mana-page .mana-3 ul li .text .title:after {
      content: '';
    display: block;
    width: 60px;
    height: 3px;
    background-color: #00923f;
    margin-top: 30px;
}

.mana-page .mana-3 ul li .text .con {
  font-size: 19px;
  line-height: 1.9;
  color: rgba(40, 39, 39, .87);
  margin-top: 40px
}

.mana-page .mana-3 ul li .text dl {
  margin-top: 47px
}

.mana-page .mana-3 ul li .text dl dd {
  line-height: 1.4;
  padding-left: 65px;
  position: relative;
  margin-bottom: 11px
}

.mana-page .mana-3 ul li .text dl dd:before {
  content: '';
  position: absolute;
  left: 0;
  top: 5px;
  width: 32px;
  height: 26px;
  background: url(../images/mana-check.png) no-repeat
}

.mana-page .mana-3 ul li .text dl dd:last-child {
  margin-bottom: 0
}

.mana-page .mana-3 ul li:nth-child(even) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -moz-box-orient: horizontal;
  -moz-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -moz-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.mana-page .mana-3 ul li:nth-child(even) .text {
  padding: 0 100px 0 0
}

.mana-page .mana-3 ul li:nth-child(even) .img {
  background: url(/template/en/images/about-dots1.png) no-repeat 20px 2px
}

.mana-page .mana-3 ul li:last-child {
  margin-bottom: 0
}


.mana-page .mana-4 .header {
  background: var(--color);
  padding: 30px 0 28px
}

.mana-page .mana-4 .header .title {
  color: white
}

.mana-page .mana-4 .header .title:before {
  background: white;
  top: 38px
}

.mana-page .mana-4 .content {
  margin-top: 80px
}

.mana-page .mana-4 .content ul {
  margin: 0 -36px -60px 0
}

.mana-page .mana-4 .content ul .slick-slide {
  height: 100% !important;
}

.mana-page .mana-4 .content ul li {
  padding: 0 36px 60px 0
}

.mana-page .mana-4 .content ul li .img-box img {
  width: 100%
}

@media screen and (max-width: 1440px) {
  .mana-page .mana-2 .top .left {
    padding-right: 2%
  }

  .mana-page .mana-2 .bottom .ig {
    margin: 26px auto 0
  }

  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -11%
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 50px 0 0
  }

  .mana-page .mana-3 ul li .text dl dd {
    font-size: 21px
  }
}

@media screen and (max-width: 1280px) {
  .mana-page .mana-1 .left {
    padding-right: 4%
  }

  .mana-page .mana-2 .top .left .title {
    font-size: 40px
  }

  .mana-page .mana-3 ul li .text .title {
    font-size: 40px;
    line-height: 1.4
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 0 30px 0 0
  }

  .mana-page .mana-3 ul li .text dl dd {
    font-size: 20px;
    padding-left: 45px
  }

  .mana-page .mana-3 ul li .text dl dd:before {
    top: 0
  }
}

@media screen and (max-width: 1100px) {
  .mana-page .mana-1 .left {
    padding-right: 2%
  }

  .mana-page .mana-1 .left .con {
    margin-top: 10px
  }
}

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

  .mana-page .mana-1 .right {
    width: 100%;
    padding: 20px 0 0
  }

  .mana-page .mana-2 .top .left {
    width: 100%;
    padding-right: 0
  }

  .mana-page .mana-2 .top .right {
    width: 100%;
    padding: 20px 0 0
  }

  .mana-page .mana-2 .bottom {
    margin-top: 40px
  }

  .mana-page .mana-2 .bottom .ig {
    padding: 20px 40px 40px 30px
  }

  .mana-page .mana-2 .bottom .ig ul li .text {
    padding-left: 20px
  }

  .mana-page .mana-2 .bottom .ig ul.slick-dots {
    right: -5%
  }

  .mana-page .mana-3 ul li {
    margin-bottom: 30px
  }

  .mana-page .mana-3 ul li .img {
    width: 100%
  }

  .mana-page .mana-3 ul li .text {
    width: 100%;
    padding: 20px 0 0
  }

  .mana-page .mana-3 ul li .text .con,
  .mana-page .mana-3 ul li .text dl {
    margin-top: 20px
  }

  .mana-page .mana-3 ul li:nth-child(even) .text {
    padding: 20px 0 0
  }

  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0 0 79px
  }

  .mana-page .mana-4 .content {
    margin-top: 40px
  }

  .mana-page .mana-4 .content ul {
    margin: 0 -15px -25px 0
  }

  .mana-page .mana-4 .content ul li {
    padding: 0 15px 25px 0
  }
}

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

  .mana-page .mana-2 .top .right {
    padding: 10px 0 0;
    margin-top: 0
  }

  .mana-page .mana-2 .bottom {
    margin-top: 20px
  }

  .mana-page .mana-2 .bottom .ig ul li .text {
    width: 100%;
    padding: 20px 0 0
  }

  .mana-page .mana-2 .bottom .ig ul li .text p {
    margin-top: 10px
  }

  .mana-page .mana-3 ul li .text .title {
    font-size: 36px
  }

  .mana-page .mana-3 ul li:nth-child(even) .img {
    padding: 0
  }
}

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

  .mana-page .mana-1 .left .con {
    font-size: 14px;
    line-height: 2
  }

  .mana-page .mana-2 .top .right {
    font-size: 14px;
    line-height: 2
  }

  .mana-page .mana-2 .bottom .ig {
    padding: 20px 20px 30px
  }

  .mana-page .mana-2 .bottom .ig ul li .text p {
    font-size: 18px;
    line-height: 2
  }

  .mana-page .mana-3 ul li .text .con {
    font-size: 14px;
    line-height: 2
  }
}


.contact-page .contact-1 {
  background: #fff
}

.contact-page .contact-1 h1 {
  border-bottom: 1px solid #6e6b70;
  padding: 50px 0 20px;
  text-transform: capitalize
}


.contact-page .contact-1 ul li {
  text-align: center;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
  padding: 10px 0;
}

.contact-page .contact-1 ul li:hover {
  -webkit-transform: translateY(-15px);
  -moz-transform: translateY(-15px);
  -ms-transform: translateY(-15px);
  transform: translateY(-15px)
}

.contact-page .contact-1 ul li:hover i {
  color: var(--color);
  border: 2px solid var(--color)
}

.contact-page .contact-1 ul li:hover .img {
  border: 2px solid var(--color)
}

.contact-page .contact-1 ul li:hover .img img {
  -webkit-filter: grayscale(0) brightness(1);
  filter: grayscale(0) brightness(1)
}

.contact-page .contact-1 ul li i,
.contact-page .contact-1 ul li .img {
  width: 100px;
  height: 100px;
  border: 2px solid #6e6b70;
  border-radius: 100%;
  line-height: 100px;
  text-align: center;
  font-size: 44px;
  color: #6e6b70;
  margin: 0 auto;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.contact-page .contact-1 ul li .img {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -moz-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.contact-page .contact-1 ul li .img img {
  max-width: 50%;
  -webkit-filter: grayscale(1) brightness(.6);
  filter: grayscale(1) brightness(.6);
  -webkit-transition: all .5s;
  -moz-transition: all .5s;
  transition: all .5s
}

.contact-page .contact-1 ul li h3 {
  font-size: 24px;
  color: #051524;
  padding: 20px 0 10px;
  text-transform: capitalize;
  font-family: 'Century Gothic';
  font-weight: 700
}

.contact-page .contact-1 ul li p {
  font-size: 20px;
  color: #414951;
  line-height: 1.6
}


.contact-page .contact-2 .init-2-box {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex
}

.contact-page .contact-2 .init-2-box .left {
  width: 50%;
  padding-left: 30px;
  /*padding-right: 8.5%*/
}

.contact-page .contact-2 .init-2-box .left h1 {
  background: var(--color);
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  line-height: 2;
}

.contact-page .contact-2 .init-2-box .left .content {
  padding-left: 30px
}

.contact-page .contact-2 .init-2-box .left .content p {
  margin-top: 20px;
  font-size: 16px;
  color: #8995a2;
  line-height: 2
}

.contact-page .contact-2 .init-2-box .left .content ul {
  margin-top: 10px
}

.contact-page .contact-2 .init-2-box .left .content ul li {
  padding: 20px 0;
  border-bottom: 1px solid #e0e8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -moz-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.contact-page .contact-2 .init-2-box .left .content ul li span {
  display: inline-block;
  width: 60px;
  text-align: center;
  margin-right: 20px
}

.contact-page .contact-2 .init-2-box .left .content ul li p {
  font-size: 20px;
  color: #242424;
  font-weight: 500
}

.contact-page .contact-2 .init-2-box .right {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -moz-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 70px
}

.contact-page h2.title {
  text-transform: none
}

.contact-page .contact-1 {
  background: #f7f7f7
}

.contact-page .contact-1 .left {
  width: 50%
}

.contact-page .contact-1 .left h3 {
  font-size: 30px;
  color: #000;
  font-weight: 600
}

.contact-page .contact-1 .left p {
  display: block;
  font-size: 16px;
  color: #635c5b
}

.contact-page .contact-1 .left .form {
  padding-top: 36px
}

.contact-page .contact-1 .left .form ul {
  margin: -7px
}

.contact-page .contact-1 .left .form ul li {
  padding: 7px
}

.contact-page .contact-1 .left .form ul li input,
.contact-page .contact-1 .left .form ul li textarea {
  display: block;
  width: 100%;
  border: 1px solid #c8c8c8;
  line-height: 28px;
  padding: 6px 10px;
  background: 0 0;
  font-size: 16px;
  color: #000;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.contact-page .contact-1 .left .form ul li input::-webkit-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-webkit-input-placeholder {
  color: #000
}

.contact-page .contact-1 .left .form ul li input:-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-moz-placeholder {
  color: #000
}

.contact-page .contact-1 .left .form ul li input::-moz-placeholder,
.contact-page .contact-1 .left .form ul li textarea::-moz-placeholder {
  color: #000
}

.contact-page .contact-1 .left .form ul li input:-ms-input-placeholder,
.contact-page .contact-1 .left .form ul li textarea:-ms-input-placeholder {
  color: #000
}

.contact-page .contact-1 .left .form ul li input:focus,
.contact-page .contact-1 .left .form ul li textarea:focus {
  border-color: var(--color)
}

.contact-page .contact-1 .left .form ul li textarea {
  height: 130px;
  resize: vertical;
  -webkit-transition: .5s all, 0s height;
  -moz-transition: .5s all, 0s height;
  transition: .5s all, 0s height
}

.contact-page .contact-1 .left .form ul li input[type=submit] {
  width: 130px;
  background: #222;
  color: #fff;
  margin-top: 20px
}

.contact-page .contact-1 .left .form ul li input[type=submit]:hover {
  background: var(--color)
}

.contact-page .contact-1 .left .form ul li.wid-100 {
  width: 100%
}

.contact-page .contact-1 .right {
  width: 50%;
  padding-left: 6%;
  padding-right: 3%
}

.contact-page .contact-1 .right h3 {
  font-size: 30px;
  color: #4e4243;
  margin-bottom: 22px;
  font-weight: 600
}

.contact-page .contact-1 .right ul {
  margin-bottom: 120px
}

.contact-page .contact-1 .right ul li {
  font-size: 20px;
  color: #777;
  line-height: 35px
}

.contact-page .contact-1 .right #ewm {
  max-width: 90px;
  border: 3px solid #fff
}

.contact-page .contact-1 .right .share ul {
  margin: -2px
}

.contact-page .contact-1 .right .share ul li {
  width: 44px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  font-size: 16px;
  background: #eee;
  border-radius: 5px;
  color: #000;
  display: inline-block;
  vertical-align: middle;
  margin: 2px;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s
}

.contact-page .contact-1 .right .share ul li a {
  display: block;
  position: relative
}

.contact-page .contact-1 .right .share ul li:hover {
  background: var(--color);
  color: #fff
}

.contact-page .contact-1 .right .share ul li img {
  display: inline-block;
  vertical-align: middle
}

.contact-page .contact-1 .right .share ul li.ewm #ewm {
  width: 120px;
  position: absolute;
  bottom: 100%;
  left: 50%;
  margin-left: -60px;
  border-radius: 5px;
  display: none;
  margin-bottom: 10px;
  max-width: none
}

.contact-page .contact-1 .right .share ul li.ewm #ewm:after {
  content: '';
  border-top: 10px solid #fff;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -5px
}

.contact-page .contact-1 .right .share ul li.ewm:hover #ewm {
  display: block
}


.contact-page .contact-2 h2 {
  text-align: center
}

.contact-page .contact-2 .box {
  padding-top: 50px
}

.contact-page .contact-2 .box .left {
  vertical-align: middle
}

.contact-page .contact-2 .box .right {
  vertical-align: middle;
  padding-left: 10%
}

.contact-page .contact-2 .box .right ul {
  margin: -7px
}

.contact-page .contact-2 .box .right ul li {
  padding: 7px
}

.contact-page .contact-2 .box .right ul li .box {
  display: block;
  background: #f0f0f0;
  padding: 30px 15px;
  text-align: center
}

.contact-page .contact-2 .box .right ul li .box p {
  display: block;
  font-size: 20px;
  color: #000
}

.contact-page .contact-2 .box .right ul li .box h3 {
  display: block;
  font-size: 33px;
  color: #95ba67;
  line-height: 60px
}

.contact-page .contact-2 .box .right ul li .box h3 em,
.contact-page .contact-2 .box .right ul li .box h3 span {
  font-size: 60px
}







.contact-page form {
  padding-left: 25px;
  height: 100%;
  width: 800px;
  padding: 60px;
  background-color: #fff;
  -webkit-box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, .1);
  box-shadow: 13px 15px 60px 0 rgba(9, 36, 60, .1)
}

.contact-page form h4 {
  color: #051524;
  text-transform: uppercase;
  line-height: 1.2;
}

.contact-page form span {
  font-weight: 400;
  font-style: normal;
  color: #6b6b6b;
  font-size: 18px;
  line-height: 30px;
  margin-bottom: 7px;
  display: block
}

.contact-page form input {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px
}

.contact-page form textarea {
  width: 100%;
  font-weight: 400;
  font-style: normal;
  color: #848b91;
  font-size: 16px;
  line-height: 24px;
  -webkit-box-shadow: none;
  box-shadow: none;
  padding: 10px 15px;
  outline: none;
  background-color: #ececec;
  border-radius: 0;
  border: none;
  margin-bottom: 20px;
  height: 100px
}

.contact-page form .contact-submit {
  margin-top: 30px;
  text-align: center;
  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: justify;
  -webkit-justify-content: space-between;
  -moz-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap
}

.contact-page form .contact-submit input[type=submit] {
  display: inline-block;
  max-width: 200px;
  font-weight: 500;
  font-style: normal;
  line-height: 36px;
  font-size: 20px;
  color: #fff !important;
  background-color: var(--color);
  text-align: center;
  margin-right: 0 !important;
  padding: 9px 30px;
  outline: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box
}

.contact-page form .contact-submit #ewm {
  padding: 4px;
  border: 1px solid #ccc;
  width: 130px
}

.contact-page form .contact-submit input[type=submit]:hover {
  background-color: var(--color)
}

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

  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px
  }

  .contact-page .contact-1 .right h3,
  .contact-page .contact-1 .left h3 {
    font-size: 26px
  }

  .contact-page .contact-1 .right ul li {
    font-size: 16px;
    line-height: 1.8
  }

  .contact-page .contact-1 .right ul {
    margin-bottom: 80px
  }

  .contact-page .contact-1 .right .share ul li img {
    vertical-align: top
  }


  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 24px
  }

  .contact-page .contact-1 .right ul li {
    line-height: 30px
  }

  .contact-page .contact-1 .left .form ul li input,
  .contact-page .contact-1 .left .form ul li textarea {
    font-size: 14px
  }

}

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

  .contact-page .contact-1 .right {
    padding-left: 4%;
    padding-right: 0
  }

  .contact-page .contact-2 .box .right {
    padding-left: 5%
  }

  .contact-page .contact-2 .box .right ul li .box p {
    font-size: 16px
  }

  .contact-page .contact-2 .box .right ul li .box h3 {
    font-size: 26px;
    line-height: 40px
  }

  .contact-page .contact-2 .box .right ul li .box h3 em,
  .contact-page .contact-2 .box .right ul li .box h3 span {
    font-size: 40px
  }



  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 22px
  }

  .contact-page .contact-1 .right ul li {
    font-size: 14px
  }

  .contact-page .contact-1 .left .form {
    padding-top: 30px
  }

  .contact-page .contact-2 .init-2-box .right {
    padding-right: 40px;
  }
  .contact-page form {
    padding: 30px;
  }
}

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




  .contact-page .contact-1 .right {
    width: 100%;
    padding-left: 0;
    padding-top: 20px
  }

  .contact-page .contact-1 .left {
    width: 100%
  }

  .contact-page .contact-1 .right #ewm {
    display: none
  }

  .contact-page .contact-1 .left .form ul li input[type=submit] {
    float: right
  }

  .contact-page .contact-2 .box .right {
    width: 100%;
    padding-left: 0;
    padding-top: 30px
  }

  .contact-page .contact-2 .box .left {
    width: 100%
  }

  .contact-page .contact-2 .box .left img {
    max-width: 500px;
    display: block;
    margin: 0 auto
  }

  .contact-page .contact-2 .box {
    padding-top: 20px
  }


  .contact-page .contact-1 .right ul {
    margin-bottom: 30px
  }

  .contact-page .contact-2 .init-2-box {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
  }

  .contact-page .contact-2 .init-2-box .left .content {
    padding-left: 10px
  }

  .contact-page .contact-2 .init-2-box .left {
    width: 100% !important
  }

  .contact-page .contact-2 .init-2-box .right {
    width: 100% !important;
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
    -moz-box-pack: start !important;
    -ms-flex-pack: start !important;
    justify-content: flex-start !important;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -moz-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
  }

  .contact-page form {
    width: 100%
  }

  .contact-page .contact-2 .init-2-box .right {
    padding-right: 0
  }

  .contact-page .contact-2 .init-2-box .left {
    padding-right: 0;
    margin-top: 20px
  }
}

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

  .contact-page .contact-2 .box .left img {
    width: 100%
  }

  .contact-page .contact-1 .left h3,
  .contact-page .contact-1 .right h3 {
    font-size: 20px
  }


  .contact-page .contact-2 .init-2-box .left {
    display: none
  }
}

@media screen and (max-width: 500px) {
  .contact-page .contact-2 .init-2-box .left .content ul li p {
    font-size: 18px
  }

  .contact-page .contact-2 .init-2-box .right {
    padding-right: 0;
    margin-top: 30px
  }

  .contact-page .contact-2 .init-2-box .left .content ul li {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -moz-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .contact-page .contact-2 .init-2-box .left .content p {
    margin-top: 0;
    line-height: 1.4
  }

  .contact-page form {
    width: 100%;
    padding: 10px
  }

  .contact-page form .contact-submit {
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around
  }
}


.news-page .tips_title {
  font-weight: 700;
  padding-left: 50px;
  text-transform: uppercase;
  font-family: 'Century Gothic';
  padding-right: 25px;
  display: inline-block;
  position: relative;
  line-height: 1;
  z-index: 2
}

.news-page .tips_title:before {
  content: '';
  position: absolute;
  width: 100%;
  height: 16px;
  bottom: 0;
  left: 0;
  background-color: #e5f4eb;
  z-index: -1;
}

.news-page .content {
  margin-top: 50px
}

.news-page .content ul li {
  position: relative
}

.news-page .content ul li .shadow {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background-color: #f2f4f6
}

.news-page .content ul li .box {
  position: relative;
  z-index: 1;
  border: 1px solid #eceef1;
  height: 308px;
  padding: 18px 50px;
  background-color: #fff
}
.news-page .content ul li .box .title{

}

.news-page .content ul li .box .title:before {
  display: none
}

.news-page .content ul li .box .title:hover {
  color: var(--color)
}

.news-page .content ul li .box .des {
  display: block;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  margin-top: 20px;
  line-height: 2
}

.news-page .content ul li .box .des:hover {
  color: var(--color)
}

.news-page .content ul li .box .info_c {
  margin-top: 30px
}

.news-page .content ul li .box .info_c .cat_name {
  width: auto;
  vertical-align: middle;
  color: #fff;
  font-size: 16px;
  background-color: var(--color);
  border-radius: 15px;
  padding: 4px 22px
}

.news-page .content ul li .box .info_c .time {
  color: rgba(33, 33, 33, .7);
  margin-left: 30px;
  width: auto;
  font-size: 16px;
  vertical-align: middle
}

.news-page .content ul li:hover {
  z-index: 2
}

.news-page .content ul li:hover .box {
  -webkit-transform: translate(10px, -10px);
  -moz-transform: translate(10px, -10px);
  -ms-transform: translate(10px, -10px);
  -o-transform: translate(10px, -10px);
  transform: translate(10px, -10px)
}

.newdet-page .newdet-1 .container .title {
  font-size: 30px;
  font-family: 'Century Gothic';
}

.newdet-page .newdet-1 .container .title:before {
  display: none
}

.newdet-page .newdet-1 .container .time {
  color: #9e9e9e;
  margin-top: 30px
}

.newdet-page .newdet-1 .container .content {
  margin-top: 20px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #f2f2f2;
  color: #767676;
  padding: 30px 0;
  line-height: 2
}

.newdet-page .newdet-1 .container .bottom_cont {
  margin-top: 40px
}

.newdet-page .newdet-1 .container .bottom_cont .left {
  width: calc(100% - 160px);
  padding-right: 20px
}

.newdet-page .newdet-1 .container .bottom_cont .right {
  width: 160px
}

.newdet-page .newdet-1 .container .bottom_cont .right .share_name {
  color: #767676
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a {
  display: inline-block;
  margin-top: 10px;
  width: 28px;
  height: 28px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  background-color: var(--color);
  font-size: 16px;
  border-radius: 50%;
  margin-right: 12px
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a i {
  position: relative;
  z-index: 2
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a:before {
  background-color: #245e3e
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a.list2 {
  background-color: #00aced
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a.list3 {
  background-color: #cb2027
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a.list4 {
  background-color: #cc2366
}

.newdet-page .newdet-1 .container .bottom_cont .right .list_cont a:last-child {
  margin-right: 0
}

.pro_public .init-related {
  background-color: #f7f7f7
}

.pro_public .init-related .container .tips {
  text-align: center;
  font-family: 'Century Gothic';
  font-weight: 700
}

.pro_public .init-related .container .content {
  margin-top: 40px
}

.pro_public .init-related .container .content .slick .slick-list {
  margin: 0 -25px
}

.pro_public .init-related .container .content .slick li {
  padding: 0 25px
}

.pro_public .init-related .container .content .slick li .box .img {
  background-color: #fff;
  display: block;
  padding: 40px
}

.pro_public .init-related .container .content .slick li .box .text {
  display: block;
  margin-top: 20px
}

.pro_public .init-related .container .content .slick li .box .text:hover {
  color: var(--color)
}


@media screen and (max-width: 1250px){
  .news-page .content ul li .box{
    height: 280px;
  }
  .pro_public .init-related .container .content .slick .slick-list {
    margin: 0 -10px
  }

  .pro_public .init-related .container .content .slick li {
    padding: 0 10px
  }
}
@media screen and (max-width: 1000px) {
  .news-page {
    text-align: center
  }

  .news-page .tips_title {
    padding-left: 20px;
    padding-right: 20px
  }

  .news-page .content .grid-box li {
    width: 100%;
    margin-top: 20px;
    text-align: center
  }
  .news-page .content ul li .box{
    height: auto;
  }
  .newdet-page .newdet-1 .container .bottom_cont {
    margin-top: 20px
  }

  .newdet-page .newdet-1 .container .bottom_cont .left {
    width: 100%;
    padding: 0
  }

  .newdet-page .newdet-1 .container .bottom_cont .right {
    display: none
  }
}

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

  .news-page .content ul li .box {
    padding: 20px 16px
  }

  .news-page .content ul li .box .info_c .time {
    width: 100%;
    margin: 16px 0 0
  }

  .news-page .content ul li .box .title {
    font-size: 20px
  }

  .newdet-page .newdet-1 .container .bottom_cont {
    margin-top: 0
  }

  .newdet-page .newdet-1 .container .time {
    margin-top: 16px
  }
}

#innerMobileBanner {
  display: none;
}

#innerMobileBanner~.inner-banner {
  display: flex !important;
}







#index-body .init-2 .container {
  width: 98%;
}

#index-body .init-2 .container .cont {
  border-radius: 30px;
  height: 700px;
  overflow: hidden;
  position: relative;
}

#index-body .init-2 .container .cont .imgC {
  padding: 0 20px;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
}

#index-body .init-2 .container .cont .imgC .img {
  width: 100%;
}

#index-body .init-2 .container .cont .lax2 {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}

#index-body .init-2 .container .cont video {
  opacity: 1;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  position: relative;
  z-index: 1;
}



.gallery-page .oprions {
  margin-bottom: 40px;
}

.gallery-page .oprions a {
  display: inline-block;
  padding: .5em 1em;
  border-radius: 5px;
  background: #eee;
  font-size: 14px;
  transition: .5s;
  margin: 2px;
}

.gallery-page .oprions a:hover,
.gallery-page .oprions a.active {
  color: white;
  background: var(--color);
}

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

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

.gallery-page .list ul li a {
  display: block;
  overflow: hidden;
}

.gallery-page .list ul li a img {
  width: 100%;
}

.gallery-page .list ul li a:hover img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
}

.faq-page .ui.container {
  max-width: 1370px;
}

.faq-page .faq-1 {
  text-align: center;
  font-size: 14px;
  line-height: 28px;
}

.faq-page .faq-1 span.tag {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.faq-page .faq-1 .list {
  margin-top: 50px;
  text-align: left;
}

.faq-page .faq-1 .list ul li .box {
  position: relative;
  margin-bottom: 10px;
  border-radius: 0px;
  border: 1px solid #e1e1e1;
  background-color: #ffffff;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .faq-1 .list ul li .box h6 {
  position: relative;
  font-size: 20px;
  line-height: 35px;
  color: #222222;
  line-height: 1.8em;
  font-weight: 700;
  cursor: pointer;
  padding: 16px 30px;
  padding-right: 45px;
  margin-bottom: 0px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  transition: all 500ms ease;
}

.faq-page .faq-1 .list ul li .box h6 i.fa {
  float: right;
  margin-top: .2em;
  -webkit-transition: .5s;
  -moz-transition: .5s;
  transition: .5s;
}

.faq-page .faq-1 .list ul li .box .text {
  position: relative;
  padding: 0px 30px 25px;
  font-size: 18px;
  display: none;
}

.faq-page .faq-1 .list ul li .box.active {
  border-color: var(--color);
  -webkit-box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.faq-page .faq-1 .list ul li .box.active h6 i.fa {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}

.faq-page .faq-2 {
  padding: 50px 0 90px;
  background: url("../images/about-1-bg.png") top left -25% no-repeat;
  position: relative;
}

.faq-page .faq-2 .form {
  margin-top: 50px;
  max-width: 80%;
}

.faq-page .faq-2:after {
  content: '';
  width: 100%;
  height: 188%;
  position: absolute;
  top: 0;
  right: 0;
  background: url("../images/faq-1.png") right top 20% no-repeat;
  z-index: -1;
}

.text.font-18.mb-30 h1 {
  display: inline;
}

span.copyright {
  width: 1240px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  vertical-align: middle;
  display: inline-block;
}

.font-18 {
  line-height: 1.8;
}

.con.font-16.mt-60 {
  line-height: 1.8;
}

@media screen and (max-width: 1000px) {
  span.copyright {
    width: 100%;
    white-space: normal;
  }

  a.shuoi,
  .seo_industry.Auxil-industry {
    display: none !important;
  }

  .prodet-page .prodet-1 .text .title {
    font-size: 20px;
    font-weight: 900;
  }
}




.resource-page .resource-download .list .h6 i {
    font-size: 1.5em;
    line-height: 1;
}
.resource-page .resource-video .container .content {
    margin-top: 50px;
}

.resource-page .resource-video .container .content ul {
    margin: 0 -25px;
}

.resource-page .resource-video .container .content ul li {
    margin-top: 20px;
    padding: 0 25px;
    text-align: center;
}

.resource-page .resource-video .container .content ul li .box a {
    display: block;
}

.resource-page .resource-video .container .content ul li .box .text {
    margin-top: 30px;
    font-weight: 400;
}

.resource-page .resource-video .container .content ul li .box .play {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 3px solid #fff;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
    animation: play-btn 1s linear infinite alternate;
    z-index: 2;
    display: flex;
}

.resource-page .resource-video .options span {
    padding: .6em 1.5em;
    border-radius: 3px;
    background-color: #dbdbdb;
}

.resource-page .resource-video .options span.active {
    background-color: var(--color);
    color: white;
}

@media (max-width: 1000px) {
    .resource-page .resource-video .container .content ul {
        margin: 0 -10px;
    }

    .resource-page .resource-video .container .content ul li {
        padding: 0 10px;
    }

    .resource-page .resource-video .container .content ul li .box .text {
        margin-top: 10px;
    }
}

@media (max-width: 500px) {
    .resource-page .resource-video .container .content {
        margin-top: 0;
    }
}

.resource-page .resource-faq {
    padding-bottom: 110px;
}

.resource-page .resource-faq .container .tips_title {
    font-weight: bold;
    padding-left: 60px;
    font-weight: 700;
    padding-right: 25px;
    display: inline-block;
    position: relative;
    line-height: 1;
    z-index: 2;
}

.resource-page .resource-faq .container .tips_title::before {
    content: '';
    position: absolute;
    width: 100%;
    height: 16px;
    bottom: 0;
    left: 0;
    background-color: var(--color)1f;
    z-index: -1;
}

.resource-page .resource-faq .container .content {
    margin-top: 60px;
}

.resource-page .resource-faq .container .content ul {
    border-top: 1px solid #e5e8ec;
    border-left: 1px solid #e5e8ec;
    border-right: 1px solid #e5e8ec;
}

.resource-page .resource-faq .container .content ul li {
    border-bottom: 1px solid #e5e8ec;
    position: relative;
    cursor: pointer;
}

.resource-page .resource-faq .container .content ul li>i {
    position: absolute;
    top: 24px;
    right: 24px;
    line-height: 1;
    font-size: 30px;
    width: 30px;
    height: 30px;
    text-align: center;
    color: var(--color);
}

.resource-page .resource-faq .container .content ul li .title {
    font-weight: bold;
    position: relative;
    padding: 20px 60px;
}

.resource-page .resource-faq .container .content ul li .title::before {
    display: none;
}

.resource-page .resource-faq .container .content ul li .des {
    display: none;
    padding: 20px 60px;
}

.resource-page .resource-faq .container .content ul li.active .title {
    background-color: var(--color);
    color: #fff;
}

.resource-page .resource-faq .container .content ul li.active>i {
    color: #fff;
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

@media (max-width: 1000px) {
    .resource-page .resource-faq {
        text-align: center;
    }

    .resource-page .resource-faq .container .tips_title {
        padding-left: 20px;
        padding-right: 20px;
    }

    .resource-page .resource-faq .container .content ul {
        text-align: left;
    }

    .resource-page .resource-faq .container .content {
        text-align: left;
    }
}

@media (max-width: 500px) {
    .resource-page .resource-faq .container .content {
        margin-top: 30px;
    }

    .resource-page .resource-faq .container .content ul li .title {
        padding: 20px 30px 20px 16px;
    }

    .resource-page .resource-faq .container .content ul li>i {
        font-size: 20px;
        width: 20px;
        height: 20px;
        right: 2px;
        top: 28px;
    }

    .resource-page .resource-faq .container .content ul li .des {
        padding: 20px 16px;
    }
}

.contact-page .contact-1 ul.address li .box {
  background-color: #fff;
  border-radius: 15px;
  padding: 35px 25px;
}
@media (max-width: 1450px) {
  .contact-page .contact-1 ul.address.flex-3 >*{
    width: 50%;
  }
}
@media (max-width: 1000px) {
  .contact-page .contact-1 ul.address.flex-3 >*{
    width: 100%;
  }
}
@media (max-width: 500px) {
  .contact-page .contact-1 ul.address li .box{
    flex-wrap: wrap;padding: 20px 15px;
  }
}